@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*	追記：フォーム関連タグの初期化
-------------------------------------------------------- */
input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=password],
input[type=number],
input[type=button],
input[type=reset],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
select {
  vertical-align: middle;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: inline-block;
  vertical-align: middle;
}

select {
  outline: none;
}

button {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  background-color: var(--bg_color);
  color: var(--font_color);
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
  line-height: 1.5;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: var(--font_color);
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0;
  color: var(--font_color);
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif !important;
  font-size: 1.6rem;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
textarea {
  padding: 1em;
  background-color: #fff;
  border: 1px solid var(--border_color);
}

input[type=radio],
input[type=checkbox] {
  margin: 0 0.25em 0 0;
  width: 1em;
  height: 1em;
  font-size: 1.6rem;
}

input[type=radio] + label,
input[type=checkbox] + label {
  margin-right: 1em;
}

input[type=button],
button {
  cursor: pointer;
}

input[type=submit] {
  cursor: pointer;
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif !important;
}

input[type=reset] {
  cursor: pointer;
}

select {
  padding: 1em 2.6rem 1em 0.75em;
  background: #fff url(../tmpl-img/ico_down_arrow01.svg) no-repeat right 10px center;
  border: 1px solid var(--border_color);
  font-weight: 500;
  cursor: pointer;
}

label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

::-moz-placeholder {
  color: #ddd !important;
}

::placeholder {
  color: #ddd !important;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-pagination {
  text-align: center;
}
.swiper-pagination-bullet {
  width: 1.2rem !important;
  height: 1.2rem !important;
  margin: 0 0.8rem !important;
  background-color: #ddd !important;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: var(--main_color) !important;
}

.-outline .swiper-pagination-bullet {
  background-color: #fff !important;
  border: 1px solid var(--font_color);
}
.-outline .swiper-pagination-bullet-active {
  background-color: var(--font_color) !important;
}

.-bar .swiper-pagination-bullet {
  width: 3.2rem !important;
  height: 0.4rem !important;
  border-radius: 0;
}

.wpcf7 .wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0 !important;
}
.wpcf7 .wpcf7-list-item-label {
  vertical-align: middle;
}
.wpcf7 .send-msg ul {
  margin-left: 0;
}
.wpcf7 .send-msg li {
  list-style: none;
  margin-left: 0;
}
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-validation-errors {
  font-size: 1.4em;
}

.acf-block-component {
  margin-top: 5.6rem;
}
.acf-block-component * {
  box-sizing: content-box;
}
.acf-block-component textarea:not([class]) {
  box-sizing: border-box;
}
.acf-block-component .mce-tinymce * {
  box-sizing: border-box;
}
.acf-block-component .mce-tinymce iframe {
  margin-top: 0;
}

.acf-block-fields .quicktags-toolbar {
  padding: 3px !important;
  border-bottom: 1px solid #dcdcde !important;
  background: #f6f7f7 !important;
}
.acf-block-fields p {
  display: block !important;
  margin-top: 6px !important;
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.acf-repeater > table {
  margin-bottom: 8px !important;
  background-color: #f9f9f9 !important;
}

.acf-editor-wrap .wp-switch-editor {
  border-color: #ccd0d4 !important;
  border-bottom-color: transparent !important;
}

ul.acf-radio-list,
ul.acf-checkbox-list {
  background: transparent !important;
  border: 1px solid transparent !important;
  padding: 1px !important;
  margin: 0 !important;
  display: block !important;
}
ul.acf-radio-list li,
ul.acf-checkbox-list li {
  font-size: 13px !important;
  line-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
ul.acf-radio-list li:before,
ul.acf-checkbox-list li:before {
  content: none !important;
}

.acf-fields.-left > .acf-field > .acf-label,
.acf-fields.-left > .acf-field > .acf-input {
  box-sizing: border-box !important;
}

.wp-block-post-title {
  margin-top: 0.5em;
  margin-bottom: 8rem;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #333;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}

li.wp-block {
  margin-right: 0;
  margin-left: 0;
}

.wp-switch-editor {
  background: #f0f0f1 !important;
  color: #646970 !important;
  cursor: pointer;
  font-size: 13px !important;
  margin: 5px 0 0 5px !important;
  padding: 3px 8px 4px !important;
  border: 1px solid #dcdcde !important;
}

.html-active .switch-html,
.tmce-active .switch-tmce {
  background: #f6f7f7 !important;
  color: #50575e !important;
  border-bottom-color: #f6f7f7 !important;
}

.wp-editor-container textarea.wp-editor-area {
  box-sizing: border-box !important;
  border: none !important;
}

.components-placeholder__instructions {
  font-size: 1.6rem;
}

.wp-picker-container .wp-color-result.button {
  box-sizing: border-box;
}

.wp-color-result-text {
  background: #f6f7f7 !important;
  border-left: 1px solid #c3c4c7 !important;
  padding: 0 6px !important;
  font-size: 11px !important;
}

.wp-embed-aspect-16-9 iframe {
  height: 100%;
  margin-top: 0 !important;
  aspect-ratio: 16/9;
}
.l-contents {
  position: relative;
  width: 100%;
}

.l-footer {
  background-color: var(--footer_color);
  color: var(--footer_text_color);
  border-top: 1px solid #d8d8d8;
}
.l-footer__top {
  padding: 6.4rem 0;
}
.l-footer__bottom {
  padding: 0.8rem 0;
  background-color: var(--copyright_color);
}
.l-footer__container {
  display: flex;
  justify-content: space-between;
}
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9990;
  width: 9.6rem;
  height: 100vh;
  background-color: #fff;
  color: var(--header_text_color);
  filter: drop-shadow(0 0.3rem 1.8rem rgba(172, 172, 172, 0.09));
}
.l-header__container.c-container {
  padding: 0;
}
.l-header__inner {
  width: 100%;
  height: var(--header_height);
}
.l-header__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 4rem;
  height: 100%;
  padding-top: 2.4rem;
  background-color: #fff;
}
.l-header__siteID a {
  display: inline-block;
}
.l-header__siteID img {
  height: var(--header_logo_height);
  width: auto;
}
.l-header__menu {
  flex: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 4.8rem 2.4rem;
  background-color: #fff;
  overflow-y: auto;
}
.l-header__menu.-has-sns {
  padding-bottom: 0;
}
.l-header__menu-close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #d8d8d8;
}
.l-header__menu-close::before, .l-header__menu-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 0.2rem;
  background-color: #fff;
}
.l-header__menu-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__menu-close::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.l-header__menu-close.-guardian {
  background-color: var(--main_color);
}
.l-header__menu-sns {
  padding-top: 4.8rem;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.l-header__menu-sns-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.4rem 0;
}
.l-header__menu-sns-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.4rem;
  z-index: -1;
  width: calc(100% + 4.8rem);
  height: 100%;
  background-color: #f7f7f7;
}
.l-header__btns-item {
  width: 9.6rem;
  height: 8rem;
}
.l-header__btns-item:first-child {
  position: relative;
}
.l-header__btns-item:first-child::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 4rem;
  height: 0.1rem;
  background-color: #ddd;
}
.l-header__btns-item-btn {
  transition: opacity 0.3s ease-out;
}
.l-header__btns-item-btn.-active .l-header__btns-item-bar.-first {
  transform: translate(0, 7px) rotate(45deg);
}
.l-header__btns-item-btn.-active .l-header__btns-item-bar.-second {
  transform: translate(0, 0) rotate(-45deg);
}
.l-header__btns-item-btn.-active .l-header__btns-item-bar.-third {
  opacity: 0;
}
.l-header__btns-item > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: inherit;
  height: inherit;
}
.l-header__btns-item-bar {
  transition: transform 0.3s ease;
  display: block;
  width: 2rem;
  height: 0.125rem;
  margin-bottom: 0.68rem;
  background-color: #262626;
}
.l-header__btns-item-text {
  font-feature-settings: "palt";
  display: inline-block;
  margin-top: 0.4rem;
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.l-header__btns-item.-search {
  position: relative;
}
.l-header__btns-item.-search .l-header__btns-item-ico {
  display: block;
  width: 1.9rem;
  height: 1.9rem;
}
.l-header__btns-item.-search .l-header__btns-item-ico svg {
  width: 100%;
  height: 100%;
}
.l-header__btns-item.-search .l-header__btns-item-text {
  margin-top: 0.75rem;
}
.l-header__btns-item.-guardian {
  height: 8.8rem;
}
.l-header__btns-item.-guardian button {
  background-color: var(--main_color);
}
.l-header__btns-item.-guardian .l-header__btns-item-ico {
  display: block;
  width: 2.2066rem;
  height: 2.1042rem;
}
.l-header__btns-item.-guardian .l-header__btns-item-ico svg {
  width: 100%;
  height: 100%;
}
.l-header__btns-item.-guardian .l-header__btns-item-text {
  margin-top: 0.7rem;
  color: #fff;
}
.l-header__btns.-junior .l-header__btns-item.-menu button {
  background-color: var(--main_color);
}
.l-header__btns.-junior .l-header__btns-item.-menu .l-header__btns-item-bar {
  background-color: #fff;
}
.l-header__btns.-junior .l-header__btns-item.-menu .l-header__btns-item-text {
  color: #fff;
}
.l-header .l-header__search {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: auto;
  height: 100%;
  transform: translateX(0%);
  padding: 1.8rem 1.6rem 1.8rem 2.4rem;
  background-color: #fff;
  border-radius: 0.8rem 0 0 0.8rem;
  filter: drop-shadow(0 0.3rem 1.5rem rgba(172, 172, 172, 0.09));
  transition: transform 0.3s ease;
}
.l-header .l-header__search.-active {
  transform: translateX(-100%);
}
.l-header__guardian {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: auto;
  height: 100%;
  transform: translateX(0%);
  background-color: var(--main_color);
  padding: 4.8rem 2.45rem;
  transition: transform 0.3s ease;
}
.l-header__guardian.-active {
  transform: translateX(-100%);
}
.l-header.-typeA .l-header {
  padding: 2.8rem 0;
}
.l-header.-typeB .l-header {
  padding-top: 1.6rem;
}

.l-page {
  position: static;
  top: 0;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  text-align: left;
  pointer-events: initial;
}
.l-page.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.c-filled-btn, .c-outlined-btn {
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out, fill 0.3s ease-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1.6rem 1.6rem;
  border: none;
  border-radius: var(--btn_border_radius);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none !important;
  cursor: pointer;
}
.-xs.c-filled-btn, .-xs.c-outlined-btn {
  width: 16rem;
  height: 4rem;
  font-size: 1.4rem;
}
.-xs.-rounded.c-filled-btn, .-xs.-rounded.c-outlined-btn {
  border-radius: 2rem;
}
.-xs.-rounded.c-filled-btn .arrow:after, .-xs.-rounded.c-outlined-btn .arrow:after {
  right: 2.4rem;
}
.-sm.c-filled-btn, .-sm.c-outlined-btn {
  width: 20rem;
  height: 6rem;
  font-size: 1.5rem;
}
.-sm.-rounded.c-filled-btn, .-sm.-rounded.c-outlined-btn {
  border-radius: 3rem;
}
.-sm.-rounded.c-filled-btn .arrow:after, .-sm.-rounded.c-outlined-btn .arrow:after {
  right: 2.4rem;
}
.-md.c-filled-btn, .-md.c-outlined-btn {
  width: 24rem;
  height: 6.4rem;
  font-size: 1.8rem;
}
.-md.-rounded.c-filled-btn, .-md.-rounded.c-outlined-btn {
  border-radius: 3.2rem;
}
.-md.-rounded.c-filled-btn .arrow:after, .-md.-rounded.c-outlined-btn .arrow:after {
  right: 2.4rem;
}
.-lg.c-filled-btn, .-lg.c-outlined-btn {
  width: 28rem;
  height: 6.8rem;
  font-size: 1.8rem;
}
.-lg.-rounded.c-filled-btn, .-lg.-rounded.c-outlined-btn {
  border-radius: 3.4rem;
}
.-lg.-rounded.c-filled-btn .arrow:after, .-lg.-rounded.c-outlined-btn .arrow:after {
  right: 2.4rem;
}
.-xl.c-filled-btn, .-xl.c-outlined-btn {
  width: 40rem;
  height: 9.6rem;
  font-size: 2rem;
}
.-xl.-rounded.c-filled-btn, .-xl.-rounded.c-outlined-btn {
  border-radius: 4.8rem;
}
.-xl.-rounded.c-filled-btn .arrow:after, .-xl.-rounded.c-outlined-btn .arrow:after {
  right: 2.4rem;
}
.c-filled-btn .icon, .c-outlined-btn .icon {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.c-filled-btn .icon.-right, .c-outlined-btn .icon.-right {
  margin-right: 0;
  margin-left: 0.8rem;
}
.c-filled-btn .arrow, .c-outlined-btn .arrow {
  position: relative;
  display: block;
  width: inherit;
  padding: 0 1.6rem;
}
.c-filled-btn .arrow:after, .c-outlined-btn .arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--font_color);
  border-right: 2px solid var(--font_color);
  right: 0.4rem;
  transform: translateY(-50%) rotate(45deg);
}

.c-outlined-btn {
  background-color: var(--btn_outlined_background_color);
  border: var(--btn_outlined_border_width) solid var(--btn_outlined_border_color);
  color: var(--btn_outlined_text_color) !important;
}
.c-outlined-btn .icon {
  fill: var(--btn_outlined_text_color);
}
.c-outlined-btn .arrow:after {
  border-color: var(--btn_outlined_text_color);
}
.c-outlined-btn:hover {
  background-color: var(--btn_outlined_background_hover_color);
  border-color: var(--btn_outlined_border_hover_color);
  color: var(--btn_outlined_text_hover_color);
}
.c-outlined-btn:hover .icon {
  fill: var(--btn_outlined_text_hover_color);
}
.c-outlined-btn:hover .arrow:after {
  border-color: var(--btn_outlined_text_hover_color);
}
.-black.c-outlined-btn {
  border-color: #000;
  color: #000 !important;
}
.-black.c-outlined-btn .icon {
  fill: #000;
}
.-black.c-outlined-btn .arrow:after {
  border-color: #000;
}
.-black.c-outlined-btn:hover {
  background-color: #000;
  color: #fff !important;
}
.-black.c-outlined-btn:hover .icon {
  fill: #fff;
}
.-black.c-outlined-btn:hover .arrow:after {
  border-color: #fff;
}
.-black.c-outlined-btn:hover .u-icon-external-link {
  background-image: url(../tmpl-img/ico_external_link02.svg) !important;
}
.-white.c-outlined-btn {
  border-color: #fff;
  color: #fff !important;
}
.-white.c-outlined-btn .icon {
  fill: #fff;
}
.-white.c-outlined-btn .arrow:after {
  border-color: #fff;
}
.-white.c-outlined-btn:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5) !important;
}
.-white.c-outlined-btn:hover .icon {
  fill: rgba(255, 255, 255, 0.5);
}
.-white.c-outlined-btn:hover .arrow:after {
  border-color: rgba(255, 255, 255, 0.5);
}

.c-filled-btn {
  background-color: var(--btn_filled_background_color01);
  color: #fff !important;
  transition: opacity 0.3s ease;
}
.c-filled-btn .icon {
  fill: #fff;
}
.c-filled-btn .arrow:after {
  border-color: #fff;
}
.c-filled-btn:hover {
  opacity: 0.75;
  color: #fff !important;
}
.c-filled-btn:hover .icon {
  fill: #fff;
}
.c-filled-btn:hover .arrow:after {
  border-color: #fff;
}
.-secondary.c-filled-btn {
  background-color: var(--btn_filled_background_color02);
  color: var(--btn_filled_text_color02) !important;
}
.-secondary.c-filled-btn .icon {
  fill: var(--btn_filled_text_color02);
}
.-secondary.c-filled-btn .arrow:after {
  border-color: var(--btn_filled_text_color02);
}
.-secondary.c-filled-btn:hover {
  background-color: var(--btn_filled_background_hover_color02);
  color: var(--btn_filled_text_hover_color02) !important;
}
.-secondary.c-filled-btn:hover .icon {
  fill: var(--btn_filled_text_hover_color02);
}
.-secondary.c-filled-btn:hover .arrow:after {
  border-color: var(--btn_filled_text_hover_color02);
}
.-black.c-filled-btn {
  background-color: #000;
  color: #fff !important;
}
.-black.c-filled-btn .icon {
  fill: #fff;
}
.-black.c-filled-btn .arrow:after {
  border-color: #fff;
}
.-black.c-filled-btn .u-icon-external-link {
  background-image: url(../tmpl-img/ico_external_link02.svg) !important;
}
.-black.c-filled-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.-white.c-filled-btn {
  background-color: #fff;
  color: var(--font_color) !important;
}
.-white.c-filled-btn .icon {
  fill: var(--font_color);
}
.-white.c-filled-btn .arrow:after {
  border-color: var(--font_color);
}
.-white.c-filled-btn:hover {
  color: #5c5c5c !important;
}
.-white.c-filled-btn:hover .icon {
  fill: #5c5c5c;
}
.-white.c-filled-btn:hover .arrow:after {
  border-color: #5c5c5c;
}

.c-container {
  box-sizing: content-box;
  max-width: 106rem;
  margin: auto;
  padding-right: 11.2rem;
  padding-left: 11.2rem;
  padding-right: 19.4rem;
}
.c-container.-fluid {
  max-width: none;
}
.c-container.-narrow {
  max-width: 76.8rem;
}
.c-container.-news {
  max-width: 88rem;
}
.c-container.-event {
  max-width: 99.8rem;
}

.c-dropdown__btn {
  cursor: pointer;
}
.c-dropdown__content {
  display: none;
}
.c-dropdown__content > *:first-child {
  margin-top: 0 !important;
}

.p-anchor-link__item {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-anchor-link__item > a {
  position: relative;
  display: block;
  position: relative;
  padding: 1.2rem 1.6rem 1.2rem 0;
  border-bottom: 1px solid var(--border_color);
  text-decoration: none !important;
}
.p-anchor-link__item > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--font_color);
  border-right: 2px solid var(--font_color);
  right: 0.4rem;
  transform: translateY(-75%) rotate(135deg);
}

.p-article-content {
  display: flex;
  align-items: flex-start;
  gap: 5.6rem;
}
.p-article-content__main {
  flex: 0 0 auto;
  width: 48rem;
}
.p-article-content__main.-texture {
  position: relative;
}
.p-article-content__main.-texture::before {
  content: "";
  position: absolute;
  bottom: -15.4rem;
  right: 2.3rem;
  width: 14.15rem;
  height: auto;
  aspect-ratio: 141.5/129.5;
  background: url("../tmpl-img/img_home_event_texture02.png") no-repeat center center/cover;
}
.p-article-content__main.-junior::before {
  right: -0.4rem;
  bottom: -17.9rem;
  width: 16.1rem;
  height: auto;
  aspect-ratio: 161/131.5;
  background: url("../tmpl-img/img_diary_texture01.png") no-repeat center center/cover;
}

.p-article-list__item-meta {
  display: inline-flex;
  align-items: baseline;
  gap: 2rem;
}
.p-article-list__item-date {
  flex-shrink: 0;
  display: inline-block;
  color: #767676;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-article-list__item-category {
  font-feature-settings: "palt";
  flex-shrink: 0;
  display: inline-block;
  min-width: 8.8rem;
  margin-left: 3.2rem;
  padding: 0.7rem 1.15rem;
  background-color: #fff;
  border: 1px solid var(--main_color);
  border-radius: 1.6rem;
  color: var(--main_color);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.p-article-list__item-title {
  flex-basis: 100%;
  margin-left: 4.8rem;
  padding-right: 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-article-list__item-icon {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  fill: var(--main_color);
}
.p-article-list__item-name {
  position: relative;
  display: inline-flex;
  gap: 0.5rem;
  margin-top: 0.7rem;
  padding-left: 0.7rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.42857;
  letter-spacing: 0.05em;
  color: #808080;
}
.p-article-list__item-name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.15rem;
  height: 1.2rem;
  background-color: var(--main_color);
}
.p-article-list__item-name span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.p-article-list.-card .p-article-list__item > a {
  transition: background-color 0.3s ease;
  display: block;
}
.p-article-list.-card .p-article-list__item-text {
  padding: 2.4rem;
}
.p-article-list.-card .p-article-list__item-date {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.p-article-list.-card .p-article-list__item-category {
  font-feature-settings: "palt";
  display: inline-block;
  color: #666;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-article-list.-card .p-article-list__item-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-article-list.-card .p-article-list__item-description {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
}
.p-article-list.-card .p-article-list__item-description p:not([class]) {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
}
.p-article-list.-table {
  width: 100%;
  margin: auto;
}
.p-article-list.-table .p-article-list__item {
  border-bottom: 1px solid var(--border_color);
}
.p-article-list.-table .p-article-list__item:last-child {
  border-bottom: none;
}
.p-article-list.-table .p-article-list__item > a {
  transition: background-color 0.1s ease;
  display: flex;
  align-items: center;
  position: relative;
  padding: 3.05rem 2.4rem;
}
.p-article-list.-table .p-article-list__item > a:hover {
  background-color: #f5f5f5;
}
.p-article-list.-table.-archive {
  border-top: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
}
.p-article-list.-list .p-article-list__item {
  position: relative;
  border-bottom: 1px solid var(--border_color);
}
.p-article-list.-list .p-article-list__item > a {
  display: block;
  height: 100%;
  padding-bottom: 2.8rem;
}
.p-article-list.-list .p-article-list__item > a:after {
  transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: var(--font_color);
}
.p-article-list.-list .p-article-list__item > a:hover:after {
  width: 100%;
}
.p-article-list.-list .p-article-list__item > a:hover .p-article-list__item-title {
  opacity: 0.75;
}
.p-article-list.-list .p-article-list__item-thumbnail {
  margin-bottom: 2rem;
}
.p-article-list.-list .p-article-list__item-title {
  margin-top: 1.6rem;
}
.p-article-list.-with-thumbnail .p-article-list__item > a {
  transition: opacity 0.3s ease;
  position: relative;
}
.p-article-list.-with-thumbnail .p-article-list__item > a:hover .p-article-list__item-thumbnail img {
  transform: scale(1.1);
}
.p-article-list.-with-thumbnail .p-article-list__item-thumbnail {
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 1.6rem;
}
.p-article-list.-with-thumbnail .p-article-list__item-thumbnail > img {
  transition: transform, 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 1.6rem;
}
.p-article-list.-with-thumbnail .p-article-list__item-text {
  flex: 1 1 auto;
  padding-top: 2.4rem;
}
.p-article-list.-with-thumbnail .p-article-list__item-text > *::first-child {
  margin-top: 0 !important;
}
.p-article-list.-with-thumbnail .p-article-list__item-meta {
  gap: 1rem;
}
.p-article-list.-with-thumbnail .p-article-list__item-date {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.5333;
}
.p-article-list.-with-thumbnail .p-article-list__item-category {
  padding: 0.75rem 1.15rem;
  margin-right: 0;
  margin-left: 0;
}
.p-article-list.-with-thumbnail .p-article-list__item-title {
  margin-top: 1.2rem;
  margin-left: 0;
  padding-right: 0;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-article-list.-with-thumbnail.-other .p-article-list__item-text {
  flex: 1 1 auto;
  padding-top: 2rem;
}
.p-article-list.-with-thumbnail.-other .p-article-list__item-meta {
  gap: 1rem;
}
.p-article-list.-with-thumbnail.-other .p-article-list__item-date {
  font-size: 1.3rem;
  line-height: 1.53846;
}
.p-article-list.-with-thumbnail.-other .p-article-list__item-category {
  min-width: 6.8rem;
  margin-right: 0;
  margin-left: 0;
  padding: 0.6rem 1.15rem;
}
.p-article-list.-with-thumbnail.-other .p-article-list__item-title {
  margin-top: 0.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-article-list.-with-thumbnail.-event .p-article-list__item-text {
  padding-top: 2rem;
}
.p-article-list.-with-thumbnail.-event .p-article-list__item-date {
  font-size: 1.4rem;
}
.p-article-list.-with-thumbnail.-event .p-article-list__item-category {
  min-width: 6.2rem;
  padding: 0.5rem 1.15rem;
}
.p-article-list.-with-thumbnail.-event .p-article-list__item-title {
  margin-top: 0.6rem;
  font-size: 1.8rem;
  line-height: 1.4444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-article-list__scrollbar {
  margin-top: 5.3rem;
  height: 0.2rem;
  width: 72.7272%;
  background-color: #d8d8d8;
  border-radius: 0.1rem;
}
.p-article-list__scrollbar .swiper-scrollbar-drag {
  top: -0.025rem;
  height: 0.25rem;
  background-color: var(--main_color) !important;
  border-radius: 0.15rem !important;
}

.p-back-to-top {
  position: fixed;
  right: 3.2rem;
  bottom: 12.8rem;
  z-index: 8888;
}
.p-back-to-top > a {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background-color: #fff;
  text-decoration: none;
}
.p-back-to-top .icon {
  width: 6.4rem;
  height: 6.4rem;
  fill: var(--back_to_top_color);
}

.p-banner {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.p-banner__item img {
  width: 100%;
}
.p-banner__slider {
  position: relative;
}
.p-banner__slider-item {
  text-align: center;
}
.p-banner__slider-pagination {
  margin-top: 1.6rem;
  padding: 0.8rem 0;
  text-align: center;
}

.p-breadcrumb {
  padding: 0.65rem 0;
}
.p-breadcrumb > div {
  max-width: 99.8rem;
}
.p-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.41666;
}
.p-breadcrumb__item > a {
  position: relative;
  padding-right: 2.8rem;
  color: var(--main_color);
}
.p-breadcrumb__item > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--font_color);
  border-right: 1px solid var(--font_color);
  right: 0.4rem;
  transform: translateY(-50%) rotate(45deg);
}
.p-breadcrumb__item > a:after {
  right: 1rem;
}

.p-cookie-banner {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 4rem 0;
}
.p-cookie-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.8rem;
  position: relative;
}
.p-cookie-banner__message p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-cookie-banner__btn .c-filled-btn.-sm {
  width: 28rem;
}
.p-cookie-banner__close-btn {
  font-size: 2.4rem;
  position: absolute;
  top: 1rem;
  right: 1.6rem;
  z-index: 2;
}

.p-cta-widget {
  position: fixed;
  right: auto;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
.p-cta-widget__list {
  display: flex;
  align-items: center;
}
.p-cta-widget__item {
  width: 100%;
}
.p-cta-widget__item > a, .p-cta-widget__item > button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0.7rem 0.8rem;
  background-color: rgba(34, 34, 34, 0.85);
  color: var(--cta_text_color);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.454545;
}
.p-cta-widget__item > a[data-cta-target=cta-guardian].-active, .p-cta-widget__item > button[data-cta-target=cta-guardian].-active {
  background-color: var(--main_color);
}
.p-cta-widget__item > a[data-cta-target=cta-search].-active, .p-cta-widget__item > button[data-cta-target=cta-search].-active {
  background-color: #6f6f6f;
}
.p-cta-widget__item-ico {
  margin-bottom: 0.1rem;
}
.p-cta-widget__content-guardian {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateY(calc(0% + 5.6rem));
  width: 100%;
  padding: 1.6rem 3.2rem 2.6rem;
  background-color: var(--main_color);
  transition: transform 0.3s ease;
}
.p-cta-widget__content-guardian.-active {
  transform: translateY(-100%);
}
.p-cta-widget__content-search {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateY(calc(0% + 5.6rem));
  width: 100%;
  padding: 4rem 3.2rem 3.2rem;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.p-cta-widget__content-search.-active {
  transform: translateY(-100%);
}

.p-custom-btn.-outlined {
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out, fill 0.3s ease-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1.6rem 1.6rem;
  border: none;
  border-radius: var(--border_radius);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none !important;
  cursor: pointer;
  background-color: transparent !important;
  border: 1px solid var(--border_color) !important;
  color: var(--font_color) !important;
  transition: color 0.3s ease-out, border-color 0.3s ease-out !important;
}
.p-custom-btn.-outlined.-xs {
  width: 16rem;
  height: 4rem;
  font-size: 1.4rem;
}
.p-custom-btn.-outlined.-xs.-rounded {
  border-radius: 2rem;
}
.p-custom-btn.-outlined.-xs.-rounded .arrow:after {
  right: 2.4rem;
}
.p-custom-btn.-outlined.-sm {
  width: 20rem;
  height: 6rem;
  font-size: 1.5rem;
}
.p-custom-btn.-outlined.-sm.-rounded {
  border-radius: 3rem;
}
.p-custom-btn.-outlined.-sm.-rounded .arrow:after {
  right: 2.4rem;
}
.p-custom-btn.-outlined.-md {
  width: 24rem;
  height: 6.4rem;
  font-size: 1.8rem;
}
.p-custom-btn.-outlined.-md.-rounded {
  border-radius: 3.2rem;
}
.p-custom-btn.-outlined.-md.-rounded .arrow:after {
  right: 2.4rem;
}
.p-custom-btn.-outlined.-lg {
  width: 28rem;
  height: 6.8rem;
  font-size: 1.8rem;
}
.p-custom-btn.-outlined.-lg.-rounded {
  border-radius: 3.4rem;
}
.p-custom-btn.-outlined.-lg.-rounded .arrow:after {
  right: 2.4rem;
}
.p-custom-btn.-outlined.-xl {
  width: 40rem;
  height: 9.6rem;
  font-size: 2rem;
}
.p-custom-btn.-outlined.-xl.-rounded {
  border-radius: 4.8rem;
}
.p-custom-btn.-outlined.-xl.-rounded .arrow:after {
  right: 2.4rem;
}
.p-custom-btn.-outlined .icon {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.p-custom-btn.-outlined .icon.-right {
  margin-right: 0;
  margin-left: 0.8rem;
}
.p-custom-btn.-outlined .arrow {
  position: relative;
  display: block;
  width: inherit;
  padding: 0 1.6rem;
}
.p-custom-btn.-outlined .arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--font_color);
  border-right: 2px solid var(--font_color);
  right: 0.4rem;
  transform: translateY(-50%) rotate(45deg);
}
.p-custom-btn.-outlined:hover {
  background-color: var(--main_color) !important;
  border-color: var(--border_color) !important;
  color: var(--font_color) !important;
}
.p-custom-btn.-outlined.-gray {
  border-color: #ededed !important;
  background-color: #fbfaf9 !important;
}
.p-custom-btn.-outlined.-pc-white {
  background-color: #fbfaf9 !important;
}
.p-custom-btn.-outlined .arrow {
  text-align: left;
}
.p-custom-btn.-outlined .arrow > .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0;
  transform: translateY(-50%);
  fill: var(--main_color);
}
.p-custom-btn.-outlined .arrow::after {
  display: none;
}
.p-custom-btn.-filled {
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out, fill 0.3s ease-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1.6rem 1.6rem;
  border: none;
  border-radius: var(--border_radius);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none !important;
  cursor: pointer;
  background-color: #f5f5f5 !important;
  color: var(--font_color) !important;
}
.p-custom-btn.-filled.-xs {
  width: 16rem;
  height: 4rem;
  font-size: 1.4rem;
}
.p-custom-btn.-filled.-xs.-rounded {
  border-radius: 2rem;
}
.p-custom-btn.-filled.-xs.-rounded .arrow:after {
  right: 2.4rem;
}
.p-custom-btn.-filled.-sm {
  width: 20rem;
  height: 6rem;
  font-size: 1.5rem;
}
.p-custom-btn.-filled.-sm.-rounded {
  border-radius: 3rem;
}
.p-custom-btn.-filled.-sm.-rounded .arrow:after {
  right: 2.4rem;
}
.p-custom-btn.-filled.-md {
  width: 24rem;
  height: 6.4rem;
  font-size: 1.8rem;
}
.p-custom-btn.-filled.-md.-rounded {
  border-radius: 3.2rem;
}
.p-custom-btn.-filled.-md.-rounded .arrow:after {
  right: 2.4rem;
}
.p-custom-btn.-filled.-lg {
  width: 28rem;
  height: 6.8rem;
  font-size: 1.8rem;
}
.p-custom-btn.-filled.-lg.-rounded {
  border-radius: 3.4rem;
}
.p-custom-btn.-filled.-lg.-rounded .arrow:after {
  right: 2.4rem;
}
.p-custom-btn.-filled.-xl {
  width: 40rem;
  height: 9.6rem;
  font-size: 2rem;
}
.p-custom-btn.-filled.-xl.-rounded {
  border-radius: 4.8rem;
}
.p-custom-btn.-filled.-xl.-rounded .arrow:after {
  right: 2.4rem;
}
.p-custom-btn.-filled .icon {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.p-custom-btn.-filled .icon.-right {
  margin-right: 0;
  margin-left: 0.8rem;
}
.p-custom-btn.-filled .arrow {
  position: relative;
  display: block;
  width: inherit;
  padding: 0 1.6rem;
}
.p-custom-btn.-filled .arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--font_color);
  border-right: 2px solid var(--font_color);
  right: 0.4rem;
  transform: translateY(-50%) rotate(45deg);
}
.p-custom-btn.-filled:hover {
  background-color: white !important;
  color: var(--font_color) !important;
}

.p-entry > *:first-child {
  margin-top: 0 !important;
}
.p-entry > h2:first-child {
  padding-top: 0 !important;
  border-top: none !important;
}
.p-entry > h2:first-child:before {
  content: none !important;
}
.p-entry h2:not([class^=p-]) {
  position: relative;
  margin-top: 8rem;
  padding-top: 5.6rem;
  border-top: 2px solid #e5e5e9;
  color: var(--font_color);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-entry h2:not([class^=p-]):before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 8rem;
  height: 0.2rem;
  background-color: var(--main_color);
}
.p-entry h3:not([class^=p-]) {
  margin-top: 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border_color);
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-entry h3:not([class^=p-]) + .wp-block-table table:not(.acf-table) {
  margin-top: 1.6rem;
}
.p-entry h4:not([class^=p-]) {
  margin-top: 4rem;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-entry h4:not([class^=p-]) + .wp-block-table table:not(.acf-table) {
  margin-top: 1.6rem;
}
.p-entry h5:not([class^=p-]),
.p-entry h6:not([class^=p-]) {
  margin-top: 4rem;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-entry h5:not([class^=p-]) + .wp-block-table table:not(.acf-table),
.p-entry h6:not([class^=p-]) + .wp-block-table table:not(.acf-table) {
  margin-top: 1.6rem;
}
.p-entry ul:not([class^=p-]),
.p-entry ol:not([class^=p-]) {
  display: grid;
  margin-top: 3.6rem;
  gap: 0.8rem;
}
.p-entry ul:not([class^=p-]) li:not([class^=p-]),
.p-entry ol:not([class^=p-]) li:not([class^=p-]) {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
}
.p-entry ul:not([class^=p-]) > li:not([class^=p-]) {
  position: relative;
  padding-left: 2rem;
}
.p-entry ul:not([class^=p-]) > li:not([class^=p-]):before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-entry ol:not([class^=p-]) {
  counter-reset: listnum;
}
.p-entry ol:not([class^=p-]) > li:not([class^=p-]) {
  position: relative;
  padding-left: 2.4rem;
}
.p-entry ol:not([class^=p-]) > li:not([class^=p-]):before {
  content: counter(listnum) ".";
  counter-increment: listnum;
  position: absolute;
  top: 0;
  left: 0;
}
.p-entry p:not([class^=p-]) {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  line-height: 2;
}
.p-entry p:not([class^=p-]) + p:not([class^=p-]) {
  margin-top: 1.6rem;
}
.p-entry table:not(.acf-table) {
  width: 100%;
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 2;
}
.wp-block-table > .p-entry table:not(.acf-table) {
  margin-top: 0;
}
.p-entry table:not(.acf-table) th,
.p-entry table:not(.acf-table) td {
  padding: 2.4rem 0;
  border-top: none;
  border-right: none;
  border-bottom: 1px dotted var(--border_color);
  border-left: none;
}
.p-entry table:not(.acf-table) th {
  width: 24rem;
  padding-right: 4rem;
  font-weight: 700;
  vertical-align: middle;
}
.p-entry table:not(.acf-table) tr td:first-of-type {
  width: 16rem;
  padding-right: 4rem;
}
.p-entry table:not(.acf-table) tr td:first-of-type strong {
  white-space: nowrap;
}
.p-entry table:not(.acf-table) tr:last-child th,
.p-entry table:not(.acf-table) tr:last-child td {
  border: none;
}
.p-entry table:not(.acf-table) thead {
  border-bottom: none;
}
.p-entry table:not(.acf-table) thead th,
.p-entry table:not(.acf-table) thead td {
  padding-bottom: 1.2rem;
}
.p-entry table:not(.acf-table) ul,
.p-entry table:not(.acf-table) ol,
.p-entry table:not(.acf-table) p {
  margin: 0;
}
.p-entry figure:not(.wp-block-table) {
  margin-top: 3.2rem;
}
.p-entry figcaption {
  font-size: 1.6rem;
}
.p-entry img {
  max-width: 100%;
  height: auto;
}
.p-entry a:not([class]) {
  color: var(--link_color);
  text-decoration: underline;
}
.p-entry em {
  font-style: normal;
  font-weight: 500;
}
.p-entry strong {
  font-weight: 700;
}
.p-entry hr {
  clear: both;
  height: 1px;
  visibility: hidden;
}
.p-entry iframe {
  width: 100%;
  margin-top: 3.2rem;
}
.p-entry blockquote {
  margin-top: 4rem;
  padding: 4rem;
  background-color: #f5f5f5;
}
.p-entry blockquote > *:first-child {
  margin-top: 0 !important;
}
.p-entry blockquote > p {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-entry blockquote > p + p {
  margin-top: 0.8rem;
}
.p-entry blockquote cite {
  font-size: 1.4rem;
}
.p-entry pre {
  margin-top: 3.2rem;
  padding: 2.4rem;
  background-color: #f5f5f5;
  border: 1px solid var(--border_color);
  font-size: 1.6rem;
  font-weight: 500;
}
.p-entry pre > *:first-child {
  margin-top: 0 !important;
}
.p-entry sup {
  vertical-align: text-top;
  font-size: small;
}
.p-entry sub {
  vertical-align: text-bottom;
  font-size: small;
}
.p-entry legend {
  margin-bottom: 1em;
  font-size: 1.4rem !important;
}

.p-footer-access {
  height: 40rem;
}
.p-footer-access iframe {
  width: 100%;
  height: 40rem;
}

.p-footer-copyright {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  color: var(--copyright_text_color);
}

.p-footer-cta {
  padding: 9.6rem 0;
  background-color: var(--footer_cta_color);
}
.p-footer-cta__description {
  font-size: 1.4rem;
  line-height: 1.75;
}
.p-footer-cta__list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 6.4rem;
  margin: 0 auto;
}
.p-footer-cta__item {
  color: var(--footer_cta_text_color);
  text-align: center;
}
.p-footer-cta__item-heading {
  color: var(--footer_cta_text_color);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-footer-cta__item-tel {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.p-footer-cta__item-tel > a {
  transition: opacity 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  color: var(--footer_cta_text_color);
}
.p-footer-cta__item-tel > a:hover {
  opacity: 0.9;
}
.p-footer-cta__item-tel .icon {
  width: 4rem;
  height: 4rem;
  fill: var(--footer_cta_text_color);
}
.p-footer-cta__item-tel .note {
  display: block;
  color: var(--footer_cta_text_color);
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-footer-cta__item-mail {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-footer-info {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-footer-info__logo {
  margin-bottom: 1.6rem;
}
.p-footer-info__logo img {
  max-width: var(--footer_logo_width);
}
.p-footer-info__address {
  margin-top: 2.4rem;
}
.p-footer-info__address address {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-footer-info__address address span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
}
.p-footer-info__contact {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.333;
}
.p-footer-info__contact p:not(:first-child) {
  margin-top: 0.5rem;
}
.p-footer-info__contact a {
  color: var(--footer_text_color);
}
.p-footer-info__contact span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}
.p-footer-info__mail {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.333;
}
.p-footer-info__mail span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}
.p-footer-info__sns {
  margin-top: 1.6rem;
}

.p-footer-links {
  margin-top: 12.4rem;
  display: flex;
  justify-content: flex-end;
  font-size: 1.2rem;
  line-height: 1.41666;
}
.p-footer-links a {
  position: relative;
  color: var(--footer_text_color);
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}
.p-footer-links a:first-child {
  padding-left: 0;
}
.p-footer-links a:last-child {
  padding-right: 0;
}
.p-footer-links a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.4rem;
  background-color: #262626;
}
.p-footer-links a:hover {
  text-decoration: underline;
}

.p-footer-menu {
  display: flex;
  gap: 6.4rem;
}
.p-footer-menu__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-footer-menu__item {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.42857;
}
.p-footer-menu__item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: var(--font_color);
  padding-right: 1.5rem;
}
.p-footer-menu__item > a:hover {
  text-decoration: underline;
}
.p-footer-menu__item > a::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.7rem;
  background: url("../tmpl-img/ico_footer_link_arrow01.svg") no-repeat center center/cover;
}
.p-footer-menu__item > a::after {
  content: "";
  position: absolute;
  top: 0.4rem;
  right: 0;
  width: 0.9rem;
  height: 0.9rem;
  background: url("../tmpl-img/ico_external_link03.svg") no-repeat top center/cover;
}
.p-footer-menu__child-list {
  margin-top: 1.2rem;
}
.p-footer-menu__child-item {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
}
.p-footer-menu__child-item:first-of-type {
  margin-top: 0;
}
.p-footer-menu__child-item > a {
  color: rgba(255, 255, 255, 0.7);
}
.p-footer-menu__contact-item:not(:first-child) {
  margin-top: 1.6rem;
}
.p-footer-menu__contact-item.-tel a {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.222;
}
.p-footer-menu__contact-item.-tel a span {
  position: relative;
  padding-left: 2.4rem;
}
.p-footer-menu__contact-item.-tel a span .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  fill: var(--main_color);
}
.p-footer-menu__contact-item.-contact a {
  font-size: 1.5rem !important;
  font-weight: 700;
}
.p-footer-menu__contact-item.-contact a .icon {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  fill: var(--main_color);
}
.p-footer-menu__contact-item.-contact a span {
  display: block;
  width: 100%;
  padding: 0 2.4rem;
}
.p-footer-menu.-junior .p-footer-menu__item a::after {
  background-image: url("../tmpl-img/ico_external_link03_red.svg");
}

.p-form__input.-xs {
  width: 15%;
}
.p-form__input.-sm {
  width: 25%;
}
.p-form__input.-md {
  width: 50%;
}
.p-form__input.-lg {
  width: 75%;
}
.p-form__input.-full {
  width: 100%;
  max-width: 100%;
}
.p-form__input.-tall {
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
}
.p-form__required {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.25em 1em;
  background-color: var(--form_required_color);
  border-radius: 0.4rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-form__submit-btn {
  margin-top: 4rem;
  text-align: center;
}
.p-form__list {
  font-size: 1.6rem;
}
.p-form__list dt {
  display: inline-flex;
  align-items: center;
  margin-top: 2em;
  font-weight: 700;
}
.p-form__list dd {
  margin-top: 1.25em;
}

.p-guardian-menu {
  min-width: 23.1rem;
}
.p-guardian-menu__item {
  display: block;
  padding: 2rem 0;
}
.p-guardian-menu__item:not(:last-child) {
  border-bottom: 1px solid rgba(74, 188, 150, 0.44);
}
.p-guardian-menu__item a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
}
.p-guardian-menu__item a span {
  position: relative;
  display: block;
}
.p-guardian-menu__item a span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 0.4rem;
  transform: translateY(-50%) rotate(45deg);
}

.p-hamburger-btn {
  width: 5.6rem;
  height: 5.6rem;
}
.p-hamburger-btn > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: var(--main_color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: inherit;
  height: inherit;
}
.p-hamburger-btn__bar {
  transition: transform 0.3s ease;
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  margin-bottom: 0.4rem;
  background-color: #fff;
}
.p-hamburger-btn__bar.-third {
  width: 1rem;
  margin-bottom: 0;
}
.p-hamburger-btn__text {
  font-feature-settings: "palt";
  display: inline-block;
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.p-hamburger-btn.-active .p-hamburger-btn__bar.-first {
  transform: translate(0, 6px) rotate(45deg);
}
.p-hamburger-btn.-active .p-hamburger-btn__bar.-second {
  transform: translate(0, 0) rotate(-45deg);
}
.p-hamburger-btn.-active .p-hamburger-btn__bar.-third {
  opacity: 0;
}
.p-main-menu__list {
  display: block;
  gap: 2.4rem;
}
.p-main-menu__item {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.p-main-menu__item > a {
  transition: color 0.3s ease;
  display: block;
  padding: 2rem 0;
  border-bottom: 1px solid var(--border_color);
}
.p-main-menu__item > a:hover {
  color: var(--main_menu_text_hover_color);
}
.p-main-menu__item > a > span {
  position: relative;
  display: block;
  color: var(--main_menu_text_color);
}
.p-main-menu__item > a > span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--main_menu_text_color);
  border-right: 2px solid var(--main_menu_text_color);
  right: 0.4rem;
  transform: translateY(-50%) rotate(45deg);
}
.p-main-menu__item > a > span:after {
  right: 0.6rem;
}
.p-main-menu__item.-has-child > span {
  position: relative;
  display: block;
  padding: 2rem 2rem 2rem 0;
  border-bottom: 1px solid var(--border_color);
  color: var(--main_menu_text_color);
  cursor: pointer;
}
.p-main-menu__item.-has-child > span::before, .p-main-menu__item.-has-child > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 0.2rem;
  background-color: #262626;
}
.p-main-menu__item.-has-child > span:after {
  transform: translateY(-50%) rotate(90deg);
}
.p-main-menu__item.-has-child.-active span:after {
  transform: translateY(-50%) rotate(0deg);
}
.p-main-menu__item.-has-child > div:not([class]) {
  display: none;
  z-index: 9;
}
.p-main-menu__item.-has-child .p-main-menu {
  /* 子階層をドロップダウンで表示	*/
}
.p-main-menu__item.-has-child .p-main-menu__child-list {
  background-color: #fff;
  border-radius: 0.8rem;
}
.p-main-menu__item.-has-child .p-main-menu__child-item {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.p-main-menu__item.-has-child .p-main-menu__child-item > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 2rem 0.7rem 2rem 2rem;
  border-left: 4px solid var(--main_color);
  border-bottom: 1px solid var(--border_color);
  color: var(--font_color);
}
.p-main-menu__item.-has-child .p-main-menu__child-item > a:hover {
  opacity: 0.7;
}
.p-main-menu__item.-has-child .p-main-menu__child-item > a > span {
  position: relative;
  display: block;
  width: 100%;
}
.p-main-menu__item.-has-child .p-main-menu__child-item > a > span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--main_menu_text_color);
  border-right: 2px solid var(--main_menu_text_color);
  right: 0.4rem;
  transform: translateY(-50%) rotate(45deg);
}

.l-header.-typeB .p-main-menu {
  display: flex;
  justify-content: center;
}
.l-header.-typeB .p-main-menu__item {
  display: flex;
  height: 4.8rem;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 2rem;
}

.p-sub-menu {
  display: block;
  gap: 1.2rem;
}
.p-sub-menu__tel {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.4rem;
  text-align: center;
}
.p-sub-menu__tel > a {
  display: inline-flex;
  align-items: center;
  color: var(--header_tel_color);
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.p-sub-menu__tel .icon {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  fill: var(--header_tel_color);
}
.p-sub-menu__tel .text {
  margin-top: 0.1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.p-sub-menu__list {
  margin-top: 2.3rem;
}
.p-sub-menu__item {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
}
.p-sub-menu__item:not(:first-child) {
  margin-top: 1.3rem;
}
.p-sub-menu__item > a > span {
  position: relative;
  display: inline-block;
  padding-left: 1.2rem;
}
.p-sub-menu__item > a > span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--font_color);
  border-right: 1px solid var(--font_color);
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.p-sub-menu__item > a > span:before {
  top: 0.6rem;
  left: -0.3rem;
  transform: rotate(45deg);
}
.p-sub-menu__btn > a {
  width: var(--header_btn_width);
  height: var(--header_btn_height);
  border-radius: var(--header_btn_border_radius);
}
.p-sub-menu__btn.-tel {
  margin-top: 11.1rem;
}
.p-sub-menu__btn.-tel a {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.222;
}
.p-sub-menu__btn.-tel a span {
  position: relative;
  padding-left: 2.4rem;
}
.p-sub-menu__btn.-tel a span .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  fill: var(--main_color);
}
.p-sub-menu__btn.-contact {
  margin-top: 1.6rem;
}
.p-sub-menu__btn.-contact a {
  font-size: 1.5rem !important;
  font-weight: 600;
  text-align: left;
}
.p-sub-menu__btn.-contact a span {
  display: block;
  width: 100%;
  padding: 0 2.4rem;
}
.p-sub-menu__btn.-contact a span .icon {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  fill: var(--main_color);
}

.p-heading-with-background {
  padding: 0.75em;
  background-color: #f5f5f5;
}
.p-heading-with-border-bottom {
  padding-bottom: 0.75em;
  border-bottom: 1px solid var(--border_color);
}
.p-heading-with-small-border-bottom {
  position: relative;
  padding-bottom: 0.75em;
}
.p-heading-with-small-border-bottom:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 4rem;
  height: 0.4rem;
  background-color: var(--heading_border_color);
  border-radius: 0.25em;
}
.p-heading-with-small-border-bottom.has-text-align-center {
  text-align: center;
}
.p-heading-with-small-border-bottom.has-text-align-center:before {
  left: 50%;
  transform: translateX(-50%);
}
.p-heading-with-small-border-bottom.-center {
  text-align: center;
}
.p-heading-with-small-border-bottom.-center:before {
  left: 50%;
  transform: translateX(-50%);
}
.p-heading-with-border-left > span {
  display: inline;
  position: relative;
  padding-left: 0.75em;
}
.p-heading-with-border-left > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  background-color: var(--heading_border_color);
}
.p-heading-with-background-border-left > span {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0.25em 0.75em;
  background-color: #f5f5f5;
}
.p-heading-with-background-border-left > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3rem;
  height: 100%;
  background-color: var(--heading_border_color);
}
.p-heading-with-background-small-border-left {
  padding: 0.25em 0.75em;
  background-color: var(--bg_color);
  color: #333;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-heading-with-background-small-border-left span {
  display: inline;
  position: relative;
  padding-left: 0.5em;
}
.p-heading-with-background-small-border-left span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3rem;
  height: 100%;
  background-color: var(--heading_border_color);
  border-radius: 0.15rem;
}

/*	ニュース
-------------------------------------------------------- */
.p-home-news {
  padding-top: 6.4rem !important;
  padding-bottom: 0 !important;
}
.p-home-news__content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0 16.2rem;
}
.p-home-news__header {
  grid-column: 1;
  grid-row: 1;
}
.p-home-news__body {
  grid-column: 2/3;
  grid-row: 1/3;
}
.p-home-news__footer {
  grid-column: 1;
  grid-row: 2/3;
}

/*	アバウト
-------------------------------------------------------- */
.p-home-about {
  margin-top: 7.2rem;
  padding-top: 11.2rem !important;
  padding-bottom: 0 !important;
}
.p-home-about__content {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
}
.p-home-about__media {
  display: flex;
  align-items: center;
  gap: 7.2rem;
}
.p-home-about__media-image {
  flex-shrink: 0;
  width: 52.83%;
}
.p-home-about__media-image img {
  width: 100%;
  aspect-ratio: 560/420;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.6rem;
}
.p-home-about__media-text-heading {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6428;
}
.p-home-about__media-text-content {
  position: relative;
  padding-top: 3.2rem;
}
.p-home-about__media-text-content::before {
  content: "";
  position: absolute;
  bottom: -4.3rem;
  right: -4.6rem;
  width: 17.1rem;
  height: auto;
  aspect-ratio: 171/109.5;
  background: url("../tmpl-img/img_home_about_texture01.png") no-repeat center center/cover;
}
.p-home-about__media-text-description {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.4375;
}
.p-home-about__media-more {
  display: inline-block;
  margin-top: 4.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-home-about__media-more a {
  display: inline-block;
  transition: color 0.3s ease-out;
}
.p-home-about__media-more a .arrow {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
}
.p-home-about__media-more a .arrow .icon {
  width: 2.8rem;
  height: 2.8rem;
  fill: var(--main_color);
}
.p-home-about__list {
  margin-top: 8.8rem;
  display: flex;
  justify-content: space-between;
  gap: 10rem;
}
.p-home-about__item {
  width: calc(50% - 5rem);
}
.p-home-about__item:first-child {
  position: relative;
  margin-top: 8rem;
}
.p-home-about__item:first-child::before {
  content: "";
  position: absolute;
  top: -10.23rem;
  left: 14.54rem;
  width: 6.25rem;
  height: auto;
  aspect-ratio: 62.5/71.5;
  background: url("../tmpl-img/img_home_about_texture02.png") no-repeat center center/cover;
}
.p-home-about__item:first-child::after {
  content: "";
  position: absolute;
  top: -11.44rem;
  right: 14rem;
  width: 7rem;
  height: auto;
  aspect-ratio: 70/48;
  background: url("../tmpl-img/img_home_about_texture03.png") no-repeat center center/cover;
}
.p-home-about__item-thumb {
  position: relative;
}
.p-home-about__item-thumb-image {
  overflow: hidden;
  border-radius: 1.6rem;
}
.p-home-about__item-thumb-image img {
  width: 100%;
  aspect-ratio: 480/360;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-home-about__item-thumb-more {
  position: absolute;
  bottom: 0.8rem;
  right: 1.2rem;
  z-index: 1;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-home-about__item-thumb-more::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: -1.3rem;
  z-index: -1;
  width: 17.6rem;
  height: auto;
  background: url("../tmpl-img/img_flame01.png") no-repeat center center/cover;
  aspect-ratio: 176/64;
}
.p-home-about__item-thumb-more .arrow {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
}
.p-home-about__item-thumb-more .arrow .icon {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  fill: var(--main_color);
}
.p-home-about__item-description {
  margin-top: 2.3rem;
}
.p-home-about__item-heading {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.6428;
}
.p-home-about__item-text {
  margin-top: 0.95rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.85;
}
.p-home-about__more-link {
  background-color: #fff !important;
}
.p-home-about.-junior {
  margin-top: 5.6rem !important;
  padding-top: 0 !important;
}
.p-home-about.-junior .p-home-about__item:first-child::after {
  background-image: url("../tmpl-img/img_home_about_texture03_junior.png");
}

/*	研究関連情報
-------------------------------------------------------- */
.p-home-study {
  padding-top: 12rem !important;
  padding-bottom: 0 !important;
}

/*	イベント
-------------------------------------------------------- */
.p-home-event {
  margin-top: 8rem;
  padding-top: 10.4rem !important;
  padding-bottom: 13rem !important;
}
.p-home-event__header {
  position: relative;
}
.p-home-event__header::before {
  content: "";
  position: absolute;
  bottom: 3.2rem;
  left: 45.71rem;
  z-index: -1;
  width: 15.35rem;
  height: auto;
  aspect-ratio: 153.5/109.5;
  background: url("../tmpl-img/img_home_event_texture01.png") no-repeat center center/cover;
}

/*	保護者の方へ
-------------------------------------------------------- */
.p-home-information {
  position: relative;
  margin-top: 5.6rem;
  padding: 3.4rem 0 4.1rem;
}
.p-home-information::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: calc(100% - 19.2rem);
  height: 100%;
  background-color: var(--main_color);
  border-radius: 0 3.2rem 3.2rem 0;
}
.p-home-information > .c-container {
  position: relative;
}
.p-home-information .p-title__sub {
  margin-top: 0.4rem;
}
.p-home-information__content {
  display: flex;
  justify-content: space-between;
  gap: 15.6rem;
}
.p-home-information__link {
  margin-top: 3.2rem;
  max-width: 64rem;
}
.p-home-information__header {
  flex: 1;
  width: 100%;
  padding-top: 4rem;
}
.p-home-information__body {
  margin-right: calc(50% + 6.4rem - 50vw);
}
.p-home-information__image {
  max-width: 54.4rem;
}
.p-home-information__image img {
  border-radius: 2.4rem 0 0 2.4rem;
}

/* 附属小アーカイブ
-------------------------------------------------------- */
.p-home-link {
  margin: 9.6rem 0;
}
.p-home-link__btn {
  max-width: 51.4rem;
  margin: 0 auto;
}
.p-home-link__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.8rem 4rem 3.8rem 6.4rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  border-radius: 3.2rem 0.8rem 3.2rem 0.8rem;
  overflow: hidden;
}
.p-home-link__btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--main_color);
}
.p-home-link__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../tmpl-img/img_home_link01.png") no-repeat center center/contain;
  mix-blend-mode: multiply;
}
.p-home-link__btn a span {
  display: block;
  transition: opacity 0.3s ease;
}
.p-home-link__btn-icon {
  width: 4.4rem;
  height: 4.4rem;
  fill: var(--main_color);
  transform-origin: center;
  transition: transform 0.3s ease;
}

/*	中学校：日々の様子
-------------------------------------------------------- */
.p-home-diary {
  margin-top: 8rem;
  padding-top: 10.4rem !important;
  padding-bottom: 20rem !important;
}
.p-home-diary__more a {
  background-color: #fff !important;
}

/*	中学校：保護者の方へ
-------------------------------------------------------- */
.p-home-study-junior {
  margin-top: 8rem;
  padding-top: 10.4rem !important;
  padding-bottom: 13rem !important;
}
.p-home-study-junior__header {
  position: relative;
}
.p-home-study-junior__header::before {
  content: "";
  position: absolute;
  bottom: 3.2rem;
  left: 45.71rem;
  z-index: -1;
  width: 15.35rem;
  height: auto;
  aspect-ratio: 153.5/109.5;
  background: url("../tmpl-img/img_home_event_texture01.png") no-repeat center center/cover;
}

.p-image-slider .p-image-slider__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: auto;
}
.p-image-slider .p-image-slider__item img {
  align-self: center;
  width: auto;
  max-height: 57.6rem;
}
.p-image-slider .p-image-slider__item-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.8rem;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-image-slider__thumbnail-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 0.8rem;
  margin-top: 2.4rem;
}
.p-image-slider__thumbnail-item img {
  transition: all 0.3s ease;
  cursor: pointer;
}
.p-image-slider__thumbnail-item img.-active {
  transition: all 0.3s ease;
  opacity: 0.75;
}
.p-image-slider__thumbnail-item img:hover {
  transition: all 0.3s ease;
  opacity: 0.75;
}

.p-jumbotron {
  position: relative;
  margin-right: 9.6rem;
}
.p-jumbotron > .c-container {
  padding-right: 0;
  padding-left: 0;
}
.p-jumbotron__inner {
  position: relative;
  height: 100vh;
}
.p-jumbotron__important {
  position: relative;
  background-color: var(--sub_color01);
  height: 100%;
  max-height: 7.2rem;
  padding-right: 8rem;
  padding-left: 8rem;
}
.p-jumbotron__important::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4rem;
  transform: translateY(-50%);
  background: url("../tmpl-img/ico_important01.svg") no-repeat center center/cover;
  width: 2.4rem;
  height: 2.4rem;
}
.p-jumbotron__important-list {
  max-width: 100%;
}
.p-jumbotron__important-item {
  display: flex !important;
  align-items: center;
}
.p-jumbotron__important-item a {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.p-jumbotron__important-item a:hover .p-jumbotron__important-item-title {
  text-decoration: none;
}
.p-jumbotron__important-item-date {
  position: relative;
  margin-right: 1.6rem;
  padding-right: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5333;
}
.p-jumbotron__important-item-date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 2rem;
  background-color: #262626;
}
.p-jumbotron__important-item-title {
  max-width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-jumbotron__important-controle {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 2;
  transform: translateY(-50%);
}
.p-jumbotron__important-prev, .p-jumbotron__important-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 1.6rem !important;
  margin-top: 0 !important;
}
.p-jumbotron__important-prev.swiper-button-disabled, .p-jumbotron__important-next.swiper-button-disabled {
  opacity: 0.25 !important;
}
.p-jumbotron__important-prev::after, .p-jumbotron__important-next::after {
  display: none;
}
.p-jumbotron__important-prev .icon, .p-jumbotron__important-next .icon {
  width: 1.2rem;
  height: 1.2rem;
}
.p-jumbotron__important-pagination {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.p-jumbotron__slider {
  position: relative;
  height: 100%;
}
.p-jumbotron__slider-item {
  position: relative;
}
.p-jumbotron__slider-item::before {
  content: "";
  float: left;
  padding-top: 50%;
}
.p-jumbotron__slider-item::after {
  content: "";
  display: block;
  clear: both;
}
.p-jumbotron__slider-item > :first-child {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-jumbotron__slider-item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-jumbotron__slider-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 1.6rem 0;
  text-align: center;
}
.p-jumbotron__news {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  z-index: 1;
  max-width: 24rem;
}
.p-jumbotron__news-close {
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  z-index: 2;
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background-color: var(--main_color);
  border-radius: 50%;
  cursor: pointer;
}
.p-jumbotron__news-close:hover {
  opacity: 0.75;
}
.p-jumbotron__news-close::before, .p-jumbotron__news-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1.2rem;
  height: 0.2rem;
  background-color: #fff;
}
.p-jumbotron__news-close::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.p-jumbotron__news a {
  display: block;
  padding: 2rem 2.4rem 3.6rem;
  background-color: #fff;
  border-radius: 0.8rem;
  transition: opacity 0.3s ease;
}
.p-jumbotron__news a:hover .p-jumbotron__news-texture,
.p-jumbotron__news a:hover .p-jumbotron__news-meta,
.p-jumbotron__news a:hover .p-jumbotron__news-title {
  opacity: 0.65;
}
.p-jumbotron__news-texture {
  position: absolute;
  bottom: 1.8rem;
  right: 2rem;
  width: 1.8rem;
  height: 1.3rem;
  transition: opacity 0.3s ease;
}
.p-jumbotron__news-texture .icon {
  width: 100%;
  height: 100%;
  fill: var(--main_color);
}
.p-jumbotron__news-meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  transition: opacity 0.3s ease;
}
.p-jumbotron__news-date {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.p-jumbotron__news-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.2rem;
  padding: 0.3rem 1.6rem;
  border: 1px solid var(--main_color);
  border-radius: 1.25rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.41666;
  color: var(--main_color);
}
.p-jumbotron__news-title {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5333;
  transition: opacity 0.3s ease;
}
.p-jumbotron.-has-important .p-jumbotron__slider {
  height: calc(100% - 7.2rem);
}

.p-lead {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.75;
}

.p-link-list__item:last-child a {
  border: none;
}
.p-link-list__item > a {
  display: block;
  position: relative;
  padding: 3.85rem 8rem 3.85rem 0rem;
  border-bottom: 1px solid rgba(74, 188, 150, 0.75);
}
.p-link-list__item > a:hover .p-link-list__item-icon {
  transform: translateY(-50%) scale(1.2);
}
.p-link-list__item > a:hover .p-link-list__item-title {
  opacity: 0.75;
}
.p-link-list__item-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.444444;
  transition: opacity 0.3s ease;
}
.p-link-list__item-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 3.2rem;
  height: 3.2rem;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  fill: var(--main_color);
}

.p-main {
  padding-bottom: 13.6rem;
}
.p-main__breadcrumb {
  background-color: #f7f7f7;
}
.p-main__header {
  margin-top: 7.2rem;
  background-color: var(--main_header_color);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-main__header-inner {
  height: var(--main_header_height);
}
.p-main__body {
  padding-top: 6.4rem;
  min-height: 64rem;
}
.p-main__header + .p-main__body {
  padding-top: 8rem;
}
.p-main__footer {
  padding-top: 10.4rem;
}
.p-main__single-header {
  padding-top: 7.2rem;
}
.p-main__single-meta {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
}
.p-main__single-meta + .p-main__single-title {
  margin-top: 1rem;
}
.p-main__single-date {
  color: #767676;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-main__single-category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 9.6rem;
  padding: 0.4rem 1.2rem;
  border-radius: 1.6rem;
  border: 1px solid var(--main_color);
  color: var(--main_color);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.p-main__single-title {
  position: relative;
  padding-bottom: 2.8rem;
  border-bottom: 2px solid #d8d8d8;
  font-size: 3.2rem;
  line-height: 1.5;
}
.p-main__single-title::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 12rem;
  height: 0.2rem;
  background-color: var(--main_color);
}
.p-main__single-tag {
  margin-top: 2.4rem;
}
.p-main__grid {
  display: grid;
  justify-content: space-between;
  grid-template-columns: minmax(62.5%, 80rem) minmax(18.75%, 28rem);
}
.p-media {
  display: flex;
  gap: 8rem;
}
.p-media .p-media__image {
  flex-shrink: 0;
  width: 40%;
}
.p-media .p-media__image img {
  width: 100%;
}
.p-media .p-media__text {
  flex-grow: 1;
  width: 60%;
}
.p-media .p-media__text > *:first-child {
  margin-top: 0 !important;
}
.p-media__text p:not([class]) {
  font-size: 1.6rem;
}
.p-media.-reverse {
  display: flex;
  gap: 8rem;
  flex-direction: row-reverse;
}
.p-media.-reverse .p-media__image {
  flex-shrink: 0;
  width: 40%;
}
.p-media.-reverse .p-media__image img {
  width: 100%;
}
.p-media.-reverse .p-media__text {
  flex-grow: 1;
  width: 60%;
}
.p-media.-reverse .p-media__text > *:first-child {
  margin-top: 0 !important;
}

.p-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-pagination__list {
  display: flex;
  gap: 1.6rem;
}
.p-pagination__item {
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  background-color: #f7f7f7;
  border-radius: 50%;
  color: var(--font_color);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none;
}
.p-pagination__item:hover {
  background-color: var(--main_color);
  color: #fff;
}
.p-pagination__item.-current {
  background-color: var(--main_color);
  color: #fff;
}
.p-pagination__prev-link > a, .p-pagination__next-link > a {
  transition: background-color 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border: 1px solid #767676;
  border-radius: 50%;
}
.p-pagination__prev-link > a .icon, .p-pagination__next-link > a .icon {
  transition: fill 0.3s ease-out;
  display: inline-block;
  width: 1.4rem;
  height: 1.1495rem;
  fill: #767676;
}
.p-pagination__prev-link > a:hover, .p-pagination__next-link > a:hover {
  background-color: #767676;
}
.p-pagination__prev-link > a:hover .icon, .p-pagination__next-link > a:hover .icon {
  fill: #fff;
}
.p-pagination__prev-link.-inactive, .p-pagination__next-link.-inactive {
  visibility: hidden;
}
.p-pagination__prev-link {
  margin-right: 3rem;
}
.p-pagination__next-link {
  margin-left: 3rem;
}

.post-password-form > p:nth-child(2) {
  display: flex;
}
.post-password-form input[type=password] {
  width: 100%;
  max-width: 24rem;
  height: 4.8rem;
}
.post-password-form input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background: var(--main_color);
  border: none;
  color: #fff;
  font-weight: 700;
}

.p-scroll-table {
  overflow-x: scroll;
}
.p-scroll-table table {
  width: 100%;
  white-space: nowrap;
}

.p-search-form form {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-search-form form input {
  height: 100%;
  padding: 1.05rem 4rem 1.05rem 2.4rem;
  background-color: #f7f7f7;
  border: 1px solid var(--border_color);
  border-radius: 2.3rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.46153;
}
.p-search-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background-color: var(--main_color);
  border-radius: 50%;
}
.p-search-form__btn img {
  width: 1.3rem;
  height: 1.3rem;
}
.p-search-form.-cta-widget form input {
  width: 100%;
  max-width: 100%;
  padding: 1.25rem 4.8rem 1.25rem 2.4rem;
}
.p-search-form.-cta-widget .p-search-form__btn {
  width: 3rem;
  height: 3rem;
}
.p-search-form.-results form {
  max-width: 48rem;
}
.p-search-form.-results form input {
  width: 100%;
  max-width: 100%;
  padding: 1.55rem 4.8rem 1.55rem 2.4rem;
  border-radius: 2.8rem;
  font-size: 1.6rem;
}
.p-search-form.-results .p-search-form__btn {
  width: 3.6rem;
  height: 3.6rem;
}

.p-search-results-list {
  margin-top: 4.8rem;
}
.p-search-results-list__item {
  padding-bottom: 4.8rem;
  border-bottom: 1px solid var(--border_color);
}
.p-search-results-list__item:not(:first-of-type) {
  margin-top: 4rem;
}
.p-search-results-list__item > a {
  transition: opacity 0.3s ease;
}
.p-search-results-list__item > a:hover {
  opacity: 0.5;
}
.p-search-results-list__item-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-search-results-list__item-description {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-search-results-list__item-meta {
  display: inline-flex;
  align-items: baseline;
  gap: 1.2rem;
  height: 2.8rem;
  margin-top: 2rem;
}
.p-search-results-list__item-meta > span:not([class]) {
  display: flex;
  gap: 1.2rem;
  height: 2.8rem;
}
.p-search-results-list__item-date {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: #767676;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
.p-search-results-list__item-post-type {
  font-feature-settings: "palt";
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding-left: 1.2rem;
  border-left: 1px solid var(--font_color);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.p-search-results-list__item-category {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  height: 100%;
  gap: 0.8rem;
  padding-left: 1.2rem;
  border-left: 1px solid var(--font_color);
}
.p-search-results-list__item-category > span {
  font-feature-settings: "palt";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 8.8rem;
  height: 2.8rem;
  padding: 0.4rem 1.2rem;
  background-color: #fff;
  border: 1px solid var(--main_color);
  border-radius: 1.6rem;
  color: var(--main_color);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.p-search-ui {
  margin-top: 7.2rem;
}
.p-search-ui__inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.p-search-ui__title {
  font-family: "Poppins", sans-serif;
  color: var(--main_color);
  font-size: 3.2rem;
  font-weight: 600;
}
.p-search-ui__title > span:first-of-type {
  display: inline-block;
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 2.2rem;
}
.p-search-ui__title > span:last-of-type {
  display: inline-block;
  margin-left: 0.4rem;
  color: var(--font_color);
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-search-ui__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
.p-search-ui__item {
  display: flex;
  align-items: center;
}
.p-search-ui__item-label {
  font-size: 1.3rem;
  font-weight: 600;
}
.p-search-ui__item-label:not(:first-of-type) {
  margin-left: 1.6rem;
}
.p-search-ui__item-control select {
  padding: 1.05rem 3.2rem 1.05rem 2rem;
  border-radius: 1.8rem;
  border: 1px solid #767676;
  background: url(../tmpl-img/ico_arrow_bottom01.svg) no-repeat center right 1.5rem/0.9rem 0.9rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

.p-section {
  padding: 4.8rem 0;
  background-position: center center;
  background-size: cover;
}
.p-section__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
}
.p-section__grid .p-section__header {
  grid-column: 1;
  grid-row: 1;
}
.p-section__grid .p-section__body {
  margin-top: 4rem;
  grid-column: 1/3;
  grid-row: 2/3;
}
.p-section__grid .p-section__footer {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}
.p-section__description {
  margin-top: 2.4rem;
}
.p-section__description p:not([class]) {
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-section__more {
  margin-top: 6.4rem;
}
.p-section.-bg-texture-pattern01 {
  position: relative;
}
.p-section.-bg-texture-pattern01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 160.4rem;
  height: auto;
  aspect-ratio: 1604/990;
  background: url("../tmpl-img/bg_texture01.png") no-repeat top center/cover;
}
.p-section.-bg-texture-pattern02 {
  position: relative;
}
.p-section.-bg-texture-pattern02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  transform: translateX(-50%);
  width: 150.2rem;
  height: auto;
  aspect-ratio: 1502/922;
  background: url("../tmpl-img/bg_texture02.png") no-repeat top center/cover;
}

.p-side__nav-item:not(:first-child) {
  margin-top: 1.6rem;
}
.p-side__nav-item > a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-side__nav-item > a:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background-color: var(--main_color);
}

.p-sitemap-list {
  font-size: 1.6rem;
}
.p-sitemap-list > li {
  margin: 1.25em 0 !important;
}
.p-sitemap-list > li > a {
  transition: all 0.3s ease;
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  color: var(--font_color) !important;
  border: 1px solid var(--border_color);
  text-decoration: none !important;
}
.p-sitemap-list > li > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--font_color);
  border-right: 1px solid var(--font_color);
  right: 0.4rem;
  transform: translateY(-50%) rotate(45deg);
}
.p-sitemap-list > li > a:after {
  right: 1em;
}
.p-sitemap-list > li > a:hover {
  background-color: #f5f5f5;
}

.p-sns-links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.p-sns-links__item .icon {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  fill: #fff;
}

.p-sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
}
.p-sns__item a {
  transition: opacity 0.3s ease;
  display: block;
}

.p-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.p-sort__text {
  display: inline-flex;
  align-items: baseline;
  gap: 1.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-sort__text span {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.454545;
  color: var(--main_color);
}
.p-sort__text span.-current {
  color: var(--font_color);
}
.p-sort form select {
  padding: 0.85rem 5rem 0.85rem 1.8rem;
  border-radius: 1.9rem;
  border: 1px solid #767676;
  background: url("../tmpl-img/ico_arrow_bottom01.svg") no-repeat center right 1.5rem/0.9rem 0.9rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4615;
}

.p-system-message {
  width: 100%;
  padding: 9.6rem 0;
  text-align: center;
}
.p-system-message > p {
  font-size: 2rem !important;
  font-weight: 700;
}

.p-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  line-height: 1;
}
.p-tag-list__item {
  font-size: 1.2rem;
  font-weight: 500;
}
.p-tag-list__item > a {
  color: #707070;
}
.p-tag-list__item > a:before {
  content: "#";
}
.p-tag-list.-outline {
  gap: 0.8rem;
}
.p-tag-list.-outline .p-tag-list__item > a {
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  padding: 0.8rem 1.2rem;
  border: 1px solid var(--border_color);
}
.p-tag-list.-outline .p-tag-list__item > a:hover {
  background: #333;
  color: #fff;
}
.p-tag-list.-outline .p-tag-list__item > a:before {
  content: none;
}

.p-teacher-list {
  margin-top: 4rem;
}
.p-teacher-list__item {
  padding: 4rem;
  border: 1px solid var(--border_color);
}
.p-teacher-list__item:not(:first-of-type) {
  margin-top: 2.4rem;
}
.p-teacher-list__item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-teacher-list__item-image {
  width: 9.6rem;
}
.p-teacher-list__item-position {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-teacher-list__item-name {
  margin-top: 0.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-teacher-list__item-name > span {
  font-size: 0.77777em;
  font-weight: 400;
}
.p-teacher-list__item-address {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #666;
}
.p-teacher-list__item-message {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-text-link {
  display: inline-flex;
  position: relative;
  padding-bottom: 0.4rem;
  font-size: 1.7rem;
  font-weight: 700;
}
.p-text-link span {
  display: inline-block;
  margin-right: 1.6rem;
}
.p-text-link span:after {
  transition: width 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #333;
}
.p-text-link .icon {
  transition: transform 0.3s ease;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  fill: var(--main_color);
}
.p-text-link:hover span:after {
  width: calc(100% - 1.6rem - 2.4rem);
}
.p-text-link:hover .icon {
  transform: scale(1.2);
  transform: scale(1.2);
}

.p-thumbnail {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-thumbnail.-one-to-one {
  aspect-ratio: 1/1;
}
.p-thumbnail.-three-to-two {
  aspect-ratio: 3/2;
}
.p-thumbnail.-four-to-three {
  aspect-ratio: 4/3;
}
.p-thumbnail.-event {
  aspect-ratio: 306/224;
}

.p-title.-center {
  text-align: center;
}
.p-title.-flex {
  display: inline-flex;
  align-items: baseline;
  gap: 3.2rem;
}
.p-title.-white {
  color: #fff;
}
.p-title.-white .p-title__main.-en {
  color: #fff;
}
.p-title__main {
  display: block;
  line-height: 1.39655;
  letter-spacing: -0.02rem;
}
.p-title__main.-en {
  font-size: 5.8rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--main_color);
}
.p-title__sub {
  display: block;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.p-title__sub.-ja {
  font-size: 1.7rem;
  font-weight: 600;
}
.-row-auto {
  grid-row: auto;
}

.-row-full {
  grid-row: 1/-1;
}
.-col-auto {
  grid-column: auto;
}

.-col-full {
  grid-column: 1/-1;
}
.u-icon-word {
  padding: 0.2rem 2.4rem 0.2rem 0;
  background: url(../tmpl-img/ico_word01.svg) no-repeat right center/1.8rem 1.8rem;
}

.u-icon-excel {
  padding: 0.2rem 2.4rem 0.2rem 0;
  background: url(../tmpl-img/ico_excel01.svg) no-repeat right center/1.8rem 1.8rem;
}

.u-icon-powerpoint {
  padding: 0.2rem 2.4rem 0.2rem 0;
  background: url(../tmpl-img/ico_powerpoint01.svg) no-repeat right center/1.8rem 1.8rem;
}

.u-icon-pdf {
  padding: 0.4rem 2.4rem 0.4rem 0;
  background: url(../tmpl-img/ico_pdf01.svg) no-repeat right center/1.8rem 1.8rem;
}

.u-icon-external-link {
  padding-right: 2.4rem;
  background: url(../tmpl-img/ico_external_link01.svg) no-repeat right center;
}
a:hover .u-icon-external-link {
  background: url(../tmpl-img/ico_external_link02.svg) no-repeat right center;
}
.u-note {
  font-size: 1.4rem !important;
  font-weight: normal !important;
}
/* Theme Name : BEE ver 1.6.3 */
/* ========================================================================
	Foundation - ファウンデーション
======================================================================== */
/* ========================================================================
	Layout - レイアウト
======================================================================== */
/* ========================================================================
	Object - オブジェクト
======================================================================== */
/* --------------------------------------------------------
	Component - コンポーネント
-------------------------------------------------------- */
/* --------------------------------------------------------
	Project - プロジェクト
-------------------------------------------------------- */
/* --------------------------------------------------------
	Utility - ユーティリティ
-------------------------------------------------------- */
@media screen and (min-width: 320px){
  .u-border-0 {
    border: 0px solid var(--border_color) !important;
  }
  .u-border-x-0 {
    border-top: none !important;
    border-right: 0px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 0px solid var(--border_color) !important;
  }
  .u-border-y-0 {
    border-top: 0px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 0px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-0 {
    border-top: 0px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-0 {
    border-top: none !important;
    border-right: 0px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-0 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 0px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-0 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 0px solid var(--border_color) !important;
  }
  .u-border-1 {
    border: 1px solid var(--border_color) !important;
  }
  .u-border-x-1 {
    border-top: none !important;
    border-right: 1px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 1px solid var(--border_color) !important;
  }
  .u-border-y-1 {
    border-top: 1px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 1px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-1 {
    border-top: 1px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-1 {
    border-top: none !important;
    border-right: 1px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-1 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-1 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 1px solid var(--border_color) !important;
  }
  .u-border-2 {
    border: 2px solid var(--border_color) !important;
  }
  .u-border-x-2 {
    border-top: none !important;
    border-right: 2px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 2px solid var(--border_color) !important;
  }
  .u-border-y-2 {
    border-top: 2px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 2px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-2 {
    border-top: 2px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-2 {
    border-top: none !important;
    border-right: 2px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-2 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 2px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-2 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 2px solid var(--border_color) !important;
  }
  .u-border-3 {
    border: 3px solid var(--border_color) !important;
  }
  .u-border-x-3 {
    border-top: none !important;
    border-right: 3px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 3px solid var(--border_color) !important;
  }
  .u-border-y-3 {
    border-top: 3px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 3px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-3 {
    border-top: 3px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-3 {
    border-top: none !important;
    border-right: 3px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-3 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 3px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-3 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 3px solid var(--border_color) !important;
  }
  .u-border-4 {
    border: 4px solid var(--border_color) !important;
  }
  .u-border-x-4 {
    border-top: none !important;
    border-right: 4px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 4px solid var(--border_color) !important;
  }
  .u-border-y-4 {
    border-top: 4px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 4px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-4 {
    border-top: 4px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-4 {
    border-top: none !important;
    border-right: 4px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-4 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 4px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-4 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 4px solid var(--border_color) !important;
  }
  .u-border-5 {
    border: 5px solid var(--border_color) !important;
  }
  .u-border-x-5 {
    border-top: none !important;
    border-right: 5px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 5px solid var(--border_color) !important;
  }
  .u-border-y-5 {
    border-top: 5px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 5px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-5 {
    border-top: 5px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-5 {
    border-top: none !important;
    border-right: 5px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-5 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 5px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-5 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 5px solid var(--border_color) !important;
  }
  .u-border-6 {
    border: 6px solid var(--border_color) !important;
  }
  .u-border-x-6 {
    border-top: none !important;
    border-right: 6px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 6px solid var(--border_color) !important;
  }
  .u-border-y-6 {
    border-top: 6px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 6px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-6 {
    border-top: 6px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-6 {
    border-top: none !important;
    border-right: 6px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-6 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 6px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-6 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 6px solid var(--border_color) !important;
  }
  .u-border-7 {
    border: 7px solid var(--border_color) !important;
  }
  .u-border-x-7 {
    border-top: none !important;
    border-right: 7px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 7px solid var(--border_color) !important;
  }
  .u-border-y-7 {
    border-top: 7px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 7px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-7 {
    border-top: 7px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-7 {
    border-top: none !important;
    border-right: 7px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-7 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 7px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-7 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 7px solid var(--border_color) !important;
  }
  .u-border-8 {
    border: 8px solid var(--border_color) !important;
  }
  .u-border-x-8 {
    border-top: none !important;
    border-right: 8px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 8px solid var(--border_color) !important;
  }
  .u-border-y-8 {
    border-top: 8px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 8px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-8 {
    border-top: 8px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-8 {
    border-top: none !important;
    border-right: 8px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-8 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 8px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-8 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 8px solid var(--border_color) !important;
  }
  .u-border-9 {
    border: 9px solid var(--border_color) !important;
  }
  .u-border-x-9 {
    border-top: none !important;
    border-right: 9px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 9px solid var(--border_color) !important;
  }
  .u-border-y-9 {
    border-top: 9px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 9px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-9 {
    border-top: 9px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-9 {
    border-top: none !important;
    border-right: 9px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-9 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 9px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-9 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 9px solid var(--border_color) !important;
  }
  .u-border-10 {
    border: 10px solid var(--border_color) !important;
  }
  .u-border-x-10 {
    border-top: none !important;
    border-right: 10px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 10px solid var(--border_color) !important;
  }
  .u-border-y-10 {
    border-top: 10px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 10px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-10 {
    border-top: 10px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-10 {
    border-top: none !important;
    border-right: 10px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-10 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 10px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-10 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 10px solid var(--border_color) !important;
  }
  .u-border-11 {
    border: 11px solid var(--border_color) !important;
  }
  .u-border-x-11 {
    border-top: none !important;
    border-right: 11px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 11px solid var(--border_color) !important;
  }
  .u-border-y-11 {
    border-top: 11px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 11px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-11 {
    border-top: 11px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-11 {
    border-top: none !important;
    border-right: 11px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-11 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 11px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-11 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 11px solid var(--border_color) !important;
  }
  .u-border-12 {
    border: 12px solid var(--border_color) !important;
  }
  .u-border-x-12 {
    border-top: none !important;
    border-right: 12px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 12px solid var(--border_color) !important;
  }
  .u-border-y-12 {
    border-top: 12px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 12px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-12 {
    border-top: 12px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-12 {
    border-top: none !important;
    border-right: 12px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-12 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 12px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-12 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 12px solid var(--border_color) !important;
  }
  .u-border-13 {
    border: 13px solid var(--border_color) !important;
  }
  .u-border-x-13 {
    border-top: none !important;
    border-right: 13px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 13px solid var(--border_color) !important;
  }
  .u-border-y-13 {
    border-top: 13px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 13px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-13 {
    border-top: 13px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-13 {
    border-top: none !important;
    border-right: 13px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-13 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 13px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-13 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 13px solid var(--border_color) !important;
  }
  .u-border-14 {
    border: 14px solid var(--border_color) !important;
  }
  .u-border-x-14 {
    border-top: none !important;
    border-right: 14px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 14px solid var(--border_color) !important;
  }
  .u-border-y-14 {
    border-top: 14px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 14px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-14 {
    border-top: 14px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-14 {
    border-top: none !important;
    border-right: 14px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-14 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 14px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-14 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 14px solid var(--border_color) !important;
  }
  .u-border-15 {
    border: 15px solid var(--border_color) !important;
  }
  .u-border-x-15 {
    border-top: none !important;
    border-right: 15px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 15px solid var(--border_color) !important;
  }
  .u-border-y-15 {
    border-top: 15px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 15px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-15 {
    border-top: 15px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-15 {
    border-top: none !important;
    border-right: 15px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-15 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 15px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-15 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 15px solid var(--border_color) !important;
  }
  .u-border-16 {
    border: 16px solid var(--border_color) !important;
  }
  .u-border-x-16 {
    border-top: none !important;
    border-right: 16px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 16px solid var(--border_color) !important;
  }
  .u-border-y-16 {
    border-top: 16px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 16px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-16 {
    border-top: 16px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-16 {
    border-top: none !important;
    border-right: 16px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-16 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 16px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-16 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 16px solid var(--border_color) !important;
  }
  .u-border-17 {
    border: 17px solid var(--border_color) !important;
  }
  .u-border-x-17 {
    border-top: none !important;
    border-right: 17px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 17px solid var(--border_color) !important;
  }
  .u-border-y-17 {
    border-top: 17px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 17px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-17 {
    border-top: 17px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-17 {
    border-top: none !important;
    border-right: 17px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-17 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 17px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-17 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 17px solid var(--border_color) !important;
  }
  .u-border-18 {
    border: 18px solid var(--border_color) !important;
  }
  .u-border-x-18 {
    border-top: none !important;
    border-right: 18px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 18px solid var(--border_color) !important;
  }
  .u-border-y-18 {
    border-top: 18px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 18px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-18 {
    border-top: 18px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-18 {
    border-top: none !important;
    border-right: 18px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-18 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 18px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-18 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 18px solid var(--border_color) !important;
  }
  .u-border-19 {
    border: 19px solid var(--border_color) !important;
  }
  .u-border-x-19 {
    border-top: none !important;
    border-right: 19px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 19px solid var(--border_color) !important;
  }
  .u-border-y-19 {
    border-top: 19px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 19px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-19 {
    border-top: 19px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-19 {
    border-top: none !important;
    border-right: 19px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-19 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 19px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-19 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 19px solid var(--border_color) !important;
  }
  .u-border-20 {
    border: 20px solid var(--border_color) !important;
  }
  .u-border-x-20 {
    border-top: none !important;
    border-right: 20px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 20px solid var(--border_color) !important;
  }
  .u-border-y-20 {
    border-top: 20px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 20px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-20 {
    border-top: 20px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-20 {
    border-top: none !important;
    border-right: 20px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-20 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 20px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-20 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 20px solid var(--border_color) !important;
  }
  .u-border-21 {
    border: 21px solid var(--border_color) !important;
  }
  .u-border-x-21 {
    border-top: none !important;
    border-right: 21px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 21px solid var(--border_color) !important;
  }
  .u-border-y-21 {
    border-top: 21px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 21px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-21 {
    border-top: 21px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-21 {
    border-top: none !important;
    border-right: 21px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-21 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 21px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-21 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 21px solid var(--border_color) !important;
  }
  .u-border-22 {
    border: 22px solid var(--border_color) !important;
  }
  .u-border-x-22 {
    border-top: none !important;
    border-right: 22px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 22px solid var(--border_color) !important;
  }
  .u-border-y-22 {
    border-top: 22px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 22px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-22 {
    border-top: 22px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-22 {
    border-top: none !important;
    border-right: 22px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-22 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 22px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-22 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 22px solid var(--border_color) !important;
  }
  .u-border-23 {
    border: 23px solid var(--border_color) !important;
  }
  .u-border-x-23 {
    border-top: none !important;
    border-right: 23px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 23px solid var(--border_color) !important;
  }
  .u-border-y-23 {
    border-top: 23px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 23px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-23 {
    border-top: 23px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-23 {
    border-top: none !important;
    border-right: 23px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-23 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 23px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-23 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 23px solid var(--border_color) !important;
  }
  .u-border-24 {
    border: 24px solid var(--border_color) !important;
  }
  .u-border-x-24 {
    border-top: none !important;
    border-right: 24px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 24px solid var(--border_color) !important;
  }
  .u-border-y-24 {
    border-top: 24px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 24px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-24 {
    border-top: 24px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-24 {
    border-top: none !important;
    border-right: 24px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-24 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 24px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-24 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 24px solid var(--border_color) !important;
  }
  .u-border-25 {
    border: 25px solid var(--border_color) !important;
  }
  .u-border-x-25 {
    border-top: none !important;
    border-right: 25px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 25px solid var(--border_color) !important;
  }
  .u-border-y-25 {
    border-top: 25px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 25px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-25 {
    border-top: 25px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-25 {
    border-top: none !important;
    border-right: 25px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-25 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 25px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-25 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 25px solid var(--border_color) !important;
  }
  .u-border-26 {
    border: 26px solid var(--border_color) !important;
  }
  .u-border-x-26 {
    border-top: none !important;
    border-right: 26px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 26px solid var(--border_color) !important;
  }
  .u-border-y-26 {
    border-top: 26px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 26px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-26 {
    border-top: 26px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-26 {
    border-top: none !important;
    border-right: 26px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-26 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 26px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-26 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 26px solid var(--border_color) !important;
  }
  .u-border-27 {
    border: 27px solid var(--border_color) !important;
  }
  .u-border-x-27 {
    border-top: none !important;
    border-right: 27px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 27px solid var(--border_color) !important;
  }
  .u-border-y-27 {
    border-top: 27px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 27px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-27 {
    border-top: 27px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-27 {
    border-top: none !important;
    border-right: 27px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-27 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 27px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-27 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 27px solid var(--border_color) !important;
  }
  .u-border-28 {
    border: 28px solid var(--border_color) !important;
  }
  .u-border-x-28 {
    border-top: none !important;
    border-right: 28px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 28px solid var(--border_color) !important;
  }
  .u-border-y-28 {
    border-top: 28px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 28px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-28 {
    border-top: 28px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-28 {
    border-top: none !important;
    border-right: 28px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-28 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 28px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-28 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 28px solid var(--border_color) !important;
  }
  .u-border-29 {
    border: 29px solid var(--border_color) !important;
  }
  .u-border-x-29 {
    border-top: none !important;
    border-right: 29px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 29px solid var(--border_color) !important;
  }
  .u-border-y-29 {
    border-top: 29px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 29px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-29 {
    border-top: 29px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-29 {
    border-top: none !important;
    border-right: 29px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-29 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 29px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-29 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 29px solid var(--border_color) !important;
  }
  .u-border-30 {
    border: 30px solid var(--border_color) !important;
  }
  .u-border-x-30 {
    border-top: none !important;
    border-right: 30px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 30px solid var(--border_color) !important;
  }
  .u-border-y-30 {
    border-top: 30px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 30px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-30 {
    border-top: 30px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-30 {
    border-top: none !important;
    border-right: 30px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-30 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 30px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-30 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 30px solid var(--border_color) !important;
  }
  .u-border-31 {
    border: 31px solid var(--border_color) !important;
  }
  .u-border-x-31 {
    border-top: none !important;
    border-right: 31px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 31px solid var(--border_color) !important;
  }
  .u-border-y-31 {
    border-top: 31px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 31px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-31 {
    border-top: 31px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-31 {
    border-top: none !important;
    border-right: 31px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-31 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 31px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-31 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 31px solid var(--border_color) !important;
  }
  .u-border-32 {
    border: 32px solid var(--border_color) !important;
  }
  .u-border-x-32 {
    border-top: none !important;
    border-right: 32px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 32px solid var(--border_color) !important;
  }
  .u-border-y-32 {
    border-top: 32px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 32px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-32 {
    border-top: 32px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-32 {
    border-top: none !important;
    border-right: 32px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-32 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 32px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-32 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 32px solid var(--border_color) !important;
  }
  .u-border-33 {
    border: 33px solid var(--border_color) !important;
  }
  .u-border-x-33 {
    border-top: none !important;
    border-right: 33px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 33px solid var(--border_color) !important;
  }
  .u-border-y-33 {
    border-top: 33px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 33px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-33 {
    border-top: 33px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-33 {
    border-top: none !important;
    border-right: 33px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-33 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 33px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-33 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 33px solid var(--border_color) !important;
  }
  .u-border-34 {
    border: 34px solid var(--border_color) !important;
  }
  .u-border-x-34 {
    border-top: none !important;
    border-right: 34px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 34px solid var(--border_color) !important;
  }
  .u-border-y-34 {
    border-top: 34px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 34px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-34 {
    border-top: 34px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-34 {
    border-top: none !important;
    border-right: 34px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-34 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 34px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-34 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 34px solid var(--border_color) !important;
  }
  .u-border-35 {
    border: 35px solid var(--border_color) !important;
  }
  .u-border-x-35 {
    border-top: none !important;
    border-right: 35px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 35px solid var(--border_color) !important;
  }
  .u-border-y-35 {
    border-top: 35px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 35px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-35 {
    border-top: 35px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-35 {
    border-top: none !important;
    border-right: 35px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-35 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 35px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-35 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 35px solid var(--border_color) !important;
  }
  .u-border-36 {
    border: 36px solid var(--border_color) !important;
  }
  .u-border-x-36 {
    border-top: none !important;
    border-right: 36px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 36px solid var(--border_color) !important;
  }
  .u-border-y-36 {
    border-top: 36px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 36px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-36 {
    border-top: 36px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-36 {
    border-top: none !important;
    border-right: 36px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-36 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 36px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-36 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 36px solid var(--border_color) !important;
  }
  .u-border-37 {
    border: 37px solid var(--border_color) !important;
  }
  .u-border-x-37 {
    border-top: none !important;
    border-right: 37px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 37px solid var(--border_color) !important;
  }
  .u-border-y-37 {
    border-top: 37px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 37px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-37 {
    border-top: 37px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-37 {
    border-top: none !important;
    border-right: 37px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-37 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 37px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-37 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 37px solid var(--border_color) !important;
  }
  .u-border-38 {
    border: 38px solid var(--border_color) !important;
  }
  .u-border-x-38 {
    border-top: none !important;
    border-right: 38px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 38px solid var(--border_color) !important;
  }
  .u-border-y-38 {
    border-top: 38px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 38px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-38 {
    border-top: 38px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-38 {
    border-top: none !important;
    border-right: 38px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-38 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 38px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-38 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 38px solid var(--border_color) !important;
  }
  .u-border-39 {
    border: 39px solid var(--border_color) !important;
  }
  .u-border-x-39 {
    border-top: none !important;
    border-right: 39px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 39px solid var(--border_color) !important;
  }
  .u-border-y-39 {
    border-top: 39px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 39px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-39 {
    border-top: 39px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-39 {
    border-top: none !important;
    border-right: 39px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-39 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 39px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-39 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 39px solid var(--border_color) !important;
  }
  .u-border-40 {
    border: 40px solid var(--border_color) !important;
  }
  .u-border-x-40 {
    border-top: none !important;
    border-right: 40px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 40px solid var(--border_color) !important;
  }
  .u-border-y-40 {
    border-top: 40px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 40px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-40 {
    border-top: 40px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-40 {
    border-top: none !important;
    border-right: 40px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-40 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 40px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-40 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 40px solid var(--border_color) !important;
  }
  .u-border-41 {
    border: 41px solid var(--border_color) !important;
  }
  .u-border-x-41 {
    border-top: none !important;
    border-right: 41px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 41px solid var(--border_color) !important;
  }
  .u-border-y-41 {
    border-top: 41px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 41px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-41 {
    border-top: 41px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-41 {
    border-top: none !important;
    border-right: 41px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-41 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 41px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-41 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 41px solid var(--border_color) !important;
  }
  .u-border-42 {
    border: 42px solid var(--border_color) !important;
  }
  .u-border-x-42 {
    border-top: none !important;
    border-right: 42px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 42px solid var(--border_color) !important;
  }
  .u-border-y-42 {
    border-top: 42px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 42px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-42 {
    border-top: 42px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-42 {
    border-top: none !important;
    border-right: 42px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-42 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 42px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-42 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 42px solid var(--border_color) !important;
  }
  .u-border-43 {
    border: 43px solid var(--border_color) !important;
  }
  .u-border-x-43 {
    border-top: none !important;
    border-right: 43px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 43px solid var(--border_color) !important;
  }
  .u-border-y-43 {
    border-top: 43px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 43px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-43 {
    border-top: 43px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-43 {
    border-top: none !important;
    border-right: 43px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-43 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 43px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-43 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 43px solid var(--border_color) !important;
  }
  .u-border-44 {
    border: 44px solid var(--border_color) !important;
  }
  .u-border-x-44 {
    border-top: none !important;
    border-right: 44px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 44px solid var(--border_color) !important;
  }
  .u-border-y-44 {
    border-top: 44px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 44px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-44 {
    border-top: 44px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-44 {
    border-top: none !important;
    border-right: 44px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-44 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 44px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-44 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 44px solid var(--border_color) !important;
  }
  .u-border-45 {
    border: 45px solid var(--border_color) !important;
  }
  .u-border-x-45 {
    border-top: none !important;
    border-right: 45px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 45px solid var(--border_color) !important;
  }
  .u-border-y-45 {
    border-top: 45px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 45px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-45 {
    border-top: 45px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-45 {
    border-top: none !important;
    border-right: 45px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-45 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 45px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-45 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 45px solid var(--border_color) !important;
  }
  .u-border-46 {
    border: 46px solid var(--border_color) !important;
  }
  .u-border-x-46 {
    border-top: none !important;
    border-right: 46px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 46px solid var(--border_color) !important;
  }
  .u-border-y-46 {
    border-top: 46px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 46px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-46 {
    border-top: 46px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-46 {
    border-top: none !important;
    border-right: 46px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-46 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 46px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-46 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 46px solid var(--border_color) !important;
  }
  .u-border-47 {
    border: 47px solid var(--border_color) !important;
  }
  .u-border-x-47 {
    border-top: none !important;
    border-right: 47px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 47px solid var(--border_color) !important;
  }
  .u-border-y-47 {
    border-top: 47px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 47px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-47 {
    border-top: 47px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-47 {
    border-top: none !important;
    border-right: 47px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-47 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 47px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-47 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 47px solid var(--border_color) !important;
  }
  .u-border-48 {
    border: 48px solid var(--border_color) !important;
  }
  .u-border-x-48 {
    border-top: none !important;
    border-right: 48px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 48px solid var(--border_color) !important;
  }
  .u-border-y-48 {
    border-top: 48px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 48px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-48 {
    border-top: 48px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-48 {
    border-top: none !important;
    border-right: 48px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-48 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 48px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-48 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 48px solid var(--border_color) !important;
  }
  .u-border-49 {
    border: 49px solid var(--border_color) !important;
  }
  .u-border-x-49 {
    border-top: none !important;
    border-right: 49px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 49px solid var(--border_color) !important;
  }
  .u-border-y-49 {
    border-top: 49px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 49px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-49 {
    border-top: 49px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-49 {
    border-top: none !important;
    border-right: 49px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-49 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 49px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-49 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 49px solid var(--border_color) !important;
  }
  .u-border-50 {
    border: 50px solid var(--border_color) !important;
  }
  .u-border-x-50 {
    border-top: none !important;
    border-right: 50px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 50px solid var(--border_color) !important;
  }
  .u-border-y-50 {
    border-top: 50px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 50px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-50 {
    border-top: 50px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-50 {
    border-top: none !important;
    border-right: 50px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-50 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 50px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-50 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 50px solid var(--border_color) !important;
  }
  .u-border-51 {
    border: 51px solid var(--border_color) !important;
  }
  .u-border-x-51 {
    border-top: none !important;
    border-right: 51px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 51px solid var(--border_color) !important;
  }
  .u-border-y-51 {
    border-top: 51px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 51px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-51 {
    border-top: 51px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-51 {
    border-top: none !important;
    border-right: 51px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-51 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 51px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-51 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 51px solid var(--border_color) !important;
  }
  .u-border-52 {
    border: 52px solid var(--border_color) !important;
  }
  .u-border-x-52 {
    border-top: none !important;
    border-right: 52px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 52px solid var(--border_color) !important;
  }
  .u-border-y-52 {
    border-top: 52px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 52px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-52 {
    border-top: 52px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-52 {
    border-top: none !important;
    border-right: 52px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-52 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 52px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-52 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 52px solid var(--border_color) !important;
  }
  .u-border-53 {
    border: 53px solid var(--border_color) !important;
  }
  .u-border-x-53 {
    border-top: none !important;
    border-right: 53px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 53px solid var(--border_color) !important;
  }
  .u-border-y-53 {
    border-top: 53px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 53px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-53 {
    border-top: 53px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-53 {
    border-top: none !important;
    border-right: 53px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-53 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 53px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-53 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 53px solid var(--border_color) !important;
  }
  .u-border-54 {
    border: 54px solid var(--border_color) !important;
  }
  .u-border-x-54 {
    border-top: none !important;
    border-right: 54px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 54px solid var(--border_color) !important;
  }
  .u-border-y-54 {
    border-top: 54px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 54px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-54 {
    border-top: 54px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-54 {
    border-top: none !important;
    border-right: 54px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-54 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 54px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-54 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 54px solid var(--border_color) !important;
  }
  .u-border-55 {
    border: 55px solid var(--border_color) !important;
  }
  .u-border-x-55 {
    border-top: none !important;
    border-right: 55px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 55px solid var(--border_color) !important;
  }
  .u-border-y-55 {
    border-top: 55px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 55px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-55 {
    border-top: 55px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-55 {
    border-top: none !important;
    border-right: 55px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-55 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 55px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-55 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 55px solid var(--border_color) !important;
  }
  .u-border-56 {
    border: 56px solid var(--border_color) !important;
  }
  .u-border-x-56 {
    border-top: none !important;
    border-right: 56px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 56px solid var(--border_color) !important;
  }
  .u-border-y-56 {
    border-top: 56px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 56px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-56 {
    border-top: 56px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-56 {
    border-top: none !important;
    border-right: 56px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-56 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 56px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-56 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 56px solid var(--border_color) !important;
  }
  .u-border-57 {
    border: 57px solid var(--border_color) !important;
  }
  .u-border-x-57 {
    border-top: none !important;
    border-right: 57px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 57px solid var(--border_color) !important;
  }
  .u-border-y-57 {
    border-top: 57px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 57px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-57 {
    border-top: 57px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-57 {
    border-top: none !important;
    border-right: 57px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-57 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 57px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-57 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 57px solid var(--border_color) !important;
  }
  .u-border-58 {
    border: 58px solid var(--border_color) !important;
  }
  .u-border-x-58 {
    border-top: none !important;
    border-right: 58px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 58px solid var(--border_color) !important;
  }
  .u-border-y-58 {
    border-top: 58px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 58px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-58 {
    border-top: 58px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-58 {
    border-top: none !important;
    border-right: 58px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-58 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 58px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-58 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 58px solid var(--border_color) !important;
  }
  .u-border-59 {
    border: 59px solid var(--border_color) !important;
  }
  .u-border-x-59 {
    border-top: none !important;
    border-right: 59px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 59px solid var(--border_color) !important;
  }
  .u-border-y-59 {
    border-top: 59px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 59px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-59 {
    border-top: 59px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-59 {
    border-top: none !important;
    border-right: 59px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-59 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 59px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-59 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 59px solid var(--border_color) !important;
  }
  .u-border-60 {
    border: 60px solid var(--border_color) !important;
  }
  .u-border-x-60 {
    border-top: none !important;
    border-right: 60px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 60px solid var(--border_color) !important;
  }
  .u-border-y-60 {
    border-top: 60px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 60px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-60 {
    border-top: 60px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-60 {
    border-top: none !important;
    border-right: 60px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-60 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 60px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-60 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 60px solid var(--border_color) !important;
  }
  .u-border-61 {
    border: 61px solid var(--border_color) !important;
  }
  .u-border-x-61 {
    border-top: none !important;
    border-right: 61px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 61px solid var(--border_color) !important;
  }
  .u-border-y-61 {
    border-top: 61px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 61px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-61 {
    border-top: 61px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-61 {
    border-top: none !important;
    border-right: 61px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-61 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 61px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-61 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 61px solid var(--border_color) !important;
  }
  .u-border-62 {
    border: 62px solid var(--border_color) !important;
  }
  .u-border-x-62 {
    border-top: none !important;
    border-right: 62px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 62px solid var(--border_color) !important;
  }
  .u-border-y-62 {
    border-top: 62px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 62px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-62 {
    border-top: 62px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-62 {
    border-top: none !important;
    border-right: 62px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-62 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 62px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-62 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 62px solid var(--border_color) !important;
  }
  .u-border-63 {
    border: 63px solid var(--border_color) !important;
  }
  .u-border-x-63 {
    border-top: none !important;
    border-right: 63px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 63px solid var(--border_color) !important;
  }
  .u-border-y-63 {
    border-top: 63px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 63px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-63 {
    border-top: 63px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-63 {
    border-top: none !important;
    border-right: 63px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-63 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 63px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-63 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 63px solid var(--border_color) !important;
  }
  .u-border-64 {
    border: 64px solid var(--border_color) !important;
  }
  .u-border-x-64 {
    border-top: none !important;
    border-right: 64px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 64px solid var(--border_color) !important;
  }
  .u-border-y-64 {
    border-top: 64px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 64px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-64 {
    border-top: 64px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-64 {
    border-top: none !important;
    border-right: 64px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-64 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 64px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-64 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 64px solid var(--border_color) !important;
  }
  .u-border-65 {
    border: 65px solid var(--border_color) !important;
  }
  .u-border-x-65 {
    border-top: none !important;
    border-right: 65px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 65px solid var(--border_color) !important;
  }
  .u-border-y-65 {
    border-top: 65px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 65px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-65 {
    border-top: 65px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-65 {
    border-top: none !important;
    border-right: 65px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-65 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 65px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-65 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 65px solid var(--border_color) !important;
  }
  .u-border-66 {
    border: 66px solid var(--border_color) !important;
  }
  .u-border-x-66 {
    border-top: none !important;
    border-right: 66px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 66px solid var(--border_color) !important;
  }
  .u-border-y-66 {
    border-top: 66px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 66px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-66 {
    border-top: 66px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-66 {
    border-top: none !important;
    border-right: 66px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-66 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 66px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-66 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 66px solid var(--border_color) !important;
  }
  .u-border-67 {
    border: 67px solid var(--border_color) !important;
  }
  .u-border-x-67 {
    border-top: none !important;
    border-right: 67px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 67px solid var(--border_color) !important;
  }
  .u-border-y-67 {
    border-top: 67px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 67px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-67 {
    border-top: 67px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-67 {
    border-top: none !important;
    border-right: 67px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-67 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 67px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-67 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 67px solid var(--border_color) !important;
  }
  .u-border-68 {
    border: 68px solid var(--border_color) !important;
  }
  .u-border-x-68 {
    border-top: none !important;
    border-right: 68px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 68px solid var(--border_color) !important;
  }
  .u-border-y-68 {
    border-top: 68px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 68px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-68 {
    border-top: 68px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-68 {
    border-top: none !important;
    border-right: 68px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-68 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 68px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-68 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 68px solid var(--border_color) !important;
  }
  .u-border-69 {
    border: 69px solid var(--border_color) !important;
  }
  .u-border-x-69 {
    border-top: none !important;
    border-right: 69px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 69px solid var(--border_color) !important;
  }
  .u-border-y-69 {
    border-top: 69px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 69px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-69 {
    border-top: 69px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-69 {
    border-top: none !important;
    border-right: 69px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-69 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 69px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-69 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 69px solid var(--border_color) !important;
  }
  .u-border-70 {
    border: 70px solid var(--border_color) !important;
  }
  .u-border-x-70 {
    border-top: none !important;
    border-right: 70px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 70px solid var(--border_color) !important;
  }
  .u-border-y-70 {
    border-top: 70px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 70px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-70 {
    border-top: 70px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-70 {
    border-top: none !important;
    border-right: 70px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-70 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 70px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-70 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 70px solid var(--border_color) !important;
  }
  .u-border-71 {
    border: 71px solid var(--border_color) !important;
  }
  .u-border-x-71 {
    border-top: none !important;
    border-right: 71px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 71px solid var(--border_color) !important;
  }
  .u-border-y-71 {
    border-top: 71px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 71px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-71 {
    border-top: 71px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-71 {
    border-top: none !important;
    border-right: 71px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-71 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 71px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-71 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 71px solid var(--border_color) !important;
  }
  .u-border-72 {
    border: 72px solid var(--border_color) !important;
  }
  .u-border-x-72 {
    border-top: none !important;
    border-right: 72px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 72px solid var(--border_color) !important;
  }
  .u-border-y-72 {
    border-top: 72px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 72px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-72 {
    border-top: 72px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-72 {
    border-top: none !important;
    border-right: 72px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-72 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 72px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-72 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 72px solid var(--border_color) !important;
  }
  .u-border-73 {
    border: 73px solid var(--border_color) !important;
  }
  .u-border-x-73 {
    border-top: none !important;
    border-right: 73px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 73px solid var(--border_color) !important;
  }
  .u-border-y-73 {
    border-top: 73px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 73px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-73 {
    border-top: 73px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-73 {
    border-top: none !important;
    border-right: 73px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-73 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 73px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-73 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 73px solid var(--border_color) !important;
  }
  .u-border-74 {
    border: 74px solid var(--border_color) !important;
  }
  .u-border-x-74 {
    border-top: none !important;
    border-right: 74px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 74px solid var(--border_color) !important;
  }
  .u-border-y-74 {
    border-top: 74px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 74px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-74 {
    border-top: 74px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-74 {
    border-top: none !important;
    border-right: 74px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-74 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 74px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-74 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 74px solid var(--border_color) !important;
  }
  .u-border-75 {
    border: 75px solid var(--border_color) !important;
  }
  .u-border-x-75 {
    border-top: none !important;
    border-right: 75px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 75px solid var(--border_color) !important;
  }
  .u-border-y-75 {
    border-top: 75px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 75px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-75 {
    border-top: 75px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-75 {
    border-top: none !important;
    border-right: 75px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-75 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 75px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-75 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 75px solid var(--border_color) !important;
  }
  .u-border-76 {
    border: 76px solid var(--border_color) !important;
  }
  .u-border-x-76 {
    border-top: none !important;
    border-right: 76px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 76px solid var(--border_color) !important;
  }
  .u-border-y-76 {
    border-top: 76px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 76px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-76 {
    border-top: 76px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-76 {
    border-top: none !important;
    border-right: 76px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-76 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 76px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-76 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 76px solid var(--border_color) !important;
  }
  .u-border-77 {
    border: 77px solid var(--border_color) !important;
  }
  .u-border-x-77 {
    border-top: none !important;
    border-right: 77px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 77px solid var(--border_color) !important;
  }
  .u-border-y-77 {
    border-top: 77px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 77px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-77 {
    border-top: 77px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-77 {
    border-top: none !important;
    border-right: 77px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-77 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 77px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-77 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 77px solid var(--border_color) !important;
  }
  .u-border-78 {
    border: 78px solid var(--border_color) !important;
  }
  .u-border-x-78 {
    border-top: none !important;
    border-right: 78px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 78px solid var(--border_color) !important;
  }
  .u-border-y-78 {
    border-top: 78px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 78px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-78 {
    border-top: 78px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-78 {
    border-top: none !important;
    border-right: 78px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-78 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 78px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-78 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 78px solid var(--border_color) !important;
  }
  .u-border-79 {
    border: 79px solid var(--border_color) !important;
  }
  .u-border-x-79 {
    border-top: none !important;
    border-right: 79px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 79px solid var(--border_color) !important;
  }
  .u-border-y-79 {
    border-top: 79px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 79px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-79 {
    border-top: 79px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-79 {
    border-top: none !important;
    border-right: 79px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-79 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 79px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-79 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 79px solid var(--border_color) !important;
  }
  .u-border-80 {
    border: 80px solid var(--border_color) !important;
  }
  .u-border-x-80 {
    border-top: none !important;
    border-right: 80px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 80px solid var(--border_color) !important;
  }
  .u-border-y-80 {
    border-top: 80px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 80px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-80 {
    border-top: 80px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-80 {
    border-top: none !important;
    border-right: 80px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-80 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 80px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-80 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 80px solid var(--border_color) !important;
  }
  .u-border-81 {
    border: 81px solid var(--border_color) !important;
  }
  .u-border-x-81 {
    border-top: none !important;
    border-right: 81px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 81px solid var(--border_color) !important;
  }
  .u-border-y-81 {
    border-top: 81px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 81px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-81 {
    border-top: 81px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-81 {
    border-top: none !important;
    border-right: 81px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-81 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 81px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-81 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 81px solid var(--border_color) !important;
  }
  .u-border-82 {
    border: 82px solid var(--border_color) !important;
  }
  .u-border-x-82 {
    border-top: none !important;
    border-right: 82px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 82px solid var(--border_color) !important;
  }
  .u-border-y-82 {
    border-top: 82px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 82px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-82 {
    border-top: 82px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-82 {
    border-top: none !important;
    border-right: 82px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-82 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 82px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-82 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 82px solid var(--border_color) !important;
  }
  .u-border-83 {
    border: 83px solid var(--border_color) !important;
  }
  .u-border-x-83 {
    border-top: none !important;
    border-right: 83px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 83px solid var(--border_color) !important;
  }
  .u-border-y-83 {
    border-top: 83px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 83px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-83 {
    border-top: 83px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-83 {
    border-top: none !important;
    border-right: 83px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-83 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 83px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-83 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 83px solid var(--border_color) !important;
  }
  .u-border-84 {
    border: 84px solid var(--border_color) !important;
  }
  .u-border-x-84 {
    border-top: none !important;
    border-right: 84px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 84px solid var(--border_color) !important;
  }
  .u-border-y-84 {
    border-top: 84px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 84px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-84 {
    border-top: 84px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-84 {
    border-top: none !important;
    border-right: 84px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-84 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 84px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-84 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 84px solid var(--border_color) !important;
  }
  .u-border-85 {
    border: 85px solid var(--border_color) !important;
  }
  .u-border-x-85 {
    border-top: none !important;
    border-right: 85px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 85px solid var(--border_color) !important;
  }
  .u-border-y-85 {
    border-top: 85px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 85px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-85 {
    border-top: 85px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-85 {
    border-top: none !important;
    border-right: 85px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-85 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 85px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-85 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 85px solid var(--border_color) !important;
  }
  .u-border-86 {
    border: 86px solid var(--border_color) !important;
  }
  .u-border-x-86 {
    border-top: none !important;
    border-right: 86px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 86px solid var(--border_color) !important;
  }
  .u-border-y-86 {
    border-top: 86px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 86px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-86 {
    border-top: 86px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-86 {
    border-top: none !important;
    border-right: 86px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-86 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 86px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-86 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 86px solid var(--border_color) !important;
  }
  .u-border-87 {
    border: 87px solid var(--border_color) !important;
  }
  .u-border-x-87 {
    border-top: none !important;
    border-right: 87px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 87px solid var(--border_color) !important;
  }
  .u-border-y-87 {
    border-top: 87px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 87px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-87 {
    border-top: 87px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-87 {
    border-top: none !important;
    border-right: 87px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-87 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 87px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-87 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 87px solid var(--border_color) !important;
  }
  .u-border-88 {
    border: 88px solid var(--border_color) !important;
  }
  .u-border-x-88 {
    border-top: none !important;
    border-right: 88px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 88px solid var(--border_color) !important;
  }
  .u-border-y-88 {
    border-top: 88px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 88px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-88 {
    border-top: 88px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-88 {
    border-top: none !important;
    border-right: 88px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-88 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 88px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-88 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 88px solid var(--border_color) !important;
  }
  .u-border-89 {
    border: 89px solid var(--border_color) !important;
  }
  .u-border-x-89 {
    border-top: none !important;
    border-right: 89px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 89px solid var(--border_color) !important;
  }
  .u-border-y-89 {
    border-top: 89px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 89px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-89 {
    border-top: 89px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-89 {
    border-top: none !important;
    border-right: 89px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-89 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 89px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-89 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 89px solid var(--border_color) !important;
  }
  .u-border-90 {
    border: 90px solid var(--border_color) !important;
  }
  .u-border-x-90 {
    border-top: none !important;
    border-right: 90px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 90px solid var(--border_color) !important;
  }
  .u-border-y-90 {
    border-top: 90px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 90px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-90 {
    border-top: 90px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-90 {
    border-top: none !important;
    border-right: 90px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-90 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 90px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-90 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 90px solid var(--border_color) !important;
  }
  .u-border-91 {
    border: 91px solid var(--border_color) !important;
  }
  .u-border-x-91 {
    border-top: none !important;
    border-right: 91px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 91px solid var(--border_color) !important;
  }
  .u-border-y-91 {
    border-top: 91px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 91px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-91 {
    border-top: 91px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-91 {
    border-top: none !important;
    border-right: 91px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-91 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 91px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-91 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 91px solid var(--border_color) !important;
  }
  .u-border-92 {
    border: 92px solid var(--border_color) !important;
  }
  .u-border-x-92 {
    border-top: none !important;
    border-right: 92px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 92px solid var(--border_color) !important;
  }
  .u-border-y-92 {
    border-top: 92px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 92px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-92 {
    border-top: 92px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-92 {
    border-top: none !important;
    border-right: 92px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-92 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 92px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-92 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 92px solid var(--border_color) !important;
  }
  .u-border-93 {
    border: 93px solid var(--border_color) !important;
  }
  .u-border-x-93 {
    border-top: none !important;
    border-right: 93px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 93px solid var(--border_color) !important;
  }
  .u-border-y-93 {
    border-top: 93px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 93px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-93 {
    border-top: 93px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-93 {
    border-top: none !important;
    border-right: 93px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-93 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 93px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-93 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 93px solid var(--border_color) !important;
  }
  .u-border-94 {
    border: 94px solid var(--border_color) !important;
  }
  .u-border-x-94 {
    border-top: none !important;
    border-right: 94px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 94px solid var(--border_color) !important;
  }
  .u-border-y-94 {
    border-top: 94px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 94px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-94 {
    border-top: 94px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-94 {
    border-top: none !important;
    border-right: 94px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-94 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 94px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-94 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 94px solid var(--border_color) !important;
  }
  .u-border-95 {
    border: 95px solid var(--border_color) !important;
  }
  .u-border-x-95 {
    border-top: none !important;
    border-right: 95px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 95px solid var(--border_color) !important;
  }
  .u-border-y-95 {
    border-top: 95px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 95px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-95 {
    border-top: 95px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-95 {
    border-top: none !important;
    border-right: 95px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-95 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 95px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-95 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 95px solid var(--border_color) !important;
  }
  .u-border-96 {
    border: 96px solid var(--border_color) !important;
  }
  .u-border-x-96 {
    border-top: none !important;
    border-right: 96px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 96px solid var(--border_color) !important;
  }
  .u-border-y-96 {
    border-top: 96px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 96px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-96 {
    border-top: 96px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-96 {
    border-top: none !important;
    border-right: 96px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-96 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 96px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-96 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 96px solid var(--border_color) !important;
  }
  .u-border-97 {
    border: 97px solid var(--border_color) !important;
  }
  .u-border-x-97 {
    border-top: none !important;
    border-right: 97px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 97px solid var(--border_color) !important;
  }
  .u-border-y-97 {
    border-top: 97px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 97px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-97 {
    border-top: 97px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-97 {
    border-top: none !important;
    border-right: 97px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-97 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 97px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-97 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 97px solid var(--border_color) !important;
  }
  .u-border-98 {
    border: 98px solid var(--border_color) !important;
  }
  .u-border-x-98 {
    border-top: none !important;
    border-right: 98px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 98px solid var(--border_color) !important;
  }
  .u-border-y-98 {
    border-top: 98px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 98px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-98 {
    border-top: 98px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-98 {
    border-top: none !important;
    border-right: 98px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-98 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 98px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-98 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 98px solid var(--border_color) !important;
  }
  .u-border-99 {
    border: 99px solid var(--border_color) !important;
  }
  .u-border-x-99 {
    border-top: none !important;
    border-right: 99px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 99px solid var(--border_color) !important;
  }
  .u-border-y-99 {
    border-top: 99px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 99px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-99 {
    border-top: 99px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-99 {
    border-top: none !important;
    border-right: 99px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-99 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 99px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-99 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 99px solid var(--border_color) !important;
  }
  .u-border-100 {
    border: 100px solid var(--border_color) !important;
  }
  .u-border-x-100 {
    border-top: none !important;
    border-right: 100px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 100px solid var(--border_color) !important;
  }
  .u-border-y-100 {
    border-top: 100px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 100px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-t-100 {
    border-top: 100px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-r-100 {
    border-top: none !important;
    border-right: 100px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-border-b-100 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 100px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-border-l-100 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 100px solid var(--border_color) !important;
  }
  .u-border-none {
    border-style: none !important;
  }
  .u-border-solid {
    border-style: solid !important;
  }
  .u-border-dotted {
    border-style: dotted !important;
  }
  .u-border-dashed {
    border-style: dashed !important;
  }
  .u-border-double {
    border-style: double !important;
  }
  .u-justify-start {
    justify-content: flex-start !important;
  }
  .u-justify-end {
    justify-content: flex-end !important;
  }
  .u-justify-center {
    justify-content: center !important;
  }
  .u-justify-between {
    justify-content: space-between !important;
  }
  .u-justify-around {
    justify-content: space-around !important;
  }
  .u-justify-evenly {
    justify-content: space-evenly !important;
  }
  .u-justify-self-auto {
    justify-self: auto !important;
  }
  .u-justify-self-start {
    justify-self: start !important;
  }
  .u-justify-self-end {
    justify-self: end !important;
  }
  .u-justify-self-center {
    justify-self: center !important;
  }
  .u-justify-self-stretch {
    justify-self: stretch !important;
  }
  .u-align-start {
    align-items: flex-start !important;
  }
  .u-align-end {
    align-items: flex-end !important;
  }
  .u-align-center {
    align-items: center !important;
  }
  .u-align-baseline {
    align-items: baseline !important;
  }
  .u-align-stretch {
    align-items: stretch !important;
  }
  .u-self-auto {
    align-self: auto !important;
  }
  .u-self-start {
    align-self: flex-start !important;
  }
  .u-self-end {
    align-self: flex-end !important;
  }
  .u-self-center {
    align-self: center !important;
  }
  .u-self-stretch {
    align-self: stretch !important;
  }
  .u-place-items-start {
    place-items: start !important;
  }
  .u-place-items-end {
    place-items: end !important;
  }
  .u-place-items-center {
    place-items: center !important;
  }
  .u-place-items-stretch {
    place-items: stretch !important;
  }
  .u-none {
    display: none !important;
  }
  .u-block {
    display: block !important;
  }
  .u-inline {
    display: inline !important;
  }
  .u-inline-block {
    display: inline-block !important;
  }
  .u-table {
    display: table !important;
  }
  .u-table-cell {
    display: table-cell !important;
  }
  .u-flex {
    display: flex !important;
  }
  .u-inline-flex {
    display: inline-flex !important;
  }
  .-row {
    flex-direction: row !important;
  }
  .-row-reverse {
    flex-direction: row-reverse !important;
  }
  .-column {
    flex-direction: column !important;
  }
  .-column-reverse {
    flex-direction: column-reverse !important;
  }
  .-wrap {
    flex-wrap: wrap !important;
  }
  .-nowrap {
    flex-wrap: nowrap !important;
  }
  .u-grow {
    flex-grow: 1 !important;
  }
  .u-grow-0 {
    flex-grow: 0 !important;
  }
  .u-shrink {
    flex-shrink: 1 !important;
  }
  .u-shrink-0 {
    flex-shrink: 0 !important;
  }
  .-gap-0 {
    gap: 0rem !important;
  }
  .-gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }
  .-gap-y-0 {
    row-gap: 0rem !important;
  }
  .-gap-1 {
    gap: 0.8rem !important;
  }
  .-gap-x-1 {
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .-gap-y-1 {
    row-gap: 0.8rem !important;
  }
  .-gap-2 {
    gap: 1.6rem !important;
  }
  .-gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }
  .-gap-y-2 {
    row-gap: 1.6rem !important;
  }
  .-gap-3 {
    gap: 2.4rem !important;
  }
  .-gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }
  .-gap-y-3 {
    row-gap: 2.4rem !important;
  }
  .-gap-4 {
    gap: 3.2rem !important;
  }
  .-gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }
  .-gap-y-4 {
    row-gap: 3.2rem !important;
  }
  .-gap-5 {
    gap: 4rem !important;
  }
  .-gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .-gap-y-5 {
    row-gap: 4rem !important;
  }
  .-gap-6 {
    gap: 4.8rem !important;
  }
  .-gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }
  .-gap-y-6 {
    row-gap: 4.8rem !important;
  }
  .-gap-7 {
    gap: 5.6rem !important;
  }
  .-gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }
  .-gap-y-7 {
    row-gap: 5.6rem !important;
  }
  .-gap-8 {
    gap: 6.4rem !important;
  }
  .-gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }
  .-gap-y-8 {
    row-gap: 6.4rem !important;
  }
  .-gap-9 {
    gap: 7.2rem !important;
  }
  .-gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }
  .-gap-y-9 {
    row-gap: 7.2rem !important;
  }
  .-gap-10 {
    gap: 8rem !important;
  }
  .-gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .-gap-y-10 {
    row-gap: 8rem !important;
  }
  .-gap-11 {
    gap: 8.8rem !important;
  }
  .-gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }
  .-gap-y-11 {
    row-gap: 8.8rem !important;
  }
  .-gap-12 {
    gap: 9.6rem !important;
  }
  .-gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }
  .-gap-y-12 {
    row-gap: 9.6rem !important;
  }
  .-gap-13 {
    gap: 10.4rem !important;
  }
  .-gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }
  .-gap-y-13 {
    row-gap: 10.4rem !important;
  }
  .-gap-14 {
    gap: 11.2rem !important;
  }
  .-gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }
  .-gap-y-14 {
    row-gap: 11.2rem !important;
  }
  .-gap-15 {
    gap: 12rem !important;
  }
  .-gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  .-gap-y-15 {
    row-gap: 12rem !important;
  }
  .-gap-16 {
    gap: 12.8rem !important;
  }
  .-gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }
  .-gap-y-16 {
    row-gap: 12.8rem !important;
  }
  .-gap-17 {
    gap: 13.6rem !important;
  }
  .-gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }
  .-gap-y-17 {
    row-gap: 13.6rem !important;
  }
  .-gap-18 {
    gap: 14.4rem !important;
  }
  .-gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }
  .-gap-y-18 {
    row-gap: 14.4rem !important;
  }
  .-gap-19 {
    gap: 15.2rem !important;
  }
  .-gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }
  .-gap-y-19 {
    row-gap: 15.2rem !important;
  }
  .-gap-20 {
    gap: 16rem !important;
  }
  .-gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  .-gap-y-20 {
    row-gap: 16rem !important;
  }
  .u-float-left {
    float: left !important;
  }
  .u-float-right {
    float: right !important;
  }
  .u-float-none {
    float: none !important;
  }
  .u-clear-fix::after {
    content: "";
    display: table;
    clear: both;
  }
  .u-text-xxs {
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }
  .u-text-xs {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
  }
  .u-text-sm {
    font-size: 1.4rem !important;
    line-height: 1.42857 !important;
  }
  .u-text-base {
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
  }
  .u-text-lg {
    font-size: 1.8rem !important;
    line-height: 1.55555 !important;
  }
  .u-text-xl {
    font-size: 2rem !important;
    line-height: 1.4 !important;
  }
  .u-text-xxl {
    font-size: 2.4rem !important;
    line-height: 1.33333 !important;
  }
  .u-text-3xl {
    font-size: 3rem !important;
    line-height: 1.2 !important;
  }
  .u-text-4xl {
    font-size: 3.6rem !important;
    line-height: 1.11111 !important;
  }
  .u-text-5xl {
    font-size: 4.8rem !important;
    line-height: 1 !important;
  }
  .u-text-6xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  .u-text-7xl {
    font-size: 7.2rem !important;
    line-height: 1 !important;
  }
  .u-text-8xl {
    font-size: 9.6rem !important;
    line-height: 1 !important;
  }
  .u-text-9xl {
    font-size: 12.8rem !important;
    line-height: 1 !important;
  }
  .u-grid {
    display: grid !important;
  }
  .-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .-gap-0 {
    gap: 0rem !important;
  }
  .-gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }
  .-gap-y-0 {
    row-gap: 0rem !important;
  }
  .-gap-1 {
    gap: 0.8rem !important;
  }
  .-gap-x-1 {
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .-gap-y-1 {
    row-gap: 0.8rem !important;
  }
  .-gap-2 {
    gap: 1.6rem !important;
  }
  .-gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }
  .-gap-y-2 {
    row-gap: 1.6rem !important;
  }
  .-gap-3 {
    gap: 2.4rem !important;
  }
  .-gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }
  .-gap-y-3 {
    row-gap: 2.4rem !important;
  }
  .-gap-4 {
    gap: 3.2rem !important;
  }
  .-gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }
  .-gap-y-4 {
    row-gap: 3.2rem !important;
  }
  .-gap-5 {
    gap: 4rem !important;
  }
  .-gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .-gap-y-5 {
    row-gap: 4rem !important;
  }
  .-gap-6 {
    gap: 4.8rem !important;
  }
  .-gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }
  .-gap-y-6 {
    row-gap: 4.8rem !important;
  }
  .-gap-7 {
    gap: 5.6rem !important;
  }
  .-gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }
  .-gap-y-7 {
    row-gap: 5.6rem !important;
  }
  .-gap-8 {
    gap: 6.4rem !important;
  }
  .-gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }
  .-gap-y-8 {
    row-gap: 6.4rem !important;
  }
  .-gap-9 {
    gap: 7.2rem !important;
  }
  .-gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }
  .-gap-y-9 {
    row-gap: 7.2rem !important;
  }
  .-gap-10 {
    gap: 8rem !important;
  }
  .-gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .-gap-y-10 {
    row-gap: 8rem !important;
  }
  .-gap-11 {
    gap: 8.8rem !important;
  }
  .-gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }
  .-gap-y-11 {
    row-gap: 8.8rem !important;
  }
  .-gap-12 {
    gap: 9.6rem !important;
  }
  .-gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }
  .-gap-y-12 {
    row-gap: 9.6rem !important;
  }
  .-gap-13 {
    gap: 10.4rem !important;
  }
  .-gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }
  .-gap-y-13 {
    row-gap: 10.4rem !important;
  }
  .-gap-14 {
    gap: 11.2rem !important;
  }
  .-gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }
  .-gap-y-14 {
    row-gap: 11.2rem !important;
  }
  .-gap-15 {
    gap: 12rem !important;
  }
  .-gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  .-gap-y-15 {
    row-gap: 12rem !important;
  }
  .-gap-16 {
    gap: 12.8rem !important;
  }
  .-gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }
  .-gap-y-16 {
    row-gap: 12.8rem !important;
  }
  .-gap-17 {
    gap: 13.6rem !important;
  }
  .-gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }
  .-gap-y-17 {
    row-gap: 13.6rem !important;
  }
  .-gap-18 {
    gap: 14.4rem !important;
  }
  .-gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }
  .-gap-y-18 {
    row-gap: 14.4rem !important;
  }
  .-gap-19 {
    gap: 15.2rem !important;
  }
  .-gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }
  .-gap-y-19 {
    row-gap: 15.2rem !important;
  }
  .-gap-20 {
    gap: 16rem !important;
  }
  .-gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  .-gap-y-20 {
    row-gap: 16rem !important;
  }
  .-col-span-1 {
    grid-column: span 1/span 1;
  }
  .-row-span-1 {
    grid-row: span 1/span 1;
  }
  .-col-span-2 {
    grid-column: span 2/span 2;
  }
  .-row-span-2 {
    grid-row: span 2/span 2;
  }
  .-col-span-3 {
    grid-column: span 3/span 3;
  }
  .-row-span-3 {
    grid-row: span 3/span 3;
  }
  .-col-span-4 {
    grid-column: span 4/span 4;
  }
  .-row-span-4 {
    grid-row: span 4/span 4;
  }
  .-col-span-5 {
    grid-column: span 5/span 5;
  }
  .-row-span-5 {
    grid-row: span 5/span 5;
  }
  .-col-span-6 {
    grid-column: span 6/span 6;
  }
  .-row-span-6 {
    grid-row: span 6/span 6;
  }
  .-col-span-7 {
    grid-column: span 7/span 7;
  }
  .-row-span-7 {
    grid-row: span 7/span 7;
  }
  .-col-span-8 {
    grid-column: span 8/span 8;
  }
  .-row-span-8 {
    grid-row: span 8/span 8;
  }
  .-col-span-9 {
    grid-column: span 9/span 9;
  }
  .-row-span-9 {
    grid-row: span 9/span 9;
  }
  .-col-span-10 {
    grid-column: span 10/span 10;
  }
  .-row-span-10 {
    grid-row: span 10/span 10;
  }
  .-col-span-11 {
    grid-column: span 11/span 11;
  }
  .-row-span-11 {
    grid-row: span 11/span 11;
  }
  .-row-start-1 {
    grid-row-start: 1;
  }
  .-row-end-1 {
    grid-row-end: 1;
  }
  .-row-start-2 {
    grid-row-start: 2;
  }
  .-row-end-2 {
    grid-row-end: 2;
  }
  .-row-start-3 {
    grid-row-start: 3;
  }
  .-row-end-3 {
    grid-row-end: 3;
  }
  .-row-start-4 {
    grid-row-start: 4;
  }
  .-row-end-4 {
    grid-row-end: 4;
  }
  .-row-start-5 {
    grid-row-start: 5;
  }
  .-row-end-5 {
    grid-row-end: 5;
  }
  .-row-start-6 {
    grid-row-start: 6;
  }
  .-row-end-6 {
    grid-row-end: 6;
  }
  .-row-start-7 {
    grid-row-start: 7;
  }
  .-row-end-7 {
    grid-row-end: 7;
  }
  .-row-start-8 {
    grid-row-start: 8;
  }
  .-row-end-8 {
    grid-row-end: 8;
  }
  .-row-start-9 {
    grid-row-start: 9;
  }
  .-row-end-9 {
    grid-row-end: 9;
  }
  .-row-start-10 {
    grid-row-start: 10;
  }
  .-row-end-10 {
    grid-row-end: 10;
  }
  .-row-start-11 {
    grid-row-start: 11;
  }
  .-row-end-11 {
    grid-row-end: 11;
  }
  .-row-start-12 {
    grid-row-start: 12;
  }
  .-row-end-12 {
    grid-row-end: 12;
  }
  .-col-start-1 {
    grid-column-start: 1;
  }
  .-col-end-1 {
    grid-column-end: 1;
  }
  .-col-start-2 {
    grid-column-start: 2;
  }
  .-col-end-2 {
    grid-column-end: 2;
  }
  .-col-start-3 {
    grid-column-start: 3;
  }
  .-col-end-3 {
    grid-column-end: 3;
  }
  .-col-start-4 {
    grid-column-start: 4;
  }
  .-col-end-4 {
    grid-column-end: 4;
  }
  .-col-start-5 {
    grid-column-start: 5;
  }
  .-col-end-5 {
    grid-column-end: 5;
  }
  .-col-start-6 {
    grid-column-start: 6;
  }
  .-col-end-6 {
    grid-column-end: 6;
  }
  .-col-start-7 {
    grid-column-start: 7;
  }
  .-col-end-7 {
    grid-column-end: 7;
  }
  .-col-start-8 {
    grid-column-start: 8;
  }
  .-col-end-8 {
    grid-column-end: 8;
  }
  .-col-start-9 {
    grid-column-start: 9;
  }
  .-col-end-9 {
    grid-column-end: 9;
  }
  .-col-start-10 {
    grid-column-start: 10;
  }
  .-col-end-10 {
    grid-column-end: 10;
  }
  .-col-start-11 {
    grid-column-start: 11;
  }
  .-col-end-11 {
    grid-column-end: 11;
  }
  .-col-start-12 {
    grid-column-start: 12;
  }
  .-col-end-12 {
    grid-column-end: 12;
  }
  .u-m-0 {
    margin: 0rem !important;
  }
  .u-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .u-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-mt-0 {
    margin-top: 0rem !important;
  }
  .u-mr-0 {
    margin-right: 0rem !important;
  }
  .u-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-0 {
    margin-left: 0rem !important;
  }
  .u-neg-m-0 {
    margin: 0rem !important;
  }
  .u-neg-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .u-neg-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-neg-mt-0 {
    margin-top: 0rem !important;
  }
  .u-neg-mr-0 {
    margin-right: 0rem !important;
  }
  .u-neg-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-neg-ml-0 {
    margin-left: 0rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-1 {
    margin: 0.8rem !important;
  }
  .u-mx-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .u-my-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .u-mt-1 {
    margin-top: 0.8rem !important;
  }
  .u-mr-1 {
    margin-right: 0.8rem !important;
  }
  .u-mb-1 {
    margin-bottom: 0.8rem !important;
  }
  .u-ml-1 {
    margin-left: 0.8rem !important;
  }
  .u-neg-m-1 {
    margin: -0.8rem !important;
  }
  .u-neg-mx-1 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .u-neg-my-1 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .u-neg-mt-1 {
    margin-top: -0.8rem !important;
  }
  .u-neg-mr-1 {
    margin-right: -0.8rem !important;
  }
  .u-neg-mb-1 {
    margin-bottom: -0.8rem !important;
  }
  .u-neg-ml-1 {
    margin-left: -0.8rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-2 {
    margin: 1.6rem !important;
  }
  .u-mx-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .u-my-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .u-mt-2 {
    margin-top: 1.6rem !important;
  }
  .u-mr-2 {
    margin-right: 1.6rem !important;
  }
  .u-mb-2 {
    margin-bottom: 1.6rem !important;
  }
  .u-ml-2 {
    margin-left: 1.6rem !important;
  }
  .u-neg-m-2 {
    margin: -1.6rem !important;
  }
  .u-neg-mx-2 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .u-neg-my-2 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .u-neg-mt-2 {
    margin-top: -1.6rem !important;
  }
  .u-neg-mr-2 {
    margin-right: -1.6rem !important;
  }
  .u-neg-mb-2 {
    margin-bottom: -1.6rem !important;
  }
  .u-neg-ml-2 {
    margin-left: -1.6rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-3 {
    margin: 2.4rem !important;
  }
  .u-mx-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .u-my-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .u-mt-3 {
    margin-top: 2.4rem !important;
  }
  .u-mr-3 {
    margin-right: 2.4rem !important;
  }
  .u-mb-3 {
    margin-bottom: 2.4rem !important;
  }
  .u-ml-3 {
    margin-left: 2.4rem !important;
  }
  .u-neg-m-3 {
    margin: -2.4rem !important;
  }
  .u-neg-mx-3 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .u-neg-my-3 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .u-neg-mt-3 {
    margin-top: -2.4rem !important;
  }
  .u-neg-mr-3 {
    margin-right: -2.4rem !important;
  }
  .u-neg-mb-3 {
    margin-bottom: -2.4rem !important;
  }
  .u-neg-ml-3 {
    margin-left: -2.4rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-4 {
    margin: 3.2rem !important;
  }
  .u-mx-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .u-my-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .u-mt-4 {
    margin-top: 3.2rem !important;
  }
  .u-mr-4 {
    margin-right: 3.2rem !important;
  }
  .u-mb-4 {
    margin-bottom: 3.2rem !important;
  }
  .u-ml-4 {
    margin-left: 3.2rem !important;
  }
  .u-neg-m-4 {
    margin: -3.2rem !important;
  }
  .u-neg-mx-4 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .u-neg-my-4 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .u-neg-mt-4 {
    margin-top: -3.2rem !important;
  }
  .u-neg-mr-4 {
    margin-right: -3.2rem !important;
  }
  .u-neg-mb-4 {
    margin-bottom: -3.2rem !important;
  }
  .u-neg-ml-4 {
    margin-left: -3.2rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-5 {
    margin: 4rem !important;
  }
  .u-mx-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .u-my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .u-mt-5 {
    margin-top: 4rem !important;
  }
  .u-mr-5 {
    margin-right: 4rem !important;
  }
  .u-mb-5 {
    margin-bottom: 4rem !important;
  }
  .u-ml-5 {
    margin-left: 4rem !important;
  }
  .u-neg-m-5 {
    margin: -4rem !important;
  }
  .u-neg-mx-5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .u-neg-my-5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .u-neg-mt-5 {
    margin-top: -4rem !important;
  }
  .u-neg-mr-5 {
    margin-right: -4rem !important;
  }
  .u-neg-mb-5 {
    margin-bottom: -4rem !important;
  }
  .u-neg-ml-5 {
    margin-left: -4rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-6 {
    margin: 4.8rem !important;
  }
  .u-mx-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .u-my-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .u-mt-6 {
    margin-top: 4.8rem !important;
  }
  .u-mr-6 {
    margin-right: 4.8rem !important;
  }
  .u-mb-6 {
    margin-bottom: 4.8rem !important;
  }
  .u-ml-6 {
    margin-left: 4.8rem !important;
  }
  .u-neg-m-6 {
    margin: -4.8rem !important;
  }
  .u-neg-mx-6 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .u-neg-my-6 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .u-neg-mt-6 {
    margin-top: -4.8rem !important;
  }
  .u-neg-mr-6 {
    margin-right: -4.8rem !important;
  }
  .u-neg-mb-6 {
    margin-bottom: -4.8rem !important;
  }
  .u-neg-ml-6 {
    margin-left: -4.8rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-7 {
    margin: 5.6rem !important;
  }
  .u-mx-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .u-my-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .u-mt-7 {
    margin-top: 5.6rem !important;
  }
  .u-mr-7 {
    margin-right: 5.6rem !important;
  }
  .u-mb-7 {
    margin-bottom: 5.6rem !important;
  }
  .u-ml-7 {
    margin-left: 5.6rem !important;
  }
  .u-neg-m-7 {
    margin: -5.6rem !important;
  }
  .u-neg-mx-7 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .u-neg-my-7 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .u-neg-mt-7 {
    margin-top: -5.6rem !important;
  }
  .u-neg-mr-7 {
    margin-right: -5.6rem !important;
  }
  .u-neg-mb-7 {
    margin-bottom: -5.6rem !important;
  }
  .u-neg-ml-7 {
    margin-left: -5.6rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-8 {
    margin: 6.4rem !important;
  }
  .u-mx-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .u-my-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .u-mt-8 {
    margin-top: 6.4rem !important;
  }
  .u-mr-8 {
    margin-right: 6.4rem !important;
  }
  .u-mb-8 {
    margin-bottom: 6.4rem !important;
  }
  .u-ml-8 {
    margin-left: 6.4rem !important;
  }
  .u-neg-m-8 {
    margin: -6.4rem !important;
  }
  .u-neg-mx-8 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .u-neg-my-8 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .u-neg-mt-8 {
    margin-top: -6.4rem !important;
  }
  .u-neg-mr-8 {
    margin-right: -6.4rem !important;
  }
  .u-neg-mb-8 {
    margin-bottom: -6.4rem !important;
  }
  .u-neg-ml-8 {
    margin-left: -6.4rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-9 {
    margin: 7.2rem !important;
  }
  .u-mx-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .u-my-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .u-mt-9 {
    margin-top: 7.2rem !important;
  }
  .u-mr-9 {
    margin-right: 7.2rem !important;
  }
  .u-mb-9 {
    margin-bottom: 7.2rem !important;
  }
  .u-ml-9 {
    margin-left: 7.2rem !important;
  }
  .u-neg-m-9 {
    margin: -7.2rem !important;
  }
  .u-neg-mx-9 {
    margin-right: -7.2rem !important;
    margin-left: -7.2rem !important;
  }
  .u-neg-my-9 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
  }
  .u-neg-mt-9 {
    margin-top: -7.2rem !important;
  }
  .u-neg-mr-9 {
    margin-right: -7.2rem !important;
  }
  .u-neg-mb-9 {
    margin-bottom: -7.2rem !important;
  }
  .u-neg-ml-9 {
    margin-left: -7.2rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-10 {
    margin: 8rem !important;
  }
  .u-mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .u-my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .u-mt-10 {
    margin-top: 8rem !important;
  }
  .u-mr-10 {
    margin-right: 8rem !important;
  }
  .u-mb-10 {
    margin-bottom: 8rem !important;
  }
  .u-ml-10 {
    margin-left: 8rem !important;
  }
  .u-neg-m-10 {
    margin: -8rem !important;
  }
  .u-neg-mx-10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .u-neg-my-10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .u-neg-mt-10 {
    margin-top: -8rem !important;
  }
  .u-neg-mr-10 {
    margin-right: -8rem !important;
  }
  .u-neg-mb-10 {
    margin-bottom: -8rem !important;
  }
  .u-neg-ml-10 {
    margin-left: -8rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-11 {
    margin: 8.8rem !important;
  }
  .u-mx-11 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }
  .u-my-11 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }
  .u-mt-11 {
    margin-top: 8.8rem !important;
  }
  .u-mr-11 {
    margin-right: 8.8rem !important;
  }
  .u-mb-11 {
    margin-bottom: 8.8rem !important;
  }
  .u-ml-11 {
    margin-left: 8.8rem !important;
  }
  .u-neg-m-11 {
    margin: -8.8rem !important;
  }
  .u-neg-mx-11 {
    margin-right: -8.8rem !important;
    margin-left: -8.8rem !important;
  }
  .u-neg-my-11 {
    margin-top: -8.8rem !important;
    margin-bottom: -8.8rem !important;
  }
  .u-neg-mt-11 {
    margin-top: -8.8rem !important;
  }
  .u-neg-mr-11 {
    margin-right: -8.8rem !important;
  }
  .u-neg-mb-11 {
    margin-bottom: -8.8rem !important;
  }
  .u-neg-ml-11 {
    margin-left: -8.8rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-12 {
    margin: 9.6rem !important;
  }
  .u-mx-12 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .u-my-12 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .u-mt-12 {
    margin-top: 9.6rem !important;
  }
  .u-mr-12 {
    margin-right: 9.6rem !important;
  }
  .u-mb-12 {
    margin-bottom: 9.6rem !important;
  }
  .u-ml-12 {
    margin-left: 9.6rem !important;
  }
  .u-neg-m-12 {
    margin: -9.6rem !important;
  }
  .u-neg-mx-12 {
    margin-right: -9.6rem !important;
    margin-left: -9.6rem !important;
  }
  .u-neg-my-12 {
    margin-top: -9.6rem !important;
    margin-bottom: -9.6rem !important;
  }
  .u-neg-mt-12 {
    margin-top: -9.6rem !important;
  }
  .u-neg-mr-12 {
    margin-right: -9.6rem !important;
  }
  .u-neg-mb-12 {
    margin-bottom: -9.6rem !important;
  }
  .u-neg-ml-12 {
    margin-left: -9.6rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-13 {
    margin: 10.4rem !important;
  }
  .u-mx-13 {
    margin-right: 10.4rem !important;
    margin-left: 10.4rem !important;
  }
  .u-my-13 {
    margin-top: 10.4rem !important;
    margin-bottom: 10.4rem !important;
  }
  .u-mt-13 {
    margin-top: 10.4rem !important;
  }
  .u-mr-13 {
    margin-right: 10.4rem !important;
  }
  .u-mb-13 {
    margin-bottom: 10.4rem !important;
  }
  .u-ml-13 {
    margin-left: 10.4rem !important;
  }
  .u-neg-m-13 {
    margin: -10.4rem !important;
  }
  .u-neg-mx-13 {
    margin-right: -10.4rem !important;
    margin-left: -10.4rem !important;
  }
  .u-neg-my-13 {
    margin-top: -10.4rem !important;
    margin-bottom: -10.4rem !important;
  }
  .u-neg-mt-13 {
    margin-top: -10.4rem !important;
  }
  .u-neg-mr-13 {
    margin-right: -10.4rem !important;
  }
  .u-neg-mb-13 {
    margin-bottom: -10.4rem !important;
  }
  .u-neg-ml-13 {
    margin-left: -10.4rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-14 {
    margin: 11.2rem !important;
  }
  .u-mx-14 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }
  .u-my-14 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }
  .u-mt-14 {
    margin-top: 11.2rem !important;
  }
  .u-mr-14 {
    margin-right: 11.2rem !important;
  }
  .u-mb-14 {
    margin-bottom: 11.2rem !important;
  }
  .u-ml-14 {
    margin-left: 11.2rem !important;
  }
  .u-neg-m-14 {
    margin: -11.2rem !important;
  }
  .u-neg-mx-14 {
    margin-right: -11.2rem !important;
    margin-left: -11.2rem !important;
  }
  .u-neg-my-14 {
    margin-top: -11.2rem !important;
    margin-bottom: -11.2rem !important;
  }
  .u-neg-mt-14 {
    margin-top: -11.2rem !important;
  }
  .u-neg-mr-14 {
    margin-right: -11.2rem !important;
  }
  .u-neg-mb-14 {
    margin-bottom: -11.2rem !important;
  }
  .u-neg-ml-14 {
    margin-left: -11.2rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-15 {
    margin: 12rem !important;
  }
  .u-mx-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .u-my-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .u-mt-15 {
    margin-top: 12rem !important;
  }
  .u-mr-15 {
    margin-right: 12rem !important;
  }
  .u-mb-15 {
    margin-bottom: 12rem !important;
  }
  .u-ml-15 {
    margin-left: 12rem !important;
  }
  .u-neg-m-15 {
    margin: -12rem !important;
  }
  .u-neg-mx-15 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .u-neg-my-15 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .u-neg-mt-15 {
    margin-top: -12rem !important;
  }
  .u-neg-mr-15 {
    margin-right: -12rem !important;
  }
  .u-neg-mb-15 {
    margin-bottom: -12rem !important;
  }
  .u-neg-ml-15 {
    margin-left: -12rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-16 {
    margin: 12.8rem !important;
  }
  .u-mx-16 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }
  .u-my-16 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
  .u-mt-16 {
    margin-top: 12.8rem !important;
  }
  .u-mr-16 {
    margin-right: 12.8rem !important;
  }
  .u-mb-16 {
    margin-bottom: 12.8rem !important;
  }
  .u-ml-16 {
    margin-left: 12.8rem !important;
  }
  .u-neg-m-16 {
    margin: -12.8rem !important;
  }
  .u-neg-mx-16 {
    margin-right: -12.8rem !important;
    margin-left: -12.8rem !important;
  }
  .u-neg-my-16 {
    margin-top: -12.8rem !important;
    margin-bottom: -12.8rem !important;
  }
  .u-neg-mt-16 {
    margin-top: -12.8rem !important;
  }
  .u-neg-mr-16 {
    margin-right: -12.8rem !important;
  }
  .u-neg-mb-16 {
    margin-bottom: -12.8rem !important;
  }
  .u-neg-ml-16 {
    margin-left: -12.8rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-17 {
    margin: 13.6rem !important;
  }
  .u-mx-17 {
    margin-right: 13.6rem !important;
    margin-left: 13.6rem !important;
  }
  .u-my-17 {
    margin-top: 13.6rem !important;
    margin-bottom: 13.6rem !important;
  }
  .u-mt-17 {
    margin-top: 13.6rem !important;
  }
  .u-mr-17 {
    margin-right: 13.6rem !important;
  }
  .u-mb-17 {
    margin-bottom: 13.6rem !important;
  }
  .u-ml-17 {
    margin-left: 13.6rem !important;
  }
  .u-neg-m-17 {
    margin: -13.6rem !important;
  }
  .u-neg-mx-17 {
    margin-right: -13.6rem !important;
    margin-left: -13.6rem !important;
  }
  .u-neg-my-17 {
    margin-top: -13.6rem !important;
    margin-bottom: -13.6rem !important;
  }
  .u-neg-mt-17 {
    margin-top: -13.6rem !important;
  }
  .u-neg-mr-17 {
    margin-right: -13.6rem !important;
  }
  .u-neg-mb-17 {
    margin-bottom: -13.6rem !important;
  }
  .u-neg-ml-17 {
    margin-left: -13.6rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-18 {
    margin: 14.4rem !important;
  }
  .u-mx-18 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !important;
  }
  .u-my-18 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !important;
  }
  .u-mt-18 {
    margin-top: 14.4rem !important;
  }
  .u-mr-18 {
    margin-right: 14.4rem !important;
  }
  .u-mb-18 {
    margin-bottom: 14.4rem !important;
  }
  .u-ml-18 {
    margin-left: 14.4rem !important;
  }
  .u-neg-m-18 {
    margin: -14.4rem !important;
  }
  .u-neg-mx-18 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }
  .u-neg-my-18 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }
  .u-neg-mt-18 {
    margin-top: -14.4rem !important;
  }
  .u-neg-mr-18 {
    margin-right: -14.4rem !important;
  }
  .u-neg-mb-18 {
    margin-bottom: -14.4rem !important;
  }
  .u-neg-ml-18 {
    margin-left: -14.4rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-19 {
    margin: 15.2rem !important;
  }
  .u-mx-19 {
    margin-right: 15.2rem !important;
    margin-left: 15.2rem !important;
  }
  .u-my-19 {
    margin-top: 15.2rem !important;
    margin-bottom: 15.2rem !important;
  }
  .u-mt-19 {
    margin-top: 15.2rem !important;
  }
  .u-mr-19 {
    margin-right: 15.2rem !important;
  }
  .u-mb-19 {
    margin-bottom: 15.2rem !important;
  }
  .u-ml-19 {
    margin-left: 15.2rem !important;
  }
  .u-neg-m-19 {
    margin: -15.2rem !important;
  }
  .u-neg-mx-19 {
    margin-right: -15.2rem !important;
    margin-left: -15.2rem !important;
  }
  .u-neg-my-19 {
    margin-top: -15.2rem !important;
    margin-bottom: -15.2rem !important;
  }
  .u-neg-mt-19 {
    margin-top: -15.2rem !important;
  }
  .u-neg-mr-19 {
    margin-right: -15.2rem !important;
  }
  .u-neg-mb-19 {
    margin-bottom: -15.2rem !important;
  }
  .u-neg-ml-19 {
    margin-left: -15.2rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-m-20 {
    margin: 16rem !important;
  }
  .u-mx-20 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .u-my-20 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .u-mt-20 {
    margin-top: 16rem !important;
  }
  .u-mr-20 {
    margin-right: 16rem !important;
  }
  .u-mb-20 {
    margin-bottom: 16rem !important;
  }
  .u-ml-20 {
    margin-left: 16rem !important;
  }
  .u-neg-m-20 {
    margin: -16rem !important;
  }
  .u-neg-mx-20 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .u-neg-my-20 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .u-neg-mt-20 {
    margin-top: -16rem !important;
  }
  .u-neg-mr-20 {
    margin-right: -16rem !important;
  }
  .u-neg-mb-20 {
    margin-bottom: -16rem !important;
  }
  .u-neg-ml-20 {
    margin-left: -16rem !important;
  }
  .u-mt-auto {
    margin-top: auto !important;
  }
  .u-mr-auto {
    margin-right: auto !important;
  }
  .u-mb-auto {
    margin-bottom: auto !important;
  }
  .u-ml-auto {
    margin-left: auto !important;
  }
  .u-order-0 {
    order: 0 !important;
  }
  .u-order-1 {
    order: 1 !important;
  }
  .u-order-2 {
    order: 2 !important;
  }
  .u-order-3 {
    order: 3 !important;
  }
  .u-order-4 {
    order: 4 !important;
  }
  .u-order-5 {
    order: 5 !important;
  }
  .u-order-6 {
    order: 6 !important;
  }
  .u-order-7 {
    order: 7 !important;
  }
  .u-order-8 {
    order: 8 !important;
  }
  .u-order-9 {
    order: 9 !important;
  }
  .u-order-10 {
    order: 10 !important;
  }
  .u-order-11 {
    order: 11 !important;
  }
  .u-order-12 {
    order: 12 !important;
  }
  .u-order-13 {
    order: 13 !important;
  }
  .u-order-14 {
    order: 14 !important;
  }
  .u-order-15 {
    order: 15 !important;
  }
  .u-order-16 {
    order: 16 !important;
  }
  .u-order-17 {
    order: 17 !important;
  }
  .u-order-18 {
    order: 18 !important;
  }
  .u-order-19 {
    order: 19 !important;
  }
  .u-order-20 {
    order: 20 !important;
  }
  .u-order-21 {
    order: 21 !important;
  }
  .u-order-22 {
    order: 22 !important;
  }
  .u-order-23 {
    order: 23 !important;
  }
  .u-order-24 {
    order: 24 !important;
  }
  .u-order-25 {
    order: 25 !important;
  }
  .u-order-26 {
    order: 26 !important;
  }
  .u-order-27 {
    order: 27 !important;
  }
  .u-order-28 {
    order: 28 !important;
  }
  .u-order-29 {
    order: 29 !important;
  }
  .u-order-30 {
    order: 30 !important;
  }
  .u-order-31 {
    order: 31 !important;
  }
  .u-order-32 {
    order: 32 !important;
  }
  .u-order-33 {
    order: 33 !important;
  }
  .u-order-34 {
    order: 34 !important;
  }
  .u-order-35 {
    order: 35 !important;
  }
  .u-order-36 {
    order: 36 !important;
  }
  .u-order-37 {
    order: 37 !important;
  }
  .u-order-38 {
    order: 38 !important;
  }
  .u-order-39 {
    order: 39 !important;
  }
  .u-order-40 {
    order: 40 !important;
  }
  .u-order-41 {
    order: 41 !important;
  }
  .u-order-42 {
    order: 42 !important;
  }
  .u-order-43 {
    order: 43 !important;
  }
  .u-order-44 {
    order: 44 !important;
  }
  .u-order-45 {
    order: 45 !important;
  }
  .u-order-46 {
    order: 46 !important;
  }
  .u-order-47 {
    order: 47 !important;
  }
  .u-order-48 {
    order: 48 !important;
  }
  .u-order-49 {
    order: 49 !important;
  }
  .u-order-50 {
    order: 50 !important;
  }
  .u-order-51 {
    order: 51 !important;
  }
  .u-order-52 {
    order: 52 !important;
  }
  .u-order-53 {
    order: 53 !important;
  }
  .u-order-54 {
    order: 54 !important;
  }
  .u-order-55 {
    order: 55 !important;
  }
  .u-order-56 {
    order: 56 !important;
  }
  .u-order-57 {
    order: 57 !important;
  }
  .u-order-58 {
    order: 58 !important;
  }
  .u-order-59 {
    order: 59 !important;
  }
  .u-order-60 {
    order: 60 !important;
  }
  .u-order-61 {
    order: 61 !important;
  }
  .u-order-62 {
    order: 62 !important;
  }
  .u-order-63 {
    order: 63 !important;
  }
  .u-order-64 {
    order: 64 !important;
  }
  .u-order-65 {
    order: 65 !important;
  }
  .u-order-66 {
    order: 66 !important;
  }
  .u-order-67 {
    order: 67 !important;
  }
  .u-order-68 {
    order: 68 !important;
  }
  .u-order-69 {
    order: 69 !important;
  }
  .u-order-70 {
    order: 70 !important;
  }
  .u-order-71 {
    order: 71 !important;
  }
  .u-order-72 {
    order: 72 !important;
  }
  .u-order-73 {
    order: 73 !important;
  }
  .u-order-74 {
    order: 74 !important;
  }
  .u-order-75 {
    order: 75 !important;
  }
  .u-order-76 {
    order: 76 !important;
  }
  .u-order-77 {
    order: 77 !important;
  }
  .u-order-78 {
    order: 78 !important;
  }
  .u-order-79 {
    order: 79 !important;
  }
  .u-order-80 {
    order: 80 !important;
  }
  .u-order-81 {
    order: 81 !important;
  }
  .u-order-82 {
    order: 82 !important;
  }
  .u-order-83 {
    order: 83 !important;
  }
  .u-order-84 {
    order: 84 !important;
  }
  .u-order-85 {
    order: 85 !important;
  }
  .u-order-86 {
    order: 86 !important;
  }
  .u-order-87 {
    order: 87 !important;
  }
  .u-order-88 {
    order: 88 !important;
  }
  .u-order-89 {
    order: 89 !important;
  }
  .u-order-90 {
    order: 90 !important;
  }
  .u-order-91 {
    order: 91 !important;
  }
  .u-order-92 {
    order: 92 !important;
  }
  .u-order-93 {
    order: 93 !important;
  }
  .u-order-94 {
    order: 94 !important;
  }
  .u-order-95 {
    order: 95 !important;
  }
  .u-order-96 {
    order: 96 !important;
  }
  .u-order-97 {
    order: 97 !important;
  }
  .u-order-98 {
    order: 98 !important;
  }
  .u-order-99 {
    order: 99 !important;
  }
  .u-order-100 {
    order: 100 !important;
  }
  .u-overflow-visible {
    overflow: visible !important;
  }
  .u-overflow-scroll {
    overflow: scroll !important;
  }
  .u-overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .u-overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .u-overflow-hidden {
    overflow: hidden !important;
  }
  .u-p-0 {
    padding: 0rem !important;
  }
  .u-px-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .u-py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-pt-0 {
    padding-top: 0rem !important;
  }
  .u-pr-0 {
    padding-right: 0rem !important;
  }
  .u-pb-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-0 {
    padding-left: 0rem !important;
  }
  .u-p-1 {
    padding: 0.8rem !important;
  }
  .u-px-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .u-py-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .u-pt-1 {
    padding-top: 0.8rem !important;
  }
  .u-pr-1 {
    padding-right: 0.8rem !important;
  }
  .u-pb-1 {
    padding-bottom: 0.8rem !important;
  }
  .u-pl-1 {
    padding-left: 0.8rem !important;
  }
  .u-p-2 {
    padding: 1.6rem !important;
  }
  .u-px-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .u-py-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .u-pt-2 {
    padding-top: 1.6rem !important;
  }
  .u-pr-2 {
    padding-right: 1.6rem !important;
  }
  .u-pb-2 {
    padding-bottom: 1.6rem !important;
  }
  .u-pl-2 {
    padding-left: 1.6rem !important;
  }
  .u-p-3 {
    padding: 2.4rem !important;
  }
  .u-px-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .u-py-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .u-pt-3 {
    padding-top: 2.4rem !important;
  }
  .u-pr-3 {
    padding-right: 2.4rem !important;
  }
  .u-pb-3 {
    padding-bottom: 2.4rem !important;
  }
  .u-pl-3 {
    padding-left: 2.4rem !important;
  }
  .u-p-4 {
    padding: 3.2rem !important;
  }
  .u-px-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .u-py-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .u-pt-4 {
    padding-top: 3.2rem !important;
  }
  .u-pr-4 {
    padding-right: 3.2rem !important;
  }
  .u-pb-4 {
    padding-bottom: 3.2rem !important;
  }
  .u-pl-4 {
    padding-left: 3.2rem !important;
  }
  .u-p-5 {
    padding: 4rem !important;
  }
  .u-px-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .u-py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .u-pt-5 {
    padding-top: 4rem !important;
  }
  .u-pr-5 {
    padding-right: 4rem !important;
  }
  .u-pb-5 {
    padding-bottom: 4rem !important;
  }
  .u-pl-5 {
    padding-left: 4rem !important;
  }
  .u-p-6 {
    padding: 4.8rem !important;
  }
  .u-px-6 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .u-py-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .u-pt-6 {
    padding-top: 4.8rem !important;
  }
  .u-pr-6 {
    padding-right: 4.8rem !important;
  }
  .u-pb-6 {
    padding-bottom: 4.8rem !important;
  }
  .u-pl-6 {
    padding-left: 4.8rem !important;
  }
  .u-p-7 {
    padding: 5.6rem !important;
  }
  .u-px-7 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .u-py-7 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .u-pt-7 {
    padding-top: 5.6rem !important;
  }
  .u-pr-7 {
    padding-right: 5.6rem !important;
  }
  .u-pb-7 {
    padding-bottom: 5.6rem !important;
  }
  .u-pl-7 {
    padding-left: 5.6rem !important;
  }
  .u-p-8 {
    padding: 6.4rem !important;
  }
  .u-px-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .u-py-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .u-pt-8 {
    padding-top: 6.4rem !important;
  }
  .u-pr-8 {
    padding-right: 6.4rem !important;
  }
  .u-pb-8 {
    padding-bottom: 6.4rem !important;
  }
  .u-pl-8 {
    padding-left: 6.4rem !important;
  }
  .u-p-9 {
    padding: 7.2rem !important;
  }
  .u-px-9 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .u-py-9 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .u-pt-9 {
    padding-top: 7.2rem !important;
  }
  .u-pr-9 {
    padding-right: 7.2rem !important;
  }
  .u-pb-9 {
    padding-bottom: 7.2rem !important;
  }
  .u-pl-9 {
    padding-left: 7.2rem !important;
  }
  .u-p-10 {
    padding: 8rem !important;
  }
  .u-px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .u-py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .u-pt-10 {
    padding-top: 8rem !important;
  }
  .u-pr-10 {
    padding-right: 8rem !important;
  }
  .u-pb-10 {
    padding-bottom: 8rem !important;
  }
  .u-pl-10 {
    padding-left: 8rem !important;
  }
  .u-p-11 {
    padding: 8.8rem !important;
  }
  .u-px-11 {
    padding-right: 8.8rem !important;
    padding-left: 8.8rem !important;
  }
  .u-py-11 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }
  .u-pt-11 {
    padding-top: 8.8rem !important;
  }
  .u-pr-11 {
    padding-right: 8.8rem !important;
  }
  .u-pb-11 {
    padding-bottom: 8.8rem !important;
  }
  .u-pl-11 {
    padding-left: 8.8rem !important;
  }
  .u-p-12 {
    padding: 9.6rem !important;
  }
  .u-px-12 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .u-py-12 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .u-pt-12 {
    padding-top: 9.6rem !important;
  }
  .u-pr-12 {
    padding-right: 9.6rem !important;
  }
  .u-pb-12 {
    padding-bottom: 9.6rem !important;
  }
  .u-pl-12 {
    padding-left: 9.6rem !important;
  }
  .u-p-13 {
    padding: 10.4rem !important;
  }
  .u-px-13 {
    padding-right: 10.4rem !important;
    padding-left: 10.4rem !important;
  }
  .u-py-13 {
    padding-top: 10.4rem !important;
    padding-bottom: 10.4rem !important;
  }
  .u-pt-13 {
    padding-top: 10.4rem !important;
  }
  .u-pr-13 {
    padding-right: 10.4rem !important;
  }
  .u-pb-13 {
    padding-bottom: 10.4rem !important;
  }
  .u-pl-13 {
    padding-left: 10.4rem !important;
  }
  .u-p-14 {
    padding: 11.2rem !important;
  }
  .u-px-14 {
    padding-right: 11.2rem !important;
    padding-left: 11.2rem !important;
  }
  .u-py-14 {
    padding-top: 11.2rem !important;
    padding-bottom: 11.2rem !important;
  }
  .u-pt-14 {
    padding-top: 11.2rem !important;
  }
  .u-pr-14 {
    padding-right: 11.2rem !important;
  }
  .u-pb-14 {
    padding-bottom: 11.2rem !important;
  }
  .u-pl-14 {
    padding-left: 11.2rem !important;
  }
  .u-p-15 {
    padding: 12rem !important;
  }
  .u-px-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .u-py-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .u-pt-15 {
    padding-top: 12rem !important;
  }
  .u-pr-15 {
    padding-right: 12rem !important;
  }
  .u-pb-15 {
    padding-bottom: 12rem !important;
  }
  .u-pl-15 {
    padding-left: 12rem !important;
  }
  .u-p-16 {
    padding: 12.8rem !important;
  }
  .u-px-16 {
    padding-right: 12.8rem !important;
    padding-left: 12.8rem !important;
  }
  .u-py-16 {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
  .u-pt-16 {
    padding-top: 12.8rem !important;
  }
  .u-pr-16 {
    padding-right: 12.8rem !important;
  }
  .u-pb-16 {
    padding-bottom: 12.8rem !important;
  }
  .u-pl-16 {
    padding-left: 12.8rem !important;
  }
  .u-p-17 {
    padding: 13.6rem !important;
  }
  .u-px-17 {
    padding-right: 13.6rem !important;
    padding-left: 13.6rem !important;
  }
  .u-py-17 {
    padding-top: 13.6rem !important;
    padding-bottom: 13.6rem !important;
  }
  .u-pt-17 {
    padding-top: 13.6rem !important;
  }
  .u-pr-17 {
    padding-right: 13.6rem !important;
  }
  .u-pb-17 {
    padding-bottom: 13.6rem !important;
  }
  .u-pl-17 {
    padding-left: 13.6rem !important;
  }
  .u-p-18 {
    padding: 14.4rem !important;
  }
  .u-px-18 {
    padding-right: 14.4rem !important;
    padding-left: 14.4rem !important;
  }
  .u-py-18 {
    padding-top: 14.4rem !important;
    padding-bottom: 14.4rem !important;
  }
  .u-pt-18 {
    padding-top: 14.4rem !important;
  }
  .u-pr-18 {
    padding-right: 14.4rem !important;
  }
  .u-pb-18 {
    padding-bottom: 14.4rem !important;
  }
  .u-pl-18 {
    padding-left: 14.4rem !important;
  }
  .u-p-19 {
    padding: 15.2rem !important;
  }
  .u-px-19 {
    padding-right: 15.2rem !important;
    padding-left: 15.2rem !important;
  }
  .u-py-19 {
    padding-top: 15.2rem !important;
    padding-bottom: 15.2rem !important;
  }
  .u-pt-19 {
    padding-top: 15.2rem !important;
  }
  .u-pr-19 {
    padding-right: 15.2rem !important;
  }
  .u-pb-19 {
    padding-bottom: 15.2rem !important;
  }
  .u-pl-19 {
    padding-left: 15.2rem !important;
  }
  .u-p-20 {
    padding: 16rem !important;
  }
  .u-px-20 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .u-py-20 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .u-pt-20 {
    padding-top: 16rem !important;
  }
  .u-pr-20 {
    padding-right: 16rem !important;
  }
  .u-pb-20 {
    padding-bottom: 16rem !important;
  }
  .u-pl-20 {
    padding-left: 16rem !important;
  }
  .u-text-left {
    text-align: left !important;
  }
  .u-text-center {
    text-align: center !important;
  }
  .u-text-right {
    text-align: right !important;
  }
  .u-text-justify {
    text-align: justify !important;
  }
  .u-visible {
    visibility: visible !important;
  }
  .u-hidden {
    visibility: hidden !important;
  }
  .u-whitespace-normal {
    white-space: normal !important;
  }
  .u-whitespace-nowrap {
    white-space: nowrap !important;
  }
  .u-w-0 {
    width: 0% !important;
  }
  .u-w-1 {
    width: 1% !important;
  }
  .u-w-2 {
    width: 2% !important;
  }
  .u-w-3 {
    width: 3% !important;
  }
  .u-w-4 {
    width: 4% !important;
  }
  .u-w-5 {
    width: 5% !important;
  }
  .u-w-6 {
    width: 6% !important;
  }
  .u-w-7 {
    width: 7% !important;
  }
  .u-w-8 {
    width: 8% !important;
  }
  .u-w-9 {
    width: 9% !important;
  }
  .u-w-10 {
    width: 10% !important;
  }
  .u-w-11 {
    width: 11% !important;
  }
  .u-w-12 {
    width: 12% !important;
  }
  .u-w-13 {
    width: 13% !important;
  }
  .u-w-14 {
    width: 14% !important;
  }
  .u-w-15 {
    width: 15% !important;
  }
  .u-w-16 {
    width: 16% !important;
  }
  .u-w-17 {
    width: 17% !important;
  }
  .u-w-18 {
    width: 18% !important;
  }
  .u-w-19 {
    width: 19% !important;
  }
  .u-w-20 {
    width: 20% !important;
  }
  .u-w-21 {
    width: 21% !important;
  }
  .u-w-22 {
    width: 22% !important;
  }
  .u-w-23 {
    width: 23% !important;
  }
  .u-w-24 {
    width: 24% !important;
  }
  .u-w-25 {
    width: 25% !important;
  }
  .u-w-26 {
    width: 26% !important;
  }
  .u-w-27 {
    width: 27% !important;
  }
  .u-w-28 {
    width: 28% !important;
  }
  .u-w-29 {
    width: 29% !important;
  }
  .u-w-30 {
    width: 30% !important;
  }
  .u-w-31 {
    width: 31% !important;
  }
  .u-w-32 {
    width: 32% !important;
  }
  .u-w-33 {
    width: 33% !important;
  }
  .u-w-34 {
    width: 34% !important;
  }
  .u-w-35 {
    width: 35% !important;
  }
  .u-w-36 {
    width: 36% !important;
  }
  .u-w-37 {
    width: 37% !important;
  }
  .u-w-38 {
    width: 38% !important;
  }
  .u-w-39 {
    width: 39% !important;
  }
  .u-w-40 {
    width: 40% !important;
  }
  .u-w-41 {
    width: 41% !important;
  }
  .u-w-42 {
    width: 42% !important;
  }
  .u-w-43 {
    width: 43% !important;
  }
  .u-w-44 {
    width: 44% !important;
  }
  .u-w-45 {
    width: 45% !important;
  }
  .u-w-46 {
    width: 46% !important;
  }
  .u-w-47 {
    width: 47% !important;
  }
  .u-w-48 {
    width: 48% !important;
  }
  .u-w-49 {
    width: 49% !important;
  }
  .u-w-50 {
    width: 50% !important;
  }
  .u-w-51 {
    width: 51% !important;
  }
  .u-w-52 {
    width: 52% !important;
  }
  .u-w-53 {
    width: 53% !important;
  }
  .u-w-54 {
    width: 54% !important;
  }
  .u-w-55 {
    width: 55% !important;
  }
  .u-w-56 {
    width: 56% !important;
  }
  .u-w-57 {
    width: 57% !important;
  }
  .u-w-58 {
    width: 58% !important;
  }
  .u-w-59 {
    width: 59% !important;
  }
  .u-w-60 {
    width: 60% !important;
  }
  .u-w-61 {
    width: 61% !important;
  }
  .u-w-62 {
    width: 62% !important;
  }
  .u-w-63 {
    width: 63% !important;
  }
  .u-w-64 {
    width: 64% !important;
  }
  .u-w-65 {
    width: 65% !important;
  }
  .u-w-66 {
    width: 66% !important;
  }
  .u-w-67 {
    width: 67% !important;
  }
  .u-w-68 {
    width: 68% !important;
  }
  .u-w-69 {
    width: 69% !important;
  }
  .u-w-70 {
    width: 70% !important;
  }
  .u-w-71 {
    width: 71% !important;
  }
  .u-w-72 {
    width: 72% !important;
  }
  .u-w-73 {
    width: 73% !important;
  }
  .u-w-74 {
    width: 74% !important;
  }
  .u-w-75 {
    width: 75% !important;
  }
  .u-w-76 {
    width: 76% !important;
  }
  .u-w-77 {
    width: 77% !important;
  }
  .u-w-78 {
    width: 78% !important;
  }
  .u-w-79 {
    width: 79% !important;
  }
  .u-w-80 {
    width: 80% !important;
  }
  .u-w-81 {
    width: 81% !important;
  }
  .u-w-82 {
    width: 82% !important;
  }
  .u-w-83 {
    width: 83% !important;
  }
  .u-w-84 {
    width: 84% !important;
  }
  .u-w-85 {
    width: 85% !important;
  }
  .u-w-86 {
    width: 86% !important;
  }
  .u-w-87 {
    width: 87% !important;
  }
  .u-w-88 {
    width: 88% !important;
  }
  .u-w-89 {
    width: 89% !important;
  }
  .u-w-90 {
    width: 90% !important;
  }
  .u-w-91 {
    width: 91% !important;
  }
  .u-w-92 {
    width: 92% !important;
  }
  .u-w-93 {
    width: 93% !important;
  }
  .u-w-94 {
    width: 94% !important;
  }
  .u-w-95 {
    width: 95% !important;
  }
  .u-w-96 {
    width: 96% !important;
  }
  .u-w-97 {
    width: 97% !important;
  }
  .u-w-98 {
    width: 98% !important;
  }
  .u-w-99 {
    width: 99% !important;
  }
  .u-w-100 {
    width: 100% !important;
  }
  .u-w-0px {
    width: 0px !important;
  }
  .u-w-1px {
    width: 1px !important;
  }
  .u-w-2px {
    width: 2px !important;
  }
  .u-w-3px {
    width: 3px !important;
  }
  .u-w-4px {
    width: 4px !important;
  }
  .u-w-5px {
    width: 5px !important;
  }
  .u-w-6px {
    width: 6px !important;
  }
  .u-w-7px {
    width: 7px !important;
  }
  .u-w-8px {
    width: 8px !important;
  }
  .u-w-9px {
    width: 9px !important;
  }
  .u-w-10px {
    width: 10px !important;
  }
  .u-w-11px {
    width: 11px !important;
  }
  .u-w-12px {
    width: 12px !important;
  }
  .u-w-13px {
    width: 13px !important;
  }
  .u-w-14px {
    width: 14px !important;
  }
  .u-w-15px {
    width: 15px !important;
  }
  .u-w-16px {
    width: 16px !important;
  }
  .u-w-17px {
    width: 17px !important;
  }
  .u-w-18px {
    width: 18px !important;
  }
  .u-w-19px {
    width: 19px !important;
  }
  .u-w-20px {
    width: 20px !important;
  }
  .u-w-21px {
    width: 21px !important;
  }
  .u-w-22px {
    width: 22px !important;
  }
  .u-w-23px {
    width: 23px !important;
  }
  .u-w-24px {
    width: 24px !important;
  }
  .u-w-25px {
    width: 25px !important;
  }
  .u-w-26px {
    width: 26px !important;
  }
  .u-w-27px {
    width: 27px !important;
  }
  .u-w-28px {
    width: 28px !important;
  }
  .u-w-29px {
    width: 29px !important;
  }
  .u-w-30px {
    width: 30px !important;
  }
  .u-w-31px {
    width: 31px !important;
  }
  .u-w-32px {
    width: 32px !important;
  }
  .u-w-33px {
    width: 33px !important;
  }
  .u-w-34px {
    width: 34px !important;
  }
  .u-w-35px {
    width: 35px !important;
  }
  .u-w-36px {
    width: 36px !important;
  }
  .u-w-37px {
    width: 37px !important;
  }
  .u-w-38px {
    width: 38px !important;
  }
  .u-w-39px {
    width: 39px !important;
  }
  .u-w-40px {
    width: 40px !important;
  }
  .u-w-41px {
    width: 41px !important;
  }
  .u-w-42px {
    width: 42px !important;
  }
  .u-w-43px {
    width: 43px !important;
  }
  .u-w-44px {
    width: 44px !important;
  }
  .u-w-45px {
    width: 45px !important;
  }
  .u-w-46px {
    width: 46px !important;
  }
  .u-w-47px {
    width: 47px !important;
  }
  .u-w-48px {
    width: 48px !important;
  }
  .u-w-49px {
    width: 49px !important;
  }
  .u-w-50px {
    width: 50px !important;
  }
  .u-w-51px {
    width: 51px !important;
  }
  .u-w-52px {
    width: 52px !important;
  }
  .u-w-53px {
    width: 53px !important;
  }
  .u-w-54px {
    width: 54px !important;
  }
  .u-w-55px {
    width: 55px !important;
  }
  .u-w-56px {
    width: 56px !important;
  }
  .u-w-57px {
    width: 57px !important;
  }
  .u-w-58px {
    width: 58px !important;
  }
  .u-w-59px {
    width: 59px !important;
  }
  .u-w-60px {
    width: 60px !important;
  }
  .u-w-61px {
    width: 61px !important;
  }
  .u-w-62px {
    width: 62px !important;
  }
  .u-w-63px {
    width: 63px !important;
  }
  .u-w-64px {
    width: 64px !important;
  }
  .u-w-65px {
    width: 65px !important;
  }
  .u-w-66px {
    width: 66px !important;
  }
  .u-w-67px {
    width: 67px !important;
  }
  .u-w-68px {
    width: 68px !important;
  }
  .u-w-69px {
    width: 69px !important;
  }
  .u-w-70px {
    width: 70px !important;
  }
  .u-w-71px {
    width: 71px !important;
  }
  .u-w-72px {
    width: 72px !important;
  }
  .u-w-73px {
    width: 73px !important;
  }
  .u-w-74px {
    width: 74px !important;
  }
  .u-w-75px {
    width: 75px !important;
  }
  .u-w-76px {
    width: 76px !important;
  }
  .u-w-77px {
    width: 77px !important;
  }
  .u-w-78px {
    width: 78px !important;
  }
  .u-w-79px {
    width: 79px !important;
  }
  .u-w-80px {
    width: 80px !important;
  }
  .u-w-81px {
    width: 81px !important;
  }
  .u-w-82px {
    width: 82px !important;
  }
  .u-w-83px {
    width: 83px !important;
  }
  .u-w-84px {
    width: 84px !important;
  }
  .u-w-85px {
    width: 85px !important;
  }
  .u-w-86px {
    width: 86px !important;
  }
  .u-w-87px {
    width: 87px !important;
  }
  .u-w-88px {
    width: 88px !important;
  }
  .u-w-89px {
    width: 89px !important;
  }
  .u-w-90px {
    width: 90px !important;
  }
  .u-w-91px {
    width: 91px !important;
  }
  .u-w-92px {
    width: 92px !important;
  }
  .u-w-93px {
    width: 93px !important;
  }
  .u-w-94px {
    width: 94px !important;
  }
  .u-w-95px {
    width: 95px !important;
  }
  .u-w-96px {
    width: 96px !important;
  }
  .u-w-97px {
    width: 97px !important;
  }
  .u-w-98px {
    width: 98px !important;
  }
  .u-w-99px {
    width: 99px !important;
  }
  .u-w-100px {
    width: 100px !important;
  }
  .u-w-101px {
    width: 101px !important;
  }
  .u-w-102px {
    width: 102px !important;
  }
  .u-w-103px {
    width: 103px !important;
  }
  .u-w-104px {
    width: 104px !important;
  }
  .u-w-105px {
    width: 105px !important;
  }
  .u-w-106px {
    width: 106px !important;
  }
  .u-w-107px {
    width: 107px !important;
  }
  .u-w-108px {
    width: 108px !important;
  }
  .u-w-109px {
    width: 109px !important;
  }
  .u-w-110px {
    width: 110px !important;
  }
  .u-w-111px {
    width: 111px !important;
  }
  .u-w-112px {
    width: 112px !important;
  }
  .u-w-113px {
    width: 113px !important;
  }
  .u-w-114px {
    width: 114px !important;
  }
  .u-w-115px {
    width: 115px !important;
  }
  .u-w-116px {
    width: 116px !important;
  }
  .u-w-117px {
    width: 117px !important;
  }
  .u-w-118px {
    width: 118px !important;
  }
  .u-w-119px {
    width: 119px !important;
  }
  .u-w-120px {
    width: 120px !important;
  }
  .u-w-121px {
    width: 121px !important;
  }
  .u-w-122px {
    width: 122px !important;
  }
  .u-w-123px {
    width: 123px !important;
  }
  .u-w-124px {
    width: 124px !important;
  }
  .u-w-125px {
    width: 125px !important;
  }
  .u-w-126px {
    width: 126px !important;
  }
  .u-w-127px {
    width: 127px !important;
  }
  .u-w-128px {
    width: 128px !important;
  }
  .u-w-129px {
    width: 129px !important;
  }
  .u-w-130px {
    width: 130px !important;
  }
  .u-w-131px {
    width: 131px !important;
  }
  .u-w-132px {
    width: 132px !important;
  }
  .u-w-133px {
    width: 133px !important;
  }
  .u-w-134px {
    width: 134px !important;
  }
  .u-w-135px {
    width: 135px !important;
  }
  .u-w-136px {
    width: 136px !important;
  }
  .u-w-137px {
    width: 137px !important;
  }
  .u-w-138px {
    width: 138px !important;
  }
  .u-w-139px {
    width: 139px !important;
  }
  .u-w-140px {
    width: 140px !important;
  }
  .u-w-141px {
    width: 141px !important;
  }
  .u-w-142px {
    width: 142px !important;
  }
  .u-w-143px {
    width: 143px !important;
  }
  .u-w-144px {
    width: 144px !important;
  }
  .u-w-145px {
    width: 145px !important;
  }
  .u-w-146px {
    width: 146px !important;
  }
  .u-w-147px {
    width: 147px !important;
  }
  .u-w-148px {
    width: 148px !important;
  }
  .u-w-149px {
    width: 149px !important;
  }
  .u-w-150px {
    width: 150px !important;
  }
  .u-w-151px {
    width: 151px !important;
  }
  .u-w-152px {
    width: 152px !important;
  }
  .u-w-153px {
    width: 153px !important;
  }
  .u-w-154px {
    width: 154px !important;
  }
  .u-w-155px {
    width: 155px !important;
  }
  .u-w-156px {
    width: 156px !important;
  }
  .u-w-157px {
    width: 157px !important;
  }
  .u-w-158px {
    width: 158px !important;
  }
  .u-w-159px {
    width: 159px !important;
  }
  .u-w-160px {
    width: 160px !important;
  }
  .u-w-161px {
    width: 161px !important;
  }
  .u-w-162px {
    width: 162px !important;
  }
  .u-w-163px {
    width: 163px !important;
  }
  .u-w-164px {
    width: 164px !important;
  }
  .u-w-165px {
    width: 165px !important;
  }
  .u-w-166px {
    width: 166px !important;
  }
  .u-w-167px {
    width: 167px !important;
  }
  .u-w-168px {
    width: 168px !important;
  }
  .u-w-169px {
    width: 169px !important;
  }
  .u-w-170px {
    width: 170px !important;
  }
  .u-w-171px {
    width: 171px !important;
  }
  .u-w-172px {
    width: 172px !important;
  }
  .u-w-173px {
    width: 173px !important;
  }
  .u-w-174px {
    width: 174px !important;
  }
  .u-w-175px {
    width: 175px !important;
  }
  .u-w-176px {
    width: 176px !important;
  }
  .u-w-177px {
    width: 177px !important;
  }
  .u-w-178px {
    width: 178px !important;
  }
  .u-w-179px {
    width: 179px !important;
  }
  .u-w-180px {
    width: 180px !important;
  }
  .u-w-181px {
    width: 181px !important;
  }
  .u-w-182px {
    width: 182px !important;
  }
  .u-w-183px {
    width: 183px !important;
  }
  .u-w-184px {
    width: 184px !important;
  }
  .u-w-185px {
    width: 185px !important;
  }
  .u-w-186px {
    width: 186px !important;
  }
  .u-w-187px {
    width: 187px !important;
  }
  .u-w-188px {
    width: 188px !important;
  }
  .u-w-189px {
    width: 189px !important;
  }
  .u-w-190px {
    width: 190px !important;
  }
  .u-w-191px {
    width: 191px !important;
  }
  .u-w-192px {
    width: 192px !important;
  }
  .u-w-193px {
    width: 193px !important;
  }
  .u-w-194px {
    width: 194px !important;
  }
  .u-w-195px {
    width: 195px !important;
  }
  .u-w-196px {
    width: 196px !important;
  }
  .u-w-197px {
    width: 197px !important;
  }
  .u-w-198px {
    width: 198px !important;
  }
  .u-w-199px {
    width: 199px !important;
  }
  .u-w-200px {
    width: 200px !important;
  }
  .u-w-201px {
    width: 201px !important;
  }
  .u-w-202px {
    width: 202px !important;
  }
  .u-w-203px {
    width: 203px !important;
  }
  .u-w-204px {
    width: 204px !important;
  }
  .u-w-205px {
    width: 205px !important;
  }
  .u-w-206px {
    width: 206px !important;
  }
  .u-w-207px {
    width: 207px !important;
  }
  .u-w-208px {
    width: 208px !important;
  }
  .u-w-209px {
    width: 209px !important;
  }
  .u-w-210px {
    width: 210px !important;
  }
  .u-w-211px {
    width: 211px !important;
  }
  .u-w-212px {
    width: 212px !important;
  }
  .u-w-213px {
    width: 213px !important;
  }
  .u-w-214px {
    width: 214px !important;
  }
  .u-w-215px {
    width: 215px !important;
  }
  .u-w-216px {
    width: 216px !important;
  }
  .u-w-217px {
    width: 217px !important;
  }
  .u-w-218px {
    width: 218px !important;
  }
  .u-w-219px {
    width: 219px !important;
  }
  .u-w-220px {
    width: 220px !important;
  }
  .u-w-221px {
    width: 221px !important;
  }
  .u-w-222px {
    width: 222px !important;
  }
  .u-w-223px {
    width: 223px !important;
  }
  .u-w-224px {
    width: 224px !important;
  }
  .u-w-225px {
    width: 225px !important;
  }
  .u-w-226px {
    width: 226px !important;
  }
  .u-w-227px {
    width: 227px !important;
  }
  .u-w-228px {
    width: 228px !important;
  }
  .u-w-229px {
    width: 229px !important;
  }
  .u-w-230px {
    width: 230px !important;
  }
  .u-w-231px {
    width: 231px !important;
  }
  .u-w-232px {
    width: 232px !important;
  }
  .u-w-233px {
    width: 233px !important;
  }
  .u-w-234px {
    width: 234px !important;
  }
  .u-w-235px {
    width: 235px !important;
  }
  .u-w-236px {
    width: 236px !important;
  }
  .u-w-237px {
    width: 237px !important;
  }
  .u-w-238px {
    width: 238px !important;
  }
  .u-w-239px {
    width: 239px !important;
  }
  .u-w-240px {
    width: 240px !important;
  }
  .u-w-241px {
    width: 241px !important;
  }
  .u-w-242px {
    width: 242px !important;
  }
  .u-w-243px {
    width: 243px !important;
  }
  .u-w-244px {
    width: 244px !important;
  }
  .u-w-245px {
    width: 245px !important;
  }
  .u-w-246px {
    width: 246px !important;
  }
  .u-w-247px {
    width: 247px !important;
  }
  .u-w-248px {
    width: 248px !important;
  }
  .u-w-249px {
    width: 249px !important;
  }
  .u-w-250px {
    width: 250px !important;
  }
  .u-w-251px {
    width: 251px !important;
  }
  .u-w-252px {
    width: 252px !important;
  }
  .u-w-253px {
    width: 253px !important;
  }
  .u-w-254px {
    width: 254px !important;
  }
  .u-w-255px {
    width: 255px !important;
  }
  .u-w-256px {
    width: 256px !important;
  }
  .u-w-257px {
    width: 257px !important;
  }
  .u-w-258px {
    width: 258px !important;
  }
  .u-w-259px {
    width: 259px !important;
  }
  .u-w-260px {
    width: 260px !important;
  }
  .u-w-261px {
    width: 261px !important;
  }
  .u-w-262px {
    width: 262px !important;
  }
  .u-w-263px {
    width: 263px !important;
  }
  .u-w-264px {
    width: 264px !important;
  }
  .u-w-265px {
    width: 265px !important;
  }
  .u-w-266px {
    width: 266px !important;
  }
  .u-w-267px {
    width: 267px !important;
  }
  .u-w-268px {
    width: 268px !important;
  }
  .u-w-269px {
    width: 269px !important;
  }
  .u-w-270px {
    width: 270px !important;
  }
  .u-w-271px {
    width: 271px !important;
  }
  .u-w-272px {
    width: 272px !important;
  }
  .u-w-273px {
    width: 273px !important;
  }
  .u-w-274px {
    width: 274px !important;
  }
  .u-w-275px {
    width: 275px !important;
  }
  .u-w-276px {
    width: 276px !important;
  }
  .u-w-277px {
    width: 277px !important;
  }
  .u-w-278px {
    width: 278px !important;
  }
  .u-w-279px {
    width: 279px !important;
  }
  .u-w-280px {
    width: 280px !important;
  }
  .u-w-281px {
    width: 281px !important;
  }
  .u-w-282px {
    width: 282px !important;
  }
  .u-w-283px {
    width: 283px !important;
  }
  .u-w-284px {
    width: 284px !important;
  }
  .u-w-285px {
    width: 285px !important;
  }
  .u-w-286px {
    width: 286px !important;
  }
  .u-w-287px {
    width: 287px !important;
  }
  .u-w-288px {
    width: 288px !important;
  }
  .u-w-289px {
    width: 289px !important;
  }
  .u-w-290px {
    width: 290px !important;
  }
  .u-w-291px {
    width: 291px !important;
  }
  .u-w-292px {
    width: 292px !important;
  }
  .u-w-293px {
    width: 293px !important;
  }
  .u-w-294px {
    width: 294px !important;
  }
  .u-w-295px {
    width: 295px !important;
  }
  .u-w-296px {
    width: 296px !important;
  }
  .u-w-297px {
    width: 297px !important;
  }
  .u-w-298px {
    width: 298px !important;
  }
  .u-w-299px {
    width: 299px !important;
  }
  .u-w-300px {
    width: 300px !important;
  }
  .u-w-301px {
    width: 301px !important;
  }
  .u-w-302px {
    width: 302px !important;
  }
  .u-w-303px {
    width: 303px !important;
  }
  .u-w-304px {
    width: 304px !important;
  }
  .u-w-305px {
    width: 305px !important;
  }
  .u-w-306px {
    width: 306px !important;
  }
  .u-w-307px {
    width: 307px !important;
  }
  .u-w-308px {
    width: 308px !important;
  }
  .u-w-309px {
    width: 309px !important;
  }
  .u-w-310px {
    width: 310px !important;
  }
  .u-w-311px {
    width: 311px !important;
  }
  .u-w-312px {
    width: 312px !important;
  }
  .u-w-313px {
    width: 313px !important;
  }
  .u-w-314px {
    width: 314px !important;
  }
  .u-w-315px {
    width: 315px !important;
  }
  .u-w-316px {
    width: 316px !important;
  }
  .u-w-317px {
    width: 317px !important;
  }
  .u-w-318px {
    width: 318px !important;
  }
  .u-w-319px {
    width: 319px !important;
  }
  .u-w-320px {
    width: 320px !important;
  }
  .u-w-321px {
    width: 321px !important;
  }
  .u-w-322px {
    width: 322px !important;
  }
  .u-w-323px {
    width: 323px !important;
  }
  .u-w-324px {
    width: 324px !important;
  }
  .u-w-325px {
    width: 325px !important;
  }
  .u-w-326px {
    width: 326px !important;
  }
  .u-w-327px {
    width: 327px !important;
  }
  .u-w-328px {
    width: 328px !important;
  }
  .u-w-329px {
    width: 329px !important;
  }
  .u-w-330px {
    width: 330px !important;
  }
  .u-w-331px {
    width: 331px !important;
  }
  .u-w-332px {
    width: 332px !important;
  }
  .u-w-333px {
    width: 333px !important;
  }
  .u-w-334px {
    width: 334px !important;
  }
  .u-w-335px {
    width: 335px !important;
  }
  .u-w-336px {
    width: 336px !important;
  }
  .u-w-337px {
    width: 337px !important;
  }
  .u-w-338px {
    width: 338px !important;
  }
  .u-w-339px {
    width: 339px !important;
  }
  .u-w-340px {
    width: 340px !important;
  }
  .u-w-341px {
    width: 341px !important;
  }
  .u-w-342px {
    width: 342px !important;
  }
  .u-w-343px {
    width: 343px !important;
  }
  .u-w-344px {
    width: 344px !important;
  }
  .u-w-345px {
    width: 345px !important;
  }
  .u-w-346px {
    width: 346px !important;
  }
  .u-w-347px {
    width: 347px !important;
  }
  .u-w-348px {
    width: 348px !important;
  }
  .u-w-349px {
    width: 349px !important;
  }
  .u-w-350px {
    width: 350px !important;
  }
  .u-w-351px {
    width: 351px !important;
  }
  .u-w-352px {
    width: 352px !important;
  }
  .u-w-353px {
    width: 353px !important;
  }
  .u-w-354px {
    width: 354px !important;
  }
  .u-w-355px {
    width: 355px !important;
  }
  .u-w-356px {
    width: 356px !important;
  }
  .u-w-357px {
    width: 357px !important;
  }
  .u-w-358px {
    width: 358px !important;
  }
  .u-w-359px {
    width: 359px !important;
  }
  .u-w-360px {
    width: 360px !important;
  }
  .u-w-361px {
    width: 361px !important;
  }
  .u-w-362px {
    width: 362px !important;
  }
  .u-w-363px {
    width: 363px !important;
  }
  .u-w-364px {
    width: 364px !important;
  }
  .u-w-365px {
    width: 365px !important;
  }
  .u-w-366px {
    width: 366px !important;
  }
  .u-w-367px {
    width: 367px !important;
  }
  .u-w-368px {
    width: 368px !important;
  }
  .u-w-369px {
    width: 369px !important;
  }
  .u-w-370px {
    width: 370px !important;
  }
  .u-w-371px {
    width: 371px !important;
  }
  .u-w-372px {
    width: 372px !important;
  }
  .u-w-373px {
    width: 373px !important;
  }
  .u-w-374px {
    width: 374px !important;
  }
  .u-w-375px {
    width: 375px !important;
  }
  .u-w-376px {
    width: 376px !important;
  }
  .u-w-377px {
    width: 377px !important;
  }
  .u-w-378px {
    width: 378px !important;
  }
  .u-w-379px {
    width: 379px !important;
  }
  .u-w-380px {
    width: 380px !important;
  }
  .u-w-381px {
    width: 381px !important;
  }
  .u-w-382px {
    width: 382px !important;
  }
  .u-w-383px {
    width: 383px !important;
  }
  .u-w-384px {
    width: 384px !important;
  }
  .u-w-385px {
    width: 385px !important;
  }
  .u-w-386px {
    width: 386px !important;
  }
  .u-w-387px {
    width: 387px !important;
  }
  .u-w-388px {
    width: 388px !important;
  }
  .u-w-389px {
    width: 389px !important;
  }
  .u-w-390px {
    width: 390px !important;
  }
  .u-w-391px {
    width: 391px !important;
  }
  .u-w-392px {
    width: 392px !important;
  }
  .u-w-393px {
    width: 393px !important;
  }
  .u-w-394px {
    width: 394px !important;
  }
  .u-w-395px {
    width: 395px !important;
  }
  .u-w-396px {
    width: 396px !important;
  }
  .u-w-397px {
    width: 397px !important;
  }
  .u-w-398px {
    width: 398px !important;
  }
  .u-w-399px {
    width: 399px !important;
  }
  .u-w-400px {
    width: 400px !important;
  }
  .u-w-401px {
    width: 401px !important;
  }
  .u-w-402px {
    width: 402px !important;
  }
  .u-w-403px {
    width: 403px !important;
  }
  .u-w-404px {
    width: 404px !important;
  }
  .u-w-405px {
    width: 405px !important;
  }
  .u-w-406px {
    width: 406px !important;
  }
  .u-w-407px {
    width: 407px !important;
  }
  .u-w-408px {
    width: 408px !important;
  }
  .u-w-409px {
    width: 409px !important;
  }
  .u-w-410px {
    width: 410px !important;
  }
  .u-w-411px {
    width: 411px !important;
  }
  .u-w-412px {
    width: 412px !important;
  }
  .u-w-413px {
    width: 413px !important;
  }
  .u-w-414px {
    width: 414px !important;
  }
  .u-w-415px {
    width: 415px !important;
  }
  .u-w-416px {
    width: 416px !important;
  }
  .u-w-417px {
    width: 417px !important;
  }
  .u-w-418px {
    width: 418px !important;
  }
  .u-w-419px {
    width: 419px !important;
  }
  .u-w-420px {
    width: 420px !important;
  }
  .u-w-421px {
    width: 421px !important;
  }
  .u-w-422px {
    width: 422px !important;
  }
  .u-w-423px {
    width: 423px !important;
  }
  .u-w-424px {
    width: 424px !important;
  }
  .u-w-425px {
    width: 425px !important;
  }
  .u-w-426px {
    width: 426px !important;
  }
  .u-w-427px {
    width: 427px !important;
  }
  .u-w-428px {
    width: 428px !important;
  }
  .u-w-429px {
    width: 429px !important;
  }
  .u-w-430px {
    width: 430px !important;
  }
  .u-w-431px {
    width: 431px !important;
  }
  .u-w-432px {
    width: 432px !important;
  }
  .u-w-433px {
    width: 433px !important;
  }
  .u-w-434px {
    width: 434px !important;
  }
  .u-w-435px {
    width: 435px !important;
  }
  .u-w-436px {
    width: 436px !important;
  }
  .u-w-437px {
    width: 437px !important;
  }
  .u-w-438px {
    width: 438px !important;
  }
  .u-w-439px {
    width: 439px !important;
  }
  .u-w-440px {
    width: 440px !important;
  }
  .u-w-441px {
    width: 441px !important;
  }
  .u-w-442px {
    width: 442px !important;
  }
  .u-w-443px {
    width: 443px !important;
  }
  .u-w-444px {
    width: 444px !important;
  }
  .u-w-445px {
    width: 445px !important;
  }
  .u-w-446px {
    width: 446px !important;
  }
  .u-w-447px {
    width: 447px !important;
  }
  .u-w-448px {
    width: 448px !important;
  }
  .u-w-449px {
    width: 449px !important;
  }
  .u-w-450px {
    width: 450px !important;
  }
  .u-w-451px {
    width: 451px !important;
  }
  .u-w-452px {
    width: 452px !important;
  }
  .u-w-453px {
    width: 453px !important;
  }
  .u-w-454px {
    width: 454px !important;
  }
  .u-w-455px {
    width: 455px !important;
  }
  .u-w-456px {
    width: 456px !important;
  }
  .u-w-457px {
    width: 457px !important;
  }
  .u-w-458px {
    width: 458px !important;
  }
  .u-w-459px {
    width: 459px !important;
  }
  .u-w-460px {
    width: 460px !important;
  }
  .u-w-461px {
    width: 461px !important;
  }
  .u-w-462px {
    width: 462px !important;
  }
  .u-w-463px {
    width: 463px !important;
  }
  .u-w-464px {
    width: 464px !important;
  }
  .u-w-465px {
    width: 465px !important;
  }
  .u-w-466px {
    width: 466px !important;
  }
  .u-w-467px {
    width: 467px !important;
  }
  .u-w-468px {
    width: 468px !important;
  }
  .u-w-469px {
    width: 469px !important;
  }
  .u-w-470px {
    width: 470px !important;
  }
  .u-w-471px {
    width: 471px !important;
  }
  .u-w-472px {
    width: 472px !important;
  }
  .u-w-473px {
    width: 473px !important;
  }
  .u-w-474px {
    width: 474px !important;
  }
  .u-w-475px {
    width: 475px !important;
  }
  .u-w-476px {
    width: 476px !important;
  }
  .u-w-477px {
    width: 477px !important;
  }
  .u-w-478px {
    width: 478px !important;
  }
  .u-w-479px {
    width: 479px !important;
  }
  .u-w-480px {
    width: 480px !important;
  }
  .u-w-481px {
    width: 481px !important;
  }
  .u-w-482px {
    width: 482px !important;
  }
  .u-w-483px {
    width: 483px !important;
  }
  .u-w-484px {
    width: 484px !important;
  }
  .u-w-485px {
    width: 485px !important;
  }
  .u-w-486px {
    width: 486px !important;
  }
  .u-w-487px {
    width: 487px !important;
  }
  .u-w-488px {
    width: 488px !important;
  }
  .u-w-489px {
    width: 489px !important;
  }
  .u-w-490px {
    width: 490px !important;
  }
  .u-w-491px {
    width: 491px !important;
  }
  .u-w-492px {
    width: 492px !important;
  }
  .u-w-493px {
    width: 493px !important;
  }
  .u-w-494px {
    width: 494px !important;
  }
  .u-w-495px {
    width: 495px !important;
  }
  .u-w-496px {
    width: 496px !important;
  }
  .u-w-497px {
    width: 497px !important;
  }
  .u-w-498px {
    width: 498px !important;
  }
  .u-w-499px {
    width: 499px !important;
  }
  .u-w-500px {
    width: 500px !important;
  }
  .u-w-501px {
    width: 501px !important;
  }
  .u-w-502px {
    width: 502px !important;
  }
  .u-w-503px {
    width: 503px !important;
  }
  .u-w-504px {
    width: 504px !important;
  }
  .u-w-505px {
    width: 505px !important;
  }
  .u-w-506px {
    width: 506px !important;
  }
  .u-w-507px {
    width: 507px !important;
  }
  .u-w-508px {
    width: 508px !important;
  }
  .u-w-509px {
    width: 509px !important;
  }
  .u-w-510px {
    width: 510px !important;
  }
  .u-w-511px {
    width: 511px !important;
  }
  .u-w-512px {
    width: 512px !important;
  }
  .u-w-513px {
    width: 513px !important;
  }
  .u-w-514px {
    width: 514px !important;
  }
  .u-w-515px {
    width: 515px !important;
  }
  .u-w-516px {
    width: 516px !important;
  }
  .u-w-517px {
    width: 517px !important;
  }
  .u-w-518px {
    width: 518px !important;
  }
  .u-w-519px {
    width: 519px !important;
  }
  .u-w-520px {
    width: 520px !important;
  }
  .u-w-521px {
    width: 521px !important;
  }
  .u-w-522px {
    width: 522px !important;
  }
  .u-w-523px {
    width: 523px !important;
  }
  .u-w-524px {
    width: 524px !important;
  }
  .u-w-525px {
    width: 525px !important;
  }
  .u-w-526px {
    width: 526px !important;
  }
  .u-w-527px {
    width: 527px !important;
  }
  .u-w-528px {
    width: 528px !important;
  }
  .u-w-529px {
    width: 529px !important;
  }
  .u-w-530px {
    width: 530px !important;
  }
  .u-w-531px {
    width: 531px !important;
  }
  .u-w-532px {
    width: 532px !important;
  }
  .u-w-533px {
    width: 533px !important;
  }
  .u-w-534px {
    width: 534px !important;
  }
  .u-w-535px {
    width: 535px !important;
  }
  .u-w-536px {
    width: 536px !important;
  }
  .u-w-537px {
    width: 537px !important;
  }
  .u-w-538px {
    width: 538px !important;
  }
  .u-w-539px {
    width: 539px !important;
  }
  .u-w-540px {
    width: 540px !important;
  }
  .u-w-541px {
    width: 541px !important;
  }
  .u-w-542px {
    width: 542px !important;
  }
  .u-w-543px {
    width: 543px !important;
  }
  .u-w-544px {
    width: 544px !important;
  }
  .u-w-545px {
    width: 545px !important;
  }
  .u-w-546px {
    width: 546px !important;
  }
  .u-w-547px {
    width: 547px !important;
  }
  .u-w-548px {
    width: 548px !important;
  }
  .u-w-549px {
    width: 549px !important;
  }
  .u-w-550px {
    width: 550px !important;
  }
  .u-w-551px {
    width: 551px !important;
  }
  .u-w-552px {
    width: 552px !important;
  }
  .u-w-553px {
    width: 553px !important;
  }
  .u-w-554px {
    width: 554px !important;
  }
  .u-w-555px {
    width: 555px !important;
  }
  .u-w-556px {
    width: 556px !important;
  }
  .u-w-557px {
    width: 557px !important;
  }
  .u-w-558px {
    width: 558px !important;
  }
  .u-w-559px {
    width: 559px !important;
  }
  .u-w-560px {
    width: 560px !important;
  }
  .u-w-561px {
    width: 561px !important;
  }
  .u-w-562px {
    width: 562px !important;
  }
  .u-w-563px {
    width: 563px !important;
  }
  .u-w-564px {
    width: 564px !important;
  }
  .u-w-565px {
    width: 565px !important;
  }
  .u-w-566px {
    width: 566px !important;
  }
  .u-w-567px {
    width: 567px !important;
  }
  .u-w-568px {
    width: 568px !important;
  }
  .u-w-569px {
    width: 569px !important;
  }
  .u-w-570px {
    width: 570px !important;
  }
  .u-w-571px {
    width: 571px !important;
  }
  .u-w-572px {
    width: 572px !important;
  }
  .u-w-573px {
    width: 573px !important;
  }
  .u-w-574px {
    width: 574px !important;
  }
  .u-w-575px {
    width: 575px !important;
  }
  .u-w-576px {
    width: 576px !important;
  }
  .u-w-577px {
    width: 577px !important;
  }
  .u-w-578px {
    width: 578px !important;
  }
  .u-w-579px {
    width: 579px !important;
  }
  .u-w-580px {
    width: 580px !important;
  }
  .u-w-581px {
    width: 581px !important;
  }
  .u-w-582px {
    width: 582px !important;
  }
  .u-w-583px {
    width: 583px !important;
  }
  .u-w-584px {
    width: 584px !important;
  }
  .u-w-585px {
    width: 585px !important;
  }
  .u-w-586px {
    width: 586px !important;
  }
  .u-w-587px {
    width: 587px !important;
  }
  .u-w-588px {
    width: 588px !important;
  }
  .u-w-589px {
    width: 589px !important;
  }
  .u-w-590px {
    width: 590px !important;
  }
  .u-w-591px {
    width: 591px !important;
  }
  .u-w-592px {
    width: 592px !important;
  }
  .u-w-593px {
    width: 593px !important;
  }
  .u-w-594px {
    width: 594px !important;
  }
  .u-w-595px {
    width: 595px !important;
  }
  .u-w-596px {
    width: 596px !important;
  }
  .u-w-597px {
    width: 597px !important;
  }
  .u-w-598px {
    width: 598px !important;
  }
  .u-w-599px {
    width: 599px !important;
  }
  .u-w-600px {
    width: 600px !important;
  }
  .u-w-601px {
    width: 601px !important;
  }
  .u-w-602px {
    width: 602px !important;
  }
  .u-w-603px {
    width: 603px !important;
  }
  .u-w-604px {
    width: 604px !important;
  }
  .u-w-605px {
    width: 605px !important;
  }
  .u-w-606px {
    width: 606px !important;
  }
  .u-w-607px {
    width: 607px !important;
  }
  .u-w-608px {
    width: 608px !important;
  }
  .u-w-609px {
    width: 609px !important;
  }
  .u-w-610px {
    width: 610px !important;
  }
  .u-w-611px {
    width: 611px !important;
  }
  .u-w-612px {
    width: 612px !important;
  }
  .u-w-613px {
    width: 613px !important;
  }
  .u-w-614px {
    width: 614px !important;
  }
  .u-w-615px {
    width: 615px !important;
  }
  .u-w-616px {
    width: 616px !important;
  }
  .u-w-617px {
    width: 617px !important;
  }
  .u-w-618px {
    width: 618px !important;
  }
  .u-w-619px {
    width: 619px !important;
  }
  .u-w-620px {
    width: 620px !important;
  }
  .u-w-621px {
    width: 621px !important;
  }
  .u-w-622px {
    width: 622px !important;
  }
  .u-w-623px {
    width: 623px !important;
  }
  .u-w-624px {
    width: 624px !important;
  }
  .u-w-625px {
    width: 625px !important;
  }
  .u-w-626px {
    width: 626px !important;
  }
  .u-w-627px {
    width: 627px !important;
  }
  .u-w-628px {
    width: 628px !important;
  }
  .u-w-629px {
    width: 629px !important;
  }
  .u-w-630px {
    width: 630px !important;
  }
  .u-w-631px {
    width: 631px !important;
  }
  .u-w-632px {
    width: 632px !important;
  }
  .u-w-633px {
    width: 633px !important;
  }
  .u-w-634px {
    width: 634px !important;
  }
  .u-w-635px {
    width: 635px !important;
  }
  .u-w-636px {
    width: 636px !important;
  }
  .u-w-637px {
    width: 637px !important;
  }
  .u-w-638px {
    width: 638px !important;
  }
  .u-w-639px {
    width: 639px !important;
  }
  .u-w-640px {
    width: 640px !important;
  }
  .u-w-641px {
    width: 641px !important;
  }
  .u-w-642px {
    width: 642px !important;
  }
  .u-w-643px {
    width: 643px !important;
  }
  .u-w-644px {
    width: 644px !important;
  }
  .u-w-645px {
    width: 645px !important;
  }
  .u-w-646px {
    width: 646px !important;
  }
  .u-w-647px {
    width: 647px !important;
  }
  .u-w-648px {
    width: 648px !important;
  }
  .u-w-649px {
    width: 649px !important;
  }
  .u-w-650px {
    width: 650px !important;
  }
  .u-w-651px {
    width: 651px !important;
  }
  .u-w-652px {
    width: 652px !important;
  }
  .u-w-653px {
    width: 653px !important;
  }
  .u-w-654px {
    width: 654px !important;
  }
  .u-w-655px {
    width: 655px !important;
  }
  .u-w-656px {
    width: 656px !important;
  }
  .u-w-657px {
    width: 657px !important;
  }
  .u-w-658px {
    width: 658px !important;
  }
  .u-w-659px {
    width: 659px !important;
  }
  .u-w-660px {
    width: 660px !important;
  }
  .u-w-661px {
    width: 661px !important;
  }
  .u-w-662px {
    width: 662px !important;
  }
  .u-w-663px {
    width: 663px !important;
  }
  .u-w-664px {
    width: 664px !important;
  }
  .u-w-665px {
    width: 665px !important;
  }
  .u-w-666px {
    width: 666px !important;
  }
  .u-w-667px {
    width: 667px !important;
  }
  .u-w-668px {
    width: 668px !important;
  }
  .u-w-669px {
    width: 669px !important;
  }
  .u-w-670px {
    width: 670px !important;
  }
  .u-w-671px {
    width: 671px !important;
  }
  .u-w-672px {
    width: 672px !important;
  }
  .u-w-673px {
    width: 673px !important;
  }
  .u-w-674px {
    width: 674px !important;
  }
  .u-w-675px {
    width: 675px !important;
  }
  .u-w-676px {
    width: 676px !important;
  }
  .u-w-677px {
    width: 677px !important;
  }
  .u-w-678px {
    width: 678px !important;
  }
  .u-w-679px {
    width: 679px !important;
  }
  .u-w-680px {
    width: 680px !important;
  }
  .u-w-681px {
    width: 681px !important;
  }
  .u-w-682px {
    width: 682px !important;
  }
  .u-w-683px {
    width: 683px !important;
  }
  .u-w-684px {
    width: 684px !important;
  }
  .u-w-685px {
    width: 685px !important;
  }
  .u-w-686px {
    width: 686px !important;
  }
  .u-w-687px {
    width: 687px !important;
  }
  .u-w-688px {
    width: 688px !important;
  }
  .u-w-689px {
    width: 689px !important;
  }
  .u-w-690px {
    width: 690px !important;
  }
  .u-w-691px {
    width: 691px !important;
  }
  .u-w-692px {
    width: 692px !important;
  }
  .u-w-693px {
    width: 693px !important;
  }
  .u-w-694px {
    width: 694px !important;
  }
  .u-w-695px {
    width: 695px !important;
  }
  .u-w-696px {
    width: 696px !important;
  }
  .u-w-697px {
    width: 697px !important;
  }
  .u-w-698px {
    width: 698px !important;
  }
  .u-w-699px {
    width: 699px !important;
  }
  .u-w-700px {
    width: 700px !important;
  }
  .u-w-701px {
    width: 701px !important;
  }
  .u-w-702px {
    width: 702px !important;
  }
  .u-w-703px {
    width: 703px !important;
  }
  .u-w-704px {
    width: 704px !important;
  }
  .u-w-705px {
    width: 705px !important;
  }
  .u-w-706px {
    width: 706px !important;
  }
  .u-w-707px {
    width: 707px !important;
  }
  .u-w-708px {
    width: 708px !important;
  }
  .u-w-709px {
    width: 709px !important;
  }
  .u-w-710px {
    width: 710px !important;
  }
  .u-w-711px {
    width: 711px !important;
  }
  .u-w-712px {
    width: 712px !important;
  }
  .u-w-713px {
    width: 713px !important;
  }
  .u-w-714px {
    width: 714px !important;
  }
  .u-w-715px {
    width: 715px !important;
  }
  .u-w-716px {
    width: 716px !important;
  }
  .u-w-717px {
    width: 717px !important;
  }
  .u-w-718px {
    width: 718px !important;
  }
  .u-w-719px {
    width: 719px !important;
  }
  .u-w-720px {
    width: 720px !important;
  }
  .u-w-721px {
    width: 721px !important;
  }
  .u-w-722px {
    width: 722px !important;
  }
  .u-w-723px {
    width: 723px !important;
  }
  .u-w-724px {
    width: 724px !important;
  }
  .u-w-725px {
    width: 725px !important;
  }
  .u-w-726px {
    width: 726px !important;
  }
  .u-w-727px {
    width: 727px !important;
  }
  .u-w-728px {
    width: 728px !important;
  }
  .u-w-729px {
    width: 729px !important;
  }
  .u-w-730px {
    width: 730px !important;
  }
  .u-w-731px {
    width: 731px !important;
  }
  .u-w-732px {
    width: 732px !important;
  }
  .u-w-733px {
    width: 733px !important;
  }
  .u-w-734px {
    width: 734px !important;
  }
  .u-w-735px {
    width: 735px !important;
  }
  .u-w-736px {
    width: 736px !important;
  }
  .u-w-737px {
    width: 737px !important;
  }
  .u-w-738px {
    width: 738px !important;
  }
  .u-w-739px {
    width: 739px !important;
  }
  .u-w-740px {
    width: 740px !important;
  }
  .u-w-741px {
    width: 741px !important;
  }
  .u-w-742px {
    width: 742px !important;
  }
  .u-w-743px {
    width: 743px !important;
  }
  .u-w-744px {
    width: 744px !important;
  }
  .u-w-745px {
    width: 745px !important;
  }
  .u-w-746px {
    width: 746px !important;
  }
  .u-w-747px {
    width: 747px !important;
  }
  .u-w-748px {
    width: 748px !important;
  }
  .u-w-749px {
    width: 749px !important;
  }
  .u-w-750px {
    width: 750px !important;
  }
  .u-w-751px {
    width: 751px !important;
  }
  .u-w-752px {
    width: 752px !important;
  }
  .u-w-753px {
    width: 753px !important;
  }
  .u-w-754px {
    width: 754px !important;
  }
  .u-w-755px {
    width: 755px !important;
  }
  .u-w-756px {
    width: 756px !important;
  }
  .u-w-757px {
    width: 757px !important;
  }
  .u-w-758px {
    width: 758px !important;
  }
  .u-w-759px {
    width: 759px !important;
  }
  .u-w-760px {
    width: 760px !important;
  }
  .u-w-761px {
    width: 761px !important;
  }
  .u-w-762px {
    width: 762px !important;
  }
  .u-w-763px {
    width: 763px !important;
  }
  .u-w-764px {
    width: 764px !important;
  }
  .u-w-765px {
    width: 765px !important;
  }
  .u-w-766px {
    width: 766px !important;
  }
  .u-w-767px {
    width: 767px !important;
  }
  .u-w-768px {
    width: 768px !important;
  }
  .u-w-769px {
    width: 769px !important;
  }
  .u-w-770px {
    width: 770px !important;
  }
  .u-w-771px {
    width: 771px !important;
  }
  .u-w-772px {
    width: 772px !important;
  }
  .u-w-773px {
    width: 773px !important;
  }
  .u-w-774px {
    width: 774px !important;
  }
  .u-w-775px {
    width: 775px !important;
  }
  .u-w-776px {
    width: 776px !important;
  }
  .u-w-777px {
    width: 777px !important;
  }
  .u-w-778px {
    width: 778px !important;
  }
  .u-w-779px {
    width: 779px !important;
  }
  .u-w-780px {
    width: 780px !important;
  }
  .u-w-781px {
    width: 781px !important;
  }
  .u-w-782px {
    width: 782px !important;
  }
  .u-w-783px {
    width: 783px !important;
  }
  .u-w-784px {
    width: 784px !important;
  }
  .u-w-785px {
    width: 785px !important;
  }
  .u-w-786px {
    width: 786px !important;
  }
  .u-w-787px {
    width: 787px !important;
  }
  .u-w-788px {
    width: 788px !important;
  }
  .u-w-789px {
    width: 789px !important;
  }
  .u-w-790px {
    width: 790px !important;
  }
  .u-w-791px {
    width: 791px !important;
  }
  .u-w-792px {
    width: 792px !important;
  }
  .u-w-793px {
    width: 793px !important;
  }
  .u-w-794px {
    width: 794px !important;
  }
  .u-w-795px {
    width: 795px !important;
  }
  .u-w-796px {
    width: 796px !important;
  }
  .u-w-797px {
    width: 797px !important;
  }
  .u-w-798px {
    width: 798px !important;
  }
  .u-w-799px {
    width: 799px !important;
  }
  .u-w-800px {
    width: 800px !important;
  }
  .u-w-801px {
    width: 801px !important;
  }
  .u-w-802px {
    width: 802px !important;
  }
  .u-w-803px {
    width: 803px !important;
  }
  .u-w-804px {
    width: 804px !important;
  }
  .u-w-805px {
    width: 805px !important;
  }
  .u-w-806px {
    width: 806px !important;
  }
  .u-w-807px {
    width: 807px !important;
  }
  .u-w-808px {
    width: 808px !important;
  }
  .u-w-809px {
    width: 809px !important;
  }
  .u-w-810px {
    width: 810px !important;
  }
  .u-w-811px {
    width: 811px !important;
  }
  .u-w-812px {
    width: 812px !important;
  }
  .u-w-813px {
    width: 813px !important;
  }
  .u-w-814px {
    width: 814px !important;
  }
  .u-w-815px {
    width: 815px !important;
  }
  .u-w-816px {
    width: 816px !important;
  }
  .u-w-817px {
    width: 817px !important;
  }
  .u-w-818px {
    width: 818px !important;
  }
  .u-w-819px {
    width: 819px !important;
  }
  .u-w-820px {
    width: 820px !important;
  }
  .u-w-821px {
    width: 821px !important;
  }
  .u-w-822px {
    width: 822px !important;
  }
  .u-w-823px {
    width: 823px !important;
  }
  .u-w-824px {
    width: 824px !important;
  }
  .u-w-825px {
    width: 825px !important;
  }
  .u-w-826px {
    width: 826px !important;
  }
  .u-w-827px {
    width: 827px !important;
  }
  .u-w-828px {
    width: 828px !important;
  }
  .u-w-829px {
    width: 829px !important;
  }
  .u-w-830px {
    width: 830px !important;
  }
  .u-w-831px {
    width: 831px !important;
  }
  .u-w-832px {
    width: 832px !important;
  }
  .u-w-833px {
    width: 833px !important;
  }
  .u-w-834px {
    width: 834px !important;
  }
  .u-w-835px {
    width: 835px !important;
  }
  .u-w-836px {
    width: 836px !important;
  }
  .u-w-837px {
    width: 837px !important;
  }
  .u-w-838px {
    width: 838px !important;
  }
  .u-w-839px {
    width: 839px !important;
  }
  .u-w-840px {
    width: 840px !important;
  }
  .u-w-841px {
    width: 841px !important;
  }
  .u-w-842px {
    width: 842px !important;
  }
  .u-w-843px {
    width: 843px !important;
  }
  .u-w-844px {
    width: 844px !important;
  }
  .u-w-845px {
    width: 845px !important;
  }
  .u-w-846px {
    width: 846px !important;
  }
  .u-w-847px {
    width: 847px !important;
  }
  .u-w-848px {
    width: 848px !important;
  }
  .u-w-849px {
    width: 849px !important;
  }
  .u-w-850px {
    width: 850px !important;
  }
  .u-w-851px {
    width: 851px !important;
  }
  .u-w-852px {
    width: 852px !important;
  }
  .u-w-853px {
    width: 853px !important;
  }
  .u-w-854px {
    width: 854px !important;
  }
  .u-w-855px {
    width: 855px !important;
  }
  .u-w-856px {
    width: 856px !important;
  }
  .u-w-857px {
    width: 857px !important;
  }
  .u-w-858px {
    width: 858px !important;
  }
  .u-w-859px {
    width: 859px !important;
  }
  .u-w-860px {
    width: 860px !important;
  }
  .u-w-861px {
    width: 861px !important;
  }
  .u-w-862px {
    width: 862px !important;
  }
  .u-w-863px {
    width: 863px !important;
  }
  .u-w-864px {
    width: 864px !important;
  }
  .u-w-865px {
    width: 865px !important;
  }
  .u-w-866px {
    width: 866px !important;
  }
  .u-w-867px {
    width: 867px !important;
  }
  .u-w-868px {
    width: 868px !important;
  }
  .u-w-869px {
    width: 869px !important;
  }
  .u-w-870px {
    width: 870px !important;
  }
  .u-w-871px {
    width: 871px !important;
  }
  .u-w-872px {
    width: 872px !important;
  }
  .u-w-873px {
    width: 873px !important;
  }
  .u-w-874px {
    width: 874px !important;
  }
  .u-w-875px {
    width: 875px !important;
  }
  .u-w-876px {
    width: 876px !important;
  }
  .u-w-877px {
    width: 877px !important;
  }
  .u-w-878px {
    width: 878px !important;
  }
  .u-w-879px {
    width: 879px !important;
  }
  .u-w-880px {
    width: 880px !important;
  }
  .u-w-881px {
    width: 881px !important;
  }
  .u-w-882px {
    width: 882px !important;
  }
  .u-w-883px {
    width: 883px !important;
  }
  .u-w-884px {
    width: 884px !important;
  }
  .u-w-885px {
    width: 885px !important;
  }
  .u-w-886px {
    width: 886px !important;
  }
  .u-w-887px {
    width: 887px !important;
  }
  .u-w-888px {
    width: 888px !important;
  }
  .u-w-889px {
    width: 889px !important;
  }
  .u-w-890px {
    width: 890px !important;
  }
  .u-w-891px {
    width: 891px !important;
  }
  .u-w-892px {
    width: 892px !important;
  }
  .u-w-893px {
    width: 893px !important;
  }
  .u-w-894px {
    width: 894px !important;
  }
  .u-w-895px {
    width: 895px !important;
  }
  .u-w-896px {
    width: 896px !important;
  }
  .u-w-897px {
    width: 897px !important;
  }
  .u-w-898px {
    width: 898px !important;
  }
  .u-w-899px {
    width: 899px !important;
  }
  .u-w-900px {
    width: 900px !important;
  }
  .u-w-901px {
    width: 901px !important;
  }
  .u-w-902px {
    width: 902px !important;
  }
  .u-w-903px {
    width: 903px !important;
  }
  .u-w-904px {
    width: 904px !important;
  }
  .u-w-905px {
    width: 905px !important;
  }
  .u-w-906px {
    width: 906px !important;
  }
  .u-w-907px {
    width: 907px !important;
  }
  .u-w-908px {
    width: 908px !important;
  }
  .u-w-909px {
    width: 909px !important;
  }
  .u-w-910px {
    width: 910px !important;
  }
  .u-w-911px {
    width: 911px !important;
  }
  .u-w-912px {
    width: 912px !important;
  }
  .u-w-913px {
    width: 913px !important;
  }
  .u-w-914px {
    width: 914px !important;
  }
  .u-w-915px {
    width: 915px !important;
  }
  .u-w-916px {
    width: 916px !important;
  }
  .u-w-917px {
    width: 917px !important;
  }
  .u-w-918px {
    width: 918px !important;
  }
  .u-w-919px {
    width: 919px !important;
  }
  .u-w-920px {
    width: 920px !important;
  }
  .u-w-921px {
    width: 921px !important;
  }
  .u-w-922px {
    width: 922px !important;
  }
  .u-w-923px {
    width: 923px !important;
  }
  .u-w-924px {
    width: 924px !important;
  }
  .u-w-925px {
    width: 925px !important;
  }
  .u-w-926px {
    width: 926px !important;
  }
  .u-w-927px {
    width: 927px !important;
  }
  .u-w-928px {
    width: 928px !important;
  }
  .u-w-929px {
    width: 929px !important;
  }
  .u-w-930px {
    width: 930px !important;
  }
  .u-w-931px {
    width: 931px !important;
  }
  .u-w-932px {
    width: 932px !important;
  }
  .u-w-933px {
    width: 933px !important;
  }
  .u-w-934px {
    width: 934px !important;
  }
  .u-w-935px {
    width: 935px !important;
  }
  .u-w-936px {
    width: 936px !important;
  }
  .u-w-937px {
    width: 937px !important;
  }
  .u-w-938px {
    width: 938px !important;
  }
  .u-w-939px {
    width: 939px !important;
  }
  .u-w-940px {
    width: 940px !important;
  }
  .u-w-941px {
    width: 941px !important;
  }
  .u-w-942px {
    width: 942px !important;
  }
  .u-w-943px {
    width: 943px !important;
  }
  .u-w-944px {
    width: 944px !important;
  }
  .u-w-945px {
    width: 945px !important;
  }
  .u-w-946px {
    width: 946px !important;
  }
  .u-w-947px {
    width: 947px !important;
  }
  .u-w-948px {
    width: 948px !important;
  }
  .u-w-949px {
    width: 949px !important;
  }
  .u-w-950px {
    width: 950px !important;
  }
  .u-w-951px {
    width: 951px !important;
  }
  .u-w-952px {
    width: 952px !important;
  }
  .u-w-953px {
    width: 953px !important;
  }
  .u-w-954px {
    width: 954px !important;
  }
  .u-w-955px {
    width: 955px !important;
  }
  .u-w-956px {
    width: 956px !important;
  }
  .u-w-957px {
    width: 957px !important;
  }
  .u-w-958px {
    width: 958px !important;
  }
  .u-w-959px {
    width: 959px !important;
  }
  .u-w-960px {
    width: 960px !important;
  }
  .u-w-961px {
    width: 961px !important;
  }
  .u-w-962px {
    width: 962px !important;
  }
  .u-w-963px {
    width: 963px !important;
  }
  .u-w-964px {
    width: 964px !important;
  }
  .u-w-965px {
    width: 965px !important;
  }
  .u-w-966px {
    width: 966px !important;
  }
  .u-w-967px {
    width: 967px !important;
  }
  .u-w-968px {
    width: 968px !important;
  }
  .u-w-969px {
    width: 969px !important;
  }
  .u-w-970px {
    width: 970px !important;
  }
  .u-w-971px {
    width: 971px !important;
  }
  .u-w-972px {
    width: 972px !important;
  }
  .u-w-973px {
    width: 973px !important;
  }
  .u-w-974px {
    width: 974px !important;
  }
  .u-w-975px {
    width: 975px !important;
  }
  .u-w-976px {
    width: 976px !important;
  }
  .u-w-977px {
    width: 977px !important;
  }
  .u-w-978px {
    width: 978px !important;
  }
  .u-w-979px {
    width: 979px !important;
  }
  .u-w-980px {
    width: 980px !important;
  }
  .u-w-981px {
    width: 981px !important;
  }
  .u-w-982px {
    width: 982px !important;
  }
  .u-w-983px {
    width: 983px !important;
  }
  .u-w-984px {
    width: 984px !important;
  }
  .u-w-985px {
    width: 985px !important;
  }
  .u-w-986px {
    width: 986px !important;
  }
  .u-w-987px {
    width: 987px !important;
  }
  .u-w-988px {
    width: 988px !important;
  }
  .u-w-989px {
    width: 989px !important;
  }
  .u-w-990px {
    width: 990px !important;
  }
  .u-w-991px {
    width: 991px !important;
  }
  .u-w-992px {
    width: 992px !important;
  }
  .u-w-993px {
    width: 993px !important;
  }
  .u-w-994px {
    width: 994px !important;
  }
  .u-w-995px {
    width: 995px !important;
  }
  .u-w-996px {
    width: 996px !important;
  }
  .u-w-997px {
    width: 997px !important;
  }
  .u-w-998px {
    width: 998px !important;
  }
  .u-w-999px {
    width: 999px !important;
  }
  .u-w-1000px {
    width: 1000px !important;
  }
  .u-max-w-none {
    max-width: none !important;
  }
  .u-max-w-full {
    max-width: 100% !important;
  }
  .u-min-w-none {
    min-width: auto !important;
  }
  .u-min-w-full {
    min-width: 100% !important;
  }
}
@media screen and (min-width: 576px){
  .u-sm-border-0 {
    border: 0px solid var(--border_color) !important;
  }
  .u-sm-border-x-0 {
    border-top: none !important;
    border-right: 0px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 0px solid var(--border_color) !important;
  }
  .u-sm-border-y-0 {
    border-top: 0px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 0px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-0 {
    border-top: 0px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-0 {
    border-top: none !important;
    border-right: 0px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-0 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 0px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-0 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 0px solid var(--border_color) !important;
  }
  .u-sm-border-1 {
    border: 1px solid var(--border_color) !important;
  }
  .u-sm-border-x-1 {
    border-top: none !important;
    border-right: 1px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 1px solid var(--border_color) !important;
  }
  .u-sm-border-y-1 {
    border-top: 1px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 1px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-1 {
    border-top: 1px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-1 {
    border-top: none !important;
    border-right: 1px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-1 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-1 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 1px solid var(--border_color) !important;
  }
  .u-sm-border-2 {
    border: 2px solid var(--border_color) !important;
  }
  .u-sm-border-x-2 {
    border-top: none !important;
    border-right: 2px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 2px solid var(--border_color) !important;
  }
  .u-sm-border-y-2 {
    border-top: 2px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 2px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-2 {
    border-top: 2px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-2 {
    border-top: none !important;
    border-right: 2px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-2 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 2px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-2 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 2px solid var(--border_color) !important;
  }
  .u-sm-border-3 {
    border: 3px solid var(--border_color) !important;
  }
  .u-sm-border-x-3 {
    border-top: none !important;
    border-right: 3px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 3px solid var(--border_color) !important;
  }
  .u-sm-border-y-3 {
    border-top: 3px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 3px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-3 {
    border-top: 3px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-3 {
    border-top: none !important;
    border-right: 3px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-3 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 3px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-3 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 3px solid var(--border_color) !important;
  }
  .u-sm-border-4 {
    border: 4px solid var(--border_color) !important;
  }
  .u-sm-border-x-4 {
    border-top: none !important;
    border-right: 4px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 4px solid var(--border_color) !important;
  }
  .u-sm-border-y-4 {
    border-top: 4px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 4px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-4 {
    border-top: 4px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-4 {
    border-top: none !important;
    border-right: 4px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-4 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 4px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-4 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 4px solid var(--border_color) !important;
  }
  .u-sm-border-5 {
    border: 5px solid var(--border_color) !important;
  }
  .u-sm-border-x-5 {
    border-top: none !important;
    border-right: 5px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 5px solid var(--border_color) !important;
  }
  .u-sm-border-y-5 {
    border-top: 5px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 5px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-5 {
    border-top: 5px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-5 {
    border-top: none !important;
    border-right: 5px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-5 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 5px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-5 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 5px solid var(--border_color) !important;
  }
  .u-sm-border-6 {
    border: 6px solid var(--border_color) !important;
  }
  .u-sm-border-x-6 {
    border-top: none !important;
    border-right: 6px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 6px solid var(--border_color) !important;
  }
  .u-sm-border-y-6 {
    border-top: 6px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 6px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-6 {
    border-top: 6px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-6 {
    border-top: none !important;
    border-right: 6px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-6 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 6px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-6 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 6px solid var(--border_color) !important;
  }
  .u-sm-border-7 {
    border: 7px solid var(--border_color) !important;
  }
  .u-sm-border-x-7 {
    border-top: none !important;
    border-right: 7px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 7px solid var(--border_color) !important;
  }
  .u-sm-border-y-7 {
    border-top: 7px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 7px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-7 {
    border-top: 7px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-7 {
    border-top: none !important;
    border-right: 7px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-7 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 7px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-7 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 7px solid var(--border_color) !important;
  }
  .u-sm-border-8 {
    border: 8px solid var(--border_color) !important;
  }
  .u-sm-border-x-8 {
    border-top: none !important;
    border-right: 8px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 8px solid var(--border_color) !important;
  }
  .u-sm-border-y-8 {
    border-top: 8px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 8px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-8 {
    border-top: 8px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-8 {
    border-top: none !important;
    border-right: 8px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-8 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 8px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-8 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 8px solid var(--border_color) !important;
  }
  .u-sm-border-9 {
    border: 9px solid var(--border_color) !important;
  }
  .u-sm-border-x-9 {
    border-top: none !important;
    border-right: 9px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 9px solid var(--border_color) !important;
  }
  .u-sm-border-y-9 {
    border-top: 9px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 9px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-9 {
    border-top: 9px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-9 {
    border-top: none !important;
    border-right: 9px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-9 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 9px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-9 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 9px solid var(--border_color) !important;
  }
  .u-sm-border-10 {
    border: 10px solid var(--border_color) !important;
  }
  .u-sm-border-x-10 {
    border-top: none !important;
    border-right: 10px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 10px solid var(--border_color) !important;
  }
  .u-sm-border-y-10 {
    border-top: 10px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 10px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-10 {
    border-top: 10px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-10 {
    border-top: none !important;
    border-right: 10px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-10 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 10px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-10 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 10px solid var(--border_color) !important;
  }
  .u-sm-border-11 {
    border: 11px solid var(--border_color) !important;
  }
  .u-sm-border-x-11 {
    border-top: none !important;
    border-right: 11px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 11px solid var(--border_color) !important;
  }
  .u-sm-border-y-11 {
    border-top: 11px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 11px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-11 {
    border-top: 11px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-11 {
    border-top: none !important;
    border-right: 11px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-11 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 11px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-11 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 11px solid var(--border_color) !important;
  }
  .u-sm-border-12 {
    border: 12px solid var(--border_color) !important;
  }
  .u-sm-border-x-12 {
    border-top: none !important;
    border-right: 12px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 12px solid var(--border_color) !important;
  }
  .u-sm-border-y-12 {
    border-top: 12px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 12px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-12 {
    border-top: 12px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-12 {
    border-top: none !important;
    border-right: 12px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-12 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 12px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-12 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 12px solid var(--border_color) !important;
  }
  .u-sm-border-13 {
    border: 13px solid var(--border_color) !important;
  }
  .u-sm-border-x-13 {
    border-top: none !important;
    border-right: 13px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 13px solid var(--border_color) !important;
  }
  .u-sm-border-y-13 {
    border-top: 13px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 13px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-13 {
    border-top: 13px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-13 {
    border-top: none !important;
    border-right: 13px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-13 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 13px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-13 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 13px solid var(--border_color) !important;
  }
  .u-sm-border-14 {
    border: 14px solid var(--border_color) !important;
  }
  .u-sm-border-x-14 {
    border-top: none !important;
    border-right: 14px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 14px solid var(--border_color) !important;
  }
  .u-sm-border-y-14 {
    border-top: 14px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 14px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-14 {
    border-top: 14px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-14 {
    border-top: none !important;
    border-right: 14px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-14 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 14px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-14 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 14px solid var(--border_color) !important;
  }
  .u-sm-border-15 {
    border: 15px solid var(--border_color) !important;
  }
  .u-sm-border-x-15 {
    border-top: none !important;
    border-right: 15px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 15px solid var(--border_color) !important;
  }
  .u-sm-border-y-15 {
    border-top: 15px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 15px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-15 {
    border-top: 15px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-15 {
    border-top: none !important;
    border-right: 15px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-15 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 15px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-15 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 15px solid var(--border_color) !important;
  }
  .u-sm-border-16 {
    border: 16px solid var(--border_color) !important;
  }
  .u-sm-border-x-16 {
    border-top: none !important;
    border-right: 16px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 16px solid var(--border_color) !important;
  }
  .u-sm-border-y-16 {
    border-top: 16px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 16px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-16 {
    border-top: 16px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-16 {
    border-top: none !important;
    border-right: 16px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-16 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 16px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-16 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 16px solid var(--border_color) !important;
  }
  .u-sm-border-17 {
    border: 17px solid var(--border_color) !important;
  }
  .u-sm-border-x-17 {
    border-top: none !important;
    border-right: 17px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 17px solid var(--border_color) !important;
  }
  .u-sm-border-y-17 {
    border-top: 17px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 17px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-17 {
    border-top: 17px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-17 {
    border-top: none !important;
    border-right: 17px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-17 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 17px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-17 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 17px solid var(--border_color) !important;
  }
  .u-sm-border-18 {
    border: 18px solid var(--border_color) !important;
  }
  .u-sm-border-x-18 {
    border-top: none !important;
    border-right: 18px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 18px solid var(--border_color) !important;
  }
  .u-sm-border-y-18 {
    border-top: 18px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 18px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-18 {
    border-top: 18px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-18 {
    border-top: none !important;
    border-right: 18px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-18 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 18px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-18 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 18px solid var(--border_color) !important;
  }
  .u-sm-border-19 {
    border: 19px solid var(--border_color) !important;
  }
  .u-sm-border-x-19 {
    border-top: none !important;
    border-right: 19px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 19px solid var(--border_color) !important;
  }
  .u-sm-border-y-19 {
    border-top: 19px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 19px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-19 {
    border-top: 19px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-19 {
    border-top: none !important;
    border-right: 19px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-19 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 19px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-19 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 19px solid var(--border_color) !important;
  }
  .u-sm-border-20 {
    border: 20px solid var(--border_color) !important;
  }
  .u-sm-border-x-20 {
    border-top: none !important;
    border-right: 20px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 20px solid var(--border_color) !important;
  }
  .u-sm-border-y-20 {
    border-top: 20px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 20px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-20 {
    border-top: 20px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-20 {
    border-top: none !important;
    border-right: 20px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-20 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 20px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-20 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 20px solid var(--border_color) !important;
  }
  .u-sm-border-21 {
    border: 21px solid var(--border_color) !important;
  }
  .u-sm-border-x-21 {
    border-top: none !important;
    border-right: 21px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 21px solid var(--border_color) !important;
  }
  .u-sm-border-y-21 {
    border-top: 21px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 21px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-21 {
    border-top: 21px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-21 {
    border-top: none !important;
    border-right: 21px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-21 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 21px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-21 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 21px solid var(--border_color) !important;
  }
  .u-sm-border-22 {
    border: 22px solid var(--border_color) !important;
  }
  .u-sm-border-x-22 {
    border-top: none !important;
    border-right: 22px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 22px solid var(--border_color) !important;
  }
  .u-sm-border-y-22 {
    border-top: 22px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 22px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-22 {
    border-top: 22px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-22 {
    border-top: none !important;
    border-right: 22px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-22 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 22px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-22 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 22px solid var(--border_color) !important;
  }
  .u-sm-border-23 {
    border: 23px solid var(--border_color) !important;
  }
  .u-sm-border-x-23 {
    border-top: none !important;
    border-right: 23px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 23px solid var(--border_color) !important;
  }
  .u-sm-border-y-23 {
    border-top: 23px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 23px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-23 {
    border-top: 23px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-23 {
    border-top: none !important;
    border-right: 23px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-23 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 23px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-23 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 23px solid var(--border_color) !important;
  }
  .u-sm-border-24 {
    border: 24px solid var(--border_color) !important;
  }
  .u-sm-border-x-24 {
    border-top: none !important;
    border-right: 24px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 24px solid var(--border_color) !important;
  }
  .u-sm-border-y-24 {
    border-top: 24px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 24px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-24 {
    border-top: 24px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-24 {
    border-top: none !important;
    border-right: 24px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-24 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 24px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-24 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 24px solid var(--border_color) !important;
  }
  .u-sm-border-25 {
    border: 25px solid var(--border_color) !important;
  }
  .u-sm-border-x-25 {
    border-top: none !important;
    border-right: 25px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 25px solid var(--border_color) !important;
  }
  .u-sm-border-y-25 {
    border-top: 25px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 25px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-25 {
    border-top: 25px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-25 {
    border-top: none !important;
    border-right: 25px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-25 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 25px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-25 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 25px solid var(--border_color) !important;
  }
  .u-sm-border-26 {
    border: 26px solid var(--border_color) !important;
  }
  .u-sm-border-x-26 {
    border-top: none !important;
    border-right: 26px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 26px solid var(--border_color) !important;
  }
  .u-sm-border-y-26 {
    border-top: 26px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 26px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-26 {
    border-top: 26px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-26 {
    border-top: none !important;
    border-right: 26px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-26 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 26px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-26 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 26px solid var(--border_color) !important;
  }
  .u-sm-border-27 {
    border: 27px solid var(--border_color) !important;
  }
  .u-sm-border-x-27 {
    border-top: none !important;
    border-right: 27px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 27px solid var(--border_color) !important;
  }
  .u-sm-border-y-27 {
    border-top: 27px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 27px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-27 {
    border-top: 27px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-27 {
    border-top: none !important;
    border-right: 27px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-27 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 27px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-27 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 27px solid var(--border_color) !important;
  }
  .u-sm-border-28 {
    border: 28px solid var(--border_color) !important;
  }
  .u-sm-border-x-28 {
    border-top: none !important;
    border-right: 28px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 28px solid var(--border_color) !important;
  }
  .u-sm-border-y-28 {
    border-top: 28px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 28px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-28 {
    border-top: 28px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-28 {
    border-top: none !important;
    border-right: 28px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-28 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 28px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-28 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 28px solid var(--border_color) !important;
  }
  .u-sm-border-29 {
    border: 29px solid var(--border_color) !important;
  }
  .u-sm-border-x-29 {
    border-top: none !important;
    border-right: 29px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 29px solid var(--border_color) !important;
  }
  .u-sm-border-y-29 {
    border-top: 29px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 29px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-29 {
    border-top: 29px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-29 {
    border-top: none !important;
    border-right: 29px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-29 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 29px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-29 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 29px solid var(--border_color) !important;
  }
  .u-sm-border-30 {
    border: 30px solid var(--border_color) !important;
  }
  .u-sm-border-x-30 {
    border-top: none !important;
    border-right: 30px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 30px solid var(--border_color) !important;
  }
  .u-sm-border-y-30 {
    border-top: 30px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 30px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-30 {
    border-top: 30px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-30 {
    border-top: none !important;
    border-right: 30px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-30 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 30px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-30 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 30px solid var(--border_color) !important;
  }
  .u-sm-border-31 {
    border: 31px solid var(--border_color) !important;
  }
  .u-sm-border-x-31 {
    border-top: none !important;
    border-right: 31px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 31px solid var(--border_color) !important;
  }
  .u-sm-border-y-31 {
    border-top: 31px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 31px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-31 {
    border-top: 31px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-31 {
    border-top: none !important;
    border-right: 31px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-31 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 31px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-31 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 31px solid var(--border_color) !important;
  }
  .u-sm-border-32 {
    border: 32px solid var(--border_color) !important;
  }
  .u-sm-border-x-32 {
    border-top: none !important;
    border-right: 32px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 32px solid var(--border_color) !important;
  }
  .u-sm-border-y-32 {
    border-top: 32px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 32px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-32 {
    border-top: 32px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-32 {
    border-top: none !important;
    border-right: 32px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-32 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 32px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-32 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 32px solid var(--border_color) !important;
  }
  .u-sm-border-33 {
    border: 33px solid var(--border_color) !important;
  }
  .u-sm-border-x-33 {
    border-top: none !important;
    border-right: 33px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 33px solid var(--border_color) !important;
  }
  .u-sm-border-y-33 {
    border-top: 33px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 33px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-33 {
    border-top: 33px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-33 {
    border-top: none !important;
    border-right: 33px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-33 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 33px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-33 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 33px solid var(--border_color) !important;
  }
  .u-sm-border-34 {
    border: 34px solid var(--border_color) !important;
  }
  .u-sm-border-x-34 {
    border-top: none !important;
    border-right: 34px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 34px solid var(--border_color) !important;
  }
  .u-sm-border-y-34 {
    border-top: 34px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 34px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-34 {
    border-top: 34px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-34 {
    border-top: none !important;
    border-right: 34px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-34 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 34px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-34 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 34px solid var(--border_color) !important;
  }
  .u-sm-border-35 {
    border: 35px solid var(--border_color) !important;
  }
  .u-sm-border-x-35 {
    border-top: none !important;
    border-right: 35px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 35px solid var(--border_color) !important;
  }
  .u-sm-border-y-35 {
    border-top: 35px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 35px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-35 {
    border-top: 35px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-35 {
    border-top: none !important;
    border-right: 35px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-35 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 35px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-35 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 35px solid var(--border_color) !important;
  }
  .u-sm-border-36 {
    border: 36px solid var(--border_color) !important;
  }
  .u-sm-border-x-36 {
    border-top: none !important;
    border-right: 36px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 36px solid var(--border_color) !important;
  }
  .u-sm-border-y-36 {
    border-top: 36px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 36px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-36 {
    border-top: 36px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-36 {
    border-top: none !important;
    border-right: 36px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-36 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 36px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-36 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 36px solid var(--border_color) !important;
  }
  .u-sm-border-37 {
    border: 37px solid var(--border_color) !important;
  }
  .u-sm-border-x-37 {
    border-top: none !important;
    border-right: 37px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 37px solid var(--border_color) !important;
  }
  .u-sm-border-y-37 {
    border-top: 37px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 37px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-37 {
    border-top: 37px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-37 {
    border-top: none !important;
    border-right: 37px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-37 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 37px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-37 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 37px solid var(--border_color) !important;
  }
  .u-sm-border-38 {
    border: 38px solid var(--border_color) !important;
  }
  .u-sm-border-x-38 {
    border-top: none !important;
    border-right: 38px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 38px solid var(--border_color) !important;
  }
  .u-sm-border-y-38 {
    border-top: 38px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 38px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-38 {
    border-top: 38px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-38 {
    border-top: none !important;
    border-right: 38px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-38 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 38px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-38 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 38px solid var(--border_color) !important;
  }
  .u-sm-border-39 {
    border: 39px solid var(--border_color) !important;
  }
  .u-sm-border-x-39 {
    border-top: none !important;
    border-right: 39px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 39px solid var(--border_color) !important;
  }
  .u-sm-border-y-39 {
    border-top: 39px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 39px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-39 {
    border-top: 39px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-39 {
    border-top: none !important;
    border-right: 39px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-39 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 39px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-39 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 39px solid var(--border_color) !important;
  }
  .u-sm-border-40 {
    border: 40px solid var(--border_color) !important;
  }
  .u-sm-border-x-40 {
    border-top: none !important;
    border-right: 40px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 40px solid var(--border_color) !important;
  }
  .u-sm-border-y-40 {
    border-top: 40px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 40px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-40 {
    border-top: 40px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-40 {
    border-top: none !important;
    border-right: 40px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-40 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 40px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-40 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 40px solid var(--border_color) !important;
  }
  .u-sm-border-41 {
    border: 41px solid var(--border_color) !important;
  }
  .u-sm-border-x-41 {
    border-top: none !important;
    border-right: 41px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 41px solid var(--border_color) !important;
  }
  .u-sm-border-y-41 {
    border-top: 41px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 41px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-41 {
    border-top: 41px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-41 {
    border-top: none !important;
    border-right: 41px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-41 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 41px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-41 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 41px solid var(--border_color) !important;
  }
  .u-sm-border-42 {
    border: 42px solid var(--border_color) !important;
  }
  .u-sm-border-x-42 {
    border-top: none !important;
    border-right: 42px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 42px solid var(--border_color) !important;
  }
  .u-sm-border-y-42 {
    border-top: 42px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 42px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-42 {
    border-top: 42px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-42 {
    border-top: none !important;
    border-right: 42px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-42 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 42px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-42 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 42px solid var(--border_color) !important;
  }
  .u-sm-border-43 {
    border: 43px solid var(--border_color) !important;
  }
  .u-sm-border-x-43 {
    border-top: none !important;
    border-right: 43px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 43px solid var(--border_color) !important;
  }
  .u-sm-border-y-43 {
    border-top: 43px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 43px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-43 {
    border-top: 43px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-43 {
    border-top: none !important;
    border-right: 43px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-43 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 43px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-43 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 43px solid var(--border_color) !important;
  }
  .u-sm-border-44 {
    border: 44px solid var(--border_color) !important;
  }
  .u-sm-border-x-44 {
    border-top: none !important;
    border-right: 44px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 44px solid var(--border_color) !important;
  }
  .u-sm-border-y-44 {
    border-top: 44px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 44px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-44 {
    border-top: 44px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-44 {
    border-top: none !important;
    border-right: 44px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-44 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 44px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-44 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 44px solid var(--border_color) !important;
  }
  .u-sm-border-45 {
    border: 45px solid var(--border_color) !important;
  }
  .u-sm-border-x-45 {
    border-top: none !important;
    border-right: 45px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 45px solid var(--border_color) !important;
  }
  .u-sm-border-y-45 {
    border-top: 45px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 45px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-45 {
    border-top: 45px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-45 {
    border-top: none !important;
    border-right: 45px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-45 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 45px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-45 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 45px solid var(--border_color) !important;
  }
  .u-sm-border-46 {
    border: 46px solid var(--border_color) !important;
  }
  .u-sm-border-x-46 {
    border-top: none !important;
    border-right: 46px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 46px solid var(--border_color) !important;
  }
  .u-sm-border-y-46 {
    border-top: 46px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 46px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-46 {
    border-top: 46px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-46 {
    border-top: none !important;
    border-right: 46px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-46 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 46px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-46 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 46px solid var(--border_color) !important;
  }
  .u-sm-border-47 {
    border: 47px solid var(--border_color) !important;
  }
  .u-sm-border-x-47 {
    border-top: none !important;
    border-right: 47px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 47px solid var(--border_color) !important;
  }
  .u-sm-border-y-47 {
    border-top: 47px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 47px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-47 {
    border-top: 47px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-47 {
    border-top: none !important;
    border-right: 47px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-47 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 47px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-47 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 47px solid var(--border_color) !important;
  }
  .u-sm-border-48 {
    border: 48px solid var(--border_color) !important;
  }
  .u-sm-border-x-48 {
    border-top: none !important;
    border-right: 48px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 48px solid var(--border_color) !important;
  }
  .u-sm-border-y-48 {
    border-top: 48px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 48px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-48 {
    border-top: 48px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-48 {
    border-top: none !important;
    border-right: 48px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-48 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 48px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-48 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 48px solid var(--border_color) !important;
  }
  .u-sm-border-49 {
    border: 49px solid var(--border_color) !important;
  }
  .u-sm-border-x-49 {
    border-top: none !important;
    border-right: 49px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 49px solid var(--border_color) !important;
  }
  .u-sm-border-y-49 {
    border-top: 49px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 49px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-49 {
    border-top: 49px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-49 {
    border-top: none !important;
    border-right: 49px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-49 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 49px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-49 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 49px solid var(--border_color) !important;
  }
  .u-sm-border-50 {
    border: 50px solid var(--border_color) !important;
  }
  .u-sm-border-x-50 {
    border-top: none !important;
    border-right: 50px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 50px solid var(--border_color) !important;
  }
  .u-sm-border-y-50 {
    border-top: 50px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 50px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-50 {
    border-top: 50px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-50 {
    border-top: none !important;
    border-right: 50px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-50 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 50px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-50 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 50px solid var(--border_color) !important;
  }
  .u-sm-border-51 {
    border: 51px solid var(--border_color) !important;
  }
  .u-sm-border-x-51 {
    border-top: none !important;
    border-right: 51px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 51px solid var(--border_color) !important;
  }
  .u-sm-border-y-51 {
    border-top: 51px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 51px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-51 {
    border-top: 51px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-51 {
    border-top: none !important;
    border-right: 51px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-51 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 51px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-51 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 51px solid var(--border_color) !important;
  }
  .u-sm-border-52 {
    border: 52px solid var(--border_color) !important;
  }
  .u-sm-border-x-52 {
    border-top: none !important;
    border-right: 52px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 52px solid var(--border_color) !important;
  }
  .u-sm-border-y-52 {
    border-top: 52px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 52px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-52 {
    border-top: 52px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-52 {
    border-top: none !important;
    border-right: 52px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-52 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 52px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-52 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 52px solid var(--border_color) !important;
  }
  .u-sm-border-53 {
    border: 53px solid var(--border_color) !important;
  }
  .u-sm-border-x-53 {
    border-top: none !important;
    border-right: 53px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 53px solid var(--border_color) !important;
  }
  .u-sm-border-y-53 {
    border-top: 53px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 53px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-53 {
    border-top: 53px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-53 {
    border-top: none !important;
    border-right: 53px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-53 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 53px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-53 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 53px solid var(--border_color) !important;
  }
  .u-sm-border-54 {
    border: 54px solid var(--border_color) !important;
  }
  .u-sm-border-x-54 {
    border-top: none !important;
    border-right: 54px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 54px solid var(--border_color) !important;
  }
  .u-sm-border-y-54 {
    border-top: 54px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 54px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-54 {
    border-top: 54px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-54 {
    border-top: none !important;
    border-right: 54px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-54 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 54px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-54 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 54px solid var(--border_color) !important;
  }
  .u-sm-border-55 {
    border: 55px solid var(--border_color) !important;
  }
  .u-sm-border-x-55 {
    border-top: none !important;
    border-right: 55px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 55px solid var(--border_color) !important;
  }
  .u-sm-border-y-55 {
    border-top: 55px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 55px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-55 {
    border-top: 55px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-55 {
    border-top: none !important;
    border-right: 55px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-55 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 55px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-55 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 55px solid var(--border_color) !important;
  }
  .u-sm-border-56 {
    border: 56px solid var(--border_color) !important;
  }
  .u-sm-border-x-56 {
    border-top: none !important;
    border-right: 56px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 56px solid var(--border_color) !important;
  }
  .u-sm-border-y-56 {
    border-top: 56px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 56px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-56 {
    border-top: 56px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-56 {
    border-top: none !important;
    border-right: 56px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-56 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 56px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-56 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 56px solid var(--border_color) !important;
  }
  .u-sm-border-57 {
    border: 57px solid var(--border_color) !important;
  }
  .u-sm-border-x-57 {
    border-top: none !important;
    border-right: 57px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 57px solid var(--border_color) !important;
  }
  .u-sm-border-y-57 {
    border-top: 57px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 57px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-57 {
    border-top: 57px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-57 {
    border-top: none !important;
    border-right: 57px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-57 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 57px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-57 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 57px solid var(--border_color) !important;
  }
  .u-sm-border-58 {
    border: 58px solid var(--border_color) !important;
  }
  .u-sm-border-x-58 {
    border-top: none !important;
    border-right: 58px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 58px solid var(--border_color) !important;
  }
  .u-sm-border-y-58 {
    border-top: 58px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 58px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-58 {
    border-top: 58px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-58 {
    border-top: none !important;
    border-right: 58px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-58 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 58px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-58 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 58px solid var(--border_color) !important;
  }
  .u-sm-border-59 {
    border: 59px solid var(--border_color) !important;
  }
  .u-sm-border-x-59 {
    border-top: none !important;
    border-right: 59px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 59px solid var(--border_color) !important;
  }
  .u-sm-border-y-59 {
    border-top: 59px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 59px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-59 {
    border-top: 59px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-59 {
    border-top: none !important;
    border-right: 59px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-59 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 59px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-59 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 59px solid var(--border_color) !important;
  }
  .u-sm-border-60 {
    border: 60px solid var(--border_color) !important;
  }
  .u-sm-border-x-60 {
    border-top: none !important;
    border-right: 60px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 60px solid var(--border_color) !important;
  }
  .u-sm-border-y-60 {
    border-top: 60px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 60px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-60 {
    border-top: 60px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-60 {
    border-top: none !important;
    border-right: 60px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-60 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 60px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-60 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 60px solid var(--border_color) !important;
  }
  .u-sm-border-61 {
    border: 61px solid var(--border_color) !important;
  }
  .u-sm-border-x-61 {
    border-top: none !important;
    border-right: 61px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 61px solid var(--border_color) !important;
  }
  .u-sm-border-y-61 {
    border-top: 61px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 61px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-61 {
    border-top: 61px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-61 {
    border-top: none !important;
    border-right: 61px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-61 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 61px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-61 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 61px solid var(--border_color) !important;
  }
  .u-sm-border-62 {
    border: 62px solid var(--border_color) !important;
  }
  .u-sm-border-x-62 {
    border-top: none !important;
    border-right: 62px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 62px solid var(--border_color) !important;
  }
  .u-sm-border-y-62 {
    border-top: 62px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 62px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-62 {
    border-top: 62px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-62 {
    border-top: none !important;
    border-right: 62px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-62 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 62px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-62 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 62px solid var(--border_color) !important;
  }
  .u-sm-border-63 {
    border: 63px solid var(--border_color) !important;
  }
  .u-sm-border-x-63 {
    border-top: none !important;
    border-right: 63px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 63px solid var(--border_color) !important;
  }
  .u-sm-border-y-63 {
    border-top: 63px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 63px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-63 {
    border-top: 63px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-63 {
    border-top: none !important;
    border-right: 63px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-63 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 63px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-63 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 63px solid var(--border_color) !important;
  }
  .u-sm-border-64 {
    border: 64px solid var(--border_color) !important;
  }
  .u-sm-border-x-64 {
    border-top: none !important;
    border-right: 64px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 64px solid var(--border_color) !important;
  }
  .u-sm-border-y-64 {
    border-top: 64px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 64px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-64 {
    border-top: 64px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-64 {
    border-top: none !important;
    border-right: 64px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-64 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 64px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-64 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 64px solid var(--border_color) !important;
  }
  .u-sm-border-65 {
    border: 65px solid var(--border_color) !important;
  }
  .u-sm-border-x-65 {
    border-top: none !important;
    border-right: 65px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 65px solid var(--border_color) !important;
  }
  .u-sm-border-y-65 {
    border-top: 65px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 65px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-65 {
    border-top: 65px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-65 {
    border-top: none !important;
    border-right: 65px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-65 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 65px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-65 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 65px solid var(--border_color) !important;
  }
  .u-sm-border-66 {
    border: 66px solid var(--border_color) !important;
  }
  .u-sm-border-x-66 {
    border-top: none !important;
    border-right: 66px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 66px solid var(--border_color) !important;
  }
  .u-sm-border-y-66 {
    border-top: 66px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 66px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-66 {
    border-top: 66px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-66 {
    border-top: none !important;
    border-right: 66px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-66 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 66px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-66 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 66px solid var(--border_color) !important;
  }
  .u-sm-border-67 {
    border: 67px solid var(--border_color) !important;
  }
  .u-sm-border-x-67 {
    border-top: none !important;
    border-right: 67px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 67px solid var(--border_color) !important;
  }
  .u-sm-border-y-67 {
    border-top: 67px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 67px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-67 {
    border-top: 67px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-67 {
    border-top: none !important;
    border-right: 67px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-67 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 67px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-67 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 67px solid var(--border_color) !important;
  }
  .u-sm-border-68 {
    border: 68px solid var(--border_color) !important;
  }
  .u-sm-border-x-68 {
    border-top: none !important;
    border-right: 68px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 68px solid var(--border_color) !important;
  }
  .u-sm-border-y-68 {
    border-top: 68px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 68px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-68 {
    border-top: 68px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-68 {
    border-top: none !important;
    border-right: 68px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-68 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 68px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-68 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 68px solid var(--border_color) !important;
  }
  .u-sm-border-69 {
    border: 69px solid var(--border_color) !important;
  }
  .u-sm-border-x-69 {
    border-top: none !important;
    border-right: 69px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 69px solid var(--border_color) !important;
  }
  .u-sm-border-y-69 {
    border-top: 69px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 69px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-69 {
    border-top: 69px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-69 {
    border-top: none !important;
    border-right: 69px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-69 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 69px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-69 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 69px solid var(--border_color) !important;
  }
  .u-sm-border-70 {
    border: 70px solid var(--border_color) !important;
  }
  .u-sm-border-x-70 {
    border-top: none !important;
    border-right: 70px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 70px solid var(--border_color) !important;
  }
  .u-sm-border-y-70 {
    border-top: 70px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 70px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-70 {
    border-top: 70px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-70 {
    border-top: none !important;
    border-right: 70px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-70 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 70px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-70 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 70px solid var(--border_color) !important;
  }
  .u-sm-border-71 {
    border: 71px solid var(--border_color) !important;
  }
  .u-sm-border-x-71 {
    border-top: none !important;
    border-right: 71px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 71px solid var(--border_color) !important;
  }
  .u-sm-border-y-71 {
    border-top: 71px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 71px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-71 {
    border-top: 71px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-71 {
    border-top: none !important;
    border-right: 71px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-71 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 71px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-71 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 71px solid var(--border_color) !important;
  }
  .u-sm-border-72 {
    border: 72px solid var(--border_color) !important;
  }
  .u-sm-border-x-72 {
    border-top: none !important;
    border-right: 72px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 72px solid var(--border_color) !important;
  }
  .u-sm-border-y-72 {
    border-top: 72px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 72px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-72 {
    border-top: 72px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-72 {
    border-top: none !important;
    border-right: 72px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-72 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 72px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-72 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 72px solid var(--border_color) !important;
  }
  .u-sm-border-73 {
    border: 73px solid var(--border_color) !important;
  }
  .u-sm-border-x-73 {
    border-top: none !important;
    border-right: 73px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 73px solid var(--border_color) !important;
  }
  .u-sm-border-y-73 {
    border-top: 73px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 73px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-73 {
    border-top: 73px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-73 {
    border-top: none !important;
    border-right: 73px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-73 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 73px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-73 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 73px solid var(--border_color) !important;
  }
  .u-sm-border-74 {
    border: 74px solid var(--border_color) !important;
  }
  .u-sm-border-x-74 {
    border-top: none !important;
    border-right: 74px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 74px solid var(--border_color) !important;
  }
  .u-sm-border-y-74 {
    border-top: 74px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 74px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-74 {
    border-top: 74px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-74 {
    border-top: none !important;
    border-right: 74px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-74 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 74px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-74 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 74px solid var(--border_color) !important;
  }
  .u-sm-border-75 {
    border: 75px solid var(--border_color) !important;
  }
  .u-sm-border-x-75 {
    border-top: none !important;
    border-right: 75px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 75px solid var(--border_color) !important;
  }
  .u-sm-border-y-75 {
    border-top: 75px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 75px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-75 {
    border-top: 75px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-75 {
    border-top: none !important;
    border-right: 75px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-75 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 75px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-75 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 75px solid var(--border_color) !important;
  }
  .u-sm-border-76 {
    border: 76px solid var(--border_color) !important;
  }
  .u-sm-border-x-76 {
    border-top: none !important;
    border-right: 76px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 76px solid var(--border_color) !important;
  }
  .u-sm-border-y-76 {
    border-top: 76px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 76px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-76 {
    border-top: 76px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-76 {
    border-top: none !important;
    border-right: 76px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-76 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 76px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-76 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 76px solid var(--border_color) !important;
  }
  .u-sm-border-77 {
    border: 77px solid var(--border_color) !important;
  }
  .u-sm-border-x-77 {
    border-top: none !important;
    border-right: 77px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 77px solid var(--border_color) !important;
  }
  .u-sm-border-y-77 {
    border-top: 77px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 77px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-77 {
    border-top: 77px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-77 {
    border-top: none !important;
    border-right: 77px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-77 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 77px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-77 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 77px solid var(--border_color) !important;
  }
  .u-sm-border-78 {
    border: 78px solid var(--border_color) !important;
  }
  .u-sm-border-x-78 {
    border-top: none !important;
    border-right: 78px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 78px solid var(--border_color) !important;
  }
  .u-sm-border-y-78 {
    border-top: 78px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 78px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-78 {
    border-top: 78px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-78 {
    border-top: none !important;
    border-right: 78px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-78 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 78px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-78 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 78px solid var(--border_color) !important;
  }
  .u-sm-border-79 {
    border: 79px solid var(--border_color) !important;
  }
  .u-sm-border-x-79 {
    border-top: none !important;
    border-right: 79px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 79px solid var(--border_color) !important;
  }
  .u-sm-border-y-79 {
    border-top: 79px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 79px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-79 {
    border-top: 79px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-79 {
    border-top: none !important;
    border-right: 79px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-79 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 79px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-79 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 79px solid var(--border_color) !important;
  }
  .u-sm-border-80 {
    border: 80px solid var(--border_color) !important;
  }
  .u-sm-border-x-80 {
    border-top: none !important;
    border-right: 80px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 80px solid var(--border_color) !important;
  }
  .u-sm-border-y-80 {
    border-top: 80px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 80px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-80 {
    border-top: 80px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-80 {
    border-top: none !important;
    border-right: 80px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-80 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 80px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-80 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 80px solid var(--border_color) !important;
  }
  .u-sm-border-81 {
    border: 81px solid var(--border_color) !important;
  }
  .u-sm-border-x-81 {
    border-top: none !important;
    border-right: 81px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 81px solid var(--border_color) !important;
  }
  .u-sm-border-y-81 {
    border-top: 81px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 81px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-81 {
    border-top: 81px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-81 {
    border-top: none !important;
    border-right: 81px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-81 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 81px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-81 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 81px solid var(--border_color) !important;
  }
  .u-sm-border-82 {
    border: 82px solid var(--border_color) !important;
  }
  .u-sm-border-x-82 {
    border-top: none !important;
    border-right: 82px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 82px solid var(--border_color) !important;
  }
  .u-sm-border-y-82 {
    border-top: 82px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 82px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-82 {
    border-top: 82px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-82 {
    border-top: none !important;
    border-right: 82px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-82 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 82px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-82 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 82px solid var(--border_color) !important;
  }
  .u-sm-border-83 {
    border: 83px solid var(--border_color) !important;
  }
  .u-sm-border-x-83 {
    border-top: none !important;
    border-right: 83px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 83px solid var(--border_color) !important;
  }
  .u-sm-border-y-83 {
    border-top: 83px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 83px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-83 {
    border-top: 83px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-83 {
    border-top: none !important;
    border-right: 83px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-83 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 83px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-83 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 83px solid var(--border_color) !important;
  }
  .u-sm-border-84 {
    border: 84px solid var(--border_color) !important;
  }
  .u-sm-border-x-84 {
    border-top: none !important;
    border-right: 84px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 84px solid var(--border_color) !important;
  }
  .u-sm-border-y-84 {
    border-top: 84px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 84px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-84 {
    border-top: 84px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-84 {
    border-top: none !important;
    border-right: 84px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-84 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 84px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-84 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 84px solid var(--border_color) !important;
  }
  .u-sm-border-85 {
    border: 85px solid var(--border_color) !important;
  }
  .u-sm-border-x-85 {
    border-top: none !important;
    border-right: 85px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 85px solid var(--border_color) !important;
  }
  .u-sm-border-y-85 {
    border-top: 85px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 85px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-85 {
    border-top: 85px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-85 {
    border-top: none !important;
    border-right: 85px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-85 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 85px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-85 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 85px solid var(--border_color) !important;
  }
  .u-sm-border-86 {
    border: 86px solid var(--border_color) !important;
  }
  .u-sm-border-x-86 {
    border-top: none !important;
    border-right: 86px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 86px solid var(--border_color) !important;
  }
  .u-sm-border-y-86 {
    border-top: 86px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 86px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-86 {
    border-top: 86px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-86 {
    border-top: none !important;
    border-right: 86px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-86 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 86px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-86 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 86px solid var(--border_color) !important;
  }
  .u-sm-border-87 {
    border: 87px solid var(--border_color) !important;
  }
  .u-sm-border-x-87 {
    border-top: none !important;
    border-right: 87px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 87px solid var(--border_color) !important;
  }
  .u-sm-border-y-87 {
    border-top: 87px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 87px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-87 {
    border-top: 87px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-87 {
    border-top: none !important;
    border-right: 87px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-87 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 87px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-87 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 87px solid var(--border_color) !important;
  }
  .u-sm-border-88 {
    border: 88px solid var(--border_color) !important;
  }
  .u-sm-border-x-88 {
    border-top: none !important;
    border-right: 88px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 88px solid var(--border_color) !important;
  }
  .u-sm-border-y-88 {
    border-top: 88px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 88px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-88 {
    border-top: 88px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-88 {
    border-top: none !important;
    border-right: 88px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-88 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 88px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-88 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 88px solid var(--border_color) !important;
  }
  .u-sm-border-89 {
    border: 89px solid var(--border_color) !important;
  }
  .u-sm-border-x-89 {
    border-top: none !important;
    border-right: 89px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 89px solid var(--border_color) !important;
  }
  .u-sm-border-y-89 {
    border-top: 89px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 89px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-89 {
    border-top: 89px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-89 {
    border-top: none !important;
    border-right: 89px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-89 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 89px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-89 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 89px solid var(--border_color) !important;
  }
  .u-sm-border-90 {
    border: 90px solid var(--border_color) !important;
  }
  .u-sm-border-x-90 {
    border-top: none !important;
    border-right: 90px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 90px solid var(--border_color) !important;
  }
  .u-sm-border-y-90 {
    border-top: 90px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 90px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-90 {
    border-top: 90px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-90 {
    border-top: none !important;
    border-right: 90px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-90 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 90px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-90 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 90px solid var(--border_color) !important;
  }
  .u-sm-border-91 {
    border: 91px solid var(--border_color) !important;
  }
  .u-sm-border-x-91 {
    border-top: none !important;
    border-right: 91px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 91px solid var(--border_color) !important;
  }
  .u-sm-border-y-91 {
    border-top: 91px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 91px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-91 {
    border-top: 91px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-91 {
    border-top: none !important;
    border-right: 91px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-91 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 91px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-91 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 91px solid var(--border_color) !important;
  }
  .u-sm-border-92 {
    border: 92px solid var(--border_color) !important;
  }
  .u-sm-border-x-92 {
    border-top: none !important;
    border-right: 92px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 92px solid var(--border_color) !important;
  }
  .u-sm-border-y-92 {
    border-top: 92px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 92px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-92 {
    border-top: 92px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-92 {
    border-top: none !important;
    border-right: 92px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-92 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 92px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-92 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 92px solid var(--border_color) !important;
  }
  .u-sm-border-93 {
    border: 93px solid var(--border_color) !important;
  }
  .u-sm-border-x-93 {
    border-top: none !important;
    border-right: 93px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 93px solid var(--border_color) !important;
  }
  .u-sm-border-y-93 {
    border-top: 93px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 93px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-93 {
    border-top: 93px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-93 {
    border-top: none !important;
    border-right: 93px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-93 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 93px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-93 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 93px solid var(--border_color) !important;
  }
  .u-sm-border-94 {
    border: 94px solid var(--border_color) !important;
  }
  .u-sm-border-x-94 {
    border-top: none !important;
    border-right: 94px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 94px solid var(--border_color) !important;
  }
  .u-sm-border-y-94 {
    border-top: 94px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 94px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-94 {
    border-top: 94px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-94 {
    border-top: none !important;
    border-right: 94px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-94 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 94px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-94 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 94px solid var(--border_color) !important;
  }
  .u-sm-border-95 {
    border: 95px solid var(--border_color) !important;
  }
  .u-sm-border-x-95 {
    border-top: none !important;
    border-right: 95px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 95px solid var(--border_color) !important;
  }
  .u-sm-border-y-95 {
    border-top: 95px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 95px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-95 {
    border-top: 95px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-95 {
    border-top: none !important;
    border-right: 95px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-95 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 95px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-95 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 95px solid var(--border_color) !important;
  }
  .u-sm-border-96 {
    border: 96px solid var(--border_color) !important;
  }
  .u-sm-border-x-96 {
    border-top: none !important;
    border-right: 96px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 96px solid var(--border_color) !important;
  }
  .u-sm-border-y-96 {
    border-top: 96px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 96px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-96 {
    border-top: 96px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-96 {
    border-top: none !important;
    border-right: 96px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-96 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 96px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-96 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 96px solid var(--border_color) !important;
  }
  .u-sm-border-97 {
    border: 97px solid var(--border_color) !important;
  }
  .u-sm-border-x-97 {
    border-top: none !important;
    border-right: 97px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 97px solid var(--border_color) !important;
  }
  .u-sm-border-y-97 {
    border-top: 97px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 97px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-97 {
    border-top: 97px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-97 {
    border-top: none !important;
    border-right: 97px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-97 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 97px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-97 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 97px solid var(--border_color) !important;
  }
  .u-sm-border-98 {
    border: 98px solid var(--border_color) !important;
  }
  .u-sm-border-x-98 {
    border-top: none !important;
    border-right: 98px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 98px solid var(--border_color) !important;
  }
  .u-sm-border-y-98 {
    border-top: 98px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 98px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-98 {
    border-top: 98px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-98 {
    border-top: none !important;
    border-right: 98px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-98 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 98px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-98 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 98px solid var(--border_color) !important;
  }
  .u-sm-border-99 {
    border: 99px solid var(--border_color) !important;
  }
  .u-sm-border-x-99 {
    border-top: none !important;
    border-right: 99px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 99px solid var(--border_color) !important;
  }
  .u-sm-border-y-99 {
    border-top: 99px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 99px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-99 {
    border-top: 99px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-99 {
    border-top: none !important;
    border-right: 99px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-99 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 99px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-99 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 99px solid var(--border_color) !important;
  }
  .u-sm-border-100 {
    border: 100px solid var(--border_color) !important;
  }
  .u-sm-border-x-100 {
    border-top: none !important;
    border-right: 100px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 100px solid var(--border_color) !important;
  }
  .u-sm-border-y-100 {
    border-top: 100px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 100px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-t-100 {
    border-top: 100px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-r-100 {
    border-top: none !important;
    border-right: 100px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-sm-border-b-100 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 100px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-sm-border-l-100 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 100px solid var(--border_color) !important;
  }
  .u-sm-border-none {
    border-style: none !important;
  }
  .u-sm-border-solid {
    border-style: solid !important;
  }
  .u-sm-border-dotted {
    border-style: dotted !important;
  }
  .u-sm-border-dashed {
    border-style: dashed !important;
  }
  .u-sm-border-double {
    border-style: double !important;
  }
  .u-sm-justify-start {
    justify-content: flex-start !important;
  }
  .u-sm-justify-end {
    justify-content: flex-end !important;
  }
  .u-sm-justify-center {
    justify-content: center !important;
  }
  .u-sm-justify-between {
    justify-content: space-between !important;
  }
  .u-sm-justify-around {
    justify-content: space-around !important;
  }
  .u-sm-justify-evenly {
    justify-content: space-evenly !important;
  }
  .u-sm-justify-self-auto {
    justify-self: auto !important;
  }
  .u-sm-justify-self-start {
    justify-self: start !important;
  }
  .u-sm-justify-self-end {
    justify-self: end !important;
  }
  .u-sm-justify-self-center {
    justify-self: center !important;
  }
  .u-sm-justify-self-stretch {
    justify-self: stretch !important;
  }
  .u-sm-align-start {
    align-items: flex-start !important;
  }
  .u-sm-align-end {
    align-items: flex-end !important;
  }
  .u-sm-align-center {
    align-items: center !important;
  }
  .u-sm-align-baseline {
    align-items: baseline !important;
  }
  .u-sm-align-stretch {
    align-items: stretch !important;
  }
  .u-sm-self-auto {
    align-self: auto !important;
  }
  .u-sm-self-start {
    align-self: flex-start !important;
  }
  .u-sm-self-end {
    align-self: flex-end !important;
  }
  .u-sm-self-center {
    align-self: center !important;
  }
  .u-sm-self-stretch {
    align-self: stretch !important;
  }
  .u-sm-place-items-start {
    place-items: start !important;
  }
  .u-sm-place-items-end {
    place-items: end !important;
  }
  .u-sm-place-items-center {
    place-items: center !important;
  }
  .u-sm-place-items-stretch {
    place-items: stretch !important;
  }
  .u-sm-none {
    display: none !important;
  }
  .u-sm-block {
    display: block !important;
  }
  .u-sm-inline {
    display: inline !important;
  }
  .u-sm-inline-block {
    display: inline-block !important;
  }
  .u-sm-table {
    display: table !important;
  }
  .u-sm-table-cell {
    display: table-cell !important;
  }
  .u-sm-flex {
    display: flex !important;
  }
  .u-sm-inline-flex {
    display: inline-flex !important;
  }
  .-sm-row {
    flex-direction: row !important;
  }
  .-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .-sm-column {
    flex-direction: column !important;
  }
  .-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .-sm-wrap {
    flex-wrap: wrap !important;
  }
  .-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .u-sm-grow {
    flex-grow: 1 !important;
  }
  .u-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .u-sm-shrink {
    flex-shrink: 1 !important;
  }
  .u-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .-sm-gap-0 {
    gap: 0rem !important;
  }
  .-sm-gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }
  .-sm-gap-y-0 {
    row-gap: 0rem !important;
  }
  .-sm-gap-1 {
    gap: 0.8rem !important;
  }
  .-sm-gap-x-1 {
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .-sm-gap-y-1 {
    row-gap: 0.8rem !important;
  }
  .-sm-gap-2 {
    gap: 1.6rem !important;
  }
  .-sm-gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }
  .-sm-gap-y-2 {
    row-gap: 1.6rem !important;
  }
  .-sm-gap-3 {
    gap: 2.4rem !important;
  }
  .-sm-gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }
  .-sm-gap-y-3 {
    row-gap: 2.4rem !important;
  }
  .-sm-gap-4 {
    gap: 3.2rem !important;
  }
  .-sm-gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }
  .-sm-gap-y-4 {
    row-gap: 3.2rem !important;
  }
  .-sm-gap-5 {
    gap: 4rem !important;
  }
  .-sm-gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .-sm-gap-y-5 {
    row-gap: 4rem !important;
  }
  .-sm-gap-6 {
    gap: 4.8rem !important;
  }
  .-sm-gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }
  .-sm-gap-y-6 {
    row-gap: 4.8rem !important;
  }
  .-sm-gap-7 {
    gap: 5.6rem !important;
  }
  .-sm-gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }
  .-sm-gap-y-7 {
    row-gap: 5.6rem !important;
  }
  .-sm-gap-8 {
    gap: 6.4rem !important;
  }
  .-sm-gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }
  .-sm-gap-y-8 {
    row-gap: 6.4rem !important;
  }
  .-sm-gap-9 {
    gap: 7.2rem !important;
  }
  .-sm-gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }
  .-sm-gap-y-9 {
    row-gap: 7.2rem !important;
  }
  .-sm-gap-10 {
    gap: 8rem !important;
  }
  .-sm-gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .-sm-gap-y-10 {
    row-gap: 8rem !important;
  }
  .-sm-gap-11 {
    gap: 8.8rem !important;
  }
  .-sm-gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }
  .-sm-gap-y-11 {
    row-gap: 8.8rem !important;
  }
  .-sm-gap-12 {
    gap: 9.6rem !important;
  }
  .-sm-gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }
  .-sm-gap-y-12 {
    row-gap: 9.6rem !important;
  }
  .-sm-gap-13 {
    gap: 10.4rem !important;
  }
  .-sm-gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }
  .-sm-gap-y-13 {
    row-gap: 10.4rem !important;
  }
  .-sm-gap-14 {
    gap: 11.2rem !important;
  }
  .-sm-gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }
  .-sm-gap-y-14 {
    row-gap: 11.2rem !important;
  }
  .-sm-gap-15 {
    gap: 12rem !important;
  }
  .-sm-gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  .-sm-gap-y-15 {
    row-gap: 12rem !important;
  }
  .-sm-gap-16 {
    gap: 12.8rem !important;
  }
  .-sm-gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }
  .-sm-gap-y-16 {
    row-gap: 12.8rem !important;
  }
  .-sm-gap-17 {
    gap: 13.6rem !important;
  }
  .-sm-gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }
  .-sm-gap-y-17 {
    row-gap: 13.6rem !important;
  }
  .-sm-gap-18 {
    gap: 14.4rem !important;
  }
  .-sm-gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }
  .-sm-gap-y-18 {
    row-gap: 14.4rem !important;
  }
  .-sm-gap-19 {
    gap: 15.2rem !important;
  }
  .-sm-gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }
  .-sm-gap-y-19 {
    row-gap: 15.2rem !important;
  }
  .-sm-gap-20 {
    gap: 16rem !important;
  }
  .-sm-gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  .-sm-gap-y-20 {
    row-gap: 16rem !important;
  }
  .u-sm-float-left {
    float: left !important;
  }
  .u-sm-float-right {
    float: right !important;
  }
  .u-sm-float-none {
    float: none !important;
  }
  .u-sm-clear-fix::after {
    content: "";
    display: table;
    clear: both;
  }
  .u-sm-text-xxs {
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }
  .u-sm-text-xs {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
  }
  .u-sm-text-sm {
    font-size: 1.4rem !important;
    line-height: 1.42857 !important;
  }
  .u-sm-text-base {
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
  }
  .u-sm-text-lg {
    font-size: 1.8rem !important;
    line-height: 1.55555 !important;
  }
  .u-sm-text-xl {
    font-size: 2rem !important;
    line-height: 1.4 !important;
  }
  .u-sm-text-xxl {
    font-size: 2.4rem !important;
    line-height: 1.33333 !important;
  }
  .u-sm-text-3xl {
    font-size: 3rem !important;
    line-height: 1.2 !important;
  }
  .u-sm-text-4xl {
    font-size: 3.6rem !important;
    line-height: 1.11111 !important;
  }
  .u-sm-text-5xl {
    font-size: 4.8rem !important;
    line-height: 1 !important;
  }
  .u-sm-text-6xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  .u-sm-text-7xl {
    font-size: 7.2rem !important;
    line-height: 1 !important;
  }
  .u-sm-text-8xl {
    font-size: 9.6rem !important;
    line-height: 1 !important;
  }
  .u-sm-text-9xl {
    font-size: 12.8rem !important;
    line-height: 1 !important;
  }
  .u-sm-grid {
    display: grid !important;
  }
  .-sm-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .-sm-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .-sm-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .-sm-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .-sm-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .-sm-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .-sm-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .-sm-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .-sm-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .-sm-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .-sm-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .-sm-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .-sm-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .-sm-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .-sm-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .-sm-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .-sm-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .-sm-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .-sm-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .-sm-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .-sm-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .-sm-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .-sm-gap-0 {
    gap: 0rem !important;
  }
  .-sm-gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }
  .-sm-gap-y-0 {
    row-gap: 0rem !important;
  }
  .-sm-gap-1 {
    gap: 0.8rem !important;
  }
  .-sm-gap-x-1 {
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .-sm-gap-y-1 {
    row-gap: 0.8rem !important;
  }
  .-sm-gap-2 {
    gap: 1.6rem !important;
  }
  .-sm-gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }
  .-sm-gap-y-2 {
    row-gap: 1.6rem !important;
  }
  .-sm-gap-3 {
    gap: 2.4rem !important;
  }
  .-sm-gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }
  .-sm-gap-y-3 {
    row-gap: 2.4rem !important;
  }
  .-sm-gap-4 {
    gap: 3.2rem !important;
  }
  .-sm-gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }
  .-sm-gap-y-4 {
    row-gap: 3.2rem !important;
  }
  .-sm-gap-5 {
    gap: 4rem !important;
  }
  .-sm-gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .-sm-gap-y-5 {
    row-gap: 4rem !important;
  }
  .-sm-gap-6 {
    gap: 4.8rem !important;
  }
  .-sm-gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }
  .-sm-gap-y-6 {
    row-gap: 4.8rem !important;
  }
  .-sm-gap-7 {
    gap: 5.6rem !important;
  }
  .-sm-gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }
  .-sm-gap-y-7 {
    row-gap: 5.6rem !important;
  }
  .-sm-gap-8 {
    gap: 6.4rem !important;
  }
  .-sm-gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }
  .-sm-gap-y-8 {
    row-gap: 6.4rem !important;
  }
  .-sm-gap-9 {
    gap: 7.2rem !important;
  }
  .-sm-gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }
  .-sm-gap-y-9 {
    row-gap: 7.2rem !important;
  }
  .-sm-gap-10 {
    gap: 8rem !important;
  }
  .-sm-gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .-sm-gap-y-10 {
    row-gap: 8rem !important;
  }
  .-sm-gap-11 {
    gap: 8.8rem !important;
  }
  .-sm-gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }
  .-sm-gap-y-11 {
    row-gap: 8.8rem !important;
  }
  .-sm-gap-12 {
    gap: 9.6rem !important;
  }
  .-sm-gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }
  .-sm-gap-y-12 {
    row-gap: 9.6rem !important;
  }
  .-sm-gap-13 {
    gap: 10.4rem !important;
  }
  .-sm-gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }
  .-sm-gap-y-13 {
    row-gap: 10.4rem !important;
  }
  .-sm-gap-14 {
    gap: 11.2rem !important;
  }
  .-sm-gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }
  .-sm-gap-y-14 {
    row-gap: 11.2rem !important;
  }
  .-sm-gap-15 {
    gap: 12rem !important;
  }
  .-sm-gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  .-sm-gap-y-15 {
    row-gap: 12rem !important;
  }
  .-sm-gap-16 {
    gap: 12.8rem !important;
  }
  .-sm-gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }
  .-sm-gap-y-16 {
    row-gap: 12.8rem !important;
  }
  .-sm-gap-17 {
    gap: 13.6rem !important;
  }
  .-sm-gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }
  .-sm-gap-y-17 {
    row-gap: 13.6rem !important;
  }
  .-sm-gap-18 {
    gap: 14.4rem !important;
  }
  .-sm-gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }
  .-sm-gap-y-18 {
    row-gap: 14.4rem !important;
  }
  .-sm-gap-19 {
    gap: 15.2rem !important;
  }
  .-sm-gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }
  .-sm-gap-y-19 {
    row-gap: 15.2rem !important;
  }
  .-sm-gap-20 {
    gap: 16rem !important;
  }
  .-sm-gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  .-sm-gap-y-20 {
    row-gap: 16rem !important;
  }
  .-sm-col-span-1 {
    grid-column: span 1/span 1;
  }
  .-sm-row-span-1 {
    grid-row: span 1/span 1;
  }
  .-sm-col-span-2 {
    grid-column: span 2/span 2;
  }
  .-sm-row-span-2 {
    grid-row: span 2/span 2;
  }
  .-sm-col-span-3 {
    grid-column: span 3/span 3;
  }
  .-sm-row-span-3 {
    grid-row: span 3/span 3;
  }
  .-sm-col-span-4 {
    grid-column: span 4/span 4;
  }
  .-sm-row-span-4 {
    grid-row: span 4/span 4;
  }
  .-sm-col-span-5 {
    grid-column: span 5/span 5;
  }
  .-sm-row-span-5 {
    grid-row: span 5/span 5;
  }
  .-sm-col-span-6 {
    grid-column: span 6/span 6;
  }
  .-sm-row-span-6 {
    grid-row: span 6/span 6;
  }
  .-sm-col-span-7 {
    grid-column: span 7/span 7;
  }
  .-sm-row-span-7 {
    grid-row: span 7/span 7;
  }
  .-sm-col-span-8 {
    grid-column: span 8/span 8;
  }
  .-sm-row-span-8 {
    grid-row: span 8/span 8;
  }
  .-sm-col-span-9 {
    grid-column: span 9/span 9;
  }
  .-sm-row-span-9 {
    grid-row: span 9/span 9;
  }
  .-sm-col-span-10 {
    grid-column: span 10/span 10;
  }
  .-sm-row-span-10 {
    grid-row: span 10/span 10;
  }
  .-sm-col-span-11 {
    grid-column: span 11/span 11;
  }
  .-sm-row-span-11 {
    grid-row: span 11/span 11;
  }
  .-sm-row-start-1 {
    grid-row-start: 1;
  }
  .-sm-row-end-1 {
    grid-row-end: 1;
  }
  .-sm-row-start-2 {
    grid-row-start: 2;
  }
  .-sm-row-end-2 {
    grid-row-end: 2;
  }
  .-sm-row-start-3 {
    grid-row-start: 3;
  }
  .-sm-row-end-3 {
    grid-row-end: 3;
  }
  .-sm-row-start-4 {
    grid-row-start: 4;
  }
  .-sm-row-end-4 {
    grid-row-end: 4;
  }
  .-sm-row-start-5 {
    grid-row-start: 5;
  }
  .-sm-row-end-5 {
    grid-row-end: 5;
  }
  .-sm-row-start-6 {
    grid-row-start: 6;
  }
  .-sm-row-end-6 {
    grid-row-end: 6;
  }
  .-sm-row-start-7 {
    grid-row-start: 7;
  }
  .-sm-row-end-7 {
    grid-row-end: 7;
  }
  .-sm-row-start-8 {
    grid-row-start: 8;
  }
  .-sm-row-end-8 {
    grid-row-end: 8;
  }
  .-sm-row-start-9 {
    grid-row-start: 9;
  }
  .-sm-row-end-9 {
    grid-row-end: 9;
  }
  .-sm-row-start-10 {
    grid-row-start: 10;
  }
  .-sm-row-end-10 {
    grid-row-end: 10;
  }
  .-sm-row-start-11 {
    grid-row-start: 11;
  }
  .-sm-row-end-11 {
    grid-row-end: 11;
  }
  .-sm-row-start-12 {
    grid-row-start: 12;
  }
  .-sm-row-end-12 {
    grid-row-end: 12;
  }
  .-sm-col-start-1 {
    grid-column-start: 1;
  }
  .-sm-col-end-1 {
    grid-column-end: 1;
  }
  .-sm-col-start-2 {
    grid-column-start: 2;
  }
  .-sm-col-end-2 {
    grid-column-end: 2;
  }
  .-sm-col-start-3 {
    grid-column-start: 3;
  }
  .-sm-col-end-3 {
    grid-column-end: 3;
  }
  .-sm-col-start-4 {
    grid-column-start: 4;
  }
  .-sm-col-end-4 {
    grid-column-end: 4;
  }
  .-sm-col-start-5 {
    grid-column-start: 5;
  }
  .-sm-col-end-5 {
    grid-column-end: 5;
  }
  .-sm-col-start-6 {
    grid-column-start: 6;
  }
  .-sm-col-end-6 {
    grid-column-end: 6;
  }
  .-sm-col-start-7 {
    grid-column-start: 7;
  }
  .-sm-col-end-7 {
    grid-column-end: 7;
  }
  .-sm-col-start-8 {
    grid-column-start: 8;
  }
  .-sm-col-end-8 {
    grid-column-end: 8;
  }
  .-sm-col-start-9 {
    grid-column-start: 9;
  }
  .-sm-col-end-9 {
    grid-column-end: 9;
  }
  .-sm-col-start-10 {
    grid-column-start: 10;
  }
  .-sm-col-end-10 {
    grid-column-end: 10;
  }
  .-sm-col-start-11 {
    grid-column-start: 11;
  }
  .-sm-col-end-11 {
    grid-column-end: 11;
  }
  .-sm-col-start-12 {
    grid-column-start: 12;
  }
  .-sm-col-end-12 {
    grid-column-end: 12;
  }
  .u-sm-m-0 {
    margin: 0rem !important;
  }
  .u-sm-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .u-sm-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-sm-mt-0 {
    margin-top: 0rem !important;
  }
  .u-sm-mr-0 {
    margin-right: 0rem !important;
  }
  .u-sm-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-sm-ml-0 {
    margin-left: 0rem !important;
  }
  .u-sm-neg-m-0 {
    margin: 0rem !important;
  }
  .u-sm-neg-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .u-sm-neg-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-sm-neg-mt-0 {
    margin-top: 0rem !important;
  }
  .u-sm-neg-mr-0 {
    margin-right: 0rem !important;
  }
  .u-sm-neg-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-sm-neg-ml-0 {
    margin-left: 0rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-1 {
    margin: 0.8rem !important;
  }
  .u-sm-mx-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .u-sm-my-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .u-sm-mt-1 {
    margin-top: 0.8rem !important;
  }
  .u-sm-mr-1 {
    margin-right: 0.8rem !important;
  }
  .u-sm-mb-1 {
    margin-bottom: 0.8rem !important;
  }
  .u-sm-ml-1 {
    margin-left: 0.8rem !important;
  }
  .u-sm-neg-m-1 {
    margin: -0.8rem !important;
  }
  .u-sm-neg-mx-1 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .u-sm-neg-my-1 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .u-sm-neg-mt-1 {
    margin-top: -0.8rem !important;
  }
  .u-sm-neg-mr-1 {
    margin-right: -0.8rem !important;
  }
  .u-sm-neg-mb-1 {
    margin-bottom: -0.8rem !important;
  }
  .u-sm-neg-ml-1 {
    margin-left: -0.8rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-2 {
    margin: 1.6rem !important;
  }
  .u-sm-mx-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .u-sm-my-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .u-sm-mt-2 {
    margin-top: 1.6rem !important;
  }
  .u-sm-mr-2 {
    margin-right: 1.6rem !important;
  }
  .u-sm-mb-2 {
    margin-bottom: 1.6rem !important;
  }
  .u-sm-ml-2 {
    margin-left: 1.6rem !important;
  }
  .u-sm-neg-m-2 {
    margin: -1.6rem !important;
  }
  .u-sm-neg-mx-2 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .u-sm-neg-my-2 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .u-sm-neg-mt-2 {
    margin-top: -1.6rem !important;
  }
  .u-sm-neg-mr-2 {
    margin-right: -1.6rem !important;
  }
  .u-sm-neg-mb-2 {
    margin-bottom: -1.6rem !important;
  }
  .u-sm-neg-ml-2 {
    margin-left: -1.6rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-3 {
    margin: 2.4rem !important;
  }
  .u-sm-mx-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .u-sm-my-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .u-sm-mt-3 {
    margin-top: 2.4rem !important;
  }
  .u-sm-mr-3 {
    margin-right: 2.4rem !important;
  }
  .u-sm-mb-3 {
    margin-bottom: 2.4rem !important;
  }
  .u-sm-ml-3 {
    margin-left: 2.4rem !important;
  }
  .u-sm-neg-m-3 {
    margin: -2.4rem !important;
  }
  .u-sm-neg-mx-3 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .u-sm-neg-my-3 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .u-sm-neg-mt-3 {
    margin-top: -2.4rem !important;
  }
  .u-sm-neg-mr-3 {
    margin-right: -2.4rem !important;
  }
  .u-sm-neg-mb-3 {
    margin-bottom: -2.4rem !important;
  }
  .u-sm-neg-ml-3 {
    margin-left: -2.4rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-4 {
    margin: 3.2rem !important;
  }
  .u-sm-mx-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .u-sm-my-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .u-sm-mt-4 {
    margin-top: 3.2rem !important;
  }
  .u-sm-mr-4 {
    margin-right: 3.2rem !important;
  }
  .u-sm-mb-4 {
    margin-bottom: 3.2rem !important;
  }
  .u-sm-ml-4 {
    margin-left: 3.2rem !important;
  }
  .u-sm-neg-m-4 {
    margin: -3.2rem !important;
  }
  .u-sm-neg-mx-4 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .u-sm-neg-my-4 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .u-sm-neg-mt-4 {
    margin-top: -3.2rem !important;
  }
  .u-sm-neg-mr-4 {
    margin-right: -3.2rem !important;
  }
  .u-sm-neg-mb-4 {
    margin-bottom: -3.2rem !important;
  }
  .u-sm-neg-ml-4 {
    margin-left: -3.2rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-5 {
    margin: 4rem !important;
  }
  .u-sm-mx-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .u-sm-my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .u-sm-mt-5 {
    margin-top: 4rem !important;
  }
  .u-sm-mr-5 {
    margin-right: 4rem !important;
  }
  .u-sm-mb-5 {
    margin-bottom: 4rem !important;
  }
  .u-sm-ml-5 {
    margin-left: 4rem !important;
  }
  .u-sm-neg-m-5 {
    margin: -4rem !important;
  }
  .u-sm-neg-mx-5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .u-sm-neg-my-5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .u-sm-neg-mt-5 {
    margin-top: -4rem !important;
  }
  .u-sm-neg-mr-5 {
    margin-right: -4rem !important;
  }
  .u-sm-neg-mb-5 {
    margin-bottom: -4rem !important;
  }
  .u-sm-neg-ml-5 {
    margin-left: -4rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-6 {
    margin: 4.8rem !important;
  }
  .u-sm-mx-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .u-sm-my-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .u-sm-mt-6 {
    margin-top: 4.8rem !important;
  }
  .u-sm-mr-6 {
    margin-right: 4.8rem !important;
  }
  .u-sm-mb-6 {
    margin-bottom: 4.8rem !important;
  }
  .u-sm-ml-6 {
    margin-left: 4.8rem !important;
  }
  .u-sm-neg-m-6 {
    margin: -4.8rem !important;
  }
  .u-sm-neg-mx-6 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .u-sm-neg-my-6 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .u-sm-neg-mt-6 {
    margin-top: -4.8rem !important;
  }
  .u-sm-neg-mr-6 {
    margin-right: -4.8rem !important;
  }
  .u-sm-neg-mb-6 {
    margin-bottom: -4.8rem !important;
  }
  .u-sm-neg-ml-6 {
    margin-left: -4.8rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-7 {
    margin: 5.6rem !important;
  }
  .u-sm-mx-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .u-sm-my-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .u-sm-mt-7 {
    margin-top: 5.6rem !important;
  }
  .u-sm-mr-7 {
    margin-right: 5.6rem !important;
  }
  .u-sm-mb-7 {
    margin-bottom: 5.6rem !important;
  }
  .u-sm-ml-7 {
    margin-left: 5.6rem !important;
  }
  .u-sm-neg-m-7 {
    margin: -5.6rem !important;
  }
  .u-sm-neg-mx-7 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .u-sm-neg-my-7 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .u-sm-neg-mt-7 {
    margin-top: -5.6rem !important;
  }
  .u-sm-neg-mr-7 {
    margin-right: -5.6rem !important;
  }
  .u-sm-neg-mb-7 {
    margin-bottom: -5.6rem !important;
  }
  .u-sm-neg-ml-7 {
    margin-left: -5.6rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-8 {
    margin: 6.4rem !important;
  }
  .u-sm-mx-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .u-sm-my-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .u-sm-mt-8 {
    margin-top: 6.4rem !important;
  }
  .u-sm-mr-8 {
    margin-right: 6.4rem !important;
  }
  .u-sm-mb-8 {
    margin-bottom: 6.4rem !important;
  }
  .u-sm-ml-8 {
    margin-left: 6.4rem !important;
  }
  .u-sm-neg-m-8 {
    margin: -6.4rem !important;
  }
  .u-sm-neg-mx-8 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .u-sm-neg-my-8 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .u-sm-neg-mt-8 {
    margin-top: -6.4rem !important;
  }
  .u-sm-neg-mr-8 {
    margin-right: -6.4rem !important;
  }
  .u-sm-neg-mb-8 {
    margin-bottom: -6.4rem !important;
  }
  .u-sm-neg-ml-8 {
    margin-left: -6.4rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-9 {
    margin: 7.2rem !important;
  }
  .u-sm-mx-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .u-sm-my-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .u-sm-mt-9 {
    margin-top: 7.2rem !important;
  }
  .u-sm-mr-9 {
    margin-right: 7.2rem !important;
  }
  .u-sm-mb-9 {
    margin-bottom: 7.2rem !important;
  }
  .u-sm-ml-9 {
    margin-left: 7.2rem !important;
  }
  .u-sm-neg-m-9 {
    margin: -7.2rem !important;
  }
  .u-sm-neg-mx-9 {
    margin-right: -7.2rem !important;
    margin-left: -7.2rem !important;
  }
  .u-sm-neg-my-9 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
  }
  .u-sm-neg-mt-9 {
    margin-top: -7.2rem !important;
  }
  .u-sm-neg-mr-9 {
    margin-right: -7.2rem !important;
  }
  .u-sm-neg-mb-9 {
    margin-bottom: -7.2rem !important;
  }
  .u-sm-neg-ml-9 {
    margin-left: -7.2rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-10 {
    margin: 8rem !important;
  }
  .u-sm-mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .u-sm-my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .u-sm-mt-10 {
    margin-top: 8rem !important;
  }
  .u-sm-mr-10 {
    margin-right: 8rem !important;
  }
  .u-sm-mb-10 {
    margin-bottom: 8rem !important;
  }
  .u-sm-ml-10 {
    margin-left: 8rem !important;
  }
  .u-sm-neg-m-10 {
    margin: -8rem !important;
  }
  .u-sm-neg-mx-10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .u-sm-neg-my-10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .u-sm-neg-mt-10 {
    margin-top: -8rem !important;
  }
  .u-sm-neg-mr-10 {
    margin-right: -8rem !important;
  }
  .u-sm-neg-mb-10 {
    margin-bottom: -8rem !important;
  }
  .u-sm-neg-ml-10 {
    margin-left: -8rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-11 {
    margin: 8.8rem !important;
  }
  .u-sm-mx-11 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }
  .u-sm-my-11 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }
  .u-sm-mt-11 {
    margin-top: 8.8rem !important;
  }
  .u-sm-mr-11 {
    margin-right: 8.8rem !important;
  }
  .u-sm-mb-11 {
    margin-bottom: 8.8rem !important;
  }
  .u-sm-ml-11 {
    margin-left: 8.8rem !important;
  }
  .u-sm-neg-m-11 {
    margin: -8.8rem !important;
  }
  .u-sm-neg-mx-11 {
    margin-right: -8.8rem !important;
    margin-left: -8.8rem !important;
  }
  .u-sm-neg-my-11 {
    margin-top: -8.8rem !important;
    margin-bottom: -8.8rem !important;
  }
  .u-sm-neg-mt-11 {
    margin-top: -8.8rem !important;
  }
  .u-sm-neg-mr-11 {
    margin-right: -8.8rem !important;
  }
  .u-sm-neg-mb-11 {
    margin-bottom: -8.8rem !important;
  }
  .u-sm-neg-ml-11 {
    margin-left: -8.8rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-12 {
    margin: 9.6rem !important;
  }
  .u-sm-mx-12 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .u-sm-my-12 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .u-sm-mt-12 {
    margin-top: 9.6rem !important;
  }
  .u-sm-mr-12 {
    margin-right: 9.6rem !important;
  }
  .u-sm-mb-12 {
    margin-bottom: 9.6rem !important;
  }
  .u-sm-ml-12 {
    margin-left: 9.6rem !important;
  }
  .u-sm-neg-m-12 {
    margin: -9.6rem !important;
  }
  .u-sm-neg-mx-12 {
    margin-right: -9.6rem !important;
    margin-left: -9.6rem !important;
  }
  .u-sm-neg-my-12 {
    margin-top: -9.6rem !important;
    margin-bottom: -9.6rem !important;
  }
  .u-sm-neg-mt-12 {
    margin-top: -9.6rem !important;
  }
  .u-sm-neg-mr-12 {
    margin-right: -9.6rem !important;
  }
  .u-sm-neg-mb-12 {
    margin-bottom: -9.6rem !important;
  }
  .u-sm-neg-ml-12 {
    margin-left: -9.6rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-13 {
    margin: 10.4rem !important;
  }
  .u-sm-mx-13 {
    margin-right: 10.4rem !important;
    margin-left: 10.4rem !important;
  }
  .u-sm-my-13 {
    margin-top: 10.4rem !important;
    margin-bottom: 10.4rem !important;
  }
  .u-sm-mt-13 {
    margin-top: 10.4rem !important;
  }
  .u-sm-mr-13 {
    margin-right: 10.4rem !important;
  }
  .u-sm-mb-13 {
    margin-bottom: 10.4rem !important;
  }
  .u-sm-ml-13 {
    margin-left: 10.4rem !important;
  }
  .u-sm-neg-m-13 {
    margin: -10.4rem !important;
  }
  .u-sm-neg-mx-13 {
    margin-right: -10.4rem !important;
    margin-left: -10.4rem !important;
  }
  .u-sm-neg-my-13 {
    margin-top: -10.4rem !important;
    margin-bottom: -10.4rem !important;
  }
  .u-sm-neg-mt-13 {
    margin-top: -10.4rem !important;
  }
  .u-sm-neg-mr-13 {
    margin-right: -10.4rem !important;
  }
  .u-sm-neg-mb-13 {
    margin-bottom: -10.4rem !important;
  }
  .u-sm-neg-ml-13 {
    margin-left: -10.4rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-14 {
    margin: 11.2rem !important;
  }
  .u-sm-mx-14 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }
  .u-sm-my-14 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }
  .u-sm-mt-14 {
    margin-top: 11.2rem !important;
  }
  .u-sm-mr-14 {
    margin-right: 11.2rem !important;
  }
  .u-sm-mb-14 {
    margin-bottom: 11.2rem !important;
  }
  .u-sm-ml-14 {
    margin-left: 11.2rem !important;
  }
  .u-sm-neg-m-14 {
    margin: -11.2rem !important;
  }
  .u-sm-neg-mx-14 {
    margin-right: -11.2rem !important;
    margin-left: -11.2rem !important;
  }
  .u-sm-neg-my-14 {
    margin-top: -11.2rem !important;
    margin-bottom: -11.2rem !important;
  }
  .u-sm-neg-mt-14 {
    margin-top: -11.2rem !important;
  }
  .u-sm-neg-mr-14 {
    margin-right: -11.2rem !important;
  }
  .u-sm-neg-mb-14 {
    margin-bottom: -11.2rem !important;
  }
  .u-sm-neg-ml-14 {
    margin-left: -11.2rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-15 {
    margin: 12rem !important;
  }
  .u-sm-mx-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .u-sm-my-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .u-sm-mt-15 {
    margin-top: 12rem !important;
  }
  .u-sm-mr-15 {
    margin-right: 12rem !important;
  }
  .u-sm-mb-15 {
    margin-bottom: 12rem !important;
  }
  .u-sm-ml-15 {
    margin-left: 12rem !important;
  }
  .u-sm-neg-m-15 {
    margin: -12rem !important;
  }
  .u-sm-neg-mx-15 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .u-sm-neg-my-15 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .u-sm-neg-mt-15 {
    margin-top: -12rem !important;
  }
  .u-sm-neg-mr-15 {
    margin-right: -12rem !important;
  }
  .u-sm-neg-mb-15 {
    margin-bottom: -12rem !important;
  }
  .u-sm-neg-ml-15 {
    margin-left: -12rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-16 {
    margin: 12.8rem !important;
  }
  .u-sm-mx-16 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }
  .u-sm-my-16 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
  .u-sm-mt-16 {
    margin-top: 12.8rem !important;
  }
  .u-sm-mr-16 {
    margin-right: 12.8rem !important;
  }
  .u-sm-mb-16 {
    margin-bottom: 12.8rem !important;
  }
  .u-sm-ml-16 {
    margin-left: 12.8rem !important;
  }
  .u-sm-neg-m-16 {
    margin: -12.8rem !important;
  }
  .u-sm-neg-mx-16 {
    margin-right: -12.8rem !important;
    margin-left: -12.8rem !important;
  }
  .u-sm-neg-my-16 {
    margin-top: -12.8rem !important;
    margin-bottom: -12.8rem !important;
  }
  .u-sm-neg-mt-16 {
    margin-top: -12.8rem !important;
  }
  .u-sm-neg-mr-16 {
    margin-right: -12.8rem !important;
  }
  .u-sm-neg-mb-16 {
    margin-bottom: -12.8rem !important;
  }
  .u-sm-neg-ml-16 {
    margin-left: -12.8rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-17 {
    margin: 13.6rem !important;
  }
  .u-sm-mx-17 {
    margin-right: 13.6rem !important;
    margin-left: 13.6rem !important;
  }
  .u-sm-my-17 {
    margin-top: 13.6rem !important;
    margin-bottom: 13.6rem !important;
  }
  .u-sm-mt-17 {
    margin-top: 13.6rem !important;
  }
  .u-sm-mr-17 {
    margin-right: 13.6rem !important;
  }
  .u-sm-mb-17 {
    margin-bottom: 13.6rem !important;
  }
  .u-sm-ml-17 {
    margin-left: 13.6rem !important;
  }
  .u-sm-neg-m-17 {
    margin: -13.6rem !important;
  }
  .u-sm-neg-mx-17 {
    margin-right: -13.6rem !important;
    margin-left: -13.6rem !important;
  }
  .u-sm-neg-my-17 {
    margin-top: -13.6rem !important;
    margin-bottom: -13.6rem !important;
  }
  .u-sm-neg-mt-17 {
    margin-top: -13.6rem !important;
  }
  .u-sm-neg-mr-17 {
    margin-right: -13.6rem !important;
  }
  .u-sm-neg-mb-17 {
    margin-bottom: -13.6rem !important;
  }
  .u-sm-neg-ml-17 {
    margin-left: -13.6rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-18 {
    margin: 14.4rem !important;
  }
  .u-sm-mx-18 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !important;
  }
  .u-sm-my-18 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !important;
  }
  .u-sm-mt-18 {
    margin-top: 14.4rem !important;
  }
  .u-sm-mr-18 {
    margin-right: 14.4rem !important;
  }
  .u-sm-mb-18 {
    margin-bottom: 14.4rem !important;
  }
  .u-sm-ml-18 {
    margin-left: 14.4rem !important;
  }
  .u-sm-neg-m-18 {
    margin: -14.4rem !important;
  }
  .u-sm-neg-mx-18 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }
  .u-sm-neg-my-18 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }
  .u-sm-neg-mt-18 {
    margin-top: -14.4rem !important;
  }
  .u-sm-neg-mr-18 {
    margin-right: -14.4rem !important;
  }
  .u-sm-neg-mb-18 {
    margin-bottom: -14.4rem !important;
  }
  .u-sm-neg-ml-18 {
    margin-left: -14.4rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-19 {
    margin: 15.2rem !important;
  }
  .u-sm-mx-19 {
    margin-right: 15.2rem !important;
    margin-left: 15.2rem !important;
  }
  .u-sm-my-19 {
    margin-top: 15.2rem !important;
    margin-bottom: 15.2rem !important;
  }
  .u-sm-mt-19 {
    margin-top: 15.2rem !important;
  }
  .u-sm-mr-19 {
    margin-right: 15.2rem !important;
  }
  .u-sm-mb-19 {
    margin-bottom: 15.2rem !important;
  }
  .u-sm-ml-19 {
    margin-left: 15.2rem !important;
  }
  .u-sm-neg-m-19 {
    margin: -15.2rem !important;
  }
  .u-sm-neg-mx-19 {
    margin-right: -15.2rem !important;
    margin-left: -15.2rem !important;
  }
  .u-sm-neg-my-19 {
    margin-top: -15.2rem !important;
    margin-bottom: -15.2rem !important;
  }
  .u-sm-neg-mt-19 {
    margin-top: -15.2rem !important;
  }
  .u-sm-neg-mr-19 {
    margin-right: -15.2rem !important;
  }
  .u-sm-neg-mb-19 {
    margin-bottom: -15.2rem !important;
  }
  .u-sm-neg-ml-19 {
    margin-left: -15.2rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-m-20 {
    margin: 16rem !important;
  }
  .u-sm-mx-20 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .u-sm-my-20 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .u-sm-mt-20 {
    margin-top: 16rem !important;
  }
  .u-sm-mr-20 {
    margin-right: 16rem !important;
  }
  .u-sm-mb-20 {
    margin-bottom: 16rem !important;
  }
  .u-sm-ml-20 {
    margin-left: 16rem !important;
  }
  .u-sm-neg-m-20 {
    margin: -16rem !important;
  }
  .u-sm-neg-mx-20 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .u-sm-neg-my-20 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .u-sm-neg-mt-20 {
    margin-top: -16rem !important;
  }
  .u-sm-neg-mr-20 {
    margin-right: -16rem !important;
  }
  .u-sm-neg-mb-20 {
    margin-bottom: -16rem !important;
  }
  .u-sm-neg-ml-20 {
    margin-left: -16rem !important;
  }
  .u-sm-mt-auto {
    margin-top: auto !important;
  }
  .u-sm-mr-auto {
    margin-right: auto !important;
  }
  .u-sm-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sm-ml-auto {
    margin-left: auto !important;
  }
  .u-sm-order-0 {
    order: 0 !important;
  }
  .u-sm-order-1 {
    order: 1 !important;
  }
  .u-sm-order-2 {
    order: 2 !important;
  }
  .u-sm-order-3 {
    order: 3 !important;
  }
  .u-sm-order-4 {
    order: 4 !important;
  }
  .u-sm-order-5 {
    order: 5 !important;
  }
  .u-sm-order-6 {
    order: 6 !important;
  }
  .u-sm-order-7 {
    order: 7 !important;
  }
  .u-sm-order-8 {
    order: 8 !important;
  }
  .u-sm-order-9 {
    order: 9 !important;
  }
  .u-sm-order-10 {
    order: 10 !important;
  }
  .u-sm-order-11 {
    order: 11 !important;
  }
  .u-sm-order-12 {
    order: 12 !important;
  }
  .u-sm-order-13 {
    order: 13 !important;
  }
  .u-sm-order-14 {
    order: 14 !important;
  }
  .u-sm-order-15 {
    order: 15 !important;
  }
  .u-sm-order-16 {
    order: 16 !important;
  }
  .u-sm-order-17 {
    order: 17 !important;
  }
  .u-sm-order-18 {
    order: 18 !important;
  }
  .u-sm-order-19 {
    order: 19 !important;
  }
  .u-sm-order-20 {
    order: 20 !important;
  }
  .u-sm-order-21 {
    order: 21 !important;
  }
  .u-sm-order-22 {
    order: 22 !important;
  }
  .u-sm-order-23 {
    order: 23 !important;
  }
  .u-sm-order-24 {
    order: 24 !important;
  }
  .u-sm-order-25 {
    order: 25 !important;
  }
  .u-sm-order-26 {
    order: 26 !important;
  }
  .u-sm-order-27 {
    order: 27 !important;
  }
  .u-sm-order-28 {
    order: 28 !important;
  }
  .u-sm-order-29 {
    order: 29 !important;
  }
  .u-sm-order-30 {
    order: 30 !important;
  }
  .u-sm-order-31 {
    order: 31 !important;
  }
  .u-sm-order-32 {
    order: 32 !important;
  }
  .u-sm-order-33 {
    order: 33 !important;
  }
  .u-sm-order-34 {
    order: 34 !important;
  }
  .u-sm-order-35 {
    order: 35 !important;
  }
  .u-sm-order-36 {
    order: 36 !important;
  }
  .u-sm-order-37 {
    order: 37 !important;
  }
  .u-sm-order-38 {
    order: 38 !important;
  }
  .u-sm-order-39 {
    order: 39 !important;
  }
  .u-sm-order-40 {
    order: 40 !important;
  }
  .u-sm-order-41 {
    order: 41 !important;
  }
  .u-sm-order-42 {
    order: 42 !important;
  }
  .u-sm-order-43 {
    order: 43 !important;
  }
  .u-sm-order-44 {
    order: 44 !important;
  }
  .u-sm-order-45 {
    order: 45 !important;
  }
  .u-sm-order-46 {
    order: 46 !important;
  }
  .u-sm-order-47 {
    order: 47 !important;
  }
  .u-sm-order-48 {
    order: 48 !important;
  }
  .u-sm-order-49 {
    order: 49 !important;
  }
  .u-sm-order-50 {
    order: 50 !important;
  }
  .u-sm-order-51 {
    order: 51 !important;
  }
  .u-sm-order-52 {
    order: 52 !important;
  }
  .u-sm-order-53 {
    order: 53 !important;
  }
  .u-sm-order-54 {
    order: 54 !important;
  }
  .u-sm-order-55 {
    order: 55 !important;
  }
  .u-sm-order-56 {
    order: 56 !important;
  }
  .u-sm-order-57 {
    order: 57 !important;
  }
  .u-sm-order-58 {
    order: 58 !important;
  }
  .u-sm-order-59 {
    order: 59 !important;
  }
  .u-sm-order-60 {
    order: 60 !important;
  }
  .u-sm-order-61 {
    order: 61 !important;
  }
  .u-sm-order-62 {
    order: 62 !important;
  }
  .u-sm-order-63 {
    order: 63 !important;
  }
  .u-sm-order-64 {
    order: 64 !important;
  }
  .u-sm-order-65 {
    order: 65 !important;
  }
  .u-sm-order-66 {
    order: 66 !important;
  }
  .u-sm-order-67 {
    order: 67 !important;
  }
  .u-sm-order-68 {
    order: 68 !important;
  }
  .u-sm-order-69 {
    order: 69 !important;
  }
  .u-sm-order-70 {
    order: 70 !important;
  }
  .u-sm-order-71 {
    order: 71 !important;
  }
  .u-sm-order-72 {
    order: 72 !important;
  }
  .u-sm-order-73 {
    order: 73 !important;
  }
  .u-sm-order-74 {
    order: 74 !important;
  }
  .u-sm-order-75 {
    order: 75 !important;
  }
  .u-sm-order-76 {
    order: 76 !important;
  }
  .u-sm-order-77 {
    order: 77 !important;
  }
  .u-sm-order-78 {
    order: 78 !important;
  }
  .u-sm-order-79 {
    order: 79 !important;
  }
  .u-sm-order-80 {
    order: 80 !important;
  }
  .u-sm-order-81 {
    order: 81 !important;
  }
  .u-sm-order-82 {
    order: 82 !important;
  }
  .u-sm-order-83 {
    order: 83 !important;
  }
  .u-sm-order-84 {
    order: 84 !important;
  }
  .u-sm-order-85 {
    order: 85 !important;
  }
  .u-sm-order-86 {
    order: 86 !important;
  }
  .u-sm-order-87 {
    order: 87 !important;
  }
  .u-sm-order-88 {
    order: 88 !important;
  }
  .u-sm-order-89 {
    order: 89 !important;
  }
  .u-sm-order-90 {
    order: 90 !important;
  }
  .u-sm-order-91 {
    order: 91 !important;
  }
  .u-sm-order-92 {
    order: 92 !important;
  }
  .u-sm-order-93 {
    order: 93 !important;
  }
  .u-sm-order-94 {
    order: 94 !important;
  }
  .u-sm-order-95 {
    order: 95 !important;
  }
  .u-sm-order-96 {
    order: 96 !important;
  }
  .u-sm-order-97 {
    order: 97 !important;
  }
  .u-sm-order-98 {
    order: 98 !important;
  }
  .u-sm-order-99 {
    order: 99 !important;
  }
  .u-sm-order-100 {
    order: 100 !important;
  }
  .u-sm-overflow-visible {
    overflow: visible !important;
  }
  .u-sm-overflow-scroll {
    overflow: scroll !important;
  }
  .u-sm-overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .u-sm-overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .u-sm-overflow-hidden {
    overflow: hidden !important;
  }
  .u-sm-p-0 {
    padding: 0rem !important;
  }
  .u-sm-px-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .u-sm-py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-sm-pt-0 {
    padding-top: 0rem !important;
  }
  .u-sm-pr-0 {
    padding-right: 0rem !important;
  }
  .u-sm-pb-0 {
    padding-bottom: 0rem !important;
  }
  .u-sm-pl-0 {
    padding-left: 0rem !important;
  }
  .u-sm-p-1 {
    padding: 0.8rem !important;
  }
  .u-sm-px-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .u-sm-py-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .u-sm-pt-1 {
    padding-top: 0.8rem !important;
  }
  .u-sm-pr-1 {
    padding-right: 0.8rem !important;
  }
  .u-sm-pb-1 {
    padding-bottom: 0.8rem !important;
  }
  .u-sm-pl-1 {
    padding-left: 0.8rem !important;
  }
  .u-sm-p-2 {
    padding: 1.6rem !important;
  }
  .u-sm-px-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .u-sm-py-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .u-sm-pt-2 {
    padding-top: 1.6rem !important;
  }
  .u-sm-pr-2 {
    padding-right: 1.6rem !important;
  }
  .u-sm-pb-2 {
    padding-bottom: 1.6rem !important;
  }
  .u-sm-pl-2 {
    padding-left: 1.6rem !important;
  }
  .u-sm-p-3 {
    padding: 2.4rem !important;
  }
  .u-sm-px-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .u-sm-py-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .u-sm-pt-3 {
    padding-top: 2.4rem !important;
  }
  .u-sm-pr-3 {
    padding-right: 2.4rem !important;
  }
  .u-sm-pb-3 {
    padding-bottom: 2.4rem !important;
  }
  .u-sm-pl-3 {
    padding-left: 2.4rem !important;
  }
  .u-sm-p-4 {
    padding: 3.2rem !important;
  }
  .u-sm-px-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .u-sm-py-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .u-sm-pt-4 {
    padding-top: 3.2rem !important;
  }
  .u-sm-pr-4 {
    padding-right: 3.2rem !important;
  }
  .u-sm-pb-4 {
    padding-bottom: 3.2rem !important;
  }
  .u-sm-pl-4 {
    padding-left: 3.2rem !important;
  }
  .u-sm-p-5 {
    padding: 4rem !important;
  }
  .u-sm-px-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .u-sm-py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .u-sm-pt-5 {
    padding-top: 4rem !important;
  }
  .u-sm-pr-5 {
    padding-right: 4rem !important;
  }
  .u-sm-pb-5 {
    padding-bottom: 4rem !important;
  }
  .u-sm-pl-5 {
    padding-left: 4rem !important;
  }
  .u-sm-p-6 {
    padding: 4.8rem !important;
  }
  .u-sm-px-6 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .u-sm-py-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .u-sm-pt-6 {
    padding-top: 4.8rem !important;
  }
  .u-sm-pr-6 {
    padding-right: 4.8rem !important;
  }
  .u-sm-pb-6 {
    padding-bottom: 4.8rem !important;
  }
  .u-sm-pl-6 {
    padding-left: 4.8rem !important;
  }
  .u-sm-p-7 {
    padding: 5.6rem !important;
  }
  .u-sm-px-7 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .u-sm-py-7 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .u-sm-pt-7 {
    padding-top: 5.6rem !important;
  }
  .u-sm-pr-7 {
    padding-right: 5.6rem !important;
  }
  .u-sm-pb-7 {
    padding-bottom: 5.6rem !important;
  }
  .u-sm-pl-7 {
    padding-left: 5.6rem !important;
  }
  .u-sm-p-8 {
    padding: 6.4rem !important;
  }
  .u-sm-px-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .u-sm-py-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .u-sm-pt-8 {
    padding-top: 6.4rem !important;
  }
  .u-sm-pr-8 {
    padding-right: 6.4rem !important;
  }
  .u-sm-pb-8 {
    padding-bottom: 6.4rem !important;
  }
  .u-sm-pl-8 {
    padding-left: 6.4rem !important;
  }
  .u-sm-p-9 {
    padding: 7.2rem !important;
  }
  .u-sm-px-9 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .u-sm-py-9 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .u-sm-pt-9 {
    padding-top: 7.2rem !important;
  }
  .u-sm-pr-9 {
    padding-right: 7.2rem !important;
  }
  .u-sm-pb-9 {
    padding-bottom: 7.2rem !important;
  }
  .u-sm-pl-9 {
    padding-left: 7.2rem !important;
  }
  .u-sm-p-10 {
    padding: 8rem !important;
  }
  .u-sm-px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .u-sm-py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .u-sm-pt-10 {
    padding-top: 8rem !important;
  }
  .u-sm-pr-10 {
    padding-right: 8rem !important;
  }
  .u-sm-pb-10 {
    padding-bottom: 8rem !important;
  }
  .u-sm-pl-10 {
    padding-left: 8rem !important;
  }
  .u-sm-p-11 {
    padding: 8.8rem !important;
  }
  .u-sm-px-11 {
    padding-right: 8.8rem !important;
    padding-left: 8.8rem !important;
  }
  .u-sm-py-11 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }
  .u-sm-pt-11 {
    padding-top: 8.8rem !important;
  }
  .u-sm-pr-11 {
    padding-right: 8.8rem !important;
  }
  .u-sm-pb-11 {
    padding-bottom: 8.8rem !important;
  }
  .u-sm-pl-11 {
    padding-left: 8.8rem !important;
  }
  .u-sm-p-12 {
    padding: 9.6rem !important;
  }
  .u-sm-px-12 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .u-sm-py-12 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .u-sm-pt-12 {
    padding-top: 9.6rem !important;
  }
  .u-sm-pr-12 {
    padding-right: 9.6rem !important;
  }
  .u-sm-pb-12 {
    padding-bottom: 9.6rem !important;
  }
  .u-sm-pl-12 {
    padding-left: 9.6rem !important;
  }
  .u-sm-p-13 {
    padding: 10.4rem !important;
  }
  .u-sm-px-13 {
    padding-right: 10.4rem !important;
    padding-left: 10.4rem !important;
  }
  .u-sm-py-13 {
    padding-top: 10.4rem !important;
    padding-bottom: 10.4rem !important;
  }
  .u-sm-pt-13 {
    padding-top: 10.4rem !important;
  }
  .u-sm-pr-13 {
    padding-right: 10.4rem !important;
  }
  .u-sm-pb-13 {
    padding-bottom: 10.4rem !important;
  }
  .u-sm-pl-13 {
    padding-left: 10.4rem !important;
  }
  .u-sm-p-14 {
    padding: 11.2rem !important;
  }
  .u-sm-px-14 {
    padding-right: 11.2rem !important;
    padding-left: 11.2rem !important;
  }
  .u-sm-py-14 {
    padding-top: 11.2rem !important;
    padding-bottom: 11.2rem !important;
  }
  .u-sm-pt-14 {
    padding-top: 11.2rem !important;
  }
  .u-sm-pr-14 {
    padding-right: 11.2rem !important;
  }
  .u-sm-pb-14 {
    padding-bottom: 11.2rem !important;
  }
  .u-sm-pl-14 {
    padding-left: 11.2rem !important;
  }
  .u-sm-p-15 {
    padding: 12rem !important;
  }
  .u-sm-px-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .u-sm-py-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .u-sm-pt-15 {
    padding-top: 12rem !important;
  }
  .u-sm-pr-15 {
    padding-right: 12rem !important;
  }
  .u-sm-pb-15 {
    padding-bottom: 12rem !important;
  }
  .u-sm-pl-15 {
    padding-left: 12rem !important;
  }
  .u-sm-p-16 {
    padding: 12.8rem !important;
  }
  .u-sm-px-16 {
    padding-right: 12.8rem !important;
    padding-left: 12.8rem !important;
  }
  .u-sm-py-16 {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
  .u-sm-pt-16 {
    padding-top: 12.8rem !important;
  }
  .u-sm-pr-16 {
    padding-right: 12.8rem !important;
  }
  .u-sm-pb-16 {
    padding-bottom: 12.8rem !important;
  }
  .u-sm-pl-16 {
    padding-left: 12.8rem !important;
  }
  .u-sm-p-17 {
    padding: 13.6rem !important;
  }
  .u-sm-px-17 {
    padding-right: 13.6rem !important;
    padding-left: 13.6rem !important;
  }
  .u-sm-py-17 {
    padding-top: 13.6rem !important;
    padding-bottom: 13.6rem !important;
  }
  .u-sm-pt-17 {
    padding-top: 13.6rem !important;
  }
  .u-sm-pr-17 {
    padding-right: 13.6rem !important;
  }
  .u-sm-pb-17 {
    padding-bottom: 13.6rem !important;
  }
  .u-sm-pl-17 {
    padding-left: 13.6rem !important;
  }
  .u-sm-p-18 {
    padding: 14.4rem !important;
  }
  .u-sm-px-18 {
    padding-right: 14.4rem !important;
    padding-left: 14.4rem !important;
  }
  .u-sm-py-18 {
    padding-top: 14.4rem !important;
    padding-bottom: 14.4rem !important;
  }
  .u-sm-pt-18 {
    padding-top: 14.4rem !important;
  }
  .u-sm-pr-18 {
    padding-right: 14.4rem !important;
  }
  .u-sm-pb-18 {
    padding-bottom: 14.4rem !important;
  }
  .u-sm-pl-18 {
    padding-left: 14.4rem !important;
  }
  .u-sm-p-19 {
    padding: 15.2rem !important;
  }
  .u-sm-px-19 {
    padding-right: 15.2rem !important;
    padding-left: 15.2rem !important;
  }
  .u-sm-py-19 {
    padding-top: 15.2rem !important;
    padding-bottom: 15.2rem !important;
  }
  .u-sm-pt-19 {
    padding-top: 15.2rem !important;
  }
  .u-sm-pr-19 {
    padding-right: 15.2rem !important;
  }
  .u-sm-pb-19 {
    padding-bottom: 15.2rem !important;
  }
  .u-sm-pl-19 {
    padding-left: 15.2rem !important;
  }
  .u-sm-p-20 {
    padding: 16rem !important;
  }
  .u-sm-px-20 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .u-sm-py-20 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .u-sm-pt-20 {
    padding-top: 16rem !important;
  }
  .u-sm-pr-20 {
    padding-right: 16rem !important;
  }
  .u-sm-pb-20 {
    padding-bottom: 16rem !important;
  }
  .u-sm-pl-20 {
    padding-left: 16rem !important;
  }
  .u-sm-text-left {
    text-align: left !important;
  }
  .u-sm-text-center {
    text-align: center !important;
  }
  .u-sm-text-right {
    text-align: right !important;
  }
  .u-sm-text-justify {
    text-align: justify !important;
  }
  .u-sm-visible {
    visibility: visible !important;
  }
  .u-sm-hidden {
    visibility: hidden !important;
  }
  .u-sm-whitespace-normal {
    white-space: normal !important;
  }
  .u-sm-whitespace-nowrap {
    white-space: nowrap !important;
  }
  .u-sm-w-0 {
    width: 0% !important;
  }
  .u-sm-w-1 {
    width: 1% !important;
  }
  .u-sm-w-2 {
    width: 2% !important;
  }
  .u-sm-w-3 {
    width: 3% !important;
  }
  .u-sm-w-4 {
    width: 4% !important;
  }
  .u-sm-w-5 {
    width: 5% !important;
  }
  .u-sm-w-6 {
    width: 6% !important;
  }
  .u-sm-w-7 {
    width: 7% !important;
  }
  .u-sm-w-8 {
    width: 8% !important;
  }
  .u-sm-w-9 {
    width: 9% !important;
  }
  .u-sm-w-10 {
    width: 10% !important;
  }
  .u-sm-w-11 {
    width: 11% !important;
  }
  .u-sm-w-12 {
    width: 12% !important;
  }
  .u-sm-w-13 {
    width: 13% !important;
  }
  .u-sm-w-14 {
    width: 14% !important;
  }
  .u-sm-w-15 {
    width: 15% !important;
  }
  .u-sm-w-16 {
    width: 16% !important;
  }
  .u-sm-w-17 {
    width: 17% !important;
  }
  .u-sm-w-18 {
    width: 18% !important;
  }
  .u-sm-w-19 {
    width: 19% !important;
  }
  .u-sm-w-20 {
    width: 20% !important;
  }
  .u-sm-w-21 {
    width: 21% !important;
  }
  .u-sm-w-22 {
    width: 22% !important;
  }
  .u-sm-w-23 {
    width: 23% !important;
  }
  .u-sm-w-24 {
    width: 24% !important;
  }
  .u-sm-w-25 {
    width: 25% !important;
  }
  .u-sm-w-26 {
    width: 26% !important;
  }
  .u-sm-w-27 {
    width: 27% !important;
  }
  .u-sm-w-28 {
    width: 28% !important;
  }
  .u-sm-w-29 {
    width: 29% !important;
  }
  .u-sm-w-30 {
    width: 30% !important;
  }
  .u-sm-w-31 {
    width: 31% !important;
  }
  .u-sm-w-32 {
    width: 32% !important;
  }
  .u-sm-w-33 {
    width: 33% !important;
  }
  .u-sm-w-34 {
    width: 34% !important;
  }
  .u-sm-w-35 {
    width: 35% !important;
  }
  .u-sm-w-36 {
    width: 36% !important;
  }
  .u-sm-w-37 {
    width: 37% !important;
  }
  .u-sm-w-38 {
    width: 38% !important;
  }
  .u-sm-w-39 {
    width: 39% !important;
  }
  .u-sm-w-40 {
    width: 40% !important;
  }
  .u-sm-w-41 {
    width: 41% !important;
  }
  .u-sm-w-42 {
    width: 42% !important;
  }
  .u-sm-w-43 {
    width: 43% !important;
  }
  .u-sm-w-44 {
    width: 44% !important;
  }
  .u-sm-w-45 {
    width: 45% !important;
  }
  .u-sm-w-46 {
    width: 46% !important;
  }
  .u-sm-w-47 {
    width: 47% !important;
  }
  .u-sm-w-48 {
    width: 48% !important;
  }
  .u-sm-w-49 {
    width: 49% !important;
  }
  .u-sm-w-50 {
    width: 50% !important;
  }
  .u-sm-w-51 {
    width: 51% !important;
  }
  .u-sm-w-52 {
    width: 52% !important;
  }
  .u-sm-w-53 {
    width: 53% !important;
  }
  .u-sm-w-54 {
    width: 54% !important;
  }
  .u-sm-w-55 {
    width: 55% !important;
  }
  .u-sm-w-56 {
    width: 56% !important;
  }
  .u-sm-w-57 {
    width: 57% !important;
  }
  .u-sm-w-58 {
    width: 58% !important;
  }
  .u-sm-w-59 {
    width: 59% !important;
  }
  .u-sm-w-60 {
    width: 60% !important;
  }
  .u-sm-w-61 {
    width: 61% !important;
  }
  .u-sm-w-62 {
    width: 62% !important;
  }
  .u-sm-w-63 {
    width: 63% !important;
  }
  .u-sm-w-64 {
    width: 64% !important;
  }
  .u-sm-w-65 {
    width: 65% !important;
  }
  .u-sm-w-66 {
    width: 66% !important;
  }
  .u-sm-w-67 {
    width: 67% !important;
  }
  .u-sm-w-68 {
    width: 68% !important;
  }
  .u-sm-w-69 {
    width: 69% !important;
  }
  .u-sm-w-70 {
    width: 70% !important;
  }
  .u-sm-w-71 {
    width: 71% !important;
  }
  .u-sm-w-72 {
    width: 72% !important;
  }
  .u-sm-w-73 {
    width: 73% !important;
  }
  .u-sm-w-74 {
    width: 74% !important;
  }
  .u-sm-w-75 {
    width: 75% !important;
  }
  .u-sm-w-76 {
    width: 76% !important;
  }
  .u-sm-w-77 {
    width: 77% !important;
  }
  .u-sm-w-78 {
    width: 78% !important;
  }
  .u-sm-w-79 {
    width: 79% !important;
  }
  .u-sm-w-80 {
    width: 80% !important;
  }
  .u-sm-w-81 {
    width: 81% !important;
  }
  .u-sm-w-82 {
    width: 82% !important;
  }
  .u-sm-w-83 {
    width: 83% !important;
  }
  .u-sm-w-84 {
    width: 84% !important;
  }
  .u-sm-w-85 {
    width: 85% !important;
  }
  .u-sm-w-86 {
    width: 86% !important;
  }
  .u-sm-w-87 {
    width: 87% !important;
  }
  .u-sm-w-88 {
    width: 88% !important;
  }
  .u-sm-w-89 {
    width: 89% !important;
  }
  .u-sm-w-90 {
    width: 90% !important;
  }
  .u-sm-w-91 {
    width: 91% !important;
  }
  .u-sm-w-92 {
    width: 92% !important;
  }
  .u-sm-w-93 {
    width: 93% !important;
  }
  .u-sm-w-94 {
    width: 94% !important;
  }
  .u-sm-w-95 {
    width: 95% !important;
  }
  .u-sm-w-96 {
    width: 96% !important;
  }
  .u-sm-w-97 {
    width: 97% !important;
  }
  .u-sm-w-98 {
    width: 98% !important;
  }
  .u-sm-w-99 {
    width: 99% !important;
  }
  .u-sm-w-100 {
    width: 100% !important;
  }
  .u-sm-w-0px {
    width: 0px !important;
  }
  .u-sm-w-1px {
    width: 1px !important;
  }
  .u-sm-w-2px {
    width: 2px !important;
  }
  .u-sm-w-3px {
    width: 3px !important;
  }
  .u-sm-w-4px {
    width: 4px !important;
  }
  .u-sm-w-5px {
    width: 5px !important;
  }
  .u-sm-w-6px {
    width: 6px !important;
  }
  .u-sm-w-7px {
    width: 7px !important;
  }
  .u-sm-w-8px {
    width: 8px !important;
  }
  .u-sm-w-9px {
    width: 9px !important;
  }
  .u-sm-w-10px {
    width: 10px !important;
  }
  .u-sm-w-11px {
    width: 11px !important;
  }
  .u-sm-w-12px {
    width: 12px !important;
  }
  .u-sm-w-13px {
    width: 13px !important;
  }
  .u-sm-w-14px {
    width: 14px !important;
  }
  .u-sm-w-15px {
    width: 15px !important;
  }
  .u-sm-w-16px {
    width: 16px !important;
  }
  .u-sm-w-17px {
    width: 17px !important;
  }
  .u-sm-w-18px {
    width: 18px !important;
  }
  .u-sm-w-19px {
    width: 19px !important;
  }
  .u-sm-w-20px {
    width: 20px !important;
  }
  .u-sm-w-21px {
    width: 21px !important;
  }
  .u-sm-w-22px {
    width: 22px !important;
  }
  .u-sm-w-23px {
    width: 23px !important;
  }
  .u-sm-w-24px {
    width: 24px !important;
  }
  .u-sm-w-25px {
    width: 25px !important;
  }
  .u-sm-w-26px {
    width: 26px !important;
  }
  .u-sm-w-27px {
    width: 27px !important;
  }
  .u-sm-w-28px {
    width: 28px !important;
  }
  .u-sm-w-29px {
    width: 29px !important;
  }
  .u-sm-w-30px {
    width: 30px !important;
  }
  .u-sm-w-31px {
    width: 31px !important;
  }
  .u-sm-w-32px {
    width: 32px !important;
  }
  .u-sm-w-33px {
    width: 33px !important;
  }
  .u-sm-w-34px {
    width: 34px !important;
  }
  .u-sm-w-35px {
    width: 35px !important;
  }
  .u-sm-w-36px {
    width: 36px !important;
  }
  .u-sm-w-37px {
    width: 37px !important;
  }
  .u-sm-w-38px {
    width: 38px !important;
  }
  .u-sm-w-39px {
    width: 39px !important;
  }
  .u-sm-w-40px {
    width: 40px !important;
  }
  .u-sm-w-41px {
    width: 41px !important;
  }
  .u-sm-w-42px {
    width: 42px !important;
  }
  .u-sm-w-43px {
    width: 43px !important;
  }
  .u-sm-w-44px {
    width: 44px !important;
  }
  .u-sm-w-45px {
    width: 45px !important;
  }
  .u-sm-w-46px {
    width: 46px !important;
  }
  .u-sm-w-47px {
    width: 47px !important;
  }
  .u-sm-w-48px {
    width: 48px !important;
  }
  .u-sm-w-49px {
    width: 49px !important;
  }
  .u-sm-w-50px {
    width: 50px !important;
  }
  .u-sm-w-51px {
    width: 51px !important;
  }
  .u-sm-w-52px {
    width: 52px !important;
  }
  .u-sm-w-53px {
    width: 53px !important;
  }
  .u-sm-w-54px {
    width: 54px !important;
  }
  .u-sm-w-55px {
    width: 55px !important;
  }
  .u-sm-w-56px {
    width: 56px !important;
  }
  .u-sm-w-57px {
    width: 57px !important;
  }
  .u-sm-w-58px {
    width: 58px !important;
  }
  .u-sm-w-59px {
    width: 59px !important;
  }
  .u-sm-w-60px {
    width: 60px !important;
  }
  .u-sm-w-61px {
    width: 61px !important;
  }
  .u-sm-w-62px {
    width: 62px !important;
  }
  .u-sm-w-63px {
    width: 63px !important;
  }
  .u-sm-w-64px {
    width: 64px !important;
  }
  .u-sm-w-65px {
    width: 65px !important;
  }
  .u-sm-w-66px {
    width: 66px !important;
  }
  .u-sm-w-67px {
    width: 67px !important;
  }
  .u-sm-w-68px {
    width: 68px !important;
  }
  .u-sm-w-69px {
    width: 69px !important;
  }
  .u-sm-w-70px {
    width: 70px !important;
  }
  .u-sm-w-71px {
    width: 71px !important;
  }
  .u-sm-w-72px {
    width: 72px !important;
  }
  .u-sm-w-73px {
    width: 73px !important;
  }
  .u-sm-w-74px {
    width: 74px !important;
  }
  .u-sm-w-75px {
    width: 75px !important;
  }
  .u-sm-w-76px {
    width: 76px !important;
  }
  .u-sm-w-77px {
    width: 77px !important;
  }
  .u-sm-w-78px {
    width: 78px !important;
  }
  .u-sm-w-79px {
    width: 79px !important;
  }
  .u-sm-w-80px {
    width: 80px !important;
  }
  .u-sm-w-81px {
    width: 81px !important;
  }
  .u-sm-w-82px {
    width: 82px !important;
  }
  .u-sm-w-83px {
    width: 83px !important;
  }
  .u-sm-w-84px {
    width: 84px !important;
  }
  .u-sm-w-85px {
    width: 85px !important;
  }
  .u-sm-w-86px {
    width: 86px !important;
  }
  .u-sm-w-87px {
    width: 87px !important;
  }
  .u-sm-w-88px {
    width: 88px !important;
  }
  .u-sm-w-89px {
    width: 89px !important;
  }
  .u-sm-w-90px {
    width: 90px !important;
  }
  .u-sm-w-91px {
    width: 91px !important;
  }
  .u-sm-w-92px {
    width: 92px !important;
  }
  .u-sm-w-93px {
    width: 93px !important;
  }
  .u-sm-w-94px {
    width: 94px !important;
  }
  .u-sm-w-95px {
    width: 95px !important;
  }
  .u-sm-w-96px {
    width: 96px !important;
  }
  .u-sm-w-97px {
    width: 97px !important;
  }
  .u-sm-w-98px {
    width: 98px !important;
  }
  .u-sm-w-99px {
    width: 99px !important;
  }
  .u-sm-w-100px {
    width: 100px !important;
  }
  .u-sm-w-101px {
    width: 101px !important;
  }
  .u-sm-w-102px {
    width: 102px !important;
  }
  .u-sm-w-103px {
    width: 103px !important;
  }
  .u-sm-w-104px {
    width: 104px !important;
  }
  .u-sm-w-105px {
    width: 105px !important;
  }
  .u-sm-w-106px {
    width: 106px !important;
  }
  .u-sm-w-107px {
    width: 107px !important;
  }
  .u-sm-w-108px {
    width: 108px !important;
  }
  .u-sm-w-109px {
    width: 109px !important;
  }
  .u-sm-w-110px {
    width: 110px !important;
  }
  .u-sm-w-111px {
    width: 111px !important;
  }
  .u-sm-w-112px {
    width: 112px !important;
  }
  .u-sm-w-113px {
    width: 113px !important;
  }
  .u-sm-w-114px {
    width: 114px !important;
  }
  .u-sm-w-115px {
    width: 115px !important;
  }
  .u-sm-w-116px {
    width: 116px !important;
  }
  .u-sm-w-117px {
    width: 117px !important;
  }
  .u-sm-w-118px {
    width: 118px !important;
  }
  .u-sm-w-119px {
    width: 119px !important;
  }
  .u-sm-w-120px {
    width: 120px !important;
  }
  .u-sm-w-121px {
    width: 121px !important;
  }
  .u-sm-w-122px {
    width: 122px !important;
  }
  .u-sm-w-123px {
    width: 123px !important;
  }
  .u-sm-w-124px {
    width: 124px !important;
  }
  .u-sm-w-125px {
    width: 125px !important;
  }
  .u-sm-w-126px {
    width: 126px !important;
  }
  .u-sm-w-127px {
    width: 127px !important;
  }
  .u-sm-w-128px {
    width: 128px !important;
  }
  .u-sm-w-129px {
    width: 129px !important;
  }
  .u-sm-w-130px {
    width: 130px !important;
  }
  .u-sm-w-131px {
    width: 131px !important;
  }
  .u-sm-w-132px {
    width: 132px !important;
  }
  .u-sm-w-133px {
    width: 133px !important;
  }
  .u-sm-w-134px {
    width: 134px !important;
  }
  .u-sm-w-135px {
    width: 135px !important;
  }
  .u-sm-w-136px {
    width: 136px !important;
  }
  .u-sm-w-137px {
    width: 137px !important;
  }
  .u-sm-w-138px {
    width: 138px !important;
  }
  .u-sm-w-139px {
    width: 139px !important;
  }
  .u-sm-w-140px {
    width: 140px !important;
  }
  .u-sm-w-141px {
    width: 141px !important;
  }
  .u-sm-w-142px {
    width: 142px !important;
  }
  .u-sm-w-143px {
    width: 143px !important;
  }
  .u-sm-w-144px {
    width: 144px !important;
  }
  .u-sm-w-145px {
    width: 145px !important;
  }
  .u-sm-w-146px {
    width: 146px !important;
  }
  .u-sm-w-147px {
    width: 147px !important;
  }
  .u-sm-w-148px {
    width: 148px !important;
  }
  .u-sm-w-149px {
    width: 149px !important;
  }
  .u-sm-w-150px {
    width: 150px !important;
  }
  .u-sm-w-151px {
    width: 151px !important;
  }
  .u-sm-w-152px {
    width: 152px !important;
  }
  .u-sm-w-153px {
    width: 153px !important;
  }
  .u-sm-w-154px {
    width: 154px !important;
  }
  .u-sm-w-155px {
    width: 155px !important;
  }
  .u-sm-w-156px {
    width: 156px !important;
  }
  .u-sm-w-157px {
    width: 157px !important;
  }
  .u-sm-w-158px {
    width: 158px !important;
  }
  .u-sm-w-159px {
    width: 159px !important;
  }
  .u-sm-w-160px {
    width: 160px !important;
  }
  .u-sm-w-161px {
    width: 161px !important;
  }
  .u-sm-w-162px {
    width: 162px !important;
  }
  .u-sm-w-163px {
    width: 163px !important;
  }
  .u-sm-w-164px {
    width: 164px !important;
  }
  .u-sm-w-165px {
    width: 165px !important;
  }
  .u-sm-w-166px {
    width: 166px !important;
  }
  .u-sm-w-167px {
    width: 167px !important;
  }
  .u-sm-w-168px {
    width: 168px !important;
  }
  .u-sm-w-169px {
    width: 169px !important;
  }
  .u-sm-w-170px {
    width: 170px !important;
  }
  .u-sm-w-171px {
    width: 171px !important;
  }
  .u-sm-w-172px {
    width: 172px !important;
  }
  .u-sm-w-173px {
    width: 173px !important;
  }
  .u-sm-w-174px {
    width: 174px !important;
  }
  .u-sm-w-175px {
    width: 175px !important;
  }
  .u-sm-w-176px {
    width: 176px !important;
  }
  .u-sm-w-177px {
    width: 177px !important;
  }
  .u-sm-w-178px {
    width: 178px !important;
  }
  .u-sm-w-179px {
    width: 179px !important;
  }
  .u-sm-w-180px {
    width: 180px !important;
  }
  .u-sm-w-181px {
    width: 181px !important;
  }
  .u-sm-w-182px {
    width: 182px !important;
  }
  .u-sm-w-183px {
    width: 183px !important;
  }
  .u-sm-w-184px {
    width: 184px !important;
  }
  .u-sm-w-185px {
    width: 185px !important;
  }
  .u-sm-w-186px {
    width: 186px !important;
  }
  .u-sm-w-187px {
    width: 187px !important;
  }
  .u-sm-w-188px {
    width: 188px !important;
  }
  .u-sm-w-189px {
    width: 189px !important;
  }
  .u-sm-w-190px {
    width: 190px !important;
  }
  .u-sm-w-191px {
    width: 191px !important;
  }
  .u-sm-w-192px {
    width: 192px !important;
  }
  .u-sm-w-193px {
    width: 193px !important;
  }
  .u-sm-w-194px {
    width: 194px !important;
  }
  .u-sm-w-195px {
    width: 195px !important;
  }
  .u-sm-w-196px {
    width: 196px !important;
  }
  .u-sm-w-197px {
    width: 197px !important;
  }
  .u-sm-w-198px {
    width: 198px !important;
  }
  .u-sm-w-199px {
    width: 199px !important;
  }
  .u-sm-w-200px {
    width: 200px !important;
  }
  .u-sm-w-201px {
    width: 201px !important;
  }
  .u-sm-w-202px {
    width: 202px !important;
  }
  .u-sm-w-203px {
    width: 203px !important;
  }
  .u-sm-w-204px {
    width: 204px !important;
  }
  .u-sm-w-205px {
    width: 205px !important;
  }
  .u-sm-w-206px {
    width: 206px !important;
  }
  .u-sm-w-207px {
    width: 207px !important;
  }
  .u-sm-w-208px {
    width: 208px !important;
  }
  .u-sm-w-209px {
    width: 209px !important;
  }
  .u-sm-w-210px {
    width: 210px !important;
  }
  .u-sm-w-211px {
    width: 211px !important;
  }
  .u-sm-w-212px {
    width: 212px !important;
  }
  .u-sm-w-213px {
    width: 213px !important;
  }
  .u-sm-w-214px {
    width: 214px !important;
  }
  .u-sm-w-215px {
    width: 215px !important;
  }
  .u-sm-w-216px {
    width: 216px !important;
  }
  .u-sm-w-217px {
    width: 217px !important;
  }
  .u-sm-w-218px {
    width: 218px !important;
  }
  .u-sm-w-219px {
    width: 219px !important;
  }
  .u-sm-w-220px {
    width: 220px !important;
  }
  .u-sm-w-221px {
    width: 221px !important;
  }
  .u-sm-w-222px {
    width: 222px !important;
  }
  .u-sm-w-223px {
    width: 223px !important;
  }
  .u-sm-w-224px {
    width: 224px !important;
  }
  .u-sm-w-225px {
    width: 225px !important;
  }
  .u-sm-w-226px {
    width: 226px !important;
  }
  .u-sm-w-227px {
    width: 227px !important;
  }
  .u-sm-w-228px {
    width: 228px !important;
  }
  .u-sm-w-229px {
    width: 229px !important;
  }
  .u-sm-w-230px {
    width: 230px !important;
  }
  .u-sm-w-231px {
    width: 231px !important;
  }
  .u-sm-w-232px {
    width: 232px !important;
  }
  .u-sm-w-233px {
    width: 233px !important;
  }
  .u-sm-w-234px {
    width: 234px !important;
  }
  .u-sm-w-235px {
    width: 235px !important;
  }
  .u-sm-w-236px {
    width: 236px !important;
  }
  .u-sm-w-237px {
    width: 237px !important;
  }
  .u-sm-w-238px {
    width: 238px !important;
  }
  .u-sm-w-239px {
    width: 239px !important;
  }
  .u-sm-w-240px {
    width: 240px !important;
  }
  .u-sm-w-241px {
    width: 241px !important;
  }
  .u-sm-w-242px {
    width: 242px !important;
  }
  .u-sm-w-243px {
    width: 243px !important;
  }
  .u-sm-w-244px {
    width: 244px !important;
  }
  .u-sm-w-245px {
    width: 245px !important;
  }
  .u-sm-w-246px {
    width: 246px !important;
  }
  .u-sm-w-247px {
    width: 247px !important;
  }
  .u-sm-w-248px {
    width: 248px !important;
  }
  .u-sm-w-249px {
    width: 249px !important;
  }
  .u-sm-w-250px {
    width: 250px !important;
  }
  .u-sm-w-251px {
    width: 251px !important;
  }
  .u-sm-w-252px {
    width: 252px !important;
  }
  .u-sm-w-253px {
    width: 253px !important;
  }
  .u-sm-w-254px {
    width: 254px !important;
  }
  .u-sm-w-255px {
    width: 255px !important;
  }
  .u-sm-w-256px {
    width: 256px !important;
  }
  .u-sm-w-257px {
    width: 257px !important;
  }
  .u-sm-w-258px {
    width: 258px !important;
  }
  .u-sm-w-259px {
    width: 259px !important;
  }
  .u-sm-w-260px {
    width: 260px !important;
  }
  .u-sm-w-261px {
    width: 261px !important;
  }
  .u-sm-w-262px {
    width: 262px !important;
  }
  .u-sm-w-263px {
    width: 263px !important;
  }
  .u-sm-w-264px {
    width: 264px !important;
  }
  .u-sm-w-265px {
    width: 265px !important;
  }
  .u-sm-w-266px {
    width: 266px !important;
  }
  .u-sm-w-267px {
    width: 267px !important;
  }
  .u-sm-w-268px {
    width: 268px !important;
  }
  .u-sm-w-269px {
    width: 269px !important;
  }
  .u-sm-w-270px {
    width: 270px !important;
  }
  .u-sm-w-271px {
    width: 271px !important;
  }
  .u-sm-w-272px {
    width: 272px !important;
  }
  .u-sm-w-273px {
    width: 273px !important;
  }
  .u-sm-w-274px {
    width: 274px !important;
  }
  .u-sm-w-275px {
    width: 275px !important;
  }
  .u-sm-w-276px {
    width: 276px !important;
  }
  .u-sm-w-277px {
    width: 277px !important;
  }
  .u-sm-w-278px {
    width: 278px !important;
  }
  .u-sm-w-279px {
    width: 279px !important;
  }
  .u-sm-w-280px {
    width: 280px !important;
  }
  .u-sm-w-281px {
    width: 281px !important;
  }
  .u-sm-w-282px {
    width: 282px !important;
  }
  .u-sm-w-283px {
    width: 283px !important;
  }
  .u-sm-w-284px {
    width: 284px !important;
  }
  .u-sm-w-285px {
    width: 285px !important;
  }
  .u-sm-w-286px {
    width: 286px !important;
  }
  .u-sm-w-287px {
    width: 287px !important;
  }
  .u-sm-w-288px {
    width: 288px !important;
  }
  .u-sm-w-289px {
    width: 289px !important;
  }
  .u-sm-w-290px {
    width: 290px !important;
  }
  .u-sm-w-291px {
    width: 291px !important;
  }
  .u-sm-w-292px {
    width: 292px !important;
  }
  .u-sm-w-293px {
    width: 293px !important;
  }
  .u-sm-w-294px {
    width: 294px !important;
  }
  .u-sm-w-295px {
    width: 295px !important;
  }
  .u-sm-w-296px {
    width: 296px !important;
  }
  .u-sm-w-297px {
    width: 297px !important;
  }
  .u-sm-w-298px {
    width: 298px !important;
  }
  .u-sm-w-299px {
    width: 299px !important;
  }
  .u-sm-w-300px {
    width: 300px !important;
  }
  .u-sm-w-301px {
    width: 301px !important;
  }
  .u-sm-w-302px {
    width: 302px !important;
  }
  .u-sm-w-303px {
    width: 303px !important;
  }
  .u-sm-w-304px {
    width: 304px !important;
  }
  .u-sm-w-305px {
    width: 305px !important;
  }
  .u-sm-w-306px {
    width: 306px !important;
  }
  .u-sm-w-307px {
    width: 307px !important;
  }
  .u-sm-w-308px {
    width: 308px !important;
  }
  .u-sm-w-309px {
    width: 309px !important;
  }
  .u-sm-w-310px {
    width: 310px !important;
  }
  .u-sm-w-311px {
    width: 311px !important;
  }
  .u-sm-w-312px {
    width: 312px !important;
  }
  .u-sm-w-313px {
    width: 313px !important;
  }
  .u-sm-w-314px {
    width: 314px !important;
  }
  .u-sm-w-315px {
    width: 315px !important;
  }
  .u-sm-w-316px {
    width: 316px !important;
  }
  .u-sm-w-317px {
    width: 317px !important;
  }
  .u-sm-w-318px {
    width: 318px !important;
  }
  .u-sm-w-319px {
    width: 319px !important;
  }
  .u-sm-w-320px {
    width: 320px !important;
  }
  .u-sm-w-321px {
    width: 321px !important;
  }
  .u-sm-w-322px {
    width: 322px !important;
  }
  .u-sm-w-323px {
    width: 323px !important;
  }
  .u-sm-w-324px {
    width: 324px !important;
  }
  .u-sm-w-325px {
    width: 325px !important;
  }
  .u-sm-w-326px {
    width: 326px !important;
  }
  .u-sm-w-327px {
    width: 327px !important;
  }
  .u-sm-w-328px {
    width: 328px !important;
  }
  .u-sm-w-329px {
    width: 329px !important;
  }
  .u-sm-w-330px {
    width: 330px !important;
  }
  .u-sm-w-331px {
    width: 331px !important;
  }
  .u-sm-w-332px {
    width: 332px !important;
  }
  .u-sm-w-333px {
    width: 333px !important;
  }
  .u-sm-w-334px {
    width: 334px !important;
  }
  .u-sm-w-335px {
    width: 335px !important;
  }
  .u-sm-w-336px {
    width: 336px !important;
  }
  .u-sm-w-337px {
    width: 337px !important;
  }
  .u-sm-w-338px {
    width: 338px !important;
  }
  .u-sm-w-339px {
    width: 339px !important;
  }
  .u-sm-w-340px {
    width: 340px !important;
  }
  .u-sm-w-341px {
    width: 341px !important;
  }
  .u-sm-w-342px {
    width: 342px !important;
  }
  .u-sm-w-343px {
    width: 343px !important;
  }
  .u-sm-w-344px {
    width: 344px !important;
  }
  .u-sm-w-345px {
    width: 345px !important;
  }
  .u-sm-w-346px {
    width: 346px !important;
  }
  .u-sm-w-347px {
    width: 347px !important;
  }
  .u-sm-w-348px {
    width: 348px !important;
  }
  .u-sm-w-349px {
    width: 349px !important;
  }
  .u-sm-w-350px {
    width: 350px !important;
  }
  .u-sm-w-351px {
    width: 351px !important;
  }
  .u-sm-w-352px {
    width: 352px !important;
  }
  .u-sm-w-353px {
    width: 353px !important;
  }
  .u-sm-w-354px {
    width: 354px !important;
  }
  .u-sm-w-355px {
    width: 355px !important;
  }
  .u-sm-w-356px {
    width: 356px !important;
  }
  .u-sm-w-357px {
    width: 357px !important;
  }
  .u-sm-w-358px {
    width: 358px !important;
  }
  .u-sm-w-359px {
    width: 359px !important;
  }
  .u-sm-w-360px {
    width: 360px !important;
  }
  .u-sm-w-361px {
    width: 361px !important;
  }
  .u-sm-w-362px {
    width: 362px !important;
  }
  .u-sm-w-363px {
    width: 363px !important;
  }
  .u-sm-w-364px {
    width: 364px !important;
  }
  .u-sm-w-365px {
    width: 365px !important;
  }
  .u-sm-w-366px {
    width: 366px !important;
  }
  .u-sm-w-367px {
    width: 367px !important;
  }
  .u-sm-w-368px {
    width: 368px !important;
  }
  .u-sm-w-369px {
    width: 369px !important;
  }
  .u-sm-w-370px {
    width: 370px !important;
  }
  .u-sm-w-371px {
    width: 371px !important;
  }
  .u-sm-w-372px {
    width: 372px !important;
  }
  .u-sm-w-373px {
    width: 373px !important;
  }
  .u-sm-w-374px {
    width: 374px !important;
  }
  .u-sm-w-375px {
    width: 375px !important;
  }
  .u-sm-w-376px {
    width: 376px !important;
  }
  .u-sm-w-377px {
    width: 377px !important;
  }
  .u-sm-w-378px {
    width: 378px !important;
  }
  .u-sm-w-379px {
    width: 379px !important;
  }
  .u-sm-w-380px {
    width: 380px !important;
  }
  .u-sm-w-381px {
    width: 381px !important;
  }
  .u-sm-w-382px {
    width: 382px !important;
  }
  .u-sm-w-383px {
    width: 383px !important;
  }
  .u-sm-w-384px {
    width: 384px !important;
  }
  .u-sm-w-385px {
    width: 385px !important;
  }
  .u-sm-w-386px {
    width: 386px !important;
  }
  .u-sm-w-387px {
    width: 387px !important;
  }
  .u-sm-w-388px {
    width: 388px !important;
  }
  .u-sm-w-389px {
    width: 389px !important;
  }
  .u-sm-w-390px {
    width: 390px !important;
  }
  .u-sm-w-391px {
    width: 391px !important;
  }
  .u-sm-w-392px {
    width: 392px !important;
  }
  .u-sm-w-393px {
    width: 393px !important;
  }
  .u-sm-w-394px {
    width: 394px !important;
  }
  .u-sm-w-395px {
    width: 395px !important;
  }
  .u-sm-w-396px {
    width: 396px !important;
  }
  .u-sm-w-397px {
    width: 397px !important;
  }
  .u-sm-w-398px {
    width: 398px !important;
  }
  .u-sm-w-399px {
    width: 399px !important;
  }
  .u-sm-w-400px {
    width: 400px !important;
  }
  .u-sm-w-401px {
    width: 401px !important;
  }
  .u-sm-w-402px {
    width: 402px !important;
  }
  .u-sm-w-403px {
    width: 403px !important;
  }
  .u-sm-w-404px {
    width: 404px !important;
  }
  .u-sm-w-405px {
    width: 405px !important;
  }
  .u-sm-w-406px {
    width: 406px !important;
  }
  .u-sm-w-407px {
    width: 407px !important;
  }
  .u-sm-w-408px {
    width: 408px !important;
  }
  .u-sm-w-409px {
    width: 409px !important;
  }
  .u-sm-w-410px {
    width: 410px !important;
  }
  .u-sm-w-411px {
    width: 411px !important;
  }
  .u-sm-w-412px {
    width: 412px !important;
  }
  .u-sm-w-413px {
    width: 413px !important;
  }
  .u-sm-w-414px {
    width: 414px !important;
  }
  .u-sm-w-415px {
    width: 415px !important;
  }
  .u-sm-w-416px {
    width: 416px !important;
  }
  .u-sm-w-417px {
    width: 417px !important;
  }
  .u-sm-w-418px {
    width: 418px !important;
  }
  .u-sm-w-419px {
    width: 419px !important;
  }
  .u-sm-w-420px {
    width: 420px !important;
  }
  .u-sm-w-421px {
    width: 421px !important;
  }
  .u-sm-w-422px {
    width: 422px !important;
  }
  .u-sm-w-423px {
    width: 423px !important;
  }
  .u-sm-w-424px {
    width: 424px !important;
  }
  .u-sm-w-425px {
    width: 425px !important;
  }
  .u-sm-w-426px {
    width: 426px !important;
  }
  .u-sm-w-427px {
    width: 427px !important;
  }
  .u-sm-w-428px {
    width: 428px !important;
  }
  .u-sm-w-429px {
    width: 429px !important;
  }
  .u-sm-w-430px {
    width: 430px !important;
  }
  .u-sm-w-431px {
    width: 431px !important;
  }
  .u-sm-w-432px {
    width: 432px !important;
  }
  .u-sm-w-433px {
    width: 433px !important;
  }
  .u-sm-w-434px {
    width: 434px !important;
  }
  .u-sm-w-435px {
    width: 435px !important;
  }
  .u-sm-w-436px {
    width: 436px !important;
  }
  .u-sm-w-437px {
    width: 437px !important;
  }
  .u-sm-w-438px {
    width: 438px !important;
  }
  .u-sm-w-439px {
    width: 439px !important;
  }
  .u-sm-w-440px {
    width: 440px !important;
  }
  .u-sm-w-441px {
    width: 441px !important;
  }
  .u-sm-w-442px {
    width: 442px !important;
  }
  .u-sm-w-443px {
    width: 443px !important;
  }
  .u-sm-w-444px {
    width: 444px !important;
  }
  .u-sm-w-445px {
    width: 445px !important;
  }
  .u-sm-w-446px {
    width: 446px !important;
  }
  .u-sm-w-447px {
    width: 447px !important;
  }
  .u-sm-w-448px {
    width: 448px !important;
  }
  .u-sm-w-449px {
    width: 449px !important;
  }
  .u-sm-w-450px {
    width: 450px !important;
  }
  .u-sm-w-451px {
    width: 451px !important;
  }
  .u-sm-w-452px {
    width: 452px !important;
  }
  .u-sm-w-453px {
    width: 453px !important;
  }
  .u-sm-w-454px {
    width: 454px !important;
  }
  .u-sm-w-455px {
    width: 455px !important;
  }
  .u-sm-w-456px {
    width: 456px !important;
  }
  .u-sm-w-457px {
    width: 457px !important;
  }
  .u-sm-w-458px {
    width: 458px !important;
  }
  .u-sm-w-459px {
    width: 459px !important;
  }
  .u-sm-w-460px {
    width: 460px !important;
  }
  .u-sm-w-461px {
    width: 461px !important;
  }
  .u-sm-w-462px {
    width: 462px !important;
  }
  .u-sm-w-463px {
    width: 463px !important;
  }
  .u-sm-w-464px {
    width: 464px !important;
  }
  .u-sm-w-465px {
    width: 465px !important;
  }
  .u-sm-w-466px {
    width: 466px !important;
  }
  .u-sm-w-467px {
    width: 467px !important;
  }
  .u-sm-w-468px {
    width: 468px !important;
  }
  .u-sm-w-469px {
    width: 469px !important;
  }
  .u-sm-w-470px {
    width: 470px !important;
  }
  .u-sm-w-471px {
    width: 471px !important;
  }
  .u-sm-w-472px {
    width: 472px !important;
  }
  .u-sm-w-473px {
    width: 473px !important;
  }
  .u-sm-w-474px {
    width: 474px !important;
  }
  .u-sm-w-475px {
    width: 475px !important;
  }
  .u-sm-w-476px {
    width: 476px !important;
  }
  .u-sm-w-477px {
    width: 477px !important;
  }
  .u-sm-w-478px {
    width: 478px !important;
  }
  .u-sm-w-479px {
    width: 479px !important;
  }
  .u-sm-w-480px {
    width: 480px !important;
  }
  .u-sm-w-481px {
    width: 481px !important;
  }
  .u-sm-w-482px {
    width: 482px !important;
  }
  .u-sm-w-483px {
    width: 483px !important;
  }
  .u-sm-w-484px {
    width: 484px !important;
  }
  .u-sm-w-485px {
    width: 485px !important;
  }
  .u-sm-w-486px {
    width: 486px !important;
  }
  .u-sm-w-487px {
    width: 487px !important;
  }
  .u-sm-w-488px {
    width: 488px !important;
  }
  .u-sm-w-489px {
    width: 489px !important;
  }
  .u-sm-w-490px {
    width: 490px !important;
  }
  .u-sm-w-491px {
    width: 491px !important;
  }
  .u-sm-w-492px {
    width: 492px !important;
  }
  .u-sm-w-493px {
    width: 493px !important;
  }
  .u-sm-w-494px {
    width: 494px !important;
  }
  .u-sm-w-495px {
    width: 495px !important;
  }
  .u-sm-w-496px {
    width: 496px !important;
  }
  .u-sm-w-497px {
    width: 497px !important;
  }
  .u-sm-w-498px {
    width: 498px !important;
  }
  .u-sm-w-499px {
    width: 499px !important;
  }
  .u-sm-w-500px {
    width: 500px !important;
  }
  .u-sm-w-501px {
    width: 501px !important;
  }
  .u-sm-w-502px {
    width: 502px !important;
  }
  .u-sm-w-503px {
    width: 503px !important;
  }
  .u-sm-w-504px {
    width: 504px !important;
  }
  .u-sm-w-505px {
    width: 505px !important;
  }
  .u-sm-w-506px {
    width: 506px !important;
  }
  .u-sm-w-507px {
    width: 507px !important;
  }
  .u-sm-w-508px {
    width: 508px !important;
  }
  .u-sm-w-509px {
    width: 509px !important;
  }
  .u-sm-w-510px {
    width: 510px !important;
  }
  .u-sm-w-511px {
    width: 511px !important;
  }
  .u-sm-w-512px {
    width: 512px !important;
  }
  .u-sm-w-513px {
    width: 513px !important;
  }
  .u-sm-w-514px {
    width: 514px !important;
  }
  .u-sm-w-515px {
    width: 515px !important;
  }
  .u-sm-w-516px {
    width: 516px !important;
  }
  .u-sm-w-517px {
    width: 517px !important;
  }
  .u-sm-w-518px {
    width: 518px !important;
  }
  .u-sm-w-519px {
    width: 519px !important;
  }
  .u-sm-w-520px {
    width: 520px !important;
  }
  .u-sm-w-521px {
    width: 521px !important;
  }
  .u-sm-w-522px {
    width: 522px !important;
  }
  .u-sm-w-523px {
    width: 523px !important;
  }
  .u-sm-w-524px {
    width: 524px !important;
  }
  .u-sm-w-525px {
    width: 525px !important;
  }
  .u-sm-w-526px {
    width: 526px !important;
  }
  .u-sm-w-527px {
    width: 527px !important;
  }
  .u-sm-w-528px {
    width: 528px !important;
  }
  .u-sm-w-529px {
    width: 529px !important;
  }
  .u-sm-w-530px {
    width: 530px !important;
  }
  .u-sm-w-531px {
    width: 531px !important;
  }
  .u-sm-w-532px {
    width: 532px !important;
  }
  .u-sm-w-533px {
    width: 533px !important;
  }
  .u-sm-w-534px {
    width: 534px !important;
  }
  .u-sm-w-535px {
    width: 535px !important;
  }
  .u-sm-w-536px {
    width: 536px !important;
  }
  .u-sm-w-537px {
    width: 537px !important;
  }
  .u-sm-w-538px {
    width: 538px !important;
  }
  .u-sm-w-539px {
    width: 539px !important;
  }
  .u-sm-w-540px {
    width: 540px !important;
  }
  .u-sm-w-541px {
    width: 541px !important;
  }
  .u-sm-w-542px {
    width: 542px !important;
  }
  .u-sm-w-543px {
    width: 543px !important;
  }
  .u-sm-w-544px {
    width: 544px !important;
  }
  .u-sm-w-545px {
    width: 545px !important;
  }
  .u-sm-w-546px {
    width: 546px !important;
  }
  .u-sm-w-547px {
    width: 547px !important;
  }
  .u-sm-w-548px {
    width: 548px !important;
  }
  .u-sm-w-549px {
    width: 549px !important;
  }
  .u-sm-w-550px {
    width: 550px !important;
  }
  .u-sm-w-551px {
    width: 551px !important;
  }
  .u-sm-w-552px {
    width: 552px !important;
  }
  .u-sm-w-553px {
    width: 553px !important;
  }
  .u-sm-w-554px {
    width: 554px !important;
  }
  .u-sm-w-555px {
    width: 555px !important;
  }
  .u-sm-w-556px {
    width: 556px !important;
  }
  .u-sm-w-557px {
    width: 557px !important;
  }
  .u-sm-w-558px {
    width: 558px !important;
  }
  .u-sm-w-559px {
    width: 559px !important;
  }
  .u-sm-w-560px {
    width: 560px !important;
  }
  .u-sm-w-561px {
    width: 561px !important;
  }
  .u-sm-w-562px {
    width: 562px !important;
  }
  .u-sm-w-563px {
    width: 563px !important;
  }
  .u-sm-w-564px {
    width: 564px !important;
  }
  .u-sm-w-565px {
    width: 565px !important;
  }
  .u-sm-w-566px {
    width: 566px !important;
  }
  .u-sm-w-567px {
    width: 567px !important;
  }
  .u-sm-w-568px {
    width: 568px !important;
  }
  .u-sm-w-569px {
    width: 569px !important;
  }
  .u-sm-w-570px {
    width: 570px !important;
  }
  .u-sm-w-571px {
    width: 571px !important;
  }
  .u-sm-w-572px {
    width: 572px !important;
  }
  .u-sm-w-573px {
    width: 573px !important;
  }
  .u-sm-w-574px {
    width: 574px !important;
  }
  .u-sm-w-575px {
    width: 575px !important;
  }
  .u-sm-w-576px {
    width: 576px !important;
  }
  .u-sm-w-577px {
    width: 577px !important;
  }
  .u-sm-w-578px {
    width: 578px !important;
  }
  .u-sm-w-579px {
    width: 579px !important;
  }
  .u-sm-w-580px {
    width: 580px !important;
  }
  .u-sm-w-581px {
    width: 581px !important;
  }
  .u-sm-w-582px {
    width: 582px !important;
  }
  .u-sm-w-583px {
    width: 583px !important;
  }
  .u-sm-w-584px {
    width: 584px !important;
  }
  .u-sm-w-585px {
    width: 585px !important;
  }
  .u-sm-w-586px {
    width: 586px !important;
  }
  .u-sm-w-587px {
    width: 587px !important;
  }
  .u-sm-w-588px {
    width: 588px !important;
  }
  .u-sm-w-589px {
    width: 589px !important;
  }
  .u-sm-w-590px {
    width: 590px !important;
  }
  .u-sm-w-591px {
    width: 591px !important;
  }
  .u-sm-w-592px {
    width: 592px !important;
  }
  .u-sm-w-593px {
    width: 593px !important;
  }
  .u-sm-w-594px {
    width: 594px !important;
  }
  .u-sm-w-595px {
    width: 595px !important;
  }
  .u-sm-w-596px {
    width: 596px !important;
  }
  .u-sm-w-597px {
    width: 597px !important;
  }
  .u-sm-w-598px {
    width: 598px !important;
  }
  .u-sm-w-599px {
    width: 599px !important;
  }
  .u-sm-w-600px {
    width: 600px !important;
  }
  .u-sm-w-601px {
    width: 601px !important;
  }
  .u-sm-w-602px {
    width: 602px !important;
  }
  .u-sm-w-603px {
    width: 603px !important;
  }
  .u-sm-w-604px {
    width: 604px !important;
  }
  .u-sm-w-605px {
    width: 605px !important;
  }
  .u-sm-w-606px {
    width: 606px !important;
  }
  .u-sm-w-607px {
    width: 607px !important;
  }
  .u-sm-w-608px {
    width: 608px !important;
  }
  .u-sm-w-609px {
    width: 609px !important;
  }
  .u-sm-w-610px {
    width: 610px !important;
  }
  .u-sm-w-611px {
    width: 611px !important;
  }
  .u-sm-w-612px {
    width: 612px !important;
  }
  .u-sm-w-613px {
    width: 613px !important;
  }
  .u-sm-w-614px {
    width: 614px !important;
  }
  .u-sm-w-615px {
    width: 615px !important;
  }
  .u-sm-w-616px {
    width: 616px !important;
  }
  .u-sm-w-617px {
    width: 617px !important;
  }
  .u-sm-w-618px {
    width: 618px !important;
  }
  .u-sm-w-619px {
    width: 619px !important;
  }
  .u-sm-w-620px {
    width: 620px !important;
  }
  .u-sm-w-621px {
    width: 621px !important;
  }
  .u-sm-w-622px {
    width: 622px !important;
  }
  .u-sm-w-623px {
    width: 623px !important;
  }
  .u-sm-w-624px {
    width: 624px !important;
  }
  .u-sm-w-625px {
    width: 625px !important;
  }
  .u-sm-w-626px {
    width: 626px !important;
  }
  .u-sm-w-627px {
    width: 627px !important;
  }
  .u-sm-w-628px {
    width: 628px !important;
  }
  .u-sm-w-629px {
    width: 629px !important;
  }
  .u-sm-w-630px {
    width: 630px !important;
  }
  .u-sm-w-631px {
    width: 631px !important;
  }
  .u-sm-w-632px {
    width: 632px !important;
  }
  .u-sm-w-633px {
    width: 633px !important;
  }
  .u-sm-w-634px {
    width: 634px !important;
  }
  .u-sm-w-635px {
    width: 635px !important;
  }
  .u-sm-w-636px {
    width: 636px !important;
  }
  .u-sm-w-637px {
    width: 637px !important;
  }
  .u-sm-w-638px {
    width: 638px !important;
  }
  .u-sm-w-639px {
    width: 639px !important;
  }
  .u-sm-w-640px {
    width: 640px !important;
  }
  .u-sm-w-641px {
    width: 641px !important;
  }
  .u-sm-w-642px {
    width: 642px !important;
  }
  .u-sm-w-643px {
    width: 643px !important;
  }
  .u-sm-w-644px {
    width: 644px !important;
  }
  .u-sm-w-645px {
    width: 645px !important;
  }
  .u-sm-w-646px {
    width: 646px !important;
  }
  .u-sm-w-647px {
    width: 647px !important;
  }
  .u-sm-w-648px {
    width: 648px !important;
  }
  .u-sm-w-649px {
    width: 649px !important;
  }
  .u-sm-w-650px {
    width: 650px !important;
  }
  .u-sm-w-651px {
    width: 651px !important;
  }
  .u-sm-w-652px {
    width: 652px !important;
  }
  .u-sm-w-653px {
    width: 653px !important;
  }
  .u-sm-w-654px {
    width: 654px !important;
  }
  .u-sm-w-655px {
    width: 655px !important;
  }
  .u-sm-w-656px {
    width: 656px !important;
  }
  .u-sm-w-657px {
    width: 657px !important;
  }
  .u-sm-w-658px {
    width: 658px !important;
  }
  .u-sm-w-659px {
    width: 659px !important;
  }
  .u-sm-w-660px {
    width: 660px !important;
  }
  .u-sm-w-661px {
    width: 661px !important;
  }
  .u-sm-w-662px {
    width: 662px !important;
  }
  .u-sm-w-663px {
    width: 663px !important;
  }
  .u-sm-w-664px {
    width: 664px !important;
  }
  .u-sm-w-665px {
    width: 665px !important;
  }
  .u-sm-w-666px {
    width: 666px !important;
  }
  .u-sm-w-667px {
    width: 667px !important;
  }
  .u-sm-w-668px {
    width: 668px !important;
  }
  .u-sm-w-669px {
    width: 669px !important;
  }
  .u-sm-w-670px {
    width: 670px !important;
  }
  .u-sm-w-671px {
    width: 671px !important;
  }
  .u-sm-w-672px {
    width: 672px !important;
  }
  .u-sm-w-673px {
    width: 673px !important;
  }
  .u-sm-w-674px {
    width: 674px !important;
  }
  .u-sm-w-675px {
    width: 675px !important;
  }
  .u-sm-w-676px {
    width: 676px !important;
  }
  .u-sm-w-677px {
    width: 677px !important;
  }
  .u-sm-w-678px {
    width: 678px !important;
  }
  .u-sm-w-679px {
    width: 679px !important;
  }
  .u-sm-w-680px {
    width: 680px !important;
  }
  .u-sm-w-681px {
    width: 681px !important;
  }
  .u-sm-w-682px {
    width: 682px !important;
  }
  .u-sm-w-683px {
    width: 683px !important;
  }
  .u-sm-w-684px {
    width: 684px !important;
  }
  .u-sm-w-685px {
    width: 685px !important;
  }
  .u-sm-w-686px {
    width: 686px !important;
  }
  .u-sm-w-687px {
    width: 687px !important;
  }
  .u-sm-w-688px {
    width: 688px !important;
  }
  .u-sm-w-689px {
    width: 689px !important;
  }
  .u-sm-w-690px {
    width: 690px !important;
  }
  .u-sm-w-691px {
    width: 691px !important;
  }
  .u-sm-w-692px {
    width: 692px !important;
  }
  .u-sm-w-693px {
    width: 693px !important;
  }
  .u-sm-w-694px {
    width: 694px !important;
  }
  .u-sm-w-695px {
    width: 695px !important;
  }
  .u-sm-w-696px {
    width: 696px !important;
  }
  .u-sm-w-697px {
    width: 697px !important;
  }
  .u-sm-w-698px {
    width: 698px !important;
  }
  .u-sm-w-699px {
    width: 699px !important;
  }
  .u-sm-w-700px {
    width: 700px !important;
  }
  .u-sm-w-701px {
    width: 701px !important;
  }
  .u-sm-w-702px {
    width: 702px !important;
  }
  .u-sm-w-703px {
    width: 703px !important;
  }
  .u-sm-w-704px {
    width: 704px !important;
  }
  .u-sm-w-705px {
    width: 705px !important;
  }
  .u-sm-w-706px {
    width: 706px !important;
  }
  .u-sm-w-707px {
    width: 707px !important;
  }
  .u-sm-w-708px {
    width: 708px !important;
  }
  .u-sm-w-709px {
    width: 709px !important;
  }
  .u-sm-w-710px {
    width: 710px !important;
  }
  .u-sm-w-711px {
    width: 711px !important;
  }
  .u-sm-w-712px {
    width: 712px !important;
  }
  .u-sm-w-713px {
    width: 713px !important;
  }
  .u-sm-w-714px {
    width: 714px !important;
  }
  .u-sm-w-715px {
    width: 715px !important;
  }
  .u-sm-w-716px {
    width: 716px !important;
  }
  .u-sm-w-717px {
    width: 717px !important;
  }
  .u-sm-w-718px {
    width: 718px !important;
  }
  .u-sm-w-719px {
    width: 719px !important;
  }
  .u-sm-w-720px {
    width: 720px !important;
  }
  .u-sm-w-721px {
    width: 721px !important;
  }
  .u-sm-w-722px {
    width: 722px !important;
  }
  .u-sm-w-723px {
    width: 723px !important;
  }
  .u-sm-w-724px {
    width: 724px !important;
  }
  .u-sm-w-725px {
    width: 725px !important;
  }
  .u-sm-w-726px {
    width: 726px !important;
  }
  .u-sm-w-727px {
    width: 727px !important;
  }
  .u-sm-w-728px {
    width: 728px !important;
  }
  .u-sm-w-729px {
    width: 729px !important;
  }
  .u-sm-w-730px {
    width: 730px !important;
  }
  .u-sm-w-731px {
    width: 731px !important;
  }
  .u-sm-w-732px {
    width: 732px !important;
  }
  .u-sm-w-733px {
    width: 733px !important;
  }
  .u-sm-w-734px {
    width: 734px !important;
  }
  .u-sm-w-735px {
    width: 735px !important;
  }
  .u-sm-w-736px {
    width: 736px !important;
  }
  .u-sm-w-737px {
    width: 737px !important;
  }
  .u-sm-w-738px {
    width: 738px !important;
  }
  .u-sm-w-739px {
    width: 739px !important;
  }
  .u-sm-w-740px {
    width: 740px !important;
  }
  .u-sm-w-741px {
    width: 741px !important;
  }
  .u-sm-w-742px {
    width: 742px !important;
  }
  .u-sm-w-743px {
    width: 743px !important;
  }
  .u-sm-w-744px {
    width: 744px !important;
  }
  .u-sm-w-745px {
    width: 745px !important;
  }
  .u-sm-w-746px {
    width: 746px !important;
  }
  .u-sm-w-747px {
    width: 747px !important;
  }
  .u-sm-w-748px {
    width: 748px !important;
  }
  .u-sm-w-749px {
    width: 749px !important;
  }
  .u-sm-w-750px {
    width: 750px !important;
  }
  .u-sm-w-751px {
    width: 751px !important;
  }
  .u-sm-w-752px {
    width: 752px !important;
  }
  .u-sm-w-753px {
    width: 753px !important;
  }
  .u-sm-w-754px {
    width: 754px !important;
  }
  .u-sm-w-755px {
    width: 755px !important;
  }
  .u-sm-w-756px {
    width: 756px !important;
  }
  .u-sm-w-757px {
    width: 757px !important;
  }
  .u-sm-w-758px {
    width: 758px !important;
  }
  .u-sm-w-759px {
    width: 759px !important;
  }
  .u-sm-w-760px {
    width: 760px !important;
  }
  .u-sm-w-761px {
    width: 761px !important;
  }
  .u-sm-w-762px {
    width: 762px !important;
  }
  .u-sm-w-763px {
    width: 763px !important;
  }
  .u-sm-w-764px {
    width: 764px !important;
  }
  .u-sm-w-765px {
    width: 765px !important;
  }
  .u-sm-w-766px {
    width: 766px !important;
  }
  .u-sm-w-767px {
    width: 767px !important;
  }
  .u-sm-w-768px {
    width: 768px !important;
  }
  .u-sm-w-769px {
    width: 769px !important;
  }
  .u-sm-w-770px {
    width: 770px !important;
  }
  .u-sm-w-771px {
    width: 771px !important;
  }
  .u-sm-w-772px {
    width: 772px !important;
  }
  .u-sm-w-773px {
    width: 773px !important;
  }
  .u-sm-w-774px {
    width: 774px !important;
  }
  .u-sm-w-775px {
    width: 775px !important;
  }
  .u-sm-w-776px {
    width: 776px !important;
  }
  .u-sm-w-777px {
    width: 777px !important;
  }
  .u-sm-w-778px {
    width: 778px !important;
  }
  .u-sm-w-779px {
    width: 779px !important;
  }
  .u-sm-w-780px {
    width: 780px !important;
  }
  .u-sm-w-781px {
    width: 781px !important;
  }
  .u-sm-w-782px {
    width: 782px !important;
  }
  .u-sm-w-783px {
    width: 783px !important;
  }
  .u-sm-w-784px {
    width: 784px !important;
  }
  .u-sm-w-785px {
    width: 785px !important;
  }
  .u-sm-w-786px {
    width: 786px !important;
  }
  .u-sm-w-787px {
    width: 787px !important;
  }
  .u-sm-w-788px {
    width: 788px !important;
  }
  .u-sm-w-789px {
    width: 789px !important;
  }
  .u-sm-w-790px {
    width: 790px !important;
  }
  .u-sm-w-791px {
    width: 791px !important;
  }
  .u-sm-w-792px {
    width: 792px !important;
  }
  .u-sm-w-793px {
    width: 793px !important;
  }
  .u-sm-w-794px {
    width: 794px !important;
  }
  .u-sm-w-795px {
    width: 795px !important;
  }
  .u-sm-w-796px {
    width: 796px !important;
  }
  .u-sm-w-797px {
    width: 797px !important;
  }
  .u-sm-w-798px {
    width: 798px !important;
  }
  .u-sm-w-799px {
    width: 799px !important;
  }
  .u-sm-w-800px {
    width: 800px !important;
  }
  .u-sm-w-801px {
    width: 801px !important;
  }
  .u-sm-w-802px {
    width: 802px !important;
  }
  .u-sm-w-803px {
    width: 803px !important;
  }
  .u-sm-w-804px {
    width: 804px !important;
  }
  .u-sm-w-805px {
    width: 805px !important;
  }
  .u-sm-w-806px {
    width: 806px !important;
  }
  .u-sm-w-807px {
    width: 807px !important;
  }
  .u-sm-w-808px {
    width: 808px !important;
  }
  .u-sm-w-809px {
    width: 809px !important;
  }
  .u-sm-w-810px {
    width: 810px !important;
  }
  .u-sm-w-811px {
    width: 811px !important;
  }
  .u-sm-w-812px {
    width: 812px !important;
  }
  .u-sm-w-813px {
    width: 813px !important;
  }
  .u-sm-w-814px {
    width: 814px !important;
  }
  .u-sm-w-815px {
    width: 815px !important;
  }
  .u-sm-w-816px {
    width: 816px !important;
  }
  .u-sm-w-817px {
    width: 817px !important;
  }
  .u-sm-w-818px {
    width: 818px !important;
  }
  .u-sm-w-819px {
    width: 819px !important;
  }
  .u-sm-w-820px {
    width: 820px !important;
  }
  .u-sm-w-821px {
    width: 821px !important;
  }
  .u-sm-w-822px {
    width: 822px !important;
  }
  .u-sm-w-823px {
    width: 823px !important;
  }
  .u-sm-w-824px {
    width: 824px !important;
  }
  .u-sm-w-825px {
    width: 825px !important;
  }
  .u-sm-w-826px {
    width: 826px !important;
  }
  .u-sm-w-827px {
    width: 827px !important;
  }
  .u-sm-w-828px {
    width: 828px !important;
  }
  .u-sm-w-829px {
    width: 829px !important;
  }
  .u-sm-w-830px {
    width: 830px !important;
  }
  .u-sm-w-831px {
    width: 831px !important;
  }
  .u-sm-w-832px {
    width: 832px !important;
  }
  .u-sm-w-833px {
    width: 833px !important;
  }
  .u-sm-w-834px {
    width: 834px !important;
  }
  .u-sm-w-835px {
    width: 835px !important;
  }
  .u-sm-w-836px {
    width: 836px !important;
  }
  .u-sm-w-837px {
    width: 837px !important;
  }
  .u-sm-w-838px {
    width: 838px !important;
  }
  .u-sm-w-839px {
    width: 839px !important;
  }
  .u-sm-w-840px {
    width: 840px !important;
  }
  .u-sm-w-841px {
    width: 841px !important;
  }
  .u-sm-w-842px {
    width: 842px !important;
  }
  .u-sm-w-843px {
    width: 843px !important;
  }
  .u-sm-w-844px {
    width: 844px !important;
  }
  .u-sm-w-845px {
    width: 845px !important;
  }
  .u-sm-w-846px {
    width: 846px !important;
  }
  .u-sm-w-847px {
    width: 847px !important;
  }
  .u-sm-w-848px {
    width: 848px !important;
  }
  .u-sm-w-849px {
    width: 849px !important;
  }
  .u-sm-w-850px {
    width: 850px !important;
  }
  .u-sm-w-851px {
    width: 851px !important;
  }
  .u-sm-w-852px {
    width: 852px !important;
  }
  .u-sm-w-853px {
    width: 853px !important;
  }
  .u-sm-w-854px {
    width: 854px !important;
  }
  .u-sm-w-855px {
    width: 855px !important;
  }
  .u-sm-w-856px {
    width: 856px !important;
  }
  .u-sm-w-857px {
    width: 857px !important;
  }
  .u-sm-w-858px {
    width: 858px !important;
  }
  .u-sm-w-859px {
    width: 859px !important;
  }
  .u-sm-w-860px {
    width: 860px !important;
  }
  .u-sm-w-861px {
    width: 861px !important;
  }
  .u-sm-w-862px {
    width: 862px !important;
  }
  .u-sm-w-863px {
    width: 863px !important;
  }
  .u-sm-w-864px {
    width: 864px !important;
  }
  .u-sm-w-865px {
    width: 865px !important;
  }
  .u-sm-w-866px {
    width: 866px !important;
  }
  .u-sm-w-867px {
    width: 867px !important;
  }
  .u-sm-w-868px {
    width: 868px !important;
  }
  .u-sm-w-869px {
    width: 869px !important;
  }
  .u-sm-w-870px {
    width: 870px !important;
  }
  .u-sm-w-871px {
    width: 871px !important;
  }
  .u-sm-w-872px {
    width: 872px !important;
  }
  .u-sm-w-873px {
    width: 873px !important;
  }
  .u-sm-w-874px {
    width: 874px !important;
  }
  .u-sm-w-875px {
    width: 875px !important;
  }
  .u-sm-w-876px {
    width: 876px !important;
  }
  .u-sm-w-877px {
    width: 877px !important;
  }
  .u-sm-w-878px {
    width: 878px !important;
  }
  .u-sm-w-879px {
    width: 879px !important;
  }
  .u-sm-w-880px {
    width: 880px !important;
  }
  .u-sm-w-881px {
    width: 881px !important;
  }
  .u-sm-w-882px {
    width: 882px !important;
  }
  .u-sm-w-883px {
    width: 883px !important;
  }
  .u-sm-w-884px {
    width: 884px !important;
  }
  .u-sm-w-885px {
    width: 885px !important;
  }
  .u-sm-w-886px {
    width: 886px !important;
  }
  .u-sm-w-887px {
    width: 887px !important;
  }
  .u-sm-w-888px {
    width: 888px !important;
  }
  .u-sm-w-889px {
    width: 889px !important;
  }
  .u-sm-w-890px {
    width: 890px !important;
  }
  .u-sm-w-891px {
    width: 891px !important;
  }
  .u-sm-w-892px {
    width: 892px !important;
  }
  .u-sm-w-893px {
    width: 893px !important;
  }
  .u-sm-w-894px {
    width: 894px !important;
  }
  .u-sm-w-895px {
    width: 895px !important;
  }
  .u-sm-w-896px {
    width: 896px !important;
  }
  .u-sm-w-897px {
    width: 897px !important;
  }
  .u-sm-w-898px {
    width: 898px !important;
  }
  .u-sm-w-899px {
    width: 899px !important;
  }
  .u-sm-w-900px {
    width: 900px !important;
  }
  .u-sm-w-901px {
    width: 901px !important;
  }
  .u-sm-w-902px {
    width: 902px !important;
  }
  .u-sm-w-903px {
    width: 903px !important;
  }
  .u-sm-w-904px {
    width: 904px !important;
  }
  .u-sm-w-905px {
    width: 905px !important;
  }
  .u-sm-w-906px {
    width: 906px !important;
  }
  .u-sm-w-907px {
    width: 907px !important;
  }
  .u-sm-w-908px {
    width: 908px !important;
  }
  .u-sm-w-909px {
    width: 909px !important;
  }
  .u-sm-w-910px {
    width: 910px !important;
  }
  .u-sm-w-911px {
    width: 911px !important;
  }
  .u-sm-w-912px {
    width: 912px !important;
  }
  .u-sm-w-913px {
    width: 913px !important;
  }
  .u-sm-w-914px {
    width: 914px !important;
  }
  .u-sm-w-915px {
    width: 915px !important;
  }
  .u-sm-w-916px {
    width: 916px !important;
  }
  .u-sm-w-917px {
    width: 917px !important;
  }
  .u-sm-w-918px {
    width: 918px !important;
  }
  .u-sm-w-919px {
    width: 919px !important;
  }
  .u-sm-w-920px {
    width: 920px !important;
  }
  .u-sm-w-921px {
    width: 921px !important;
  }
  .u-sm-w-922px {
    width: 922px !important;
  }
  .u-sm-w-923px {
    width: 923px !important;
  }
  .u-sm-w-924px {
    width: 924px !important;
  }
  .u-sm-w-925px {
    width: 925px !important;
  }
  .u-sm-w-926px {
    width: 926px !important;
  }
  .u-sm-w-927px {
    width: 927px !important;
  }
  .u-sm-w-928px {
    width: 928px !important;
  }
  .u-sm-w-929px {
    width: 929px !important;
  }
  .u-sm-w-930px {
    width: 930px !important;
  }
  .u-sm-w-931px {
    width: 931px !important;
  }
  .u-sm-w-932px {
    width: 932px !important;
  }
  .u-sm-w-933px {
    width: 933px !important;
  }
  .u-sm-w-934px {
    width: 934px !important;
  }
  .u-sm-w-935px {
    width: 935px !important;
  }
  .u-sm-w-936px {
    width: 936px !important;
  }
  .u-sm-w-937px {
    width: 937px !important;
  }
  .u-sm-w-938px {
    width: 938px !important;
  }
  .u-sm-w-939px {
    width: 939px !important;
  }
  .u-sm-w-940px {
    width: 940px !important;
  }
  .u-sm-w-941px {
    width: 941px !important;
  }
  .u-sm-w-942px {
    width: 942px !important;
  }
  .u-sm-w-943px {
    width: 943px !important;
  }
  .u-sm-w-944px {
    width: 944px !important;
  }
  .u-sm-w-945px {
    width: 945px !important;
  }
  .u-sm-w-946px {
    width: 946px !important;
  }
  .u-sm-w-947px {
    width: 947px !important;
  }
  .u-sm-w-948px {
    width: 948px !important;
  }
  .u-sm-w-949px {
    width: 949px !important;
  }
  .u-sm-w-950px {
    width: 950px !important;
  }
  .u-sm-w-951px {
    width: 951px !important;
  }
  .u-sm-w-952px {
    width: 952px !important;
  }
  .u-sm-w-953px {
    width: 953px !important;
  }
  .u-sm-w-954px {
    width: 954px !important;
  }
  .u-sm-w-955px {
    width: 955px !important;
  }
  .u-sm-w-956px {
    width: 956px !important;
  }
  .u-sm-w-957px {
    width: 957px !important;
  }
  .u-sm-w-958px {
    width: 958px !important;
  }
  .u-sm-w-959px {
    width: 959px !important;
  }
  .u-sm-w-960px {
    width: 960px !important;
  }
  .u-sm-w-961px {
    width: 961px !important;
  }
  .u-sm-w-962px {
    width: 962px !important;
  }
  .u-sm-w-963px {
    width: 963px !important;
  }
  .u-sm-w-964px {
    width: 964px !important;
  }
  .u-sm-w-965px {
    width: 965px !important;
  }
  .u-sm-w-966px {
    width: 966px !important;
  }
  .u-sm-w-967px {
    width: 967px !important;
  }
  .u-sm-w-968px {
    width: 968px !important;
  }
  .u-sm-w-969px {
    width: 969px !important;
  }
  .u-sm-w-970px {
    width: 970px !important;
  }
  .u-sm-w-971px {
    width: 971px !important;
  }
  .u-sm-w-972px {
    width: 972px !important;
  }
  .u-sm-w-973px {
    width: 973px !important;
  }
  .u-sm-w-974px {
    width: 974px !important;
  }
  .u-sm-w-975px {
    width: 975px !important;
  }
  .u-sm-w-976px {
    width: 976px !important;
  }
  .u-sm-w-977px {
    width: 977px !important;
  }
  .u-sm-w-978px {
    width: 978px !important;
  }
  .u-sm-w-979px {
    width: 979px !important;
  }
  .u-sm-w-980px {
    width: 980px !important;
  }
  .u-sm-w-981px {
    width: 981px !important;
  }
  .u-sm-w-982px {
    width: 982px !important;
  }
  .u-sm-w-983px {
    width: 983px !important;
  }
  .u-sm-w-984px {
    width: 984px !important;
  }
  .u-sm-w-985px {
    width: 985px !important;
  }
  .u-sm-w-986px {
    width: 986px !important;
  }
  .u-sm-w-987px {
    width: 987px !important;
  }
  .u-sm-w-988px {
    width: 988px !important;
  }
  .u-sm-w-989px {
    width: 989px !important;
  }
  .u-sm-w-990px {
    width: 990px !important;
  }
  .u-sm-w-991px {
    width: 991px !important;
  }
  .u-sm-w-992px {
    width: 992px !important;
  }
  .u-sm-w-993px {
    width: 993px !important;
  }
  .u-sm-w-994px {
    width: 994px !important;
  }
  .u-sm-w-995px {
    width: 995px !important;
  }
  .u-sm-w-996px {
    width: 996px !important;
  }
  .u-sm-w-997px {
    width: 997px !important;
  }
  .u-sm-w-998px {
    width: 998px !important;
  }
  .u-sm-w-999px {
    width: 999px !important;
  }
  .u-sm-w-1000px {
    width: 1000px !important;
  }
  .u-sm-max-w-none {
    max-width: none !important;
  }
  .u-sm-max-w-full {
    max-width: 100% !important;
  }
  .u-sm-min-w-none {
    min-width: auto !important;
  }
  .u-sm-min-w-full {
    min-width: 100% !important;
  }
}
@media screen and (min-width: 768px){
  .u-md-border-0 {
    border: 0px solid var(--border_color) !important;
  }
  .u-md-border-x-0 {
    border-top: none !important;
    border-right: 0px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 0px solid var(--border_color) !important;
  }
  .u-md-border-y-0 {
    border-top: 0px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 0px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-0 {
    border-top: 0px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-0 {
    border-top: none !important;
    border-right: 0px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-0 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 0px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-0 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 0px solid var(--border_color) !important;
  }
  .u-md-border-1 {
    border: 1px solid var(--border_color) !important;
  }
  .u-md-border-x-1 {
    border-top: none !important;
    border-right: 1px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 1px solid var(--border_color) !important;
  }
  .u-md-border-y-1 {
    border-top: 1px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 1px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-1 {
    border-top: 1px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-1 {
    border-top: none !important;
    border-right: 1px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-1 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-1 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 1px solid var(--border_color) !important;
  }
  .u-md-border-2 {
    border: 2px solid var(--border_color) !important;
  }
  .u-md-border-x-2 {
    border-top: none !important;
    border-right: 2px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 2px solid var(--border_color) !important;
  }
  .u-md-border-y-2 {
    border-top: 2px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 2px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-2 {
    border-top: 2px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-2 {
    border-top: none !important;
    border-right: 2px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-2 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 2px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-2 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 2px solid var(--border_color) !important;
  }
  .u-md-border-3 {
    border: 3px solid var(--border_color) !important;
  }
  .u-md-border-x-3 {
    border-top: none !important;
    border-right: 3px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 3px solid var(--border_color) !important;
  }
  .u-md-border-y-3 {
    border-top: 3px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 3px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-3 {
    border-top: 3px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-3 {
    border-top: none !important;
    border-right: 3px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-3 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 3px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-3 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 3px solid var(--border_color) !important;
  }
  .u-md-border-4 {
    border: 4px solid var(--border_color) !important;
  }
  .u-md-border-x-4 {
    border-top: none !important;
    border-right: 4px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 4px solid var(--border_color) !important;
  }
  .u-md-border-y-4 {
    border-top: 4px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 4px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-4 {
    border-top: 4px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-4 {
    border-top: none !important;
    border-right: 4px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-4 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 4px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-4 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 4px solid var(--border_color) !important;
  }
  .u-md-border-5 {
    border: 5px solid var(--border_color) !important;
  }
  .u-md-border-x-5 {
    border-top: none !important;
    border-right: 5px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 5px solid var(--border_color) !important;
  }
  .u-md-border-y-5 {
    border-top: 5px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 5px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-5 {
    border-top: 5px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-5 {
    border-top: none !important;
    border-right: 5px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-5 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 5px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-5 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 5px solid var(--border_color) !important;
  }
  .u-md-border-6 {
    border: 6px solid var(--border_color) !important;
  }
  .u-md-border-x-6 {
    border-top: none !important;
    border-right: 6px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 6px solid var(--border_color) !important;
  }
  .u-md-border-y-6 {
    border-top: 6px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 6px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-6 {
    border-top: 6px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-6 {
    border-top: none !important;
    border-right: 6px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-6 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 6px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-6 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 6px solid var(--border_color) !important;
  }
  .u-md-border-7 {
    border: 7px solid var(--border_color) !important;
  }
  .u-md-border-x-7 {
    border-top: none !important;
    border-right: 7px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 7px solid var(--border_color) !important;
  }
  .u-md-border-y-7 {
    border-top: 7px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 7px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-7 {
    border-top: 7px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-7 {
    border-top: none !important;
    border-right: 7px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-7 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 7px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-7 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 7px solid var(--border_color) !important;
  }
  .u-md-border-8 {
    border: 8px solid var(--border_color) !important;
  }
  .u-md-border-x-8 {
    border-top: none !important;
    border-right: 8px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 8px solid var(--border_color) !important;
  }
  .u-md-border-y-8 {
    border-top: 8px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 8px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-8 {
    border-top: 8px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-8 {
    border-top: none !important;
    border-right: 8px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-8 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 8px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-8 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 8px solid var(--border_color) !important;
  }
  .u-md-border-9 {
    border: 9px solid var(--border_color) !important;
  }
  .u-md-border-x-9 {
    border-top: none !important;
    border-right: 9px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 9px solid var(--border_color) !important;
  }
  .u-md-border-y-9 {
    border-top: 9px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 9px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-9 {
    border-top: 9px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-9 {
    border-top: none !important;
    border-right: 9px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-9 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 9px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-9 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 9px solid var(--border_color) !important;
  }
  .u-md-border-10 {
    border: 10px solid var(--border_color) !important;
  }
  .u-md-border-x-10 {
    border-top: none !important;
    border-right: 10px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 10px solid var(--border_color) !important;
  }
  .u-md-border-y-10 {
    border-top: 10px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 10px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-10 {
    border-top: 10px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-10 {
    border-top: none !important;
    border-right: 10px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-10 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 10px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-10 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 10px solid var(--border_color) !important;
  }
  .u-md-border-11 {
    border: 11px solid var(--border_color) !important;
  }
  .u-md-border-x-11 {
    border-top: none !important;
    border-right: 11px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 11px solid var(--border_color) !important;
  }
  .u-md-border-y-11 {
    border-top: 11px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 11px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-11 {
    border-top: 11px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-11 {
    border-top: none !important;
    border-right: 11px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-11 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 11px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-11 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 11px solid var(--border_color) !important;
  }
  .u-md-border-12 {
    border: 12px solid var(--border_color) !important;
  }
  .u-md-border-x-12 {
    border-top: none !important;
    border-right: 12px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 12px solid var(--border_color) !important;
  }
  .u-md-border-y-12 {
    border-top: 12px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 12px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-12 {
    border-top: 12px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-12 {
    border-top: none !important;
    border-right: 12px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-12 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 12px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-12 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 12px solid var(--border_color) !important;
  }
  .u-md-border-13 {
    border: 13px solid var(--border_color) !important;
  }
  .u-md-border-x-13 {
    border-top: none !important;
    border-right: 13px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 13px solid var(--border_color) !important;
  }
  .u-md-border-y-13 {
    border-top: 13px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 13px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-13 {
    border-top: 13px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-13 {
    border-top: none !important;
    border-right: 13px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-13 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 13px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-13 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 13px solid var(--border_color) !important;
  }
  .u-md-border-14 {
    border: 14px solid var(--border_color) !important;
  }
  .u-md-border-x-14 {
    border-top: none !important;
    border-right: 14px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 14px solid var(--border_color) !important;
  }
  .u-md-border-y-14 {
    border-top: 14px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 14px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-14 {
    border-top: 14px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-14 {
    border-top: none !important;
    border-right: 14px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-14 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 14px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-14 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 14px solid var(--border_color) !important;
  }
  .u-md-border-15 {
    border: 15px solid var(--border_color) !important;
  }
  .u-md-border-x-15 {
    border-top: none !important;
    border-right: 15px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 15px solid var(--border_color) !important;
  }
  .u-md-border-y-15 {
    border-top: 15px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 15px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-15 {
    border-top: 15px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-15 {
    border-top: none !important;
    border-right: 15px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-15 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 15px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-15 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 15px solid var(--border_color) !important;
  }
  .u-md-border-16 {
    border: 16px solid var(--border_color) !important;
  }
  .u-md-border-x-16 {
    border-top: none !important;
    border-right: 16px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 16px solid var(--border_color) !important;
  }
  .u-md-border-y-16 {
    border-top: 16px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 16px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-16 {
    border-top: 16px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-16 {
    border-top: none !important;
    border-right: 16px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-16 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 16px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-16 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 16px solid var(--border_color) !important;
  }
  .u-md-border-17 {
    border: 17px solid var(--border_color) !important;
  }
  .u-md-border-x-17 {
    border-top: none !important;
    border-right: 17px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 17px solid var(--border_color) !important;
  }
  .u-md-border-y-17 {
    border-top: 17px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 17px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-17 {
    border-top: 17px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-17 {
    border-top: none !important;
    border-right: 17px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-17 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 17px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-17 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 17px solid var(--border_color) !important;
  }
  .u-md-border-18 {
    border: 18px solid var(--border_color) !important;
  }
  .u-md-border-x-18 {
    border-top: none !important;
    border-right: 18px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 18px solid var(--border_color) !important;
  }
  .u-md-border-y-18 {
    border-top: 18px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 18px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-18 {
    border-top: 18px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-18 {
    border-top: none !important;
    border-right: 18px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-18 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 18px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-18 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 18px solid var(--border_color) !important;
  }
  .u-md-border-19 {
    border: 19px solid var(--border_color) !important;
  }
  .u-md-border-x-19 {
    border-top: none !important;
    border-right: 19px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 19px solid var(--border_color) !important;
  }
  .u-md-border-y-19 {
    border-top: 19px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 19px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-19 {
    border-top: 19px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-19 {
    border-top: none !important;
    border-right: 19px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-19 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 19px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-19 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 19px solid var(--border_color) !important;
  }
  .u-md-border-20 {
    border: 20px solid var(--border_color) !important;
  }
  .u-md-border-x-20 {
    border-top: none !important;
    border-right: 20px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 20px solid var(--border_color) !important;
  }
  .u-md-border-y-20 {
    border-top: 20px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 20px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-20 {
    border-top: 20px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-20 {
    border-top: none !important;
    border-right: 20px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-20 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 20px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-20 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 20px solid var(--border_color) !important;
  }
  .u-md-border-21 {
    border: 21px solid var(--border_color) !important;
  }
  .u-md-border-x-21 {
    border-top: none !important;
    border-right: 21px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 21px solid var(--border_color) !important;
  }
  .u-md-border-y-21 {
    border-top: 21px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 21px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-21 {
    border-top: 21px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-21 {
    border-top: none !important;
    border-right: 21px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-21 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 21px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-21 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 21px solid var(--border_color) !important;
  }
  .u-md-border-22 {
    border: 22px solid var(--border_color) !important;
  }
  .u-md-border-x-22 {
    border-top: none !important;
    border-right: 22px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 22px solid var(--border_color) !important;
  }
  .u-md-border-y-22 {
    border-top: 22px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 22px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-22 {
    border-top: 22px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-22 {
    border-top: none !important;
    border-right: 22px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-22 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 22px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-22 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 22px solid var(--border_color) !important;
  }
  .u-md-border-23 {
    border: 23px solid var(--border_color) !important;
  }
  .u-md-border-x-23 {
    border-top: none !important;
    border-right: 23px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 23px solid var(--border_color) !important;
  }
  .u-md-border-y-23 {
    border-top: 23px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 23px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-23 {
    border-top: 23px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-23 {
    border-top: none !important;
    border-right: 23px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-23 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 23px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-23 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 23px solid var(--border_color) !important;
  }
  .u-md-border-24 {
    border: 24px solid var(--border_color) !important;
  }
  .u-md-border-x-24 {
    border-top: none !important;
    border-right: 24px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 24px solid var(--border_color) !important;
  }
  .u-md-border-y-24 {
    border-top: 24px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 24px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-24 {
    border-top: 24px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-24 {
    border-top: none !important;
    border-right: 24px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-24 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 24px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-24 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 24px solid var(--border_color) !important;
  }
  .u-md-border-25 {
    border: 25px solid var(--border_color) !important;
  }
  .u-md-border-x-25 {
    border-top: none !important;
    border-right: 25px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 25px solid var(--border_color) !important;
  }
  .u-md-border-y-25 {
    border-top: 25px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 25px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-25 {
    border-top: 25px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-25 {
    border-top: none !important;
    border-right: 25px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-25 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 25px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-25 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 25px solid var(--border_color) !important;
  }
  .u-md-border-26 {
    border: 26px solid var(--border_color) !important;
  }
  .u-md-border-x-26 {
    border-top: none !important;
    border-right: 26px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 26px solid var(--border_color) !important;
  }
  .u-md-border-y-26 {
    border-top: 26px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 26px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-26 {
    border-top: 26px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-26 {
    border-top: none !important;
    border-right: 26px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-26 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 26px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-26 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 26px solid var(--border_color) !important;
  }
  .u-md-border-27 {
    border: 27px solid var(--border_color) !important;
  }
  .u-md-border-x-27 {
    border-top: none !important;
    border-right: 27px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 27px solid var(--border_color) !important;
  }
  .u-md-border-y-27 {
    border-top: 27px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 27px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-27 {
    border-top: 27px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-27 {
    border-top: none !important;
    border-right: 27px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-27 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 27px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-27 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 27px solid var(--border_color) !important;
  }
  .u-md-border-28 {
    border: 28px solid var(--border_color) !important;
  }
  .u-md-border-x-28 {
    border-top: none !important;
    border-right: 28px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 28px solid var(--border_color) !important;
  }
  .u-md-border-y-28 {
    border-top: 28px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 28px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-28 {
    border-top: 28px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-28 {
    border-top: none !important;
    border-right: 28px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-28 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 28px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-28 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 28px solid var(--border_color) !important;
  }
  .u-md-border-29 {
    border: 29px solid var(--border_color) !important;
  }
  .u-md-border-x-29 {
    border-top: none !important;
    border-right: 29px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 29px solid var(--border_color) !important;
  }
  .u-md-border-y-29 {
    border-top: 29px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 29px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-29 {
    border-top: 29px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-29 {
    border-top: none !important;
    border-right: 29px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-29 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 29px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-29 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 29px solid var(--border_color) !important;
  }
  .u-md-border-30 {
    border: 30px solid var(--border_color) !important;
  }
  .u-md-border-x-30 {
    border-top: none !important;
    border-right: 30px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 30px solid var(--border_color) !important;
  }
  .u-md-border-y-30 {
    border-top: 30px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 30px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-30 {
    border-top: 30px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-30 {
    border-top: none !important;
    border-right: 30px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-30 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 30px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-30 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 30px solid var(--border_color) !important;
  }
  .u-md-border-31 {
    border: 31px solid var(--border_color) !important;
  }
  .u-md-border-x-31 {
    border-top: none !important;
    border-right: 31px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 31px solid var(--border_color) !important;
  }
  .u-md-border-y-31 {
    border-top: 31px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 31px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-31 {
    border-top: 31px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-31 {
    border-top: none !important;
    border-right: 31px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-31 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 31px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-31 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 31px solid var(--border_color) !important;
  }
  .u-md-border-32 {
    border: 32px solid var(--border_color) !important;
  }
  .u-md-border-x-32 {
    border-top: none !important;
    border-right: 32px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 32px solid var(--border_color) !important;
  }
  .u-md-border-y-32 {
    border-top: 32px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 32px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-32 {
    border-top: 32px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-32 {
    border-top: none !important;
    border-right: 32px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-32 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 32px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-32 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 32px solid var(--border_color) !important;
  }
  .u-md-border-33 {
    border: 33px solid var(--border_color) !important;
  }
  .u-md-border-x-33 {
    border-top: none !important;
    border-right: 33px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 33px solid var(--border_color) !important;
  }
  .u-md-border-y-33 {
    border-top: 33px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 33px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-33 {
    border-top: 33px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-33 {
    border-top: none !important;
    border-right: 33px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-33 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 33px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-33 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 33px solid var(--border_color) !important;
  }
  .u-md-border-34 {
    border: 34px solid var(--border_color) !important;
  }
  .u-md-border-x-34 {
    border-top: none !important;
    border-right: 34px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 34px solid var(--border_color) !important;
  }
  .u-md-border-y-34 {
    border-top: 34px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 34px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-34 {
    border-top: 34px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-34 {
    border-top: none !important;
    border-right: 34px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-34 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 34px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-34 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 34px solid var(--border_color) !important;
  }
  .u-md-border-35 {
    border: 35px solid var(--border_color) !important;
  }
  .u-md-border-x-35 {
    border-top: none !important;
    border-right: 35px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 35px solid var(--border_color) !important;
  }
  .u-md-border-y-35 {
    border-top: 35px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 35px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-35 {
    border-top: 35px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-35 {
    border-top: none !important;
    border-right: 35px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-35 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 35px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-35 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 35px solid var(--border_color) !important;
  }
  .u-md-border-36 {
    border: 36px solid var(--border_color) !important;
  }
  .u-md-border-x-36 {
    border-top: none !important;
    border-right: 36px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 36px solid var(--border_color) !important;
  }
  .u-md-border-y-36 {
    border-top: 36px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 36px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-36 {
    border-top: 36px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-36 {
    border-top: none !important;
    border-right: 36px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-36 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 36px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-36 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 36px solid var(--border_color) !important;
  }
  .u-md-border-37 {
    border: 37px solid var(--border_color) !important;
  }
  .u-md-border-x-37 {
    border-top: none !important;
    border-right: 37px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 37px solid var(--border_color) !important;
  }
  .u-md-border-y-37 {
    border-top: 37px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 37px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-37 {
    border-top: 37px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-37 {
    border-top: none !important;
    border-right: 37px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-37 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 37px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-37 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 37px solid var(--border_color) !important;
  }
  .u-md-border-38 {
    border: 38px solid var(--border_color) !important;
  }
  .u-md-border-x-38 {
    border-top: none !important;
    border-right: 38px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 38px solid var(--border_color) !important;
  }
  .u-md-border-y-38 {
    border-top: 38px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 38px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-38 {
    border-top: 38px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-38 {
    border-top: none !important;
    border-right: 38px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-38 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 38px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-38 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 38px solid var(--border_color) !important;
  }
  .u-md-border-39 {
    border: 39px solid var(--border_color) !important;
  }
  .u-md-border-x-39 {
    border-top: none !important;
    border-right: 39px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 39px solid var(--border_color) !important;
  }
  .u-md-border-y-39 {
    border-top: 39px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 39px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-39 {
    border-top: 39px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-39 {
    border-top: none !important;
    border-right: 39px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-39 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 39px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-39 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 39px solid var(--border_color) !important;
  }
  .u-md-border-40 {
    border: 40px solid var(--border_color) !important;
  }
  .u-md-border-x-40 {
    border-top: none !important;
    border-right: 40px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 40px solid var(--border_color) !important;
  }
  .u-md-border-y-40 {
    border-top: 40px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 40px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-40 {
    border-top: 40px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-40 {
    border-top: none !important;
    border-right: 40px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-40 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 40px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-40 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 40px solid var(--border_color) !important;
  }
  .u-md-border-41 {
    border: 41px solid var(--border_color) !important;
  }
  .u-md-border-x-41 {
    border-top: none !important;
    border-right: 41px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 41px solid var(--border_color) !important;
  }
  .u-md-border-y-41 {
    border-top: 41px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 41px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-41 {
    border-top: 41px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-41 {
    border-top: none !important;
    border-right: 41px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-41 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 41px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-41 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 41px solid var(--border_color) !important;
  }
  .u-md-border-42 {
    border: 42px solid var(--border_color) !important;
  }
  .u-md-border-x-42 {
    border-top: none !important;
    border-right: 42px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 42px solid var(--border_color) !important;
  }
  .u-md-border-y-42 {
    border-top: 42px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 42px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-42 {
    border-top: 42px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-42 {
    border-top: none !important;
    border-right: 42px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-42 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 42px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-42 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 42px solid var(--border_color) !important;
  }
  .u-md-border-43 {
    border: 43px solid var(--border_color) !important;
  }
  .u-md-border-x-43 {
    border-top: none !important;
    border-right: 43px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 43px solid var(--border_color) !important;
  }
  .u-md-border-y-43 {
    border-top: 43px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 43px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-43 {
    border-top: 43px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-43 {
    border-top: none !important;
    border-right: 43px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-43 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 43px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-43 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 43px solid var(--border_color) !important;
  }
  .u-md-border-44 {
    border: 44px solid var(--border_color) !important;
  }
  .u-md-border-x-44 {
    border-top: none !important;
    border-right: 44px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 44px solid var(--border_color) !important;
  }
  .u-md-border-y-44 {
    border-top: 44px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 44px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-44 {
    border-top: 44px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-44 {
    border-top: none !important;
    border-right: 44px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-44 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 44px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-44 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 44px solid var(--border_color) !important;
  }
  .u-md-border-45 {
    border: 45px solid var(--border_color) !important;
  }
  .u-md-border-x-45 {
    border-top: none !important;
    border-right: 45px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 45px solid var(--border_color) !important;
  }
  .u-md-border-y-45 {
    border-top: 45px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 45px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-45 {
    border-top: 45px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-45 {
    border-top: none !important;
    border-right: 45px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-45 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 45px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-45 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 45px solid var(--border_color) !important;
  }
  .u-md-border-46 {
    border: 46px solid var(--border_color) !important;
  }
  .u-md-border-x-46 {
    border-top: none !important;
    border-right: 46px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 46px solid var(--border_color) !important;
  }
  .u-md-border-y-46 {
    border-top: 46px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 46px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-46 {
    border-top: 46px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-46 {
    border-top: none !important;
    border-right: 46px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-46 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 46px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-46 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 46px solid var(--border_color) !important;
  }
  .u-md-border-47 {
    border: 47px solid var(--border_color) !important;
  }
  .u-md-border-x-47 {
    border-top: none !important;
    border-right: 47px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 47px solid var(--border_color) !important;
  }
  .u-md-border-y-47 {
    border-top: 47px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 47px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-47 {
    border-top: 47px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-47 {
    border-top: none !important;
    border-right: 47px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-47 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 47px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-47 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 47px solid var(--border_color) !important;
  }
  .u-md-border-48 {
    border: 48px solid var(--border_color) !important;
  }
  .u-md-border-x-48 {
    border-top: none !important;
    border-right: 48px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 48px solid var(--border_color) !important;
  }
  .u-md-border-y-48 {
    border-top: 48px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 48px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-48 {
    border-top: 48px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-48 {
    border-top: none !important;
    border-right: 48px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-48 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 48px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-48 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 48px solid var(--border_color) !important;
  }
  .u-md-border-49 {
    border: 49px solid var(--border_color) !important;
  }
  .u-md-border-x-49 {
    border-top: none !important;
    border-right: 49px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 49px solid var(--border_color) !important;
  }
  .u-md-border-y-49 {
    border-top: 49px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 49px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-49 {
    border-top: 49px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-49 {
    border-top: none !important;
    border-right: 49px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-49 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 49px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-49 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 49px solid var(--border_color) !important;
  }
  .u-md-border-50 {
    border: 50px solid var(--border_color) !important;
  }
  .u-md-border-x-50 {
    border-top: none !important;
    border-right: 50px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 50px solid var(--border_color) !important;
  }
  .u-md-border-y-50 {
    border-top: 50px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 50px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-50 {
    border-top: 50px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-50 {
    border-top: none !important;
    border-right: 50px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-50 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 50px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-50 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 50px solid var(--border_color) !important;
  }
  .u-md-border-51 {
    border: 51px solid var(--border_color) !important;
  }
  .u-md-border-x-51 {
    border-top: none !important;
    border-right: 51px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 51px solid var(--border_color) !important;
  }
  .u-md-border-y-51 {
    border-top: 51px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 51px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-51 {
    border-top: 51px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-51 {
    border-top: none !important;
    border-right: 51px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-51 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 51px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-51 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 51px solid var(--border_color) !important;
  }
  .u-md-border-52 {
    border: 52px solid var(--border_color) !important;
  }
  .u-md-border-x-52 {
    border-top: none !important;
    border-right: 52px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 52px solid var(--border_color) !important;
  }
  .u-md-border-y-52 {
    border-top: 52px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 52px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-52 {
    border-top: 52px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-52 {
    border-top: none !important;
    border-right: 52px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-52 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 52px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-52 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 52px solid var(--border_color) !important;
  }
  .u-md-border-53 {
    border: 53px solid var(--border_color) !important;
  }
  .u-md-border-x-53 {
    border-top: none !important;
    border-right: 53px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 53px solid var(--border_color) !important;
  }
  .u-md-border-y-53 {
    border-top: 53px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 53px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-53 {
    border-top: 53px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-53 {
    border-top: none !important;
    border-right: 53px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-53 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 53px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-53 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 53px solid var(--border_color) !important;
  }
  .u-md-border-54 {
    border: 54px solid var(--border_color) !important;
  }
  .u-md-border-x-54 {
    border-top: none !important;
    border-right: 54px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 54px solid var(--border_color) !important;
  }
  .u-md-border-y-54 {
    border-top: 54px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 54px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-54 {
    border-top: 54px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-54 {
    border-top: none !important;
    border-right: 54px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-54 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 54px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-54 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 54px solid var(--border_color) !important;
  }
  .u-md-border-55 {
    border: 55px solid var(--border_color) !important;
  }
  .u-md-border-x-55 {
    border-top: none !important;
    border-right: 55px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 55px solid var(--border_color) !important;
  }
  .u-md-border-y-55 {
    border-top: 55px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 55px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-55 {
    border-top: 55px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-55 {
    border-top: none !important;
    border-right: 55px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-55 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 55px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-55 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 55px solid var(--border_color) !important;
  }
  .u-md-border-56 {
    border: 56px solid var(--border_color) !important;
  }
  .u-md-border-x-56 {
    border-top: none !important;
    border-right: 56px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 56px solid var(--border_color) !important;
  }
  .u-md-border-y-56 {
    border-top: 56px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 56px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-56 {
    border-top: 56px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-56 {
    border-top: none !important;
    border-right: 56px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-56 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 56px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-56 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 56px solid var(--border_color) !important;
  }
  .u-md-border-57 {
    border: 57px solid var(--border_color) !important;
  }
  .u-md-border-x-57 {
    border-top: none !important;
    border-right: 57px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 57px solid var(--border_color) !important;
  }
  .u-md-border-y-57 {
    border-top: 57px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 57px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-57 {
    border-top: 57px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-57 {
    border-top: none !important;
    border-right: 57px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-57 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 57px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-57 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 57px solid var(--border_color) !important;
  }
  .u-md-border-58 {
    border: 58px solid var(--border_color) !important;
  }
  .u-md-border-x-58 {
    border-top: none !important;
    border-right: 58px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 58px solid var(--border_color) !important;
  }
  .u-md-border-y-58 {
    border-top: 58px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 58px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-58 {
    border-top: 58px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-58 {
    border-top: none !important;
    border-right: 58px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-58 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 58px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-58 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 58px solid var(--border_color) !important;
  }
  .u-md-border-59 {
    border: 59px solid var(--border_color) !important;
  }
  .u-md-border-x-59 {
    border-top: none !important;
    border-right: 59px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 59px solid var(--border_color) !important;
  }
  .u-md-border-y-59 {
    border-top: 59px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 59px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-59 {
    border-top: 59px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-59 {
    border-top: none !important;
    border-right: 59px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-59 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 59px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-59 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 59px solid var(--border_color) !important;
  }
  .u-md-border-60 {
    border: 60px solid var(--border_color) !important;
  }
  .u-md-border-x-60 {
    border-top: none !important;
    border-right: 60px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 60px solid var(--border_color) !important;
  }
  .u-md-border-y-60 {
    border-top: 60px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 60px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-60 {
    border-top: 60px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-60 {
    border-top: none !important;
    border-right: 60px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-60 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 60px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-60 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 60px solid var(--border_color) !important;
  }
  .u-md-border-61 {
    border: 61px solid var(--border_color) !important;
  }
  .u-md-border-x-61 {
    border-top: none !important;
    border-right: 61px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 61px solid var(--border_color) !important;
  }
  .u-md-border-y-61 {
    border-top: 61px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 61px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-61 {
    border-top: 61px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-61 {
    border-top: none !important;
    border-right: 61px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-61 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 61px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-61 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 61px solid var(--border_color) !important;
  }
  .u-md-border-62 {
    border: 62px solid var(--border_color) !important;
  }
  .u-md-border-x-62 {
    border-top: none !important;
    border-right: 62px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 62px solid var(--border_color) !important;
  }
  .u-md-border-y-62 {
    border-top: 62px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 62px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-62 {
    border-top: 62px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-62 {
    border-top: none !important;
    border-right: 62px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-62 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 62px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-62 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 62px solid var(--border_color) !important;
  }
  .u-md-border-63 {
    border: 63px solid var(--border_color) !important;
  }
  .u-md-border-x-63 {
    border-top: none !important;
    border-right: 63px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 63px solid var(--border_color) !important;
  }
  .u-md-border-y-63 {
    border-top: 63px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 63px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-63 {
    border-top: 63px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-63 {
    border-top: none !important;
    border-right: 63px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-63 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 63px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-63 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 63px solid var(--border_color) !important;
  }
  .u-md-border-64 {
    border: 64px solid var(--border_color) !important;
  }
  .u-md-border-x-64 {
    border-top: none !important;
    border-right: 64px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 64px solid var(--border_color) !important;
  }
  .u-md-border-y-64 {
    border-top: 64px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 64px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-64 {
    border-top: 64px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-64 {
    border-top: none !important;
    border-right: 64px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-64 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 64px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-64 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 64px solid var(--border_color) !important;
  }
  .u-md-border-65 {
    border: 65px solid var(--border_color) !important;
  }
  .u-md-border-x-65 {
    border-top: none !important;
    border-right: 65px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 65px solid var(--border_color) !important;
  }
  .u-md-border-y-65 {
    border-top: 65px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 65px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-65 {
    border-top: 65px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-65 {
    border-top: none !important;
    border-right: 65px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-65 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 65px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-65 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 65px solid var(--border_color) !important;
  }
  .u-md-border-66 {
    border: 66px solid var(--border_color) !important;
  }
  .u-md-border-x-66 {
    border-top: none !important;
    border-right: 66px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 66px solid var(--border_color) !important;
  }
  .u-md-border-y-66 {
    border-top: 66px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 66px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-66 {
    border-top: 66px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-66 {
    border-top: none !important;
    border-right: 66px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-66 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 66px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-66 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 66px solid var(--border_color) !important;
  }
  .u-md-border-67 {
    border: 67px solid var(--border_color) !important;
  }
  .u-md-border-x-67 {
    border-top: none !important;
    border-right: 67px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 67px solid var(--border_color) !important;
  }
  .u-md-border-y-67 {
    border-top: 67px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 67px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-67 {
    border-top: 67px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-67 {
    border-top: none !important;
    border-right: 67px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-67 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 67px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-67 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 67px solid var(--border_color) !important;
  }
  .u-md-border-68 {
    border: 68px solid var(--border_color) !important;
  }
  .u-md-border-x-68 {
    border-top: none !important;
    border-right: 68px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 68px solid var(--border_color) !important;
  }
  .u-md-border-y-68 {
    border-top: 68px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 68px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-68 {
    border-top: 68px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-68 {
    border-top: none !important;
    border-right: 68px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-68 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 68px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-68 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 68px solid var(--border_color) !important;
  }
  .u-md-border-69 {
    border: 69px solid var(--border_color) !important;
  }
  .u-md-border-x-69 {
    border-top: none !important;
    border-right: 69px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 69px solid var(--border_color) !important;
  }
  .u-md-border-y-69 {
    border-top: 69px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 69px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-69 {
    border-top: 69px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-69 {
    border-top: none !important;
    border-right: 69px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-69 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 69px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-69 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 69px solid var(--border_color) !important;
  }
  .u-md-border-70 {
    border: 70px solid var(--border_color) !important;
  }
  .u-md-border-x-70 {
    border-top: none !important;
    border-right: 70px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 70px solid var(--border_color) !important;
  }
  .u-md-border-y-70 {
    border-top: 70px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 70px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-70 {
    border-top: 70px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-70 {
    border-top: none !important;
    border-right: 70px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-70 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 70px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-70 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 70px solid var(--border_color) !important;
  }
  .u-md-border-71 {
    border: 71px solid var(--border_color) !important;
  }
  .u-md-border-x-71 {
    border-top: none !important;
    border-right: 71px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 71px solid var(--border_color) !important;
  }
  .u-md-border-y-71 {
    border-top: 71px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 71px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-71 {
    border-top: 71px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-71 {
    border-top: none !important;
    border-right: 71px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-71 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 71px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-71 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 71px solid var(--border_color) !important;
  }
  .u-md-border-72 {
    border: 72px solid var(--border_color) !important;
  }
  .u-md-border-x-72 {
    border-top: none !important;
    border-right: 72px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 72px solid var(--border_color) !important;
  }
  .u-md-border-y-72 {
    border-top: 72px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 72px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-72 {
    border-top: 72px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-72 {
    border-top: none !important;
    border-right: 72px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-72 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 72px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-72 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 72px solid var(--border_color) !important;
  }
  .u-md-border-73 {
    border: 73px solid var(--border_color) !important;
  }
  .u-md-border-x-73 {
    border-top: none !important;
    border-right: 73px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 73px solid var(--border_color) !important;
  }
  .u-md-border-y-73 {
    border-top: 73px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 73px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-73 {
    border-top: 73px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-73 {
    border-top: none !important;
    border-right: 73px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-73 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 73px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-73 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 73px solid var(--border_color) !important;
  }
  .u-md-border-74 {
    border: 74px solid var(--border_color) !important;
  }
  .u-md-border-x-74 {
    border-top: none !important;
    border-right: 74px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 74px solid var(--border_color) !important;
  }
  .u-md-border-y-74 {
    border-top: 74px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 74px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-74 {
    border-top: 74px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-74 {
    border-top: none !important;
    border-right: 74px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-74 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 74px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-74 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 74px solid var(--border_color) !important;
  }
  .u-md-border-75 {
    border: 75px solid var(--border_color) !important;
  }
  .u-md-border-x-75 {
    border-top: none !important;
    border-right: 75px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 75px solid var(--border_color) !important;
  }
  .u-md-border-y-75 {
    border-top: 75px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 75px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-75 {
    border-top: 75px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-75 {
    border-top: none !important;
    border-right: 75px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-75 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 75px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-75 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 75px solid var(--border_color) !important;
  }
  .u-md-border-76 {
    border: 76px solid var(--border_color) !important;
  }
  .u-md-border-x-76 {
    border-top: none !important;
    border-right: 76px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 76px solid var(--border_color) !important;
  }
  .u-md-border-y-76 {
    border-top: 76px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 76px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-76 {
    border-top: 76px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-76 {
    border-top: none !important;
    border-right: 76px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-76 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 76px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-76 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 76px solid var(--border_color) !important;
  }
  .u-md-border-77 {
    border: 77px solid var(--border_color) !important;
  }
  .u-md-border-x-77 {
    border-top: none !important;
    border-right: 77px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 77px solid var(--border_color) !important;
  }
  .u-md-border-y-77 {
    border-top: 77px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 77px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-77 {
    border-top: 77px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-77 {
    border-top: none !important;
    border-right: 77px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-77 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 77px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-77 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 77px solid var(--border_color) !important;
  }
  .u-md-border-78 {
    border: 78px solid var(--border_color) !important;
  }
  .u-md-border-x-78 {
    border-top: none !important;
    border-right: 78px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 78px solid var(--border_color) !important;
  }
  .u-md-border-y-78 {
    border-top: 78px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 78px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-78 {
    border-top: 78px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-78 {
    border-top: none !important;
    border-right: 78px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-78 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 78px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-78 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 78px solid var(--border_color) !important;
  }
  .u-md-border-79 {
    border: 79px solid var(--border_color) !important;
  }
  .u-md-border-x-79 {
    border-top: none !important;
    border-right: 79px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 79px solid var(--border_color) !important;
  }
  .u-md-border-y-79 {
    border-top: 79px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 79px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-79 {
    border-top: 79px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-79 {
    border-top: none !important;
    border-right: 79px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-79 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 79px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-79 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 79px solid var(--border_color) !important;
  }
  .u-md-border-80 {
    border: 80px solid var(--border_color) !important;
  }
  .u-md-border-x-80 {
    border-top: none !important;
    border-right: 80px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 80px solid var(--border_color) !important;
  }
  .u-md-border-y-80 {
    border-top: 80px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 80px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-80 {
    border-top: 80px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-80 {
    border-top: none !important;
    border-right: 80px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-80 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 80px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-80 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 80px solid var(--border_color) !important;
  }
  .u-md-border-81 {
    border: 81px solid var(--border_color) !important;
  }
  .u-md-border-x-81 {
    border-top: none !important;
    border-right: 81px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 81px solid var(--border_color) !important;
  }
  .u-md-border-y-81 {
    border-top: 81px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 81px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-81 {
    border-top: 81px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-81 {
    border-top: none !important;
    border-right: 81px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-81 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 81px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-81 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 81px solid var(--border_color) !important;
  }
  .u-md-border-82 {
    border: 82px solid var(--border_color) !important;
  }
  .u-md-border-x-82 {
    border-top: none !important;
    border-right: 82px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 82px solid var(--border_color) !important;
  }
  .u-md-border-y-82 {
    border-top: 82px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 82px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-82 {
    border-top: 82px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-82 {
    border-top: none !important;
    border-right: 82px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-82 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 82px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-82 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 82px solid var(--border_color) !important;
  }
  .u-md-border-83 {
    border: 83px solid var(--border_color) !important;
  }
  .u-md-border-x-83 {
    border-top: none !important;
    border-right: 83px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 83px solid var(--border_color) !important;
  }
  .u-md-border-y-83 {
    border-top: 83px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 83px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-83 {
    border-top: 83px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-83 {
    border-top: none !important;
    border-right: 83px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-83 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 83px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-83 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 83px solid var(--border_color) !important;
  }
  .u-md-border-84 {
    border: 84px solid var(--border_color) !important;
  }
  .u-md-border-x-84 {
    border-top: none !important;
    border-right: 84px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 84px solid var(--border_color) !important;
  }
  .u-md-border-y-84 {
    border-top: 84px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 84px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-84 {
    border-top: 84px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-84 {
    border-top: none !important;
    border-right: 84px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-84 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 84px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-84 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 84px solid var(--border_color) !important;
  }
  .u-md-border-85 {
    border: 85px solid var(--border_color) !important;
  }
  .u-md-border-x-85 {
    border-top: none !important;
    border-right: 85px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 85px solid var(--border_color) !important;
  }
  .u-md-border-y-85 {
    border-top: 85px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 85px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-85 {
    border-top: 85px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-85 {
    border-top: none !important;
    border-right: 85px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-85 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 85px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-85 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 85px solid var(--border_color) !important;
  }
  .u-md-border-86 {
    border: 86px solid var(--border_color) !important;
  }
  .u-md-border-x-86 {
    border-top: none !important;
    border-right: 86px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 86px solid var(--border_color) !important;
  }
  .u-md-border-y-86 {
    border-top: 86px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 86px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-86 {
    border-top: 86px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-86 {
    border-top: none !important;
    border-right: 86px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-86 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 86px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-86 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 86px solid var(--border_color) !important;
  }
  .u-md-border-87 {
    border: 87px solid var(--border_color) !important;
  }
  .u-md-border-x-87 {
    border-top: none !important;
    border-right: 87px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 87px solid var(--border_color) !important;
  }
  .u-md-border-y-87 {
    border-top: 87px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 87px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-87 {
    border-top: 87px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-87 {
    border-top: none !important;
    border-right: 87px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-87 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 87px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-87 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 87px solid var(--border_color) !important;
  }
  .u-md-border-88 {
    border: 88px solid var(--border_color) !important;
  }
  .u-md-border-x-88 {
    border-top: none !important;
    border-right: 88px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 88px solid var(--border_color) !important;
  }
  .u-md-border-y-88 {
    border-top: 88px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 88px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-88 {
    border-top: 88px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-88 {
    border-top: none !important;
    border-right: 88px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-88 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 88px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-88 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 88px solid var(--border_color) !important;
  }
  .u-md-border-89 {
    border: 89px solid var(--border_color) !important;
  }
  .u-md-border-x-89 {
    border-top: none !important;
    border-right: 89px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 89px solid var(--border_color) !important;
  }
  .u-md-border-y-89 {
    border-top: 89px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 89px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-89 {
    border-top: 89px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-89 {
    border-top: none !important;
    border-right: 89px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-89 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 89px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-89 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 89px solid var(--border_color) !important;
  }
  .u-md-border-90 {
    border: 90px solid var(--border_color) !important;
  }
  .u-md-border-x-90 {
    border-top: none !important;
    border-right: 90px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 90px solid var(--border_color) !important;
  }
  .u-md-border-y-90 {
    border-top: 90px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 90px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-90 {
    border-top: 90px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-90 {
    border-top: none !important;
    border-right: 90px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-90 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 90px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-90 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 90px solid var(--border_color) !important;
  }
  .u-md-border-91 {
    border: 91px solid var(--border_color) !important;
  }
  .u-md-border-x-91 {
    border-top: none !important;
    border-right: 91px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 91px solid var(--border_color) !important;
  }
  .u-md-border-y-91 {
    border-top: 91px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 91px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-91 {
    border-top: 91px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-91 {
    border-top: none !important;
    border-right: 91px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-91 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 91px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-91 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 91px solid var(--border_color) !important;
  }
  .u-md-border-92 {
    border: 92px solid var(--border_color) !important;
  }
  .u-md-border-x-92 {
    border-top: none !important;
    border-right: 92px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 92px solid var(--border_color) !important;
  }
  .u-md-border-y-92 {
    border-top: 92px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 92px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-92 {
    border-top: 92px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-92 {
    border-top: none !important;
    border-right: 92px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-92 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 92px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-92 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 92px solid var(--border_color) !important;
  }
  .u-md-border-93 {
    border: 93px solid var(--border_color) !important;
  }
  .u-md-border-x-93 {
    border-top: none !important;
    border-right: 93px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 93px solid var(--border_color) !important;
  }
  .u-md-border-y-93 {
    border-top: 93px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 93px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-93 {
    border-top: 93px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-93 {
    border-top: none !important;
    border-right: 93px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-93 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 93px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-93 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 93px solid var(--border_color) !important;
  }
  .u-md-border-94 {
    border: 94px solid var(--border_color) !important;
  }
  .u-md-border-x-94 {
    border-top: none !important;
    border-right: 94px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 94px solid var(--border_color) !important;
  }
  .u-md-border-y-94 {
    border-top: 94px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 94px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-94 {
    border-top: 94px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-94 {
    border-top: none !important;
    border-right: 94px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-94 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 94px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-94 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 94px solid var(--border_color) !important;
  }
  .u-md-border-95 {
    border: 95px solid var(--border_color) !important;
  }
  .u-md-border-x-95 {
    border-top: none !important;
    border-right: 95px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 95px solid var(--border_color) !important;
  }
  .u-md-border-y-95 {
    border-top: 95px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 95px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-95 {
    border-top: 95px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-95 {
    border-top: none !important;
    border-right: 95px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-95 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 95px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-95 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 95px solid var(--border_color) !important;
  }
  .u-md-border-96 {
    border: 96px solid var(--border_color) !important;
  }
  .u-md-border-x-96 {
    border-top: none !important;
    border-right: 96px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 96px solid var(--border_color) !important;
  }
  .u-md-border-y-96 {
    border-top: 96px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 96px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-96 {
    border-top: 96px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-96 {
    border-top: none !important;
    border-right: 96px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-96 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 96px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-96 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 96px solid var(--border_color) !important;
  }
  .u-md-border-97 {
    border: 97px solid var(--border_color) !important;
  }
  .u-md-border-x-97 {
    border-top: none !important;
    border-right: 97px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 97px solid var(--border_color) !important;
  }
  .u-md-border-y-97 {
    border-top: 97px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 97px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-97 {
    border-top: 97px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-97 {
    border-top: none !important;
    border-right: 97px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-97 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 97px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-97 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 97px solid var(--border_color) !important;
  }
  .u-md-border-98 {
    border: 98px solid var(--border_color) !important;
  }
  .u-md-border-x-98 {
    border-top: none !important;
    border-right: 98px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 98px solid var(--border_color) !important;
  }
  .u-md-border-y-98 {
    border-top: 98px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 98px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-98 {
    border-top: 98px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-98 {
    border-top: none !important;
    border-right: 98px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-98 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 98px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-98 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 98px solid var(--border_color) !important;
  }
  .u-md-border-99 {
    border: 99px solid var(--border_color) !important;
  }
  .u-md-border-x-99 {
    border-top: none !important;
    border-right: 99px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 99px solid var(--border_color) !important;
  }
  .u-md-border-y-99 {
    border-top: 99px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 99px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-99 {
    border-top: 99px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-99 {
    border-top: none !important;
    border-right: 99px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-99 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 99px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-99 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 99px solid var(--border_color) !important;
  }
  .u-md-border-100 {
    border: 100px solid var(--border_color) !important;
  }
  .u-md-border-x-100 {
    border-top: none !important;
    border-right: 100px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 100px solid var(--border_color) !important;
  }
  .u-md-border-y-100 {
    border-top: 100px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 100px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-t-100 {
    border-top: 100px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-r-100 {
    border-top: none !important;
    border-right: 100px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-md-border-b-100 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 100px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-md-border-l-100 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 100px solid var(--border_color) !important;
  }
  .u-md-border-none {
    border-style: none !important;
  }
  .u-md-border-solid {
    border-style: solid !important;
  }
  .u-md-border-dotted {
    border-style: dotted !important;
  }
  .u-md-border-dashed {
    border-style: dashed !important;
  }
  .u-md-border-double {
    border-style: double !important;
  }
  .u-md-justify-start {
    justify-content: flex-start !important;
  }
  .u-md-justify-end {
    justify-content: flex-end !important;
  }
  .u-md-justify-center {
    justify-content: center !important;
  }
  .u-md-justify-between {
    justify-content: space-between !important;
  }
  .u-md-justify-around {
    justify-content: space-around !important;
  }
  .u-md-justify-evenly {
    justify-content: space-evenly !important;
  }
  .u-md-justify-self-auto {
    justify-self: auto !important;
  }
  .u-md-justify-self-start {
    justify-self: start !important;
  }
  .u-md-justify-self-end {
    justify-self: end !important;
  }
  .u-md-justify-self-center {
    justify-self: center !important;
  }
  .u-md-justify-self-stretch {
    justify-self: stretch !important;
  }
  .u-md-align-start {
    align-items: flex-start !important;
  }
  .u-md-align-end {
    align-items: flex-end !important;
  }
  .u-md-align-center {
    align-items: center !important;
  }
  .u-md-align-baseline {
    align-items: baseline !important;
  }
  .u-md-align-stretch {
    align-items: stretch !important;
  }
  .u-md-self-auto {
    align-self: auto !important;
  }
  .u-md-self-start {
    align-self: flex-start !important;
  }
  .u-md-self-end {
    align-self: flex-end !important;
  }
  .u-md-self-center {
    align-self: center !important;
  }
  .u-md-self-stretch {
    align-self: stretch !important;
  }
  .u-md-place-items-start {
    place-items: start !important;
  }
  .u-md-place-items-end {
    place-items: end !important;
  }
  .u-md-place-items-center {
    place-items: center !important;
  }
  .u-md-place-items-stretch {
    place-items: stretch !important;
  }
  .u-md-none {
    display: none !important;
  }
  .u-md-block {
    display: block !important;
  }
  .u-md-inline {
    display: inline !important;
  }
  .u-md-inline-block {
    display: inline-block !important;
  }
  .u-md-table {
    display: table !important;
  }
  .u-md-table-cell {
    display: table-cell !important;
  }
  .u-md-flex {
    display: flex !important;
  }
  .u-md-inline-flex {
    display: inline-flex !important;
  }
  .-md-row {
    flex-direction: row !important;
  }
  .-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .-md-column {
    flex-direction: column !important;
  }
  .-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .-md-wrap {
    flex-wrap: wrap !important;
  }
  .-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .u-md-grow {
    flex-grow: 1 !important;
  }
  .u-md-grow-0 {
    flex-grow: 0 !important;
  }
  .u-md-shrink {
    flex-shrink: 1 !important;
  }
  .u-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .-md-gap-0 {
    gap: 0rem !important;
  }
  .-md-gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }
  .-md-gap-y-0 {
    row-gap: 0rem !important;
  }
  .-md-gap-1 {
    gap: 0.8rem !important;
  }
  .-md-gap-x-1 {
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .-md-gap-y-1 {
    row-gap: 0.8rem !important;
  }
  .-md-gap-2 {
    gap: 1.6rem !important;
  }
  .-md-gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }
  .-md-gap-y-2 {
    row-gap: 1.6rem !important;
  }
  .-md-gap-3 {
    gap: 2.4rem !important;
  }
  .-md-gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }
  .-md-gap-y-3 {
    row-gap: 2.4rem !important;
  }
  .-md-gap-4 {
    gap: 3.2rem !important;
  }
  .-md-gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }
  .-md-gap-y-4 {
    row-gap: 3.2rem !important;
  }
  .-md-gap-5 {
    gap: 4rem !important;
  }
  .-md-gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .-md-gap-y-5 {
    row-gap: 4rem !important;
  }
  .-md-gap-6 {
    gap: 4.8rem !important;
  }
  .-md-gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }
  .-md-gap-y-6 {
    row-gap: 4.8rem !important;
  }
  .-md-gap-7 {
    gap: 5.6rem !important;
  }
  .-md-gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }
  .-md-gap-y-7 {
    row-gap: 5.6rem !important;
  }
  .-md-gap-8 {
    gap: 6.4rem !important;
  }
  .-md-gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }
  .-md-gap-y-8 {
    row-gap: 6.4rem !important;
  }
  .-md-gap-9 {
    gap: 7.2rem !important;
  }
  .-md-gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }
  .-md-gap-y-9 {
    row-gap: 7.2rem !important;
  }
  .-md-gap-10 {
    gap: 8rem !important;
  }
  .-md-gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .-md-gap-y-10 {
    row-gap: 8rem !important;
  }
  .-md-gap-11 {
    gap: 8.8rem !important;
  }
  .-md-gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }
  .-md-gap-y-11 {
    row-gap: 8.8rem !important;
  }
  .-md-gap-12 {
    gap: 9.6rem !important;
  }
  .-md-gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }
  .-md-gap-y-12 {
    row-gap: 9.6rem !important;
  }
  .-md-gap-13 {
    gap: 10.4rem !important;
  }
  .-md-gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }
  .-md-gap-y-13 {
    row-gap: 10.4rem !important;
  }
  .-md-gap-14 {
    gap: 11.2rem !important;
  }
  .-md-gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }
  .-md-gap-y-14 {
    row-gap: 11.2rem !important;
  }
  .-md-gap-15 {
    gap: 12rem !important;
  }
  .-md-gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  .-md-gap-y-15 {
    row-gap: 12rem !important;
  }
  .-md-gap-16 {
    gap: 12.8rem !important;
  }
  .-md-gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }
  .-md-gap-y-16 {
    row-gap: 12.8rem !important;
  }
  .-md-gap-17 {
    gap: 13.6rem !important;
  }
  .-md-gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }
  .-md-gap-y-17 {
    row-gap: 13.6rem !important;
  }
  .-md-gap-18 {
    gap: 14.4rem !important;
  }
  .-md-gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }
  .-md-gap-y-18 {
    row-gap: 14.4rem !important;
  }
  .-md-gap-19 {
    gap: 15.2rem !important;
  }
  .-md-gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }
  .-md-gap-y-19 {
    row-gap: 15.2rem !important;
  }
  .-md-gap-20 {
    gap: 16rem !important;
  }
  .-md-gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  .-md-gap-y-20 {
    row-gap: 16rem !important;
  }
  .u-md-float-left {
    float: left !important;
  }
  .u-md-float-right {
    float: right !important;
  }
  .u-md-float-none {
    float: none !important;
  }
  .u-md-clear-fix::after {
    content: "";
    display: table;
    clear: both;
  }
  .u-md-text-xxs {
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }
  .u-md-text-xs {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
  }
  .u-md-text-sm {
    font-size: 1.4rem !important;
    line-height: 1.42857 !important;
  }
  .u-md-text-base {
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
  }
  .u-md-text-lg {
    font-size: 1.8rem !important;
    line-height: 1.55555 !important;
  }
  .u-md-text-xl {
    font-size: 2rem !important;
    line-height: 1.4 !important;
  }
  .u-md-text-xxl {
    font-size: 2.4rem !important;
    line-height: 1.33333 !important;
  }
  .u-md-text-3xl {
    font-size: 3rem !important;
    line-height: 1.2 !important;
  }
  .u-md-text-4xl {
    font-size: 3.6rem !important;
    line-height: 1.11111 !important;
  }
  .u-md-text-5xl {
    font-size: 4.8rem !important;
    line-height: 1 !important;
  }
  .u-md-text-6xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  .u-md-text-7xl {
    font-size: 7.2rem !important;
    line-height: 1 !important;
  }
  .u-md-text-8xl {
    font-size: 9.6rem !important;
    line-height: 1 !important;
  }
  .u-md-text-9xl {
    font-size: 12.8rem !important;
    line-height: 1 !important;
  }
  .u-md-grid {
    display: grid !important;
  }
  .-md-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .-md-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .-md-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .-md-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .-md-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .-md-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .-md-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .-md-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .-md-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .-md-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .-md-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .-md-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .-md-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .-md-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .-md-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .-md-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .-md-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .-md-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .-md-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .-md-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .-md-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .-md-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .-md-gap-0 {
    gap: 0rem !important;
  }
  .-md-gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }
  .-md-gap-y-0 {
    row-gap: 0rem !important;
  }
  .-md-gap-1 {
    gap: 0.8rem !important;
  }
  .-md-gap-x-1 {
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .-md-gap-y-1 {
    row-gap: 0.8rem !important;
  }
  .-md-gap-2 {
    gap: 1.6rem !important;
  }
  .-md-gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }
  .-md-gap-y-2 {
    row-gap: 1.6rem !important;
  }
  .-md-gap-3 {
    gap: 2.4rem !important;
  }
  .-md-gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }
  .-md-gap-y-3 {
    row-gap: 2.4rem !important;
  }
  .-md-gap-4 {
    gap: 3.2rem !important;
  }
  .-md-gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }
  .-md-gap-y-4 {
    row-gap: 3.2rem !important;
  }
  .-md-gap-5 {
    gap: 4rem !important;
  }
  .-md-gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .-md-gap-y-5 {
    row-gap: 4rem !important;
  }
  .-md-gap-6 {
    gap: 4.8rem !important;
  }
  .-md-gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }
  .-md-gap-y-6 {
    row-gap: 4.8rem !important;
  }
  .-md-gap-7 {
    gap: 5.6rem !important;
  }
  .-md-gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }
  .-md-gap-y-7 {
    row-gap: 5.6rem !important;
  }
  .-md-gap-8 {
    gap: 6.4rem !important;
  }
  .-md-gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }
  .-md-gap-y-8 {
    row-gap: 6.4rem !important;
  }
  .-md-gap-9 {
    gap: 7.2rem !important;
  }
  .-md-gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }
  .-md-gap-y-9 {
    row-gap: 7.2rem !important;
  }
  .-md-gap-10 {
    gap: 8rem !important;
  }
  .-md-gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .-md-gap-y-10 {
    row-gap: 8rem !important;
  }
  .-md-gap-11 {
    gap: 8.8rem !important;
  }
  .-md-gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }
  .-md-gap-y-11 {
    row-gap: 8.8rem !important;
  }
  .-md-gap-12 {
    gap: 9.6rem !important;
  }
  .-md-gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }
  .-md-gap-y-12 {
    row-gap: 9.6rem !important;
  }
  .-md-gap-13 {
    gap: 10.4rem !important;
  }
  .-md-gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }
  .-md-gap-y-13 {
    row-gap: 10.4rem !important;
  }
  .-md-gap-14 {
    gap: 11.2rem !important;
  }
  .-md-gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }
  .-md-gap-y-14 {
    row-gap: 11.2rem !important;
  }
  .-md-gap-15 {
    gap: 12rem !important;
  }
  .-md-gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  .-md-gap-y-15 {
    row-gap: 12rem !important;
  }
  .-md-gap-16 {
    gap: 12.8rem !important;
  }
  .-md-gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }
  .-md-gap-y-16 {
    row-gap: 12.8rem !important;
  }
  .-md-gap-17 {
    gap: 13.6rem !important;
  }
  .-md-gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }
  .-md-gap-y-17 {
    row-gap: 13.6rem !important;
  }
  .-md-gap-18 {
    gap: 14.4rem !important;
  }
  .-md-gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }
  .-md-gap-y-18 {
    row-gap: 14.4rem !important;
  }
  .-md-gap-19 {
    gap: 15.2rem !important;
  }
  .-md-gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }
  .-md-gap-y-19 {
    row-gap: 15.2rem !important;
  }
  .-md-gap-20 {
    gap: 16rem !important;
  }
  .-md-gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  .-md-gap-y-20 {
    row-gap: 16rem !important;
  }
  .-md-col-span-1 {
    grid-column: span 1/span 1;
  }
  .-md-row-span-1 {
    grid-row: span 1/span 1;
  }
  .-md-col-span-2 {
    grid-column: span 2/span 2;
  }
  .-md-row-span-2 {
    grid-row: span 2/span 2;
  }
  .-md-col-span-3 {
    grid-column: span 3/span 3;
  }
  .-md-row-span-3 {
    grid-row: span 3/span 3;
  }
  .-md-col-span-4 {
    grid-column: span 4/span 4;
  }
  .-md-row-span-4 {
    grid-row: span 4/span 4;
  }
  .-md-col-span-5 {
    grid-column: span 5/span 5;
  }
  .-md-row-span-5 {
    grid-row: span 5/span 5;
  }
  .-md-col-span-6 {
    grid-column: span 6/span 6;
  }
  .-md-row-span-6 {
    grid-row: span 6/span 6;
  }
  .-md-col-span-7 {
    grid-column: span 7/span 7;
  }
  .-md-row-span-7 {
    grid-row: span 7/span 7;
  }
  .-md-col-span-8 {
    grid-column: span 8/span 8;
  }
  .-md-row-span-8 {
    grid-row: span 8/span 8;
  }
  .-md-col-span-9 {
    grid-column: span 9/span 9;
  }
  .-md-row-span-9 {
    grid-row: span 9/span 9;
  }
  .-md-col-span-10 {
    grid-column: span 10/span 10;
  }
  .-md-row-span-10 {
    grid-row: span 10/span 10;
  }
  .-md-col-span-11 {
    grid-column: span 11/span 11;
  }
  .-md-row-span-11 {
    grid-row: span 11/span 11;
  }
  .-md-row-start-1 {
    grid-row-start: 1;
  }
  .-md-row-end-1 {
    grid-row-end: 1;
  }
  .-md-row-start-2 {
    grid-row-start: 2;
  }
  .-md-row-end-2 {
    grid-row-end: 2;
  }
  .-md-row-start-3 {
    grid-row-start: 3;
  }
  .-md-row-end-3 {
    grid-row-end: 3;
  }
  .-md-row-start-4 {
    grid-row-start: 4;
  }
  .-md-row-end-4 {
    grid-row-end: 4;
  }
  .-md-row-start-5 {
    grid-row-start: 5;
  }
  .-md-row-end-5 {
    grid-row-end: 5;
  }
  .-md-row-start-6 {
    grid-row-start: 6;
  }
  .-md-row-end-6 {
    grid-row-end: 6;
  }
  .-md-row-start-7 {
    grid-row-start: 7;
  }
  .-md-row-end-7 {
    grid-row-end: 7;
  }
  .-md-row-start-8 {
    grid-row-start: 8;
  }
  .-md-row-end-8 {
    grid-row-end: 8;
  }
  .-md-row-start-9 {
    grid-row-start: 9;
  }
  .-md-row-end-9 {
    grid-row-end: 9;
  }
  .-md-row-start-10 {
    grid-row-start: 10;
  }
  .-md-row-end-10 {
    grid-row-end: 10;
  }
  .-md-row-start-11 {
    grid-row-start: 11;
  }
  .-md-row-end-11 {
    grid-row-end: 11;
  }
  .-md-row-start-12 {
    grid-row-start: 12;
  }
  .-md-row-end-12 {
    grid-row-end: 12;
  }
  .-md-col-start-1 {
    grid-column-start: 1;
  }
  .-md-col-end-1 {
    grid-column-end: 1;
  }
  .-md-col-start-2 {
    grid-column-start: 2;
  }
  .-md-col-end-2 {
    grid-column-end: 2;
  }
  .-md-col-start-3 {
    grid-column-start: 3;
  }
  .-md-col-end-3 {
    grid-column-end: 3;
  }
  .-md-col-start-4 {
    grid-column-start: 4;
  }
  .-md-col-end-4 {
    grid-column-end: 4;
  }
  .-md-col-start-5 {
    grid-column-start: 5;
  }
  .-md-col-end-5 {
    grid-column-end: 5;
  }
  .-md-col-start-6 {
    grid-column-start: 6;
  }
  .-md-col-end-6 {
    grid-column-end: 6;
  }
  .-md-col-start-7 {
    grid-column-start: 7;
  }
  .-md-col-end-7 {
    grid-column-end: 7;
  }
  .-md-col-start-8 {
    grid-column-start: 8;
  }
  .-md-col-end-8 {
    grid-column-end: 8;
  }
  .-md-col-start-9 {
    grid-column-start: 9;
  }
  .-md-col-end-9 {
    grid-column-end: 9;
  }
  .-md-col-start-10 {
    grid-column-start: 10;
  }
  .-md-col-end-10 {
    grid-column-end: 10;
  }
  .-md-col-start-11 {
    grid-column-start: 11;
  }
  .-md-col-end-11 {
    grid-column-end: 11;
  }
  .-md-col-start-12 {
    grid-column-start: 12;
  }
  .-md-col-end-12 {
    grid-column-end: 12;
  }
  .u-md-m-0 {
    margin: 0rem !important;
  }
  .u-md-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .u-md-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-md-mt-0 {
    margin-top: 0rem !important;
  }
  .u-md-mr-0 {
    margin-right: 0rem !important;
  }
  .u-md-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-md-ml-0 {
    margin-left: 0rem !important;
  }
  .u-md-neg-m-0 {
    margin: 0rem !important;
  }
  .u-md-neg-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .u-md-neg-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-md-neg-mt-0 {
    margin-top: 0rem !important;
  }
  .u-md-neg-mr-0 {
    margin-right: 0rem !important;
  }
  .u-md-neg-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-md-neg-ml-0 {
    margin-left: 0rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-1 {
    margin: 0.8rem !important;
  }
  .u-md-mx-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .u-md-my-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .u-md-mt-1 {
    margin-top: 0.8rem !important;
  }
  .u-md-mr-1 {
    margin-right: 0.8rem !important;
  }
  .u-md-mb-1 {
    margin-bottom: 0.8rem !important;
  }
  .u-md-ml-1 {
    margin-left: 0.8rem !important;
  }
  .u-md-neg-m-1 {
    margin: -0.8rem !important;
  }
  .u-md-neg-mx-1 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .u-md-neg-my-1 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .u-md-neg-mt-1 {
    margin-top: -0.8rem !important;
  }
  .u-md-neg-mr-1 {
    margin-right: -0.8rem !important;
  }
  .u-md-neg-mb-1 {
    margin-bottom: -0.8rem !important;
  }
  .u-md-neg-ml-1 {
    margin-left: -0.8rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-2 {
    margin: 1.6rem !important;
  }
  .u-md-mx-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .u-md-my-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .u-md-mt-2 {
    margin-top: 1.6rem !important;
  }
  .u-md-mr-2 {
    margin-right: 1.6rem !important;
  }
  .u-md-mb-2 {
    margin-bottom: 1.6rem !important;
  }
  .u-md-ml-2 {
    margin-left: 1.6rem !important;
  }
  .u-md-neg-m-2 {
    margin: -1.6rem !important;
  }
  .u-md-neg-mx-2 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .u-md-neg-my-2 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .u-md-neg-mt-2 {
    margin-top: -1.6rem !important;
  }
  .u-md-neg-mr-2 {
    margin-right: -1.6rem !important;
  }
  .u-md-neg-mb-2 {
    margin-bottom: -1.6rem !important;
  }
  .u-md-neg-ml-2 {
    margin-left: -1.6rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-3 {
    margin: 2.4rem !important;
  }
  .u-md-mx-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .u-md-my-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .u-md-mt-3 {
    margin-top: 2.4rem !important;
  }
  .u-md-mr-3 {
    margin-right: 2.4rem !important;
  }
  .u-md-mb-3 {
    margin-bottom: 2.4rem !important;
  }
  .u-md-ml-3 {
    margin-left: 2.4rem !important;
  }
  .u-md-neg-m-3 {
    margin: -2.4rem !important;
  }
  .u-md-neg-mx-3 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .u-md-neg-my-3 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .u-md-neg-mt-3 {
    margin-top: -2.4rem !important;
  }
  .u-md-neg-mr-3 {
    margin-right: -2.4rem !important;
  }
  .u-md-neg-mb-3 {
    margin-bottom: -2.4rem !important;
  }
  .u-md-neg-ml-3 {
    margin-left: -2.4rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-4 {
    margin: 3.2rem !important;
  }
  .u-md-mx-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .u-md-my-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .u-md-mt-4 {
    margin-top: 3.2rem !important;
  }
  .u-md-mr-4 {
    margin-right: 3.2rem !important;
  }
  .u-md-mb-4 {
    margin-bottom: 3.2rem !important;
  }
  .u-md-ml-4 {
    margin-left: 3.2rem !important;
  }
  .u-md-neg-m-4 {
    margin: -3.2rem !important;
  }
  .u-md-neg-mx-4 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .u-md-neg-my-4 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .u-md-neg-mt-4 {
    margin-top: -3.2rem !important;
  }
  .u-md-neg-mr-4 {
    margin-right: -3.2rem !important;
  }
  .u-md-neg-mb-4 {
    margin-bottom: -3.2rem !important;
  }
  .u-md-neg-ml-4 {
    margin-left: -3.2rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-5 {
    margin: 4rem !important;
  }
  .u-md-mx-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .u-md-my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .u-md-mt-5 {
    margin-top: 4rem !important;
  }
  .u-md-mr-5 {
    margin-right: 4rem !important;
  }
  .u-md-mb-5 {
    margin-bottom: 4rem !important;
  }
  .u-md-ml-5 {
    margin-left: 4rem !important;
  }
  .u-md-neg-m-5 {
    margin: -4rem !important;
  }
  .u-md-neg-mx-5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .u-md-neg-my-5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .u-md-neg-mt-5 {
    margin-top: -4rem !important;
  }
  .u-md-neg-mr-5 {
    margin-right: -4rem !important;
  }
  .u-md-neg-mb-5 {
    margin-bottom: -4rem !important;
  }
  .u-md-neg-ml-5 {
    margin-left: -4rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-6 {
    margin: 4.8rem !important;
  }
  .u-md-mx-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .u-md-my-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .u-md-mt-6 {
    margin-top: 4.8rem !important;
  }
  .u-md-mr-6 {
    margin-right: 4.8rem !important;
  }
  .u-md-mb-6 {
    margin-bottom: 4.8rem !important;
  }
  .u-md-ml-6 {
    margin-left: 4.8rem !important;
  }
  .u-md-neg-m-6 {
    margin: -4.8rem !important;
  }
  .u-md-neg-mx-6 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .u-md-neg-my-6 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .u-md-neg-mt-6 {
    margin-top: -4.8rem !important;
  }
  .u-md-neg-mr-6 {
    margin-right: -4.8rem !important;
  }
  .u-md-neg-mb-6 {
    margin-bottom: -4.8rem !important;
  }
  .u-md-neg-ml-6 {
    margin-left: -4.8rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-7 {
    margin: 5.6rem !important;
  }
  .u-md-mx-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .u-md-my-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .u-md-mt-7 {
    margin-top: 5.6rem !important;
  }
  .u-md-mr-7 {
    margin-right: 5.6rem !important;
  }
  .u-md-mb-7 {
    margin-bottom: 5.6rem !important;
  }
  .u-md-ml-7 {
    margin-left: 5.6rem !important;
  }
  .u-md-neg-m-7 {
    margin: -5.6rem !important;
  }
  .u-md-neg-mx-7 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .u-md-neg-my-7 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .u-md-neg-mt-7 {
    margin-top: -5.6rem !important;
  }
  .u-md-neg-mr-7 {
    margin-right: -5.6rem !important;
  }
  .u-md-neg-mb-7 {
    margin-bottom: -5.6rem !important;
  }
  .u-md-neg-ml-7 {
    margin-left: -5.6rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-8 {
    margin: 6.4rem !important;
  }
  .u-md-mx-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .u-md-my-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .u-md-mt-8 {
    margin-top: 6.4rem !important;
  }
  .u-md-mr-8 {
    margin-right: 6.4rem !important;
  }
  .u-md-mb-8 {
    margin-bottom: 6.4rem !important;
  }
  .u-md-ml-8 {
    margin-left: 6.4rem !important;
  }
  .u-md-neg-m-8 {
    margin: -6.4rem !important;
  }
  .u-md-neg-mx-8 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .u-md-neg-my-8 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .u-md-neg-mt-8 {
    margin-top: -6.4rem !important;
  }
  .u-md-neg-mr-8 {
    margin-right: -6.4rem !important;
  }
  .u-md-neg-mb-8 {
    margin-bottom: -6.4rem !important;
  }
  .u-md-neg-ml-8 {
    margin-left: -6.4rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-9 {
    margin: 7.2rem !important;
  }
  .u-md-mx-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .u-md-my-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .u-md-mt-9 {
    margin-top: 7.2rem !important;
  }
  .u-md-mr-9 {
    margin-right: 7.2rem !important;
  }
  .u-md-mb-9 {
    margin-bottom: 7.2rem !important;
  }
  .u-md-ml-9 {
    margin-left: 7.2rem !important;
  }
  .u-md-neg-m-9 {
    margin: -7.2rem !important;
  }
  .u-md-neg-mx-9 {
    margin-right: -7.2rem !important;
    margin-left: -7.2rem !important;
  }
  .u-md-neg-my-9 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
  }
  .u-md-neg-mt-9 {
    margin-top: -7.2rem !important;
  }
  .u-md-neg-mr-9 {
    margin-right: -7.2rem !important;
  }
  .u-md-neg-mb-9 {
    margin-bottom: -7.2rem !important;
  }
  .u-md-neg-ml-9 {
    margin-left: -7.2rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-10 {
    margin: 8rem !important;
  }
  .u-md-mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .u-md-my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .u-md-mt-10 {
    margin-top: 8rem !important;
  }
  .u-md-mr-10 {
    margin-right: 8rem !important;
  }
  .u-md-mb-10 {
    margin-bottom: 8rem !important;
  }
  .u-md-ml-10 {
    margin-left: 8rem !important;
  }
  .u-md-neg-m-10 {
    margin: -8rem !important;
  }
  .u-md-neg-mx-10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .u-md-neg-my-10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .u-md-neg-mt-10 {
    margin-top: -8rem !important;
  }
  .u-md-neg-mr-10 {
    margin-right: -8rem !important;
  }
  .u-md-neg-mb-10 {
    margin-bottom: -8rem !important;
  }
  .u-md-neg-ml-10 {
    margin-left: -8rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-11 {
    margin: 8.8rem !important;
  }
  .u-md-mx-11 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }
  .u-md-my-11 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }
  .u-md-mt-11 {
    margin-top: 8.8rem !important;
  }
  .u-md-mr-11 {
    margin-right: 8.8rem !important;
  }
  .u-md-mb-11 {
    margin-bottom: 8.8rem !important;
  }
  .u-md-ml-11 {
    margin-left: 8.8rem !important;
  }
  .u-md-neg-m-11 {
    margin: -8.8rem !important;
  }
  .u-md-neg-mx-11 {
    margin-right: -8.8rem !important;
    margin-left: -8.8rem !important;
  }
  .u-md-neg-my-11 {
    margin-top: -8.8rem !important;
    margin-bottom: -8.8rem !important;
  }
  .u-md-neg-mt-11 {
    margin-top: -8.8rem !important;
  }
  .u-md-neg-mr-11 {
    margin-right: -8.8rem !important;
  }
  .u-md-neg-mb-11 {
    margin-bottom: -8.8rem !important;
  }
  .u-md-neg-ml-11 {
    margin-left: -8.8rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-12 {
    margin: 9.6rem !important;
  }
  .u-md-mx-12 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .u-md-my-12 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .u-md-mt-12 {
    margin-top: 9.6rem !important;
  }
  .u-md-mr-12 {
    margin-right: 9.6rem !important;
  }
  .u-md-mb-12 {
    margin-bottom: 9.6rem !important;
  }
  .u-md-ml-12 {
    margin-left: 9.6rem !important;
  }
  .u-md-neg-m-12 {
    margin: -9.6rem !important;
  }
  .u-md-neg-mx-12 {
    margin-right: -9.6rem !important;
    margin-left: -9.6rem !important;
  }
  .u-md-neg-my-12 {
    margin-top: -9.6rem !important;
    margin-bottom: -9.6rem !important;
  }
  .u-md-neg-mt-12 {
    margin-top: -9.6rem !important;
  }
  .u-md-neg-mr-12 {
    margin-right: -9.6rem !important;
  }
  .u-md-neg-mb-12 {
    margin-bottom: -9.6rem !important;
  }
  .u-md-neg-ml-12 {
    margin-left: -9.6rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-13 {
    margin: 10.4rem !important;
  }
  .u-md-mx-13 {
    margin-right: 10.4rem !important;
    margin-left: 10.4rem !important;
  }
  .u-md-my-13 {
    margin-top: 10.4rem !important;
    margin-bottom: 10.4rem !important;
  }
  .u-md-mt-13 {
    margin-top: 10.4rem !important;
  }
  .u-md-mr-13 {
    margin-right: 10.4rem !important;
  }
  .u-md-mb-13 {
    margin-bottom: 10.4rem !important;
  }
  .u-md-ml-13 {
    margin-left: 10.4rem !important;
  }
  .u-md-neg-m-13 {
    margin: -10.4rem !important;
  }
  .u-md-neg-mx-13 {
    margin-right: -10.4rem !important;
    margin-left: -10.4rem !important;
  }
  .u-md-neg-my-13 {
    margin-top: -10.4rem !important;
    margin-bottom: -10.4rem !important;
  }
  .u-md-neg-mt-13 {
    margin-top: -10.4rem !important;
  }
  .u-md-neg-mr-13 {
    margin-right: -10.4rem !important;
  }
  .u-md-neg-mb-13 {
    margin-bottom: -10.4rem !important;
  }
  .u-md-neg-ml-13 {
    margin-left: -10.4rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-14 {
    margin: 11.2rem !important;
  }
  .u-md-mx-14 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }
  .u-md-my-14 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }
  .u-md-mt-14 {
    margin-top: 11.2rem !important;
  }
  .u-md-mr-14 {
    margin-right: 11.2rem !important;
  }
  .u-md-mb-14 {
    margin-bottom: 11.2rem !important;
  }
  .u-md-ml-14 {
    margin-left: 11.2rem !important;
  }
  .u-md-neg-m-14 {
    margin: -11.2rem !important;
  }
  .u-md-neg-mx-14 {
    margin-right: -11.2rem !important;
    margin-left: -11.2rem !important;
  }
  .u-md-neg-my-14 {
    margin-top: -11.2rem !important;
    margin-bottom: -11.2rem !important;
  }
  .u-md-neg-mt-14 {
    margin-top: -11.2rem !important;
  }
  .u-md-neg-mr-14 {
    margin-right: -11.2rem !important;
  }
  .u-md-neg-mb-14 {
    margin-bottom: -11.2rem !important;
  }
  .u-md-neg-ml-14 {
    margin-left: -11.2rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-15 {
    margin: 12rem !important;
  }
  .u-md-mx-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .u-md-my-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .u-md-mt-15 {
    margin-top: 12rem !important;
  }
  .u-md-mr-15 {
    margin-right: 12rem !important;
  }
  .u-md-mb-15 {
    margin-bottom: 12rem !important;
  }
  .u-md-ml-15 {
    margin-left: 12rem !important;
  }
  .u-md-neg-m-15 {
    margin: -12rem !important;
  }
  .u-md-neg-mx-15 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .u-md-neg-my-15 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .u-md-neg-mt-15 {
    margin-top: -12rem !important;
  }
  .u-md-neg-mr-15 {
    margin-right: -12rem !important;
  }
  .u-md-neg-mb-15 {
    margin-bottom: -12rem !important;
  }
  .u-md-neg-ml-15 {
    margin-left: -12rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-16 {
    margin: 12.8rem !important;
  }
  .u-md-mx-16 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }
  .u-md-my-16 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
  .u-md-mt-16 {
    margin-top: 12.8rem !important;
  }
  .u-md-mr-16 {
    margin-right: 12.8rem !important;
  }
  .u-md-mb-16 {
    margin-bottom: 12.8rem !important;
  }
  .u-md-ml-16 {
    margin-left: 12.8rem !important;
  }
  .u-md-neg-m-16 {
    margin: -12.8rem !important;
  }
  .u-md-neg-mx-16 {
    margin-right: -12.8rem !important;
    margin-left: -12.8rem !important;
  }
  .u-md-neg-my-16 {
    margin-top: -12.8rem !important;
    margin-bottom: -12.8rem !important;
  }
  .u-md-neg-mt-16 {
    margin-top: -12.8rem !important;
  }
  .u-md-neg-mr-16 {
    margin-right: -12.8rem !important;
  }
  .u-md-neg-mb-16 {
    margin-bottom: -12.8rem !important;
  }
  .u-md-neg-ml-16 {
    margin-left: -12.8rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-17 {
    margin: 13.6rem !important;
  }
  .u-md-mx-17 {
    margin-right: 13.6rem !important;
    margin-left: 13.6rem !important;
  }
  .u-md-my-17 {
    margin-top: 13.6rem !important;
    margin-bottom: 13.6rem !important;
  }
  .u-md-mt-17 {
    margin-top: 13.6rem !important;
  }
  .u-md-mr-17 {
    margin-right: 13.6rem !important;
  }
  .u-md-mb-17 {
    margin-bottom: 13.6rem !important;
  }
  .u-md-ml-17 {
    margin-left: 13.6rem !important;
  }
  .u-md-neg-m-17 {
    margin: -13.6rem !important;
  }
  .u-md-neg-mx-17 {
    margin-right: -13.6rem !important;
    margin-left: -13.6rem !important;
  }
  .u-md-neg-my-17 {
    margin-top: -13.6rem !important;
    margin-bottom: -13.6rem !important;
  }
  .u-md-neg-mt-17 {
    margin-top: -13.6rem !important;
  }
  .u-md-neg-mr-17 {
    margin-right: -13.6rem !important;
  }
  .u-md-neg-mb-17 {
    margin-bottom: -13.6rem !important;
  }
  .u-md-neg-ml-17 {
    margin-left: -13.6rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-18 {
    margin: 14.4rem !important;
  }
  .u-md-mx-18 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !important;
  }
  .u-md-my-18 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !important;
  }
  .u-md-mt-18 {
    margin-top: 14.4rem !important;
  }
  .u-md-mr-18 {
    margin-right: 14.4rem !important;
  }
  .u-md-mb-18 {
    margin-bottom: 14.4rem !important;
  }
  .u-md-ml-18 {
    margin-left: 14.4rem !important;
  }
  .u-md-neg-m-18 {
    margin: -14.4rem !important;
  }
  .u-md-neg-mx-18 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }
  .u-md-neg-my-18 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }
  .u-md-neg-mt-18 {
    margin-top: -14.4rem !important;
  }
  .u-md-neg-mr-18 {
    margin-right: -14.4rem !important;
  }
  .u-md-neg-mb-18 {
    margin-bottom: -14.4rem !important;
  }
  .u-md-neg-ml-18 {
    margin-left: -14.4rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-19 {
    margin: 15.2rem !important;
  }
  .u-md-mx-19 {
    margin-right: 15.2rem !important;
    margin-left: 15.2rem !important;
  }
  .u-md-my-19 {
    margin-top: 15.2rem !important;
    margin-bottom: 15.2rem !important;
  }
  .u-md-mt-19 {
    margin-top: 15.2rem !important;
  }
  .u-md-mr-19 {
    margin-right: 15.2rem !important;
  }
  .u-md-mb-19 {
    margin-bottom: 15.2rem !important;
  }
  .u-md-ml-19 {
    margin-left: 15.2rem !important;
  }
  .u-md-neg-m-19 {
    margin: -15.2rem !important;
  }
  .u-md-neg-mx-19 {
    margin-right: -15.2rem !important;
    margin-left: -15.2rem !important;
  }
  .u-md-neg-my-19 {
    margin-top: -15.2rem !important;
    margin-bottom: -15.2rem !important;
  }
  .u-md-neg-mt-19 {
    margin-top: -15.2rem !important;
  }
  .u-md-neg-mr-19 {
    margin-right: -15.2rem !important;
  }
  .u-md-neg-mb-19 {
    margin-bottom: -15.2rem !important;
  }
  .u-md-neg-ml-19 {
    margin-left: -15.2rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-m-20 {
    margin: 16rem !important;
  }
  .u-md-mx-20 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .u-md-my-20 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .u-md-mt-20 {
    margin-top: 16rem !important;
  }
  .u-md-mr-20 {
    margin-right: 16rem !important;
  }
  .u-md-mb-20 {
    margin-bottom: 16rem !important;
  }
  .u-md-ml-20 {
    margin-left: 16rem !important;
  }
  .u-md-neg-m-20 {
    margin: -16rem !important;
  }
  .u-md-neg-mx-20 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .u-md-neg-my-20 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .u-md-neg-mt-20 {
    margin-top: -16rem !important;
  }
  .u-md-neg-mr-20 {
    margin-right: -16rem !important;
  }
  .u-md-neg-mb-20 {
    margin-bottom: -16rem !important;
  }
  .u-md-neg-ml-20 {
    margin-left: -16rem !important;
  }
  .u-md-mt-auto {
    margin-top: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mb-auto {
    margin-bottom: auto !important;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-order-0 {
    order: 0 !important;
  }
  .u-md-order-1 {
    order: 1 !important;
  }
  .u-md-order-2 {
    order: 2 !important;
  }
  .u-md-order-3 {
    order: 3 !important;
  }
  .u-md-order-4 {
    order: 4 !important;
  }
  .u-md-order-5 {
    order: 5 !important;
  }
  .u-md-order-6 {
    order: 6 !important;
  }
  .u-md-order-7 {
    order: 7 !important;
  }
  .u-md-order-8 {
    order: 8 !important;
  }
  .u-md-order-9 {
    order: 9 !important;
  }
  .u-md-order-10 {
    order: 10 !important;
  }
  .u-md-order-11 {
    order: 11 !important;
  }
  .u-md-order-12 {
    order: 12 !important;
  }
  .u-md-order-13 {
    order: 13 !important;
  }
  .u-md-order-14 {
    order: 14 !important;
  }
  .u-md-order-15 {
    order: 15 !important;
  }
  .u-md-order-16 {
    order: 16 !important;
  }
  .u-md-order-17 {
    order: 17 !important;
  }
  .u-md-order-18 {
    order: 18 !important;
  }
  .u-md-order-19 {
    order: 19 !important;
  }
  .u-md-order-20 {
    order: 20 !important;
  }
  .u-md-order-21 {
    order: 21 !important;
  }
  .u-md-order-22 {
    order: 22 !important;
  }
  .u-md-order-23 {
    order: 23 !important;
  }
  .u-md-order-24 {
    order: 24 !important;
  }
  .u-md-order-25 {
    order: 25 !important;
  }
  .u-md-order-26 {
    order: 26 !important;
  }
  .u-md-order-27 {
    order: 27 !important;
  }
  .u-md-order-28 {
    order: 28 !important;
  }
  .u-md-order-29 {
    order: 29 !important;
  }
  .u-md-order-30 {
    order: 30 !important;
  }
  .u-md-order-31 {
    order: 31 !important;
  }
  .u-md-order-32 {
    order: 32 !important;
  }
  .u-md-order-33 {
    order: 33 !important;
  }
  .u-md-order-34 {
    order: 34 !important;
  }
  .u-md-order-35 {
    order: 35 !important;
  }
  .u-md-order-36 {
    order: 36 !important;
  }
  .u-md-order-37 {
    order: 37 !important;
  }
  .u-md-order-38 {
    order: 38 !important;
  }
  .u-md-order-39 {
    order: 39 !important;
  }
  .u-md-order-40 {
    order: 40 !important;
  }
  .u-md-order-41 {
    order: 41 !important;
  }
  .u-md-order-42 {
    order: 42 !important;
  }
  .u-md-order-43 {
    order: 43 !important;
  }
  .u-md-order-44 {
    order: 44 !important;
  }
  .u-md-order-45 {
    order: 45 !important;
  }
  .u-md-order-46 {
    order: 46 !important;
  }
  .u-md-order-47 {
    order: 47 !important;
  }
  .u-md-order-48 {
    order: 48 !important;
  }
  .u-md-order-49 {
    order: 49 !important;
  }
  .u-md-order-50 {
    order: 50 !important;
  }
  .u-md-order-51 {
    order: 51 !important;
  }
  .u-md-order-52 {
    order: 52 !important;
  }
  .u-md-order-53 {
    order: 53 !important;
  }
  .u-md-order-54 {
    order: 54 !important;
  }
  .u-md-order-55 {
    order: 55 !important;
  }
  .u-md-order-56 {
    order: 56 !important;
  }
  .u-md-order-57 {
    order: 57 !important;
  }
  .u-md-order-58 {
    order: 58 !important;
  }
  .u-md-order-59 {
    order: 59 !important;
  }
  .u-md-order-60 {
    order: 60 !important;
  }
  .u-md-order-61 {
    order: 61 !important;
  }
  .u-md-order-62 {
    order: 62 !important;
  }
  .u-md-order-63 {
    order: 63 !important;
  }
  .u-md-order-64 {
    order: 64 !important;
  }
  .u-md-order-65 {
    order: 65 !important;
  }
  .u-md-order-66 {
    order: 66 !important;
  }
  .u-md-order-67 {
    order: 67 !important;
  }
  .u-md-order-68 {
    order: 68 !important;
  }
  .u-md-order-69 {
    order: 69 !important;
  }
  .u-md-order-70 {
    order: 70 !important;
  }
  .u-md-order-71 {
    order: 71 !important;
  }
  .u-md-order-72 {
    order: 72 !important;
  }
  .u-md-order-73 {
    order: 73 !important;
  }
  .u-md-order-74 {
    order: 74 !important;
  }
  .u-md-order-75 {
    order: 75 !important;
  }
  .u-md-order-76 {
    order: 76 !important;
  }
  .u-md-order-77 {
    order: 77 !important;
  }
  .u-md-order-78 {
    order: 78 !important;
  }
  .u-md-order-79 {
    order: 79 !important;
  }
  .u-md-order-80 {
    order: 80 !important;
  }
  .u-md-order-81 {
    order: 81 !important;
  }
  .u-md-order-82 {
    order: 82 !important;
  }
  .u-md-order-83 {
    order: 83 !important;
  }
  .u-md-order-84 {
    order: 84 !important;
  }
  .u-md-order-85 {
    order: 85 !important;
  }
  .u-md-order-86 {
    order: 86 !important;
  }
  .u-md-order-87 {
    order: 87 !important;
  }
  .u-md-order-88 {
    order: 88 !important;
  }
  .u-md-order-89 {
    order: 89 !important;
  }
  .u-md-order-90 {
    order: 90 !important;
  }
  .u-md-order-91 {
    order: 91 !important;
  }
  .u-md-order-92 {
    order: 92 !important;
  }
  .u-md-order-93 {
    order: 93 !important;
  }
  .u-md-order-94 {
    order: 94 !important;
  }
  .u-md-order-95 {
    order: 95 !important;
  }
  .u-md-order-96 {
    order: 96 !important;
  }
  .u-md-order-97 {
    order: 97 !important;
  }
  .u-md-order-98 {
    order: 98 !important;
  }
  .u-md-order-99 {
    order: 99 !important;
  }
  .u-md-order-100 {
    order: 100 !important;
  }
  .u-md-overflow-visible {
    overflow: visible !important;
  }
  .u-md-overflow-scroll {
    overflow: scroll !important;
  }
  .u-md-overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .u-md-overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .u-md-overflow-hidden {
    overflow: hidden !important;
  }
  .u-md-p-0 {
    padding: 0rem !important;
  }
  .u-md-px-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .u-md-py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-md-pt-0 {
    padding-top: 0rem !important;
  }
  .u-md-pr-0 {
    padding-right: 0rem !important;
  }
  .u-md-pb-0 {
    padding-bottom: 0rem !important;
  }
  .u-md-pl-0 {
    padding-left: 0rem !important;
  }
  .u-md-p-1 {
    padding: 0.8rem !important;
  }
  .u-md-px-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .u-md-py-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .u-md-pt-1 {
    padding-top: 0.8rem !important;
  }
  .u-md-pr-1 {
    padding-right: 0.8rem !important;
  }
  .u-md-pb-1 {
    padding-bottom: 0.8rem !important;
  }
  .u-md-pl-1 {
    padding-left: 0.8rem !important;
  }
  .u-md-p-2 {
    padding: 1.6rem !important;
  }
  .u-md-px-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .u-md-py-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .u-md-pt-2 {
    padding-top: 1.6rem !important;
  }
  .u-md-pr-2 {
    padding-right: 1.6rem !important;
  }
  .u-md-pb-2 {
    padding-bottom: 1.6rem !important;
  }
  .u-md-pl-2 {
    padding-left: 1.6rem !important;
  }
  .u-md-p-3 {
    padding: 2.4rem !important;
  }
  .u-md-px-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .u-md-py-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .u-md-pt-3 {
    padding-top: 2.4rem !important;
  }
  .u-md-pr-3 {
    padding-right: 2.4rem !important;
  }
  .u-md-pb-3 {
    padding-bottom: 2.4rem !important;
  }
  .u-md-pl-3 {
    padding-left: 2.4rem !important;
  }
  .u-md-p-4 {
    padding: 3.2rem !important;
  }
  .u-md-px-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .u-md-py-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .u-md-pt-4 {
    padding-top: 3.2rem !important;
  }
  .u-md-pr-4 {
    padding-right: 3.2rem !important;
  }
  .u-md-pb-4 {
    padding-bottom: 3.2rem !important;
  }
  .u-md-pl-4 {
    padding-left: 3.2rem !important;
  }
  .u-md-p-5 {
    padding: 4rem !important;
  }
  .u-md-px-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .u-md-py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .u-md-pt-5 {
    padding-top: 4rem !important;
  }
  .u-md-pr-5 {
    padding-right: 4rem !important;
  }
  .u-md-pb-5 {
    padding-bottom: 4rem !important;
  }
  .u-md-pl-5 {
    padding-left: 4rem !important;
  }
  .u-md-p-6 {
    padding: 4.8rem !important;
  }
  .u-md-px-6 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .u-md-py-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .u-md-pt-6 {
    padding-top: 4.8rem !important;
  }
  .u-md-pr-6 {
    padding-right: 4.8rem !important;
  }
  .u-md-pb-6 {
    padding-bottom: 4.8rem !important;
  }
  .u-md-pl-6 {
    padding-left: 4.8rem !important;
  }
  .u-md-p-7 {
    padding: 5.6rem !important;
  }
  .u-md-px-7 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .u-md-py-7 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .u-md-pt-7 {
    padding-top: 5.6rem !important;
  }
  .u-md-pr-7 {
    padding-right: 5.6rem !important;
  }
  .u-md-pb-7 {
    padding-bottom: 5.6rem !important;
  }
  .u-md-pl-7 {
    padding-left: 5.6rem !important;
  }
  .u-md-p-8 {
    padding: 6.4rem !important;
  }
  .u-md-px-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .u-md-py-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .u-md-pt-8 {
    padding-top: 6.4rem !important;
  }
  .u-md-pr-8 {
    padding-right: 6.4rem !important;
  }
  .u-md-pb-8 {
    padding-bottom: 6.4rem !important;
  }
  .u-md-pl-8 {
    padding-left: 6.4rem !important;
  }
  .u-md-p-9 {
    padding: 7.2rem !important;
  }
  .u-md-px-9 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .u-md-py-9 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .u-md-pt-9 {
    padding-top: 7.2rem !important;
  }
  .u-md-pr-9 {
    padding-right: 7.2rem !important;
  }
  .u-md-pb-9 {
    padding-bottom: 7.2rem !important;
  }
  .u-md-pl-9 {
    padding-left: 7.2rem !important;
  }
  .u-md-p-10 {
    padding: 8rem !important;
  }
  .u-md-px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .u-md-py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .u-md-pt-10 {
    padding-top: 8rem !important;
  }
  .u-md-pr-10 {
    padding-right: 8rem !important;
  }
  .u-md-pb-10 {
    padding-bottom: 8rem !important;
  }
  .u-md-pl-10 {
    padding-left: 8rem !important;
  }
  .u-md-p-11 {
    padding: 8.8rem !important;
  }
  .u-md-px-11 {
    padding-right: 8.8rem !important;
    padding-left: 8.8rem !important;
  }
  .u-md-py-11 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }
  .u-md-pt-11 {
    padding-top: 8.8rem !important;
  }
  .u-md-pr-11 {
    padding-right: 8.8rem !important;
  }
  .u-md-pb-11 {
    padding-bottom: 8.8rem !important;
  }
  .u-md-pl-11 {
    padding-left: 8.8rem !important;
  }
  .u-md-p-12 {
    padding: 9.6rem !important;
  }
  .u-md-px-12 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .u-md-py-12 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .u-md-pt-12 {
    padding-top: 9.6rem !important;
  }
  .u-md-pr-12 {
    padding-right: 9.6rem !important;
  }
  .u-md-pb-12 {
    padding-bottom: 9.6rem !important;
  }
  .u-md-pl-12 {
    padding-left: 9.6rem !important;
  }
  .u-md-p-13 {
    padding: 10.4rem !important;
  }
  .u-md-px-13 {
    padding-right: 10.4rem !important;
    padding-left: 10.4rem !important;
  }
  .u-md-py-13 {
    padding-top: 10.4rem !important;
    padding-bottom: 10.4rem !important;
  }
  .u-md-pt-13 {
    padding-top: 10.4rem !important;
  }
  .u-md-pr-13 {
    padding-right: 10.4rem !important;
  }
  .u-md-pb-13 {
    padding-bottom: 10.4rem !important;
  }
  .u-md-pl-13 {
    padding-left: 10.4rem !important;
  }
  .u-md-p-14 {
    padding: 11.2rem !important;
  }
  .u-md-px-14 {
    padding-right: 11.2rem !important;
    padding-left: 11.2rem !important;
  }
  .u-md-py-14 {
    padding-top: 11.2rem !important;
    padding-bottom: 11.2rem !important;
  }
  .u-md-pt-14 {
    padding-top: 11.2rem !important;
  }
  .u-md-pr-14 {
    padding-right: 11.2rem !important;
  }
  .u-md-pb-14 {
    padding-bottom: 11.2rem !important;
  }
  .u-md-pl-14 {
    padding-left: 11.2rem !important;
  }
  .u-md-p-15 {
    padding: 12rem !important;
  }
  .u-md-px-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .u-md-py-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .u-md-pt-15 {
    padding-top: 12rem !important;
  }
  .u-md-pr-15 {
    padding-right: 12rem !important;
  }
  .u-md-pb-15 {
    padding-bottom: 12rem !important;
  }
  .u-md-pl-15 {
    padding-left: 12rem !important;
  }
  .u-md-p-16 {
    padding: 12.8rem !important;
  }
  .u-md-px-16 {
    padding-right: 12.8rem !important;
    padding-left: 12.8rem !important;
  }
  .u-md-py-16 {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
  .u-md-pt-16 {
    padding-top: 12.8rem !important;
  }
  .u-md-pr-16 {
    padding-right: 12.8rem !important;
  }
  .u-md-pb-16 {
    padding-bottom: 12.8rem !important;
  }
  .u-md-pl-16 {
    padding-left: 12.8rem !important;
  }
  .u-md-p-17 {
    padding: 13.6rem !important;
  }
  .u-md-px-17 {
    padding-right: 13.6rem !important;
    padding-left: 13.6rem !important;
  }
  .u-md-py-17 {
    padding-top: 13.6rem !important;
    padding-bottom: 13.6rem !important;
  }
  .u-md-pt-17 {
    padding-top: 13.6rem !important;
  }
  .u-md-pr-17 {
    padding-right: 13.6rem !important;
  }
  .u-md-pb-17 {
    padding-bottom: 13.6rem !important;
  }
  .u-md-pl-17 {
    padding-left: 13.6rem !important;
  }
  .u-md-p-18 {
    padding: 14.4rem !important;
  }
  .u-md-px-18 {
    padding-right: 14.4rem !important;
    padding-left: 14.4rem !important;
  }
  .u-md-py-18 {
    padding-top: 14.4rem !important;
    padding-bottom: 14.4rem !important;
  }
  .u-md-pt-18 {
    padding-top: 14.4rem !important;
  }
  .u-md-pr-18 {
    padding-right: 14.4rem !important;
  }
  .u-md-pb-18 {
    padding-bottom: 14.4rem !important;
  }
  .u-md-pl-18 {
    padding-left: 14.4rem !important;
  }
  .u-md-p-19 {
    padding: 15.2rem !important;
  }
  .u-md-px-19 {
    padding-right: 15.2rem !important;
    padding-left: 15.2rem !important;
  }
  .u-md-py-19 {
    padding-top: 15.2rem !important;
    padding-bottom: 15.2rem !important;
  }
  .u-md-pt-19 {
    padding-top: 15.2rem !important;
  }
  .u-md-pr-19 {
    padding-right: 15.2rem !important;
  }
  .u-md-pb-19 {
    padding-bottom: 15.2rem !important;
  }
  .u-md-pl-19 {
    padding-left: 15.2rem !important;
  }
  .u-md-p-20 {
    padding: 16rem !important;
  }
  .u-md-px-20 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .u-md-py-20 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .u-md-pt-20 {
    padding-top: 16rem !important;
  }
  .u-md-pr-20 {
    padding-right: 16rem !important;
  }
  .u-md-pb-20 {
    padding-bottom: 16rem !important;
  }
  .u-md-pl-20 {
    padding-left: 16rem !important;
  }
  .u-md-text-left {
    text-align: left !important;
  }
  .u-md-text-center {
    text-align: center !important;
  }
  .u-md-text-right {
    text-align: right !important;
  }
  .u-md-text-justify {
    text-align: justify !important;
  }
  .u-md-visible {
    visibility: visible !important;
  }
  .u-md-hidden {
    visibility: hidden !important;
  }
  .u-md-whitespace-normal {
    white-space: normal !important;
  }
  .u-md-whitespace-nowrap {
    white-space: nowrap !important;
  }
  .u-md-w-0 {
    width: 0% !important;
  }
  .u-md-w-1 {
    width: 1% !important;
  }
  .u-md-w-2 {
    width: 2% !important;
  }
  .u-md-w-3 {
    width: 3% !important;
  }
  .u-md-w-4 {
    width: 4% !important;
  }
  .u-md-w-5 {
    width: 5% !important;
  }
  .u-md-w-6 {
    width: 6% !important;
  }
  .u-md-w-7 {
    width: 7% !important;
  }
  .u-md-w-8 {
    width: 8% !important;
  }
  .u-md-w-9 {
    width: 9% !important;
  }
  .u-md-w-10 {
    width: 10% !important;
  }
  .u-md-w-11 {
    width: 11% !important;
  }
  .u-md-w-12 {
    width: 12% !important;
  }
  .u-md-w-13 {
    width: 13% !important;
  }
  .u-md-w-14 {
    width: 14% !important;
  }
  .u-md-w-15 {
    width: 15% !important;
  }
  .u-md-w-16 {
    width: 16% !important;
  }
  .u-md-w-17 {
    width: 17% !important;
  }
  .u-md-w-18 {
    width: 18% !important;
  }
  .u-md-w-19 {
    width: 19% !important;
  }
  .u-md-w-20 {
    width: 20% !important;
  }
  .u-md-w-21 {
    width: 21% !important;
  }
  .u-md-w-22 {
    width: 22% !important;
  }
  .u-md-w-23 {
    width: 23% !important;
  }
  .u-md-w-24 {
    width: 24% !important;
  }
  .u-md-w-25 {
    width: 25% !important;
  }
  .u-md-w-26 {
    width: 26% !important;
  }
  .u-md-w-27 {
    width: 27% !important;
  }
  .u-md-w-28 {
    width: 28% !important;
  }
  .u-md-w-29 {
    width: 29% !important;
  }
  .u-md-w-30 {
    width: 30% !important;
  }
  .u-md-w-31 {
    width: 31% !important;
  }
  .u-md-w-32 {
    width: 32% !important;
  }
  .u-md-w-33 {
    width: 33% !important;
  }
  .u-md-w-34 {
    width: 34% !important;
  }
  .u-md-w-35 {
    width: 35% !important;
  }
  .u-md-w-36 {
    width: 36% !important;
  }
  .u-md-w-37 {
    width: 37% !important;
  }
  .u-md-w-38 {
    width: 38% !important;
  }
  .u-md-w-39 {
    width: 39% !important;
  }
  .u-md-w-40 {
    width: 40% !important;
  }
  .u-md-w-41 {
    width: 41% !important;
  }
  .u-md-w-42 {
    width: 42% !important;
  }
  .u-md-w-43 {
    width: 43% !important;
  }
  .u-md-w-44 {
    width: 44% !important;
  }
  .u-md-w-45 {
    width: 45% !important;
  }
  .u-md-w-46 {
    width: 46% !important;
  }
  .u-md-w-47 {
    width: 47% !important;
  }
  .u-md-w-48 {
    width: 48% !important;
  }
  .u-md-w-49 {
    width: 49% !important;
  }
  .u-md-w-50 {
    width: 50% !important;
  }
  .u-md-w-51 {
    width: 51% !important;
  }
  .u-md-w-52 {
    width: 52% !important;
  }
  .u-md-w-53 {
    width: 53% !important;
  }
  .u-md-w-54 {
    width: 54% !important;
  }
  .u-md-w-55 {
    width: 55% !important;
  }
  .u-md-w-56 {
    width: 56% !important;
  }
  .u-md-w-57 {
    width: 57% !important;
  }
  .u-md-w-58 {
    width: 58% !important;
  }
  .u-md-w-59 {
    width: 59% !important;
  }
  .u-md-w-60 {
    width: 60% !important;
  }
  .u-md-w-61 {
    width: 61% !important;
  }
  .u-md-w-62 {
    width: 62% !important;
  }
  .u-md-w-63 {
    width: 63% !important;
  }
  .u-md-w-64 {
    width: 64% !important;
  }
  .u-md-w-65 {
    width: 65% !important;
  }
  .u-md-w-66 {
    width: 66% !important;
  }
  .u-md-w-67 {
    width: 67% !important;
  }
  .u-md-w-68 {
    width: 68% !important;
  }
  .u-md-w-69 {
    width: 69% !important;
  }
  .u-md-w-70 {
    width: 70% !important;
  }
  .u-md-w-71 {
    width: 71% !important;
  }
  .u-md-w-72 {
    width: 72% !important;
  }
  .u-md-w-73 {
    width: 73% !important;
  }
  .u-md-w-74 {
    width: 74% !important;
  }
  .u-md-w-75 {
    width: 75% !important;
  }
  .u-md-w-76 {
    width: 76% !important;
  }
  .u-md-w-77 {
    width: 77% !important;
  }
  .u-md-w-78 {
    width: 78% !important;
  }
  .u-md-w-79 {
    width: 79% !important;
  }
  .u-md-w-80 {
    width: 80% !important;
  }
  .u-md-w-81 {
    width: 81% !important;
  }
  .u-md-w-82 {
    width: 82% !important;
  }
  .u-md-w-83 {
    width: 83% !important;
  }
  .u-md-w-84 {
    width: 84% !important;
  }
  .u-md-w-85 {
    width: 85% !important;
  }
  .u-md-w-86 {
    width: 86% !important;
  }
  .u-md-w-87 {
    width: 87% !important;
  }
  .u-md-w-88 {
    width: 88% !important;
  }
  .u-md-w-89 {
    width: 89% !important;
  }
  .u-md-w-90 {
    width: 90% !important;
  }
  .u-md-w-91 {
    width: 91% !important;
  }
  .u-md-w-92 {
    width: 92% !important;
  }
  .u-md-w-93 {
    width: 93% !important;
  }
  .u-md-w-94 {
    width: 94% !important;
  }
  .u-md-w-95 {
    width: 95% !important;
  }
  .u-md-w-96 {
    width: 96% !important;
  }
  .u-md-w-97 {
    width: 97% !important;
  }
  .u-md-w-98 {
    width: 98% !important;
  }
  .u-md-w-99 {
    width: 99% !important;
  }
  .u-md-w-100 {
    width: 100% !important;
  }
  .u-md-w-0px {
    width: 0px !important;
  }
  .u-md-w-1px {
    width: 1px !important;
  }
  .u-md-w-2px {
    width: 2px !important;
  }
  .u-md-w-3px {
    width: 3px !important;
  }
  .u-md-w-4px {
    width: 4px !important;
  }
  .u-md-w-5px {
    width: 5px !important;
  }
  .u-md-w-6px {
    width: 6px !important;
  }
  .u-md-w-7px {
    width: 7px !important;
  }
  .u-md-w-8px {
    width: 8px !important;
  }
  .u-md-w-9px {
    width: 9px !important;
  }
  .u-md-w-10px {
    width: 10px !important;
  }
  .u-md-w-11px {
    width: 11px !important;
  }
  .u-md-w-12px {
    width: 12px !important;
  }
  .u-md-w-13px {
    width: 13px !important;
  }
  .u-md-w-14px {
    width: 14px !important;
  }
  .u-md-w-15px {
    width: 15px !important;
  }
  .u-md-w-16px {
    width: 16px !important;
  }
  .u-md-w-17px {
    width: 17px !important;
  }
  .u-md-w-18px {
    width: 18px !important;
  }
  .u-md-w-19px {
    width: 19px !important;
  }
  .u-md-w-20px {
    width: 20px !important;
  }
  .u-md-w-21px {
    width: 21px !important;
  }
  .u-md-w-22px {
    width: 22px !important;
  }
  .u-md-w-23px {
    width: 23px !important;
  }
  .u-md-w-24px {
    width: 24px !important;
  }
  .u-md-w-25px {
    width: 25px !important;
  }
  .u-md-w-26px {
    width: 26px !important;
  }
  .u-md-w-27px {
    width: 27px !important;
  }
  .u-md-w-28px {
    width: 28px !important;
  }
  .u-md-w-29px {
    width: 29px !important;
  }
  .u-md-w-30px {
    width: 30px !important;
  }
  .u-md-w-31px {
    width: 31px !important;
  }
  .u-md-w-32px {
    width: 32px !important;
  }
  .u-md-w-33px {
    width: 33px !important;
  }
  .u-md-w-34px {
    width: 34px !important;
  }
  .u-md-w-35px {
    width: 35px !important;
  }
  .u-md-w-36px {
    width: 36px !important;
  }
  .u-md-w-37px {
    width: 37px !important;
  }
  .u-md-w-38px {
    width: 38px !important;
  }
  .u-md-w-39px {
    width: 39px !important;
  }
  .u-md-w-40px {
    width: 40px !important;
  }
  .u-md-w-41px {
    width: 41px !important;
  }
  .u-md-w-42px {
    width: 42px !important;
  }
  .u-md-w-43px {
    width: 43px !important;
  }
  .u-md-w-44px {
    width: 44px !important;
  }
  .u-md-w-45px {
    width: 45px !important;
  }
  .u-md-w-46px {
    width: 46px !important;
  }
  .u-md-w-47px {
    width: 47px !important;
  }
  .u-md-w-48px {
    width: 48px !important;
  }
  .u-md-w-49px {
    width: 49px !important;
  }
  .u-md-w-50px {
    width: 50px !important;
  }
  .u-md-w-51px {
    width: 51px !important;
  }
  .u-md-w-52px {
    width: 52px !important;
  }
  .u-md-w-53px {
    width: 53px !important;
  }
  .u-md-w-54px {
    width: 54px !important;
  }
  .u-md-w-55px {
    width: 55px !important;
  }
  .u-md-w-56px {
    width: 56px !important;
  }
  .u-md-w-57px {
    width: 57px !important;
  }
  .u-md-w-58px {
    width: 58px !important;
  }
  .u-md-w-59px {
    width: 59px !important;
  }
  .u-md-w-60px {
    width: 60px !important;
  }
  .u-md-w-61px {
    width: 61px !important;
  }
  .u-md-w-62px {
    width: 62px !important;
  }
  .u-md-w-63px {
    width: 63px !important;
  }
  .u-md-w-64px {
    width: 64px !important;
  }
  .u-md-w-65px {
    width: 65px !important;
  }
  .u-md-w-66px {
    width: 66px !important;
  }
  .u-md-w-67px {
    width: 67px !important;
  }
  .u-md-w-68px {
    width: 68px !important;
  }
  .u-md-w-69px {
    width: 69px !important;
  }
  .u-md-w-70px {
    width: 70px !important;
  }
  .u-md-w-71px {
    width: 71px !important;
  }
  .u-md-w-72px {
    width: 72px !important;
  }
  .u-md-w-73px {
    width: 73px !important;
  }
  .u-md-w-74px {
    width: 74px !important;
  }
  .u-md-w-75px {
    width: 75px !important;
  }
  .u-md-w-76px {
    width: 76px !important;
  }
  .u-md-w-77px {
    width: 77px !important;
  }
  .u-md-w-78px {
    width: 78px !important;
  }
  .u-md-w-79px {
    width: 79px !important;
  }
  .u-md-w-80px {
    width: 80px !important;
  }
  .u-md-w-81px {
    width: 81px !important;
  }
  .u-md-w-82px {
    width: 82px !important;
  }
  .u-md-w-83px {
    width: 83px !important;
  }
  .u-md-w-84px {
    width: 84px !important;
  }
  .u-md-w-85px {
    width: 85px !important;
  }
  .u-md-w-86px {
    width: 86px !important;
  }
  .u-md-w-87px {
    width: 87px !important;
  }
  .u-md-w-88px {
    width: 88px !important;
  }
  .u-md-w-89px {
    width: 89px !important;
  }
  .u-md-w-90px {
    width: 90px !important;
  }
  .u-md-w-91px {
    width: 91px !important;
  }
  .u-md-w-92px {
    width: 92px !important;
  }
  .u-md-w-93px {
    width: 93px !important;
  }
  .u-md-w-94px {
    width: 94px !important;
  }
  .u-md-w-95px {
    width: 95px !important;
  }
  .u-md-w-96px {
    width: 96px !important;
  }
  .u-md-w-97px {
    width: 97px !important;
  }
  .u-md-w-98px {
    width: 98px !important;
  }
  .u-md-w-99px {
    width: 99px !important;
  }
  .u-md-w-100px {
    width: 100px !important;
  }
  .u-md-w-101px {
    width: 101px !important;
  }
  .u-md-w-102px {
    width: 102px !important;
  }
  .u-md-w-103px {
    width: 103px !important;
  }
  .u-md-w-104px {
    width: 104px !important;
  }
  .u-md-w-105px {
    width: 105px !important;
  }
  .u-md-w-106px {
    width: 106px !important;
  }
  .u-md-w-107px {
    width: 107px !important;
  }
  .u-md-w-108px {
    width: 108px !important;
  }
  .u-md-w-109px {
    width: 109px !important;
  }
  .u-md-w-110px {
    width: 110px !important;
  }
  .u-md-w-111px {
    width: 111px !important;
  }
  .u-md-w-112px {
    width: 112px !important;
  }
  .u-md-w-113px {
    width: 113px !important;
  }
  .u-md-w-114px {
    width: 114px !important;
  }
  .u-md-w-115px {
    width: 115px !important;
  }
  .u-md-w-116px {
    width: 116px !important;
  }
  .u-md-w-117px {
    width: 117px !important;
  }
  .u-md-w-118px {
    width: 118px !important;
  }
  .u-md-w-119px {
    width: 119px !important;
  }
  .u-md-w-120px {
    width: 120px !important;
  }
  .u-md-w-121px {
    width: 121px !important;
  }
  .u-md-w-122px {
    width: 122px !important;
  }
  .u-md-w-123px {
    width: 123px !important;
  }
  .u-md-w-124px {
    width: 124px !important;
  }
  .u-md-w-125px {
    width: 125px !important;
  }
  .u-md-w-126px {
    width: 126px !important;
  }
  .u-md-w-127px {
    width: 127px !important;
  }
  .u-md-w-128px {
    width: 128px !important;
  }
  .u-md-w-129px {
    width: 129px !important;
  }
  .u-md-w-130px {
    width: 130px !important;
  }
  .u-md-w-131px {
    width: 131px !important;
  }
  .u-md-w-132px {
    width: 132px !important;
  }
  .u-md-w-133px {
    width: 133px !important;
  }
  .u-md-w-134px {
    width: 134px !important;
  }
  .u-md-w-135px {
    width: 135px !important;
  }
  .u-md-w-136px {
    width: 136px !important;
  }
  .u-md-w-137px {
    width: 137px !important;
  }
  .u-md-w-138px {
    width: 138px !important;
  }
  .u-md-w-139px {
    width: 139px !important;
  }
  .u-md-w-140px {
    width: 140px !important;
  }
  .u-md-w-141px {
    width: 141px !important;
  }
  .u-md-w-142px {
    width: 142px !important;
  }
  .u-md-w-143px {
    width: 143px !important;
  }
  .u-md-w-144px {
    width: 144px !important;
  }
  .u-md-w-145px {
    width: 145px !important;
  }
  .u-md-w-146px {
    width: 146px !important;
  }
  .u-md-w-147px {
    width: 147px !important;
  }
  .u-md-w-148px {
    width: 148px !important;
  }
  .u-md-w-149px {
    width: 149px !important;
  }
  .u-md-w-150px {
    width: 150px !important;
  }
  .u-md-w-151px {
    width: 151px !important;
  }
  .u-md-w-152px {
    width: 152px !important;
  }
  .u-md-w-153px {
    width: 153px !important;
  }
  .u-md-w-154px {
    width: 154px !important;
  }
  .u-md-w-155px {
    width: 155px !important;
  }
  .u-md-w-156px {
    width: 156px !important;
  }
  .u-md-w-157px {
    width: 157px !important;
  }
  .u-md-w-158px {
    width: 158px !important;
  }
  .u-md-w-159px {
    width: 159px !important;
  }
  .u-md-w-160px {
    width: 160px !important;
  }
  .u-md-w-161px {
    width: 161px !important;
  }
  .u-md-w-162px {
    width: 162px !important;
  }
  .u-md-w-163px {
    width: 163px !important;
  }
  .u-md-w-164px {
    width: 164px !important;
  }
  .u-md-w-165px {
    width: 165px !important;
  }
  .u-md-w-166px {
    width: 166px !important;
  }
  .u-md-w-167px {
    width: 167px !important;
  }
  .u-md-w-168px {
    width: 168px !important;
  }
  .u-md-w-169px {
    width: 169px !important;
  }
  .u-md-w-170px {
    width: 170px !important;
  }
  .u-md-w-171px {
    width: 171px !important;
  }
  .u-md-w-172px {
    width: 172px !important;
  }
  .u-md-w-173px {
    width: 173px !important;
  }
  .u-md-w-174px {
    width: 174px !important;
  }
  .u-md-w-175px {
    width: 175px !important;
  }
  .u-md-w-176px {
    width: 176px !important;
  }
  .u-md-w-177px {
    width: 177px !important;
  }
  .u-md-w-178px {
    width: 178px !important;
  }
  .u-md-w-179px {
    width: 179px !important;
  }
  .u-md-w-180px {
    width: 180px !important;
  }
  .u-md-w-181px {
    width: 181px !important;
  }
  .u-md-w-182px {
    width: 182px !important;
  }
  .u-md-w-183px {
    width: 183px !important;
  }
  .u-md-w-184px {
    width: 184px !important;
  }
  .u-md-w-185px {
    width: 185px !important;
  }
  .u-md-w-186px {
    width: 186px !important;
  }
  .u-md-w-187px {
    width: 187px !important;
  }
  .u-md-w-188px {
    width: 188px !important;
  }
  .u-md-w-189px {
    width: 189px !important;
  }
  .u-md-w-190px {
    width: 190px !important;
  }
  .u-md-w-191px {
    width: 191px !important;
  }
  .u-md-w-192px {
    width: 192px !important;
  }
  .u-md-w-193px {
    width: 193px !important;
  }
  .u-md-w-194px {
    width: 194px !important;
  }
  .u-md-w-195px {
    width: 195px !important;
  }
  .u-md-w-196px {
    width: 196px !important;
  }
  .u-md-w-197px {
    width: 197px !important;
  }
  .u-md-w-198px {
    width: 198px !important;
  }
  .u-md-w-199px {
    width: 199px !important;
  }
  .u-md-w-200px {
    width: 200px !important;
  }
  .u-md-w-201px {
    width: 201px !important;
  }
  .u-md-w-202px {
    width: 202px !important;
  }
  .u-md-w-203px {
    width: 203px !important;
  }
  .u-md-w-204px {
    width: 204px !important;
  }
  .u-md-w-205px {
    width: 205px !important;
  }
  .u-md-w-206px {
    width: 206px !important;
  }
  .u-md-w-207px {
    width: 207px !important;
  }
  .u-md-w-208px {
    width: 208px !important;
  }
  .u-md-w-209px {
    width: 209px !important;
  }
  .u-md-w-210px {
    width: 210px !important;
  }
  .u-md-w-211px {
    width: 211px !important;
  }
  .u-md-w-212px {
    width: 212px !important;
  }
  .u-md-w-213px {
    width: 213px !important;
  }
  .u-md-w-214px {
    width: 214px !important;
  }
  .u-md-w-215px {
    width: 215px !important;
  }
  .u-md-w-216px {
    width: 216px !important;
  }
  .u-md-w-217px {
    width: 217px !important;
  }
  .u-md-w-218px {
    width: 218px !important;
  }
  .u-md-w-219px {
    width: 219px !important;
  }
  .u-md-w-220px {
    width: 220px !important;
  }
  .u-md-w-221px {
    width: 221px !important;
  }
  .u-md-w-222px {
    width: 222px !important;
  }
  .u-md-w-223px {
    width: 223px !important;
  }
  .u-md-w-224px {
    width: 224px !important;
  }
  .u-md-w-225px {
    width: 225px !important;
  }
  .u-md-w-226px {
    width: 226px !important;
  }
  .u-md-w-227px {
    width: 227px !important;
  }
  .u-md-w-228px {
    width: 228px !important;
  }
  .u-md-w-229px {
    width: 229px !important;
  }
  .u-md-w-230px {
    width: 230px !important;
  }
  .u-md-w-231px {
    width: 231px !important;
  }
  .u-md-w-232px {
    width: 232px !important;
  }
  .u-md-w-233px {
    width: 233px !important;
  }
  .u-md-w-234px {
    width: 234px !important;
  }
  .u-md-w-235px {
    width: 235px !important;
  }
  .u-md-w-236px {
    width: 236px !important;
  }
  .u-md-w-237px {
    width: 237px !important;
  }
  .u-md-w-238px {
    width: 238px !important;
  }
  .u-md-w-239px {
    width: 239px !important;
  }
  .u-md-w-240px {
    width: 240px !important;
  }
  .u-md-w-241px {
    width: 241px !important;
  }
  .u-md-w-242px {
    width: 242px !important;
  }
  .u-md-w-243px {
    width: 243px !important;
  }
  .u-md-w-244px {
    width: 244px !important;
  }
  .u-md-w-245px {
    width: 245px !important;
  }
  .u-md-w-246px {
    width: 246px !important;
  }
  .u-md-w-247px {
    width: 247px !important;
  }
  .u-md-w-248px {
    width: 248px !important;
  }
  .u-md-w-249px {
    width: 249px !important;
  }
  .u-md-w-250px {
    width: 250px !important;
  }
  .u-md-w-251px {
    width: 251px !important;
  }
  .u-md-w-252px {
    width: 252px !important;
  }
  .u-md-w-253px {
    width: 253px !important;
  }
  .u-md-w-254px {
    width: 254px !important;
  }
  .u-md-w-255px {
    width: 255px !important;
  }
  .u-md-w-256px {
    width: 256px !important;
  }
  .u-md-w-257px {
    width: 257px !important;
  }
  .u-md-w-258px {
    width: 258px !important;
  }
  .u-md-w-259px {
    width: 259px !important;
  }
  .u-md-w-260px {
    width: 260px !important;
  }
  .u-md-w-261px {
    width: 261px !important;
  }
  .u-md-w-262px {
    width: 262px !important;
  }
  .u-md-w-263px {
    width: 263px !important;
  }
  .u-md-w-264px {
    width: 264px !important;
  }
  .u-md-w-265px {
    width: 265px !important;
  }
  .u-md-w-266px {
    width: 266px !important;
  }
  .u-md-w-267px {
    width: 267px !important;
  }
  .u-md-w-268px {
    width: 268px !important;
  }
  .u-md-w-269px {
    width: 269px !important;
  }
  .u-md-w-270px {
    width: 270px !important;
  }
  .u-md-w-271px {
    width: 271px !important;
  }
  .u-md-w-272px {
    width: 272px !important;
  }
  .u-md-w-273px {
    width: 273px !important;
  }
  .u-md-w-274px {
    width: 274px !important;
  }
  .u-md-w-275px {
    width: 275px !important;
  }
  .u-md-w-276px {
    width: 276px !important;
  }
  .u-md-w-277px {
    width: 277px !important;
  }
  .u-md-w-278px {
    width: 278px !important;
  }
  .u-md-w-279px {
    width: 279px !important;
  }
  .u-md-w-280px {
    width: 280px !important;
  }
  .u-md-w-281px {
    width: 281px !important;
  }
  .u-md-w-282px {
    width: 282px !important;
  }
  .u-md-w-283px {
    width: 283px !important;
  }
  .u-md-w-284px {
    width: 284px !important;
  }
  .u-md-w-285px {
    width: 285px !important;
  }
  .u-md-w-286px {
    width: 286px !important;
  }
  .u-md-w-287px {
    width: 287px !important;
  }
  .u-md-w-288px {
    width: 288px !important;
  }
  .u-md-w-289px {
    width: 289px !important;
  }
  .u-md-w-290px {
    width: 290px !important;
  }
  .u-md-w-291px {
    width: 291px !important;
  }
  .u-md-w-292px {
    width: 292px !important;
  }
  .u-md-w-293px {
    width: 293px !important;
  }
  .u-md-w-294px {
    width: 294px !important;
  }
  .u-md-w-295px {
    width: 295px !important;
  }
  .u-md-w-296px {
    width: 296px !important;
  }
  .u-md-w-297px {
    width: 297px !important;
  }
  .u-md-w-298px {
    width: 298px !important;
  }
  .u-md-w-299px {
    width: 299px !important;
  }
  .u-md-w-300px {
    width: 300px !important;
  }
  .u-md-w-301px {
    width: 301px !important;
  }
  .u-md-w-302px {
    width: 302px !important;
  }
  .u-md-w-303px {
    width: 303px !important;
  }
  .u-md-w-304px {
    width: 304px !important;
  }
  .u-md-w-305px {
    width: 305px !important;
  }
  .u-md-w-306px {
    width: 306px !important;
  }
  .u-md-w-307px {
    width: 307px !important;
  }
  .u-md-w-308px {
    width: 308px !important;
  }
  .u-md-w-309px {
    width: 309px !important;
  }
  .u-md-w-310px {
    width: 310px !important;
  }
  .u-md-w-311px {
    width: 311px !important;
  }
  .u-md-w-312px {
    width: 312px !important;
  }
  .u-md-w-313px {
    width: 313px !important;
  }
  .u-md-w-314px {
    width: 314px !important;
  }
  .u-md-w-315px {
    width: 315px !important;
  }
  .u-md-w-316px {
    width: 316px !important;
  }
  .u-md-w-317px {
    width: 317px !important;
  }
  .u-md-w-318px {
    width: 318px !important;
  }
  .u-md-w-319px {
    width: 319px !important;
  }
  .u-md-w-320px {
    width: 320px !important;
  }
  .u-md-w-321px {
    width: 321px !important;
  }
  .u-md-w-322px {
    width: 322px !important;
  }
  .u-md-w-323px {
    width: 323px !important;
  }
  .u-md-w-324px {
    width: 324px !important;
  }
  .u-md-w-325px {
    width: 325px !important;
  }
  .u-md-w-326px {
    width: 326px !important;
  }
  .u-md-w-327px {
    width: 327px !important;
  }
  .u-md-w-328px {
    width: 328px !important;
  }
  .u-md-w-329px {
    width: 329px !important;
  }
  .u-md-w-330px {
    width: 330px !important;
  }
  .u-md-w-331px {
    width: 331px !important;
  }
  .u-md-w-332px {
    width: 332px !important;
  }
  .u-md-w-333px {
    width: 333px !important;
  }
  .u-md-w-334px {
    width: 334px !important;
  }
  .u-md-w-335px {
    width: 335px !important;
  }
  .u-md-w-336px {
    width: 336px !important;
  }
  .u-md-w-337px {
    width: 337px !important;
  }
  .u-md-w-338px {
    width: 338px !important;
  }
  .u-md-w-339px {
    width: 339px !important;
  }
  .u-md-w-340px {
    width: 340px !important;
  }
  .u-md-w-341px {
    width: 341px !important;
  }
  .u-md-w-342px {
    width: 342px !important;
  }
  .u-md-w-343px {
    width: 343px !important;
  }
  .u-md-w-344px {
    width: 344px !important;
  }
  .u-md-w-345px {
    width: 345px !important;
  }
  .u-md-w-346px {
    width: 346px !important;
  }
  .u-md-w-347px {
    width: 347px !important;
  }
  .u-md-w-348px {
    width: 348px !important;
  }
  .u-md-w-349px {
    width: 349px !important;
  }
  .u-md-w-350px {
    width: 350px !important;
  }
  .u-md-w-351px {
    width: 351px !important;
  }
  .u-md-w-352px {
    width: 352px !important;
  }
  .u-md-w-353px {
    width: 353px !important;
  }
  .u-md-w-354px {
    width: 354px !important;
  }
  .u-md-w-355px {
    width: 355px !important;
  }
  .u-md-w-356px {
    width: 356px !important;
  }
  .u-md-w-357px {
    width: 357px !important;
  }
  .u-md-w-358px {
    width: 358px !important;
  }
  .u-md-w-359px {
    width: 359px !important;
  }
  .u-md-w-360px {
    width: 360px !important;
  }
  .u-md-w-361px {
    width: 361px !important;
  }
  .u-md-w-362px {
    width: 362px !important;
  }
  .u-md-w-363px {
    width: 363px !important;
  }
  .u-md-w-364px {
    width: 364px !important;
  }
  .u-md-w-365px {
    width: 365px !important;
  }
  .u-md-w-366px {
    width: 366px !important;
  }
  .u-md-w-367px {
    width: 367px !important;
  }
  .u-md-w-368px {
    width: 368px !important;
  }
  .u-md-w-369px {
    width: 369px !important;
  }
  .u-md-w-370px {
    width: 370px !important;
  }
  .u-md-w-371px {
    width: 371px !important;
  }
  .u-md-w-372px {
    width: 372px !important;
  }
  .u-md-w-373px {
    width: 373px !important;
  }
  .u-md-w-374px {
    width: 374px !important;
  }
  .u-md-w-375px {
    width: 375px !important;
  }
  .u-md-w-376px {
    width: 376px !important;
  }
  .u-md-w-377px {
    width: 377px !important;
  }
  .u-md-w-378px {
    width: 378px !important;
  }
  .u-md-w-379px {
    width: 379px !important;
  }
  .u-md-w-380px {
    width: 380px !important;
  }
  .u-md-w-381px {
    width: 381px !important;
  }
  .u-md-w-382px {
    width: 382px !important;
  }
  .u-md-w-383px {
    width: 383px !important;
  }
  .u-md-w-384px {
    width: 384px !important;
  }
  .u-md-w-385px {
    width: 385px !important;
  }
  .u-md-w-386px {
    width: 386px !important;
  }
  .u-md-w-387px {
    width: 387px !important;
  }
  .u-md-w-388px {
    width: 388px !important;
  }
  .u-md-w-389px {
    width: 389px !important;
  }
  .u-md-w-390px {
    width: 390px !important;
  }
  .u-md-w-391px {
    width: 391px !important;
  }
  .u-md-w-392px {
    width: 392px !important;
  }
  .u-md-w-393px {
    width: 393px !important;
  }
  .u-md-w-394px {
    width: 394px !important;
  }
  .u-md-w-395px {
    width: 395px !important;
  }
  .u-md-w-396px {
    width: 396px !important;
  }
  .u-md-w-397px {
    width: 397px !important;
  }
  .u-md-w-398px {
    width: 398px !important;
  }
  .u-md-w-399px {
    width: 399px !important;
  }
  .u-md-w-400px {
    width: 400px !important;
  }
  .u-md-w-401px {
    width: 401px !important;
  }
  .u-md-w-402px {
    width: 402px !important;
  }
  .u-md-w-403px {
    width: 403px !important;
  }
  .u-md-w-404px {
    width: 404px !important;
  }
  .u-md-w-405px {
    width: 405px !important;
  }
  .u-md-w-406px {
    width: 406px !important;
  }
  .u-md-w-407px {
    width: 407px !important;
  }
  .u-md-w-408px {
    width: 408px !important;
  }
  .u-md-w-409px {
    width: 409px !important;
  }
  .u-md-w-410px {
    width: 410px !important;
  }
  .u-md-w-411px {
    width: 411px !important;
  }
  .u-md-w-412px {
    width: 412px !important;
  }
  .u-md-w-413px {
    width: 413px !important;
  }
  .u-md-w-414px {
    width: 414px !important;
  }
  .u-md-w-415px {
    width: 415px !important;
  }
  .u-md-w-416px {
    width: 416px !important;
  }
  .u-md-w-417px {
    width: 417px !important;
  }
  .u-md-w-418px {
    width: 418px !important;
  }
  .u-md-w-419px {
    width: 419px !important;
  }
  .u-md-w-420px {
    width: 420px !important;
  }
  .u-md-w-421px {
    width: 421px !important;
  }
  .u-md-w-422px {
    width: 422px !important;
  }
  .u-md-w-423px {
    width: 423px !important;
  }
  .u-md-w-424px {
    width: 424px !important;
  }
  .u-md-w-425px {
    width: 425px !important;
  }
  .u-md-w-426px {
    width: 426px !important;
  }
  .u-md-w-427px {
    width: 427px !important;
  }
  .u-md-w-428px {
    width: 428px !important;
  }
  .u-md-w-429px {
    width: 429px !important;
  }
  .u-md-w-430px {
    width: 430px !important;
  }
  .u-md-w-431px {
    width: 431px !important;
  }
  .u-md-w-432px {
    width: 432px !important;
  }
  .u-md-w-433px {
    width: 433px !important;
  }
  .u-md-w-434px {
    width: 434px !important;
  }
  .u-md-w-435px {
    width: 435px !important;
  }
  .u-md-w-436px {
    width: 436px !important;
  }
  .u-md-w-437px {
    width: 437px !important;
  }
  .u-md-w-438px {
    width: 438px !important;
  }
  .u-md-w-439px {
    width: 439px !important;
  }
  .u-md-w-440px {
    width: 440px !important;
  }
  .u-md-w-441px {
    width: 441px !important;
  }
  .u-md-w-442px {
    width: 442px !important;
  }
  .u-md-w-443px {
    width: 443px !important;
  }
  .u-md-w-444px {
    width: 444px !important;
  }
  .u-md-w-445px {
    width: 445px !important;
  }
  .u-md-w-446px {
    width: 446px !important;
  }
  .u-md-w-447px {
    width: 447px !important;
  }
  .u-md-w-448px {
    width: 448px !important;
  }
  .u-md-w-449px {
    width: 449px !important;
  }
  .u-md-w-450px {
    width: 450px !important;
  }
  .u-md-w-451px {
    width: 451px !important;
  }
  .u-md-w-452px {
    width: 452px !important;
  }
  .u-md-w-453px {
    width: 453px !important;
  }
  .u-md-w-454px {
    width: 454px !important;
  }
  .u-md-w-455px {
    width: 455px !important;
  }
  .u-md-w-456px {
    width: 456px !important;
  }
  .u-md-w-457px {
    width: 457px !important;
  }
  .u-md-w-458px {
    width: 458px !important;
  }
  .u-md-w-459px {
    width: 459px !important;
  }
  .u-md-w-460px {
    width: 460px !important;
  }
  .u-md-w-461px {
    width: 461px !important;
  }
  .u-md-w-462px {
    width: 462px !important;
  }
  .u-md-w-463px {
    width: 463px !important;
  }
  .u-md-w-464px {
    width: 464px !important;
  }
  .u-md-w-465px {
    width: 465px !important;
  }
  .u-md-w-466px {
    width: 466px !important;
  }
  .u-md-w-467px {
    width: 467px !important;
  }
  .u-md-w-468px {
    width: 468px !important;
  }
  .u-md-w-469px {
    width: 469px !important;
  }
  .u-md-w-470px {
    width: 470px !important;
  }
  .u-md-w-471px {
    width: 471px !important;
  }
  .u-md-w-472px {
    width: 472px !important;
  }
  .u-md-w-473px {
    width: 473px !important;
  }
  .u-md-w-474px {
    width: 474px !important;
  }
  .u-md-w-475px {
    width: 475px !important;
  }
  .u-md-w-476px {
    width: 476px !important;
  }
  .u-md-w-477px {
    width: 477px !important;
  }
  .u-md-w-478px {
    width: 478px !important;
  }
  .u-md-w-479px {
    width: 479px !important;
  }
  .u-md-w-480px {
    width: 480px !important;
  }
  .u-md-w-481px {
    width: 481px !important;
  }
  .u-md-w-482px {
    width: 482px !important;
  }
  .u-md-w-483px {
    width: 483px !important;
  }
  .u-md-w-484px {
    width: 484px !important;
  }
  .u-md-w-485px {
    width: 485px !important;
  }
  .u-md-w-486px {
    width: 486px !important;
  }
  .u-md-w-487px {
    width: 487px !important;
  }
  .u-md-w-488px {
    width: 488px !important;
  }
  .u-md-w-489px {
    width: 489px !important;
  }
  .u-md-w-490px {
    width: 490px !important;
  }
  .u-md-w-491px {
    width: 491px !important;
  }
  .u-md-w-492px {
    width: 492px !important;
  }
  .u-md-w-493px {
    width: 493px !important;
  }
  .u-md-w-494px {
    width: 494px !important;
  }
  .u-md-w-495px {
    width: 495px !important;
  }
  .u-md-w-496px {
    width: 496px !important;
  }
  .u-md-w-497px {
    width: 497px !important;
  }
  .u-md-w-498px {
    width: 498px !important;
  }
  .u-md-w-499px {
    width: 499px !important;
  }
  .u-md-w-500px {
    width: 500px !important;
  }
  .u-md-w-501px {
    width: 501px !important;
  }
  .u-md-w-502px {
    width: 502px !important;
  }
  .u-md-w-503px {
    width: 503px !important;
  }
  .u-md-w-504px {
    width: 504px !important;
  }
  .u-md-w-505px {
    width: 505px !important;
  }
  .u-md-w-506px {
    width: 506px !important;
  }
  .u-md-w-507px {
    width: 507px !important;
  }
  .u-md-w-508px {
    width: 508px !important;
  }
  .u-md-w-509px {
    width: 509px !important;
  }
  .u-md-w-510px {
    width: 510px !important;
  }
  .u-md-w-511px {
    width: 511px !important;
  }
  .u-md-w-512px {
    width: 512px !important;
  }
  .u-md-w-513px {
    width: 513px !important;
  }
  .u-md-w-514px {
    width: 514px !important;
  }
  .u-md-w-515px {
    width: 515px !important;
  }
  .u-md-w-516px {
    width: 516px !important;
  }
  .u-md-w-517px {
    width: 517px !important;
  }
  .u-md-w-518px {
    width: 518px !important;
  }
  .u-md-w-519px {
    width: 519px !important;
  }
  .u-md-w-520px {
    width: 520px !important;
  }
  .u-md-w-521px {
    width: 521px !important;
  }
  .u-md-w-522px {
    width: 522px !important;
  }
  .u-md-w-523px {
    width: 523px !important;
  }
  .u-md-w-524px {
    width: 524px !important;
  }
  .u-md-w-525px {
    width: 525px !important;
  }
  .u-md-w-526px {
    width: 526px !important;
  }
  .u-md-w-527px {
    width: 527px !important;
  }
  .u-md-w-528px {
    width: 528px !important;
  }
  .u-md-w-529px {
    width: 529px !important;
  }
  .u-md-w-530px {
    width: 530px !important;
  }
  .u-md-w-531px {
    width: 531px !important;
  }
  .u-md-w-532px {
    width: 532px !important;
  }
  .u-md-w-533px {
    width: 533px !important;
  }
  .u-md-w-534px {
    width: 534px !important;
  }
  .u-md-w-535px {
    width: 535px !important;
  }
  .u-md-w-536px {
    width: 536px !important;
  }
  .u-md-w-537px {
    width: 537px !important;
  }
  .u-md-w-538px {
    width: 538px !important;
  }
  .u-md-w-539px {
    width: 539px !important;
  }
  .u-md-w-540px {
    width: 540px !important;
  }
  .u-md-w-541px {
    width: 541px !important;
  }
  .u-md-w-542px {
    width: 542px !important;
  }
  .u-md-w-543px {
    width: 543px !important;
  }
  .u-md-w-544px {
    width: 544px !important;
  }
  .u-md-w-545px {
    width: 545px !important;
  }
  .u-md-w-546px {
    width: 546px !important;
  }
  .u-md-w-547px {
    width: 547px !important;
  }
  .u-md-w-548px {
    width: 548px !important;
  }
  .u-md-w-549px {
    width: 549px !important;
  }
  .u-md-w-550px {
    width: 550px !important;
  }
  .u-md-w-551px {
    width: 551px !important;
  }
  .u-md-w-552px {
    width: 552px !important;
  }
  .u-md-w-553px {
    width: 553px !important;
  }
  .u-md-w-554px {
    width: 554px !important;
  }
  .u-md-w-555px {
    width: 555px !important;
  }
  .u-md-w-556px {
    width: 556px !important;
  }
  .u-md-w-557px {
    width: 557px !important;
  }
  .u-md-w-558px {
    width: 558px !important;
  }
  .u-md-w-559px {
    width: 559px !important;
  }
  .u-md-w-560px {
    width: 560px !important;
  }
  .u-md-w-561px {
    width: 561px !important;
  }
  .u-md-w-562px {
    width: 562px !important;
  }
  .u-md-w-563px {
    width: 563px !important;
  }
  .u-md-w-564px {
    width: 564px !important;
  }
  .u-md-w-565px {
    width: 565px !important;
  }
  .u-md-w-566px {
    width: 566px !important;
  }
  .u-md-w-567px {
    width: 567px !important;
  }
  .u-md-w-568px {
    width: 568px !important;
  }
  .u-md-w-569px {
    width: 569px !important;
  }
  .u-md-w-570px {
    width: 570px !important;
  }
  .u-md-w-571px {
    width: 571px !important;
  }
  .u-md-w-572px {
    width: 572px !important;
  }
  .u-md-w-573px {
    width: 573px !important;
  }
  .u-md-w-574px {
    width: 574px !important;
  }
  .u-md-w-575px {
    width: 575px !important;
  }
  .u-md-w-576px {
    width: 576px !important;
  }
  .u-md-w-577px {
    width: 577px !important;
  }
  .u-md-w-578px {
    width: 578px !important;
  }
  .u-md-w-579px {
    width: 579px !important;
  }
  .u-md-w-580px {
    width: 580px !important;
  }
  .u-md-w-581px {
    width: 581px !important;
  }
  .u-md-w-582px {
    width: 582px !important;
  }
  .u-md-w-583px {
    width: 583px !important;
  }
  .u-md-w-584px {
    width: 584px !important;
  }
  .u-md-w-585px {
    width: 585px !important;
  }
  .u-md-w-586px {
    width: 586px !important;
  }
  .u-md-w-587px {
    width: 587px !important;
  }
  .u-md-w-588px {
    width: 588px !important;
  }
  .u-md-w-589px {
    width: 589px !important;
  }
  .u-md-w-590px {
    width: 590px !important;
  }
  .u-md-w-591px {
    width: 591px !important;
  }
  .u-md-w-592px {
    width: 592px !important;
  }
  .u-md-w-593px {
    width: 593px !important;
  }
  .u-md-w-594px {
    width: 594px !important;
  }
  .u-md-w-595px {
    width: 595px !important;
  }
  .u-md-w-596px {
    width: 596px !important;
  }
  .u-md-w-597px {
    width: 597px !important;
  }
  .u-md-w-598px {
    width: 598px !important;
  }
  .u-md-w-599px {
    width: 599px !important;
  }
  .u-md-w-600px {
    width: 600px !important;
  }
  .u-md-w-601px {
    width: 601px !important;
  }
  .u-md-w-602px {
    width: 602px !important;
  }
  .u-md-w-603px {
    width: 603px !important;
  }
  .u-md-w-604px {
    width: 604px !important;
  }
  .u-md-w-605px {
    width: 605px !important;
  }
  .u-md-w-606px {
    width: 606px !important;
  }
  .u-md-w-607px {
    width: 607px !important;
  }
  .u-md-w-608px {
    width: 608px !important;
  }
  .u-md-w-609px {
    width: 609px !important;
  }
  .u-md-w-610px {
    width: 610px !important;
  }
  .u-md-w-611px {
    width: 611px !important;
  }
  .u-md-w-612px {
    width: 612px !important;
  }
  .u-md-w-613px {
    width: 613px !important;
  }
  .u-md-w-614px {
    width: 614px !important;
  }
  .u-md-w-615px {
    width: 615px !important;
  }
  .u-md-w-616px {
    width: 616px !important;
  }
  .u-md-w-617px {
    width: 617px !important;
  }
  .u-md-w-618px {
    width: 618px !important;
  }
  .u-md-w-619px {
    width: 619px !important;
  }
  .u-md-w-620px {
    width: 620px !important;
  }
  .u-md-w-621px {
    width: 621px !important;
  }
  .u-md-w-622px {
    width: 622px !important;
  }
  .u-md-w-623px {
    width: 623px !important;
  }
  .u-md-w-624px {
    width: 624px !important;
  }
  .u-md-w-625px {
    width: 625px !important;
  }
  .u-md-w-626px {
    width: 626px !important;
  }
  .u-md-w-627px {
    width: 627px !important;
  }
  .u-md-w-628px {
    width: 628px !important;
  }
  .u-md-w-629px {
    width: 629px !important;
  }
  .u-md-w-630px {
    width: 630px !important;
  }
  .u-md-w-631px {
    width: 631px !important;
  }
  .u-md-w-632px {
    width: 632px !important;
  }
  .u-md-w-633px {
    width: 633px !important;
  }
  .u-md-w-634px {
    width: 634px !important;
  }
  .u-md-w-635px {
    width: 635px !important;
  }
  .u-md-w-636px {
    width: 636px !important;
  }
  .u-md-w-637px {
    width: 637px !important;
  }
  .u-md-w-638px {
    width: 638px !important;
  }
  .u-md-w-639px {
    width: 639px !important;
  }
  .u-md-w-640px {
    width: 640px !important;
  }
  .u-md-w-641px {
    width: 641px !important;
  }
  .u-md-w-642px {
    width: 642px !important;
  }
  .u-md-w-643px {
    width: 643px !important;
  }
  .u-md-w-644px {
    width: 644px !important;
  }
  .u-md-w-645px {
    width: 645px !important;
  }
  .u-md-w-646px {
    width: 646px !important;
  }
  .u-md-w-647px {
    width: 647px !important;
  }
  .u-md-w-648px {
    width: 648px !important;
  }
  .u-md-w-649px {
    width: 649px !important;
  }
  .u-md-w-650px {
    width: 650px !important;
  }
  .u-md-w-651px {
    width: 651px !important;
  }
  .u-md-w-652px {
    width: 652px !important;
  }
  .u-md-w-653px {
    width: 653px !important;
  }
  .u-md-w-654px {
    width: 654px !important;
  }
  .u-md-w-655px {
    width: 655px !important;
  }
  .u-md-w-656px {
    width: 656px !important;
  }
  .u-md-w-657px {
    width: 657px !important;
  }
  .u-md-w-658px {
    width: 658px !important;
  }
  .u-md-w-659px {
    width: 659px !important;
  }
  .u-md-w-660px {
    width: 660px !important;
  }
  .u-md-w-661px {
    width: 661px !important;
  }
  .u-md-w-662px {
    width: 662px !important;
  }
  .u-md-w-663px {
    width: 663px !important;
  }
  .u-md-w-664px {
    width: 664px !important;
  }
  .u-md-w-665px {
    width: 665px !important;
  }
  .u-md-w-666px {
    width: 666px !important;
  }
  .u-md-w-667px {
    width: 667px !important;
  }
  .u-md-w-668px {
    width: 668px !important;
  }
  .u-md-w-669px {
    width: 669px !important;
  }
  .u-md-w-670px {
    width: 670px !important;
  }
  .u-md-w-671px {
    width: 671px !important;
  }
  .u-md-w-672px {
    width: 672px !important;
  }
  .u-md-w-673px {
    width: 673px !important;
  }
  .u-md-w-674px {
    width: 674px !important;
  }
  .u-md-w-675px {
    width: 675px !important;
  }
  .u-md-w-676px {
    width: 676px !important;
  }
  .u-md-w-677px {
    width: 677px !important;
  }
  .u-md-w-678px {
    width: 678px !important;
  }
  .u-md-w-679px {
    width: 679px !important;
  }
  .u-md-w-680px {
    width: 680px !important;
  }
  .u-md-w-681px {
    width: 681px !important;
  }
  .u-md-w-682px {
    width: 682px !important;
  }
  .u-md-w-683px {
    width: 683px !important;
  }
  .u-md-w-684px {
    width: 684px !important;
  }
  .u-md-w-685px {
    width: 685px !important;
  }
  .u-md-w-686px {
    width: 686px !important;
  }
  .u-md-w-687px {
    width: 687px !important;
  }
  .u-md-w-688px {
    width: 688px !important;
  }
  .u-md-w-689px {
    width: 689px !important;
  }
  .u-md-w-690px {
    width: 690px !important;
  }
  .u-md-w-691px {
    width: 691px !important;
  }
  .u-md-w-692px {
    width: 692px !important;
  }
  .u-md-w-693px {
    width: 693px !important;
  }
  .u-md-w-694px {
    width: 694px !important;
  }
  .u-md-w-695px {
    width: 695px !important;
  }
  .u-md-w-696px {
    width: 696px !important;
  }
  .u-md-w-697px {
    width: 697px !important;
  }
  .u-md-w-698px {
    width: 698px !important;
  }
  .u-md-w-699px {
    width: 699px !important;
  }
  .u-md-w-700px {
    width: 700px !important;
  }
  .u-md-w-701px {
    width: 701px !important;
  }
  .u-md-w-702px {
    width: 702px !important;
  }
  .u-md-w-703px {
    width: 703px !important;
  }
  .u-md-w-704px {
    width: 704px !important;
  }
  .u-md-w-705px {
    width: 705px !important;
  }
  .u-md-w-706px {
    width: 706px !important;
  }
  .u-md-w-707px {
    width: 707px !important;
  }
  .u-md-w-708px {
    width: 708px !important;
  }
  .u-md-w-709px {
    width: 709px !important;
  }
  .u-md-w-710px {
    width: 710px !important;
  }
  .u-md-w-711px {
    width: 711px !important;
  }
  .u-md-w-712px {
    width: 712px !important;
  }
  .u-md-w-713px {
    width: 713px !important;
  }
  .u-md-w-714px {
    width: 714px !important;
  }
  .u-md-w-715px {
    width: 715px !important;
  }
  .u-md-w-716px {
    width: 716px !important;
  }
  .u-md-w-717px {
    width: 717px !important;
  }
  .u-md-w-718px {
    width: 718px !important;
  }
  .u-md-w-719px {
    width: 719px !important;
  }
  .u-md-w-720px {
    width: 720px !important;
  }
  .u-md-w-721px {
    width: 721px !important;
  }
  .u-md-w-722px {
    width: 722px !important;
  }
  .u-md-w-723px {
    width: 723px !important;
  }
  .u-md-w-724px {
    width: 724px !important;
  }
  .u-md-w-725px {
    width: 725px !important;
  }
  .u-md-w-726px {
    width: 726px !important;
  }
  .u-md-w-727px {
    width: 727px !important;
  }
  .u-md-w-728px {
    width: 728px !important;
  }
  .u-md-w-729px {
    width: 729px !important;
  }
  .u-md-w-730px {
    width: 730px !important;
  }
  .u-md-w-731px {
    width: 731px !important;
  }
  .u-md-w-732px {
    width: 732px !important;
  }
  .u-md-w-733px {
    width: 733px !important;
  }
  .u-md-w-734px {
    width: 734px !important;
  }
  .u-md-w-735px {
    width: 735px !important;
  }
  .u-md-w-736px {
    width: 736px !important;
  }
  .u-md-w-737px {
    width: 737px !important;
  }
  .u-md-w-738px {
    width: 738px !important;
  }
  .u-md-w-739px {
    width: 739px !important;
  }
  .u-md-w-740px {
    width: 740px !important;
  }
  .u-md-w-741px {
    width: 741px !important;
  }
  .u-md-w-742px {
    width: 742px !important;
  }
  .u-md-w-743px {
    width: 743px !important;
  }
  .u-md-w-744px {
    width: 744px !important;
  }
  .u-md-w-745px {
    width: 745px !important;
  }
  .u-md-w-746px {
    width: 746px !important;
  }
  .u-md-w-747px {
    width: 747px !important;
  }
  .u-md-w-748px {
    width: 748px !important;
  }
  .u-md-w-749px {
    width: 749px !important;
  }
  .u-md-w-750px {
    width: 750px !important;
  }
  .u-md-w-751px {
    width: 751px !important;
  }
  .u-md-w-752px {
    width: 752px !important;
  }
  .u-md-w-753px {
    width: 753px !important;
  }
  .u-md-w-754px {
    width: 754px !important;
  }
  .u-md-w-755px {
    width: 755px !important;
  }
  .u-md-w-756px {
    width: 756px !important;
  }
  .u-md-w-757px {
    width: 757px !important;
  }
  .u-md-w-758px {
    width: 758px !important;
  }
  .u-md-w-759px {
    width: 759px !important;
  }
  .u-md-w-760px {
    width: 760px !important;
  }
  .u-md-w-761px {
    width: 761px !important;
  }
  .u-md-w-762px {
    width: 762px !important;
  }
  .u-md-w-763px {
    width: 763px !important;
  }
  .u-md-w-764px {
    width: 764px !important;
  }
  .u-md-w-765px {
    width: 765px !important;
  }
  .u-md-w-766px {
    width: 766px !important;
  }
  .u-md-w-767px {
    width: 767px !important;
  }
  .u-md-w-768px {
    width: 768px !important;
  }
  .u-md-w-769px {
    width: 769px !important;
  }
  .u-md-w-770px {
    width: 770px !important;
  }
  .u-md-w-771px {
    width: 771px !important;
  }
  .u-md-w-772px {
    width: 772px !important;
  }
  .u-md-w-773px {
    width: 773px !important;
  }
  .u-md-w-774px {
    width: 774px !important;
  }
  .u-md-w-775px {
    width: 775px !important;
  }
  .u-md-w-776px {
    width: 776px !important;
  }
  .u-md-w-777px {
    width: 777px !important;
  }
  .u-md-w-778px {
    width: 778px !important;
  }
  .u-md-w-779px {
    width: 779px !important;
  }
  .u-md-w-780px {
    width: 780px !important;
  }
  .u-md-w-781px {
    width: 781px !important;
  }
  .u-md-w-782px {
    width: 782px !important;
  }
  .u-md-w-783px {
    width: 783px !important;
  }
  .u-md-w-784px {
    width: 784px !important;
  }
  .u-md-w-785px {
    width: 785px !important;
  }
  .u-md-w-786px {
    width: 786px !important;
  }
  .u-md-w-787px {
    width: 787px !important;
  }
  .u-md-w-788px {
    width: 788px !important;
  }
  .u-md-w-789px {
    width: 789px !important;
  }
  .u-md-w-790px {
    width: 790px !important;
  }
  .u-md-w-791px {
    width: 791px !important;
  }
  .u-md-w-792px {
    width: 792px !important;
  }
  .u-md-w-793px {
    width: 793px !important;
  }
  .u-md-w-794px {
    width: 794px !important;
  }
  .u-md-w-795px {
    width: 795px !important;
  }
  .u-md-w-796px {
    width: 796px !important;
  }
  .u-md-w-797px {
    width: 797px !important;
  }
  .u-md-w-798px {
    width: 798px !important;
  }
  .u-md-w-799px {
    width: 799px !important;
  }
  .u-md-w-800px {
    width: 800px !important;
  }
  .u-md-w-801px {
    width: 801px !important;
  }
  .u-md-w-802px {
    width: 802px !important;
  }
  .u-md-w-803px {
    width: 803px !important;
  }
  .u-md-w-804px {
    width: 804px !important;
  }
  .u-md-w-805px {
    width: 805px !important;
  }
  .u-md-w-806px {
    width: 806px !important;
  }
  .u-md-w-807px {
    width: 807px !important;
  }
  .u-md-w-808px {
    width: 808px !important;
  }
  .u-md-w-809px {
    width: 809px !important;
  }
  .u-md-w-810px {
    width: 810px !important;
  }
  .u-md-w-811px {
    width: 811px !important;
  }
  .u-md-w-812px {
    width: 812px !important;
  }
  .u-md-w-813px {
    width: 813px !important;
  }
  .u-md-w-814px {
    width: 814px !important;
  }
  .u-md-w-815px {
    width: 815px !important;
  }
  .u-md-w-816px {
    width: 816px !important;
  }
  .u-md-w-817px {
    width: 817px !important;
  }
  .u-md-w-818px {
    width: 818px !important;
  }
  .u-md-w-819px {
    width: 819px !important;
  }
  .u-md-w-820px {
    width: 820px !important;
  }
  .u-md-w-821px {
    width: 821px !important;
  }
  .u-md-w-822px {
    width: 822px !important;
  }
  .u-md-w-823px {
    width: 823px !important;
  }
  .u-md-w-824px {
    width: 824px !important;
  }
  .u-md-w-825px {
    width: 825px !important;
  }
  .u-md-w-826px {
    width: 826px !important;
  }
  .u-md-w-827px {
    width: 827px !important;
  }
  .u-md-w-828px {
    width: 828px !important;
  }
  .u-md-w-829px {
    width: 829px !important;
  }
  .u-md-w-830px {
    width: 830px !important;
  }
  .u-md-w-831px {
    width: 831px !important;
  }
  .u-md-w-832px {
    width: 832px !important;
  }
  .u-md-w-833px {
    width: 833px !important;
  }
  .u-md-w-834px {
    width: 834px !important;
  }
  .u-md-w-835px {
    width: 835px !important;
  }
  .u-md-w-836px {
    width: 836px !important;
  }
  .u-md-w-837px {
    width: 837px !important;
  }
  .u-md-w-838px {
    width: 838px !important;
  }
  .u-md-w-839px {
    width: 839px !important;
  }
  .u-md-w-840px {
    width: 840px !important;
  }
  .u-md-w-841px {
    width: 841px !important;
  }
  .u-md-w-842px {
    width: 842px !important;
  }
  .u-md-w-843px {
    width: 843px !important;
  }
  .u-md-w-844px {
    width: 844px !important;
  }
  .u-md-w-845px {
    width: 845px !important;
  }
  .u-md-w-846px {
    width: 846px !important;
  }
  .u-md-w-847px {
    width: 847px !important;
  }
  .u-md-w-848px {
    width: 848px !important;
  }
  .u-md-w-849px {
    width: 849px !important;
  }
  .u-md-w-850px {
    width: 850px !important;
  }
  .u-md-w-851px {
    width: 851px !important;
  }
  .u-md-w-852px {
    width: 852px !important;
  }
  .u-md-w-853px {
    width: 853px !important;
  }
  .u-md-w-854px {
    width: 854px !important;
  }
  .u-md-w-855px {
    width: 855px !important;
  }
  .u-md-w-856px {
    width: 856px !important;
  }
  .u-md-w-857px {
    width: 857px !important;
  }
  .u-md-w-858px {
    width: 858px !important;
  }
  .u-md-w-859px {
    width: 859px !important;
  }
  .u-md-w-860px {
    width: 860px !important;
  }
  .u-md-w-861px {
    width: 861px !important;
  }
  .u-md-w-862px {
    width: 862px !important;
  }
  .u-md-w-863px {
    width: 863px !important;
  }
  .u-md-w-864px {
    width: 864px !important;
  }
  .u-md-w-865px {
    width: 865px !important;
  }
  .u-md-w-866px {
    width: 866px !important;
  }
  .u-md-w-867px {
    width: 867px !important;
  }
  .u-md-w-868px {
    width: 868px !important;
  }
  .u-md-w-869px {
    width: 869px !important;
  }
  .u-md-w-870px {
    width: 870px !important;
  }
  .u-md-w-871px {
    width: 871px !important;
  }
  .u-md-w-872px {
    width: 872px !important;
  }
  .u-md-w-873px {
    width: 873px !important;
  }
  .u-md-w-874px {
    width: 874px !important;
  }
  .u-md-w-875px {
    width: 875px !important;
  }
  .u-md-w-876px {
    width: 876px !important;
  }
  .u-md-w-877px {
    width: 877px !important;
  }
  .u-md-w-878px {
    width: 878px !important;
  }
  .u-md-w-879px {
    width: 879px !important;
  }
  .u-md-w-880px {
    width: 880px !important;
  }
  .u-md-w-881px {
    width: 881px !important;
  }
  .u-md-w-882px {
    width: 882px !important;
  }
  .u-md-w-883px {
    width: 883px !important;
  }
  .u-md-w-884px {
    width: 884px !important;
  }
  .u-md-w-885px {
    width: 885px !important;
  }
  .u-md-w-886px {
    width: 886px !important;
  }
  .u-md-w-887px {
    width: 887px !important;
  }
  .u-md-w-888px {
    width: 888px !important;
  }
  .u-md-w-889px {
    width: 889px !important;
  }
  .u-md-w-890px {
    width: 890px !important;
  }
  .u-md-w-891px {
    width: 891px !important;
  }
  .u-md-w-892px {
    width: 892px !important;
  }
  .u-md-w-893px {
    width: 893px !important;
  }
  .u-md-w-894px {
    width: 894px !important;
  }
  .u-md-w-895px {
    width: 895px !important;
  }
  .u-md-w-896px {
    width: 896px !important;
  }
  .u-md-w-897px {
    width: 897px !important;
  }
  .u-md-w-898px {
    width: 898px !important;
  }
  .u-md-w-899px {
    width: 899px !important;
  }
  .u-md-w-900px {
    width: 900px !important;
  }
  .u-md-w-901px {
    width: 901px !important;
  }
  .u-md-w-902px {
    width: 902px !important;
  }
  .u-md-w-903px {
    width: 903px !important;
  }
  .u-md-w-904px {
    width: 904px !important;
  }
  .u-md-w-905px {
    width: 905px !important;
  }
  .u-md-w-906px {
    width: 906px !important;
  }
  .u-md-w-907px {
    width: 907px !important;
  }
  .u-md-w-908px {
    width: 908px !important;
  }
  .u-md-w-909px {
    width: 909px !important;
  }
  .u-md-w-910px {
    width: 910px !important;
  }
  .u-md-w-911px {
    width: 911px !important;
  }
  .u-md-w-912px {
    width: 912px !important;
  }
  .u-md-w-913px {
    width: 913px !important;
  }
  .u-md-w-914px {
    width: 914px !important;
  }
  .u-md-w-915px {
    width: 915px !important;
  }
  .u-md-w-916px {
    width: 916px !important;
  }
  .u-md-w-917px {
    width: 917px !important;
  }
  .u-md-w-918px {
    width: 918px !important;
  }
  .u-md-w-919px {
    width: 919px !important;
  }
  .u-md-w-920px {
    width: 920px !important;
  }
  .u-md-w-921px {
    width: 921px !important;
  }
  .u-md-w-922px {
    width: 922px !important;
  }
  .u-md-w-923px {
    width: 923px !important;
  }
  .u-md-w-924px {
    width: 924px !important;
  }
  .u-md-w-925px {
    width: 925px !important;
  }
  .u-md-w-926px {
    width: 926px !important;
  }
  .u-md-w-927px {
    width: 927px !important;
  }
  .u-md-w-928px {
    width: 928px !important;
  }
  .u-md-w-929px {
    width: 929px !important;
  }
  .u-md-w-930px {
    width: 930px !important;
  }
  .u-md-w-931px {
    width: 931px !important;
  }
  .u-md-w-932px {
    width: 932px !important;
  }
  .u-md-w-933px {
    width: 933px !important;
  }
  .u-md-w-934px {
    width: 934px !important;
  }
  .u-md-w-935px {
    width: 935px !important;
  }
  .u-md-w-936px {
    width: 936px !important;
  }
  .u-md-w-937px {
    width: 937px !important;
  }
  .u-md-w-938px {
    width: 938px !important;
  }
  .u-md-w-939px {
    width: 939px !important;
  }
  .u-md-w-940px {
    width: 940px !important;
  }
  .u-md-w-941px {
    width: 941px !important;
  }
  .u-md-w-942px {
    width: 942px !important;
  }
  .u-md-w-943px {
    width: 943px !important;
  }
  .u-md-w-944px {
    width: 944px !important;
  }
  .u-md-w-945px {
    width: 945px !important;
  }
  .u-md-w-946px {
    width: 946px !important;
  }
  .u-md-w-947px {
    width: 947px !important;
  }
  .u-md-w-948px {
    width: 948px !important;
  }
  .u-md-w-949px {
    width: 949px !important;
  }
  .u-md-w-950px {
    width: 950px !important;
  }
  .u-md-w-951px {
    width: 951px !important;
  }
  .u-md-w-952px {
    width: 952px !important;
  }
  .u-md-w-953px {
    width: 953px !important;
  }
  .u-md-w-954px {
    width: 954px !important;
  }
  .u-md-w-955px {
    width: 955px !important;
  }
  .u-md-w-956px {
    width: 956px !important;
  }
  .u-md-w-957px {
    width: 957px !important;
  }
  .u-md-w-958px {
    width: 958px !important;
  }
  .u-md-w-959px {
    width: 959px !important;
  }
  .u-md-w-960px {
    width: 960px !important;
  }
  .u-md-w-961px {
    width: 961px !important;
  }
  .u-md-w-962px {
    width: 962px !important;
  }
  .u-md-w-963px {
    width: 963px !important;
  }
  .u-md-w-964px {
    width: 964px !important;
  }
  .u-md-w-965px {
    width: 965px !important;
  }
  .u-md-w-966px {
    width: 966px !important;
  }
  .u-md-w-967px {
    width: 967px !important;
  }
  .u-md-w-968px {
    width: 968px !important;
  }
  .u-md-w-969px {
    width: 969px !important;
  }
  .u-md-w-970px {
    width: 970px !important;
  }
  .u-md-w-971px {
    width: 971px !important;
  }
  .u-md-w-972px {
    width: 972px !important;
  }
  .u-md-w-973px {
    width: 973px !important;
  }
  .u-md-w-974px {
    width: 974px !important;
  }
  .u-md-w-975px {
    width: 975px !important;
  }
  .u-md-w-976px {
    width: 976px !important;
  }
  .u-md-w-977px {
    width: 977px !important;
  }
  .u-md-w-978px {
    width: 978px !important;
  }
  .u-md-w-979px {
    width: 979px !important;
  }
  .u-md-w-980px {
    width: 980px !important;
  }
  .u-md-w-981px {
    width: 981px !important;
  }
  .u-md-w-982px {
    width: 982px !important;
  }
  .u-md-w-983px {
    width: 983px !important;
  }
  .u-md-w-984px {
    width: 984px !important;
  }
  .u-md-w-985px {
    width: 985px !important;
  }
  .u-md-w-986px {
    width: 986px !important;
  }
  .u-md-w-987px {
    width: 987px !important;
  }
  .u-md-w-988px {
    width: 988px !important;
  }
  .u-md-w-989px {
    width: 989px !important;
  }
  .u-md-w-990px {
    width: 990px !important;
  }
  .u-md-w-991px {
    width: 991px !important;
  }
  .u-md-w-992px {
    width: 992px !important;
  }
  .u-md-w-993px {
    width: 993px !important;
  }
  .u-md-w-994px {
    width: 994px !important;
  }
  .u-md-w-995px {
    width: 995px !important;
  }
  .u-md-w-996px {
    width: 996px !important;
  }
  .u-md-w-997px {
    width: 997px !important;
  }
  .u-md-w-998px {
    width: 998px !important;
  }
  .u-md-w-999px {
    width: 999px !important;
  }
  .u-md-w-1000px {
    width: 1000px !important;
  }
  .u-md-max-w-none {
    max-width: none !important;
  }
  .u-md-max-w-full {
    max-width: 100% !important;
  }
  .u-md-min-w-none {
    min-width: auto !important;
  }
  .u-md-min-w-full {
    min-width: 100% !important;
  }
}
@media screen and (min-width: 992px){
  .l-header__menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: auto;
    height: 100%;
    transform: translateX(0%);
    transition: transform 0.3s ease;
  }
  .l-header__menu.-active {
    transform: translateX(-100%);
  }
  .p-article-list__scrollbar {
    display: none;
  }
  .p-cta-widget {
    display: none;
  }
  .p-custom-btn.-outlined.-pc-white {
    background-color: #fff !important;
  }
  .p-hamburger-btn {
    display: none;
  }
  .p-sp-menu {
    display: none;
  }
  .u-lg-border-0 {
    border: 0px solid var(--border_color) !important;
  }
  .u-lg-border-x-0 {
    border-top: none !important;
    border-right: 0px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 0px solid var(--border_color) !important;
  }
  .u-lg-border-y-0 {
    border-top: 0px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 0px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-0 {
    border-top: 0px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-0 {
    border-top: none !important;
    border-right: 0px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-0 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 0px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-0 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 0px solid var(--border_color) !important;
  }
  .u-lg-border-1 {
    border: 1px solid var(--border_color) !important;
  }
  .u-lg-border-x-1 {
    border-top: none !important;
    border-right: 1px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 1px solid var(--border_color) !important;
  }
  .u-lg-border-y-1 {
    border-top: 1px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 1px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-1 {
    border-top: 1px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-1 {
    border-top: none !important;
    border-right: 1px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-1 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-1 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 1px solid var(--border_color) !important;
  }
  .u-lg-border-2 {
    border: 2px solid var(--border_color) !important;
  }
  .u-lg-border-x-2 {
    border-top: none !important;
    border-right: 2px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 2px solid var(--border_color) !important;
  }
  .u-lg-border-y-2 {
    border-top: 2px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 2px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-2 {
    border-top: 2px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-2 {
    border-top: none !important;
    border-right: 2px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-2 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 2px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-2 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 2px solid var(--border_color) !important;
  }
  .u-lg-border-3 {
    border: 3px solid var(--border_color) !important;
  }
  .u-lg-border-x-3 {
    border-top: none !important;
    border-right: 3px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 3px solid var(--border_color) !important;
  }
  .u-lg-border-y-3 {
    border-top: 3px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 3px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-3 {
    border-top: 3px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-3 {
    border-top: none !important;
    border-right: 3px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-3 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 3px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-3 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 3px solid var(--border_color) !important;
  }
  .u-lg-border-4 {
    border: 4px solid var(--border_color) !important;
  }
  .u-lg-border-x-4 {
    border-top: none !important;
    border-right: 4px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 4px solid var(--border_color) !important;
  }
  .u-lg-border-y-4 {
    border-top: 4px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 4px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-4 {
    border-top: 4px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-4 {
    border-top: none !important;
    border-right: 4px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-4 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 4px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-4 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 4px solid var(--border_color) !important;
  }
  .u-lg-border-5 {
    border: 5px solid var(--border_color) !important;
  }
  .u-lg-border-x-5 {
    border-top: none !important;
    border-right: 5px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 5px solid var(--border_color) !important;
  }
  .u-lg-border-y-5 {
    border-top: 5px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 5px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-5 {
    border-top: 5px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-5 {
    border-top: none !important;
    border-right: 5px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-5 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 5px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-5 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 5px solid var(--border_color) !important;
  }
  .u-lg-border-6 {
    border: 6px solid var(--border_color) !important;
  }
  .u-lg-border-x-6 {
    border-top: none !important;
    border-right: 6px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 6px solid var(--border_color) !important;
  }
  .u-lg-border-y-6 {
    border-top: 6px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 6px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-6 {
    border-top: 6px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-6 {
    border-top: none !important;
    border-right: 6px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-6 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 6px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-6 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 6px solid var(--border_color) !important;
  }
  .u-lg-border-7 {
    border: 7px solid var(--border_color) !important;
  }
  .u-lg-border-x-7 {
    border-top: none !important;
    border-right: 7px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 7px solid var(--border_color) !important;
  }
  .u-lg-border-y-7 {
    border-top: 7px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 7px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-7 {
    border-top: 7px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-7 {
    border-top: none !important;
    border-right: 7px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-7 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 7px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-7 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 7px solid var(--border_color) !important;
  }
  .u-lg-border-8 {
    border: 8px solid var(--border_color) !important;
  }
  .u-lg-border-x-8 {
    border-top: none !important;
    border-right: 8px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 8px solid var(--border_color) !important;
  }
  .u-lg-border-y-8 {
    border-top: 8px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 8px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-8 {
    border-top: 8px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-8 {
    border-top: none !important;
    border-right: 8px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-8 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 8px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-8 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 8px solid var(--border_color) !important;
  }
  .u-lg-border-9 {
    border: 9px solid var(--border_color) !important;
  }
  .u-lg-border-x-9 {
    border-top: none !important;
    border-right: 9px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 9px solid var(--border_color) !important;
  }
  .u-lg-border-y-9 {
    border-top: 9px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 9px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-9 {
    border-top: 9px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-9 {
    border-top: none !important;
    border-right: 9px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-9 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 9px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-9 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 9px solid var(--border_color) !important;
  }
  .u-lg-border-10 {
    border: 10px solid var(--border_color) !important;
  }
  .u-lg-border-x-10 {
    border-top: none !important;
    border-right: 10px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 10px solid var(--border_color) !important;
  }
  .u-lg-border-y-10 {
    border-top: 10px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 10px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-10 {
    border-top: 10px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-10 {
    border-top: none !important;
    border-right: 10px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-10 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 10px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-10 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 10px solid var(--border_color) !important;
  }
  .u-lg-border-11 {
    border: 11px solid var(--border_color) !important;
  }
  .u-lg-border-x-11 {
    border-top: none !important;
    border-right: 11px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 11px solid var(--border_color) !important;
  }
  .u-lg-border-y-11 {
    border-top: 11px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 11px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-11 {
    border-top: 11px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-11 {
    border-top: none !important;
    border-right: 11px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-11 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 11px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-11 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 11px solid var(--border_color) !important;
  }
  .u-lg-border-12 {
    border: 12px solid var(--border_color) !important;
  }
  .u-lg-border-x-12 {
    border-top: none !important;
    border-right: 12px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 12px solid var(--border_color) !important;
  }
  .u-lg-border-y-12 {
    border-top: 12px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 12px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-12 {
    border-top: 12px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-12 {
    border-top: none !important;
    border-right: 12px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-12 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 12px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-12 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 12px solid var(--border_color) !important;
  }
  .u-lg-border-13 {
    border: 13px solid var(--border_color) !important;
  }
  .u-lg-border-x-13 {
    border-top: none !important;
    border-right: 13px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 13px solid var(--border_color) !important;
  }
  .u-lg-border-y-13 {
    border-top: 13px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 13px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-13 {
    border-top: 13px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-13 {
    border-top: none !important;
    border-right: 13px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-13 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 13px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-13 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 13px solid var(--border_color) !important;
  }
  .u-lg-border-14 {
    border: 14px solid var(--border_color) !important;
  }
  .u-lg-border-x-14 {
    border-top: none !important;
    border-right: 14px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 14px solid var(--border_color) !important;
  }
  .u-lg-border-y-14 {
    border-top: 14px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 14px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-14 {
    border-top: 14px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-14 {
    border-top: none !important;
    border-right: 14px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-14 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 14px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-14 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 14px solid var(--border_color) !important;
  }
  .u-lg-border-15 {
    border: 15px solid var(--border_color) !important;
  }
  .u-lg-border-x-15 {
    border-top: none !important;
    border-right: 15px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 15px solid var(--border_color) !important;
  }
  .u-lg-border-y-15 {
    border-top: 15px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 15px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-15 {
    border-top: 15px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-15 {
    border-top: none !important;
    border-right: 15px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-15 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 15px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-15 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 15px solid var(--border_color) !important;
  }
  .u-lg-border-16 {
    border: 16px solid var(--border_color) !important;
  }
  .u-lg-border-x-16 {
    border-top: none !important;
    border-right: 16px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 16px solid var(--border_color) !important;
  }
  .u-lg-border-y-16 {
    border-top: 16px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 16px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-16 {
    border-top: 16px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-16 {
    border-top: none !important;
    border-right: 16px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-16 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 16px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-16 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 16px solid var(--border_color) !important;
  }
  .u-lg-border-17 {
    border: 17px solid var(--border_color) !important;
  }
  .u-lg-border-x-17 {
    border-top: none !important;
    border-right: 17px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 17px solid var(--border_color) !important;
  }
  .u-lg-border-y-17 {
    border-top: 17px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 17px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-17 {
    border-top: 17px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-17 {
    border-top: none !important;
    border-right: 17px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-17 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 17px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-17 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 17px solid var(--border_color) !important;
  }
  .u-lg-border-18 {
    border: 18px solid var(--border_color) !important;
  }
  .u-lg-border-x-18 {
    border-top: none !important;
    border-right: 18px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 18px solid var(--border_color) !important;
  }
  .u-lg-border-y-18 {
    border-top: 18px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 18px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-18 {
    border-top: 18px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-18 {
    border-top: none !important;
    border-right: 18px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-18 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 18px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-18 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 18px solid var(--border_color) !important;
  }
  .u-lg-border-19 {
    border: 19px solid var(--border_color) !important;
  }
  .u-lg-border-x-19 {
    border-top: none !important;
    border-right: 19px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 19px solid var(--border_color) !important;
  }
  .u-lg-border-y-19 {
    border-top: 19px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 19px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-19 {
    border-top: 19px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-19 {
    border-top: none !important;
    border-right: 19px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-19 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 19px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-19 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 19px solid var(--border_color) !important;
  }
  .u-lg-border-20 {
    border: 20px solid var(--border_color) !important;
  }
  .u-lg-border-x-20 {
    border-top: none !important;
    border-right: 20px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 20px solid var(--border_color) !important;
  }
  .u-lg-border-y-20 {
    border-top: 20px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 20px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-20 {
    border-top: 20px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-20 {
    border-top: none !important;
    border-right: 20px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-20 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 20px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-20 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 20px solid var(--border_color) !important;
  }
  .u-lg-border-21 {
    border: 21px solid var(--border_color) !important;
  }
  .u-lg-border-x-21 {
    border-top: none !important;
    border-right: 21px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 21px solid var(--border_color) !important;
  }
  .u-lg-border-y-21 {
    border-top: 21px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 21px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-21 {
    border-top: 21px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-21 {
    border-top: none !important;
    border-right: 21px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-21 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 21px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-21 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 21px solid var(--border_color) !important;
  }
  .u-lg-border-22 {
    border: 22px solid var(--border_color) !important;
  }
  .u-lg-border-x-22 {
    border-top: none !important;
    border-right: 22px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 22px solid var(--border_color) !important;
  }
  .u-lg-border-y-22 {
    border-top: 22px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 22px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-22 {
    border-top: 22px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-22 {
    border-top: none !important;
    border-right: 22px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-22 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 22px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-22 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 22px solid var(--border_color) !important;
  }
  .u-lg-border-23 {
    border: 23px solid var(--border_color) !important;
  }
  .u-lg-border-x-23 {
    border-top: none !important;
    border-right: 23px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 23px solid var(--border_color) !important;
  }
  .u-lg-border-y-23 {
    border-top: 23px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 23px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-23 {
    border-top: 23px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-23 {
    border-top: none !important;
    border-right: 23px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-23 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 23px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-23 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 23px solid var(--border_color) !important;
  }
  .u-lg-border-24 {
    border: 24px solid var(--border_color) !important;
  }
  .u-lg-border-x-24 {
    border-top: none !important;
    border-right: 24px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 24px solid var(--border_color) !important;
  }
  .u-lg-border-y-24 {
    border-top: 24px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 24px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-24 {
    border-top: 24px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-24 {
    border-top: none !important;
    border-right: 24px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-24 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 24px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-24 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 24px solid var(--border_color) !important;
  }
  .u-lg-border-25 {
    border: 25px solid var(--border_color) !important;
  }
  .u-lg-border-x-25 {
    border-top: none !important;
    border-right: 25px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 25px solid var(--border_color) !important;
  }
  .u-lg-border-y-25 {
    border-top: 25px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 25px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-25 {
    border-top: 25px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-25 {
    border-top: none !important;
    border-right: 25px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-25 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 25px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-25 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 25px solid var(--border_color) !important;
  }
  .u-lg-border-26 {
    border: 26px solid var(--border_color) !important;
  }
  .u-lg-border-x-26 {
    border-top: none !important;
    border-right: 26px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 26px solid var(--border_color) !important;
  }
  .u-lg-border-y-26 {
    border-top: 26px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 26px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-26 {
    border-top: 26px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-26 {
    border-top: none !important;
    border-right: 26px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-26 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 26px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-26 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 26px solid var(--border_color) !important;
  }
  .u-lg-border-27 {
    border: 27px solid var(--border_color) !important;
  }
  .u-lg-border-x-27 {
    border-top: none !important;
    border-right: 27px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 27px solid var(--border_color) !important;
  }
  .u-lg-border-y-27 {
    border-top: 27px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 27px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-27 {
    border-top: 27px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-27 {
    border-top: none !important;
    border-right: 27px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-27 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 27px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-27 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 27px solid var(--border_color) !important;
  }
  .u-lg-border-28 {
    border: 28px solid var(--border_color) !important;
  }
  .u-lg-border-x-28 {
    border-top: none !important;
    border-right: 28px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 28px solid var(--border_color) !important;
  }
  .u-lg-border-y-28 {
    border-top: 28px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 28px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-28 {
    border-top: 28px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-28 {
    border-top: none !important;
    border-right: 28px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-28 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 28px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-28 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 28px solid var(--border_color) !important;
  }
  .u-lg-border-29 {
    border: 29px solid var(--border_color) !important;
  }
  .u-lg-border-x-29 {
    border-top: none !important;
    border-right: 29px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 29px solid var(--border_color) !important;
  }
  .u-lg-border-y-29 {
    border-top: 29px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 29px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-29 {
    border-top: 29px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-29 {
    border-top: none !important;
    border-right: 29px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-29 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 29px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-29 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 29px solid var(--border_color) !important;
  }
  .u-lg-border-30 {
    border: 30px solid var(--border_color) !important;
  }
  .u-lg-border-x-30 {
    border-top: none !important;
    border-right: 30px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 30px solid var(--border_color) !important;
  }
  .u-lg-border-y-30 {
    border-top: 30px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 30px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-30 {
    border-top: 30px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-30 {
    border-top: none !important;
    border-right: 30px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-30 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 30px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-30 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 30px solid var(--border_color) !important;
  }
  .u-lg-border-31 {
    border: 31px solid var(--border_color) !important;
  }
  .u-lg-border-x-31 {
    border-top: none !important;
    border-right: 31px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 31px solid var(--border_color) !important;
  }
  .u-lg-border-y-31 {
    border-top: 31px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 31px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-31 {
    border-top: 31px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-31 {
    border-top: none !important;
    border-right: 31px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-31 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 31px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-31 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 31px solid var(--border_color) !important;
  }
  .u-lg-border-32 {
    border: 32px solid var(--border_color) !important;
  }
  .u-lg-border-x-32 {
    border-top: none !important;
    border-right: 32px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 32px solid var(--border_color) !important;
  }
  .u-lg-border-y-32 {
    border-top: 32px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 32px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-32 {
    border-top: 32px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-32 {
    border-top: none !important;
    border-right: 32px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-32 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 32px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-32 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 32px solid var(--border_color) !important;
  }
  .u-lg-border-33 {
    border: 33px solid var(--border_color) !important;
  }
  .u-lg-border-x-33 {
    border-top: none !important;
    border-right: 33px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 33px solid var(--border_color) !important;
  }
  .u-lg-border-y-33 {
    border-top: 33px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 33px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-33 {
    border-top: 33px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-33 {
    border-top: none !important;
    border-right: 33px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-33 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 33px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-33 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 33px solid var(--border_color) !important;
  }
  .u-lg-border-34 {
    border: 34px solid var(--border_color) !important;
  }
  .u-lg-border-x-34 {
    border-top: none !important;
    border-right: 34px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 34px solid var(--border_color) !important;
  }
  .u-lg-border-y-34 {
    border-top: 34px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 34px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-34 {
    border-top: 34px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-34 {
    border-top: none !important;
    border-right: 34px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-34 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 34px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-34 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 34px solid var(--border_color) !important;
  }
  .u-lg-border-35 {
    border: 35px solid var(--border_color) !important;
  }
  .u-lg-border-x-35 {
    border-top: none !important;
    border-right: 35px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 35px solid var(--border_color) !important;
  }
  .u-lg-border-y-35 {
    border-top: 35px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 35px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-35 {
    border-top: 35px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-35 {
    border-top: none !important;
    border-right: 35px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-35 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 35px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-35 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 35px solid var(--border_color) !important;
  }
  .u-lg-border-36 {
    border: 36px solid var(--border_color) !important;
  }
  .u-lg-border-x-36 {
    border-top: none !important;
    border-right: 36px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 36px solid var(--border_color) !important;
  }
  .u-lg-border-y-36 {
    border-top: 36px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 36px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-36 {
    border-top: 36px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-36 {
    border-top: none !important;
    border-right: 36px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-36 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 36px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-36 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 36px solid var(--border_color) !important;
  }
  .u-lg-border-37 {
    border: 37px solid var(--border_color) !important;
  }
  .u-lg-border-x-37 {
    border-top: none !important;
    border-right: 37px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 37px solid var(--border_color) !important;
  }
  .u-lg-border-y-37 {
    border-top: 37px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 37px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-37 {
    border-top: 37px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-37 {
    border-top: none !important;
    border-right: 37px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-37 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 37px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-37 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 37px solid var(--border_color) !important;
  }
  .u-lg-border-38 {
    border: 38px solid var(--border_color) !important;
  }
  .u-lg-border-x-38 {
    border-top: none !important;
    border-right: 38px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 38px solid var(--border_color) !important;
  }
  .u-lg-border-y-38 {
    border-top: 38px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 38px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-38 {
    border-top: 38px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-38 {
    border-top: none !important;
    border-right: 38px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-38 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 38px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-38 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 38px solid var(--border_color) !important;
  }
  .u-lg-border-39 {
    border: 39px solid var(--border_color) !important;
  }
  .u-lg-border-x-39 {
    border-top: none !important;
    border-right: 39px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 39px solid var(--border_color) !important;
  }
  .u-lg-border-y-39 {
    border-top: 39px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 39px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-39 {
    border-top: 39px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-39 {
    border-top: none !important;
    border-right: 39px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-39 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 39px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-39 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 39px solid var(--border_color) !important;
  }
  .u-lg-border-40 {
    border: 40px solid var(--border_color) !important;
  }
  .u-lg-border-x-40 {
    border-top: none !important;
    border-right: 40px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 40px solid var(--border_color) !important;
  }
  .u-lg-border-y-40 {
    border-top: 40px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 40px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-40 {
    border-top: 40px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-40 {
    border-top: none !important;
    border-right: 40px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-40 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 40px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-40 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 40px solid var(--border_color) !important;
  }
  .u-lg-border-41 {
    border: 41px solid var(--border_color) !important;
  }
  .u-lg-border-x-41 {
    border-top: none !important;
    border-right: 41px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 41px solid var(--border_color) !important;
  }
  .u-lg-border-y-41 {
    border-top: 41px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 41px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-41 {
    border-top: 41px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-41 {
    border-top: none !important;
    border-right: 41px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-41 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 41px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-41 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 41px solid var(--border_color) !important;
  }
  .u-lg-border-42 {
    border: 42px solid var(--border_color) !important;
  }
  .u-lg-border-x-42 {
    border-top: none !important;
    border-right: 42px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 42px solid var(--border_color) !important;
  }
  .u-lg-border-y-42 {
    border-top: 42px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 42px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-42 {
    border-top: 42px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-42 {
    border-top: none !important;
    border-right: 42px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-42 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 42px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-42 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 42px solid var(--border_color) !important;
  }
  .u-lg-border-43 {
    border: 43px solid var(--border_color) !important;
  }
  .u-lg-border-x-43 {
    border-top: none !important;
    border-right: 43px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 43px solid var(--border_color) !important;
  }
  .u-lg-border-y-43 {
    border-top: 43px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 43px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-43 {
    border-top: 43px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-43 {
    border-top: none !important;
    border-right: 43px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-43 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 43px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-43 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 43px solid var(--border_color) !important;
  }
  .u-lg-border-44 {
    border: 44px solid var(--border_color) !important;
  }
  .u-lg-border-x-44 {
    border-top: none !important;
    border-right: 44px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 44px solid var(--border_color) !important;
  }
  .u-lg-border-y-44 {
    border-top: 44px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 44px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-44 {
    border-top: 44px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-44 {
    border-top: none !important;
    border-right: 44px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-44 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 44px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-44 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 44px solid var(--border_color) !important;
  }
  .u-lg-border-45 {
    border: 45px solid var(--border_color) !important;
  }
  .u-lg-border-x-45 {
    border-top: none !important;
    border-right: 45px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 45px solid var(--border_color) !important;
  }
  .u-lg-border-y-45 {
    border-top: 45px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 45px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-45 {
    border-top: 45px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-45 {
    border-top: none !important;
    border-right: 45px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-45 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 45px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-45 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 45px solid var(--border_color) !important;
  }
  .u-lg-border-46 {
    border: 46px solid var(--border_color) !important;
  }
  .u-lg-border-x-46 {
    border-top: none !important;
    border-right: 46px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 46px solid var(--border_color) !important;
  }
  .u-lg-border-y-46 {
    border-top: 46px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 46px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-46 {
    border-top: 46px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-46 {
    border-top: none !important;
    border-right: 46px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-46 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 46px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-46 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 46px solid var(--border_color) !important;
  }
  .u-lg-border-47 {
    border: 47px solid var(--border_color) !important;
  }
  .u-lg-border-x-47 {
    border-top: none !important;
    border-right: 47px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 47px solid var(--border_color) !important;
  }
  .u-lg-border-y-47 {
    border-top: 47px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 47px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-47 {
    border-top: 47px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-47 {
    border-top: none !important;
    border-right: 47px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-47 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 47px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-47 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 47px solid var(--border_color) !important;
  }
  .u-lg-border-48 {
    border: 48px solid var(--border_color) !important;
  }
  .u-lg-border-x-48 {
    border-top: none !important;
    border-right: 48px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 48px solid var(--border_color) !important;
  }
  .u-lg-border-y-48 {
    border-top: 48px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 48px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-48 {
    border-top: 48px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-48 {
    border-top: none !important;
    border-right: 48px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-48 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 48px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-48 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 48px solid var(--border_color) !important;
  }
  .u-lg-border-49 {
    border: 49px solid var(--border_color) !important;
  }
  .u-lg-border-x-49 {
    border-top: none !important;
    border-right: 49px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 49px solid var(--border_color) !important;
  }
  .u-lg-border-y-49 {
    border-top: 49px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 49px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-49 {
    border-top: 49px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-49 {
    border-top: none !important;
    border-right: 49px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-49 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 49px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-49 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 49px solid var(--border_color) !important;
  }
  .u-lg-border-50 {
    border: 50px solid var(--border_color) !important;
  }
  .u-lg-border-x-50 {
    border-top: none !important;
    border-right: 50px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 50px solid var(--border_color) !important;
  }
  .u-lg-border-y-50 {
    border-top: 50px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 50px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-50 {
    border-top: 50px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-50 {
    border-top: none !important;
    border-right: 50px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-50 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 50px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-50 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 50px solid var(--border_color) !important;
  }
  .u-lg-border-51 {
    border: 51px solid var(--border_color) !important;
  }
  .u-lg-border-x-51 {
    border-top: none !important;
    border-right: 51px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 51px solid var(--border_color) !important;
  }
  .u-lg-border-y-51 {
    border-top: 51px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 51px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-51 {
    border-top: 51px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-51 {
    border-top: none !important;
    border-right: 51px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-51 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 51px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-51 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 51px solid var(--border_color) !important;
  }
  .u-lg-border-52 {
    border: 52px solid var(--border_color) !important;
  }
  .u-lg-border-x-52 {
    border-top: none !important;
    border-right: 52px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 52px solid var(--border_color) !important;
  }
  .u-lg-border-y-52 {
    border-top: 52px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 52px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-52 {
    border-top: 52px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-52 {
    border-top: none !important;
    border-right: 52px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-52 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 52px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-52 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 52px solid var(--border_color) !important;
  }
  .u-lg-border-53 {
    border: 53px solid var(--border_color) !important;
  }
  .u-lg-border-x-53 {
    border-top: none !important;
    border-right: 53px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 53px solid var(--border_color) !important;
  }
  .u-lg-border-y-53 {
    border-top: 53px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 53px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-53 {
    border-top: 53px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-53 {
    border-top: none !important;
    border-right: 53px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-53 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 53px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-53 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 53px solid var(--border_color) !important;
  }
  .u-lg-border-54 {
    border: 54px solid var(--border_color) !important;
  }
  .u-lg-border-x-54 {
    border-top: none !important;
    border-right: 54px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 54px solid var(--border_color) !important;
  }
  .u-lg-border-y-54 {
    border-top: 54px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 54px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-54 {
    border-top: 54px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-54 {
    border-top: none !important;
    border-right: 54px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-54 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 54px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-54 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 54px solid var(--border_color) !important;
  }
  .u-lg-border-55 {
    border: 55px solid var(--border_color) !important;
  }
  .u-lg-border-x-55 {
    border-top: none !important;
    border-right: 55px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 55px solid var(--border_color) !important;
  }
  .u-lg-border-y-55 {
    border-top: 55px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 55px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-55 {
    border-top: 55px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-55 {
    border-top: none !important;
    border-right: 55px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-55 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 55px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-55 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 55px solid var(--border_color) !important;
  }
  .u-lg-border-56 {
    border: 56px solid var(--border_color) !important;
  }
  .u-lg-border-x-56 {
    border-top: none !important;
    border-right: 56px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 56px solid var(--border_color) !important;
  }
  .u-lg-border-y-56 {
    border-top: 56px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 56px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-56 {
    border-top: 56px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-56 {
    border-top: none !important;
    border-right: 56px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-56 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 56px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-56 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 56px solid var(--border_color) !important;
  }
  .u-lg-border-57 {
    border: 57px solid var(--border_color) !important;
  }
  .u-lg-border-x-57 {
    border-top: none !important;
    border-right: 57px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 57px solid var(--border_color) !important;
  }
  .u-lg-border-y-57 {
    border-top: 57px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 57px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-57 {
    border-top: 57px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-57 {
    border-top: none !important;
    border-right: 57px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-57 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 57px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-57 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 57px solid var(--border_color) !important;
  }
  .u-lg-border-58 {
    border: 58px solid var(--border_color) !important;
  }
  .u-lg-border-x-58 {
    border-top: none !important;
    border-right: 58px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 58px solid var(--border_color) !important;
  }
  .u-lg-border-y-58 {
    border-top: 58px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 58px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-58 {
    border-top: 58px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-58 {
    border-top: none !important;
    border-right: 58px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-58 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 58px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-58 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 58px solid var(--border_color) !important;
  }
  .u-lg-border-59 {
    border: 59px solid var(--border_color) !important;
  }
  .u-lg-border-x-59 {
    border-top: none !important;
    border-right: 59px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 59px solid var(--border_color) !important;
  }
  .u-lg-border-y-59 {
    border-top: 59px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 59px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-59 {
    border-top: 59px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-59 {
    border-top: none !important;
    border-right: 59px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-59 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 59px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-59 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 59px solid var(--border_color) !important;
  }
  .u-lg-border-60 {
    border: 60px solid var(--border_color) !important;
  }
  .u-lg-border-x-60 {
    border-top: none !important;
    border-right: 60px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 60px solid var(--border_color) !important;
  }
  .u-lg-border-y-60 {
    border-top: 60px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 60px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-60 {
    border-top: 60px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-60 {
    border-top: none !important;
    border-right: 60px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-60 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 60px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-60 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 60px solid var(--border_color) !important;
  }
  .u-lg-border-61 {
    border: 61px solid var(--border_color) !important;
  }
  .u-lg-border-x-61 {
    border-top: none !important;
    border-right: 61px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 61px solid var(--border_color) !important;
  }
  .u-lg-border-y-61 {
    border-top: 61px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 61px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-61 {
    border-top: 61px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-61 {
    border-top: none !important;
    border-right: 61px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-61 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 61px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-61 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 61px solid var(--border_color) !important;
  }
  .u-lg-border-62 {
    border: 62px solid var(--border_color) !important;
  }
  .u-lg-border-x-62 {
    border-top: none !important;
    border-right: 62px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 62px solid var(--border_color) !important;
  }
  .u-lg-border-y-62 {
    border-top: 62px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 62px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-62 {
    border-top: 62px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-62 {
    border-top: none !important;
    border-right: 62px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-62 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 62px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-62 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 62px solid var(--border_color) !important;
  }
  .u-lg-border-63 {
    border: 63px solid var(--border_color) !important;
  }
  .u-lg-border-x-63 {
    border-top: none !important;
    border-right: 63px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 63px solid var(--border_color) !important;
  }
  .u-lg-border-y-63 {
    border-top: 63px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 63px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-63 {
    border-top: 63px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-63 {
    border-top: none !important;
    border-right: 63px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-63 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 63px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-63 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 63px solid var(--border_color) !important;
  }
  .u-lg-border-64 {
    border: 64px solid var(--border_color) !important;
  }
  .u-lg-border-x-64 {
    border-top: none !important;
    border-right: 64px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 64px solid var(--border_color) !important;
  }
  .u-lg-border-y-64 {
    border-top: 64px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 64px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-64 {
    border-top: 64px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-64 {
    border-top: none !important;
    border-right: 64px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-64 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 64px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-64 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 64px solid var(--border_color) !important;
  }
  .u-lg-border-65 {
    border: 65px solid var(--border_color) !important;
  }
  .u-lg-border-x-65 {
    border-top: none !important;
    border-right: 65px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 65px solid var(--border_color) !important;
  }
  .u-lg-border-y-65 {
    border-top: 65px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 65px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-65 {
    border-top: 65px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-65 {
    border-top: none !important;
    border-right: 65px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-65 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 65px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-65 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 65px solid var(--border_color) !important;
  }
  .u-lg-border-66 {
    border: 66px solid var(--border_color) !important;
  }
  .u-lg-border-x-66 {
    border-top: none !important;
    border-right: 66px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 66px solid var(--border_color) !important;
  }
  .u-lg-border-y-66 {
    border-top: 66px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 66px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-66 {
    border-top: 66px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-66 {
    border-top: none !important;
    border-right: 66px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-66 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 66px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-66 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 66px solid var(--border_color) !important;
  }
  .u-lg-border-67 {
    border: 67px solid var(--border_color) !important;
  }
  .u-lg-border-x-67 {
    border-top: none !important;
    border-right: 67px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 67px solid var(--border_color) !important;
  }
  .u-lg-border-y-67 {
    border-top: 67px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 67px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-67 {
    border-top: 67px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-67 {
    border-top: none !important;
    border-right: 67px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-67 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 67px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-67 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 67px solid var(--border_color) !important;
  }
  .u-lg-border-68 {
    border: 68px solid var(--border_color) !important;
  }
  .u-lg-border-x-68 {
    border-top: none !important;
    border-right: 68px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 68px solid var(--border_color) !important;
  }
  .u-lg-border-y-68 {
    border-top: 68px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 68px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-68 {
    border-top: 68px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-68 {
    border-top: none !important;
    border-right: 68px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-68 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 68px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-68 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 68px solid var(--border_color) !important;
  }
  .u-lg-border-69 {
    border: 69px solid var(--border_color) !important;
  }
  .u-lg-border-x-69 {
    border-top: none !important;
    border-right: 69px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 69px solid var(--border_color) !important;
  }
  .u-lg-border-y-69 {
    border-top: 69px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 69px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-69 {
    border-top: 69px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-69 {
    border-top: none !important;
    border-right: 69px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-69 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 69px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-69 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 69px solid var(--border_color) !important;
  }
  .u-lg-border-70 {
    border: 70px solid var(--border_color) !important;
  }
  .u-lg-border-x-70 {
    border-top: none !important;
    border-right: 70px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 70px solid var(--border_color) !important;
  }
  .u-lg-border-y-70 {
    border-top: 70px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 70px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-70 {
    border-top: 70px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-70 {
    border-top: none !important;
    border-right: 70px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-70 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 70px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-70 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 70px solid var(--border_color) !important;
  }
  .u-lg-border-71 {
    border: 71px solid var(--border_color) !important;
  }
  .u-lg-border-x-71 {
    border-top: none !important;
    border-right: 71px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 71px solid var(--border_color) !important;
  }
  .u-lg-border-y-71 {
    border-top: 71px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 71px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-71 {
    border-top: 71px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-71 {
    border-top: none !important;
    border-right: 71px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-71 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 71px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-71 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 71px solid var(--border_color) !important;
  }
  .u-lg-border-72 {
    border: 72px solid var(--border_color) !important;
  }
  .u-lg-border-x-72 {
    border-top: none !important;
    border-right: 72px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 72px solid var(--border_color) !important;
  }
  .u-lg-border-y-72 {
    border-top: 72px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 72px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-72 {
    border-top: 72px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-72 {
    border-top: none !important;
    border-right: 72px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-72 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 72px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-72 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 72px solid var(--border_color) !important;
  }
  .u-lg-border-73 {
    border: 73px solid var(--border_color) !important;
  }
  .u-lg-border-x-73 {
    border-top: none !important;
    border-right: 73px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 73px solid var(--border_color) !important;
  }
  .u-lg-border-y-73 {
    border-top: 73px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 73px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-73 {
    border-top: 73px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-73 {
    border-top: none !important;
    border-right: 73px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-73 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 73px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-73 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 73px solid var(--border_color) !important;
  }
  .u-lg-border-74 {
    border: 74px solid var(--border_color) !important;
  }
  .u-lg-border-x-74 {
    border-top: none !important;
    border-right: 74px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 74px solid var(--border_color) !important;
  }
  .u-lg-border-y-74 {
    border-top: 74px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 74px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-74 {
    border-top: 74px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-74 {
    border-top: none !important;
    border-right: 74px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-74 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 74px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-74 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 74px solid var(--border_color) !important;
  }
  .u-lg-border-75 {
    border: 75px solid var(--border_color) !important;
  }
  .u-lg-border-x-75 {
    border-top: none !important;
    border-right: 75px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 75px solid var(--border_color) !important;
  }
  .u-lg-border-y-75 {
    border-top: 75px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 75px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-75 {
    border-top: 75px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-75 {
    border-top: none !important;
    border-right: 75px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-75 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 75px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-75 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 75px solid var(--border_color) !important;
  }
  .u-lg-border-76 {
    border: 76px solid var(--border_color) !important;
  }
  .u-lg-border-x-76 {
    border-top: none !important;
    border-right: 76px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 76px solid var(--border_color) !important;
  }
  .u-lg-border-y-76 {
    border-top: 76px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 76px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-76 {
    border-top: 76px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-76 {
    border-top: none !important;
    border-right: 76px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-76 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 76px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-76 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 76px solid var(--border_color) !important;
  }
  .u-lg-border-77 {
    border: 77px solid var(--border_color) !important;
  }
  .u-lg-border-x-77 {
    border-top: none !important;
    border-right: 77px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 77px solid var(--border_color) !important;
  }
  .u-lg-border-y-77 {
    border-top: 77px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 77px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-77 {
    border-top: 77px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-77 {
    border-top: none !important;
    border-right: 77px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-77 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 77px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-77 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 77px solid var(--border_color) !important;
  }
  .u-lg-border-78 {
    border: 78px solid var(--border_color) !important;
  }
  .u-lg-border-x-78 {
    border-top: none !important;
    border-right: 78px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 78px solid var(--border_color) !important;
  }
  .u-lg-border-y-78 {
    border-top: 78px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 78px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-78 {
    border-top: 78px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-78 {
    border-top: none !important;
    border-right: 78px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-78 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 78px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-78 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 78px solid var(--border_color) !important;
  }
  .u-lg-border-79 {
    border: 79px solid var(--border_color) !important;
  }
  .u-lg-border-x-79 {
    border-top: none !important;
    border-right: 79px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 79px solid var(--border_color) !important;
  }
  .u-lg-border-y-79 {
    border-top: 79px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 79px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-79 {
    border-top: 79px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-79 {
    border-top: none !important;
    border-right: 79px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-79 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 79px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-79 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 79px solid var(--border_color) !important;
  }
  .u-lg-border-80 {
    border: 80px solid var(--border_color) !important;
  }
  .u-lg-border-x-80 {
    border-top: none !important;
    border-right: 80px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 80px solid var(--border_color) !important;
  }
  .u-lg-border-y-80 {
    border-top: 80px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 80px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-80 {
    border-top: 80px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-80 {
    border-top: none !important;
    border-right: 80px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-80 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 80px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-80 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 80px solid var(--border_color) !important;
  }
  .u-lg-border-81 {
    border: 81px solid var(--border_color) !important;
  }
  .u-lg-border-x-81 {
    border-top: none !important;
    border-right: 81px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 81px solid var(--border_color) !important;
  }
  .u-lg-border-y-81 {
    border-top: 81px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 81px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-81 {
    border-top: 81px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-81 {
    border-top: none !important;
    border-right: 81px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-81 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 81px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-81 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 81px solid var(--border_color) !important;
  }
  .u-lg-border-82 {
    border: 82px solid var(--border_color) !important;
  }
  .u-lg-border-x-82 {
    border-top: none !important;
    border-right: 82px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 82px solid var(--border_color) !important;
  }
  .u-lg-border-y-82 {
    border-top: 82px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 82px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-82 {
    border-top: 82px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-82 {
    border-top: none !important;
    border-right: 82px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-82 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 82px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-82 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 82px solid var(--border_color) !important;
  }
  .u-lg-border-83 {
    border: 83px solid var(--border_color) !important;
  }
  .u-lg-border-x-83 {
    border-top: none !important;
    border-right: 83px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 83px solid var(--border_color) !important;
  }
  .u-lg-border-y-83 {
    border-top: 83px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 83px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-83 {
    border-top: 83px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-83 {
    border-top: none !important;
    border-right: 83px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-83 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 83px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-83 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 83px solid var(--border_color) !important;
  }
  .u-lg-border-84 {
    border: 84px solid var(--border_color) !important;
  }
  .u-lg-border-x-84 {
    border-top: none !important;
    border-right: 84px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 84px solid var(--border_color) !important;
  }
  .u-lg-border-y-84 {
    border-top: 84px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 84px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-84 {
    border-top: 84px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-84 {
    border-top: none !important;
    border-right: 84px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-84 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 84px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-84 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 84px solid var(--border_color) !important;
  }
  .u-lg-border-85 {
    border: 85px solid var(--border_color) !important;
  }
  .u-lg-border-x-85 {
    border-top: none !important;
    border-right: 85px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 85px solid var(--border_color) !important;
  }
  .u-lg-border-y-85 {
    border-top: 85px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 85px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-85 {
    border-top: 85px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-85 {
    border-top: none !important;
    border-right: 85px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-85 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 85px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-85 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 85px solid var(--border_color) !important;
  }
  .u-lg-border-86 {
    border: 86px solid var(--border_color) !important;
  }
  .u-lg-border-x-86 {
    border-top: none !important;
    border-right: 86px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 86px solid var(--border_color) !important;
  }
  .u-lg-border-y-86 {
    border-top: 86px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 86px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-86 {
    border-top: 86px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-86 {
    border-top: none !important;
    border-right: 86px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-86 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 86px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-86 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 86px solid var(--border_color) !important;
  }
  .u-lg-border-87 {
    border: 87px solid var(--border_color) !important;
  }
  .u-lg-border-x-87 {
    border-top: none !important;
    border-right: 87px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 87px solid var(--border_color) !important;
  }
  .u-lg-border-y-87 {
    border-top: 87px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 87px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-87 {
    border-top: 87px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-87 {
    border-top: none !important;
    border-right: 87px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-87 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 87px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-87 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 87px solid var(--border_color) !important;
  }
  .u-lg-border-88 {
    border: 88px solid var(--border_color) !important;
  }
  .u-lg-border-x-88 {
    border-top: none !important;
    border-right: 88px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 88px solid var(--border_color) !important;
  }
  .u-lg-border-y-88 {
    border-top: 88px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 88px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-88 {
    border-top: 88px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-88 {
    border-top: none !important;
    border-right: 88px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-88 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 88px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-88 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 88px solid var(--border_color) !important;
  }
  .u-lg-border-89 {
    border: 89px solid var(--border_color) !important;
  }
  .u-lg-border-x-89 {
    border-top: none !important;
    border-right: 89px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 89px solid var(--border_color) !important;
  }
  .u-lg-border-y-89 {
    border-top: 89px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 89px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-89 {
    border-top: 89px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-89 {
    border-top: none !important;
    border-right: 89px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-89 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 89px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-89 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 89px solid var(--border_color) !important;
  }
  .u-lg-border-90 {
    border: 90px solid var(--border_color) !important;
  }
  .u-lg-border-x-90 {
    border-top: none !important;
    border-right: 90px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 90px solid var(--border_color) !important;
  }
  .u-lg-border-y-90 {
    border-top: 90px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 90px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-90 {
    border-top: 90px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-90 {
    border-top: none !important;
    border-right: 90px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-90 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 90px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-90 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 90px solid var(--border_color) !important;
  }
  .u-lg-border-91 {
    border: 91px solid var(--border_color) !important;
  }
  .u-lg-border-x-91 {
    border-top: none !important;
    border-right: 91px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 91px solid var(--border_color) !important;
  }
  .u-lg-border-y-91 {
    border-top: 91px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 91px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-91 {
    border-top: 91px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-91 {
    border-top: none !important;
    border-right: 91px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-91 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 91px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-91 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 91px solid var(--border_color) !important;
  }
  .u-lg-border-92 {
    border: 92px solid var(--border_color) !important;
  }
  .u-lg-border-x-92 {
    border-top: none !important;
    border-right: 92px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 92px solid var(--border_color) !important;
  }
  .u-lg-border-y-92 {
    border-top: 92px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 92px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-92 {
    border-top: 92px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-92 {
    border-top: none !important;
    border-right: 92px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-92 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 92px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-92 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 92px solid var(--border_color) !important;
  }
  .u-lg-border-93 {
    border: 93px solid var(--border_color) !important;
  }
  .u-lg-border-x-93 {
    border-top: none !important;
    border-right: 93px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 93px solid var(--border_color) !important;
  }
  .u-lg-border-y-93 {
    border-top: 93px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 93px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-93 {
    border-top: 93px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-93 {
    border-top: none !important;
    border-right: 93px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-93 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 93px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-93 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 93px solid var(--border_color) !important;
  }
  .u-lg-border-94 {
    border: 94px solid var(--border_color) !important;
  }
  .u-lg-border-x-94 {
    border-top: none !important;
    border-right: 94px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 94px solid var(--border_color) !important;
  }
  .u-lg-border-y-94 {
    border-top: 94px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 94px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-94 {
    border-top: 94px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-94 {
    border-top: none !important;
    border-right: 94px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-94 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 94px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-94 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 94px solid var(--border_color) !important;
  }
  .u-lg-border-95 {
    border: 95px solid var(--border_color) !important;
  }
  .u-lg-border-x-95 {
    border-top: none !important;
    border-right: 95px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 95px solid var(--border_color) !important;
  }
  .u-lg-border-y-95 {
    border-top: 95px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 95px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-95 {
    border-top: 95px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-95 {
    border-top: none !important;
    border-right: 95px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-95 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 95px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-95 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 95px solid var(--border_color) !important;
  }
  .u-lg-border-96 {
    border: 96px solid var(--border_color) !important;
  }
  .u-lg-border-x-96 {
    border-top: none !important;
    border-right: 96px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 96px solid var(--border_color) !important;
  }
  .u-lg-border-y-96 {
    border-top: 96px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 96px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-96 {
    border-top: 96px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-96 {
    border-top: none !important;
    border-right: 96px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-96 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 96px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-96 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 96px solid var(--border_color) !important;
  }
  .u-lg-border-97 {
    border: 97px solid var(--border_color) !important;
  }
  .u-lg-border-x-97 {
    border-top: none !important;
    border-right: 97px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 97px solid var(--border_color) !important;
  }
  .u-lg-border-y-97 {
    border-top: 97px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 97px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-97 {
    border-top: 97px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-97 {
    border-top: none !important;
    border-right: 97px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-97 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 97px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-97 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 97px solid var(--border_color) !important;
  }
  .u-lg-border-98 {
    border: 98px solid var(--border_color) !important;
  }
  .u-lg-border-x-98 {
    border-top: none !important;
    border-right: 98px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 98px solid var(--border_color) !important;
  }
  .u-lg-border-y-98 {
    border-top: 98px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 98px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-98 {
    border-top: 98px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-98 {
    border-top: none !important;
    border-right: 98px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-98 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 98px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-98 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 98px solid var(--border_color) !important;
  }
  .u-lg-border-99 {
    border: 99px solid var(--border_color) !important;
  }
  .u-lg-border-x-99 {
    border-top: none !important;
    border-right: 99px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 99px solid var(--border_color) !important;
  }
  .u-lg-border-y-99 {
    border-top: 99px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 99px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-99 {
    border-top: 99px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-99 {
    border-top: none !important;
    border-right: 99px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-99 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 99px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-99 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 99px solid var(--border_color) !important;
  }
  .u-lg-border-100 {
    border: 100px solid var(--border_color) !important;
  }
  .u-lg-border-x-100 {
    border-top: none !important;
    border-right: 100px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 100px solid var(--border_color) !important;
  }
  .u-lg-border-y-100 {
    border-top: 100px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 100px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-t-100 {
    border-top: 100px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-r-100 {
    border-top: none !important;
    border-right: 100px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-lg-border-b-100 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 100px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-lg-border-l-100 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 100px solid var(--border_color) !important;
  }
  .u-lg-border-none {
    border-style: none !important;
  }
  .u-lg-border-solid {
    border-style: solid !important;
  }
  .u-lg-border-dotted {
    border-style: dotted !important;
  }
  .u-lg-border-dashed {
    border-style: dashed !important;
  }
  .u-lg-border-double {
    border-style: double !important;
  }
  .u-lg-justify-start {
    justify-content: flex-start !important;
  }
  .u-lg-justify-end {
    justify-content: flex-end !important;
  }
  .u-lg-justify-center {
    justify-content: center !important;
  }
  .u-lg-justify-between {
    justify-content: space-between !important;
  }
  .u-lg-justify-around {
    justify-content: space-around !important;
  }
  .u-lg-justify-evenly {
    justify-content: space-evenly !important;
  }
  .u-lg-justify-self-auto {
    justify-self: auto !important;
  }
  .u-lg-justify-self-start {
    justify-self: start !important;
  }
  .u-lg-justify-self-end {
    justify-self: end !important;
  }
  .u-lg-justify-self-center {
    justify-self: center !important;
  }
  .u-lg-justify-self-stretch {
    justify-self: stretch !important;
  }
  .u-lg-align-start {
    align-items: flex-start !important;
  }
  .u-lg-align-end {
    align-items: flex-end !important;
  }
  .u-lg-align-center {
    align-items: center !important;
  }
  .u-lg-align-baseline {
    align-items: baseline !important;
  }
  .u-lg-align-stretch {
    align-items: stretch !important;
  }
  .u-lg-self-auto {
    align-self: auto !important;
  }
  .u-lg-self-start {
    align-self: flex-start !important;
  }
  .u-lg-self-end {
    align-self: flex-end !important;
  }
  .u-lg-self-center {
    align-self: center !important;
  }
  .u-lg-self-stretch {
    align-self: stretch !important;
  }
  .u-lg-place-items-start {
    place-items: start !important;
  }
  .u-lg-place-items-end {
    place-items: end !important;
  }
  .u-lg-place-items-center {
    place-items: center !important;
  }
  .u-lg-place-items-stretch {
    place-items: stretch !important;
  }
  .u-lg-none {
    display: none !important;
  }
  .u-lg-block {
    display: block !important;
  }
  .u-lg-inline {
    display: inline !important;
  }
  .u-lg-inline-block {
    display: inline-block !important;
  }
  .u-lg-table {
    display: table !important;
  }
  .u-lg-table-cell {
    display: table-cell !important;
  }
  .u-lg-flex {
    display: flex !important;
  }
  .u-lg-inline-flex {
    display: inline-flex !important;
  }
  .-lg-row {
    flex-direction: row !important;
  }
  .-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .-lg-column {
    flex-direction: column !important;
  }
  .-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .-lg-wrap {
    flex-wrap: wrap !important;
  }
  .-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .u-lg-grow {
    flex-grow: 1 !important;
  }
  .u-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .u-lg-shrink {
    flex-shrink: 1 !important;
  }
  .u-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .-lg-gap-0 {
    gap: 0rem !important;
  }
  .-lg-gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }
  .-lg-gap-y-0 {
    row-gap: 0rem !important;
  }
  .-lg-gap-1 {
    gap: 0.8rem !important;
  }
  .-lg-gap-x-1 {
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .-lg-gap-y-1 {
    row-gap: 0.8rem !important;
  }
  .-lg-gap-2 {
    gap: 1.6rem !important;
  }
  .-lg-gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }
  .-lg-gap-y-2 {
    row-gap: 1.6rem !important;
  }
  .-lg-gap-3 {
    gap: 2.4rem !important;
  }
  .-lg-gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }
  .-lg-gap-y-3 {
    row-gap: 2.4rem !important;
  }
  .-lg-gap-4 {
    gap: 3.2rem !important;
  }
  .-lg-gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }
  .-lg-gap-y-4 {
    row-gap: 3.2rem !important;
  }
  .-lg-gap-5 {
    gap: 4rem !important;
  }
  .-lg-gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .-lg-gap-y-5 {
    row-gap: 4rem !important;
  }
  .-lg-gap-6 {
    gap: 4.8rem !important;
  }
  .-lg-gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }
  .-lg-gap-y-6 {
    row-gap: 4.8rem !important;
  }
  .-lg-gap-7 {
    gap: 5.6rem !important;
  }
  .-lg-gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }
  .-lg-gap-y-7 {
    row-gap: 5.6rem !important;
  }
  .-lg-gap-8 {
    gap: 6.4rem !important;
  }
  .-lg-gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }
  .-lg-gap-y-8 {
    row-gap: 6.4rem !important;
  }
  .-lg-gap-9 {
    gap: 7.2rem !important;
  }
  .-lg-gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }
  .-lg-gap-y-9 {
    row-gap: 7.2rem !important;
  }
  .-lg-gap-10 {
    gap: 8rem !important;
  }
  .-lg-gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .-lg-gap-y-10 {
    row-gap: 8rem !important;
  }
  .-lg-gap-11 {
    gap: 8.8rem !important;
  }
  .-lg-gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }
  .-lg-gap-y-11 {
    row-gap: 8.8rem !important;
  }
  .-lg-gap-12 {
    gap: 9.6rem !important;
  }
  .-lg-gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }
  .-lg-gap-y-12 {
    row-gap: 9.6rem !important;
  }
  .-lg-gap-13 {
    gap: 10.4rem !important;
  }
  .-lg-gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }
  .-lg-gap-y-13 {
    row-gap: 10.4rem !important;
  }
  .-lg-gap-14 {
    gap: 11.2rem !important;
  }
  .-lg-gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }
  .-lg-gap-y-14 {
    row-gap: 11.2rem !important;
  }
  .-lg-gap-15 {
    gap: 12rem !important;
  }
  .-lg-gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  .-lg-gap-y-15 {
    row-gap: 12rem !important;
  }
  .-lg-gap-16 {
    gap: 12.8rem !important;
  }
  .-lg-gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }
  .-lg-gap-y-16 {
    row-gap: 12.8rem !important;
  }
  .-lg-gap-17 {
    gap: 13.6rem !important;
  }
  .-lg-gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }
  .-lg-gap-y-17 {
    row-gap: 13.6rem !important;
  }
  .-lg-gap-18 {
    gap: 14.4rem !important;
  }
  .-lg-gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }
  .-lg-gap-y-18 {
    row-gap: 14.4rem !important;
  }
  .-lg-gap-19 {
    gap: 15.2rem !important;
  }
  .-lg-gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }
  .-lg-gap-y-19 {
    row-gap: 15.2rem !important;
  }
  .-lg-gap-20 {
    gap: 16rem !important;
  }
  .-lg-gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  .-lg-gap-y-20 {
    row-gap: 16rem !important;
  }
  .u-lg-float-left {
    float: left !important;
  }
  .u-lg-float-right {
    float: right !important;
  }
  .u-lg-float-none {
    float: none !important;
  }
  .u-lg-clear-fix::after {
    content: "";
    display: table;
    clear: both;
  }
  .u-lg-text-xxs {
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }
  .u-lg-text-xs {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
  }
  .u-lg-text-sm {
    font-size: 1.4rem !important;
    line-height: 1.42857 !important;
  }
  .u-lg-text-base {
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
  }
  .u-lg-text-lg {
    font-size: 1.8rem !important;
    line-height: 1.55555 !important;
  }
  .u-lg-text-xl {
    font-size: 2rem !important;
    line-height: 1.4 !important;
  }
  .u-lg-text-xxl {
    font-size: 2.4rem !important;
    line-height: 1.33333 !important;
  }
  .u-lg-text-3xl {
    font-size: 3rem !important;
    line-height: 1.2 !important;
  }
  .u-lg-text-4xl {
    font-size: 3.6rem !important;
    line-height: 1.11111 !important;
  }
  .u-lg-text-5xl {
    font-size: 4.8rem !important;
    line-height: 1 !important;
  }
  .u-lg-text-6xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  .u-lg-text-7xl {
    font-size: 7.2rem !important;
    line-height: 1 !important;
  }
  .u-lg-text-8xl {
    font-size: 9.6rem !important;
    line-height: 1 !important;
  }
  .u-lg-text-9xl {
    font-size: 12.8rem !important;
    line-height: 1 !important;
  }
  .u-lg-grid {
    display: grid !important;
  }
  .-lg-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .-lg-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .-lg-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .-lg-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .-lg-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .-lg-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .-lg-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .-lg-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .-lg-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .-lg-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .-lg-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .-lg-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .-lg-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .-lg-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .-lg-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .-lg-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .-lg-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .-lg-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .-lg-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .-lg-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .-lg-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .-lg-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .-lg-gap-0 {
    gap: 0rem !important;
  }
  .-lg-gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }
  .-lg-gap-y-0 {
    row-gap: 0rem !important;
  }
  .-lg-gap-1 {
    gap: 0.8rem !important;
  }
  .-lg-gap-x-1 {
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .-lg-gap-y-1 {
    row-gap: 0.8rem !important;
  }
  .-lg-gap-2 {
    gap: 1.6rem !important;
  }
  .-lg-gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }
  .-lg-gap-y-2 {
    row-gap: 1.6rem !important;
  }
  .-lg-gap-3 {
    gap: 2.4rem !important;
  }
  .-lg-gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }
  .-lg-gap-y-3 {
    row-gap: 2.4rem !important;
  }
  .-lg-gap-4 {
    gap: 3.2rem !important;
  }
  .-lg-gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }
  .-lg-gap-y-4 {
    row-gap: 3.2rem !important;
  }
  .-lg-gap-5 {
    gap: 4rem !important;
  }
  .-lg-gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .-lg-gap-y-5 {
    row-gap: 4rem !important;
  }
  .-lg-gap-6 {
    gap: 4.8rem !important;
  }
  .-lg-gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }
  .-lg-gap-y-6 {
    row-gap: 4.8rem !important;
  }
  .-lg-gap-7 {
    gap: 5.6rem !important;
  }
  .-lg-gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }
  .-lg-gap-y-7 {
    row-gap: 5.6rem !important;
  }
  .-lg-gap-8 {
    gap: 6.4rem !important;
  }
  .-lg-gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }
  .-lg-gap-y-8 {
    row-gap: 6.4rem !important;
  }
  .-lg-gap-9 {
    gap: 7.2rem !important;
  }
  .-lg-gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }
  .-lg-gap-y-9 {
    row-gap: 7.2rem !important;
  }
  .-lg-gap-10 {
    gap: 8rem !important;
  }
  .-lg-gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .-lg-gap-y-10 {
    row-gap: 8rem !important;
  }
  .-lg-gap-11 {
    gap: 8.8rem !important;
  }
  .-lg-gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }
  .-lg-gap-y-11 {
    row-gap: 8.8rem !important;
  }
  .-lg-gap-12 {
    gap: 9.6rem !important;
  }
  .-lg-gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }
  .-lg-gap-y-12 {
    row-gap: 9.6rem !important;
  }
  .-lg-gap-13 {
    gap: 10.4rem !important;
  }
  .-lg-gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }
  .-lg-gap-y-13 {
    row-gap: 10.4rem !important;
  }
  .-lg-gap-14 {
    gap: 11.2rem !important;
  }
  .-lg-gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }
  .-lg-gap-y-14 {
    row-gap: 11.2rem !important;
  }
  .-lg-gap-15 {
    gap: 12rem !important;
  }
  .-lg-gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  .-lg-gap-y-15 {
    row-gap: 12rem !important;
  }
  .-lg-gap-16 {
    gap: 12.8rem !important;
  }
  .-lg-gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }
  .-lg-gap-y-16 {
    row-gap: 12.8rem !important;
  }
  .-lg-gap-17 {
    gap: 13.6rem !important;
  }
  .-lg-gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }
  .-lg-gap-y-17 {
    row-gap: 13.6rem !important;
  }
  .-lg-gap-18 {
    gap: 14.4rem !important;
  }
  .-lg-gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }
  .-lg-gap-y-18 {
    row-gap: 14.4rem !important;
  }
  .-lg-gap-19 {
    gap: 15.2rem !important;
  }
  .-lg-gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }
  .-lg-gap-y-19 {
    row-gap: 15.2rem !important;
  }
  .-lg-gap-20 {
    gap: 16rem !important;
  }
  .-lg-gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  .-lg-gap-y-20 {
    row-gap: 16rem !important;
  }
  .-lg-col-span-1 {
    grid-column: span 1/span 1;
  }
  .-lg-row-span-1 {
    grid-row: span 1/span 1;
  }
  .-lg-col-span-2 {
    grid-column: span 2/span 2;
  }
  .-lg-row-span-2 {
    grid-row: span 2/span 2;
  }
  .-lg-col-span-3 {
    grid-column: span 3/span 3;
  }
  .-lg-row-span-3 {
    grid-row: span 3/span 3;
  }
  .-lg-col-span-4 {
    grid-column: span 4/span 4;
  }
  .-lg-row-span-4 {
    grid-row: span 4/span 4;
  }
  .-lg-col-span-5 {
    grid-column: span 5/span 5;
  }
  .-lg-row-span-5 {
    grid-row: span 5/span 5;
  }
  .-lg-col-span-6 {
    grid-column: span 6/span 6;
  }
  .-lg-row-span-6 {
    grid-row: span 6/span 6;
  }
  .-lg-col-span-7 {
    grid-column: span 7/span 7;
  }
  .-lg-row-span-7 {
    grid-row: span 7/span 7;
  }
  .-lg-col-span-8 {
    grid-column: span 8/span 8;
  }
  .-lg-row-span-8 {
    grid-row: span 8/span 8;
  }
  .-lg-col-span-9 {
    grid-column: span 9/span 9;
  }
  .-lg-row-span-9 {
    grid-row: span 9/span 9;
  }
  .-lg-col-span-10 {
    grid-column: span 10/span 10;
  }
  .-lg-row-span-10 {
    grid-row: span 10/span 10;
  }
  .-lg-col-span-11 {
    grid-column: span 11/span 11;
  }
  .-lg-row-span-11 {
    grid-row: span 11/span 11;
  }
  .-lg-row-start-1 {
    grid-row-start: 1;
  }
  .-lg-row-end-1 {
    grid-row-end: 1;
  }
  .-lg-row-start-2 {
    grid-row-start: 2;
  }
  .-lg-row-end-2 {
    grid-row-end: 2;
  }
  .-lg-row-start-3 {
    grid-row-start: 3;
  }
  .-lg-row-end-3 {
    grid-row-end: 3;
  }
  .-lg-row-start-4 {
    grid-row-start: 4;
  }
  .-lg-row-end-4 {
    grid-row-end: 4;
  }
  .-lg-row-start-5 {
    grid-row-start: 5;
  }
  .-lg-row-end-5 {
    grid-row-end: 5;
  }
  .-lg-row-start-6 {
    grid-row-start: 6;
  }
  .-lg-row-end-6 {
    grid-row-end: 6;
  }
  .-lg-row-start-7 {
    grid-row-start: 7;
  }
  .-lg-row-end-7 {
    grid-row-end: 7;
  }
  .-lg-row-start-8 {
    grid-row-start: 8;
  }
  .-lg-row-end-8 {
    grid-row-end: 8;
  }
  .-lg-row-start-9 {
    grid-row-start: 9;
  }
  .-lg-row-end-9 {
    grid-row-end: 9;
  }
  .-lg-row-start-10 {
    grid-row-start: 10;
  }
  .-lg-row-end-10 {
    grid-row-end: 10;
  }
  .-lg-row-start-11 {
    grid-row-start: 11;
  }
  .-lg-row-end-11 {
    grid-row-end: 11;
  }
  .-lg-row-start-12 {
    grid-row-start: 12;
  }
  .-lg-row-end-12 {
    grid-row-end: 12;
  }
  .-lg-col-start-1 {
    grid-column-start: 1;
  }
  .-lg-col-end-1 {
    grid-column-end: 1;
  }
  .-lg-col-start-2 {
    grid-column-start: 2;
  }
  .-lg-col-end-2 {
    grid-column-end: 2;
  }
  .-lg-col-start-3 {
    grid-column-start: 3;
  }
  .-lg-col-end-3 {
    grid-column-end: 3;
  }
  .-lg-col-start-4 {
    grid-column-start: 4;
  }
  .-lg-col-end-4 {
    grid-column-end: 4;
  }
  .-lg-col-start-5 {
    grid-column-start: 5;
  }
  .-lg-col-end-5 {
    grid-column-end: 5;
  }
  .-lg-col-start-6 {
    grid-column-start: 6;
  }
  .-lg-col-end-6 {
    grid-column-end: 6;
  }
  .-lg-col-start-7 {
    grid-column-start: 7;
  }
  .-lg-col-end-7 {
    grid-column-end: 7;
  }
  .-lg-col-start-8 {
    grid-column-start: 8;
  }
  .-lg-col-end-8 {
    grid-column-end: 8;
  }
  .-lg-col-start-9 {
    grid-column-start: 9;
  }
  .-lg-col-end-9 {
    grid-column-end: 9;
  }
  .-lg-col-start-10 {
    grid-column-start: 10;
  }
  .-lg-col-end-10 {
    grid-column-end: 10;
  }
  .-lg-col-start-11 {
    grid-column-start: 11;
  }
  .-lg-col-end-11 {
    grid-column-end: 11;
  }
  .-lg-col-start-12 {
    grid-column-start: 12;
  }
  .-lg-col-end-12 {
    grid-column-end: 12;
  }
  .u-lg-m-0 {
    margin: 0rem !important;
  }
  .u-lg-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .u-lg-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-lg-mt-0 {
    margin-top: 0rem !important;
  }
  .u-lg-mr-0 {
    margin-right: 0rem !important;
  }
  .u-lg-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-lg-ml-0 {
    margin-left: 0rem !important;
  }
  .u-lg-neg-m-0 {
    margin: 0rem !important;
  }
  .u-lg-neg-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .u-lg-neg-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-lg-neg-mt-0 {
    margin-top: 0rem !important;
  }
  .u-lg-neg-mr-0 {
    margin-right: 0rem !important;
  }
  .u-lg-neg-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-lg-neg-ml-0 {
    margin-left: 0rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-1 {
    margin: 0.8rem !important;
  }
  .u-lg-mx-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .u-lg-my-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .u-lg-mt-1 {
    margin-top: 0.8rem !important;
  }
  .u-lg-mr-1 {
    margin-right: 0.8rem !important;
  }
  .u-lg-mb-1 {
    margin-bottom: 0.8rem !important;
  }
  .u-lg-ml-1 {
    margin-left: 0.8rem !important;
  }
  .u-lg-neg-m-1 {
    margin: -0.8rem !important;
  }
  .u-lg-neg-mx-1 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .u-lg-neg-my-1 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .u-lg-neg-mt-1 {
    margin-top: -0.8rem !important;
  }
  .u-lg-neg-mr-1 {
    margin-right: -0.8rem !important;
  }
  .u-lg-neg-mb-1 {
    margin-bottom: -0.8rem !important;
  }
  .u-lg-neg-ml-1 {
    margin-left: -0.8rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-2 {
    margin: 1.6rem !important;
  }
  .u-lg-mx-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .u-lg-my-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .u-lg-mt-2 {
    margin-top: 1.6rem !important;
  }
  .u-lg-mr-2 {
    margin-right: 1.6rem !important;
  }
  .u-lg-mb-2 {
    margin-bottom: 1.6rem !important;
  }
  .u-lg-ml-2 {
    margin-left: 1.6rem !important;
  }
  .u-lg-neg-m-2 {
    margin: -1.6rem !important;
  }
  .u-lg-neg-mx-2 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .u-lg-neg-my-2 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .u-lg-neg-mt-2 {
    margin-top: -1.6rem !important;
  }
  .u-lg-neg-mr-2 {
    margin-right: -1.6rem !important;
  }
  .u-lg-neg-mb-2 {
    margin-bottom: -1.6rem !important;
  }
  .u-lg-neg-ml-2 {
    margin-left: -1.6rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-3 {
    margin: 2.4rem !important;
  }
  .u-lg-mx-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .u-lg-my-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .u-lg-mt-3 {
    margin-top: 2.4rem !important;
  }
  .u-lg-mr-3 {
    margin-right: 2.4rem !important;
  }
  .u-lg-mb-3 {
    margin-bottom: 2.4rem !important;
  }
  .u-lg-ml-3 {
    margin-left: 2.4rem !important;
  }
  .u-lg-neg-m-3 {
    margin: -2.4rem !important;
  }
  .u-lg-neg-mx-3 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .u-lg-neg-my-3 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .u-lg-neg-mt-3 {
    margin-top: -2.4rem !important;
  }
  .u-lg-neg-mr-3 {
    margin-right: -2.4rem !important;
  }
  .u-lg-neg-mb-3 {
    margin-bottom: -2.4rem !important;
  }
  .u-lg-neg-ml-3 {
    margin-left: -2.4rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-4 {
    margin: 3.2rem !important;
  }
  .u-lg-mx-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .u-lg-my-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .u-lg-mt-4 {
    margin-top: 3.2rem !important;
  }
  .u-lg-mr-4 {
    margin-right: 3.2rem !important;
  }
  .u-lg-mb-4 {
    margin-bottom: 3.2rem !important;
  }
  .u-lg-ml-4 {
    margin-left: 3.2rem !important;
  }
  .u-lg-neg-m-4 {
    margin: -3.2rem !important;
  }
  .u-lg-neg-mx-4 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .u-lg-neg-my-4 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .u-lg-neg-mt-4 {
    margin-top: -3.2rem !important;
  }
  .u-lg-neg-mr-4 {
    margin-right: -3.2rem !important;
  }
  .u-lg-neg-mb-4 {
    margin-bottom: -3.2rem !important;
  }
  .u-lg-neg-ml-4 {
    margin-left: -3.2rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-5 {
    margin: 4rem !important;
  }
  .u-lg-mx-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .u-lg-my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .u-lg-mt-5 {
    margin-top: 4rem !important;
  }
  .u-lg-mr-5 {
    margin-right: 4rem !important;
  }
  .u-lg-mb-5 {
    margin-bottom: 4rem !important;
  }
  .u-lg-ml-5 {
    margin-left: 4rem !important;
  }
  .u-lg-neg-m-5 {
    margin: -4rem !important;
  }
  .u-lg-neg-mx-5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .u-lg-neg-my-5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .u-lg-neg-mt-5 {
    margin-top: -4rem !important;
  }
  .u-lg-neg-mr-5 {
    margin-right: -4rem !important;
  }
  .u-lg-neg-mb-5 {
    margin-bottom: -4rem !important;
  }
  .u-lg-neg-ml-5 {
    margin-left: -4rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-6 {
    margin: 4.8rem !important;
  }
  .u-lg-mx-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .u-lg-my-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .u-lg-mt-6 {
    margin-top: 4.8rem !important;
  }
  .u-lg-mr-6 {
    margin-right: 4.8rem !important;
  }
  .u-lg-mb-6 {
    margin-bottom: 4.8rem !important;
  }
  .u-lg-ml-6 {
    margin-left: 4.8rem !important;
  }
  .u-lg-neg-m-6 {
    margin: -4.8rem !important;
  }
  .u-lg-neg-mx-6 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .u-lg-neg-my-6 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .u-lg-neg-mt-6 {
    margin-top: -4.8rem !important;
  }
  .u-lg-neg-mr-6 {
    margin-right: -4.8rem !important;
  }
  .u-lg-neg-mb-6 {
    margin-bottom: -4.8rem !important;
  }
  .u-lg-neg-ml-6 {
    margin-left: -4.8rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-7 {
    margin: 5.6rem !important;
  }
  .u-lg-mx-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .u-lg-my-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .u-lg-mt-7 {
    margin-top: 5.6rem !important;
  }
  .u-lg-mr-7 {
    margin-right: 5.6rem !important;
  }
  .u-lg-mb-7 {
    margin-bottom: 5.6rem !important;
  }
  .u-lg-ml-7 {
    margin-left: 5.6rem !important;
  }
  .u-lg-neg-m-7 {
    margin: -5.6rem !important;
  }
  .u-lg-neg-mx-7 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .u-lg-neg-my-7 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .u-lg-neg-mt-7 {
    margin-top: -5.6rem !important;
  }
  .u-lg-neg-mr-7 {
    margin-right: -5.6rem !important;
  }
  .u-lg-neg-mb-7 {
    margin-bottom: -5.6rem !important;
  }
  .u-lg-neg-ml-7 {
    margin-left: -5.6rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-8 {
    margin: 6.4rem !important;
  }
  .u-lg-mx-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .u-lg-my-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .u-lg-mt-8 {
    margin-top: 6.4rem !important;
  }
  .u-lg-mr-8 {
    margin-right: 6.4rem !important;
  }
  .u-lg-mb-8 {
    margin-bottom: 6.4rem !important;
  }
  .u-lg-ml-8 {
    margin-left: 6.4rem !important;
  }
  .u-lg-neg-m-8 {
    margin: -6.4rem !important;
  }
  .u-lg-neg-mx-8 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .u-lg-neg-my-8 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .u-lg-neg-mt-8 {
    margin-top: -6.4rem !important;
  }
  .u-lg-neg-mr-8 {
    margin-right: -6.4rem !important;
  }
  .u-lg-neg-mb-8 {
    margin-bottom: -6.4rem !important;
  }
  .u-lg-neg-ml-8 {
    margin-left: -6.4rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-9 {
    margin: 7.2rem !important;
  }
  .u-lg-mx-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .u-lg-my-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .u-lg-mt-9 {
    margin-top: 7.2rem !important;
  }
  .u-lg-mr-9 {
    margin-right: 7.2rem !important;
  }
  .u-lg-mb-9 {
    margin-bottom: 7.2rem !important;
  }
  .u-lg-ml-9 {
    margin-left: 7.2rem !important;
  }
  .u-lg-neg-m-9 {
    margin: -7.2rem !important;
  }
  .u-lg-neg-mx-9 {
    margin-right: -7.2rem !important;
    margin-left: -7.2rem !important;
  }
  .u-lg-neg-my-9 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
  }
  .u-lg-neg-mt-9 {
    margin-top: -7.2rem !important;
  }
  .u-lg-neg-mr-9 {
    margin-right: -7.2rem !important;
  }
  .u-lg-neg-mb-9 {
    margin-bottom: -7.2rem !important;
  }
  .u-lg-neg-ml-9 {
    margin-left: -7.2rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-10 {
    margin: 8rem !important;
  }
  .u-lg-mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .u-lg-my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .u-lg-mt-10 {
    margin-top: 8rem !important;
  }
  .u-lg-mr-10 {
    margin-right: 8rem !important;
  }
  .u-lg-mb-10 {
    margin-bottom: 8rem !important;
  }
  .u-lg-ml-10 {
    margin-left: 8rem !important;
  }
  .u-lg-neg-m-10 {
    margin: -8rem !important;
  }
  .u-lg-neg-mx-10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .u-lg-neg-my-10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .u-lg-neg-mt-10 {
    margin-top: -8rem !important;
  }
  .u-lg-neg-mr-10 {
    margin-right: -8rem !important;
  }
  .u-lg-neg-mb-10 {
    margin-bottom: -8rem !important;
  }
  .u-lg-neg-ml-10 {
    margin-left: -8rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-11 {
    margin: 8.8rem !important;
  }
  .u-lg-mx-11 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }
  .u-lg-my-11 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }
  .u-lg-mt-11 {
    margin-top: 8.8rem !important;
  }
  .u-lg-mr-11 {
    margin-right: 8.8rem !important;
  }
  .u-lg-mb-11 {
    margin-bottom: 8.8rem !important;
  }
  .u-lg-ml-11 {
    margin-left: 8.8rem !important;
  }
  .u-lg-neg-m-11 {
    margin: -8.8rem !important;
  }
  .u-lg-neg-mx-11 {
    margin-right: -8.8rem !important;
    margin-left: -8.8rem !important;
  }
  .u-lg-neg-my-11 {
    margin-top: -8.8rem !important;
    margin-bottom: -8.8rem !important;
  }
  .u-lg-neg-mt-11 {
    margin-top: -8.8rem !important;
  }
  .u-lg-neg-mr-11 {
    margin-right: -8.8rem !important;
  }
  .u-lg-neg-mb-11 {
    margin-bottom: -8.8rem !important;
  }
  .u-lg-neg-ml-11 {
    margin-left: -8.8rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-12 {
    margin: 9.6rem !important;
  }
  .u-lg-mx-12 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .u-lg-my-12 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .u-lg-mt-12 {
    margin-top: 9.6rem !important;
  }
  .u-lg-mr-12 {
    margin-right: 9.6rem !important;
  }
  .u-lg-mb-12 {
    margin-bottom: 9.6rem !important;
  }
  .u-lg-ml-12 {
    margin-left: 9.6rem !important;
  }
  .u-lg-neg-m-12 {
    margin: -9.6rem !important;
  }
  .u-lg-neg-mx-12 {
    margin-right: -9.6rem !important;
    margin-left: -9.6rem !important;
  }
  .u-lg-neg-my-12 {
    margin-top: -9.6rem !important;
    margin-bottom: -9.6rem !important;
  }
  .u-lg-neg-mt-12 {
    margin-top: -9.6rem !important;
  }
  .u-lg-neg-mr-12 {
    margin-right: -9.6rem !important;
  }
  .u-lg-neg-mb-12 {
    margin-bottom: -9.6rem !important;
  }
  .u-lg-neg-ml-12 {
    margin-left: -9.6rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-13 {
    margin: 10.4rem !important;
  }
  .u-lg-mx-13 {
    margin-right: 10.4rem !important;
    margin-left: 10.4rem !important;
  }
  .u-lg-my-13 {
    margin-top: 10.4rem !important;
    margin-bottom: 10.4rem !important;
  }
  .u-lg-mt-13 {
    margin-top: 10.4rem !important;
  }
  .u-lg-mr-13 {
    margin-right: 10.4rem !important;
  }
  .u-lg-mb-13 {
    margin-bottom: 10.4rem !important;
  }
  .u-lg-ml-13 {
    margin-left: 10.4rem !important;
  }
  .u-lg-neg-m-13 {
    margin: -10.4rem !important;
  }
  .u-lg-neg-mx-13 {
    margin-right: -10.4rem !important;
    margin-left: -10.4rem !important;
  }
  .u-lg-neg-my-13 {
    margin-top: -10.4rem !important;
    margin-bottom: -10.4rem !important;
  }
  .u-lg-neg-mt-13 {
    margin-top: -10.4rem !important;
  }
  .u-lg-neg-mr-13 {
    margin-right: -10.4rem !important;
  }
  .u-lg-neg-mb-13 {
    margin-bottom: -10.4rem !important;
  }
  .u-lg-neg-ml-13 {
    margin-left: -10.4rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-14 {
    margin: 11.2rem !important;
  }
  .u-lg-mx-14 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }
  .u-lg-my-14 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }
  .u-lg-mt-14 {
    margin-top: 11.2rem !important;
  }
  .u-lg-mr-14 {
    margin-right: 11.2rem !important;
  }
  .u-lg-mb-14 {
    margin-bottom: 11.2rem !important;
  }
  .u-lg-ml-14 {
    margin-left: 11.2rem !important;
  }
  .u-lg-neg-m-14 {
    margin: -11.2rem !important;
  }
  .u-lg-neg-mx-14 {
    margin-right: -11.2rem !important;
    margin-left: -11.2rem !important;
  }
  .u-lg-neg-my-14 {
    margin-top: -11.2rem !important;
    margin-bottom: -11.2rem !important;
  }
  .u-lg-neg-mt-14 {
    margin-top: -11.2rem !important;
  }
  .u-lg-neg-mr-14 {
    margin-right: -11.2rem !important;
  }
  .u-lg-neg-mb-14 {
    margin-bottom: -11.2rem !important;
  }
  .u-lg-neg-ml-14 {
    margin-left: -11.2rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-15 {
    margin: 12rem !important;
  }
  .u-lg-mx-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .u-lg-my-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .u-lg-mt-15 {
    margin-top: 12rem !important;
  }
  .u-lg-mr-15 {
    margin-right: 12rem !important;
  }
  .u-lg-mb-15 {
    margin-bottom: 12rem !important;
  }
  .u-lg-ml-15 {
    margin-left: 12rem !important;
  }
  .u-lg-neg-m-15 {
    margin: -12rem !important;
  }
  .u-lg-neg-mx-15 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .u-lg-neg-my-15 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .u-lg-neg-mt-15 {
    margin-top: -12rem !important;
  }
  .u-lg-neg-mr-15 {
    margin-right: -12rem !important;
  }
  .u-lg-neg-mb-15 {
    margin-bottom: -12rem !important;
  }
  .u-lg-neg-ml-15 {
    margin-left: -12rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-16 {
    margin: 12.8rem !important;
  }
  .u-lg-mx-16 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }
  .u-lg-my-16 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
  .u-lg-mt-16 {
    margin-top: 12.8rem !important;
  }
  .u-lg-mr-16 {
    margin-right: 12.8rem !important;
  }
  .u-lg-mb-16 {
    margin-bottom: 12.8rem !important;
  }
  .u-lg-ml-16 {
    margin-left: 12.8rem !important;
  }
  .u-lg-neg-m-16 {
    margin: -12.8rem !important;
  }
  .u-lg-neg-mx-16 {
    margin-right: -12.8rem !important;
    margin-left: -12.8rem !important;
  }
  .u-lg-neg-my-16 {
    margin-top: -12.8rem !important;
    margin-bottom: -12.8rem !important;
  }
  .u-lg-neg-mt-16 {
    margin-top: -12.8rem !important;
  }
  .u-lg-neg-mr-16 {
    margin-right: -12.8rem !important;
  }
  .u-lg-neg-mb-16 {
    margin-bottom: -12.8rem !important;
  }
  .u-lg-neg-ml-16 {
    margin-left: -12.8rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-17 {
    margin: 13.6rem !important;
  }
  .u-lg-mx-17 {
    margin-right: 13.6rem !important;
    margin-left: 13.6rem !important;
  }
  .u-lg-my-17 {
    margin-top: 13.6rem !important;
    margin-bottom: 13.6rem !important;
  }
  .u-lg-mt-17 {
    margin-top: 13.6rem !important;
  }
  .u-lg-mr-17 {
    margin-right: 13.6rem !important;
  }
  .u-lg-mb-17 {
    margin-bottom: 13.6rem !important;
  }
  .u-lg-ml-17 {
    margin-left: 13.6rem !important;
  }
  .u-lg-neg-m-17 {
    margin: -13.6rem !important;
  }
  .u-lg-neg-mx-17 {
    margin-right: -13.6rem !important;
    margin-left: -13.6rem !important;
  }
  .u-lg-neg-my-17 {
    margin-top: -13.6rem !important;
    margin-bottom: -13.6rem !important;
  }
  .u-lg-neg-mt-17 {
    margin-top: -13.6rem !important;
  }
  .u-lg-neg-mr-17 {
    margin-right: -13.6rem !important;
  }
  .u-lg-neg-mb-17 {
    margin-bottom: -13.6rem !important;
  }
  .u-lg-neg-ml-17 {
    margin-left: -13.6rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-18 {
    margin: 14.4rem !important;
  }
  .u-lg-mx-18 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !important;
  }
  .u-lg-my-18 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !important;
  }
  .u-lg-mt-18 {
    margin-top: 14.4rem !important;
  }
  .u-lg-mr-18 {
    margin-right: 14.4rem !important;
  }
  .u-lg-mb-18 {
    margin-bottom: 14.4rem !important;
  }
  .u-lg-ml-18 {
    margin-left: 14.4rem !important;
  }
  .u-lg-neg-m-18 {
    margin: -14.4rem !important;
  }
  .u-lg-neg-mx-18 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }
  .u-lg-neg-my-18 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }
  .u-lg-neg-mt-18 {
    margin-top: -14.4rem !important;
  }
  .u-lg-neg-mr-18 {
    margin-right: -14.4rem !important;
  }
  .u-lg-neg-mb-18 {
    margin-bottom: -14.4rem !important;
  }
  .u-lg-neg-ml-18 {
    margin-left: -14.4rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-19 {
    margin: 15.2rem !important;
  }
  .u-lg-mx-19 {
    margin-right: 15.2rem !important;
    margin-left: 15.2rem !important;
  }
  .u-lg-my-19 {
    margin-top: 15.2rem !important;
    margin-bottom: 15.2rem !important;
  }
  .u-lg-mt-19 {
    margin-top: 15.2rem !important;
  }
  .u-lg-mr-19 {
    margin-right: 15.2rem !important;
  }
  .u-lg-mb-19 {
    margin-bottom: 15.2rem !important;
  }
  .u-lg-ml-19 {
    margin-left: 15.2rem !important;
  }
  .u-lg-neg-m-19 {
    margin: -15.2rem !important;
  }
  .u-lg-neg-mx-19 {
    margin-right: -15.2rem !important;
    margin-left: -15.2rem !important;
  }
  .u-lg-neg-my-19 {
    margin-top: -15.2rem !important;
    margin-bottom: -15.2rem !important;
  }
  .u-lg-neg-mt-19 {
    margin-top: -15.2rem !important;
  }
  .u-lg-neg-mr-19 {
    margin-right: -15.2rem !important;
  }
  .u-lg-neg-mb-19 {
    margin-bottom: -15.2rem !important;
  }
  .u-lg-neg-ml-19 {
    margin-left: -15.2rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-m-20 {
    margin: 16rem !important;
  }
  .u-lg-mx-20 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .u-lg-my-20 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .u-lg-mt-20 {
    margin-top: 16rem !important;
  }
  .u-lg-mr-20 {
    margin-right: 16rem !important;
  }
  .u-lg-mb-20 {
    margin-bottom: 16rem !important;
  }
  .u-lg-ml-20 {
    margin-left: 16rem !important;
  }
  .u-lg-neg-m-20 {
    margin: -16rem !important;
  }
  .u-lg-neg-mx-20 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .u-lg-neg-my-20 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .u-lg-neg-mt-20 {
    margin-top: -16rem !important;
  }
  .u-lg-neg-mr-20 {
    margin-right: -16rem !important;
  }
  .u-lg-neg-mb-20 {
    margin-bottom: -16rem !important;
  }
  .u-lg-neg-ml-20 {
    margin-left: -16rem !important;
  }
  .u-lg-mt-auto {
    margin-top: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mb-auto {
    margin-bottom: auto !important;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-order-0 {
    order: 0 !important;
  }
  .u-lg-order-1 {
    order: 1 !important;
  }
  .u-lg-order-2 {
    order: 2 !important;
  }
  .u-lg-order-3 {
    order: 3 !important;
  }
  .u-lg-order-4 {
    order: 4 !important;
  }
  .u-lg-order-5 {
    order: 5 !important;
  }
  .u-lg-order-6 {
    order: 6 !important;
  }
  .u-lg-order-7 {
    order: 7 !important;
  }
  .u-lg-order-8 {
    order: 8 !important;
  }
  .u-lg-order-9 {
    order: 9 !important;
  }
  .u-lg-order-10 {
    order: 10 !important;
  }
  .u-lg-order-11 {
    order: 11 !important;
  }
  .u-lg-order-12 {
    order: 12 !important;
  }
  .u-lg-order-13 {
    order: 13 !important;
  }
  .u-lg-order-14 {
    order: 14 !important;
  }
  .u-lg-order-15 {
    order: 15 !important;
  }
  .u-lg-order-16 {
    order: 16 !important;
  }
  .u-lg-order-17 {
    order: 17 !important;
  }
  .u-lg-order-18 {
    order: 18 !important;
  }
  .u-lg-order-19 {
    order: 19 !important;
  }
  .u-lg-order-20 {
    order: 20 !important;
  }
  .u-lg-order-21 {
    order: 21 !important;
  }
  .u-lg-order-22 {
    order: 22 !important;
  }
  .u-lg-order-23 {
    order: 23 !important;
  }
  .u-lg-order-24 {
    order: 24 !important;
  }
  .u-lg-order-25 {
    order: 25 !important;
  }
  .u-lg-order-26 {
    order: 26 !important;
  }
  .u-lg-order-27 {
    order: 27 !important;
  }
  .u-lg-order-28 {
    order: 28 !important;
  }
  .u-lg-order-29 {
    order: 29 !important;
  }
  .u-lg-order-30 {
    order: 30 !important;
  }
  .u-lg-order-31 {
    order: 31 !important;
  }
  .u-lg-order-32 {
    order: 32 !important;
  }
  .u-lg-order-33 {
    order: 33 !important;
  }
  .u-lg-order-34 {
    order: 34 !important;
  }
  .u-lg-order-35 {
    order: 35 !important;
  }
  .u-lg-order-36 {
    order: 36 !important;
  }
  .u-lg-order-37 {
    order: 37 !important;
  }
  .u-lg-order-38 {
    order: 38 !important;
  }
  .u-lg-order-39 {
    order: 39 !important;
  }
  .u-lg-order-40 {
    order: 40 !important;
  }
  .u-lg-order-41 {
    order: 41 !important;
  }
  .u-lg-order-42 {
    order: 42 !important;
  }
  .u-lg-order-43 {
    order: 43 !important;
  }
  .u-lg-order-44 {
    order: 44 !important;
  }
  .u-lg-order-45 {
    order: 45 !important;
  }
  .u-lg-order-46 {
    order: 46 !important;
  }
  .u-lg-order-47 {
    order: 47 !important;
  }
  .u-lg-order-48 {
    order: 48 !important;
  }
  .u-lg-order-49 {
    order: 49 !important;
  }
  .u-lg-order-50 {
    order: 50 !important;
  }
  .u-lg-order-51 {
    order: 51 !important;
  }
  .u-lg-order-52 {
    order: 52 !important;
  }
  .u-lg-order-53 {
    order: 53 !important;
  }
  .u-lg-order-54 {
    order: 54 !important;
  }
  .u-lg-order-55 {
    order: 55 !important;
  }
  .u-lg-order-56 {
    order: 56 !important;
  }
  .u-lg-order-57 {
    order: 57 !important;
  }
  .u-lg-order-58 {
    order: 58 !important;
  }
  .u-lg-order-59 {
    order: 59 !important;
  }
  .u-lg-order-60 {
    order: 60 !important;
  }
  .u-lg-order-61 {
    order: 61 !important;
  }
  .u-lg-order-62 {
    order: 62 !important;
  }
  .u-lg-order-63 {
    order: 63 !important;
  }
  .u-lg-order-64 {
    order: 64 !important;
  }
  .u-lg-order-65 {
    order: 65 !important;
  }
  .u-lg-order-66 {
    order: 66 !important;
  }
  .u-lg-order-67 {
    order: 67 !important;
  }
  .u-lg-order-68 {
    order: 68 !important;
  }
  .u-lg-order-69 {
    order: 69 !important;
  }
  .u-lg-order-70 {
    order: 70 !important;
  }
  .u-lg-order-71 {
    order: 71 !important;
  }
  .u-lg-order-72 {
    order: 72 !important;
  }
  .u-lg-order-73 {
    order: 73 !important;
  }
  .u-lg-order-74 {
    order: 74 !important;
  }
  .u-lg-order-75 {
    order: 75 !important;
  }
  .u-lg-order-76 {
    order: 76 !important;
  }
  .u-lg-order-77 {
    order: 77 !important;
  }
  .u-lg-order-78 {
    order: 78 !important;
  }
  .u-lg-order-79 {
    order: 79 !important;
  }
  .u-lg-order-80 {
    order: 80 !important;
  }
  .u-lg-order-81 {
    order: 81 !important;
  }
  .u-lg-order-82 {
    order: 82 !important;
  }
  .u-lg-order-83 {
    order: 83 !important;
  }
  .u-lg-order-84 {
    order: 84 !important;
  }
  .u-lg-order-85 {
    order: 85 !important;
  }
  .u-lg-order-86 {
    order: 86 !important;
  }
  .u-lg-order-87 {
    order: 87 !important;
  }
  .u-lg-order-88 {
    order: 88 !important;
  }
  .u-lg-order-89 {
    order: 89 !important;
  }
  .u-lg-order-90 {
    order: 90 !important;
  }
  .u-lg-order-91 {
    order: 91 !important;
  }
  .u-lg-order-92 {
    order: 92 !important;
  }
  .u-lg-order-93 {
    order: 93 !important;
  }
  .u-lg-order-94 {
    order: 94 !important;
  }
  .u-lg-order-95 {
    order: 95 !important;
  }
  .u-lg-order-96 {
    order: 96 !important;
  }
  .u-lg-order-97 {
    order: 97 !important;
  }
  .u-lg-order-98 {
    order: 98 !important;
  }
  .u-lg-order-99 {
    order: 99 !important;
  }
  .u-lg-order-100 {
    order: 100 !important;
  }
  .u-lg-overflow-visible {
    overflow: visible !important;
  }
  .u-lg-overflow-scroll {
    overflow: scroll !important;
  }
  .u-lg-overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .u-lg-overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .u-lg-overflow-hidden {
    overflow: hidden !important;
  }
  .u-lg-p-0 {
    padding: 0rem !important;
  }
  .u-lg-px-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .u-lg-py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-lg-pt-0 {
    padding-top: 0rem !important;
  }
  .u-lg-pr-0 {
    padding-right: 0rem !important;
  }
  .u-lg-pb-0 {
    padding-bottom: 0rem !important;
  }
  .u-lg-pl-0 {
    padding-left: 0rem !important;
  }
  .u-lg-p-1 {
    padding: 0.8rem !important;
  }
  .u-lg-px-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .u-lg-py-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .u-lg-pt-1 {
    padding-top: 0.8rem !important;
  }
  .u-lg-pr-1 {
    padding-right: 0.8rem !important;
  }
  .u-lg-pb-1 {
    padding-bottom: 0.8rem !important;
  }
  .u-lg-pl-1 {
    padding-left: 0.8rem !important;
  }
  .u-lg-p-2 {
    padding: 1.6rem !important;
  }
  .u-lg-px-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .u-lg-py-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .u-lg-pt-2 {
    padding-top: 1.6rem !important;
  }
  .u-lg-pr-2 {
    padding-right: 1.6rem !important;
  }
  .u-lg-pb-2 {
    padding-bottom: 1.6rem !important;
  }
  .u-lg-pl-2 {
    padding-left: 1.6rem !important;
  }
  .u-lg-p-3 {
    padding: 2.4rem !important;
  }
  .u-lg-px-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .u-lg-py-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .u-lg-pt-3 {
    padding-top: 2.4rem !important;
  }
  .u-lg-pr-3 {
    padding-right: 2.4rem !important;
  }
  .u-lg-pb-3 {
    padding-bottom: 2.4rem !important;
  }
  .u-lg-pl-3 {
    padding-left: 2.4rem !important;
  }
  .u-lg-p-4 {
    padding: 3.2rem !important;
  }
  .u-lg-px-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .u-lg-py-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .u-lg-pt-4 {
    padding-top: 3.2rem !important;
  }
  .u-lg-pr-4 {
    padding-right: 3.2rem !important;
  }
  .u-lg-pb-4 {
    padding-bottom: 3.2rem !important;
  }
  .u-lg-pl-4 {
    padding-left: 3.2rem !important;
  }
  .u-lg-p-5 {
    padding: 4rem !important;
  }
  .u-lg-px-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .u-lg-py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .u-lg-pt-5 {
    padding-top: 4rem !important;
  }
  .u-lg-pr-5 {
    padding-right: 4rem !important;
  }
  .u-lg-pb-5 {
    padding-bottom: 4rem !important;
  }
  .u-lg-pl-5 {
    padding-left: 4rem !important;
  }
  .u-lg-p-6 {
    padding: 4.8rem !important;
  }
  .u-lg-px-6 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .u-lg-py-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .u-lg-pt-6 {
    padding-top: 4.8rem !important;
  }
  .u-lg-pr-6 {
    padding-right: 4.8rem !important;
  }
  .u-lg-pb-6 {
    padding-bottom: 4.8rem !important;
  }
  .u-lg-pl-6 {
    padding-left: 4.8rem !important;
  }
  .u-lg-p-7 {
    padding: 5.6rem !important;
  }
  .u-lg-px-7 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .u-lg-py-7 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .u-lg-pt-7 {
    padding-top: 5.6rem !important;
  }
  .u-lg-pr-7 {
    padding-right: 5.6rem !important;
  }
  .u-lg-pb-7 {
    padding-bottom: 5.6rem !important;
  }
  .u-lg-pl-7 {
    padding-left: 5.6rem !important;
  }
  .u-lg-p-8 {
    padding: 6.4rem !important;
  }
  .u-lg-px-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .u-lg-py-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .u-lg-pt-8 {
    padding-top: 6.4rem !important;
  }
  .u-lg-pr-8 {
    padding-right: 6.4rem !important;
  }
  .u-lg-pb-8 {
    padding-bottom: 6.4rem !important;
  }
  .u-lg-pl-8 {
    padding-left: 6.4rem !important;
  }
  .u-lg-p-9 {
    padding: 7.2rem !important;
  }
  .u-lg-px-9 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .u-lg-py-9 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .u-lg-pt-9 {
    padding-top: 7.2rem !important;
  }
  .u-lg-pr-9 {
    padding-right: 7.2rem !important;
  }
  .u-lg-pb-9 {
    padding-bottom: 7.2rem !important;
  }
  .u-lg-pl-9 {
    padding-left: 7.2rem !important;
  }
  .u-lg-p-10 {
    padding: 8rem !important;
  }
  .u-lg-px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .u-lg-py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .u-lg-pt-10 {
    padding-top: 8rem !important;
  }
  .u-lg-pr-10 {
    padding-right: 8rem !important;
  }
  .u-lg-pb-10 {
    padding-bottom: 8rem !important;
  }
  .u-lg-pl-10 {
    padding-left: 8rem !important;
  }
  .u-lg-p-11 {
    padding: 8.8rem !important;
  }
  .u-lg-px-11 {
    padding-right: 8.8rem !important;
    padding-left: 8.8rem !important;
  }
  .u-lg-py-11 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }
  .u-lg-pt-11 {
    padding-top: 8.8rem !important;
  }
  .u-lg-pr-11 {
    padding-right: 8.8rem !important;
  }
  .u-lg-pb-11 {
    padding-bottom: 8.8rem !important;
  }
  .u-lg-pl-11 {
    padding-left: 8.8rem !important;
  }
  .u-lg-p-12 {
    padding: 9.6rem !important;
  }
  .u-lg-px-12 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .u-lg-py-12 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .u-lg-pt-12 {
    padding-top: 9.6rem !important;
  }
  .u-lg-pr-12 {
    padding-right: 9.6rem !important;
  }
  .u-lg-pb-12 {
    padding-bottom: 9.6rem !important;
  }
  .u-lg-pl-12 {
    padding-left: 9.6rem !important;
  }
  .u-lg-p-13 {
    padding: 10.4rem !important;
  }
  .u-lg-px-13 {
    padding-right: 10.4rem !important;
    padding-left: 10.4rem !important;
  }
  .u-lg-py-13 {
    padding-top: 10.4rem !important;
    padding-bottom: 10.4rem !important;
  }
  .u-lg-pt-13 {
    padding-top: 10.4rem !important;
  }
  .u-lg-pr-13 {
    padding-right: 10.4rem !important;
  }
  .u-lg-pb-13 {
    padding-bottom: 10.4rem !important;
  }
  .u-lg-pl-13 {
    padding-left: 10.4rem !important;
  }
  .u-lg-p-14 {
    padding: 11.2rem !important;
  }
  .u-lg-px-14 {
    padding-right: 11.2rem !important;
    padding-left: 11.2rem !important;
  }
  .u-lg-py-14 {
    padding-top: 11.2rem !important;
    padding-bottom: 11.2rem !important;
  }
  .u-lg-pt-14 {
    padding-top: 11.2rem !important;
  }
  .u-lg-pr-14 {
    padding-right: 11.2rem !important;
  }
  .u-lg-pb-14 {
    padding-bottom: 11.2rem !important;
  }
  .u-lg-pl-14 {
    padding-left: 11.2rem !important;
  }
  .u-lg-p-15 {
    padding: 12rem !important;
  }
  .u-lg-px-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .u-lg-py-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .u-lg-pt-15 {
    padding-top: 12rem !important;
  }
  .u-lg-pr-15 {
    padding-right: 12rem !important;
  }
  .u-lg-pb-15 {
    padding-bottom: 12rem !important;
  }
  .u-lg-pl-15 {
    padding-left: 12rem !important;
  }
  .u-lg-p-16 {
    padding: 12.8rem !important;
  }
  .u-lg-px-16 {
    padding-right: 12.8rem !important;
    padding-left: 12.8rem !important;
  }
  .u-lg-py-16 {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
  .u-lg-pt-16 {
    padding-top: 12.8rem !important;
  }
  .u-lg-pr-16 {
    padding-right: 12.8rem !important;
  }
  .u-lg-pb-16 {
    padding-bottom: 12.8rem !important;
  }
  .u-lg-pl-16 {
    padding-left: 12.8rem !important;
  }
  .u-lg-p-17 {
    padding: 13.6rem !important;
  }
  .u-lg-px-17 {
    padding-right: 13.6rem !important;
    padding-left: 13.6rem !important;
  }
  .u-lg-py-17 {
    padding-top: 13.6rem !important;
    padding-bottom: 13.6rem !important;
  }
  .u-lg-pt-17 {
    padding-top: 13.6rem !important;
  }
  .u-lg-pr-17 {
    padding-right: 13.6rem !important;
  }
  .u-lg-pb-17 {
    padding-bottom: 13.6rem !important;
  }
  .u-lg-pl-17 {
    padding-left: 13.6rem !important;
  }
  .u-lg-p-18 {
    padding: 14.4rem !important;
  }
  .u-lg-px-18 {
    padding-right: 14.4rem !important;
    padding-left: 14.4rem !important;
  }
  .u-lg-py-18 {
    padding-top: 14.4rem !important;
    padding-bottom: 14.4rem !important;
  }
  .u-lg-pt-18 {
    padding-top: 14.4rem !important;
  }
  .u-lg-pr-18 {
    padding-right: 14.4rem !important;
  }
  .u-lg-pb-18 {
    padding-bottom: 14.4rem !important;
  }
  .u-lg-pl-18 {
    padding-left: 14.4rem !important;
  }
  .u-lg-p-19 {
    padding: 15.2rem !important;
  }
  .u-lg-px-19 {
    padding-right: 15.2rem !important;
    padding-left: 15.2rem !important;
  }
  .u-lg-py-19 {
    padding-top: 15.2rem !important;
    padding-bottom: 15.2rem !important;
  }
  .u-lg-pt-19 {
    padding-top: 15.2rem !important;
  }
  .u-lg-pr-19 {
    padding-right: 15.2rem !important;
  }
  .u-lg-pb-19 {
    padding-bottom: 15.2rem !important;
  }
  .u-lg-pl-19 {
    padding-left: 15.2rem !important;
  }
  .u-lg-p-20 {
    padding: 16rem !important;
  }
  .u-lg-px-20 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .u-lg-py-20 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .u-lg-pt-20 {
    padding-top: 16rem !important;
  }
  .u-lg-pr-20 {
    padding-right: 16rem !important;
  }
  .u-lg-pb-20 {
    padding-bottom: 16rem !important;
  }
  .u-lg-pl-20 {
    padding-left: 16rem !important;
  }
  .u-lg-text-left {
    text-align: left !important;
  }
  .u-lg-text-center {
    text-align: center !important;
  }
  .u-lg-text-right {
    text-align: right !important;
  }
  .u-lg-text-justify {
    text-align: justify !important;
  }
  .u-lg-visible {
    visibility: visible !important;
  }
  .u-lg-hidden {
    visibility: hidden !important;
  }
  .u-lg-whitespace-normal {
    white-space: normal !important;
  }
  .u-lg-whitespace-nowrap {
    white-space: nowrap !important;
  }
  .u-lg-w-0 {
    width: 0% !important;
  }
  .u-lg-w-1 {
    width: 1% !important;
  }
  .u-lg-w-2 {
    width: 2% !important;
  }
  .u-lg-w-3 {
    width: 3% !important;
  }
  .u-lg-w-4 {
    width: 4% !important;
  }
  .u-lg-w-5 {
    width: 5% !important;
  }
  .u-lg-w-6 {
    width: 6% !important;
  }
  .u-lg-w-7 {
    width: 7% !important;
  }
  .u-lg-w-8 {
    width: 8% !important;
  }
  .u-lg-w-9 {
    width: 9% !important;
  }
  .u-lg-w-10 {
    width: 10% !important;
  }
  .u-lg-w-11 {
    width: 11% !important;
  }
  .u-lg-w-12 {
    width: 12% !important;
  }
  .u-lg-w-13 {
    width: 13% !important;
  }
  .u-lg-w-14 {
    width: 14% !important;
  }
  .u-lg-w-15 {
    width: 15% !important;
  }
  .u-lg-w-16 {
    width: 16% !important;
  }
  .u-lg-w-17 {
    width: 17% !important;
  }
  .u-lg-w-18 {
    width: 18% !important;
  }
  .u-lg-w-19 {
    width: 19% !important;
  }
  .u-lg-w-20 {
    width: 20% !important;
  }
  .u-lg-w-21 {
    width: 21% !important;
  }
  .u-lg-w-22 {
    width: 22% !important;
  }
  .u-lg-w-23 {
    width: 23% !important;
  }
  .u-lg-w-24 {
    width: 24% !important;
  }
  .u-lg-w-25 {
    width: 25% !important;
  }
  .u-lg-w-26 {
    width: 26% !important;
  }
  .u-lg-w-27 {
    width: 27% !important;
  }
  .u-lg-w-28 {
    width: 28% !important;
  }
  .u-lg-w-29 {
    width: 29% !important;
  }
  .u-lg-w-30 {
    width: 30% !important;
  }
  .u-lg-w-31 {
    width: 31% !important;
  }
  .u-lg-w-32 {
    width: 32% !important;
  }
  .u-lg-w-33 {
    width: 33% !important;
  }
  .u-lg-w-34 {
    width: 34% !important;
  }
  .u-lg-w-35 {
    width: 35% !important;
  }
  .u-lg-w-36 {
    width: 36% !important;
  }
  .u-lg-w-37 {
    width: 37% !important;
  }
  .u-lg-w-38 {
    width: 38% !important;
  }
  .u-lg-w-39 {
    width: 39% !important;
  }
  .u-lg-w-40 {
    width: 40% !important;
  }
  .u-lg-w-41 {
    width: 41% !important;
  }
  .u-lg-w-42 {
    width: 42% !important;
  }
  .u-lg-w-43 {
    width: 43% !important;
  }
  .u-lg-w-44 {
    width: 44% !important;
  }
  .u-lg-w-45 {
    width: 45% !important;
  }
  .u-lg-w-46 {
    width: 46% !important;
  }
  .u-lg-w-47 {
    width: 47% !important;
  }
  .u-lg-w-48 {
    width: 48% !important;
  }
  .u-lg-w-49 {
    width: 49% !important;
  }
  .u-lg-w-50 {
    width: 50% !important;
  }
  .u-lg-w-51 {
    width: 51% !important;
  }
  .u-lg-w-52 {
    width: 52% !important;
  }
  .u-lg-w-53 {
    width: 53% !important;
  }
  .u-lg-w-54 {
    width: 54% !important;
  }
  .u-lg-w-55 {
    width: 55% !important;
  }
  .u-lg-w-56 {
    width: 56% !important;
  }
  .u-lg-w-57 {
    width: 57% !important;
  }
  .u-lg-w-58 {
    width: 58% !important;
  }
  .u-lg-w-59 {
    width: 59% !important;
  }
  .u-lg-w-60 {
    width: 60% !important;
  }
  .u-lg-w-61 {
    width: 61% !important;
  }
  .u-lg-w-62 {
    width: 62% !important;
  }
  .u-lg-w-63 {
    width: 63% !important;
  }
  .u-lg-w-64 {
    width: 64% !important;
  }
  .u-lg-w-65 {
    width: 65% !important;
  }
  .u-lg-w-66 {
    width: 66% !important;
  }
  .u-lg-w-67 {
    width: 67% !important;
  }
  .u-lg-w-68 {
    width: 68% !important;
  }
  .u-lg-w-69 {
    width: 69% !important;
  }
  .u-lg-w-70 {
    width: 70% !important;
  }
  .u-lg-w-71 {
    width: 71% !important;
  }
  .u-lg-w-72 {
    width: 72% !important;
  }
  .u-lg-w-73 {
    width: 73% !important;
  }
  .u-lg-w-74 {
    width: 74% !important;
  }
  .u-lg-w-75 {
    width: 75% !important;
  }
  .u-lg-w-76 {
    width: 76% !important;
  }
  .u-lg-w-77 {
    width: 77% !important;
  }
  .u-lg-w-78 {
    width: 78% !important;
  }
  .u-lg-w-79 {
    width: 79% !important;
  }
  .u-lg-w-80 {
    width: 80% !important;
  }
  .u-lg-w-81 {
    width: 81% !important;
  }
  .u-lg-w-82 {
    width: 82% !important;
  }
  .u-lg-w-83 {
    width: 83% !important;
  }
  .u-lg-w-84 {
    width: 84% !important;
  }
  .u-lg-w-85 {
    width: 85% !important;
  }
  .u-lg-w-86 {
    width: 86% !important;
  }
  .u-lg-w-87 {
    width: 87% !important;
  }
  .u-lg-w-88 {
    width: 88% !important;
  }
  .u-lg-w-89 {
    width: 89% !important;
  }
  .u-lg-w-90 {
    width: 90% !important;
  }
  .u-lg-w-91 {
    width: 91% !important;
  }
  .u-lg-w-92 {
    width: 92% !important;
  }
  .u-lg-w-93 {
    width: 93% !important;
  }
  .u-lg-w-94 {
    width: 94% !important;
  }
  .u-lg-w-95 {
    width: 95% !important;
  }
  .u-lg-w-96 {
    width: 96% !important;
  }
  .u-lg-w-97 {
    width: 97% !important;
  }
  .u-lg-w-98 {
    width: 98% !important;
  }
  .u-lg-w-99 {
    width: 99% !important;
  }
  .u-lg-w-100 {
    width: 100% !important;
  }
  .u-lg-w-0px {
    width: 0px !important;
  }
  .u-lg-w-1px {
    width: 1px !important;
  }
  .u-lg-w-2px {
    width: 2px !important;
  }
  .u-lg-w-3px {
    width: 3px !important;
  }
  .u-lg-w-4px {
    width: 4px !important;
  }
  .u-lg-w-5px {
    width: 5px !important;
  }
  .u-lg-w-6px {
    width: 6px !important;
  }
  .u-lg-w-7px {
    width: 7px !important;
  }
  .u-lg-w-8px {
    width: 8px !important;
  }
  .u-lg-w-9px {
    width: 9px !important;
  }
  .u-lg-w-10px {
    width: 10px !important;
  }
  .u-lg-w-11px {
    width: 11px !important;
  }
  .u-lg-w-12px {
    width: 12px !important;
  }
  .u-lg-w-13px {
    width: 13px !important;
  }
  .u-lg-w-14px {
    width: 14px !important;
  }
  .u-lg-w-15px {
    width: 15px !important;
  }
  .u-lg-w-16px {
    width: 16px !important;
  }
  .u-lg-w-17px {
    width: 17px !important;
  }
  .u-lg-w-18px {
    width: 18px !important;
  }
  .u-lg-w-19px {
    width: 19px !important;
  }
  .u-lg-w-20px {
    width: 20px !important;
  }
  .u-lg-w-21px {
    width: 21px !important;
  }
  .u-lg-w-22px {
    width: 22px !important;
  }
  .u-lg-w-23px {
    width: 23px !important;
  }
  .u-lg-w-24px {
    width: 24px !important;
  }
  .u-lg-w-25px {
    width: 25px !important;
  }
  .u-lg-w-26px {
    width: 26px !important;
  }
  .u-lg-w-27px {
    width: 27px !important;
  }
  .u-lg-w-28px {
    width: 28px !important;
  }
  .u-lg-w-29px {
    width: 29px !important;
  }
  .u-lg-w-30px {
    width: 30px !important;
  }
  .u-lg-w-31px {
    width: 31px !important;
  }
  .u-lg-w-32px {
    width: 32px !important;
  }
  .u-lg-w-33px {
    width: 33px !important;
  }
  .u-lg-w-34px {
    width: 34px !important;
  }
  .u-lg-w-35px {
    width: 35px !important;
  }
  .u-lg-w-36px {
    width: 36px !important;
  }
  .u-lg-w-37px {
    width: 37px !important;
  }
  .u-lg-w-38px {
    width: 38px !important;
  }
  .u-lg-w-39px {
    width: 39px !important;
  }
  .u-lg-w-40px {
    width: 40px !important;
  }
  .u-lg-w-41px {
    width: 41px !important;
  }
  .u-lg-w-42px {
    width: 42px !important;
  }
  .u-lg-w-43px {
    width: 43px !important;
  }
  .u-lg-w-44px {
    width: 44px !important;
  }
  .u-lg-w-45px {
    width: 45px !important;
  }
  .u-lg-w-46px {
    width: 46px !important;
  }
  .u-lg-w-47px {
    width: 47px !important;
  }
  .u-lg-w-48px {
    width: 48px !important;
  }
  .u-lg-w-49px {
    width: 49px !important;
  }
  .u-lg-w-50px {
    width: 50px !important;
  }
  .u-lg-w-51px {
    width: 51px !important;
  }
  .u-lg-w-52px {
    width: 52px !important;
  }
  .u-lg-w-53px {
    width: 53px !important;
  }
  .u-lg-w-54px {
    width: 54px !important;
  }
  .u-lg-w-55px {
    width: 55px !important;
  }
  .u-lg-w-56px {
    width: 56px !important;
  }
  .u-lg-w-57px {
    width: 57px !important;
  }
  .u-lg-w-58px {
    width: 58px !important;
  }
  .u-lg-w-59px {
    width: 59px !important;
  }
  .u-lg-w-60px {
    width: 60px !important;
  }
  .u-lg-w-61px {
    width: 61px !important;
  }
  .u-lg-w-62px {
    width: 62px !important;
  }
  .u-lg-w-63px {
    width: 63px !important;
  }
  .u-lg-w-64px {
    width: 64px !important;
  }
  .u-lg-w-65px {
    width: 65px !important;
  }
  .u-lg-w-66px {
    width: 66px !important;
  }
  .u-lg-w-67px {
    width: 67px !important;
  }
  .u-lg-w-68px {
    width: 68px !important;
  }
  .u-lg-w-69px {
    width: 69px !important;
  }
  .u-lg-w-70px {
    width: 70px !important;
  }
  .u-lg-w-71px {
    width: 71px !important;
  }
  .u-lg-w-72px {
    width: 72px !important;
  }
  .u-lg-w-73px {
    width: 73px !important;
  }
  .u-lg-w-74px {
    width: 74px !important;
  }
  .u-lg-w-75px {
    width: 75px !important;
  }
  .u-lg-w-76px {
    width: 76px !important;
  }
  .u-lg-w-77px {
    width: 77px !important;
  }
  .u-lg-w-78px {
    width: 78px !important;
  }
  .u-lg-w-79px {
    width: 79px !important;
  }
  .u-lg-w-80px {
    width: 80px !important;
  }
  .u-lg-w-81px {
    width: 81px !important;
  }
  .u-lg-w-82px {
    width: 82px !important;
  }
  .u-lg-w-83px {
    width: 83px !important;
  }
  .u-lg-w-84px {
    width: 84px !important;
  }
  .u-lg-w-85px {
    width: 85px !important;
  }
  .u-lg-w-86px {
    width: 86px !important;
  }
  .u-lg-w-87px {
    width: 87px !important;
  }
  .u-lg-w-88px {
    width: 88px !important;
  }
  .u-lg-w-89px {
    width: 89px !important;
  }
  .u-lg-w-90px {
    width: 90px !important;
  }
  .u-lg-w-91px {
    width: 91px !important;
  }
  .u-lg-w-92px {
    width: 92px !important;
  }
  .u-lg-w-93px {
    width: 93px !important;
  }
  .u-lg-w-94px {
    width: 94px !important;
  }
  .u-lg-w-95px {
    width: 95px !important;
  }
  .u-lg-w-96px {
    width: 96px !important;
  }
  .u-lg-w-97px {
    width: 97px !important;
  }
  .u-lg-w-98px {
    width: 98px !important;
  }
  .u-lg-w-99px {
    width: 99px !important;
  }
  .u-lg-w-100px {
    width: 100px !important;
  }
  .u-lg-w-101px {
    width: 101px !important;
  }
  .u-lg-w-102px {
    width: 102px !important;
  }
  .u-lg-w-103px {
    width: 103px !important;
  }
  .u-lg-w-104px {
    width: 104px !important;
  }
  .u-lg-w-105px {
    width: 105px !important;
  }
  .u-lg-w-106px {
    width: 106px !important;
  }
  .u-lg-w-107px {
    width: 107px !important;
  }
  .u-lg-w-108px {
    width: 108px !important;
  }
  .u-lg-w-109px {
    width: 109px !important;
  }
  .u-lg-w-110px {
    width: 110px !important;
  }
  .u-lg-w-111px {
    width: 111px !important;
  }
  .u-lg-w-112px {
    width: 112px !important;
  }
  .u-lg-w-113px {
    width: 113px !important;
  }
  .u-lg-w-114px {
    width: 114px !important;
  }
  .u-lg-w-115px {
    width: 115px !important;
  }
  .u-lg-w-116px {
    width: 116px !important;
  }
  .u-lg-w-117px {
    width: 117px !important;
  }
  .u-lg-w-118px {
    width: 118px !important;
  }
  .u-lg-w-119px {
    width: 119px !important;
  }
  .u-lg-w-120px {
    width: 120px !important;
  }
  .u-lg-w-121px {
    width: 121px !important;
  }
  .u-lg-w-122px {
    width: 122px !important;
  }
  .u-lg-w-123px {
    width: 123px !important;
  }
  .u-lg-w-124px {
    width: 124px !important;
  }
  .u-lg-w-125px {
    width: 125px !important;
  }
  .u-lg-w-126px {
    width: 126px !important;
  }
  .u-lg-w-127px {
    width: 127px !important;
  }
  .u-lg-w-128px {
    width: 128px !important;
  }
  .u-lg-w-129px {
    width: 129px !important;
  }
  .u-lg-w-130px {
    width: 130px !important;
  }
  .u-lg-w-131px {
    width: 131px !important;
  }
  .u-lg-w-132px {
    width: 132px !important;
  }
  .u-lg-w-133px {
    width: 133px !important;
  }
  .u-lg-w-134px {
    width: 134px !important;
  }
  .u-lg-w-135px {
    width: 135px !important;
  }
  .u-lg-w-136px {
    width: 136px !important;
  }
  .u-lg-w-137px {
    width: 137px !important;
  }
  .u-lg-w-138px {
    width: 138px !important;
  }
  .u-lg-w-139px {
    width: 139px !important;
  }
  .u-lg-w-140px {
    width: 140px !important;
  }
  .u-lg-w-141px {
    width: 141px !important;
  }
  .u-lg-w-142px {
    width: 142px !important;
  }
  .u-lg-w-143px {
    width: 143px !important;
  }
  .u-lg-w-144px {
    width: 144px !important;
  }
  .u-lg-w-145px {
    width: 145px !important;
  }
  .u-lg-w-146px {
    width: 146px !important;
  }
  .u-lg-w-147px {
    width: 147px !important;
  }
  .u-lg-w-148px {
    width: 148px !important;
  }
  .u-lg-w-149px {
    width: 149px !important;
  }
  .u-lg-w-150px {
    width: 150px !important;
  }
  .u-lg-w-151px {
    width: 151px !important;
  }
  .u-lg-w-152px {
    width: 152px !important;
  }
  .u-lg-w-153px {
    width: 153px !important;
  }
  .u-lg-w-154px {
    width: 154px !important;
  }
  .u-lg-w-155px {
    width: 155px !important;
  }
  .u-lg-w-156px {
    width: 156px !important;
  }
  .u-lg-w-157px {
    width: 157px !important;
  }
  .u-lg-w-158px {
    width: 158px !important;
  }
  .u-lg-w-159px {
    width: 159px !important;
  }
  .u-lg-w-160px {
    width: 160px !important;
  }
  .u-lg-w-161px {
    width: 161px !important;
  }
  .u-lg-w-162px {
    width: 162px !important;
  }
  .u-lg-w-163px {
    width: 163px !important;
  }
  .u-lg-w-164px {
    width: 164px !important;
  }
  .u-lg-w-165px {
    width: 165px !important;
  }
  .u-lg-w-166px {
    width: 166px !important;
  }
  .u-lg-w-167px {
    width: 167px !important;
  }
  .u-lg-w-168px {
    width: 168px !important;
  }
  .u-lg-w-169px {
    width: 169px !important;
  }
  .u-lg-w-170px {
    width: 170px !important;
  }
  .u-lg-w-171px {
    width: 171px !important;
  }
  .u-lg-w-172px {
    width: 172px !important;
  }
  .u-lg-w-173px {
    width: 173px !important;
  }
  .u-lg-w-174px {
    width: 174px !important;
  }
  .u-lg-w-175px {
    width: 175px !important;
  }
  .u-lg-w-176px {
    width: 176px !important;
  }
  .u-lg-w-177px {
    width: 177px !important;
  }
  .u-lg-w-178px {
    width: 178px !important;
  }
  .u-lg-w-179px {
    width: 179px !important;
  }
  .u-lg-w-180px {
    width: 180px !important;
  }
  .u-lg-w-181px {
    width: 181px !important;
  }
  .u-lg-w-182px {
    width: 182px !important;
  }
  .u-lg-w-183px {
    width: 183px !important;
  }
  .u-lg-w-184px {
    width: 184px !important;
  }
  .u-lg-w-185px {
    width: 185px !important;
  }
  .u-lg-w-186px {
    width: 186px !important;
  }
  .u-lg-w-187px {
    width: 187px !important;
  }
  .u-lg-w-188px {
    width: 188px !important;
  }
  .u-lg-w-189px {
    width: 189px !important;
  }
  .u-lg-w-190px {
    width: 190px !important;
  }
  .u-lg-w-191px {
    width: 191px !important;
  }
  .u-lg-w-192px {
    width: 192px !important;
  }
  .u-lg-w-193px {
    width: 193px !important;
  }
  .u-lg-w-194px {
    width: 194px !important;
  }
  .u-lg-w-195px {
    width: 195px !important;
  }
  .u-lg-w-196px {
    width: 196px !important;
  }
  .u-lg-w-197px {
    width: 197px !important;
  }
  .u-lg-w-198px {
    width: 198px !important;
  }
  .u-lg-w-199px {
    width: 199px !important;
  }
  .u-lg-w-200px {
    width: 200px !important;
  }
  .u-lg-w-201px {
    width: 201px !important;
  }
  .u-lg-w-202px {
    width: 202px !important;
  }
  .u-lg-w-203px {
    width: 203px !important;
  }
  .u-lg-w-204px {
    width: 204px !important;
  }
  .u-lg-w-205px {
    width: 205px !important;
  }
  .u-lg-w-206px {
    width: 206px !important;
  }
  .u-lg-w-207px {
    width: 207px !important;
  }
  .u-lg-w-208px {
    width: 208px !important;
  }
  .u-lg-w-209px {
    width: 209px !important;
  }
  .u-lg-w-210px {
    width: 210px !important;
  }
  .u-lg-w-211px {
    width: 211px !important;
  }
  .u-lg-w-212px {
    width: 212px !important;
  }
  .u-lg-w-213px {
    width: 213px !important;
  }
  .u-lg-w-214px {
    width: 214px !important;
  }
  .u-lg-w-215px {
    width: 215px !important;
  }
  .u-lg-w-216px {
    width: 216px !important;
  }
  .u-lg-w-217px {
    width: 217px !important;
  }
  .u-lg-w-218px {
    width: 218px !important;
  }
  .u-lg-w-219px {
    width: 219px !important;
  }
  .u-lg-w-220px {
    width: 220px !important;
  }
  .u-lg-w-221px {
    width: 221px !important;
  }
  .u-lg-w-222px {
    width: 222px !important;
  }
  .u-lg-w-223px {
    width: 223px !important;
  }
  .u-lg-w-224px {
    width: 224px !important;
  }
  .u-lg-w-225px {
    width: 225px !important;
  }
  .u-lg-w-226px {
    width: 226px !important;
  }
  .u-lg-w-227px {
    width: 227px !important;
  }
  .u-lg-w-228px {
    width: 228px !important;
  }
  .u-lg-w-229px {
    width: 229px !important;
  }
  .u-lg-w-230px {
    width: 230px !important;
  }
  .u-lg-w-231px {
    width: 231px !important;
  }
  .u-lg-w-232px {
    width: 232px !important;
  }
  .u-lg-w-233px {
    width: 233px !important;
  }
  .u-lg-w-234px {
    width: 234px !important;
  }
  .u-lg-w-235px {
    width: 235px !important;
  }
  .u-lg-w-236px {
    width: 236px !important;
  }
  .u-lg-w-237px {
    width: 237px !important;
  }
  .u-lg-w-238px {
    width: 238px !important;
  }
  .u-lg-w-239px {
    width: 239px !important;
  }
  .u-lg-w-240px {
    width: 240px !important;
  }
  .u-lg-w-241px {
    width: 241px !important;
  }
  .u-lg-w-242px {
    width: 242px !important;
  }
  .u-lg-w-243px {
    width: 243px !important;
  }
  .u-lg-w-244px {
    width: 244px !important;
  }
  .u-lg-w-245px {
    width: 245px !important;
  }
  .u-lg-w-246px {
    width: 246px !important;
  }
  .u-lg-w-247px {
    width: 247px !important;
  }
  .u-lg-w-248px {
    width: 248px !important;
  }
  .u-lg-w-249px {
    width: 249px !important;
  }
  .u-lg-w-250px {
    width: 250px !important;
  }
  .u-lg-w-251px {
    width: 251px !important;
  }
  .u-lg-w-252px {
    width: 252px !important;
  }
  .u-lg-w-253px {
    width: 253px !important;
  }
  .u-lg-w-254px {
    width: 254px !important;
  }
  .u-lg-w-255px {
    width: 255px !important;
  }
  .u-lg-w-256px {
    width: 256px !important;
  }
  .u-lg-w-257px {
    width: 257px !important;
  }
  .u-lg-w-258px {
    width: 258px !important;
  }
  .u-lg-w-259px {
    width: 259px !important;
  }
  .u-lg-w-260px {
    width: 260px !important;
  }
  .u-lg-w-261px {
    width: 261px !important;
  }
  .u-lg-w-262px {
    width: 262px !important;
  }
  .u-lg-w-263px {
    width: 263px !important;
  }
  .u-lg-w-264px {
    width: 264px !important;
  }
  .u-lg-w-265px {
    width: 265px !important;
  }
  .u-lg-w-266px {
    width: 266px !important;
  }
  .u-lg-w-267px {
    width: 267px !important;
  }
  .u-lg-w-268px {
    width: 268px !important;
  }
  .u-lg-w-269px {
    width: 269px !important;
  }
  .u-lg-w-270px {
    width: 270px !important;
  }
  .u-lg-w-271px {
    width: 271px !important;
  }
  .u-lg-w-272px {
    width: 272px !important;
  }
  .u-lg-w-273px {
    width: 273px !important;
  }
  .u-lg-w-274px {
    width: 274px !important;
  }
  .u-lg-w-275px {
    width: 275px !important;
  }
  .u-lg-w-276px {
    width: 276px !important;
  }
  .u-lg-w-277px {
    width: 277px !important;
  }
  .u-lg-w-278px {
    width: 278px !important;
  }
  .u-lg-w-279px {
    width: 279px !important;
  }
  .u-lg-w-280px {
    width: 280px !important;
  }
  .u-lg-w-281px {
    width: 281px !important;
  }
  .u-lg-w-282px {
    width: 282px !important;
  }
  .u-lg-w-283px {
    width: 283px !important;
  }
  .u-lg-w-284px {
    width: 284px !important;
  }
  .u-lg-w-285px {
    width: 285px !important;
  }
  .u-lg-w-286px {
    width: 286px !important;
  }
  .u-lg-w-287px {
    width: 287px !important;
  }
  .u-lg-w-288px {
    width: 288px !important;
  }
  .u-lg-w-289px {
    width: 289px !important;
  }
  .u-lg-w-290px {
    width: 290px !important;
  }
  .u-lg-w-291px {
    width: 291px !important;
  }
  .u-lg-w-292px {
    width: 292px !important;
  }
  .u-lg-w-293px {
    width: 293px !important;
  }
  .u-lg-w-294px {
    width: 294px !important;
  }
  .u-lg-w-295px {
    width: 295px !important;
  }
  .u-lg-w-296px {
    width: 296px !important;
  }
  .u-lg-w-297px {
    width: 297px !important;
  }
  .u-lg-w-298px {
    width: 298px !important;
  }
  .u-lg-w-299px {
    width: 299px !important;
  }
  .u-lg-w-300px {
    width: 300px !important;
  }
  .u-lg-w-301px {
    width: 301px !important;
  }
  .u-lg-w-302px {
    width: 302px !important;
  }
  .u-lg-w-303px {
    width: 303px !important;
  }
  .u-lg-w-304px {
    width: 304px !important;
  }
  .u-lg-w-305px {
    width: 305px !important;
  }
  .u-lg-w-306px {
    width: 306px !important;
  }
  .u-lg-w-307px {
    width: 307px !important;
  }
  .u-lg-w-308px {
    width: 308px !important;
  }
  .u-lg-w-309px {
    width: 309px !important;
  }
  .u-lg-w-310px {
    width: 310px !important;
  }
  .u-lg-w-311px {
    width: 311px !important;
  }
  .u-lg-w-312px {
    width: 312px !important;
  }
  .u-lg-w-313px {
    width: 313px !important;
  }
  .u-lg-w-314px {
    width: 314px !important;
  }
  .u-lg-w-315px {
    width: 315px !important;
  }
  .u-lg-w-316px {
    width: 316px !important;
  }
  .u-lg-w-317px {
    width: 317px !important;
  }
  .u-lg-w-318px {
    width: 318px !important;
  }
  .u-lg-w-319px {
    width: 319px !important;
  }
  .u-lg-w-320px {
    width: 320px !important;
  }
  .u-lg-w-321px {
    width: 321px !important;
  }
  .u-lg-w-322px {
    width: 322px !important;
  }
  .u-lg-w-323px {
    width: 323px !important;
  }
  .u-lg-w-324px {
    width: 324px !important;
  }
  .u-lg-w-325px {
    width: 325px !important;
  }
  .u-lg-w-326px {
    width: 326px !important;
  }
  .u-lg-w-327px {
    width: 327px !important;
  }
  .u-lg-w-328px {
    width: 328px !important;
  }
  .u-lg-w-329px {
    width: 329px !important;
  }
  .u-lg-w-330px {
    width: 330px !important;
  }
  .u-lg-w-331px {
    width: 331px !important;
  }
  .u-lg-w-332px {
    width: 332px !important;
  }
  .u-lg-w-333px {
    width: 333px !important;
  }
  .u-lg-w-334px {
    width: 334px !important;
  }
  .u-lg-w-335px {
    width: 335px !important;
  }
  .u-lg-w-336px {
    width: 336px !important;
  }
  .u-lg-w-337px {
    width: 337px !important;
  }
  .u-lg-w-338px {
    width: 338px !important;
  }
  .u-lg-w-339px {
    width: 339px !important;
  }
  .u-lg-w-340px {
    width: 340px !important;
  }
  .u-lg-w-341px {
    width: 341px !important;
  }
  .u-lg-w-342px {
    width: 342px !important;
  }
  .u-lg-w-343px {
    width: 343px !important;
  }
  .u-lg-w-344px {
    width: 344px !important;
  }
  .u-lg-w-345px {
    width: 345px !important;
  }
  .u-lg-w-346px {
    width: 346px !important;
  }
  .u-lg-w-347px {
    width: 347px !important;
  }
  .u-lg-w-348px {
    width: 348px !important;
  }
  .u-lg-w-349px {
    width: 349px !important;
  }
  .u-lg-w-350px {
    width: 350px !important;
  }
  .u-lg-w-351px {
    width: 351px !important;
  }
  .u-lg-w-352px {
    width: 352px !important;
  }
  .u-lg-w-353px {
    width: 353px !important;
  }
  .u-lg-w-354px {
    width: 354px !important;
  }
  .u-lg-w-355px {
    width: 355px !important;
  }
  .u-lg-w-356px {
    width: 356px !important;
  }
  .u-lg-w-357px {
    width: 357px !important;
  }
  .u-lg-w-358px {
    width: 358px !important;
  }
  .u-lg-w-359px {
    width: 359px !important;
  }
  .u-lg-w-360px {
    width: 360px !important;
  }
  .u-lg-w-361px {
    width: 361px !important;
  }
  .u-lg-w-362px {
    width: 362px !important;
  }
  .u-lg-w-363px {
    width: 363px !important;
  }
  .u-lg-w-364px {
    width: 364px !important;
  }
  .u-lg-w-365px {
    width: 365px !important;
  }
  .u-lg-w-366px {
    width: 366px !important;
  }
  .u-lg-w-367px {
    width: 367px !important;
  }
  .u-lg-w-368px {
    width: 368px !important;
  }
  .u-lg-w-369px {
    width: 369px !important;
  }
  .u-lg-w-370px {
    width: 370px !important;
  }
  .u-lg-w-371px {
    width: 371px !important;
  }
  .u-lg-w-372px {
    width: 372px !important;
  }
  .u-lg-w-373px {
    width: 373px !important;
  }
  .u-lg-w-374px {
    width: 374px !important;
  }
  .u-lg-w-375px {
    width: 375px !important;
  }
  .u-lg-w-376px {
    width: 376px !important;
  }
  .u-lg-w-377px {
    width: 377px !important;
  }
  .u-lg-w-378px {
    width: 378px !important;
  }
  .u-lg-w-379px {
    width: 379px !important;
  }
  .u-lg-w-380px {
    width: 380px !important;
  }
  .u-lg-w-381px {
    width: 381px !important;
  }
  .u-lg-w-382px {
    width: 382px !important;
  }
  .u-lg-w-383px {
    width: 383px !important;
  }
  .u-lg-w-384px {
    width: 384px !important;
  }
  .u-lg-w-385px {
    width: 385px !important;
  }
  .u-lg-w-386px {
    width: 386px !important;
  }
  .u-lg-w-387px {
    width: 387px !important;
  }
  .u-lg-w-388px {
    width: 388px !important;
  }
  .u-lg-w-389px {
    width: 389px !important;
  }
  .u-lg-w-390px {
    width: 390px !important;
  }
  .u-lg-w-391px {
    width: 391px !important;
  }
  .u-lg-w-392px {
    width: 392px !important;
  }
  .u-lg-w-393px {
    width: 393px !important;
  }
  .u-lg-w-394px {
    width: 394px !important;
  }
  .u-lg-w-395px {
    width: 395px !important;
  }
  .u-lg-w-396px {
    width: 396px !important;
  }
  .u-lg-w-397px {
    width: 397px !important;
  }
  .u-lg-w-398px {
    width: 398px !important;
  }
  .u-lg-w-399px {
    width: 399px !important;
  }
  .u-lg-w-400px {
    width: 400px !important;
  }
  .u-lg-w-401px {
    width: 401px !important;
  }
  .u-lg-w-402px {
    width: 402px !important;
  }
  .u-lg-w-403px {
    width: 403px !important;
  }
  .u-lg-w-404px {
    width: 404px !important;
  }
  .u-lg-w-405px {
    width: 405px !important;
  }
  .u-lg-w-406px {
    width: 406px !important;
  }
  .u-lg-w-407px {
    width: 407px !important;
  }
  .u-lg-w-408px {
    width: 408px !important;
  }
  .u-lg-w-409px {
    width: 409px !important;
  }
  .u-lg-w-410px {
    width: 410px !important;
  }
  .u-lg-w-411px {
    width: 411px !important;
  }
  .u-lg-w-412px {
    width: 412px !important;
  }
  .u-lg-w-413px {
    width: 413px !important;
  }
  .u-lg-w-414px {
    width: 414px !important;
  }
  .u-lg-w-415px {
    width: 415px !important;
  }
  .u-lg-w-416px {
    width: 416px !important;
  }
  .u-lg-w-417px {
    width: 417px !important;
  }
  .u-lg-w-418px {
    width: 418px !important;
  }
  .u-lg-w-419px {
    width: 419px !important;
  }
  .u-lg-w-420px {
    width: 420px !important;
  }
  .u-lg-w-421px {
    width: 421px !important;
  }
  .u-lg-w-422px {
    width: 422px !important;
  }
  .u-lg-w-423px {
    width: 423px !important;
  }
  .u-lg-w-424px {
    width: 424px !important;
  }
  .u-lg-w-425px {
    width: 425px !important;
  }
  .u-lg-w-426px {
    width: 426px !important;
  }
  .u-lg-w-427px {
    width: 427px !important;
  }
  .u-lg-w-428px {
    width: 428px !important;
  }
  .u-lg-w-429px {
    width: 429px !important;
  }
  .u-lg-w-430px {
    width: 430px !important;
  }
  .u-lg-w-431px {
    width: 431px !important;
  }
  .u-lg-w-432px {
    width: 432px !important;
  }
  .u-lg-w-433px {
    width: 433px !important;
  }
  .u-lg-w-434px {
    width: 434px !important;
  }
  .u-lg-w-435px {
    width: 435px !important;
  }
  .u-lg-w-436px {
    width: 436px !important;
  }
  .u-lg-w-437px {
    width: 437px !important;
  }
  .u-lg-w-438px {
    width: 438px !important;
  }
  .u-lg-w-439px {
    width: 439px !important;
  }
  .u-lg-w-440px {
    width: 440px !important;
  }
  .u-lg-w-441px {
    width: 441px !important;
  }
  .u-lg-w-442px {
    width: 442px !important;
  }
  .u-lg-w-443px {
    width: 443px !important;
  }
  .u-lg-w-444px {
    width: 444px !important;
  }
  .u-lg-w-445px {
    width: 445px !important;
  }
  .u-lg-w-446px {
    width: 446px !important;
  }
  .u-lg-w-447px {
    width: 447px !important;
  }
  .u-lg-w-448px {
    width: 448px !important;
  }
  .u-lg-w-449px {
    width: 449px !important;
  }
  .u-lg-w-450px {
    width: 450px !important;
  }
  .u-lg-w-451px {
    width: 451px !important;
  }
  .u-lg-w-452px {
    width: 452px !important;
  }
  .u-lg-w-453px {
    width: 453px !important;
  }
  .u-lg-w-454px {
    width: 454px !important;
  }
  .u-lg-w-455px {
    width: 455px !important;
  }
  .u-lg-w-456px {
    width: 456px !important;
  }
  .u-lg-w-457px {
    width: 457px !important;
  }
  .u-lg-w-458px {
    width: 458px !important;
  }
  .u-lg-w-459px {
    width: 459px !important;
  }
  .u-lg-w-460px {
    width: 460px !important;
  }
  .u-lg-w-461px {
    width: 461px !important;
  }
  .u-lg-w-462px {
    width: 462px !important;
  }
  .u-lg-w-463px {
    width: 463px !important;
  }
  .u-lg-w-464px {
    width: 464px !important;
  }
  .u-lg-w-465px {
    width: 465px !important;
  }
  .u-lg-w-466px {
    width: 466px !important;
  }
  .u-lg-w-467px {
    width: 467px !important;
  }
  .u-lg-w-468px {
    width: 468px !important;
  }
  .u-lg-w-469px {
    width: 469px !important;
  }
  .u-lg-w-470px {
    width: 470px !important;
  }
  .u-lg-w-471px {
    width: 471px !important;
  }
  .u-lg-w-472px {
    width: 472px !important;
  }
  .u-lg-w-473px {
    width: 473px !important;
  }
  .u-lg-w-474px {
    width: 474px !important;
  }
  .u-lg-w-475px {
    width: 475px !important;
  }
  .u-lg-w-476px {
    width: 476px !important;
  }
  .u-lg-w-477px {
    width: 477px !important;
  }
  .u-lg-w-478px {
    width: 478px !important;
  }
  .u-lg-w-479px {
    width: 479px !important;
  }
  .u-lg-w-480px {
    width: 480px !important;
  }
  .u-lg-w-481px {
    width: 481px !important;
  }
  .u-lg-w-482px {
    width: 482px !important;
  }
  .u-lg-w-483px {
    width: 483px !important;
  }
  .u-lg-w-484px {
    width: 484px !important;
  }
  .u-lg-w-485px {
    width: 485px !important;
  }
  .u-lg-w-486px {
    width: 486px !important;
  }
  .u-lg-w-487px {
    width: 487px !important;
  }
  .u-lg-w-488px {
    width: 488px !important;
  }
  .u-lg-w-489px {
    width: 489px !important;
  }
  .u-lg-w-490px {
    width: 490px !important;
  }
  .u-lg-w-491px {
    width: 491px !important;
  }
  .u-lg-w-492px {
    width: 492px !important;
  }
  .u-lg-w-493px {
    width: 493px !important;
  }
  .u-lg-w-494px {
    width: 494px !important;
  }
  .u-lg-w-495px {
    width: 495px !important;
  }
  .u-lg-w-496px {
    width: 496px !important;
  }
  .u-lg-w-497px {
    width: 497px !important;
  }
  .u-lg-w-498px {
    width: 498px !important;
  }
  .u-lg-w-499px {
    width: 499px !important;
  }
  .u-lg-w-500px {
    width: 500px !important;
  }
  .u-lg-w-501px {
    width: 501px !important;
  }
  .u-lg-w-502px {
    width: 502px !important;
  }
  .u-lg-w-503px {
    width: 503px !important;
  }
  .u-lg-w-504px {
    width: 504px !important;
  }
  .u-lg-w-505px {
    width: 505px !important;
  }
  .u-lg-w-506px {
    width: 506px !important;
  }
  .u-lg-w-507px {
    width: 507px !important;
  }
  .u-lg-w-508px {
    width: 508px !important;
  }
  .u-lg-w-509px {
    width: 509px !important;
  }
  .u-lg-w-510px {
    width: 510px !important;
  }
  .u-lg-w-511px {
    width: 511px !important;
  }
  .u-lg-w-512px {
    width: 512px !important;
  }
  .u-lg-w-513px {
    width: 513px !important;
  }
  .u-lg-w-514px {
    width: 514px !important;
  }
  .u-lg-w-515px {
    width: 515px !important;
  }
  .u-lg-w-516px {
    width: 516px !important;
  }
  .u-lg-w-517px {
    width: 517px !important;
  }
  .u-lg-w-518px {
    width: 518px !important;
  }
  .u-lg-w-519px {
    width: 519px !important;
  }
  .u-lg-w-520px {
    width: 520px !important;
  }
  .u-lg-w-521px {
    width: 521px !important;
  }
  .u-lg-w-522px {
    width: 522px !important;
  }
  .u-lg-w-523px {
    width: 523px !important;
  }
  .u-lg-w-524px {
    width: 524px !important;
  }
  .u-lg-w-525px {
    width: 525px !important;
  }
  .u-lg-w-526px {
    width: 526px !important;
  }
  .u-lg-w-527px {
    width: 527px !important;
  }
  .u-lg-w-528px {
    width: 528px !important;
  }
  .u-lg-w-529px {
    width: 529px !important;
  }
  .u-lg-w-530px {
    width: 530px !important;
  }
  .u-lg-w-531px {
    width: 531px !important;
  }
  .u-lg-w-532px {
    width: 532px !important;
  }
  .u-lg-w-533px {
    width: 533px !important;
  }
  .u-lg-w-534px {
    width: 534px !important;
  }
  .u-lg-w-535px {
    width: 535px !important;
  }
  .u-lg-w-536px {
    width: 536px !important;
  }
  .u-lg-w-537px {
    width: 537px !important;
  }
  .u-lg-w-538px {
    width: 538px !important;
  }
  .u-lg-w-539px {
    width: 539px !important;
  }
  .u-lg-w-540px {
    width: 540px !important;
  }
  .u-lg-w-541px {
    width: 541px !important;
  }
  .u-lg-w-542px {
    width: 542px !important;
  }
  .u-lg-w-543px {
    width: 543px !important;
  }
  .u-lg-w-544px {
    width: 544px !important;
  }
  .u-lg-w-545px {
    width: 545px !important;
  }
  .u-lg-w-546px {
    width: 546px !important;
  }
  .u-lg-w-547px {
    width: 547px !important;
  }
  .u-lg-w-548px {
    width: 548px !important;
  }
  .u-lg-w-549px {
    width: 549px !important;
  }
  .u-lg-w-550px {
    width: 550px !important;
  }
  .u-lg-w-551px {
    width: 551px !important;
  }
  .u-lg-w-552px {
    width: 552px !important;
  }
  .u-lg-w-553px {
    width: 553px !important;
  }
  .u-lg-w-554px {
    width: 554px !important;
  }
  .u-lg-w-555px {
    width: 555px !important;
  }
  .u-lg-w-556px {
    width: 556px !important;
  }
  .u-lg-w-557px {
    width: 557px !important;
  }
  .u-lg-w-558px {
    width: 558px !important;
  }
  .u-lg-w-559px {
    width: 559px !important;
  }
  .u-lg-w-560px {
    width: 560px !important;
  }
  .u-lg-w-561px {
    width: 561px !important;
  }
  .u-lg-w-562px {
    width: 562px !important;
  }
  .u-lg-w-563px {
    width: 563px !important;
  }
  .u-lg-w-564px {
    width: 564px !important;
  }
  .u-lg-w-565px {
    width: 565px !important;
  }
  .u-lg-w-566px {
    width: 566px !important;
  }
  .u-lg-w-567px {
    width: 567px !important;
  }
  .u-lg-w-568px {
    width: 568px !important;
  }
  .u-lg-w-569px {
    width: 569px !important;
  }
  .u-lg-w-570px {
    width: 570px !important;
  }
  .u-lg-w-571px {
    width: 571px !important;
  }
  .u-lg-w-572px {
    width: 572px !important;
  }
  .u-lg-w-573px {
    width: 573px !important;
  }
  .u-lg-w-574px {
    width: 574px !important;
  }
  .u-lg-w-575px {
    width: 575px !important;
  }
  .u-lg-w-576px {
    width: 576px !important;
  }
  .u-lg-w-577px {
    width: 577px !important;
  }
  .u-lg-w-578px {
    width: 578px !important;
  }
  .u-lg-w-579px {
    width: 579px !important;
  }
  .u-lg-w-580px {
    width: 580px !important;
  }
  .u-lg-w-581px {
    width: 581px !important;
  }
  .u-lg-w-582px {
    width: 582px !important;
  }
  .u-lg-w-583px {
    width: 583px !important;
  }
  .u-lg-w-584px {
    width: 584px !important;
  }
  .u-lg-w-585px {
    width: 585px !important;
  }
  .u-lg-w-586px {
    width: 586px !important;
  }
  .u-lg-w-587px {
    width: 587px !important;
  }
  .u-lg-w-588px {
    width: 588px !important;
  }
  .u-lg-w-589px {
    width: 589px !important;
  }
  .u-lg-w-590px {
    width: 590px !important;
  }
  .u-lg-w-591px {
    width: 591px !important;
  }
  .u-lg-w-592px {
    width: 592px !important;
  }
  .u-lg-w-593px {
    width: 593px !important;
  }
  .u-lg-w-594px {
    width: 594px !important;
  }
  .u-lg-w-595px {
    width: 595px !important;
  }
  .u-lg-w-596px {
    width: 596px !important;
  }
  .u-lg-w-597px {
    width: 597px !important;
  }
  .u-lg-w-598px {
    width: 598px !important;
  }
  .u-lg-w-599px {
    width: 599px !important;
  }
  .u-lg-w-600px {
    width: 600px !important;
  }
  .u-lg-w-601px {
    width: 601px !important;
  }
  .u-lg-w-602px {
    width: 602px !important;
  }
  .u-lg-w-603px {
    width: 603px !important;
  }
  .u-lg-w-604px {
    width: 604px !important;
  }
  .u-lg-w-605px {
    width: 605px !important;
  }
  .u-lg-w-606px {
    width: 606px !important;
  }
  .u-lg-w-607px {
    width: 607px !important;
  }
  .u-lg-w-608px {
    width: 608px !important;
  }
  .u-lg-w-609px {
    width: 609px !important;
  }
  .u-lg-w-610px {
    width: 610px !important;
  }
  .u-lg-w-611px {
    width: 611px !important;
  }
  .u-lg-w-612px {
    width: 612px !important;
  }
  .u-lg-w-613px {
    width: 613px !important;
  }
  .u-lg-w-614px {
    width: 614px !important;
  }
  .u-lg-w-615px {
    width: 615px !important;
  }
  .u-lg-w-616px {
    width: 616px !important;
  }
  .u-lg-w-617px {
    width: 617px !important;
  }
  .u-lg-w-618px {
    width: 618px !important;
  }
  .u-lg-w-619px {
    width: 619px !important;
  }
  .u-lg-w-620px {
    width: 620px !important;
  }
  .u-lg-w-621px {
    width: 621px !important;
  }
  .u-lg-w-622px {
    width: 622px !important;
  }
  .u-lg-w-623px {
    width: 623px !important;
  }
  .u-lg-w-624px {
    width: 624px !important;
  }
  .u-lg-w-625px {
    width: 625px !important;
  }
  .u-lg-w-626px {
    width: 626px !important;
  }
  .u-lg-w-627px {
    width: 627px !important;
  }
  .u-lg-w-628px {
    width: 628px !important;
  }
  .u-lg-w-629px {
    width: 629px !important;
  }
  .u-lg-w-630px {
    width: 630px !important;
  }
  .u-lg-w-631px {
    width: 631px !important;
  }
  .u-lg-w-632px {
    width: 632px !important;
  }
  .u-lg-w-633px {
    width: 633px !important;
  }
  .u-lg-w-634px {
    width: 634px !important;
  }
  .u-lg-w-635px {
    width: 635px !important;
  }
  .u-lg-w-636px {
    width: 636px !important;
  }
  .u-lg-w-637px {
    width: 637px !important;
  }
  .u-lg-w-638px {
    width: 638px !important;
  }
  .u-lg-w-639px {
    width: 639px !important;
  }
  .u-lg-w-640px {
    width: 640px !important;
  }
  .u-lg-w-641px {
    width: 641px !important;
  }
  .u-lg-w-642px {
    width: 642px !important;
  }
  .u-lg-w-643px {
    width: 643px !important;
  }
  .u-lg-w-644px {
    width: 644px !important;
  }
  .u-lg-w-645px {
    width: 645px !important;
  }
  .u-lg-w-646px {
    width: 646px !important;
  }
  .u-lg-w-647px {
    width: 647px !important;
  }
  .u-lg-w-648px {
    width: 648px !important;
  }
  .u-lg-w-649px {
    width: 649px !important;
  }
  .u-lg-w-650px {
    width: 650px !important;
  }
  .u-lg-w-651px {
    width: 651px !important;
  }
  .u-lg-w-652px {
    width: 652px !important;
  }
  .u-lg-w-653px {
    width: 653px !important;
  }
  .u-lg-w-654px {
    width: 654px !important;
  }
  .u-lg-w-655px {
    width: 655px !important;
  }
  .u-lg-w-656px {
    width: 656px !important;
  }
  .u-lg-w-657px {
    width: 657px !important;
  }
  .u-lg-w-658px {
    width: 658px !important;
  }
  .u-lg-w-659px {
    width: 659px !important;
  }
  .u-lg-w-660px {
    width: 660px !important;
  }
  .u-lg-w-661px {
    width: 661px !important;
  }
  .u-lg-w-662px {
    width: 662px !important;
  }
  .u-lg-w-663px {
    width: 663px !important;
  }
  .u-lg-w-664px {
    width: 664px !important;
  }
  .u-lg-w-665px {
    width: 665px !important;
  }
  .u-lg-w-666px {
    width: 666px !important;
  }
  .u-lg-w-667px {
    width: 667px !important;
  }
  .u-lg-w-668px {
    width: 668px !important;
  }
  .u-lg-w-669px {
    width: 669px !important;
  }
  .u-lg-w-670px {
    width: 670px !important;
  }
  .u-lg-w-671px {
    width: 671px !important;
  }
  .u-lg-w-672px {
    width: 672px !important;
  }
  .u-lg-w-673px {
    width: 673px !important;
  }
  .u-lg-w-674px {
    width: 674px !important;
  }
  .u-lg-w-675px {
    width: 675px !important;
  }
  .u-lg-w-676px {
    width: 676px !important;
  }
  .u-lg-w-677px {
    width: 677px !important;
  }
  .u-lg-w-678px {
    width: 678px !important;
  }
  .u-lg-w-679px {
    width: 679px !important;
  }
  .u-lg-w-680px {
    width: 680px !important;
  }
  .u-lg-w-681px {
    width: 681px !important;
  }
  .u-lg-w-682px {
    width: 682px !important;
  }
  .u-lg-w-683px {
    width: 683px !important;
  }
  .u-lg-w-684px {
    width: 684px !important;
  }
  .u-lg-w-685px {
    width: 685px !important;
  }
  .u-lg-w-686px {
    width: 686px !important;
  }
  .u-lg-w-687px {
    width: 687px !important;
  }
  .u-lg-w-688px {
    width: 688px !important;
  }
  .u-lg-w-689px {
    width: 689px !important;
  }
  .u-lg-w-690px {
    width: 690px !important;
  }
  .u-lg-w-691px {
    width: 691px !important;
  }
  .u-lg-w-692px {
    width: 692px !important;
  }
  .u-lg-w-693px {
    width: 693px !important;
  }
  .u-lg-w-694px {
    width: 694px !important;
  }
  .u-lg-w-695px {
    width: 695px !important;
  }
  .u-lg-w-696px {
    width: 696px !important;
  }
  .u-lg-w-697px {
    width: 697px !important;
  }
  .u-lg-w-698px {
    width: 698px !important;
  }
  .u-lg-w-699px {
    width: 699px !important;
  }
  .u-lg-w-700px {
    width: 700px !important;
  }
  .u-lg-w-701px {
    width: 701px !important;
  }
  .u-lg-w-702px {
    width: 702px !important;
  }
  .u-lg-w-703px {
    width: 703px !important;
  }
  .u-lg-w-704px {
    width: 704px !important;
  }
  .u-lg-w-705px {
    width: 705px !important;
  }
  .u-lg-w-706px {
    width: 706px !important;
  }
  .u-lg-w-707px {
    width: 707px !important;
  }
  .u-lg-w-708px {
    width: 708px !important;
  }
  .u-lg-w-709px {
    width: 709px !important;
  }
  .u-lg-w-710px {
    width: 710px !important;
  }
  .u-lg-w-711px {
    width: 711px !important;
  }
  .u-lg-w-712px {
    width: 712px !important;
  }
  .u-lg-w-713px {
    width: 713px !important;
  }
  .u-lg-w-714px {
    width: 714px !important;
  }
  .u-lg-w-715px {
    width: 715px !important;
  }
  .u-lg-w-716px {
    width: 716px !important;
  }
  .u-lg-w-717px {
    width: 717px !important;
  }
  .u-lg-w-718px {
    width: 718px !important;
  }
  .u-lg-w-719px {
    width: 719px !important;
  }
  .u-lg-w-720px {
    width: 720px !important;
  }
  .u-lg-w-721px {
    width: 721px !important;
  }
  .u-lg-w-722px {
    width: 722px !important;
  }
  .u-lg-w-723px {
    width: 723px !important;
  }
  .u-lg-w-724px {
    width: 724px !important;
  }
  .u-lg-w-725px {
    width: 725px !important;
  }
  .u-lg-w-726px {
    width: 726px !important;
  }
  .u-lg-w-727px {
    width: 727px !important;
  }
  .u-lg-w-728px {
    width: 728px !important;
  }
  .u-lg-w-729px {
    width: 729px !important;
  }
  .u-lg-w-730px {
    width: 730px !important;
  }
  .u-lg-w-731px {
    width: 731px !important;
  }
  .u-lg-w-732px {
    width: 732px !important;
  }
  .u-lg-w-733px {
    width: 733px !important;
  }
  .u-lg-w-734px {
    width: 734px !important;
  }
  .u-lg-w-735px {
    width: 735px !important;
  }
  .u-lg-w-736px {
    width: 736px !important;
  }
  .u-lg-w-737px {
    width: 737px !important;
  }
  .u-lg-w-738px {
    width: 738px !important;
  }
  .u-lg-w-739px {
    width: 739px !important;
  }
  .u-lg-w-740px {
    width: 740px !important;
  }
  .u-lg-w-741px {
    width: 741px !important;
  }
  .u-lg-w-742px {
    width: 742px !important;
  }
  .u-lg-w-743px {
    width: 743px !important;
  }
  .u-lg-w-744px {
    width: 744px !important;
  }
  .u-lg-w-745px {
    width: 745px !important;
  }
  .u-lg-w-746px {
    width: 746px !important;
  }
  .u-lg-w-747px {
    width: 747px !important;
  }
  .u-lg-w-748px {
    width: 748px !important;
  }
  .u-lg-w-749px {
    width: 749px !important;
  }
  .u-lg-w-750px {
    width: 750px !important;
  }
  .u-lg-w-751px {
    width: 751px !important;
  }
  .u-lg-w-752px {
    width: 752px !important;
  }
  .u-lg-w-753px {
    width: 753px !important;
  }
  .u-lg-w-754px {
    width: 754px !important;
  }
  .u-lg-w-755px {
    width: 755px !important;
  }
  .u-lg-w-756px {
    width: 756px !important;
  }
  .u-lg-w-757px {
    width: 757px !important;
  }
  .u-lg-w-758px {
    width: 758px !important;
  }
  .u-lg-w-759px {
    width: 759px !important;
  }
  .u-lg-w-760px {
    width: 760px !important;
  }
  .u-lg-w-761px {
    width: 761px !important;
  }
  .u-lg-w-762px {
    width: 762px !important;
  }
  .u-lg-w-763px {
    width: 763px !important;
  }
  .u-lg-w-764px {
    width: 764px !important;
  }
  .u-lg-w-765px {
    width: 765px !important;
  }
  .u-lg-w-766px {
    width: 766px !important;
  }
  .u-lg-w-767px {
    width: 767px !important;
  }
  .u-lg-w-768px {
    width: 768px !important;
  }
  .u-lg-w-769px {
    width: 769px !important;
  }
  .u-lg-w-770px {
    width: 770px !important;
  }
  .u-lg-w-771px {
    width: 771px !important;
  }
  .u-lg-w-772px {
    width: 772px !important;
  }
  .u-lg-w-773px {
    width: 773px !important;
  }
  .u-lg-w-774px {
    width: 774px !important;
  }
  .u-lg-w-775px {
    width: 775px !important;
  }
  .u-lg-w-776px {
    width: 776px !important;
  }
  .u-lg-w-777px {
    width: 777px !important;
  }
  .u-lg-w-778px {
    width: 778px !important;
  }
  .u-lg-w-779px {
    width: 779px !important;
  }
  .u-lg-w-780px {
    width: 780px !important;
  }
  .u-lg-w-781px {
    width: 781px !important;
  }
  .u-lg-w-782px {
    width: 782px !important;
  }
  .u-lg-w-783px {
    width: 783px !important;
  }
  .u-lg-w-784px {
    width: 784px !important;
  }
  .u-lg-w-785px {
    width: 785px !important;
  }
  .u-lg-w-786px {
    width: 786px !important;
  }
  .u-lg-w-787px {
    width: 787px !important;
  }
  .u-lg-w-788px {
    width: 788px !important;
  }
  .u-lg-w-789px {
    width: 789px !important;
  }
  .u-lg-w-790px {
    width: 790px !important;
  }
  .u-lg-w-791px {
    width: 791px !important;
  }
  .u-lg-w-792px {
    width: 792px !important;
  }
  .u-lg-w-793px {
    width: 793px !important;
  }
  .u-lg-w-794px {
    width: 794px !important;
  }
  .u-lg-w-795px {
    width: 795px !important;
  }
  .u-lg-w-796px {
    width: 796px !important;
  }
  .u-lg-w-797px {
    width: 797px !important;
  }
  .u-lg-w-798px {
    width: 798px !important;
  }
  .u-lg-w-799px {
    width: 799px !important;
  }
  .u-lg-w-800px {
    width: 800px !important;
  }
  .u-lg-w-801px {
    width: 801px !important;
  }
  .u-lg-w-802px {
    width: 802px !important;
  }
  .u-lg-w-803px {
    width: 803px !important;
  }
  .u-lg-w-804px {
    width: 804px !important;
  }
  .u-lg-w-805px {
    width: 805px !important;
  }
  .u-lg-w-806px {
    width: 806px !important;
  }
  .u-lg-w-807px {
    width: 807px !important;
  }
  .u-lg-w-808px {
    width: 808px !important;
  }
  .u-lg-w-809px {
    width: 809px !important;
  }
  .u-lg-w-810px {
    width: 810px !important;
  }
  .u-lg-w-811px {
    width: 811px !important;
  }
  .u-lg-w-812px {
    width: 812px !important;
  }
  .u-lg-w-813px {
    width: 813px !important;
  }
  .u-lg-w-814px {
    width: 814px !important;
  }
  .u-lg-w-815px {
    width: 815px !important;
  }
  .u-lg-w-816px {
    width: 816px !important;
  }
  .u-lg-w-817px {
    width: 817px !important;
  }
  .u-lg-w-818px {
    width: 818px !important;
  }
  .u-lg-w-819px {
    width: 819px !important;
  }
  .u-lg-w-820px {
    width: 820px !important;
  }
  .u-lg-w-821px {
    width: 821px !important;
  }
  .u-lg-w-822px {
    width: 822px !important;
  }
  .u-lg-w-823px {
    width: 823px !important;
  }
  .u-lg-w-824px {
    width: 824px !important;
  }
  .u-lg-w-825px {
    width: 825px !important;
  }
  .u-lg-w-826px {
    width: 826px !important;
  }
  .u-lg-w-827px {
    width: 827px !important;
  }
  .u-lg-w-828px {
    width: 828px !important;
  }
  .u-lg-w-829px {
    width: 829px !important;
  }
  .u-lg-w-830px {
    width: 830px !important;
  }
  .u-lg-w-831px {
    width: 831px !important;
  }
  .u-lg-w-832px {
    width: 832px !important;
  }
  .u-lg-w-833px {
    width: 833px !important;
  }
  .u-lg-w-834px {
    width: 834px !important;
  }
  .u-lg-w-835px {
    width: 835px !important;
  }
  .u-lg-w-836px {
    width: 836px !important;
  }
  .u-lg-w-837px {
    width: 837px !important;
  }
  .u-lg-w-838px {
    width: 838px !important;
  }
  .u-lg-w-839px {
    width: 839px !important;
  }
  .u-lg-w-840px {
    width: 840px !important;
  }
  .u-lg-w-841px {
    width: 841px !important;
  }
  .u-lg-w-842px {
    width: 842px !important;
  }
  .u-lg-w-843px {
    width: 843px !important;
  }
  .u-lg-w-844px {
    width: 844px !important;
  }
  .u-lg-w-845px {
    width: 845px !important;
  }
  .u-lg-w-846px {
    width: 846px !important;
  }
  .u-lg-w-847px {
    width: 847px !important;
  }
  .u-lg-w-848px {
    width: 848px !important;
  }
  .u-lg-w-849px {
    width: 849px !important;
  }
  .u-lg-w-850px {
    width: 850px !important;
  }
  .u-lg-w-851px {
    width: 851px !important;
  }
  .u-lg-w-852px {
    width: 852px !important;
  }
  .u-lg-w-853px {
    width: 853px !important;
  }
  .u-lg-w-854px {
    width: 854px !important;
  }
  .u-lg-w-855px {
    width: 855px !important;
  }
  .u-lg-w-856px {
    width: 856px !important;
  }
  .u-lg-w-857px {
    width: 857px !important;
  }
  .u-lg-w-858px {
    width: 858px !important;
  }
  .u-lg-w-859px {
    width: 859px !important;
  }
  .u-lg-w-860px {
    width: 860px !important;
  }
  .u-lg-w-861px {
    width: 861px !important;
  }
  .u-lg-w-862px {
    width: 862px !important;
  }
  .u-lg-w-863px {
    width: 863px !important;
  }
  .u-lg-w-864px {
    width: 864px !important;
  }
  .u-lg-w-865px {
    width: 865px !important;
  }
  .u-lg-w-866px {
    width: 866px !important;
  }
  .u-lg-w-867px {
    width: 867px !important;
  }
  .u-lg-w-868px {
    width: 868px !important;
  }
  .u-lg-w-869px {
    width: 869px !important;
  }
  .u-lg-w-870px {
    width: 870px !important;
  }
  .u-lg-w-871px {
    width: 871px !important;
  }
  .u-lg-w-872px {
    width: 872px !important;
  }
  .u-lg-w-873px {
    width: 873px !important;
  }
  .u-lg-w-874px {
    width: 874px !important;
  }
  .u-lg-w-875px {
    width: 875px !important;
  }
  .u-lg-w-876px {
    width: 876px !important;
  }
  .u-lg-w-877px {
    width: 877px !important;
  }
  .u-lg-w-878px {
    width: 878px !important;
  }
  .u-lg-w-879px {
    width: 879px !important;
  }
  .u-lg-w-880px {
    width: 880px !important;
  }
  .u-lg-w-881px {
    width: 881px !important;
  }
  .u-lg-w-882px {
    width: 882px !important;
  }
  .u-lg-w-883px {
    width: 883px !important;
  }
  .u-lg-w-884px {
    width: 884px !important;
  }
  .u-lg-w-885px {
    width: 885px !important;
  }
  .u-lg-w-886px {
    width: 886px !important;
  }
  .u-lg-w-887px {
    width: 887px !important;
  }
  .u-lg-w-888px {
    width: 888px !important;
  }
  .u-lg-w-889px {
    width: 889px !important;
  }
  .u-lg-w-890px {
    width: 890px !important;
  }
  .u-lg-w-891px {
    width: 891px !important;
  }
  .u-lg-w-892px {
    width: 892px !important;
  }
  .u-lg-w-893px {
    width: 893px !important;
  }
  .u-lg-w-894px {
    width: 894px !important;
  }
  .u-lg-w-895px {
    width: 895px !important;
  }
  .u-lg-w-896px {
    width: 896px !important;
  }
  .u-lg-w-897px {
    width: 897px !important;
  }
  .u-lg-w-898px {
    width: 898px !important;
  }
  .u-lg-w-899px {
    width: 899px !important;
  }
  .u-lg-w-900px {
    width: 900px !important;
  }
  .u-lg-w-901px {
    width: 901px !important;
  }
  .u-lg-w-902px {
    width: 902px !important;
  }
  .u-lg-w-903px {
    width: 903px !important;
  }
  .u-lg-w-904px {
    width: 904px !important;
  }
  .u-lg-w-905px {
    width: 905px !important;
  }
  .u-lg-w-906px {
    width: 906px !important;
  }
  .u-lg-w-907px {
    width: 907px !important;
  }
  .u-lg-w-908px {
    width: 908px !important;
  }
  .u-lg-w-909px {
    width: 909px !important;
  }
  .u-lg-w-910px {
    width: 910px !important;
  }
  .u-lg-w-911px {
    width: 911px !important;
  }
  .u-lg-w-912px {
    width: 912px !important;
  }
  .u-lg-w-913px {
    width: 913px !important;
  }
  .u-lg-w-914px {
    width: 914px !important;
  }
  .u-lg-w-915px {
    width: 915px !important;
  }
  .u-lg-w-916px {
    width: 916px !important;
  }
  .u-lg-w-917px {
    width: 917px !important;
  }
  .u-lg-w-918px {
    width: 918px !important;
  }
  .u-lg-w-919px {
    width: 919px !important;
  }
  .u-lg-w-920px {
    width: 920px !important;
  }
  .u-lg-w-921px {
    width: 921px !important;
  }
  .u-lg-w-922px {
    width: 922px !important;
  }
  .u-lg-w-923px {
    width: 923px !important;
  }
  .u-lg-w-924px {
    width: 924px !important;
  }
  .u-lg-w-925px {
    width: 925px !important;
  }
  .u-lg-w-926px {
    width: 926px !important;
  }
  .u-lg-w-927px {
    width: 927px !important;
  }
  .u-lg-w-928px {
    width: 928px !important;
  }
  .u-lg-w-929px {
    width: 929px !important;
  }
  .u-lg-w-930px {
    width: 930px !important;
  }
  .u-lg-w-931px {
    width: 931px !important;
  }
  .u-lg-w-932px {
    width: 932px !important;
  }
  .u-lg-w-933px {
    width: 933px !important;
  }
  .u-lg-w-934px {
    width: 934px !important;
  }
  .u-lg-w-935px {
    width: 935px !important;
  }
  .u-lg-w-936px {
    width: 936px !important;
  }
  .u-lg-w-937px {
    width: 937px !important;
  }
  .u-lg-w-938px {
    width: 938px !important;
  }
  .u-lg-w-939px {
    width: 939px !important;
  }
  .u-lg-w-940px {
    width: 940px !important;
  }
  .u-lg-w-941px {
    width: 941px !important;
  }
  .u-lg-w-942px {
    width: 942px !important;
  }
  .u-lg-w-943px {
    width: 943px !important;
  }
  .u-lg-w-944px {
    width: 944px !important;
  }
  .u-lg-w-945px {
    width: 945px !important;
  }
  .u-lg-w-946px {
    width: 946px !important;
  }
  .u-lg-w-947px {
    width: 947px !important;
  }
  .u-lg-w-948px {
    width: 948px !important;
  }
  .u-lg-w-949px {
    width: 949px !important;
  }
  .u-lg-w-950px {
    width: 950px !important;
  }
  .u-lg-w-951px {
    width: 951px !important;
  }
  .u-lg-w-952px {
    width: 952px !important;
  }
  .u-lg-w-953px {
    width: 953px !important;
  }
  .u-lg-w-954px {
    width: 954px !important;
  }
  .u-lg-w-955px {
    width: 955px !important;
  }
  .u-lg-w-956px {
    width: 956px !important;
  }
  .u-lg-w-957px {
    width: 957px !important;
  }
  .u-lg-w-958px {
    width: 958px !important;
  }
  .u-lg-w-959px {
    width: 959px !important;
  }
  .u-lg-w-960px {
    width: 960px !important;
  }
  .u-lg-w-961px {
    width: 961px !important;
  }
  .u-lg-w-962px {
    width: 962px !important;
  }
  .u-lg-w-963px {
    width: 963px !important;
  }
  .u-lg-w-964px {
    width: 964px !important;
  }
  .u-lg-w-965px {
    width: 965px !important;
  }
  .u-lg-w-966px {
    width: 966px !important;
  }
  .u-lg-w-967px {
    width: 967px !important;
  }
  .u-lg-w-968px {
    width: 968px !important;
  }
  .u-lg-w-969px {
    width: 969px !important;
  }
  .u-lg-w-970px {
    width: 970px !important;
  }
  .u-lg-w-971px {
    width: 971px !important;
  }
  .u-lg-w-972px {
    width: 972px !important;
  }
  .u-lg-w-973px {
    width: 973px !important;
  }
  .u-lg-w-974px {
    width: 974px !important;
  }
  .u-lg-w-975px {
    width: 975px !important;
  }
  .u-lg-w-976px {
    width: 976px !important;
  }
  .u-lg-w-977px {
    width: 977px !important;
  }
  .u-lg-w-978px {
    width: 978px !important;
  }
  .u-lg-w-979px {
    width: 979px !important;
  }
  .u-lg-w-980px {
    width: 980px !important;
  }
  .u-lg-w-981px {
    width: 981px !important;
  }
  .u-lg-w-982px {
    width: 982px !important;
  }
  .u-lg-w-983px {
    width: 983px !important;
  }
  .u-lg-w-984px {
    width: 984px !important;
  }
  .u-lg-w-985px {
    width: 985px !important;
  }
  .u-lg-w-986px {
    width: 986px !important;
  }
  .u-lg-w-987px {
    width: 987px !important;
  }
  .u-lg-w-988px {
    width: 988px !important;
  }
  .u-lg-w-989px {
    width: 989px !important;
  }
  .u-lg-w-990px {
    width: 990px !important;
  }
  .u-lg-w-991px {
    width: 991px !important;
  }
  .u-lg-w-992px {
    width: 992px !important;
  }
  .u-lg-w-993px {
    width: 993px !important;
  }
  .u-lg-w-994px {
    width: 994px !important;
  }
  .u-lg-w-995px {
    width: 995px !important;
  }
  .u-lg-w-996px {
    width: 996px !important;
  }
  .u-lg-w-997px {
    width: 997px !important;
  }
  .u-lg-w-998px {
    width: 998px !important;
  }
  .u-lg-w-999px {
    width: 999px !important;
  }
  .u-lg-w-1000px {
    width: 1000px !important;
  }
  .u-lg-max-w-none {
    max-width: none !important;
  }
  .u-lg-max-w-full {
    max-width: 100% !important;
  }
  .u-lg-min-w-none {
    min-width: auto !important;
  }
  .u-lg-min-w-full {
    min-width: 100% !important;
  }
}
@media screen and (min-width: 1200px){
  .u-xl-border-0 {
    border: 0px solid var(--border_color) !important;
  }
  .u-xl-border-x-0 {
    border-top: none !important;
    border-right: 0px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 0px solid var(--border_color) !important;
  }
  .u-xl-border-y-0 {
    border-top: 0px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 0px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-0 {
    border-top: 0px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-0 {
    border-top: none !important;
    border-right: 0px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-0 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 0px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-0 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 0px solid var(--border_color) !important;
  }
  .u-xl-border-1 {
    border: 1px solid var(--border_color) !important;
  }
  .u-xl-border-x-1 {
    border-top: none !important;
    border-right: 1px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 1px solid var(--border_color) !important;
  }
  .u-xl-border-y-1 {
    border-top: 1px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 1px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-1 {
    border-top: 1px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-1 {
    border-top: none !important;
    border-right: 1px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-1 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-1 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 1px solid var(--border_color) !important;
  }
  .u-xl-border-2 {
    border: 2px solid var(--border_color) !important;
  }
  .u-xl-border-x-2 {
    border-top: none !important;
    border-right: 2px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 2px solid var(--border_color) !important;
  }
  .u-xl-border-y-2 {
    border-top: 2px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 2px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-2 {
    border-top: 2px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-2 {
    border-top: none !important;
    border-right: 2px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-2 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 2px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-2 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 2px solid var(--border_color) !important;
  }
  .u-xl-border-3 {
    border: 3px solid var(--border_color) !important;
  }
  .u-xl-border-x-3 {
    border-top: none !important;
    border-right: 3px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 3px solid var(--border_color) !important;
  }
  .u-xl-border-y-3 {
    border-top: 3px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 3px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-3 {
    border-top: 3px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-3 {
    border-top: none !important;
    border-right: 3px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-3 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 3px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-3 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 3px solid var(--border_color) !important;
  }
  .u-xl-border-4 {
    border: 4px solid var(--border_color) !important;
  }
  .u-xl-border-x-4 {
    border-top: none !important;
    border-right: 4px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 4px solid var(--border_color) !important;
  }
  .u-xl-border-y-4 {
    border-top: 4px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 4px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-4 {
    border-top: 4px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-4 {
    border-top: none !important;
    border-right: 4px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-4 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 4px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-4 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 4px solid var(--border_color) !important;
  }
  .u-xl-border-5 {
    border: 5px solid var(--border_color) !important;
  }
  .u-xl-border-x-5 {
    border-top: none !important;
    border-right: 5px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 5px solid var(--border_color) !important;
  }
  .u-xl-border-y-5 {
    border-top: 5px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 5px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-5 {
    border-top: 5px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-5 {
    border-top: none !important;
    border-right: 5px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-5 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 5px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-5 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 5px solid var(--border_color) !important;
  }
  .u-xl-border-6 {
    border: 6px solid var(--border_color) !important;
  }
  .u-xl-border-x-6 {
    border-top: none !important;
    border-right: 6px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 6px solid var(--border_color) !important;
  }
  .u-xl-border-y-6 {
    border-top: 6px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 6px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-6 {
    border-top: 6px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-6 {
    border-top: none !important;
    border-right: 6px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-6 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 6px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-6 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 6px solid var(--border_color) !important;
  }
  .u-xl-border-7 {
    border: 7px solid var(--border_color) !important;
  }
  .u-xl-border-x-7 {
    border-top: none !important;
    border-right: 7px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 7px solid var(--border_color) !important;
  }
  .u-xl-border-y-7 {
    border-top: 7px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 7px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-7 {
    border-top: 7px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-7 {
    border-top: none !important;
    border-right: 7px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-7 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 7px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-7 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 7px solid var(--border_color) !important;
  }
  .u-xl-border-8 {
    border: 8px solid var(--border_color) !important;
  }
  .u-xl-border-x-8 {
    border-top: none !important;
    border-right: 8px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 8px solid var(--border_color) !important;
  }
  .u-xl-border-y-8 {
    border-top: 8px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 8px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-8 {
    border-top: 8px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-8 {
    border-top: none !important;
    border-right: 8px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-8 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 8px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-8 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 8px solid var(--border_color) !important;
  }
  .u-xl-border-9 {
    border: 9px solid var(--border_color) !important;
  }
  .u-xl-border-x-9 {
    border-top: none !important;
    border-right: 9px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 9px solid var(--border_color) !important;
  }
  .u-xl-border-y-9 {
    border-top: 9px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 9px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-9 {
    border-top: 9px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-9 {
    border-top: none !important;
    border-right: 9px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-9 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 9px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-9 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 9px solid var(--border_color) !important;
  }
  .u-xl-border-10 {
    border: 10px solid var(--border_color) !important;
  }
  .u-xl-border-x-10 {
    border-top: none !important;
    border-right: 10px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 10px solid var(--border_color) !important;
  }
  .u-xl-border-y-10 {
    border-top: 10px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 10px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-10 {
    border-top: 10px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-10 {
    border-top: none !important;
    border-right: 10px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-10 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 10px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-10 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 10px solid var(--border_color) !important;
  }
  .u-xl-border-11 {
    border: 11px solid var(--border_color) !important;
  }
  .u-xl-border-x-11 {
    border-top: none !important;
    border-right: 11px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 11px solid var(--border_color) !important;
  }
  .u-xl-border-y-11 {
    border-top: 11px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 11px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-11 {
    border-top: 11px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-11 {
    border-top: none !important;
    border-right: 11px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-11 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 11px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-11 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 11px solid var(--border_color) !important;
  }
  .u-xl-border-12 {
    border: 12px solid var(--border_color) !important;
  }
  .u-xl-border-x-12 {
    border-top: none !important;
    border-right: 12px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 12px solid var(--border_color) !important;
  }
  .u-xl-border-y-12 {
    border-top: 12px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 12px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-12 {
    border-top: 12px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-12 {
    border-top: none !important;
    border-right: 12px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-12 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 12px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-12 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 12px solid var(--border_color) !important;
  }
  .u-xl-border-13 {
    border: 13px solid var(--border_color) !important;
  }
  .u-xl-border-x-13 {
    border-top: none !important;
    border-right: 13px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 13px solid var(--border_color) !important;
  }
  .u-xl-border-y-13 {
    border-top: 13px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 13px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-13 {
    border-top: 13px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-13 {
    border-top: none !important;
    border-right: 13px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-13 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 13px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-13 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 13px solid var(--border_color) !important;
  }
  .u-xl-border-14 {
    border: 14px solid var(--border_color) !important;
  }
  .u-xl-border-x-14 {
    border-top: none !important;
    border-right: 14px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 14px solid var(--border_color) !important;
  }
  .u-xl-border-y-14 {
    border-top: 14px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 14px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-14 {
    border-top: 14px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-14 {
    border-top: none !important;
    border-right: 14px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-14 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 14px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-14 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 14px solid var(--border_color) !important;
  }
  .u-xl-border-15 {
    border: 15px solid var(--border_color) !important;
  }
  .u-xl-border-x-15 {
    border-top: none !important;
    border-right: 15px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 15px solid var(--border_color) !important;
  }
  .u-xl-border-y-15 {
    border-top: 15px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 15px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-15 {
    border-top: 15px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-15 {
    border-top: none !important;
    border-right: 15px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-15 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 15px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-15 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 15px solid var(--border_color) !important;
  }
  .u-xl-border-16 {
    border: 16px solid var(--border_color) !important;
  }
  .u-xl-border-x-16 {
    border-top: none !important;
    border-right: 16px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 16px solid var(--border_color) !important;
  }
  .u-xl-border-y-16 {
    border-top: 16px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 16px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-16 {
    border-top: 16px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-16 {
    border-top: none !important;
    border-right: 16px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-16 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 16px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-16 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 16px solid var(--border_color) !important;
  }
  .u-xl-border-17 {
    border: 17px solid var(--border_color) !important;
  }
  .u-xl-border-x-17 {
    border-top: none !important;
    border-right: 17px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 17px solid var(--border_color) !important;
  }
  .u-xl-border-y-17 {
    border-top: 17px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 17px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-17 {
    border-top: 17px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-17 {
    border-top: none !important;
    border-right: 17px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-17 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 17px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-17 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 17px solid var(--border_color) !important;
  }
  .u-xl-border-18 {
    border: 18px solid var(--border_color) !important;
  }
  .u-xl-border-x-18 {
    border-top: none !important;
    border-right: 18px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 18px solid var(--border_color) !important;
  }
  .u-xl-border-y-18 {
    border-top: 18px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 18px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-18 {
    border-top: 18px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-18 {
    border-top: none !important;
    border-right: 18px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-18 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 18px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-18 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 18px solid var(--border_color) !important;
  }
  .u-xl-border-19 {
    border: 19px solid var(--border_color) !important;
  }
  .u-xl-border-x-19 {
    border-top: none !important;
    border-right: 19px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 19px solid var(--border_color) !important;
  }
  .u-xl-border-y-19 {
    border-top: 19px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 19px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-19 {
    border-top: 19px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-19 {
    border-top: none !important;
    border-right: 19px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-19 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 19px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-19 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 19px solid var(--border_color) !important;
  }
  .u-xl-border-20 {
    border: 20px solid var(--border_color) !important;
  }
  .u-xl-border-x-20 {
    border-top: none !important;
    border-right: 20px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 20px solid var(--border_color) !important;
  }
  .u-xl-border-y-20 {
    border-top: 20px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 20px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-20 {
    border-top: 20px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-20 {
    border-top: none !important;
    border-right: 20px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-20 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 20px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-20 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 20px solid var(--border_color) !important;
  }
  .u-xl-border-21 {
    border: 21px solid var(--border_color) !important;
  }
  .u-xl-border-x-21 {
    border-top: none !important;
    border-right: 21px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 21px solid var(--border_color) !important;
  }
  .u-xl-border-y-21 {
    border-top: 21px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 21px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-21 {
    border-top: 21px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-21 {
    border-top: none !important;
    border-right: 21px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-21 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 21px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-21 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 21px solid var(--border_color) !important;
  }
  .u-xl-border-22 {
    border: 22px solid var(--border_color) !important;
  }
  .u-xl-border-x-22 {
    border-top: none !important;
    border-right: 22px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 22px solid var(--border_color) !important;
  }
  .u-xl-border-y-22 {
    border-top: 22px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 22px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-22 {
    border-top: 22px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-22 {
    border-top: none !important;
    border-right: 22px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-22 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 22px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-22 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 22px solid var(--border_color) !important;
  }
  .u-xl-border-23 {
    border: 23px solid var(--border_color) !important;
  }
  .u-xl-border-x-23 {
    border-top: none !important;
    border-right: 23px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 23px solid var(--border_color) !important;
  }
  .u-xl-border-y-23 {
    border-top: 23px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 23px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-23 {
    border-top: 23px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-23 {
    border-top: none !important;
    border-right: 23px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-23 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 23px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-23 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 23px solid var(--border_color) !important;
  }
  .u-xl-border-24 {
    border: 24px solid var(--border_color) !important;
  }
  .u-xl-border-x-24 {
    border-top: none !important;
    border-right: 24px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 24px solid var(--border_color) !important;
  }
  .u-xl-border-y-24 {
    border-top: 24px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 24px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-24 {
    border-top: 24px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-24 {
    border-top: none !important;
    border-right: 24px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-24 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 24px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-24 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 24px solid var(--border_color) !important;
  }
  .u-xl-border-25 {
    border: 25px solid var(--border_color) !important;
  }
  .u-xl-border-x-25 {
    border-top: none !important;
    border-right: 25px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 25px solid var(--border_color) !important;
  }
  .u-xl-border-y-25 {
    border-top: 25px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 25px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-25 {
    border-top: 25px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-25 {
    border-top: none !important;
    border-right: 25px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-25 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 25px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-25 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 25px solid var(--border_color) !important;
  }
  .u-xl-border-26 {
    border: 26px solid var(--border_color) !important;
  }
  .u-xl-border-x-26 {
    border-top: none !important;
    border-right: 26px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 26px solid var(--border_color) !important;
  }
  .u-xl-border-y-26 {
    border-top: 26px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 26px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-26 {
    border-top: 26px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-26 {
    border-top: none !important;
    border-right: 26px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-26 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 26px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-26 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 26px solid var(--border_color) !important;
  }
  .u-xl-border-27 {
    border: 27px solid var(--border_color) !important;
  }
  .u-xl-border-x-27 {
    border-top: none !important;
    border-right: 27px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 27px solid var(--border_color) !important;
  }
  .u-xl-border-y-27 {
    border-top: 27px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 27px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-27 {
    border-top: 27px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-27 {
    border-top: none !important;
    border-right: 27px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-27 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 27px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-27 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 27px solid var(--border_color) !important;
  }
  .u-xl-border-28 {
    border: 28px solid var(--border_color) !important;
  }
  .u-xl-border-x-28 {
    border-top: none !important;
    border-right: 28px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 28px solid var(--border_color) !important;
  }
  .u-xl-border-y-28 {
    border-top: 28px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 28px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-28 {
    border-top: 28px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-28 {
    border-top: none !important;
    border-right: 28px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-28 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 28px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-28 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 28px solid var(--border_color) !important;
  }
  .u-xl-border-29 {
    border: 29px solid var(--border_color) !important;
  }
  .u-xl-border-x-29 {
    border-top: none !important;
    border-right: 29px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 29px solid var(--border_color) !important;
  }
  .u-xl-border-y-29 {
    border-top: 29px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 29px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-29 {
    border-top: 29px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-29 {
    border-top: none !important;
    border-right: 29px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-29 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 29px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-29 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 29px solid var(--border_color) !important;
  }
  .u-xl-border-30 {
    border: 30px solid var(--border_color) !important;
  }
  .u-xl-border-x-30 {
    border-top: none !important;
    border-right: 30px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 30px solid var(--border_color) !important;
  }
  .u-xl-border-y-30 {
    border-top: 30px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 30px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-30 {
    border-top: 30px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-30 {
    border-top: none !important;
    border-right: 30px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-30 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 30px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-30 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 30px solid var(--border_color) !important;
  }
  .u-xl-border-31 {
    border: 31px solid var(--border_color) !important;
  }
  .u-xl-border-x-31 {
    border-top: none !important;
    border-right: 31px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 31px solid var(--border_color) !important;
  }
  .u-xl-border-y-31 {
    border-top: 31px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 31px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-31 {
    border-top: 31px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-31 {
    border-top: none !important;
    border-right: 31px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-31 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 31px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-31 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 31px solid var(--border_color) !important;
  }
  .u-xl-border-32 {
    border: 32px solid var(--border_color) !important;
  }
  .u-xl-border-x-32 {
    border-top: none !important;
    border-right: 32px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 32px solid var(--border_color) !important;
  }
  .u-xl-border-y-32 {
    border-top: 32px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 32px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-32 {
    border-top: 32px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-32 {
    border-top: none !important;
    border-right: 32px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-32 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 32px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-32 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 32px solid var(--border_color) !important;
  }
  .u-xl-border-33 {
    border: 33px solid var(--border_color) !important;
  }
  .u-xl-border-x-33 {
    border-top: none !important;
    border-right: 33px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 33px solid var(--border_color) !important;
  }
  .u-xl-border-y-33 {
    border-top: 33px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 33px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-33 {
    border-top: 33px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-33 {
    border-top: none !important;
    border-right: 33px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-33 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 33px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-33 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 33px solid var(--border_color) !important;
  }
  .u-xl-border-34 {
    border: 34px solid var(--border_color) !important;
  }
  .u-xl-border-x-34 {
    border-top: none !important;
    border-right: 34px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 34px solid var(--border_color) !important;
  }
  .u-xl-border-y-34 {
    border-top: 34px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 34px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-34 {
    border-top: 34px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-34 {
    border-top: none !important;
    border-right: 34px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-34 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 34px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-34 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 34px solid var(--border_color) !important;
  }
  .u-xl-border-35 {
    border: 35px solid var(--border_color) !important;
  }
  .u-xl-border-x-35 {
    border-top: none !important;
    border-right: 35px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 35px solid var(--border_color) !important;
  }
  .u-xl-border-y-35 {
    border-top: 35px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 35px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-35 {
    border-top: 35px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-35 {
    border-top: none !important;
    border-right: 35px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-35 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 35px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-35 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 35px solid var(--border_color) !important;
  }
  .u-xl-border-36 {
    border: 36px solid var(--border_color) !important;
  }
  .u-xl-border-x-36 {
    border-top: none !important;
    border-right: 36px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 36px solid var(--border_color) !important;
  }
  .u-xl-border-y-36 {
    border-top: 36px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 36px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-36 {
    border-top: 36px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-36 {
    border-top: none !important;
    border-right: 36px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-36 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 36px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-36 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 36px solid var(--border_color) !important;
  }
  .u-xl-border-37 {
    border: 37px solid var(--border_color) !important;
  }
  .u-xl-border-x-37 {
    border-top: none !important;
    border-right: 37px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 37px solid var(--border_color) !important;
  }
  .u-xl-border-y-37 {
    border-top: 37px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 37px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-37 {
    border-top: 37px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-37 {
    border-top: none !important;
    border-right: 37px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-37 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 37px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-37 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 37px solid var(--border_color) !important;
  }
  .u-xl-border-38 {
    border: 38px solid var(--border_color) !important;
  }
  .u-xl-border-x-38 {
    border-top: none !important;
    border-right: 38px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 38px solid var(--border_color) !important;
  }
  .u-xl-border-y-38 {
    border-top: 38px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 38px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-38 {
    border-top: 38px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-38 {
    border-top: none !important;
    border-right: 38px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-38 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 38px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-38 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 38px solid var(--border_color) !important;
  }
  .u-xl-border-39 {
    border: 39px solid var(--border_color) !important;
  }
  .u-xl-border-x-39 {
    border-top: none !important;
    border-right: 39px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 39px solid var(--border_color) !important;
  }
  .u-xl-border-y-39 {
    border-top: 39px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 39px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-39 {
    border-top: 39px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-39 {
    border-top: none !important;
    border-right: 39px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-39 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 39px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-39 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 39px solid var(--border_color) !important;
  }
  .u-xl-border-40 {
    border: 40px solid var(--border_color) !important;
  }
  .u-xl-border-x-40 {
    border-top: none !important;
    border-right: 40px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 40px solid var(--border_color) !important;
  }
  .u-xl-border-y-40 {
    border-top: 40px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 40px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-40 {
    border-top: 40px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-40 {
    border-top: none !important;
    border-right: 40px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-40 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 40px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-40 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 40px solid var(--border_color) !important;
  }
  .u-xl-border-41 {
    border: 41px solid var(--border_color) !important;
  }
  .u-xl-border-x-41 {
    border-top: none !important;
    border-right: 41px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 41px solid var(--border_color) !important;
  }
  .u-xl-border-y-41 {
    border-top: 41px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 41px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-41 {
    border-top: 41px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-41 {
    border-top: none !important;
    border-right: 41px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-41 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 41px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-41 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 41px solid var(--border_color) !important;
  }
  .u-xl-border-42 {
    border: 42px solid var(--border_color) !important;
  }
  .u-xl-border-x-42 {
    border-top: none !important;
    border-right: 42px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 42px solid var(--border_color) !important;
  }
  .u-xl-border-y-42 {
    border-top: 42px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 42px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-42 {
    border-top: 42px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-42 {
    border-top: none !important;
    border-right: 42px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-42 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 42px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-42 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 42px solid var(--border_color) !important;
  }
  .u-xl-border-43 {
    border: 43px solid var(--border_color) !important;
  }
  .u-xl-border-x-43 {
    border-top: none !important;
    border-right: 43px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 43px solid var(--border_color) !important;
  }
  .u-xl-border-y-43 {
    border-top: 43px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 43px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-43 {
    border-top: 43px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-43 {
    border-top: none !important;
    border-right: 43px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-43 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 43px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-43 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 43px solid var(--border_color) !important;
  }
  .u-xl-border-44 {
    border: 44px solid var(--border_color) !important;
  }
  .u-xl-border-x-44 {
    border-top: none !important;
    border-right: 44px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 44px solid var(--border_color) !important;
  }
  .u-xl-border-y-44 {
    border-top: 44px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 44px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-44 {
    border-top: 44px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-44 {
    border-top: none !important;
    border-right: 44px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-44 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 44px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-44 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 44px solid var(--border_color) !important;
  }
  .u-xl-border-45 {
    border: 45px solid var(--border_color) !important;
  }
  .u-xl-border-x-45 {
    border-top: none !important;
    border-right: 45px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 45px solid var(--border_color) !important;
  }
  .u-xl-border-y-45 {
    border-top: 45px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 45px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-45 {
    border-top: 45px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-45 {
    border-top: none !important;
    border-right: 45px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-45 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 45px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-45 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 45px solid var(--border_color) !important;
  }
  .u-xl-border-46 {
    border: 46px solid var(--border_color) !important;
  }
  .u-xl-border-x-46 {
    border-top: none !important;
    border-right: 46px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 46px solid var(--border_color) !important;
  }
  .u-xl-border-y-46 {
    border-top: 46px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 46px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-46 {
    border-top: 46px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-46 {
    border-top: none !important;
    border-right: 46px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-46 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 46px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-46 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 46px solid var(--border_color) !important;
  }
  .u-xl-border-47 {
    border: 47px solid var(--border_color) !important;
  }
  .u-xl-border-x-47 {
    border-top: none !important;
    border-right: 47px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 47px solid var(--border_color) !important;
  }
  .u-xl-border-y-47 {
    border-top: 47px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 47px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-47 {
    border-top: 47px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-47 {
    border-top: none !important;
    border-right: 47px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-47 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 47px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-47 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 47px solid var(--border_color) !important;
  }
  .u-xl-border-48 {
    border: 48px solid var(--border_color) !important;
  }
  .u-xl-border-x-48 {
    border-top: none !important;
    border-right: 48px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 48px solid var(--border_color) !important;
  }
  .u-xl-border-y-48 {
    border-top: 48px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 48px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-48 {
    border-top: 48px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-48 {
    border-top: none !important;
    border-right: 48px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-48 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 48px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-48 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 48px solid var(--border_color) !important;
  }
  .u-xl-border-49 {
    border: 49px solid var(--border_color) !important;
  }
  .u-xl-border-x-49 {
    border-top: none !important;
    border-right: 49px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 49px solid var(--border_color) !important;
  }
  .u-xl-border-y-49 {
    border-top: 49px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 49px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-49 {
    border-top: 49px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-49 {
    border-top: none !important;
    border-right: 49px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-49 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 49px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-49 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 49px solid var(--border_color) !important;
  }
  .u-xl-border-50 {
    border: 50px solid var(--border_color) !important;
  }
  .u-xl-border-x-50 {
    border-top: none !important;
    border-right: 50px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 50px solid var(--border_color) !important;
  }
  .u-xl-border-y-50 {
    border-top: 50px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 50px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-50 {
    border-top: 50px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-50 {
    border-top: none !important;
    border-right: 50px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-50 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 50px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-50 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 50px solid var(--border_color) !important;
  }
  .u-xl-border-51 {
    border: 51px solid var(--border_color) !important;
  }
  .u-xl-border-x-51 {
    border-top: none !important;
    border-right: 51px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 51px solid var(--border_color) !important;
  }
  .u-xl-border-y-51 {
    border-top: 51px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 51px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-51 {
    border-top: 51px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-51 {
    border-top: none !important;
    border-right: 51px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-51 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 51px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-51 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 51px solid var(--border_color) !important;
  }
  .u-xl-border-52 {
    border: 52px solid var(--border_color) !important;
  }
  .u-xl-border-x-52 {
    border-top: none !important;
    border-right: 52px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 52px solid var(--border_color) !important;
  }
  .u-xl-border-y-52 {
    border-top: 52px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 52px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-52 {
    border-top: 52px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-52 {
    border-top: none !important;
    border-right: 52px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-52 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 52px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-52 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 52px solid var(--border_color) !important;
  }
  .u-xl-border-53 {
    border: 53px solid var(--border_color) !important;
  }
  .u-xl-border-x-53 {
    border-top: none !important;
    border-right: 53px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 53px solid var(--border_color) !important;
  }
  .u-xl-border-y-53 {
    border-top: 53px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 53px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-53 {
    border-top: 53px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-53 {
    border-top: none !important;
    border-right: 53px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-53 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 53px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-53 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 53px solid var(--border_color) !important;
  }
  .u-xl-border-54 {
    border: 54px solid var(--border_color) !important;
  }
  .u-xl-border-x-54 {
    border-top: none !important;
    border-right: 54px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 54px solid var(--border_color) !important;
  }
  .u-xl-border-y-54 {
    border-top: 54px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 54px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-54 {
    border-top: 54px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-54 {
    border-top: none !important;
    border-right: 54px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-54 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 54px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-54 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 54px solid var(--border_color) !important;
  }
  .u-xl-border-55 {
    border: 55px solid var(--border_color) !important;
  }
  .u-xl-border-x-55 {
    border-top: none !important;
    border-right: 55px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 55px solid var(--border_color) !important;
  }
  .u-xl-border-y-55 {
    border-top: 55px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 55px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-55 {
    border-top: 55px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-55 {
    border-top: none !important;
    border-right: 55px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-55 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 55px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-55 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 55px solid var(--border_color) !important;
  }
  .u-xl-border-56 {
    border: 56px solid var(--border_color) !important;
  }
  .u-xl-border-x-56 {
    border-top: none !important;
    border-right: 56px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 56px solid var(--border_color) !important;
  }
  .u-xl-border-y-56 {
    border-top: 56px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 56px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-56 {
    border-top: 56px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-56 {
    border-top: none !important;
    border-right: 56px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-56 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 56px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-56 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 56px solid var(--border_color) !important;
  }
  .u-xl-border-57 {
    border: 57px solid var(--border_color) !important;
  }
  .u-xl-border-x-57 {
    border-top: none !important;
    border-right: 57px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 57px solid var(--border_color) !important;
  }
  .u-xl-border-y-57 {
    border-top: 57px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 57px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-57 {
    border-top: 57px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-57 {
    border-top: none !important;
    border-right: 57px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-57 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 57px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-57 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 57px solid var(--border_color) !important;
  }
  .u-xl-border-58 {
    border: 58px solid var(--border_color) !important;
  }
  .u-xl-border-x-58 {
    border-top: none !important;
    border-right: 58px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 58px solid var(--border_color) !important;
  }
  .u-xl-border-y-58 {
    border-top: 58px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 58px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-58 {
    border-top: 58px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-58 {
    border-top: none !important;
    border-right: 58px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-58 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 58px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-58 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 58px solid var(--border_color) !important;
  }
  .u-xl-border-59 {
    border: 59px solid var(--border_color) !important;
  }
  .u-xl-border-x-59 {
    border-top: none !important;
    border-right: 59px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 59px solid var(--border_color) !important;
  }
  .u-xl-border-y-59 {
    border-top: 59px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 59px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-59 {
    border-top: 59px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-59 {
    border-top: none !important;
    border-right: 59px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-59 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 59px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-59 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 59px solid var(--border_color) !important;
  }
  .u-xl-border-60 {
    border: 60px solid var(--border_color) !important;
  }
  .u-xl-border-x-60 {
    border-top: none !important;
    border-right: 60px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 60px solid var(--border_color) !important;
  }
  .u-xl-border-y-60 {
    border-top: 60px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 60px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-60 {
    border-top: 60px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-60 {
    border-top: none !important;
    border-right: 60px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-60 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 60px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-60 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 60px solid var(--border_color) !important;
  }
  .u-xl-border-61 {
    border: 61px solid var(--border_color) !important;
  }
  .u-xl-border-x-61 {
    border-top: none !important;
    border-right: 61px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 61px solid var(--border_color) !important;
  }
  .u-xl-border-y-61 {
    border-top: 61px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 61px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-61 {
    border-top: 61px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-61 {
    border-top: none !important;
    border-right: 61px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-61 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 61px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-61 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 61px solid var(--border_color) !important;
  }
  .u-xl-border-62 {
    border: 62px solid var(--border_color) !important;
  }
  .u-xl-border-x-62 {
    border-top: none !important;
    border-right: 62px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 62px solid var(--border_color) !important;
  }
  .u-xl-border-y-62 {
    border-top: 62px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 62px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-62 {
    border-top: 62px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-62 {
    border-top: none !important;
    border-right: 62px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-62 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 62px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-62 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 62px solid var(--border_color) !important;
  }
  .u-xl-border-63 {
    border: 63px solid var(--border_color) !important;
  }
  .u-xl-border-x-63 {
    border-top: none !important;
    border-right: 63px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 63px solid var(--border_color) !important;
  }
  .u-xl-border-y-63 {
    border-top: 63px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 63px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-63 {
    border-top: 63px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-63 {
    border-top: none !important;
    border-right: 63px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-63 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 63px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-63 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 63px solid var(--border_color) !important;
  }
  .u-xl-border-64 {
    border: 64px solid var(--border_color) !important;
  }
  .u-xl-border-x-64 {
    border-top: none !important;
    border-right: 64px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 64px solid var(--border_color) !important;
  }
  .u-xl-border-y-64 {
    border-top: 64px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 64px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-64 {
    border-top: 64px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-64 {
    border-top: none !important;
    border-right: 64px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-64 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 64px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-64 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 64px solid var(--border_color) !important;
  }
  .u-xl-border-65 {
    border: 65px solid var(--border_color) !important;
  }
  .u-xl-border-x-65 {
    border-top: none !important;
    border-right: 65px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 65px solid var(--border_color) !important;
  }
  .u-xl-border-y-65 {
    border-top: 65px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 65px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-65 {
    border-top: 65px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-65 {
    border-top: none !important;
    border-right: 65px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-65 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 65px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-65 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 65px solid var(--border_color) !important;
  }
  .u-xl-border-66 {
    border: 66px solid var(--border_color) !important;
  }
  .u-xl-border-x-66 {
    border-top: none !important;
    border-right: 66px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 66px solid var(--border_color) !important;
  }
  .u-xl-border-y-66 {
    border-top: 66px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 66px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-66 {
    border-top: 66px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-66 {
    border-top: none !important;
    border-right: 66px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-66 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 66px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-66 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 66px solid var(--border_color) !important;
  }
  .u-xl-border-67 {
    border: 67px solid var(--border_color) !important;
  }
  .u-xl-border-x-67 {
    border-top: none !important;
    border-right: 67px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 67px solid var(--border_color) !important;
  }
  .u-xl-border-y-67 {
    border-top: 67px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 67px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-67 {
    border-top: 67px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-67 {
    border-top: none !important;
    border-right: 67px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-67 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 67px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-67 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 67px solid var(--border_color) !important;
  }
  .u-xl-border-68 {
    border: 68px solid var(--border_color) !important;
  }
  .u-xl-border-x-68 {
    border-top: none !important;
    border-right: 68px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 68px solid var(--border_color) !important;
  }
  .u-xl-border-y-68 {
    border-top: 68px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 68px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-68 {
    border-top: 68px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-68 {
    border-top: none !important;
    border-right: 68px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-68 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 68px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-68 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 68px solid var(--border_color) !important;
  }
  .u-xl-border-69 {
    border: 69px solid var(--border_color) !important;
  }
  .u-xl-border-x-69 {
    border-top: none !important;
    border-right: 69px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 69px solid var(--border_color) !important;
  }
  .u-xl-border-y-69 {
    border-top: 69px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 69px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-69 {
    border-top: 69px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-69 {
    border-top: none !important;
    border-right: 69px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-69 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 69px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-69 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 69px solid var(--border_color) !important;
  }
  .u-xl-border-70 {
    border: 70px solid var(--border_color) !important;
  }
  .u-xl-border-x-70 {
    border-top: none !important;
    border-right: 70px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 70px solid var(--border_color) !important;
  }
  .u-xl-border-y-70 {
    border-top: 70px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 70px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-70 {
    border-top: 70px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-70 {
    border-top: none !important;
    border-right: 70px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-70 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 70px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-70 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 70px solid var(--border_color) !important;
  }
  .u-xl-border-71 {
    border: 71px solid var(--border_color) !important;
  }
  .u-xl-border-x-71 {
    border-top: none !important;
    border-right: 71px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 71px solid var(--border_color) !important;
  }
  .u-xl-border-y-71 {
    border-top: 71px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 71px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-71 {
    border-top: 71px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-71 {
    border-top: none !important;
    border-right: 71px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-71 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 71px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-71 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 71px solid var(--border_color) !important;
  }
  .u-xl-border-72 {
    border: 72px solid var(--border_color) !important;
  }
  .u-xl-border-x-72 {
    border-top: none !important;
    border-right: 72px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 72px solid var(--border_color) !important;
  }
  .u-xl-border-y-72 {
    border-top: 72px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 72px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-72 {
    border-top: 72px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-72 {
    border-top: none !important;
    border-right: 72px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-72 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 72px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-72 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 72px solid var(--border_color) !important;
  }
  .u-xl-border-73 {
    border: 73px solid var(--border_color) !important;
  }
  .u-xl-border-x-73 {
    border-top: none !important;
    border-right: 73px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 73px solid var(--border_color) !important;
  }
  .u-xl-border-y-73 {
    border-top: 73px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 73px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-73 {
    border-top: 73px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-73 {
    border-top: none !important;
    border-right: 73px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-73 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 73px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-73 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 73px solid var(--border_color) !important;
  }
  .u-xl-border-74 {
    border: 74px solid var(--border_color) !important;
  }
  .u-xl-border-x-74 {
    border-top: none !important;
    border-right: 74px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 74px solid var(--border_color) !important;
  }
  .u-xl-border-y-74 {
    border-top: 74px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 74px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-74 {
    border-top: 74px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-74 {
    border-top: none !important;
    border-right: 74px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-74 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 74px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-74 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 74px solid var(--border_color) !important;
  }
  .u-xl-border-75 {
    border: 75px solid var(--border_color) !important;
  }
  .u-xl-border-x-75 {
    border-top: none !important;
    border-right: 75px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 75px solid var(--border_color) !important;
  }
  .u-xl-border-y-75 {
    border-top: 75px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 75px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-75 {
    border-top: 75px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-75 {
    border-top: none !important;
    border-right: 75px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-75 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 75px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-75 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 75px solid var(--border_color) !important;
  }
  .u-xl-border-76 {
    border: 76px solid var(--border_color) !important;
  }
  .u-xl-border-x-76 {
    border-top: none !important;
    border-right: 76px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 76px solid var(--border_color) !important;
  }
  .u-xl-border-y-76 {
    border-top: 76px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 76px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-76 {
    border-top: 76px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-76 {
    border-top: none !important;
    border-right: 76px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-76 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 76px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-76 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 76px solid var(--border_color) !important;
  }
  .u-xl-border-77 {
    border: 77px solid var(--border_color) !important;
  }
  .u-xl-border-x-77 {
    border-top: none !important;
    border-right: 77px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 77px solid var(--border_color) !important;
  }
  .u-xl-border-y-77 {
    border-top: 77px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 77px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-77 {
    border-top: 77px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-77 {
    border-top: none !important;
    border-right: 77px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-77 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 77px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-77 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 77px solid var(--border_color) !important;
  }
  .u-xl-border-78 {
    border: 78px solid var(--border_color) !important;
  }
  .u-xl-border-x-78 {
    border-top: none !important;
    border-right: 78px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 78px solid var(--border_color) !important;
  }
  .u-xl-border-y-78 {
    border-top: 78px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 78px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-78 {
    border-top: 78px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-78 {
    border-top: none !important;
    border-right: 78px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-78 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 78px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-78 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 78px solid var(--border_color) !important;
  }
  .u-xl-border-79 {
    border: 79px solid var(--border_color) !important;
  }
  .u-xl-border-x-79 {
    border-top: none !important;
    border-right: 79px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 79px solid var(--border_color) !important;
  }
  .u-xl-border-y-79 {
    border-top: 79px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 79px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-79 {
    border-top: 79px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-79 {
    border-top: none !important;
    border-right: 79px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-79 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 79px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-79 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 79px solid var(--border_color) !important;
  }
  .u-xl-border-80 {
    border: 80px solid var(--border_color) !important;
  }
  .u-xl-border-x-80 {
    border-top: none !important;
    border-right: 80px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 80px solid var(--border_color) !important;
  }
  .u-xl-border-y-80 {
    border-top: 80px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 80px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-80 {
    border-top: 80px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-80 {
    border-top: none !important;
    border-right: 80px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-80 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 80px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-80 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 80px solid var(--border_color) !important;
  }
  .u-xl-border-81 {
    border: 81px solid var(--border_color) !important;
  }
  .u-xl-border-x-81 {
    border-top: none !important;
    border-right: 81px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 81px solid var(--border_color) !important;
  }
  .u-xl-border-y-81 {
    border-top: 81px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 81px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-81 {
    border-top: 81px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-81 {
    border-top: none !important;
    border-right: 81px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-81 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 81px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-81 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 81px solid var(--border_color) !important;
  }
  .u-xl-border-82 {
    border: 82px solid var(--border_color) !important;
  }
  .u-xl-border-x-82 {
    border-top: none !important;
    border-right: 82px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 82px solid var(--border_color) !important;
  }
  .u-xl-border-y-82 {
    border-top: 82px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 82px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-82 {
    border-top: 82px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-82 {
    border-top: none !important;
    border-right: 82px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-82 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 82px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-82 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 82px solid var(--border_color) !important;
  }
  .u-xl-border-83 {
    border: 83px solid var(--border_color) !important;
  }
  .u-xl-border-x-83 {
    border-top: none !important;
    border-right: 83px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 83px solid var(--border_color) !important;
  }
  .u-xl-border-y-83 {
    border-top: 83px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 83px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-83 {
    border-top: 83px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-83 {
    border-top: none !important;
    border-right: 83px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-83 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 83px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-83 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 83px solid var(--border_color) !important;
  }
  .u-xl-border-84 {
    border: 84px solid var(--border_color) !important;
  }
  .u-xl-border-x-84 {
    border-top: none !important;
    border-right: 84px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 84px solid var(--border_color) !important;
  }
  .u-xl-border-y-84 {
    border-top: 84px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 84px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-84 {
    border-top: 84px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-84 {
    border-top: none !important;
    border-right: 84px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-84 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 84px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-84 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 84px solid var(--border_color) !important;
  }
  .u-xl-border-85 {
    border: 85px solid var(--border_color) !important;
  }
  .u-xl-border-x-85 {
    border-top: none !important;
    border-right: 85px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 85px solid var(--border_color) !important;
  }
  .u-xl-border-y-85 {
    border-top: 85px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 85px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-85 {
    border-top: 85px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-85 {
    border-top: none !important;
    border-right: 85px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-85 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 85px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-85 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 85px solid var(--border_color) !important;
  }
  .u-xl-border-86 {
    border: 86px solid var(--border_color) !important;
  }
  .u-xl-border-x-86 {
    border-top: none !important;
    border-right: 86px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 86px solid var(--border_color) !important;
  }
  .u-xl-border-y-86 {
    border-top: 86px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 86px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-86 {
    border-top: 86px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-86 {
    border-top: none !important;
    border-right: 86px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-86 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 86px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-86 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 86px solid var(--border_color) !important;
  }
  .u-xl-border-87 {
    border: 87px solid var(--border_color) !important;
  }
  .u-xl-border-x-87 {
    border-top: none !important;
    border-right: 87px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 87px solid var(--border_color) !important;
  }
  .u-xl-border-y-87 {
    border-top: 87px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 87px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-87 {
    border-top: 87px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-87 {
    border-top: none !important;
    border-right: 87px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-87 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 87px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-87 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 87px solid var(--border_color) !important;
  }
  .u-xl-border-88 {
    border: 88px solid var(--border_color) !important;
  }
  .u-xl-border-x-88 {
    border-top: none !important;
    border-right: 88px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 88px solid var(--border_color) !important;
  }
  .u-xl-border-y-88 {
    border-top: 88px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 88px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-88 {
    border-top: 88px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-88 {
    border-top: none !important;
    border-right: 88px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-88 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 88px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-88 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 88px solid var(--border_color) !important;
  }
  .u-xl-border-89 {
    border: 89px solid var(--border_color) !important;
  }
  .u-xl-border-x-89 {
    border-top: none !important;
    border-right: 89px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 89px solid var(--border_color) !important;
  }
  .u-xl-border-y-89 {
    border-top: 89px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 89px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-89 {
    border-top: 89px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-89 {
    border-top: none !important;
    border-right: 89px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-89 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 89px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-89 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 89px solid var(--border_color) !important;
  }
  .u-xl-border-90 {
    border: 90px solid var(--border_color) !important;
  }
  .u-xl-border-x-90 {
    border-top: none !important;
    border-right: 90px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 90px solid var(--border_color) !important;
  }
  .u-xl-border-y-90 {
    border-top: 90px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 90px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-90 {
    border-top: 90px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-90 {
    border-top: none !important;
    border-right: 90px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-90 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 90px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-90 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 90px solid var(--border_color) !important;
  }
  .u-xl-border-91 {
    border: 91px solid var(--border_color) !important;
  }
  .u-xl-border-x-91 {
    border-top: none !important;
    border-right: 91px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 91px solid var(--border_color) !important;
  }
  .u-xl-border-y-91 {
    border-top: 91px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 91px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-91 {
    border-top: 91px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-91 {
    border-top: none !important;
    border-right: 91px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-91 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 91px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-91 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 91px solid var(--border_color) !important;
  }
  .u-xl-border-92 {
    border: 92px solid var(--border_color) !important;
  }
  .u-xl-border-x-92 {
    border-top: none !important;
    border-right: 92px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 92px solid var(--border_color) !important;
  }
  .u-xl-border-y-92 {
    border-top: 92px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 92px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-92 {
    border-top: 92px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-92 {
    border-top: none !important;
    border-right: 92px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-92 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 92px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-92 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 92px solid var(--border_color) !important;
  }
  .u-xl-border-93 {
    border: 93px solid var(--border_color) !important;
  }
  .u-xl-border-x-93 {
    border-top: none !important;
    border-right: 93px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 93px solid var(--border_color) !important;
  }
  .u-xl-border-y-93 {
    border-top: 93px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 93px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-93 {
    border-top: 93px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-93 {
    border-top: none !important;
    border-right: 93px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-93 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 93px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-93 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 93px solid var(--border_color) !important;
  }
  .u-xl-border-94 {
    border: 94px solid var(--border_color) !important;
  }
  .u-xl-border-x-94 {
    border-top: none !important;
    border-right: 94px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 94px solid var(--border_color) !important;
  }
  .u-xl-border-y-94 {
    border-top: 94px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 94px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-94 {
    border-top: 94px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-94 {
    border-top: none !important;
    border-right: 94px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-94 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 94px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-94 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 94px solid var(--border_color) !important;
  }
  .u-xl-border-95 {
    border: 95px solid var(--border_color) !important;
  }
  .u-xl-border-x-95 {
    border-top: none !important;
    border-right: 95px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 95px solid var(--border_color) !important;
  }
  .u-xl-border-y-95 {
    border-top: 95px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 95px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-95 {
    border-top: 95px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-95 {
    border-top: none !important;
    border-right: 95px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-95 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 95px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-95 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 95px solid var(--border_color) !important;
  }
  .u-xl-border-96 {
    border: 96px solid var(--border_color) !important;
  }
  .u-xl-border-x-96 {
    border-top: none !important;
    border-right: 96px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 96px solid var(--border_color) !important;
  }
  .u-xl-border-y-96 {
    border-top: 96px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 96px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-96 {
    border-top: 96px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-96 {
    border-top: none !important;
    border-right: 96px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-96 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 96px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-96 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 96px solid var(--border_color) !important;
  }
  .u-xl-border-97 {
    border: 97px solid var(--border_color) !important;
  }
  .u-xl-border-x-97 {
    border-top: none !important;
    border-right: 97px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 97px solid var(--border_color) !important;
  }
  .u-xl-border-y-97 {
    border-top: 97px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 97px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-97 {
    border-top: 97px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-97 {
    border-top: none !important;
    border-right: 97px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-97 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 97px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-97 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 97px solid var(--border_color) !important;
  }
  .u-xl-border-98 {
    border: 98px solid var(--border_color) !important;
  }
  .u-xl-border-x-98 {
    border-top: none !important;
    border-right: 98px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 98px solid var(--border_color) !important;
  }
  .u-xl-border-y-98 {
    border-top: 98px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 98px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-98 {
    border-top: 98px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-98 {
    border-top: none !important;
    border-right: 98px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-98 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 98px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-98 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 98px solid var(--border_color) !important;
  }
  .u-xl-border-99 {
    border: 99px solid var(--border_color) !important;
  }
  .u-xl-border-x-99 {
    border-top: none !important;
    border-right: 99px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 99px solid var(--border_color) !important;
  }
  .u-xl-border-y-99 {
    border-top: 99px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 99px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-99 {
    border-top: 99px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-99 {
    border-top: none !important;
    border-right: 99px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-99 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 99px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-99 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 99px solid var(--border_color) !important;
  }
  .u-xl-border-100 {
    border: 100px solid var(--border_color) !important;
  }
  .u-xl-border-x-100 {
    border-top: none !important;
    border-right: 100px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: 100px solid var(--border_color) !important;
  }
  .u-xl-border-y-100 {
    border-top: 100px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: 100px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-t-100 {
    border-top: 100px solid var(--border_color) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-r-100 {
    border-top: none !important;
    border-right: 100px solid var(--border_color) !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .u-xl-border-b-100 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 100px solid var(--border_color) !important;
    border-left: none !important;
  }
  .u-xl-border-l-100 {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 100px solid var(--border_color) !important;
  }
  .u-xl-border-none {
    border-style: none !important;
  }
  .u-xl-border-solid {
    border-style: solid !important;
  }
  .u-xl-border-dotted {
    border-style: dotted !important;
  }
  .u-xl-border-dashed {
    border-style: dashed !important;
  }
  .u-xl-border-double {
    border-style: double !important;
  }
  .u-xl-justify-start {
    justify-content: flex-start !important;
  }
  .u-xl-justify-end {
    justify-content: flex-end !important;
  }
  .u-xl-justify-center {
    justify-content: center !important;
  }
  .u-xl-justify-between {
    justify-content: space-between !important;
  }
  .u-xl-justify-around {
    justify-content: space-around !important;
  }
  .u-xl-justify-evenly {
    justify-content: space-evenly !important;
  }
  .u-xl-justify-self-auto {
    justify-self: auto !important;
  }
  .u-xl-justify-self-start {
    justify-self: start !important;
  }
  .u-xl-justify-self-end {
    justify-self: end !important;
  }
  .u-xl-justify-self-center {
    justify-self: center !important;
  }
  .u-xl-justify-self-stretch {
    justify-self: stretch !important;
  }
  .u-xl-align-start {
    align-items: flex-start !important;
  }
  .u-xl-align-end {
    align-items: flex-end !important;
  }
  .u-xl-align-center {
    align-items: center !important;
  }
  .u-xl-align-baseline {
    align-items: baseline !important;
  }
  .u-xl-align-stretch {
    align-items: stretch !important;
  }
  .u-xl-self-auto {
    align-self: auto !important;
  }
  .u-xl-self-start {
    align-self: flex-start !important;
  }
  .u-xl-self-end {
    align-self: flex-end !important;
  }
  .u-xl-self-center {
    align-self: center !important;
  }
  .u-xl-self-stretch {
    align-self: stretch !important;
  }
  .u-xl-place-items-start {
    place-items: start !important;
  }
  .u-xl-place-items-end {
    place-items: end !important;
  }
  .u-xl-place-items-center {
    place-items: center !important;
  }
  .u-xl-place-items-stretch {
    place-items: stretch !important;
  }
  .u-xl-none {
    display: none !important;
  }
  .u-xl-block {
    display: block !important;
  }
  .u-xl-inline {
    display: inline !important;
  }
  .u-xl-inline-block {
    display: inline-block !important;
  }
  .u-xl-table {
    display: table !important;
  }
  .u-xl-table-cell {
    display: table-cell !important;
  }
  .u-xl-flex {
    display: flex !important;
  }
  .u-xl-inline-flex {
    display: inline-flex !important;
  }
  .-xl-row {
    flex-direction: row !important;
  }
  .-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .-xl-column {
    flex-direction: column !important;
  }
  .-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .-xl-wrap {
    flex-wrap: wrap !important;
  }
  .-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .u-xl-grow {
    flex-grow: 1 !important;
  }
  .u-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .u-xl-shrink {
    flex-shrink: 1 !important;
  }
  .u-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .-xl-gap-0 {
    gap: 0rem !important;
  }
  .-xl-gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }
  .-xl-gap-y-0 {
    row-gap: 0rem !important;
  }
  .-xl-gap-1 {
    gap: 0.8rem !important;
  }
  .-xl-gap-x-1 {
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .-xl-gap-y-1 {
    row-gap: 0.8rem !important;
  }
  .-xl-gap-2 {
    gap: 1.6rem !important;
  }
  .-xl-gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }
  .-xl-gap-y-2 {
    row-gap: 1.6rem !important;
  }
  .-xl-gap-3 {
    gap: 2.4rem !important;
  }
  .-xl-gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }
  .-xl-gap-y-3 {
    row-gap: 2.4rem !important;
  }
  .-xl-gap-4 {
    gap: 3.2rem !important;
  }
  .-xl-gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }
  .-xl-gap-y-4 {
    row-gap: 3.2rem !important;
  }
  .-xl-gap-5 {
    gap: 4rem !important;
  }
  .-xl-gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .-xl-gap-y-5 {
    row-gap: 4rem !important;
  }
  .-xl-gap-6 {
    gap: 4.8rem !important;
  }
  .-xl-gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }
  .-xl-gap-y-6 {
    row-gap: 4.8rem !important;
  }
  .-xl-gap-7 {
    gap: 5.6rem !important;
  }
  .-xl-gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }
  .-xl-gap-y-7 {
    row-gap: 5.6rem !important;
  }
  .-xl-gap-8 {
    gap: 6.4rem !important;
  }
  .-xl-gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }
  .-xl-gap-y-8 {
    row-gap: 6.4rem !important;
  }
  .-xl-gap-9 {
    gap: 7.2rem !important;
  }
  .-xl-gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }
  .-xl-gap-y-9 {
    row-gap: 7.2rem !important;
  }
  .-xl-gap-10 {
    gap: 8rem !important;
  }
  .-xl-gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .-xl-gap-y-10 {
    row-gap: 8rem !important;
  }
  .-xl-gap-11 {
    gap: 8.8rem !important;
  }
  .-xl-gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }
  .-xl-gap-y-11 {
    row-gap: 8.8rem !important;
  }
  .-xl-gap-12 {
    gap: 9.6rem !important;
  }
  .-xl-gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }
  .-xl-gap-y-12 {
    row-gap: 9.6rem !important;
  }
  .-xl-gap-13 {
    gap: 10.4rem !important;
  }
  .-xl-gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }
  .-xl-gap-y-13 {
    row-gap: 10.4rem !important;
  }
  .-xl-gap-14 {
    gap: 11.2rem !important;
  }
  .-xl-gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }
  .-xl-gap-y-14 {
    row-gap: 11.2rem !important;
  }
  .-xl-gap-15 {
    gap: 12rem !important;
  }
  .-xl-gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  .-xl-gap-y-15 {
    row-gap: 12rem !important;
  }
  .-xl-gap-16 {
    gap: 12.8rem !important;
  }
  .-xl-gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }
  .-xl-gap-y-16 {
    row-gap: 12.8rem !important;
  }
  .-xl-gap-17 {
    gap: 13.6rem !important;
  }
  .-xl-gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }
  .-xl-gap-y-17 {
    row-gap: 13.6rem !important;
  }
  .-xl-gap-18 {
    gap: 14.4rem !important;
  }
  .-xl-gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }
  .-xl-gap-y-18 {
    row-gap: 14.4rem !important;
  }
  .-xl-gap-19 {
    gap: 15.2rem !important;
  }
  .-xl-gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }
  .-xl-gap-y-19 {
    row-gap: 15.2rem !important;
  }
  .-xl-gap-20 {
    gap: 16rem !important;
  }
  .-xl-gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  .-xl-gap-y-20 {
    row-gap: 16rem !important;
  }
  .u-xl-float-left {
    float: left !important;
  }
  .u-xl-float-right {
    float: right !important;
  }
  .u-xl-float-none {
    float: none !important;
  }
  .u-xl-clear-fix::after {
    content: "";
    display: table;
    clear: both;
  }
  .u-xl-text-xxs {
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }
  .u-xl-text-xs {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
  }
  .u-xl-text-sm {
    font-size: 1.4rem !important;
    line-height: 1.42857 !important;
  }
  .u-xl-text-base {
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
  }
  .u-xl-text-lg {
    font-size: 1.8rem !important;
    line-height: 1.55555 !important;
  }
  .u-xl-text-xl {
    font-size: 2rem !important;
    line-height: 1.4 !important;
  }
  .u-xl-text-xxl {
    font-size: 2.4rem !important;
    line-height: 1.33333 !important;
  }
  .u-xl-text-3xl {
    font-size: 3rem !important;
    line-height: 1.2 !important;
  }
  .u-xl-text-4xl {
    font-size: 3.6rem !important;
    line-height: 1.11111 !important;
  }
  .u-xl-text-5xl {
    font-size: 4.8rem !important;
    line-height: 1 !important;
  }
  .u-xl-text-6xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  .u-xl-text-7xl {
    font-size: 7.2rem !important;
    line-height: 1 !important;
  }
  .u-xl-text-8xl {
    font-size: 9.6rem !important;
    line-height: 1 !important;
  }
  .u-xl-text-9xl {
    font-size: 12.8rem !important;
    line-height: 1 !important;
  }
  .u-xl-grid {
    display: grid !important;
  }
  .-xl-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .-xl-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .-xl-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .-xl-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .-xl-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .-xl-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .-xl-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .-xl-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .-xl-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .-xl-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .-xl-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .-xl-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .-xl-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .-xl-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .-xl-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .-xl-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .-xl-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .-xl-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .-xl-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .-xl-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .-xl-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .-xl-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .-xl-gap-0 {
    gap: 0rem !important;
  }
  .-xl-gap-x-0 {
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important;
  }
  .-xl-gap-y-0 {
    row-gap: 0rem !important;
  }
  .-xl-gap-1 {
    gap: 0.8rem !important;
  }
  .-xl-gap-x-1 {
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .-xl-gap-y-1 {
    row-gap: 0.8rem !important;
  }
  .-xl-gap-2 {
    gap: 1.6rem !important;
  }
  .-xl-gap-x-2 {
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }
  .-xl-gap-y-2 {
    row-gap: 1.6rem !important;
  }
  .-xl-gap-3 {
    gap: 2.4rem !important;
  }
  .-xl-gap-x-3 {
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }
  .-xl-gap-y-3 {
    row-gap: 2.4rem !important;
  }
  .-xl-gap-4 {
    gap: 3.2rem !important;
  }
  .-xl-gap-x-4 {
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }
  .-xl-gap-y-4 {
    row-gap: 3.2rem !important;
  }
  .-xl-gap-5 {
    gap: 4rem !important;
  }
  .-xl-gap-x-5 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .-xl-gap-y-5 {
    row-gap: 4rem !important;
  }
  .-xl-gap-6 {
    gap: 4.8rem !important;
  }
  .-xl-gap-x-6 {
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }
  .-xl-gap-y-6 {
    row-gap: 4.8rem !important;
  }
  .-xl-gap-7 {
    gap: 5.6rem !important;
  }
  .-xl-gap-x-7 {
    -moz-column-gap: 5.6rem !important;
    column-gap: 5.6rem !important;
  }
  .-xl-gap-y-7 {
    row-gap: 5.6rem !important;
  }
  .-xl-gap-8 {
    gap: 6.4rem !important;
  }
  .-xl-gap-x-8 {
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }
  .-xl-gap-y-8 {
    row-gap: 6.4rem !important;
  }
  .-xl-gap-9 {
    gap: 7.2rem !important;
  }
  .-xl-gap-x-9 {
    -moz-column-gap: 7.2rem !important;
    column-gap: 7.2rem !important;
  }
  .-xl-gap-y-9 {
    row-gap: 7.2rem !important;
  }
  .-xl-gap-10 {
    gap: 8rem !important;
  }
  .-xl-gap-x-10 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .-xl-gap-y-10 {
    row-gap: 8rem !important;
  }
  .-xl-gap-11 {
    gap: 8.8rem !important;
  }
  .-xl-gap-x-11 {
    -moz-column-gap: 8.8rem !important;
    column-gap: 8.8rem !important;
  }
  .-xl-gap-y-11 {
    row-gap: 8.8rem !important;
  }
  .-xl-gap-12 {
    gap: 9.6rem !important;
  }
  .-xl-gap-x-12 {
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }
  .-xl-gap-y-12 {
    row-gap: 9.6rem !important;
  }
  .-xl-gap-13 {
    gap: 10.4rem !important;
  }
  .-xl-gap-x-13 {
    -moz-column-gap: 10.4rem !important;
    column-gap: 10.4rem !important;
  }
  .-xl-gap-y-13 {
    row-gap: 10.4rem !important;
  }
  .-xl-gap-14 {
    gap: 11.2rem !important;
  }
  .-xl-gap-x-14 {
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }
  .-xl-gap-y-14 {
    row-gap: 11.2rem !important;
  }
  .-xl-gap-15 {
    gap: 12rem !important;
  }
  .-xl-gap-x-15 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  .-xl-gap-y-15 {
    row-gap: 12rem !important;
  }
  .-xl-gap-16 {
    gap: 12.8rem !important;
  }
  .-xl-gap-x-16 {
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }
  .-xl-gap-y-16 {
    row-gap: 12.8rem !important;
  }
  .-xl-gap-17 {
    gap: 13.6rem !important;
  }
  .-xl-gap-x-17 {
    -moz-column-gap: 13.6rem !important;
    column-gap: 13.6rem !important;
  }
  .-xl-gap-y-17 {
    row-gap: 13.6rem !important;
  }
  .-xl-gap-18 {
    gap: 14.4rem !important;
  }
  .-xl-gap-x-18 {
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }
  .-xl-gap-y-18 {
    row-gap: 14.4rem !important;
  }
  .-xl-gap-19 {
    gap: 15.2rem !important;
  }
  .-xl-gap-x-19 {
    -moz-column-gap: 15.2rem !important;
    column-gap: 15.2rem !important;
  }
  .-xl-gap-y-19 {
    row-gap: 15.2rem !important;
  }
  .-xl-gap-20 {
    gap: 16rem !important;
  }
  .-xl-gap-x-20 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  .-xl-gap-y-20 {
    row-gap: 16rem !important;
  }
  .-xl-col-span-1 {
    grid-column: span 1/span 1;
  }
  .-xl-row-span-1 {
    grid-row: span 1/span 1;
  }
  .-xl-col-span-2 {
    grid-column: span 2/span 2;
  }
  .-xl-row-span-2 {
    grid-row: span 2/span 2;
  }
  .-xl-col-span-3 {
    grid-column: span 3/span 3;
  }
  .-xl-row-span-3 {
    grid-row: span 3/span 3;
  }
  .-xl-col-span-4 {
    grid-column: span 4/span 4;
  }
  .-xl-row-span-4 {
    grid-row: span 4/span 4;
  }
  .-xl-col-span-5 {
    grid-column: span 5/span 5;
  }
  .-xl-row-span-5 {
    grid-row: span 5/span 5;
  }
  .-xl-col-span-6 {
    grid-column: span 6/span 6;
  }
  .-xl-row-span-6 {
    grid-row: span 6/span 6;
  }
  .-xl-col-span-7 {
    grid-column: span 7/span 7;
  }
  .-xl-row-span-7 {
    grid-row: span 7/span 7;
  }
  .-xl-col-span-8 {
    grid-column: span 8/span 8;
  }
  .-xl-row-span-8 {
    grid-row: span 8/span 8;
  }
  .-xl-col-span-9 {
    grid-column: span 9/span 9;
  }
  .-xl-row-span-9 {
    grid-row: span 9/span 9;
  }
  .-xl-col-span-10 {
    grid-column: span 10/span 10;
  }
  .-xl-row-span-10 {
    grid-row: span 10/span 10;
  }
  .-xl-col-span-11 {
    grid-column: span 11/span 11;
  }
  .-xl-row-span-11 {
    grid-row: span 11/span 11;
  }
  .-xl-row-start-1 {
    grid-row-start: 1;
  }
  .-xl-row-end-1 {
    grid-row-end: 1;
  }
  .-xl-row-start-2 {
    grid-row-start: 2;
  }
  .-xl-row-end-2 {
    grid-row-end: 2;
  }
  .-xl-row-start-3 {
    grid-row-start: 3;
  }
  .-xl-row-end-3 {
    grid-row-end: 3;
  }
  .-xl-row-start-4 {
    grid-row-start: 4;
  }
  .-xl-row-end-4 {
    grid-row-end: 4;
  }
  .-xl-row-start-5 {
    grid-row-start: 5;
  }
  .-xl-row-end-5 {
    grid-row-end: 5;
  }
  .-xl-row-start-6 {
    grid-row-start: 6;
  }
  .-xl-row-end-6 {
    grid-row-end: 6;
  }
  .-xl-row-start-7 {
    grid-row-start: 7;
  }
  .-xl-row-end-7 {
    grid-row-end: 7;
  }
  .-xl-row-start-8 {
    grid-row-start: 8;
  }
  .-xl-row-end-8 {
    grid-row-end: 8;
  }
  .-xl-row-start-9 {
    grid-row-start: 9;
  }
  .-xl-row-end-9 {
    grid-row-end: 9;
  }
  .-xl-row-start-10 {
    grid-row-start: 10;
  }
  .-xl-row-end-10 {
    grid-row-end: 10;
  }
  .-xl-row-start-11 {
    grid-row-start: 11;
  }
  .-xl-row-end-11 {
    grid-row-end: 11;
  }
  .-xl-row-start-12 {
    grid-row-start: 12;
  }
  .-xl-row-end-12 {
    grid-row-end: 12;
  }
  .-xl-col-start-1 {
    grid-column-start: 1;
  }
  .-xl-col-end-1 {
    grid-column-end: 1;
  }
  .-xl-col-start-2 {
    grid-column-start: 2;
  }
  .-xl-col-end-2 {
    grid-column-end: 2;
  }
  .-xl-col-start-3 {
    grid-column-start: 3;
  }
  .-xl-col-end-3 {
    grid-column-end: 3;
  }
  .-xl-col-start-4 {
    grid-column-start: 4;
  }
  .-xl-col-end-4 {
    grid-column-end: 4;
  }
  .-xl-col-start-5 {
    grid-column-start: 5;
  }
  .-xl-col-end-5 {
    grid-column-end: 5;
  }
  .-xl-col-start-6 {
    grid-column-start: 6;
  }
  .-xl-col-end-6 {
    grid-column-end: 6;
  }
  .-xl-col-start-7 {
    grid-column-start: 7;
  }
  .-xl-col-end-7 {
    grid-column-end: 7;
  }
  .-xl-col-start-8 {
    grid-column-start: 8;
  }
  .-xl-col-end-8 {
    grid-column-end: 8;
  }
  .-xl-col-start-9 {
    grid-column-start: 9;
  }
  .-xl-col-end-9 {
    grid-column-end: 9;
  }
  .-xl-col-start-10 {
    grid-column-start: 10;
  }
  .-xl-col-end-10 {
    grid-column-end: 10;
  }
  .-xl-col-start-11 {
    grid-column-start: 11;
  }
  .-xl-col-end-11 {
    grid-column-end: 11;
  }
  .-xl-col-start-12 {
    grid-column-start: 12;
  }
  .-xl-col-end-12 {
    grid-column-end: 12;
  }
  .u-xl-m-0 {
    margin: 0rem !important;
  }
  .u-xl-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .u-xl-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-xl-mt-0 {
    margin-top: 0rem !important;
  }
  .u-xl-mr-0 {
    margin-right: 0rem !important;
  }
  .u-xl-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-xl-ml-0 {
    margin-left: 0rem !important;
  }
  .u-xl-neg-m-0 {
    margin: 0rem !important;
  }
  .u-xl-neg-mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .u-xl-neg-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-xl-neg-mt-0 {
    margin-top: 0rem !important;
  }
  .u-xl-neg-mr-0 {
    margin-right: 0rem !important;
  }
  .u-xl-neg-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-xl-neg-ml-0 {
    margin-left: 0rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-1 {
    margin: 0.8rem !important;
  }
  .u-xl-mx-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .u-xl-my-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .u-xl-mt-1 {
    margin-top: 0.8rem !important;
  }
  .u-xl-mr-1 {
    margin-right: 0.8rem !important;
  }
  .u-xl-mb-1 {
    margin-bottom: 0.8rem !important;
  }
  .u-xl-ml-1 {
    margin-left: 0.8rem !important;
  }
  .u-xl-neg-m-1 {
    margin: -0.8rem !important;
  }
  .u-xl-neg-mx-1 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .u-xl-neg-my-1 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .u-xl-neg-mt-1 {
    margin-top: -0.8rem !important;
  }
  .u-xl-neg-mr-1 {
    margin-right: -0.8rem !important;
  }
  .u-xl-neg-mb-1 {
    margin-bottom: -0.8rem !important;
  }
  .u-xl-neg-ml-1 {
    margin-left: -0.8rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-2 {
    margin: 1.6rem !important;
  }
  .u-xl-mx-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .u-xl-my-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .u-xl-mt-2 {
    margin-top: 1.6rem !important;
  }
  .u-xl-mr-2 {
    margin-right: 1.6rem !important;
  }
  .u-xl-mb-2 {
    margin-bottom: 1.6rem !important;
  }
  .u-xl-ml-2 {
    margin-left: 1.6rem !important;
  }
  .u-xl-neg-m-2 {
    margin: -1.6rem !important;
  }
  .u-xl-neg-mx-2 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .u-xl-neg-my-2 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .u-xl-neg-mt-2 {
    margin-top: -1.6rem !important;
  }
  .u-xl-neg-mr-2 {
    margin-right: -1.6rem !important;
  }
  .u-xl-neg-mb-2 {
    margin-bottom: -1.6rem !important;
  }
  .u-xl-neg-ml-2 {
    margin-left: -1.6rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-3 {
    margin: 2.4rem !important;
  }
  .u-xl-mx-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .u-xl-my-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .u-xl-mt-3 {
    margin-top: 2.4rem !important;
  }
  .u-xl-mr-3 {
    margin-right: 2.4rem !important;
  }
  .u-xl-mb-3 {
    margin-bottom: 2.4rem !important;
  }
  .u-xl-ml-3 {
    margin-left: 2.4rem !important;
  }
  .u-xl-neg-m-3 {
    margin: -2.4rem !important;
  }
  .u-xl-neg-mx-3 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .u-xl-neg-my-3 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .u-xl-neg-mt-3 {
    margin-top: -2.4rem !important;
  }
  .u-xl-neg-mr-3 {
    margin-right: -2.4rem !important;
  }
  .u-xl-neg-mb-3 {
    margin-bottom: -2.4rem !important;
  }
  .u-xl-neg-ml-3 {
    margin-left: -2.4rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-4 {
    margin: 3.2rem !important;
  }
  .u-xl-mx-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .u-xl-my-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .u-xl-mt-4 {
    margin-top: 3.2rem !important;
  }
  .u-xl-mr-4 {
    margin-right: 3.2rem !important;
  }
  .u-xl-mb-4 {
    margin-bottom: 3.2rem !important;
  }
  .u-xl-ml-4 {
    margin-left: 3.2rem !important;
  }
  .u-xl-neg-m-4 {
    margin: -3.2rem !important;
  }
  .u-xl-neg-mx-4 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .u-xl-neg-my-4 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .u-xl-neg-mt-4 {
    margin-top: -3.2rem !important;
  }
  .u-xl-neg-mr-4 {
    margin-right: -3.2rem !important;
  }
  .u-xl-neg-mb-4 {
    margin-bottom: -3.2rem !important;
  }
  .u-xl-neg-ml-4 {
    margin-left: -3.2rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-5 {
    margin: 4rem !important;
  }
  .u-xl-mx-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .u-xl-my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .u-xl-mt-5 {
    margin-top: 4rem !important;
  }
  .u-xl-mr-5 {
    margin-right: 4rem !important;
  }
  .u-xl-mb-5 {
    margin-bottom: 4rem !important;
  }
  .u-xl-ml-5 {
    margin-left: 4rem !important;
  }
  .u-xl-neg-m-5 {
    margin: -4rem !important;
  }
  .u-xl-neg-mx-5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .u-xl-neg-my-5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .u-xl-neg-mt-5 {
    margin-top: -4rem !important;
  }
  .u-xl-neg-mr-5 {
    margin-right: -4rem !important;
  }
  .u-xl-neg-mb-5 {
    margin-bottom: -4rem !important;
  }
  .u-xl-neg-ml-5 {
    margin-left: -4rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-6 {
    margin: 4.8rem !important;
  }
  .u-xl-mx-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .u-xl-my-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .u-xl-mt-6 {
    margin-top: 4.8rem !important;
  }
  .u-xl-mr-6 {
    margin-right: 4.8rem !important;
  }
  .u-xl-mb-6 {
    margin-bottom: 4.8rem !important;
  }
  .u-xl-ml-6 {
    margin-left: 4.8rem !important;
  }
  .u-xl-neg-m-6 {
    margin: -4.8rem !important;
  }
  .u-xl-neg-mx-6 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .u-xl-neg-my-6 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .u-xl-neg-mt-6 {
    margin-top: -4.8rem !important;
  }
  .u-xl-neg-mr-6 {
    margin-right: -4.8rem !important;
  }
  .u-xl-neg-mb-6 {
    margin-bottom: -4.8rem !important;
  }
  .u-xl-neg-ml-6 {
    margin-left: -4.8rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-7 {
    margin: 5.6rem !important;
  }
  .u-xl-mx-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .u-xl-my-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .u-xl-mt-7 {
    margin-top: 5.6rem !important;
  }
  .u-xl-mr-7 {
    margin-right: 5.6rem !important;
  }
  .u-xl-mb-7 {
    margin-bottom: 5.6rem !important;
  }
  .u-xl-ml-7 {
    margin-left: 5.6rem !important;
  }
  .u-xl-neg-m-7 {
    margin: -5.6rem !important;
  }
  .u-xl-neg-mx-7 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .u-xl-neg-my-7 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .u-xl-neg-mt-7 {
    margin-top: -5.6rem !important;
  }
  .u-xl-neg-mr-7 {
    margin-right: -5.6rem !important;
  }
  .u-xl-neg-mb-7 {
    margin-bottom: -5.6rem !important;
  }
  .u-xl-neg-ml-7 {
    margin-left: -5.6rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-8 {
    margin: 6.4rem !important;
  }
  .u-xl-mx-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .u-xl-my-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .u-xl-mt-8 {
    margin-top: 6.4rem !important;
  }
  .u-xl-mr-8 {
    margin-right: 6.4rem !important;
  }
  .u-xl-mb-8 {
    margin-bottom: 6.4rem !important;
  }
  .u-xl-ml-8 {
    margin-left: 6.4rem !important;
  }
  .u-xl-neg-m-8 {
    margin: -6.4rem !important;
  }
  .u-xl-neg-mx-8 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .u-xl-neg-my-8 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .u-xl-neg-mt-8 {
    margin-top: -6.4rem !important;
  }
  .u-xl-neg-mr-8 {
    margin-right: -6.4rem !important;
  }
  .u-xl-neg-mb-8 {
    margin-bottom: -6.4rem !important;
  }
  .u-xl-neg-ml-8 {
    margin-left: -6.4rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-9 {
    margin: 7.2rem !important;
  }
  .u-xl-mx-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .u-xl-my-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .u-xl-mt-9 {
    margin-top: 7.2rem !important;
  }
  .u-xl-mr-9 {
    margin-right: 7.2rem !important;
  }
  .u-xl-mb-9 {
    margin-bottom: 7.2rem !important;
  }
  .u-xl-ml-9 {
    margin-left: 7.2rem !important;
  }
  .u-xl-neg-m-9 {
    margin: -7.2rem !important;
  }
  .u-xl-neg-mx-9 {
    margin-right: -7.2rem !important;
    margin-left: -7.2rem !important;
  }
  .u-xl-neg-my-9 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
  }
  .u-xl-neg-mt-9 {
    margin-top: -7.2rem !important;
  }
  .u-xl-neg-mr-9 {
    margin-right: -7.2rem !important;
  }
  .u-xl-neg-mb-9 {
    margin-bottom: -7.2rem !important;
  }
  .u-xl-neg-ml-9 {
    margin-left: -7.2rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-10 {
    margin: 8rem !important;
  }
  .u-xl-mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .u-xl-my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .u-xl-mt-10 {
    margin-top: 8rem !important;
  }
  .u-xl-mr-10 {
    margin-right: 8rem !important;
  }
  .u-xl-mb-10 {
    margin-bottom: 8rem !important;
  }
  .u-xl-ml-10 {
    margin-left: 8rem !important;
  }
  .u-xl-neg-m-10 {
    margin: -8rem !important;
  }
  .u-xl-neg-mx-10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .u-xl-neg-my-10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .u-xl-neg-mt-10 {
    margin-top: -8rem !important;
  }
  .u-xl-neg-mr-10 {
    margin-right: -8rem !important;
  }
  .u-xl-neg-mb-10 {
    margin-bottom: -8rem !important;
  }
  .u-xl-neg-ml-10 {
    margin-left: -8rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-11 {
    margin: 8.8rem !important;
  }
  .u-xl-mx-11 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }
  .u-xl-my-11 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }
  .u-xl-mt-11 {
    margin-top: 8.8rem !important;
  }
  .u-xl-mr-11 {
    margin-right: 8.8rem !important;
  }
  .u-xl-mb-11 {
    margin-bottom: 8.8rem !important;
  }
  .u-xl-ml-11 {
    margin-left: 8.8rem !important;
  }
  .u-xl-neg-m-11 {
    margin: -8.8rem !important;
  }
  .u-xl-neg-mx-11 {
    margin-right: -8.8rem !important;
    margin-left: -8.8rem !important;
  }
  .u-xl-neg-my-11 {
    margin-top: -8.8rem !important;
    margin-bottom: -8.8rem !important;
  }
  .u-xl-neg-mt-11 {
    margin-top: -8.8rem !important;
  }
  .u-xl-neg-mr-11 {
    margin-right: -8.8rem !important;
  }
  .u-xl-neg-mb-11 {
    margin-bottom: -8.8rem !important;
  }
  .u-xl-neg-ml-11 {
    margin-left: -8.8rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-12 {
    margin: 9.6rem !important;
  }
  .u-xl-mx-12 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .u-xl-my-12 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .u-xl-mt-12 {
    margin-top: 9.6rem !important;
  }
  .u-xl-mr-12 {
    margin-right: 9.6rem !important;
  }
  .u-xl-mb-12 {
    margin-bottom: 9.6rem !important;
  }
  .u-xl-ml-12 {
    margin-left: 9.6rem !important;
  }
  .u-xl-neg-m-12 {
    margin: -9.6rem !important;
  }
  .u-xl-neg-mx-12 {
    margin-right: -9.6rem !important;
    margin-left: -9.6rem !important;
  }
  .u-xl-neg-my-12 {
    margin-top: -9.6rem !important;
    margin-bottom: -9.6rem !important;
  }
  .u-xl-neg-mt-12 {
    margin-top: -9.6rem !important;
  }
  .u-xl-neg-mr-12 {
    margin-right: -9.6rem !important;
  }
  .u-xl-neg-mb-12 {
    margin-bottom: -9.6rem !important;
  }
  .u-xl-neg-ml-12 {
    margin-left: -9.6rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-13 {
    margin: 10.4rem !important;
  }
  .u-xl-mx-13 {
    margin-right: 10.4rem !important;
    margin-left: 10.4rem !important;
  }
  .u-xl-my-13 {
    margin-top: 10.4rem !important;
    margin-bottom: 10.4rem !important;
  }
  .u-xl-mt-13 {
    margin-top: 10.4rem !important;
  }
  .u-xl-mr-13 {
    margin-right: 10.4rem !important;
  }
  .u-xl-mb-13 {
    margin-bottom: 10.4rem !important;
  }
  .u-xl-ml-13 {
    margin-left: 10.4rem !important;
  }
  .u-xl-neg-m-13 {
    margin: -10.4rem !important;
  }
  .u-xl-neg-mx-13 {
    margin-right: -10.4rem !important;
    margin-left: -10.4rem !important;
  }
  .u-xl-neg-my-13 {
    margin-top: -10.4rem !important;
    margin-bottom: -10.4rem !important;
  }
  .u-xl-neg-mt-13 {
    margin-top: -10.4rem !important;
  }
  .u-xl-neg-mr-13 {
    margin-right: -10.4rem !important;
  }
  .u-xl-neg-mb-13 {
    margin-bottom: -10.4rem !important;
  }
  .u-xl-neg-ml-13 {
    margin-left: -10.4rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-14 {
    margin: 11.2rem !important;
  }
  .u-xl-mx-14 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }
  .u-xl-my-14 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }
  .u-xl-mt-14 {
    margin-top: 11.2rem !important;
  }
  .u-xl-mr-14 {
    margin-right: 11.2rem !important;
  }
  .u-xl-mb-14 {
    margin-bottom: 11.2rem !important;
  }
  .u-xl-ml-14 {
    margin-left: 11.2rem !important;
  }
  .u-xl-neg-m-14 {
    margin: -11.2rem !important;
  }
  .u-xl-neg-mx-14 {
    margin-right: -11.2rem !important;
    margin-left: -11.2rem !important;
  }
  .u-xl-neg-my-14 {
    margin-top: -11.2rem !important;
    margin-bottom: -11.2rem !important;
  }
  .u-xl-neg-mt-14 {
    margin-top: -11.2rem !important;
  }
  .u-xl-neg-mr-14 {
    margin-right: -11.2rem !important;
  }
  .u-xl-neg-mb-14 {
    margin-bottom: -11.2rem !important;
  }
  .u-xl-neg-ml-14 {
    margin-left: -11.2rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-15 {
    margin: 12rem !important;
  }
  .u-xl-mx-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .u-xl-my-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .u-xl-mt-15 {
    margin-top: 12rem !important;
  }
  .u-xl-mr-15 {
    margin-right: 12rem !important;
  }
  .u-xl-mb-15 {
    margin-bottom: 12rem !important;
  }
  .u-xl-ml-15 {
    margin-left: 12rem !important;
  }
  .u-xl-neg-m-15 {
    margin: -12rem !important;
  }
  .u-xl-neg-mx-15 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .u-xl-neg-my-15 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .u-xl-neg-mt-15 {
    margin-top: -12rem !important;
  }
  .u-xl-neg-mr-15 {
    margin-right: -12rem !important;
  }
  .u-xl-neg-mb-15 {
    margin-bottom: -12rem !important;
  }
  .u-xl-neg-ml-15 {
    margin-left: -12rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-16 {
    margin: 12.8rem !important;
  }
  .u-xl-mx-16 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }
  .u-xl-my-16 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
  .u-xl-mt-16 {
    margin-top: 12.8rem !important;
  }
  .u-xl-mr-16 {
    margin-right: 12.8rem !important;
  }
  .u-xl-mb-16 {
    margin-bottom: 12.8rem !important;
  }
  .u-xl-ml-16 {
    margin-left: 12.8rem !important;
  }
  .u-xl-neg-m-16 {
    margin: -12.8rem !important;
  }
  .u-xl-neg-mx-16 {
    margin-right: -12.8rem !important;
    margin-left: -12.8rem !important;
  }
  .u-xl-neg-my-16 {
    margin-top: -12.8rem !important;
    margin-bottom: -12.8rem !important;
  }
  .u-xl-neg-mt-16 {
    margin-top: -12.8rem !important;
  }
  .u-xl-neg-mr-16 {
    margin-right: -12.8rem !important;
  }
  .u-xl-neg-mb-16 {
    margin-bottom: -12.8rem !important;
  }
  .u-xl-neg-ml-16 {
    margin-left: -12.8rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-17 {
    margin: 13.6rem !important;
  }
  .u-xl-mx-17 {
    margin-right: 13.6rem !important;
    margin-left: 13.6rem !important;
  }
  .u-xl-my-17 {
    margin-top: 13.6rem !important;
    margin-bottom: 13.6rem !important;
  }
  .u-xl-mt-17 {
    margin-top: 13.6rem !important;
  }
  .u-xl-mr-17 {
    margin-right: 13.6rem !important;
  }
  .u-xl-mb-17 {
    margin-bottom: 13.6rem !important;
  }
  .u-xl-ml-17 {
    margin-left: 13.6rem !important;
  }
  .u-xl-neg-m-17 {
    margin: -13.6rem !important;
  }
  .u-xl-neg-mx-17 {
    margin-right: -13.6rem !important;
    margin-left: -13.6rem !important;
  }
  .u-xl-neg-my-17 {
    margin-top: -13.6rem !important;
    margin-bottom: -13.6rem !important;
  }
  .u-xl-neg-mt-17 {
    margin-top: -13.6rem !important;
  }
  .u-xl-neg-mr-17 {
    margin-right: -13.6rem !important;
  }
  .u-xl-neg-mb-17 {
    margin-bottom: -13.6rem !important;
  }
  .u-xl-neg-ml-17 {
    margin-left: -13.6rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-18 {
    margin: 14.4rem !important;
  }
  .u-xl-mx-18 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !important;
  }
  .u-xl-my-18 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !important;
  }
  .u-xl-mt-18 {
    margin-top: 14.4rem !important;
  }
  .u-xl-mr-18 {
    margin-right: 14.4rem !important;
  }
  .u-xl-mb-18 {
    margin-bottom: 14.4rem !important;
  }
  .u-xl-ml-18 {
    margin-left: 14.4rem !important;
  }
  .u-xl-neg-m-18 {
    margin: -14.4rem !important;
  }
  .u-xl-neg-mx-18 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }
  .u-xl-neg-my-18 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }
  .u-xl-neg-mt-18 {
    margin-top: -14.4rem !important;
  }
  .u-xl-neg-mr-18 {
    margin-right: -14.4rem !important;
  }
  .u-xl-neg-mb-18 {
    margin-bottom: -14.4rem !important;
  }
  .u-xl-neg-ml-18 {
    margin-left: -14.4rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-19 {
    margin: 15.2rem !important;
  }
  .u-xl-mx-19 {
    margin-right: 15.2rem !important;
    margin-left: 15.2rem !important;
  }
  .u-xl-my-19 {
    margin-top: 15.2rem !important;
    margin-bottom: 15.2rem !important;
  }
  .u-xl-mt-19 {
    margin-top: 15.2rem !important;
  }
  .u-xl-mr-19 {
    margin-right: 15.2rem !important;
  }
  .u-xl-mb-19 {
    margin-bottom: 15.2rem !important;
  }
  .u-xl-ml-19 {
    margin-left: 15.2rem !important;
  }
  .u-xl-neg-m-19 {
    margin: -15.2rem !important;
  }
  .u-xl-neg-mx-19 {
    margin-right: -15.2rem !important;
    margin-left: -15.2rem !important;
  }
  .u-xl-neg-my-19 {
    margin-top: -15.2rem !important;
    margin-bottom: -15.2rem !important;
  }
  .u-xl-neg-mt-19 {
    margin-top: -15.2rem !important;
  }
  .u-xl-neg-mr-19 {
    margin-right: -15.2rem !important;
  }
  .u-xl-neg-mb-19 {
    margin-bottom: -15.2rem !important;
  }
  .u-xl-neg-ml-19 {
    margin-left: -15.2rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-m-20 {
    margin: 16rem !important;
  }
  .u-xl-mx-20 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .u-xl-my-20 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .u-xl-mt-20 {
    margin-top: 16rem !important;
  }
  .u-xl-mr-20 {
    margin-right: 16rem !important;
  }
  .u-xl-mb-20 {
    margin-bottom: 16rem !important;
  }
  .u-xl-ml-20 {
    margin-left: 16rem !important;
  }
  .u-xl-neg-m-20 {
    margin: -16rem !important;
  }
  .u-xl-neg-mx-20 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .u-xl-neg-my-20 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .u-xl-neg-mt-20 {
    margin-top: -16rem !important;
  }
  .u-xl-neg-mr-20 {
    margin-right: -16rem !important;
  }
  .u-xl-neg-mb-20 {
    margin-bottom: -16rem !important;
  }
  .u-xl-neg-ml-20 {
    margin-left: -16rem !important;
  }
  .u-xl-mt-auto {
    margin-top: auto !important;
  }
  .u-xl-mr-auto {
    margin-right: auto !important;
  }
  .u-xl-mb-auto {
    margin-bottom: auto !important;
  }
  .u-xl-ml-auto {
    margin-left: auto !important;
  }
  .u-xl-order-0 {
    order: 0 !important;
  }
  .u-xl-order-1 {
    order: 1 !important;
  }
  .u-xl-order-2 {
    order: 2 !important;
  }
  .u-xl-order-3 {
    order: 3 !important;
  }
  .u-xl-order-4 {
    order: 4 !important;
  }
  .u-xl-order-5 {
    order: 5 !important;
  }
  .u-xl-order-6 {
    order: 6 !important;
  }
  .u-xl-order-7 {
    order: 7 !important;
  }
  .u-xl-order-8 {
    order: 8 !important;
  }
  .u-xl-order-9 {
    order: 9 !important;
  }
  .u-xl-order-10 {
    order: 10 !important;
  }
  .u-xl-order-11 {
    order: 11 !important;
  }
  .u-xl-order-12 {
    order: 12 !important;
  }
  .u-xl-order-13 {
    order: 13 !important;
  }
  .u-xl-order-14 {
    order: 14 !important;
  }
  .u-xl-order-15 {
    order: 15 !important;
  }
  .u-xl-order-16 {
    order: 16 !important;
  }
  .u-xl-order-17 {
    order: 17 !important;
  }
  .u-xl-order-18 {
    order: 18 !important;
  }
  .u-xl-order-19 {
    order: 19 !important;
  }
  .u-xl-order-20 {
    order: 20 !important;
  }
  .u-xl-order-21 {
    order: 21 !important;
  }
  .u-xl-order-22 {
    order: 22 !important;
  }
  .u-xl-order-23 {
    order: 23 !important;
  }
  .u-xl-order-24 {
    order: 24 !important;
  }
  .u-xl-order-25 {
    order: 25 !important;
  }
  .u-xl-order-26 {
    order: 26 !important;
  }
  .u-xl-order-27 {
    order: 27 !important;
  }
  .u-xl-order-28 {
    order: 28 !important;
  }
  .u-xl-order-29 {
    order: 29 !important;
  }
  .u-xl-order-30 {
    order: 30 !important;
  }
  .u-xl-order-31 {
    order: 31 !important;
  }
  .u-xl-order-32 {
    order: 32 !important;
  }
  .u-xl-order-33 {
    order: 33 !important;
  }
  .u-xl-order-34 {
    order: 34 !important;
  }
  .u-xl-order-35 {
    order: 35 !important;
  }
  .u-xl-order-36 {
    order: 36 !important;
  }
  .u-xl-order-37 {
    order: 37 !important;
  }
  .u-xl-order-38 {
    order: 38 !important;
  }
  .u-xl-order-39 {
    order: 39 !important;
  }
  .u-xl-order-40 {
    order: 40 !important;
  }
  .u-xl-order-41 {
    order: 41 !important;
  }
  .u-xl-order-42 {
    order: 42 !important;
  }
  .u-xl-order-43 {
    order: 43 !important;
  }
  .u-xl-order-44 {
    order: 44 !important;
  }
  .u-xl-order-45 {
    order: 45 !important;
  }
  .u-xl-order-46 {
    order: 46 !important;
  }
  .u-xl-order-47 {
    order: 47 !important;
  }
  .u-xl-order-48 {
    order: 48 !important;
  }
  .u-xl-order-49 {
    order: 49 !important;
  }
  .u-xl-order-50 {
    order: 50 !important;
  }
  .u-xl-order-51 {
    order: 51 !important;
  }
  .u-xl-order-52 {
    order: 52 !important;
  }
  .u-xl-order-53 {
    order: 53 !important;
  }
  .u-xl-order-54 {
    order: 54 !important;
  }
  .u-xl-order-55 {
    order: 55 !important;
  }
  .u-xl-order-56 {
    order: 56 !important;
  }
  .u-xl-order-57 {
    order: 57 !important;
  }
  .u-xl-order-58 {
    order: 58 !important;
  }
  .u-xl-order-59 {
    order: 59 !important;
  }
  .u-xl-order-60 {
    order: 60 !important;
  }
  .u-xl-order-61 {
    order: 61 !important;
  }
  .u-xl-order-62 {
    order: 62 !important;
  }
  .u-xl-order-63 {
    order: 63 !important;
  }
  .u-xl-order-64 {
    order: 64 !important;
  }
  .u-xl-order-65 {
    order: 65 !important;
  }
  .u-xl-order-66 {
    order: 66 !important;
  }
  .u-xl-order-67 {
    order: 67 !important;
  }
  .u-xl-order-68 {
    order: 68 !important;
  }
  .u-xl-order-69 {
    order: 69 !important;
  }
  .u-xl-order-70 {
    order: 70 !important;
  }
  .u-xl-order-71 {
    order: 71 !important;
  }
  .u-xl-order-72 {
    order: 72 !important;
  }
  .u-xl-order-73 {
    order: 73 !important;
  }
  .u-xl-order-74 {
    order: 74 !important;
  }
  .u-xl-order-75 {
    order: 75 !important;
  }
  .u-xl-order-76 {
    order: 76 !important;
  }
  .u-xl-order-77 {
    order: 77 !important;
  }
  .u-xl-order-78 {
    order: 78 !important;
  }
  .u-xl-order-79 {
    order: 79 !important;
  }
  .u-xl-order-80 {
    order: 80 !important;
  }
  .u-xl-order-81 {
    order: 81 !important;
  }
  .u-xl-order-82 {
    order: 82 !important;
  }
  .u-xl-order-83 {
    order: 83 !important;
  }
  .u-xl-order-84 {
    order: 84 !important;
  }
  .u-xl-order-85 {
    order: 85 !important;
  }
  .u-xl-order-86 {
    order: 86 !important;
  }
  .u-xl-order-87 {
    order: 87 !important;
  }
  .u-xl-order-88 {
    order: 88 !important;
  }
  .u-xl-order-89 {
    order: 89 !important;
  }
  .u-xl-order-90 {
    order: 90 !important;
  }
  .u-xl-order-91 {
    order: 91 !important;
  }
  .u-xl-order-92 {
    order: 92 !important;
  }
  .u-xl-order-93 {
    order: 93 !important;
  }
  .u-xl-order-94 {
    order: 94 !important;
  }
  .u-xl-order-95 {
    order: 95 !important;
  }
  .u-xl-order-96 {
    order: 96 !important;
  }
  .u-xl-order-97 {
    order: 97 !important;
  }
  .u-xl-order-98 {
    order: 98 !important;
  }
  .u-xl-order-99 {
    order: 99 !important;
  }
  .u-xl-order-100 {
    order: 100 !important;
  }
  .u-xl-overflow-visible {
    overflow: visible !important;
  }
  .u-xl-overflow-scroll {
    overflow: scroll !important;
  }
  .u-xl-overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .u-xl-overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .u-xl-overflow-hidden {
    overflow: hidden !important;
  }
  .u-xl-p-0 {
    padding: 0rem !important;
  }
  .u-xl-px-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .u-xl-py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-xl-pt-0 {
    padding-top: 0rem !important;
  }
  .u-xl-pr-0 {
    padding-right: 0rem !important;
  }
  .u-xl-pb-0 {
    padding-bottom: 0rem !important;
  }
  .u-xl-pl-0 {
    padding-left: 0rem !important;
  }
  .u-xl-p-1 {
    padding: 0.8rem !important;
  }
  .u-xl-px-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .u-xl-py-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .u-xl-pt-1 {
    padding-top: 0.8rem !important;
  }
  .u-xl-pr-1 {
    padding-right: 0.8rem !important;
  }
  .u-xl-pb-1 {
    padding-bottom: 0.8rem !important;
  }
  .u-xl-pl-1 {
    padding-left: 0.8rem !important;
  }
  .u-xl-p-2 {
    padding: 1.6rem !important;
  }
  .u-xl-px-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .u-xl-py-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .u-xl-pt-2 {
    padding-top: 1.6rem !important;
  }
  .u-xl-pr-2 {
    padding-right: 1.6rem !important;
  }
  .u-xl-pb-2 {
    padding-bottom: 1.6rem !important;
  }
  .u-xl-pl-2 {
    padding-left: 1.6rem !important;
  }
  .u-xl-p-3 {
    padding: 2.4rem !important;
  }
  .u-xl-px-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .u-xl-py-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .u-xl-pt-3 {
    padding-top: 2.4rem !important;
  }
  .u-xl-pr-3 {
    padding-right: 2.4rem !important;
  }
  .u-xl-pb-3 {
    padding-bottom: 2.4rem !important;
  }
  .u-xl-pl-3 {
    padding-left: 2.4rem !important;
  }
  .u-xl-p-4 {
    padding: 3.2rem !important;
  }
  .u-xl-px-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .u-xl-py-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .u-xl-pt-4 {
    padding-top: 3.2rem !important;
  }
  .u-xl-pr-4 {
    padding-right: 3.2rem !important;
  }
  .u-xl-pb-4 {
    padding-bottom: 3.2rem !important;
  }
  .u-xl-pl-4 {
    padding-left: 3.2rem !important;
  }
  .u-xl-p-5 {
    padding: 4rem !important;
  }
  .u-xl-px-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .u-xl-py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .u-xl-pt-5 {
    padding-top: 4rem !important;
  }
  .u-xl-pr-5 {
    padding-right: 4rem !important;
  }
  .u-xl-pb-5 {
    padding-bottom: 4rem !important;
  }
  .u-xl-pl-5 {
    padding-left: 4rem !important;
  }
  .u-xl-p-6 {
    padding: 4.8rem !important;
  }
  .u-xl-px-6 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .u-xl-py-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .u-xl-pt-6 {
    padding-top: 4.8rem !important;
  }
  .u-xl-pr-6 {
    padding-right: 4.8rem !important;
  }
  .u-xl-pb-6 {
    padding-bottom: 4.8rem !important;
  }
  .u-xl-pl-6 {
    padding-left: 4.8rem !important;
  }
  .u-xl-p-7 {
    padding: 5.6rem !important;
  }
  .u-xl-px-7 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .u-xl-py-7 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .u-xl-pt-7 {
    padding-top: 5.6rem !important;
  }
  .u-xl-pr-7 {
    padding-right: 5.6rem !important;
  }
  .u-xl-pb-7 {
    padding-bottom: 5.6rem !important;
  }
  .u-xl-pl-7 {
    padding-left: 5.6rem !important;
  }
  .u-xl-p-8 {
    padding: 6.4rem !important;
  }
  .u-xl-px-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .u-xl-py-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .u-xl-pt-8 {
    padding-top: 6.4rem !important;
  }
  .u-xl-pr-8 {
    padding-right: 6.4rem !important;
  }
  .u-xl-pb-8 {
    padding-bottom: 6.4rem !important;
  }
  .u-xl-pl-8 {
    padding-left: 6.4rem !important;
  }
  .u-xl-p-9 {
    padding: 7.2rem !important;
  }
  .u-xl-px-9 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .u-xl-py-9 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .u-xl-pt-9 {
    padding-top: 7.2rem !important;
  }
  .u-xl-pr-9 {
    padding-right: 7.2rem !important;
  }
  .u-xl-pb-9 {
    padding-bottom: 7.2rem !important;
  }
  .u-xl-pl-9 {
    padding-left: 7.2rem !important;
  }
  .u-xl-p-10 {
    padding: 8rem !important;
  }
  .u-xl-px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .u-xl-py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .u-xl-pt-10 {
    padding-top: 8rem !important;
  }
  .u-xl-pr-10 {
    padding-right: 8rem !important;
  }
  .u-xl-pb-10 {
    padding-bottom: 8rem !important;
  }
  .u-xl-pl-10 {
    padding-left: 8rem !important;
  }
  .u-xl-p-11 {
    padding: 8.8rem !important;
  }
  .u-xl-px-11 {
    padding-right: 8.8rem !important;
    padding-left: 8.8rem !important;
  }
  .u-xl-py-11 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }
  .u-xl-pt-11 {
    padding-top: 8.8rem !important;
  }
  .u-xl-pr-11 {
    padding-right: 8.8rem !important;
  }
  .u-xl-pb-11 {
    padding-bottom: 8.8rem !important;
  }
  .u-xl-pl-11 {
    padding-left: 8.8rem !important;
  }
  .u-xl-p-12 {
    padding: 9.6rem !important;
  }
  .u-xl-px-12 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .u-xl-py-12 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .u-xl-pt-12 {
    padding-top: 9.6rem !important;
  }
  .u-xl-pr-12 {
    padding-right: 9.6rem !important;
  }
  .u-xl-pb-12 {
    padding-bottom: 9.6rem !important;
  }
  .u-xl-pl-12 {
    padding-left: 9.6rem !important;
  }
  .u-xl-p-13 {
    padding: 10.4rem !important;
  }
  .u-xl-px-13 {
    padding-right: 10.4rem !important;
    padding-left: 10.4rem !important;
  }
  .u-xl-py-13 {
    padding-top: 10.4rem !important;
    padding-bottom: 10.4rem !important;
  }
  .u-xl-pt-13 {
    padding-top: 10.4rem !important;
  }
  .u-xl-pr-13 {
    padding-right: 10.4rem !important;
  }
  .u-xl-pb-13 {
    padding-bottom: 10.4rem !important;
  }
  .u-xl-pl-13 {
    padding-left: 10.4rem !important;
  }
  .u-xl-p-14 {
    padding: 11.2rem !important;
  }
  .u-xl-px-14 {
    padding-right: 11.2rem !important;
    padding-left: 11.2rem !important;
  }
  .u-xl-py-14 {
    padding-top: 11.2rem !important;
    padding-bottom: 11.2rem !important;
  }
  .u-xl-pt-14 {
    padding-top: 11.2rem !important;
  }
  .u-xl-pr-14 {
    padding-right: 11.2rem !important;
  }
  .u-xl-pb-14 {
    padding-bottom: 11.2rem !important;
  }
  .u-xl-pl-14 {
    padding-left: 11.2rem !important;
  }
  .u-xl-p-15 {
    padding: 12rem !important;
  }
  .u-xl-px-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .u-xl-py-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .u-xl-pt-15 {
    padding-top: 12rem !important;
  }
  .u-xl-pr-15 {
    padding-right: 12rem !important;
  }
  .u-xl-pb-15 {
    padding-bottom: 12rem !important;
  }
  .u-xl-pl-15 {
    padding-left: 12rem !important;
  }
  .u-xl-p-16 {
    padding: 12.8rem !important;
  }
  .u-xl-px-16 {
    padding-right: 12.8rem !important;
    padding-left: 12.8rem !important;
  }
  .u-xl-py-16 {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
  .u-xl-pt-16 {
    padding-top: 12.8rem !important;
  }
  .u-xl-pr-16 {
    padding-right: 12.8rem !important;
  }
  .u-xl-pb-16 {
    padding-bottom: 12.8rem !important;
  }
  .u-xl-pl-16 {
    padding-left: 12.8rem !important;
  }
  .u-xl-p-17 {
    padding: 13.6rem !important;
  }
  .u-xl-px-17 {
    padding-right: 13.6rem !important;
    padding-left: 13.6rem !important;
  }
  .u-xl-py-17 {
    padding-top: 13.6rem !important;
    padding-bottom: 13.6rem !important;
  }
  .u-xl-pt-17 {
    padding-top: 13.6rem !important;
  }
  .u-xl-pr-17 {
    padding-right: 13.6rem !important;
  }
  .u-xl-pb-17 {
    padding-bottom: 13.6rem !important;
  }
  .u-xl-pl-17 {
    padding-left: 13.6rem !important;
  }
  .u-xl-p-18 {
    padding: 14.4rem !important;
  }
  .u-xl-px-18 {
    padding-right: 14.4rem !important;
    padding-left: 14.4rem !important;
  }
  .u-xl-py-18 {
    padding-top: 14.4rem !important;
    padding-bottom: 14.4rem !important;
  }
  .u-xl-pt-18 {
    padding-top: 14.4rem !important;
  }
  .u-xl-pr-18 {
    padding-right: 14.4rem !important;
  }
  .u-xl-pb-18 {
    padding-bottom: 14.4rem !important;
  }
  .u-xl-pl-18 {
    padding-left: 14.4rem !important;
  }
  .u-xl-p-19 {
    padding: 15.2rem !important;
  }
  .u-xl-px-19 {
    padding-right: 15.2rem !important;
    padding-left: 15.2rem !important;
  }
  .u-xl-py-19 {
    padding-top: 15.2rem !important;
    padding-bottom: 15.2rem !important;
  }
  .u-xl-pt-19 {
    padding-top: 15.2rem !important;
  }
  .u-xl-pr-19 {
    padding-right: 15.2rem !important;
  }
  .u-xl-pb-19 {
    padding-bottom: 15.2rem !important;
  }
  .u-xl-pl-19 {
    padding-left: 15.2rem !important;
  }
  .u-xl-p-20 {
    padding: 16rem !important;
  }
  .u-xl-px-20 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .u-xl-py-20 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .u-xl-pt-20 {
    padding-top: 16rem !important;
  }
  .u-xl-pr-20 {
    padding-right: 16rem !important;
  }
  .u-xl-pb-20 {
    padding-bottom: 16rem !important;
  }
  .u-xl-pl-20 {
    padding-left: 16rem !important;
  }
  .u-xl-text-left {
    text-align: left !important;
  }
  .u-xl-text-center {
    text-align: center !important;
  }
  .u-xl-text-right {
    text-align: right !important;
  }
  .u-xl-text-justify {
    text-align: justify !important;
  }
  .u-xl-visible {
    visibility: visible !important;
  }
  .u-xl-hidden {
    visibility: hidden !important;
  }
  .u-xl-whitespace-normal {
    white-space: normal !important;
  }
  .u-xl-whitespace-nowrap {
    white-space: nowrap !important;
  }
  .u-xl-w-0 {
    width: 0% !important;
  }
  .u-xl-w-1 {
    width: 1% !important;
  }
  .u-xl-w-2 {
    width: 2% !important;
  }
  .u-xl-w-3 {
    width: 3% !important;
  }
  .u-xl-w-4 {
    width: 4% !important;
  }
  .u-xl-w-5 {
    width: 5% !important;
  }
  .u-xl-w-6 {
    width: 6% !important;
  }
  .u-xl-w-7 {
    width: 7% !important;
  }
  .u-xl-w-8 {
    width: 8% !important;
  }
  .u-xl-w-9 {
    width: 9% !important;
  }
  .u-xl-w-10 {
    width: 10% !important;
  }
  .u-xl-w-11 {
    width: 11% !important;
  }
  .u-xl-w-12 {
    width: 12% !important;
  }
  .u-xl-w-13 {
    width: 13% !important;
  }
  .u-xl-w-14 {
    width: 14% !important;
  }
  .u-xl-w-15 {
    width: 15% !important;
  }
  .u-xl-w-16 {
    width: 16% !important;
  }
  .u-xl-w-17 {
    width: 17% !important;
  }
  .u-xl-w-18 {
    width: 18% !important;
  }
  .u-xl-w-19 {
    width: 19% !important;
  }
  .u-xl-w-20 {
    width: 20% !important;
  }
  .u-xl-w-21 {
    width: 21% !important;
  }
  .u-xl-w-22 {
    width: 22% !important;
  }
  .u-xl-w-23 {
    width: 23% !important;
  }
  .u-xl-w-24 {
    width: 24% !important;
  }
  .u-xl-w-25 {
    width: 25% !important;
  }
  .u-xl-w-26 {
    width: 26% !important;
  }
  .u-xl-w-27 {
    width: 27% !important;
  }
  .u-xl-w-28 {
    width: 28% !important;
  }
  .u-xl-w-29 {
    width: 29% !important;
  }
  .u-xl-w-30 {
    width: 30% !important;
  }
  .u-xl-w-31 {
    width: 31% !important;
  }
  .u-xl-w-32 {
    width: 32% !important;
  }
  .u-xl-w-33 {
    width: 33% !important;
  }
  .u-xl-w-34 {
    width: 34% !important;
  }
  .u-xl-w-35 {
    width: 35% !important;
  }
  .u-xl-w-36 {
    width: 36% !important;
  }
  .u-xl-w-37 {
    width: 37% !important;
  }
  .u-xl-w-38 {
    width: 38% !important;
  }
  .u-xl-w-39 {
    width: 39% !important;
  }
  .u-xl-w-40 {
    width: 40% !important;
  }
  .u-xl-w-41 {
    width: 41% !important;
  }
  .u-xl-w-42 {
    width: 42% !important;
  }
  .u-xl-w-43 {
    width: 43% !important;
  }
  .u-xl-w-44 {
    width: 44% !important;
  }
  .u-xl-w-45 {
    width: 45% !important;
  }
  .u-xl-w-46 {
    width: 46% !important;
  }
  .u-xl-w-47 {
    width: 47% !important;
  }
  .u-xl-w-48 {
    width: 48% !important;
  }
  .u-xl-w-49 {
    width: 49% !important;
  }
  .u-xl-w-50 {
    width: 50% !important;
  }
  .u-xl-w-51 {
    width: 51% !important;
  }
  .u-xl-w-52 {
    width: 52% !important;
  }
  .u-xl-w-53 {
    width: 53% !important;
  }
  .u-xl-w-54 {
    width: 54% !important;
  }
  .u-xl-w-55 {
    width: 55% !important;
  }
  .u-xl-w-56 {
    width: 56% !important;
  }
  .u-xl-w-57 {
    width: 57% !important;
  }
  .u-xl-w-58 {
    width: 58% !important;
  }
  .u-xl-w-59 {
    width: 59% !important;
  }
  .u-xl-w-60 {
    width: 60% !important;
  }
  .u-xl-w-61 {
    width: 61% !important;
  }
  .u-xl-w-62 {
    width: 62% !important;
  }
  .u-xl-w-63 {
    width: 63% !important;
  }
  .u-xl-w-64 {
    width: 64% !important;
  }
  .u-xl-w-65 {
    width: 65% !important;
  }
  .u-xl-w-66 {
    width: 66% !important;
  }
  .u-xl-w-67 {
    width: 67% !important;
  }
  .u-xl-w-68 {
    width: 68% !important;
  }
  .u-xl-w-69 {
    width: 69% !important;
  }
  .u-xl-w-70 {
    width: 70% !important;
  }
  .u-xl-w-71 {
    width: 71% !important;
  }
  .u-xl-w-72 {
    width: 72% !important;
  }
  .u-xl-w-73 {
    width: 73% !important;
  }
  .u-xl-w-74 {
    width: 74% !important;
  }
  .u-xl-w-75 {
    width: 75% !important;
  }
  .u-xl-w-76 {
    width: 76% !important;
  }
  .u-xl-w-77 {
    width: 77% !important;
  }
  .u-xl-w-78 {
    width: 78% !important;
  }
  .u-xl-w-79 {
    width: 79% !important;
  }
  .u-xl-w-80 {
    width: 80% !important;
  }
  .u-xl-w-81 {
    width: 81% !important;
  }
  .u-xl-w-82 {
    width: 82% !important;
  }
  .u-xl-w-83 {
    width: 83% !important;
  }
  .u-xl-w-84 {
    width: 84% !important;
  }
  .u-xl-w-85 {
    width: 85% !important;
  }
  .u-xl-w-86 {
    width: 86% !important;
  }
  .u-xl-w-87 {
    width: 87% !important;
  }
  .u-xl-w-88 {
    width: 88% !important;
  }
  .u-xl-w-89 {
    width: 89% !important;
  }
  .u-xl-w-90 {
    width: 90% !important;
  }
  .u-xl-w-91 {
    width: 91% !important;
  }
  .u-xl-w-92 {
    width: 92% !important;
  }
  .u-xl-w-93 {
    width: 93% !important;
  }
  .u-xl-w-94 {
    width: 94% !important;
  }
  .u-xl-w-95 {
    width: 95% !important;
  }
  .u-xl-w-96 {
    width: 96% !important;
  }
  .u-xl-w-97 {
    width: 97% !important;
  }
  .u-xl-w-98 {
    width: 98% !important;
  }
  .u-xl-w-99 {
    width: 99% !important;
  }
  .u-xl-w-100 {
    width: 100% !important;
  }
  .u-xl-w-0px {
    width: 0px !important;
  }
  .u-xl-w-1px {
    width: 1px !important;
  }
  .u-xl-w-2px {
    width: 2px !important;
  }
  .u-xl-w-3px {
    width: 3px !important;
  }
  .u-xl-w-4px {
    width: 4px !important;
  }
  .u-xl-w-5px {
    width: 5px !important;
  }
  .u-xl-w-6px {
    width: 6px !important;
  }
  .u-xl-w-7px {
    width: 7px !important;
  }
  .u-xl-w-8px {
    width: 8px !important;
  }
  .u-xl-w-9px {
    width: 9px !important;
  }
  .u-xl-w-10px {
    width: 10px !important;
  }
  .u-xl-w-11px {
    width: 11px !important;
  }
  .u-xl-w-12px {
    width: 12px !important;
  }
  .u-xl-w-13px {
    width: 13px !important;
  }
  .u-xl-w-14px {
    width: 14px !important;
  }
  .u-xl-w-15px {
    width: 15px !important;
  }
  .u-xl-w-16px {
    width: 16px !important;
  }
  .u-xl-w-17px {
    width: 17px !important;
  }
  .u-xl-w-18px {
    width: 18px !important;
  }
  .u-xl-w-19px {
    width: 19px !important;
  }
  .u-xl-w-20px {
    width: 20px !important;
  }
  .u-xl-w-21px {
    width: 21px !important;
  }
  .u-xl-w-22px {
    width: 22px !important;
  }
  .u-xl-w-23px {
    width: 23px !important;
  }
  .u-xl-w-24px {
    width: 24px !important;
  }
  .u-xl-w-25px {
    width: 25px !important;
  }
  .u-xl-w-26px {
    width: 26px !important;
  }
  .u-xl-w-27px {
    width: 27px !important;
  }
  .u-xl-w-28px {
    width: 28px !important;
  }
  .u-xl-w-29px {
    width: 29px !important;
  }
  .u-xl-w-30px {
    width: 30px !important;
  }
  .u-xl-w-31px {
    width: 31px !important;
  }
  .u-xl-w-32px {
    width: 32px !important;
  }
  .u-xl-w-33px {
    width: 33px !important;
  }
  .u-xl-w-34px {
    width: 34px !important;
  }
  .u-xl-w-35px {
    width: 35px !important;
  }
  .u-xl-w-36px {
    width: 36px !important;
  }
  .u-xl-w-37px {
    width: 37px !important;
  }
  .u-xl-w-38px {
    width: 38px !important;
  }
  .u-xl-w-39px {
    width: 39px !important;
  }
  .u-xl-w-40px {
    width: 40px !important;
  }
  .u-xl-w-41px {
    width: 41px !important;
  }
  .u-xl-w-42px {
    width: 42px !important;
  }
  .u-xl-w-43px {
    width: 43px !important;
  }
  .u-xl-w-44px {
    width: 44px !important;
  }
  .u-xl-w-45px {
    width: 45px !important;
  }
  .u-xl-w-46px {
    width: 46px !important;
  }
  .u-xl-w-47px {
    width: 47px !important;
  }
  .u-xl-w-48px {
    width: 48px !important;
  }
  .u-xl-w-49px {
    width: 49px !important;
  }
  .u-xl-w-50px {
    width: 50px !important;
  }
  .u-xl-w-51px {
    width: 51px !important;
  }
  .u-xl-w-52px {
    width: 52px !important;
  }
  .u-xl-w-53px {
    width: 53px !important;
  }
  .u-xl-w-54px {
    width: 54px !important;
  }
  .u-xl-w-55px {
    width: 55px !important;
  }
  .u-xl-w-56px {
    width: 56px !important;
  }
  .u-xl-w-57px {
    width: 57px !important;
  }
  .u-xl-w-58px {
    width: 58px !important;
  }
  .u-xl-w-59px {
    width: 59px !important;
  }
  .u-xl-w-60px {
    width: 60px !important;
  }
  .u-xl-w-61px {
    width: 61px !important;
  }
  .u-xl-w-62px {
    width: 62px !important;
  }
  .u-xl-w-63px {
    width: 63px !important;
  }
  .u-xl-w-64px {
    width: 64px !important;
  }
  .u-xl-w-65px {
    width: 65px !important;
  }
  .u-xl-w-66px {
    width: 66px !important;
  }
  .u-xl-w-67px {
    width: 67px !important;
  }
  .u-xl-w-68px {
    width: 68px !important;
  }
  .u-xl-w-69px {
    width: 69px !important;
  }
  .u-xl-w-70px {
    width: 70px !important;
  }
  .u-xl-w-71px {
    width: 71px !important;
  }
  .u-xl-w-72px {
    width: 72px !important;
  }
  .u-xl-w-73px {
    width: 73px !important;
  }
  .u-xl-w-74px {
    width: 74px !important;
  }
  .u-xl-w-75px {
    width: 75px !important;
  }
  .u-xl-w-76px {
    width: 76px !important;
  }
  .u-xl-w-77px {
    width: 77px !important;
  }
  .u-xl-w-78px {
    width: 78px !important;
  }
  .u-xl-w-79px {
    width: 79px !important;
  }
  .u-xl-w-80px {
    width: 80px !important;
  }
  .u-xl-w-81px {
    width: 81px !important;
  }
  .u-xl-w-82px {
    width: 82px !important;
  }
  .u-xl-w-83px {
    width: 83px !important;
  }
  .u-xl-w-84px {
    width: 84px !important;
  }
  .u-xl-w-85px {
    width: 85px !important;
  }
  .u-xl-w-86px {
    width: 86px !important;
  }
  .u-xl-w-87px {
    width: 87px !important;
  }
  .u-xl-w-88px {
    width: 88px !important;
  }
  .u-xl-w-89px {
    width: 89px !important;
  }
  .u-xl-w-90px {
    width: 90px !important;
  }
  .u-xl-w-91px {
    width: 91px !important;
  }
  .u-xl-w-92px {
    width: 92px !important;
  }
  .u-xl-w-93px {
    width: 93px !important;
  }
  .u-xl-w-94px {
    width: 94px !important;
  }
  .u-xl-w-95px {
    width: 95px !important;
  }
  .u-xl-w-96px {
    width: 96px !important;
  }
  .u-xl-w-97px {
    width: 97px !important;
  }
  .u-xl-w-98px {
    width: 98px !important;
  }
  .u-xl-w-99px {
    width: 99px !important;
  }
  .u-xl-w-100px {
    width: 100px !important;
  }
  .u-xl-w-101px {
    width: 101px !important;
  }
  .u-xl-w-102px {
    width: 102px !important;
  }
  .u-xl-w-103px {
    width: 103px !important;
  }
  .u-xl-w-104px {
    width: 104px !important;
  }
  .u-xl-w-105px {
    width: 105px !important;
  }
  .u-xl-w-106px {
    width: 106px !important;
  }
  .u-xl-w-107px {
    width: 107px !important;
  }
  .u-xl-w-108px {
    width: 108px !important;
  }
  .u-xl-w-109px {
    width: 109px !important;
  }
  .u-xl-w-110px {
    width: 110px !important;
  }
  .u-xl-w-111px {
    width: 111px !important;
  }
  .u-xl-w-112px {
    width: 112px !important;
  }
  .u-xl-w-113px {
    width: 113px !important;
  }
  .u-xl-w-114px {
    width: 114px !important;
  }
  .u-xl-w-115px {
    width: 115px !important;
  }
  .u-xl-w-116px {
    width: 116px !important;
  }
  .u-xl-w-117px {
    width: 117px !important;
  }
  .u-xl-w-118px {
    width: 118px !important;
  }
  .u-xl-w-119px {
    width: 119px !important;
  }
  .u-xl-w-120px {
    width: 120px !important;
  }
  .u-xl-w-121px {
    width: 121px !important;
  }
  .u-xl-w-122px {
    width: 122px !important;
  }
  .u-xl-w-123px {
    width: 123px !important;
  }
  .u-xl-w-124px {
    width: 124px !important;
  }
  .u-xl-w-125px {
    width: 125px !important;
  }
  .u-xl-w-126px {
    width: 126px !important;
  }
  .u-xl-w-127px {
    width: 127px !important;
  }
  .u-xl-w-128px {
    width: 128px !important;
  }
  .u-xl-w-129px {
    width: 129px !important;
  }
  .u-xl-w-130px {
    width: 130px !important;
  }
  .u-xl-w-131px {
    width: 131px !important;
  }
  .u-xl-w-132px {
    width: 132px !important;
  }
  .u-xl-w-133px {
    width: 133px !important;
  }
  .u-xl-w-134px {
    width: 134px !important;
  }
  .u-xl-w-135px {
    width: 135px !important;
  }
  .u-xl-w-136px {
    width: 136px !important;
  }
  .u-xl-w-137px {
    width: 137px !important;
  }
  .u-xl-w-138px {
    width: 138px !important;
  }
  .u-xl-w-139px {
    width: 139px !important;
  }
  .u-xl-w-140px {
    width: 140px !important;
  }
  .u-xl-w-141px {
    width: 141px !important;
  }
  .u-xl-w-142px {
    width: 142px !important;
  }
  .u-xl-w-143px {
    width: 143px !important;
  }
  .u-xl-w-144px {
    width: 144px !important;
  }
  .u-xl-w-145px {
    width: 145px !important;
  }
  .u-xl-w-146px {
    width: 146px !important;
  }
  .u-xl-w-147px {
    width: 147px !important;
  }
  .u-xl-w-148px {
    width: 148px !important;
  }
  .u-xl-w-149px {
    width: 149px !important;
  }
  .u-xl-w-150px {
    width: 150px !important;
  }
  .u-xl-w-151px {
    width: 151px !important;
  }
  .u-xl-w-152px {
    width: 152px !important;
  }
  .u-xl-w-153px {
    width: 153px !important;
  }
  .u-xl-w-154px {
    width: 154px !important;
  }
  .u-xl-w-155px {
    width: 155px !important;
  }
  .u-xl-w-156px {
    width: 156px !important;
  }
  .u-xl-w-157px {
    width: 157px !important;
  }
  .u-xl-w-158px {
    width: 158px !important;
  }
  .u-xl-w-159px {
    width: 159px !important;
  }
  .u-xl-w-160px {
    width: 160px !important;
  }
  .u-xl-w-161px {
    width: 161px !important;
  }
  .u-xl-w-162px {
    width: 162px !important;
  }
  .u-xl-w-163px {
    width: 163px !important;
  }
  .u-xl-w-164px {
    width: 164px !important;
  }
  .u-xl-w-165px {
    width: 165px !important;
  }
  .u-xl-w-166px {
    width: 166px !important;
  }
  .u-xl-w-167px {
    width: 167px !important;
  }
  .u-xl-w-168px {
    width: 168px !important;
  }
  .u-xl-w-169px {
    width: 169px !important;
  }
  .u-xl-w-170px {
    width: 170px !important;
  }
  .u-xl-w-171px {
    width: 171px !important;
  }
  .u-xl-w-172px {
    width: 172px !important;
  }
  .u-xl-w-173px {
    width: 173px !important;
  }
  .u-xl-w-174px {
    width: 174px !important;
  }
  .u-xl-w-175px {
    width: 175px !important;
  }
  .u-xl-w-176px {
    width: 176px !important;
  }
  .u-xl-w-177px {
    width: 177px !important;
  }
  .u-xl-w-178px {
    width: 178px !important;
  }
  .u-xl-w-179px {
    width: 179px !important;
  }
  .u-xl-w-180px {
    width: 180px !important;
  }
  .u-xl-w-181px {
    width: 181px !important;
  }
  .u-xl-w-182px {
    width: 182px !important;
  }
  .u-xl-w-183px {
    width: 183px !important;
  }
  .u-xl-w-184px {
    width: 184px !important;
  }
  .u-xl-w-185px {
    width: 185px !important;
  }
  .u-xl-w-186px {
    width: 186px !important;
  }
  .u-xl-w-187px {
    width: 187px !important;
  }
  .u-xl-w-188px {
    width: 188px !important;
  }
  .u-xl-w-189px {
    width: 189px !important;
  }
  .u-xl-w-190px {
    width: 190px !important;
  }
  .u-xl-w-191px {
    width: 191px !important;
  }
  .u-xl-w-192px {
    width: 192px !important;
  }
  .u-xl-w-193px {
    width: 193px !important;
  }
  .u-xl-w-194px {
    width: 194px !important;
  }
  .u-xl-w-195px {
    width: 195px !important;
  }
  .u-xl-w-196px {
    width: 196px !important;
  }
  .u-xl-w-197px {
    width: 197px !important;
  }
  .u-xl-w-198px {
    width: 198px !important;
  }
  .u-xl-w-199px {
    width: 199px !important;
  }
  .u-xl-w-200px {
    width: 200px !important;
  }
  .u-xl-w-201px {
    width: 201px !important;
  }
  .u-xl-w-202px {
    width: 202px !important;
  }
  .u-xl-w-203px {
    width: 203px !important;
  }
  .u-xl-w-204px {
    width: 204px !important;
  }
  .u-xl-w-205px {
    width: 205px !important;
  }
  .u-xl-w-206px {
    width: 206px !important;
  }
  .u-xl-w-207px {
    width: 207px !important;
  }
  .u-xl-w-208px {
    width: 208px !important;
  }
  .u-xl-w-209px {
    width: 209px !important;
  }
  .u-xl-w-210px {
    width: 210px !important;
  }
  .u-xl-w-211px {
    width: 211px !important;
  }
  .u-xl-w-212px {
    width: 212px !important;
  }
  .u-xl-w-213px {
    width: 213px !important;
  }
  .u-xl-w-214px {
    width: 214px !important;
  }
  .u-xl-w-215px {
    width: 215px !important;
  }
  .u-xl-w-216px {
    width: 216px !important;
  }
  .u-xl-w-217px {
    width: 217px !important;
  }
  .u-xl-w-218px {
    width: 218px !important;
  }
  .u-xl-w-219px {
    width: 219px !important;
  }
  .u-xl-w-220px {
    width: 220px !important;
  }
  .u-xl-w-221px {
    width: 221px !important;
  }
  .u-xl-w-222px {
    width: 222px !important;
  }
  .u-xl-w-223px {
    width: 223px !important;
  }
  .u-xl-w-224px {
    width: 224px !important;
  }
  .u-xl-w-225px {
    width: 225px !important;
  }
  .u-xl-w-226px {
    width: 226px !important;
  }
  .u-xl-w-227px {
    width: 227px !important;
  }
  .u-xl-w-228px {
    width: 228px !important;
  }
  .u-xl-w-229px {
    width: 229px !important;
  }
  .u-xl-w-230px {
    width: 230px !important;
  }
  .u-xl-w-231px {
    width: 231px !important;
  }
  .u-xl-w-232px {
    width: 232px !important;
  }
  .u-xl-w-233px {
    width: 233px !important;
  }
  .u-xl-w-234px {
    width: 234px !important;
  }
  .u-xl-w-235px {
    width: 235px !important;
  }
  .u-xl-w-236px {
    width: 236px !important;
  }
  .u-xl-w-237px {
    width: 237px !important;
  }
  .u-xl-w-238px {
    width: 238px !important;
  }
  .u-xl-w-239px {
    width: 239px !important;
  }
  .u-xl-w-240px {
    width: 240px !important;
  }
  .u-xl-w-241px {
    width: 241px !important;
  }
  .u-xl-w-242px {
    width: 242px !important;
  }
  .u-xl-w-243px {
    width: 243px !important;
  }
  .u-xl-w-244px {
    width: 244px !important;
  }
  .u-xl-w-245px {
    width: 245px !important;
  }
  .u-xl-w-246px {
    width: 246px !important;
  }
  .u-xl-w-247px {
    width: 247px !important;
  }
  .u-xl-w-248px {
    width: 248px !important;
  }
  .u-xl-w-249px {
    width: 249px !important;
  }
  .u-xl-w-250px {
    width: 250px !important;
  }
  .u-xl-w-251px {
    width: 251px !important;
  }
  .u-xl-w-252px {
    width: 252px !important;
  }
  .u-xl-w-253px {
    width: 253px !important;
  }
  .u-xl-w-254px {
    width: 254px !important;
  }
  .u-xl-w-255px {
    width: 255px !important;
  }
  .u-xl-w-256px {
    width: 256px !important;
  }
  .u-xl-w-257px {
    width: 257px !important;
  }
  .u-xl-w-258px {
    width: 258px !important;
  }
  .u-xl-w-259px {
    width: 259px !important;
  }
  .u-xl-w-260px {
    width: 260px !important;
  }
  .u-xl-w-261px {
    width: 261px !important;
  }
  .u-xl-w-262px {
    width: 262px !important;
  }
  .u-xl-w-263px {
    width: 263px !important;
  }
  .u-xl-w-264px {
    width: 264px !important;
  }
  .u-xl-w-265px {
    width: 265px !important;
  }
  .u-xl-w-266px {
    width: 266px !important;
  }
  .u-xl-w-267px {
    width: 267px !important;
  }
  .u-xl-w-268px {
    width: 268px !important;
  }
  .u-xl-w-269px {
    width: 269px !important;
  }
  .u-xl-w-270px {
    width: 270px !important;
  }
  .u-xl-w-271px {
    width: 271px !important;
  }
  .u-xl-w-272px {
    width: 272px !important;
  }
  .u-xl-w-273px {
    width: 273px !important;
  }
  .u-xl-w-274px {
    width: 274px !important;
  }
  .u-xl-w-275px {
    width: 275px !important;
  }
  .u-xl-w-276px {
    width: 276px !important;
  }
  .u-xl-w-277px {
    width: 277px !important;
  }
  .u-xl-w-278px {
    width: 278px !important;
  }
  .u-xl-w-279px {
    width: 279px !important;
  }
  .u-xl-w-280px {
    width: 280px !important;
  }
  .u-xl-w-281px {
    width: 281px !important;
  }
  .u-xl-w-282px {
    width: 282px !important;
  }
  .u-xl-w-283px {
    width: 283px !important;
  }
  .u-xl-w-284px {
    width: 284px !important;
  }
  .u-xl-w-285px {
    width: 285px !important;
  }
  .u-xl-w-286px {
    width: 286px !important;
  }
  .u-xl-w-287px {
    width: 287px !important;
  }
  .u-xl-w-288px {
    width: 288px !important;
  }
  .u-xl-w-289px {
    width: 289px !important;
  }
  .u-xl-w-290px {
    width: 290px !important;
  }
  .u-xl-w-291px {
    width: 291px !important;
  }
  .u-xl-w-292px {
    width: 292px !important;
  }
  .u-xl-w-293px {
    width: 293px !important;
  }
  .u-xl-w-294px {
    width: 294px !important;
  }
  .u-xl-w-295px {
    width: 295px !important;
  }
  .u-xl-w-296px {
    width: 296px !important;
  }
  .u-xl-w-297px {
    width: 297px !important;
  }
  .u-xl-w-298px {
    width: 298px !important;
  }
  .u-xl-w-299px {
    width: 299px !important;
  }
  .u-xl-w-300px {
    width: 300px !important;
  }
  .u-xl-w-301px {
    width: 301px !important;
  }
  .u-xl-w-302px {
    width: 302px !important;
  }
  .u-xl-w-303px {
    width: 303px !important;
  }
  .u-xl-w-304px {
    width: 304px !important;
  }
  .u-xl-w-305px {
    width: 305px !important;
  }
  .u-xl-w-306px {
    width: 306px !important;
  }
  .u-xl-w-307px {
    width: 307px !important;
  }
  .u-xl-w-308px {
    width: 308px !important;
  }
  .u-xl-w-309px {
    width: 309px !important;
  }
  .u-xl-w-310px {
    width: 310px !important;
  }
  .u-xl-w-311px {
    width: 311px !important;
  }
  .u-xl-w-312px {
    width: 312px !important;
  }
  .u-xl-w-313px {
    width: 313px !important;
  }
  .u-xl-w-314px {
    width: 314px !important;
  }
  .u-xl-w-315px {
    width: 315px !important;
  }
  .u-xl-w-316px {
    width: 316px !important;
  }
  .u-xl-w-317px {
    width: 317px !important;
  }
  .u-xl-w-318px {
    width: 318px !important;
  }
  .u-xl-w-319px {
    width: 319px !important;
  }
  .u-xl-w-320px {
    width: 320px !important;
  }
  .u-xl-w-321px {
    width: 321px !important;
  }
  .u-xl-w-322px {
    width: 322px !important;
  }
  .u-xl-w-323px {
    width: 323px !important;
  }
  .u-xl-w-324px {
    width: 324px !important;
  }
  .u-xl-w-325px {
    width: 325px !important;
  }
  .u-xl-w-326px {
    width: 326px !important;
  }
  .u-xl-w-327px {
    width: 327px !important;
  }
  .u-xl-w-328px {
    width: 328px !important;
  }
  .u-xl-w-329px {
    width: 329px !important;
  }
  .u-xl-w-330px {
    width: 330px !important;
  }
  .u-xl-w-331px {
    width: 331px !important;
  }
  .u-xl-w-332px {
    width: 332px !important;
  }
  .u-xl-w-333px {
    width: 333px !important;
  }
  .u-xl-w-334px {
    width: 334px !important;
  }
  .u-xl-w-335px {
    width: 335px !important;
  }
  .u-xl-w-336px {
    width: 336px !important;
  }
  .u-xl-w-337px {
    width: 337px !important;
  }
  .u-xl-w-338px {
    width: 338px !important;
  }
  .u-xl-w-339px {
    width: 339px !important;
  }
  .u-xl-w-340px {
    width: 340px !important;
  }
  .u-xl-w-341px {
    width: 341px !important;
  }
  .u-xl-w-342px {
    width: 342px !important;
  }
  .u-xl-w-343px {
    width: 343px !important;
  }
  .u-xl-w-344px {
    width: 344px !important;
  }
  .u-xl-w-345px {
    width: 345px !important;
  }
  .u-xl-w-346px {
    width: 346px !important;
  }
  .u-xl-w-347px {
    width: 347px !important;
  }
  .u-xl-w-348px {
    width: 348px !important;
  }
  .u-xl-w-349px {
    width: 349px !important;
  }
  .u-xl-w-350px {
    width: 350px !important;
  }
  .u-xl-w-351px {
    width: 351px !important;
  }
  .u-xl-w-352px {
    width: 352px !important;
  }
  .u-xl-w-353px {
    width: 353px !important;
  }
  .u-xl-w-354px {
    width: 354px !important;
  }
  .u-xl-w-355px {
    width: 355px !important;
  }
  .u-xl-w-356px {
    width: 356px !important;
  }
  .u-xl-w-357px {
    width: 357px !important;
  }
  .u-xl-w-358px {
    width: 358px !important;
  }
  .u-xl-w-359px {
    width: 359px !important;
  }
  .u-xl-w-360px {
    width: 360px !important;
  }
  .u-xl-w-361px {
    width: 361px !important;
  }
  .u-xl-w-362px {
    width: 362px !important;
  }
  .u-xl-w-363px {
    width: 363px !important;
  }
  .u-xl-w-364px {
    width: 364px !important;
  }
  .u-xl-w-365px {
    width: 365px !important;
  }
  .u-xl-w-366px {
    width: 366px !important;
  }
  .u-xl-w-367px {
    width: 367px !important;
  }
  .u-xl-w-368px {
    width: 368px !important;
  }
  .u-xl-w-369px {
    width: 369px !important;
  }
  .u-xl-w-370px {
    width: 370px !important;
  }
  .u-xl-w-371px {
    width: 371px !important;
  }
  .u-xl-w-372px {
    width: 372px !important;
  }
  .u-xl-w-373px {
    width: 373px !important;
  }
  .u-xl-w-374px {
    width: 374px !important;
  }
  .u-xl-w-375px {
    width: 375px !important;
  }
  .u-xl-w-376px {
    width: 376px !important;
  }
  .u-xl-w-377px {
    width: 377px !important;
  }
  .u-xl-w-378px {
    width: 378px !important;
  }
  .u-xl-w-379px {
    width: 379px !important;
  }
  .u-xl-w-380px {
    width: 380px !important;
  }
  .u-xl-w-381px {
    width: 381px !important;
  }
  .u-xl-w-382px {
    width: 382px !important;
  }
  .u-xl-w-383px {
    width: 383px !important;
  }
  .u-xl-w-384px {
    width: 384px !important;
  }
  .u-xl-w-385px {
    width: 385px !important;
  }
  .u-xl-w-386px {
    width: 386px !important;
  }
  .u-xl-w-387px {
    width: 387px !important;
  }
  .u-xl-w-388px {
    width: 388px !important;
  }
  .u-xl-w-389px {
    width: 389px !important;
  }
  .u-xl-w-390px {
    width: 390px !important;
  }
  .u-xl-w-391px {
    width: 391px !important;
  }
  .u-xl-w-392px {
    width: 392px !important;
  }
  .u-xl-w-393px {
    width: 393px !important;
  }
  .u-xl-w-394px {
    width: 394px !important;
  }
  .u-xl-w-395px {
    width: 395px !important;
  }
  .u-xl-w-396px {
    width: 396px !important;
  }
  .u-xl-w-397px {
    width: 397px !important;
  }
  .u-xl-w-398px {
    width: 398px !important;
  }
  .u-xl-w-399px {
    width: 399px !important;
  }
  .u-xl-w-400px {
    width: 400px !important;
  }
  .u-xl-w-401px {
    width: 401px !important;
  }
  .u-xl-w-402px {
    width: 402px !important;
  }
  .u-xl-w-403px {
    width: 403px !important;
  }
  .u-xl-w-404px {
    width: 404px !important;
  }
  .u-xl-w-405px {
    width: 405px !important;
  }
  .u-xl-w-406px {
    width: 406px !important;
  }
  .u-xl-w-407px {
    width: 407px !important;
  }
  .u-xl-w-408px {
    width: 408px !important;
  }
  .u-xl-w-409px {
    width: 409px !important;
  }
  .u-xl-w-410px {
    width: 410px !important;
  }
  .u-xl-w-411px {
    width: 411px !important;
  }
  .u-xl-w-412px {
    width: 412px !important;
  }
  .u-xl-w-413px {
    width: 413px !important;
  }
  .u-xl-w-414px {
    width: 414px !important;
  }
  .u-xl-w-415px {
    width: 415px !important;
  }
  .u-xl-w-416px {
    width: 416px !important;
  }
  .u-xl-w-417px {
    width: 417px !important;
  }
  .u-xl-w-418px {
    width: 418px !important;
  }
  .u-xl-w-419px {
    width: 419px !important;
  }
  .u-xl-w-420px {
    width: 420px !important;
  }
  .u-xl-w-421px {
    width: 421px !important;
  }
  .u-xl-w-422px {
    width: 422px !important;
  }
  .u-xl-w-423px {
    width: 423px !important;
  }
  .u-xl-w-424px {
    width: 424px !important;
  }
  .u-xl-w-425px {
    width: 425px !important;
  }
  .u-xl-w-426px {
    width: 426px !important;
  }
  .u-xl-w-427px {
    width: 427px !important;
  }
  .u-xl-w-428px {
    width: 428px !important;
  }
  .u-xl-w-429px {
    width: 429px !important;
  }
  .u-xl-w-430px {
    width: 430px !important;
  }
  .u-xl-w-431px {
    width: 431px !important;
  }
  .u-xl-w-432px {
    width: 432px !important;
  }
  .u-xl-w-433px {
    width: 433px !important;
  }
  .u-xl-w-434px {
    width: 434px !important;
  }
  .u-xl-w-435px {
    width: 435px !important;
  }
  .u-xl-w-436px {
    width: 436px !important;
  }
  .u-xl-w-437px {
    width: 437px !important;
  }
  .u-xl-w-438px {
    width: 438px !important;
  }
  .u-xl-w-439px {
    width: 439px !important;
  }
  .u-xl-w-440px {
    width: 440px !important;
  }
  .u-xl-w-441px {
    width: 441px !important;
  }
  .u-xl-w-442px {
    width: 442px !important;
  }
  .u-xl-w-443px {
    width: 443px !important;
  }
  .u-xl-w-444px {
    width: 444px !important;
  }
  .u-xl-w-445px {
    width: 445px !important;
  }
  .u-xl-w-446px {
    width: 446px !important;
  }
  .u-xl-w-447px {
    width: 447px !important;
  }
  .u-xl-w-448px {
    width: 448px !important;
  }
  .u-xl-w-449px {
    width: 449px !important;
  }
  .u-xl-w-450px {
    width: 450px !important;
  }
  .u-xl-w-451px {
    width: 451px !important;
  }
  .u-xl-w-452px {
    width: 452px !important;
  }
  .u-xl-w-453px {
    width: 453px !important;
  }
  .u-xl-w-454px {
    width: 454px !important;
  }
  .u-xl-w-455px {
    width: 455px !important;
  }
  .u-xl-w-456px {
    width: 456px !important;
  }
  .u-xl-w-457px {
    width: 457px !important;
  }
  .u-xl-w-458px {
    width: 458px !important;
  }
  .u-xl-w-459px {
    width: 459px !important;
  }
  .u-xl-w-460px {
    width: 460px !important;
  }
  .u-xl-w-461px {
    width: 461px !important;
  }
  .u-xl-w-462px {
    width: 462px !important;
  }
  .u-xl-w-463px {
    width: 463px !important;
  }
  .u-xl-w-464px {
    width: 464px !important;
  }
  .u-xl-w-465px {
    width: 465px !important;
  }
  .u-xl-w-466px {
    width: 466px !important;
  }
  .u-xl-w-467px {
    width: 467px !important;
  }
  .u-xl-w-468px {
    width: 468px !important;
  }
  .u-xl-w-469px {
    width: 469px !important;
  }
  .u-xl-w-470px {
    width: 470px !important;
  }
  .u-xl-w-471px {
    width: 471px !important;
  }
  .u-xl-w-472px {
    width: 472px !important;
  }
  .u-xl-w-473px {
    width: 473px !important;
  }
  .u-xl-w-474px {
    width: 474px !important;
  }
  .u-xl-w-475px {
    width: 475px !important;
  }
  .u-xl-w-476px {
    width: 476px !important;
  }
  .u-xl-w-477px {
    width: 477px !important;
  }
  .u-xl-w-478px {
    width: 478px !important;
  }
  .u-xl-w-479px {
    width: 479px !important;
  }
  .u-xl-w-480px {
    width: 480px !important;
  }
  .u-xl-w-481px {
    width: 481px !important;
  }
  .u-xl-w-482px {
    width: 482px !important;
  }
  .u-xl-w-483px {
    width: 483px !important;
  }
  .u-xl-w-484px {
    width: 484px !important;
  }
  .u-xl-w-485px {
    width: 485px !important;
  }
  .u-xl-w-486px {
    width: 486px !important;
  }
  .u-xl-w-487px {
    width: 487px !important;
  }
  .u-xl-w-488px {
    width: 488px !important;
  }
  .u-xl-w-489px {
    width: 489px !important;
  }
  .u-xl-w-490px {
    width: 490px !important;
  }
  .u-xl-w-491px {
    width: 491px !important;
  }
  .u-xl-w-492px {
    width: 492px !important;
  }
  .u-xl-w-493px {
    width: 493px !important;
  }
  .u-xl-w-494px {
    width: 494px !important;
  }
  .u-xl-w-495px {
    width: 495px !important;
  }
  .u-xl-w-496px {
    width: 496px !important;
  }
  .u-xl-w-497px {
    width: 497px !important;
  }
  .u-xl-w-498px {
    width: 498px !important;
  }
  .u-xl-w-499px {
    width: 499px !important;
  }
  .u-xl-w-500px {
    width: 500px !important;
  }
  .u-xl-w-501px {
    width: 501px !important;
  }
  .u-xl-w-502px {
    width: 502px !important;
  }
  .u-xl-w-503px {
    width: 503px !important;
  }
  .u-xl-w-504px {
    width: 504px !important;
  }
  .u-xl-w-505px {
    width: 505px !important;
  }
  .u-xl-w-506px {
    width: 506px !important;
  }
  .u-xl-w-507px {
    width: 507px !important;
  }
  .u-xl-w-508px {
    width: 508px !important;
  }
  .u-xl-w-509px {
    width: 509px !important;
  }
  .u-xl-w-510px {
    width: 510px !important;
  }
  .u-xl-w-511px {
    width: 511px !important;
  }
  .u-xl-w-512px {
    width: 512px !important;
  }
  .u-xl-w-513px {
    width: 513px !important;
  }
  .u-xl-w-514px {
    width: 514px !important;
  }
  .u-xl-w-515px {
    width: 515px !important;
  }
  .u-xl-w-516px {
    width: 516px !important;
  }
  .u-xl-w-517px {
    width: 517px !important;
  }
  .u-xl-w-518px {
    width: 518px !important;
  }
  .u-xl-w-519px {
    width: 519px !important;
  }
  .u-xl-w-520px {
    width: 520px !important;
  }
  .u-xl-w-521px {
    width: 521px !important;
  }
  .u-xl-w-522px {
    width: 522px !important;
  }
  .u-xl-w-523px {
    width: 523px !important;
  }
  .u-xl-w-524px {
    width: 524px !important;
  }
  .u-xl-w-525px {
    width: 525px !important;
  }
  .u-xl-w-526px {
    width: 526px !important;
  }
  .u-xl-w-527px {
    width: 527px !important;
  }
  .u-xl-w-528px {
    width: 528px !important;
  }
  .u-xl-w-529px {
    width: 529px !important;
  }
  .u-xl-w-530px {
    width: 530px !important;
  }
  .u-xl-w-531px {
    width: 531px !important;
  }
  .u-xl-w-532px {
    width: 532px !important;
  }
  .u-xl-w-533px {
    width: 533px !important;
  }
  .u-xl-w-534px {
    width: 534px !important;
  }
  .u-xl-w-535px {
    width: 535px !important;
  }
  .u-xl-w-536px {
    width: 536px !important;
  }
  .u-xl-w-537px {
    width: 537px !important;
  }
  .u-xl-w-538px {
    width: 538px !important;
  }
  .u-xl-w-539px {
    width: 539px !important;
  }
  .u-xl-w-540px {
    width: 540px !important;
  }
  .u-xl-w-541px {
    width: 541px !important;
  }
  .u-xl-w-542px {
    width: 542px !important;
  }
  .u-xl-w-543px {
    width: 543px !important;
  }
  .u-xl-w-544px {
    width: 544px !important;
  }
  .u-xl-w-545px {
    width: 545px !important;
  }
  .u-xl-w-546px {
    width: 546px !important;
  }
  .u-xl-w-547px {
    width: 547px !important;
  }
  .u-xl-w-548px {
    width: 548px !important;
  }
  .u-xl-w-549px {
    width: 549px !important;
  }
  .u-xl-w-550px {
    width: 550px !important;
  }
  .u-xl-w-551px {
    width: 551px !important;
  }
  .u-xl-w-552px {
    width: 552px !important;
  }
  .u-xl-w-553px {
    width: 553px !important;
  }
  .u-xl-w-554px {
    width: 554px !important;
  }
  .u-xl-w-555px {
    width: 555px !important;
  }
  .u-xl-w-556px {
    width: 556px !important;
  }
  .u-xl-w-557px {
    width: 557px !important;
  }
  .u-xl-w-558px {
    width: 558px !important;
  }
  .u-xl-w-559px {
    width: 559px !important;
  }
  .u-xl-w-560px {
    width: 560px !important;
  }
  .u-xl-w-561px {
    width: 561px !important;
  }
  .u-xl-w-562px {
    width: 562px !important;
  }
  .u-xl-w-563px {
    width: 563px !important;
  }
  .u-xl-w-564px {
    width: 564px !important;
  }
  .u-xl-w-565px {
    width: 565px !important;
  }
  .u-xl-w-566px {
    width: 566px !important;
  }
  .u-xl-w-567px {
    width: 567px !important;
  }
  .u-xl-w-568px {
    width: 568px !important;
  }
  .u-xl-w-569px {
    width: 569px !important;
  }
  .u-xl-w-570px {
    width: 570px !important;
  }
  .u-xl-w-571px {
    width: 571px !important;
  }
  .u-xl-w-572px {
    width: 572px !important;
  }
  .u-xl-w-573px {
    width: 573px !important;
  }
  .u-xl-w-574px {
    width: 574px !important;
  }
  .u-xl-w-575px {
    width: 575px !important;
  }
  .u-xl-w-576px {
    width: 576px !important;
  }
  .u-xl-w-577px {
    width: 577px !important;
  }
  .u-xl-w-578px {
    width: 578px !important;
  }
  .u-xl-w-579px {
    width: 579px !important;
  }
  .u-xl-w-580px {
    width: 580px !important;
  }
  .u-xl-w-581px {
    width: 581px !important;
  }
  .u-xl-w-582px {
    width: 582px !important;
  }
  .u-xl-w-583px {
    width: 583px !important;
  }
  .u-xl-w-584px {
    width: 584px !important;
  }
  .u-xl-w-585px {
    width: 585px !important;
  }
  .u-xl-w-586px {
    width: 586px !important;
  }
  .u-xl-w-587px {
    width: 587px !important;
  }
  .u-xl-w-588px {
    width: 588px !important;
  }
  .u-xl-w-589px {
    width: 589px !important;
  }
  .u-xl-w-590px {
    width: 590px !important;
  }
  .u-xl-w-591px {
    width: 591px !important;
  }
  .u-xl-w-592px {
    width: 592px !important;
  }
  .u-xl-w-593px {
    width: 593px !important;
  }
  .u-xl-w-594px {
    width: 594px !important;
  }
  .u-xl-w-595px {
    width: 595px !important;
  }
  .u-xl-w-596px {
    width: 596px !important;
  }
  .u-xl-w-597px {
    width: 597px !important;
  }
  .u-xl-w-598px {
    width: 598px !important;
  }
  .u-xl-w-599px {
    width: 599px !important;
  }
  .u-xl-w-600px {
    width: 600px !important;
  }
  .u-xl-w-601px {
    width: 601px !important;
  }
  .u-xl-w-602px {
    width: 602px !important;
  }
  .u-xl-w-603px {
    width: 603px !important;
  }
  .u-xl-w-604px {
    width: 604px !important;
  }
  .u-xl-w-605px {
    width: 605px !important;
  }
  .u-xl-w-606px {
    width: 606px !important;
  }
  .u-xl-w-607px {
    width: 607px !important;
  }
  .u-xl-w-608px {
    width: 608px !important;
  }
  .u-xl-w-609px {
    width: 609px !important;
  }
  .u-xl-w-610px {
    width: 610px !important;
  }
  .u-xl-w-611px {
    width: 611px !important;
  }
  .u-xl-w-612px {
    width: 612px !important;
  }
  .u-xl-w-613px {
    width: 613px !important;
  }
  .u-xl-w-614px {
    width: 614px !important;
  }
  .u-xl-w-615px {
    width: 615px !important;
  }
  .u-xl-w-616px {
    width: 616px !important;
  }
  .u-xl-w-617px {
    width: 617px !important;
  }
  .u-xl-w-618px {
    width: 618px !important;
  }
  .u-xl-w-619px {
    width: 619px !important;
  }
  .u-xl-w-620px {
    width: 620px !important;
  }
  .u-xl-w-621px {
    width: 621px !important;
  }
  .u-xl-w-622px {
    width: 622px !important;
  }
  .u-xl-w-623px {
    width: 623px !important;
  }
  .u-xl-w-624px {
    width: 624px !important;
  }
  .u-xl-w-625px {
    width: 625px !important;
  }
  .u-xl-w-626px {
    width: 626px !important;
  }
  .u-xl-w-627px {
    width: 627px !important;
  }
  .u-xl-w-628px {
    width: 628px !important;
  }
  .u-xl-w-629px {
    width: 629px !important;
  }
  .u-xl-w-630px {
    width: 630px !important;
  }
  .u-xl-w-631px {
    width: 631px !important;
  }
  .u-xl-w-632px {
    width: 632px !important;
  }
  .u-xl-w-633px {
    width: 633px !important;
  }
  .u-xl-w-634px {
    width: 634px !important;
  }
  .u-xl-w-635px {
    width: 635px !important;
  }
  .u-xl-w-636px {
    width: 636px !important;
  }
  .u-xl-w-637px {
    width: 637px !important;
  }
  .u-xl-w-638px {
    width: 638px !important;
  }
  .u-xl-w-639px {
    width: 639px !important;
  }
  .u-xl-w-640px {
    width: 640px !important;
  }
  .u-xl-w-641px {
    width: 641px !important;
  }
  .u-xl-w-642px {
    width: 642px !important;
  }
  .u-xl-w-643px {
    width: 643px !important;
  }
  .u-xl-w-644px {
    width: 644px !important;
  }
  .u-xl-w-645px {
    width: 645px !important;
  }
  .u-xl-w-646px {
    width: 646px !important;
  }
  .u-xl-w-647px {
    width: 647px !important;
  }
  .u-xl-w-648px {
    width: 648px !important;
  }
  .u-xl-w-649px {
    width: 649px !important;
  }
  .u-xl-w-650px {
    width: 650px !important;
  }
  .u-xl-w-651px {
    width: 651px !important;
  }
  .u-xl-w-652px {
    width: 652px !important;
  }
  .u-xl-w-653px {
    width: 653px !important;
  }
  .u-xl-w-654px {
    width: 654px !important;
  }
  .u-xl-w-655px {
    width: 655px !important;
  }
  .u-xl-w-656px {
    width: 656px !important;
  }
  .u-xl-w-657px {
    width: 657px !important;
  }
  .u-xl-w-658px {
    width: 658px !important;
  }
  .u-xl-w-659px {
    width: 659px !important;
  }
  .u-xl-w-660px {
    width: 660px !important;
  }
  .u-xl-w-661px {
    width: 661px !important;
  }
  .u-xl-w-662px {
    width: 662px !important;
  }
  .u-xl-w-663px {
    width: 663px !important;
  }
  .u-xl-w-664px {
    width: 664px !important;
  }
  .u-xl-w-665px {
    width: 665px !important;
  }
  .u-xl-w-666px {
    width: 666px !important;
  }
  .u-xl-w-667px {
    width: 667px !important;
  }
  .u-xl-w-668px {
    width: 668px !important;
  }
  .u-xl-w-669px {
    width: 669px !important;
  }
  .u-xl-w-670px {
    width: 670px !important;
  }
  .u-xl-w-671px {
    width: 671px !important;
  }
  .u-xl-w-672px {
    width: 672px !important;
  }
  .u-xl-w-673px {
    width: 673px !important;
  }
  .u-xl-w-674px {
    width: 674px !important;
  }
  .u-xl-w-675px {
    width: 675px !important;
  }
  .u-xl-w-676px {
    width: 676px !important;
  }
  .u-xl-w-677px {
    width: 677px !important;
  }
  .u-xl-w-678px {
    width: 678px !important;
  }
  .u-xl-w-679px {
    width: 679px !important;
  }
  .u-xl-w-680px {
    width: 680px !important;
  }
  .u-xl-w-681px {
    width: 681px !important;
  }
  .u-xl-w-682px {
    width: 682px !important;
  }
  .u-xl-w-683px {
    width: 683px !important;
  }
  .u-xl-w-684px {
    width: 684px !important;
  }
  .u-xl-w-685px {
    width: 685px !important;
  }
  .u-xl-w-686px {
    width: 686px !important;
  }
  .u-xl-w-687px {
    width: 687px !important;
  }
  .u-xl-w-688px {
    width: 688px !important;
  }
  .u-xl-w-689px {
    width: 689px !important;
  }
  .u-xl-w-690px {
    width: 690px !important;
  }
  .u-xl-w-691px {
    width: 691px !important;
  }
  .u-xl-w-692px {
    width: 692px !important;
  }
  .u-xl-w-693px {
    width: 693px !important;
  }
  .u-xl-w-694px {
    width: 694px !important;
  }
  .u-xl-w-695px {
    width: 695px !important;
  }
  .u-xl-w-696px {
    width: 696px !important;
  }
  .u-xl-w-697px {
    width: 697px !important;
  }
  .u-xl-w-698px {
    width: 698px !important;
  }
  .u-xl-w-699px {
    width: 699px !important;
  }
  .u-xl-w-700px {
    width: 700px !important;
  }
  .u-xl-w-701px {
    width: 701px !important;
  }
  .u-xl-w-702px {
    width: 702px !important;
  }
  .u-xl-w-703px {
    width: 703px !important;
  }
  .u-xl-w-704px {
    width: 704px !important;
  }
  .u-xl-w-705px {
    width: 705px !important;
  }
  .u-xl-w-706px {
    width: 706px !important;
  }
  .u-xl-w-707px {
    width: 707px !important;
  }
  .u-xl-w-708px {
    width: 708px !important;
  }
  .u-xl-w-709px {
    width: 709px !important;
  }
  .u-xl-w-710px {
    width: 710px !important;
  }
  .u-xl-w-711px {
    width: 711px !important;
  }
  .u-xl-w-712px {
    width: 712px !important;
  }
  .u-xl-w-713px {
    width: 713px !important;
  }
  .u-xl-w-714px {
    width: 714px !important;
  }
  .u-xl-w-715px {
    width: 715px !important;
  }
  .u-xl-w-716px {
    width: 716px !important;
  }
  .u-xl-w-717px {
    width: 717px !important;
  }
  .u-xl-w-718px {
    width: 718px !important;
  }
  .u-xl-w-719px {
    width: 719px !important;
  }
  .u-xl-w-720px {
    width: 720px !important;
  }
  .u-xl-w-721px {
    width: 721px !important;
  }
  .u-xl-w-722px {
    width: 722px !important;
  }
  .u-xl-w-723px {
    width: 723px !important;
  }
  .u-xl-w-724px {
    width: 724px !important;
  }
  .u-xl-w-725px {
    width: 725px !important;
  }
  .u-xl-w-726px {
    width: 726px !important;
  }
  .u-xl-w-727px {
    width: 727px !important;
  }
  .u-xl-w-728px {
    width: 728px !important;
  }
  .u-xl-w-729px {
    width: 729px !important;
  }
  .u-xl-w-730px {
    width: 730px !important;
  }
  .u-xl-w-731px {
    width: 731px !important;
  }
  .u-xl-w-732px {
    width: 732px !important;
  }
  .u-xl-w-733px {
    width: 733px !important;
  }
  .u-xl-w-734px {
    width: 734px !important;
  }
  .u-xl-w-735px {
    width: 735px !important;
  }
  .u-xl-w-736px {
    width: 736px !important;
  }
  .u-xl-w-737px {
    width: 737px !important;
  }
  .u-xl-w-738px {
    width: 738px !important;
  }
  .u-xl-w-739px {
    width: 739px !important;
  }
  .u-xl-w-740px {
    width: 740px !important;
  }
  .u-xl-w-741px {
    width: 741px !important;
  }
  .u-xl-w-742px {
    width: 742px !important;
  }
  .u-xl-w-743px {
    width: 743px !important;
  }
  .u-xl-w-744px {
    width: 744px !important;
  }
  .u-xl-w-745px {
    width: 745px !important;
  }
  .u-xl-w-746px {
    width: 746px !important;
  }
  .u-xl-w-747px {
    width: 747px !important;
  }
  .u-xl-w-748px {
    width: 748px !important;
  }
  .u-xl-w-749px {
    width: 749px !important;
  }
  .u-xl-w-750px {
    width: 750px !important;
  }
  .u-xl-w-751px {
    width: 751px !important;
  }
  .u-xl-w-752px {
    width: 752px !important;
  }
  .u-xl-w-753px {
    width: 753px !important;
  }
  .u-xl-w-754px {
    width: 754px !important;
  }
  .u-xl-w-755px {
    width: 755px !important;
  }
  .u-xl-w-756px {
    width: 756px !important;
  }
  .u-xl-w-757px {
    width: 757px !important;
  }
  .u-xl-w-758px {
    width: 758px !important;
  }
  .u-xl-w-759px {
    width: 759px !important;
  }
  .u-xl-w-760px {
    width: 760px !important;
  }
  .u-xl-w-761px {
    width: 761px !important;
  }
  .u-xl-w-762px {
    width: 762px !important;
  }
  .u-xl-w-763px {
    width: 763px !important;
  }
  .u-xl-w-764px {
    width: 764px !important;
  }
  .u-xl-w-765px {
    width: 765px !important;
  }
  .u-xl-w-766px {
    width: 766px !important;
  }
  .u-xl-w-767px {
    width: 767px !important;
  }
  .u-xl-w-768px {
    width: 768px !important;
  }
  .u-xl-w-769px {
    width: 769px !important;
  }
  .u-xl-w-770px {
    width: 770px !important;
  }
  .u-xl-w-771px {
    width: 771px !important;
  }
  .u-xl-w-772px {
    width: 772px !important;
  }
  .u-xl-w-773px {
    width: 773px !important;
  }
  .u-xl-w-774px {
    width: 774px !important;
  }
  .u-xl-w-775px {
    width: 775px !important;
  }
  .u-xl-w-776px {
    width: 776px !important;
  }
  .u-xl-w-777px {
    width: 777px !important;
  }
  .u-xl-w-778px {
    width: 778px !important;
  }
  .u-xl-w-779px {
    width: 779px !important;
  }
  .u-xl-w-780px {
    width: 780px !important;
  }
  .u-xl-w-781px {
    width: 781px !important;
  }
  .u-xl-w-782px {
    width: 782px !important;
  }
  .u-xl-w-783px {
    width: 783px !important;
  }
  .u-xl-w-784px {
    width: 784px !important;
  }
  .u-xl-w-785px {
    width: 785px !important;
  }
  .u-xl-w-786px {
    width: 786px !important;
  }
  .u-xl-w-787px {
    width: 787px !important;
  }
  .u-xl-w-788px {
    width: 788px !important;
  }
  .u-xl-w-789px {
    width: 789px !important;
  }
  .u-xl-w-790px {
    width: 790px !important;
  }
  .u-xl-w-791px {
    width: 791px !important;
  }
  .u-xl-w-792px {
    width: 792px !important;
  }
  .u-xl-w-793px {
    width: 793px !important;
  }
  .u-xl-w-794px {
    width: 794px !important;
  }
  .u-xl-w-795px {
    width: 795px !important;
  }
  .u-xl-w-796px {
    width: 796px !important;
  }
  .u-xl-w-797px {
    width: 797px !important;
  }
  .u-xl-w-798px {
    width: 798px !important;
  }
  .u-xl-w-799px {
    width: 799px !important;
  }
  .u-xl-w-800px {
    width: 800px !important;
  }
  .u-xl-w-801px {
    width: 801px !important;
  }
  .u-xl-w-802px {
    width: 802px !important;
  }
  .u-xl-w-803px {
    width: 803px !important;
  }
  .u-xl-w-804px {
    width: 804px !important;
  }
  .u-xl-w-805px {
    width: 805px !important;
  }
  .u-xl-w-806px {
    width: 806px !important;
  }
  .u-xl-w-807px {
    width: 807px !important;
  }
  .u-xl-w-808px {
    width: 808px !important;
  }
  .u-xl-w-809px {
    width: 809px !important;
  }
  .u-xl-w-810px {
    width: 810px !important;
  }
  .u-xl-w-811px {
    width: 811px !important;
  }
  .u-xl-w-812px {
    width: 812px !important;
  }
  .u-xl-w-813px {
    width: 813px !important;
  }
  .u-xl-w-814px {
    width: 814px !important;
  }
  .u-xl-w-815px {
    width: 815px !important;
  }
  .u-xl-w-816px {
    width: 816px !important;
  }
  .u-xl-w-817px {
    width: 817px !important;
  }
  .u-xl-w-818px {
    width: 818px !important;
  }
  .u-xl-w-819px {
    width: 819px !important;
  }
  .u-xl-w-820px {
    width: 820px !important;
  }
  .u-xl-w-821px {
    width: 821px !important;
  }
  .u-xl-w-822px {
    width: 822px !important;
  }
  .u-xl-w-823px {
    width: 823px !important;
  }
  .u-xl-w-824px {
    width: 824px !important;
  }
  .u-xl-w-825px {
    width: 825px !important;
  }
  .u-xl-w-826px {
    width: 826px !important;
  }
  .u-xl-w-827px {
    width: 827px !important;
  }
  .u-xl-w-828px {
    width: 828px !important;
  }
  .u-xl-w-829px {
    width: 829px !important;
  }
  .u-xl-w-830px {
    width: 830px !important;
  }
  .u-xl-w-831px {
    width: 831px !important;
  }
  .u-xl-w-832px {
    width: 832px !important;
  }
  .u-xl-w-833px {
    width: 833px !important;
  }
  .u-xl-w-834px {
    width: 834px !important;
  }
  .u-xl-w-835px {
    width: 835px !important;
  }
  .u-xl-w-836px {
    width: 836px !important;
  }
  .u-xl-w-837px {
    width: 837px !important;
  }
  .u-xl-w-838px {
    width: 838px !important;
  }
  .u-xl-w-839px {
    width: 839px !important;
  }
  .u-xl-w-840px {
    width: 840px !important;
  }
  .u-xl-w-841px {
    width: 841px !important;
  }
  .u-xl-w-842px {
    width: 842px !important;
  }
  .u-xl-w-843px {
    width: 843px !important;
  }
  .u-xl-w-844px {
    width: 844px !important;
  }
  .u-xl-w-845px {
    width: 845px !important;
  }
  .u-xl-w-846px {
    width: 846px !important;
  }
  .u-xl-w-847px {
    width: 847px !important;
  }
  .u-xl-w-848px {
    width: 848px !important;
  }
  .u-xl-w-849px {
    width: 849px !important;
  }
  .u-xl-w-850px {
    width: 850px !important;
  }
  .u-xl-w-851px {
    width: 851px !important;
  }
  .u-xl-w-852px {
    width: 852px !important;
  }
  .u-xl-w-853px {
    width: 853px !important;
  }
  .u-xl-w-854px {
    width: 854px !important;
  }
  .u-xl-w-855px {
    width: 855px !important;
  }
  .u-xl-w-856px {
    width: 856px !important;
  }
  .u-xl-w-857px {
    width: 857px !important;
  }
  .u-xl-w-858px {
    width: 858px !important;
  }
  .u-xl-w-859px {
    width: 859px !important;
  }
  .u-xl-w-860px {
    width: 860px !important;
  }
  .u-xl-w-861px {
    width: 861px !important;
  }
  .u-xl-w-862px {
    width: 862px !important;
  }
  .u-xl-w-863px {
    width: 863px !important;
  }
  .u-xl-w-864px {
    width: 864px !important;
  }
  .u-xl-w-865px {
    width: 865px !important;
  }
  .u-xl-w-866px {
    width: 866px !important;
  }
  .u-xl-w-867px {
    width: 867px !important;
  }
  .u-xl-w-868px {
    width: 868px !important;
  }
  .u-xl-w-869px {
    width: 869px !important;
  }
  .u-xl-w-870px {
    width: 870px !important;
  }
  .u-xl-w-871px {
    width: 871px !important;
  }
  .u-xl-w-872px {
    width: 872px !important;
  }
  .u-xl-w-873px {
    width: 873px !important;
  }
  .u-xl-w-874px {
    width: 874px !important;
  }
  .u-xl-w-875px {
    width: 875px !important;
  }
  .u-xl-w-876px {
    width: 876px !important;
  }
  .u-xl-w-877px {
    width: 877px !important;
  }
  .u-xl-w-878px {
    width: 878px !important;
  }
  .u-xl-w-879px {
    width: 879px !important;
  }
  .u-xl-w-880px {
    width: 880px !important;
  }
  .u-xl-w-881px {
    width: 881px !important;
  }
  .u-xl-w-882px {
    width: 882px !important;
  }
  .u-xl-w-883px {
    width: 883px !important;
  }
  .u-xl-w-884px {
    width: 884px !important;
  }
  .u-xl-w-885px {
    width: 885px !important;
  }
  .u-xl-w-886px {
    width: 886px !important;
  }
  .u-xl-w-887px {
    width: 887px !important;
  }
  .u-xl-w-888px {
    width: 888px !important;
  }
  .u-xl-w-889px {
    width: 889px !important;
  }
  .u-xl-w-890px {
    width: 890px !important;
  }
  .u-xl-w-891px {
    width: 891px !important;
  }
  .u-xl-w-892px {
    width: 892px !important;
  }
  .u-xl-w-893px {
    width: 893px !important;
  }
  .u-xl-w-894px {
    width: 894px !important;
  }
  .u-xl-w-895px {
    width: 895px !important;
  }
  .u-xl-w-896px {
    width: 896px !important;
  }
  .u-xl-w-897px {
    width: 897px !important;
  }
  .u-xl-w-898px {
    width: 898px !important;
  }
  .u-xl-w-899px {
    width: 899px !important;
  }
  .u-xl-w-900px {
    width: 900px !important;
  }
  .u-xl-w-901px {
    width: 901px !important;
  }
  .u-xl-w-902px {
    width: 902px !important;
  }
  .u-xl-w-903px {
    width: 903px !important;
  }
  .u-xl-w-904px {
    width: 904px !important;
  }
  .u-xl-w-905px {
    width: 905px !important;
  }
  .u-xl-w-906px {
    width: 906px !important;
  }
  .u-xl-w-907px {
    width: 907px !important;
  }
  .u-xl-w-908px {
    width: 908px !important;
  }
  .u-xl-w-909px {
    width: 909px !important;
  }
  .u-xl-w-910px {
    width: 910px !important;
  }
  .u-xl-w-911px {
    width: 911px !important;
  }
  .u-xl-w-912px {
    width: 912px !important;
  }
  .u-xl-w-913px {
    width: 913px !important;
  }
  .u-xl-w-914px {
    width: 914px !important;
  }
  .u-xl-w-915px {
    width: 915px !important;
  }
  .u-xl-w-916px {
    width: 916px !important;
  }
  .u-xl-w-917px {
    width: 917px !important;
  }
  .u-xl-w-918px {
    width: 918px !important;
  }
  .u-xl-w-919px {
    width: 919px !important;
  }
  .u-xl-w-920px {
    width: 920px !important;
  }
  .u-xl-w-921px {
    width: 921px !important;
  }
  .u-xl-w-922px {
    width: 922px !important;
  }
  .u-xl-w-923px {
    width: 923px !important;
  }
  .u-xl-w-924px {
    width: 924px !important;
  }
  .u-xl-w-925px {
    width: 925px !important;
  }
  .u-xl-w-926px {
    width: 926px !important;
  }
  .u-xl-w-927px {
    width: 927px !important;
  }
  .u-xl-w-928px {
    width: 928px !important;
  }
  .u-xl-w-929px {
    width: 929px !important;
  }
  .u-xl-w-930px {
    width: 930px !important;
  }
  .u-xl-w-931px {
    width: 931px !important;
  }
  .u-xl-w-932px {
    width: 932px !important;
  }
  .u-xl-w-933px {
    width: 933px !important;
  }
  .u-xl-w-934px {
    width: 934px !important;
  }
  .u-xl-w-935px {
    width: 935px !important;
  }
  .u-xl-w-936px {
    width: 936px !important;
  }
  .u-xl-w-937px {
    width: 937px !important;
  }
  .u-xl-w-938px {
    width: 938px !important;
  }
  .u-xl-w-939px {
    width: 939px !important;
  }
  .u-xl-w-940px {
    width: 940px !important;
  }
  .u-xl-w-941px {
    width: 941px !important;
  }
  .u-xl-w-942px {
    width: 942px !important;
  }
  .u-xl-w-943px {
    width: 943px !important;
  }
  .u-xl-w-944px {
    width: 944px !important;
  }
  .u-xl-w-945px {
    width: 945px !important;
  }
  .u-xl-w-946px {
    width: 946px !important;
  }
  .u-xl-w-947px {
    width: 947px !important;
  }
  .u-xl-w-948px {
    width: 948px !important;
  }
  .u-xl-w-949px {
    width: 949px !important;
  }
  .u-xl-w-950px {
    width: 950px !important;
  }
  .u-xl-w-951px {
    width: 951px !important;
  }
  .u-xl-w-952px {
    width: 952px !important;
  }
  .u-xl-w-953px {
    width: 953px !important;
  }
  .u-xl-w-954px {
    width: 954px !important;
  }
  .u-xl-w-955px {
    width: 955px !important;
  }
  .u-xl-w-956px {
    width: 956px !important;
  }
  .u-xl-w-957px {
    width: 957px !important;
  }
  .u-xl-w-958px {
    width: 958px !important;
  }
  .u-xl-w-959px {
    width: 959px !important;
  }
  .u-xl-w-960px {
    width: 960px !important;
  }
  .u-xl-w-961px {
    width: 961px !important;
  }
  .u-xl-w-962px {
    width: 962px !important;
  }
  .u-xl-w-963px {
    width: 963px !important;
  }
  .u-xl-w-964px {
    width: 964px !important;
  }
  .u-xl-w-965px {
    width: 965px !important;
  }
  .u-xl-w-966px {
    width: 966px !important;
  }
  .u-xl-w-967px {
    width: 967px !important;
  }
  .u-xl-w-968px {
    width: 968px !important;
  }
  .u-xl-w-969px {
    width: 969px !important;
  }
  .u-xl-w-970px {
    width: 970px !important;
  }
  .u-xl-w-971px {
    width: 971px !important;
  }
  .u-xl-w-972px {
    width: 972px !important;
  }
  .u-xl-w-973px {
    width: 973px !important;
  }
  .u-xl-w-974px {
    width: 974px !important;
  }
  .u-xl-w-975px {
    width: 975px !important;
  }
  .u-xl-w-976px {
    width: 976px !important;
  }
  .u-xl-w-977px {
    width: 977px !important;
  }
  .u-xl-w-978px {
    width: 978px !important;
  }
  .u-xl-w-979px {
    width: 979px !important;
  }
  .u-xl-w-980px {
    width: 980px !important;
  }
  .u-xl-w-981px {
    width: 981px !important;
  }
  .u-xl-w-982px {
    width: 982px !important;
  }
  .u-xl-w-983px {
    width: 983px !important;
  }
  .u-xl-w-984px {
    width: 984px !important;
  }
  .u-xl-w-985px {
    width: 985px !important;
  }
  .u-xl-w-986px {
    width: 986px !important;
  }
  .u-xl-w-987px {
    width: 987px !important;
  }
  .u-xl-w-988px {
    width: 988px !important;
  }
  .u-xl-w-989px {
    width: 989px !important;
  }
  .u-xl-w-990px {
    width: 990px !important;
  }
  .u-xl-w-991px {
    width: 991px !important;
  }
  .u-xl-w-992px {
    width: 992px !important;
  }
  .u-xl-w-993px {
    width: 993px !important;
  }
  .u-xl-w-994px {
    width: 994px !important;
  }
  .u-xl-w-995px {
    width: 995px !important;
  }
  .u-xl-w-996px {
    width: 996px !important;
  }
  .u-xl-w-997px {
    width: 997px !important;
  }
  .u-xl-w-998px {
    width: 998px !important;
  }
  .u-xl-w-999px {
    width: 999px !important;
  }
  .u-xl-w-1000px {
    width: 1000px !important;
  }
  .u-xl-max-w-none {
    max-width: none !important;
  }
  .u-xl-max-w-full {
    max-width: 100% !important;
  }
  .u-xl-min-w-none {
    min-width: auto !important;
  }
  .u-xl-min-w-full {
    min-width: 100% !important;
  }
}
@media screen and (max-width: 1300px){
  .p-footer-menu {
    flex-direction: column;
    gap: 4.8rem;
  }
}
@media screen and (max-width: 1199px){
  .l-header {
    width: 8.8rem;
  }
  .l-header__btns-item {
    width: 8.8rem;
  }
  .-xs.c-filled-btn, .-xs.c-outlined-btn {
    width: 16rem;
    height: 4rem;
    font-size: 1.4rem;
  }
  .-xs.-rounded.c-filled-btn, .-xs.-rounded.c-outlined-btn {
    border-radius: 2rem;
  }
  .-sm.c-filled-btn, .-sm.c-outlined-btn {
    width: 20rem;
    height: 6rem;
    font-size: 1.5rem;
  }
  .-sm.-rounded.c-filled-btn, .-sm.-rounded.c-outlined-btn {
    border-radius: 3rem;
  }
  .-md.c-filled-btn, .-md.c-outlined-btn {
    width: 24rem;
    height: 6.4rem;
    font-size: 1.8rem;
  }
  .-md.-rounded.c-filled-btn, .-md.-rounded.c-outlined-btn {
    border-radius: 3.2rem;
  }
  .-lg.c-filled-btn, .-lg.c-outlined-btn {
    width: 28rem;
    height: 6.8rem;
    font-size: 1.8rem;
  }
  .-lg.-rounded.c-filled-btn, .-lg.-rounded.c-outlined-btn {
    border-radius: 3.4rem;
  }
  .-xl.c-filled-btn, .-xl.c-outlined-btn {
    width: 40rem;
    height: 9.6rem;
    font-size: 2rem;
  }
  .-xl.-rounded.c-filled-btn, .-xl.-rounded.c-outlined-btn {
    border-radius: 4.8rem;
  }
  .c-container {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .c-container {
    padding-right: 12.8rem;
  }
  .p-article-content {
    gap: 4.8rem;
  }
  .p-article-content__main {
    width: 38rem;
  }
  .p-article-content__main.-junior::before {
    bottom: -16.4rem;
    width: 15.2rem;
  }
  .p-custom-btn.-outlined.-xs {
    width: 16rem;
    height: 4rem;
    font-size: 1.4rem;
  }
  .p-custom-btn.-outlined.-xs.-rounded {
    border-radius: 2rem;
  }
  .p-custom-btn.-outlined.-sm {
    width: 20rem;
    height: 6rem;
    font-size: 1.5rem;
  }
  .p-custom-btn.-outlined.-sm.-rounded {
    border-radius: 3rem;
  }
  .p-custom-btn.-outlined.-md {
    width: 24rem;
    height: 6.4rem;
    font-size: 1.8rem;
  }
  .p-custom-btn.-outlined.-md.-rounded {
    border-radius: 3.2rem;
  }
  .p-custom-btn.-outlined.-lg {
    width: 28rem;
    height: 6.8rem;
    font-size: 1.8rem;
  }
  .p-custom-btn.-outlined.-lg.-rounded {
    border-radius: 3.4rem;
  }
  .p-custom-btn.-outlined.-xl {
    width: 40rem;
    height: 9.6rem;
    font-size: 2rem;
  }
  .p-custom-btn.-outlined.-xl.-rounded {
    border-radius: 4.8rem;
  }
  .p-custom-btn.-filled.-xs {
    width: 16rem;
    height: 4rem;
    font-size: 1.4rem;
  }
  .p-custom-btn.-filled.-xs.-rounded {
    border-radius: 2rem;
  }
  .p-custom-btn.-filled.-sm {
    width: 20rem;
    height: 6rem;
    font-size: 1.5rem;
  }
  .p-custom-btn.-filled.-sm.-rounded {
    border-radius: 3rem;
  }
  .p-custom-btn.-filled.-md {
    width: 24rem;
    height: 6.4rem;
    font-size: 1.8rem;
  }
  .p-custom-btn.-filled.-md.-rounded {
    border-radius: 3.2rem;
  }
  .p-custom-btn.-filled.-lg {
    width: 28rem;
    height: 6.8rem;
    font-size: 1.8rem;
  }
  .p-custom-btn.-filled.-lg.-rounded {
    border-radius: 3.4rem;
  }
  .p-custom-btn.-filled.-xl {
    width: 40rem;
    height: 9.6rem;
    font-size: 2rem;
  }
  .p-custom-btn.-filled.-xl.-rounded {
    border-radius: 4.8rem;
  }
  .p-footer-links {
    margin-top: 8rem;
  }
  .p-home-news {
    padding-top: 5.6rem !important;
  }
  .p-home-news__content {
    gap: 0 8rem;
  }
  .p-home-about {
    margin-top: 6.4rem;
    padding-top: 8rem !important;
  }
  .p-home-about__media {
    gap: 5.6rem;
  }
  .p-home-about__media-image {
    width: 48%;
  }
  .p-home-about__media-text-heading {
    font-size: 2.8rem;
  }
  .p-home-about__media-text-content {
    padding-top: 1.6rem;
  }
  .p-home-about__media-text-content::before {
    width: 14rem;
  }
  .p-home-about__media-more {
    margin-top: 3.2rem;
    font-size: 1.5rem;
  }
  .p-home-about__media-more a .arrow {
    gap: 1.2rem;
  }
  .p-home-about__media-more a .arrow .icon {
    width: 2.6rem;
    height: 2.6rem;
  }
  .p-home-about__list {
    margin-top: 8rem;
    gap: 6.4rem;
  }
  .p-home-about__item {
    width: calc(50% - 3.2rem);
  }
  .p-home-about__item:first-child::before {
    top: -9.58rem;
    left: 8.8rem;
    width: 5.714rem;
  }
  .p-home-about__item:first-child::after {
    top: -9.988rem;
    right: 9.6rem;
    width: 6.4rem;
  }
  .p-home-about__item-thumb-more {
    font-size: 1.5rem;
  }
  .p-home-about__item-thumb-more .arrow {
    gap: 1rem;
  }
  .p-home-about__item-thumb-more .arrow .icon {
    width: 2.6rem;
    height: 2.6rem;
  }
  .p-home-about__item-description {
    margin-top: 2rem;
  }
  .p-home-about__item-heading {
    font-size: 2.6rem;
  }
  .p-home-about__item-text {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
  .p-home-study {
    padding-top: 10.4rem !important;
  }
  .p-home-event {
    margin-top: 7.2rem;
    padding-top: 9.2rem !important;
  }
  .p-home-event__header::before {
    left: 38rem;
    width: 15.2rem;
  }
  .p-home-information__content {
    gap: 8rem;
  }
  .p-home-information__header {
    padding-top: 3.2rem;
  }
  .p-home-information__body {
    margin-right: calc(50% + 4.4rem - 50vw);
  }
  .p-home-link {
    margin: 8.8rem 0;
  }
  .p-home-link__btn a {
    padding: 3.8rem 3.8rem 3.8rem 5.6rem;
    font-size: 1.9rem;
  }
  .p-home-link__btn-icon {
    width: 4rem;
    height: 4rem;
  }
  .p-home-diary {
    margin-top: 6.4rem;
    padding-top: 9.2rem !important;
    padding-bottom: 14.8rem !important;
  }
  .p-home-study-junior {
    margin-top: 7.2rem;
    padding-top: 9.2rem !important;
    padding-bottom: 11.2rem !important;
  }
  .p-home-study-junior__header::before {
    left: 38rem;
    width: 15.2rem;
  }
  .p-jumbotron {
    margin-right: 8.8rem;
  }
  .p-jumbotron__important {
    padding-right: 7.2rem;
    padding-left: 6.4rem;
  }
  .p-jumbotron__important::before {
    left: 2.4rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .p-main {
    padding-bottom: 10.4rem;
  }
  .p-main__footer {
    padding-top: 8rem;
  }
  .p-section__more {
    margin-top: 5.6rem;
  }
  .p-section.-bg-texture-pattern01::before {
    width: 140rem;
  }
  .p-section.-bg-texture-pattern02::before {
    width: 132rem;
  }
  .p-title.-flex {
    gap: 2.8rem;
  }
  .p-title__main.-en {
    font-size: 5.4rem;
  }
  .p-title__sub.-ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px){
  .wp-block-post-title {
    font-size: 2.8rem;
  }
  .l-footer__top {
    padding: 5.6rem 0 6.4rem;
  }
  .l-footer__bottom {
    padding-top: 0.8rem;
    padding-bottom: 6.4rem;
  }
  .l-header {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0.2rem 0.8rem rgba(0, 0, 0, 0.08));
  }
  .l-header__container.c-container {
    padding: 0;
  }
  .l-header__inner {
    height: var(--header_height_mobile);
  }
  .l-header__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 0;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 1.6rem;
  }
  .l-header__siteID img {
    height: var(--header_logo_height_mobile);
    width: auto;
  }
  .l-header__menu {
    transition: height 0.3s ease;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top: var(--header_height_mobile);
    left: 0;
    z-index: 9;
    width: 100%;
    height: 0;
    padding: 0 2rem;
  }
  .l-header__menu.-active {
    height: calc(100svh - var(--header_height_mobile));
  }
  .l-header__menu-close {
    display: none;
    visibility: hidden;
  }
  .l-header__menu-sns {
    padding-top: 2rem;
    padding-bottom: 4.8rem;
    flex-grow: 0;
  }
  .l-header__menu-sns-inner {
    padding: 0;
  }
  .l-header__menu-sns-inner::before {
    display: none;
  }
  .l-header__btns {
    display: none;
  }
  .l-header .l-header__search {
    display: none;
  }
  .l-header__guardian {
    display: none;
  }
  .l-page {
    padding-top: 5.6rem;
  }
  .-xs.-rounded.c-filled-btn, .-xs.-rounded.c-outlined-btn {
    border-radius: 1.8rem;
  }
  .-sm.-rounded.c-filled-btn, .-sm.-rounded.c-outlined-btn {
    border-radius: 3rem;
  }
  .-md.-rounded.c-filled-btn, .-md.-rounded.c-outlined-btn {
    border-radius: 3.2rem;
  }
  .-lg.-rounded.c-filled-btn, .-lg.-rounded.c-outlined-btn {
    border-radius: 3.2rem;
  }
  .-xl.-rounded.c-filled-btn, .-xl.-rounded.c-outlined-btn {
    border-radius: 4.4rem;
  }
  .c-container {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .p-article-content {
    display: block;
  }
  .p-article-content__main {
    width: 100%;
  }
  .p-article-content__main.-texture::before {
    display: none;
  }
  .p-article-content__other {
    margin-top: 4.8rem;
  }
  .p-article-content__other > div {
    padding-bottom: 0.05rem;
  }
  .p-article-list__item-meta {
    gap: 0.8rem;
  }
  .p-article-list__item-date {
    font-size: 1.4rem;
  }
  .p-article-list__item-category {
    font-size: 1.3rem;
    margin-left: 2.4rem;
  }
  .p-article-list__item-title {
    margin-left: 4rem;
  }
  .p-article-list.-card .p-article-list__item-text {
    padding: 1.2rem;
  }
  .p-article-list.-card .p-article-list__item-date {
    font-size: 1.4rem;
  }
  .p-article-list.-card .p-article-list__item-category {
    display: block;
    font-size: 1.3rem;
  }
  .p-article-list.-card .p-article-list__item-title {
    font-size: 1.6rem;
  }
  .p-article-list.-card .p-article-list__item-description {
    font-size: 1.4rem !important;
  }
  .p-article-list.-card .p-article-list__item-description p:not([class]) {
    font-size: 1.4rem !important;
  }
  .p-article-list.-table .p-article-list__item > a {
    padding: 2.8rem 2rem;
  }
  .p-article-list.-list .p-article-list__item > a {
    padding-bottom: 2.4rem;
  }
  .p-article-list.-list .p-article-list__item-title {
    margin-top: 1.2rem;
  }
  .p-article-list.-with-thumbnail.-event .p-article-list__item-title {
    font-size: 1.6rem;
  }
  .p-back-to-top {
    right: 1.6rem;
    bottom: 7.35rem;
  }
  .p-back-to-top > a {
    width: 4.8rem;
    height: 4.8rem;
  }
  .p-back-to-top .icon {
    width: 4.8rem;
    height: 4.8rem;
  }
  .p-banner {
    padding: 4.8rem 0 4rem;
  }
  .p-block-table th,
  .p-block-table td {
    display: block;
    width: 100% !important;
    max-width: none !important;
  }
  .p-block-table th {
    padding-top: 2rem !important;
    padding-bottom: 0 !important;
    border: none !important;
    text-align: left;
  }
  .p-block-table tr:first-child th {
    padding-top: 0 !important;
  }
  .p-block-table td {
    padding-top: 0.4rem !important;
    padding-bottom: 2rem !important;
    border-top: none !important;
  }
  .p-block-table tr:last-child td {
    padding-bottom: 0 !important;
  }
  .p-breadcrumb__item > a {
    padding-right: 2.4rem;
  }
  .p-cookie-banner {
    padding: 3.6rem 0 1.6rem;
  }
  .p-cookie-banner__message p {
    font-size: 1.4rem;
  }
  .p-custom-btn.-outlined.-xs.-rounded {
    border-radius: 1.8rem;
  }
  .p-custom-btn.-outlined.-sm.-rounded {
    border-radius: 3rem;
  }
  .p-custom-btn.-outlined.-md.-rounded {
    border-radius: 3.2rem;
  }
  .p-custom-btn.-outlined.-lg.-rounded {
    border-radius: 3.2rem;
  }
  .p-custom-btn.-outlined.-xl.-rounded {
    border-radius: 4.4rem;
  }
  .p-custom-btn.-filled.-xs.-rounded {
    border-radius: 1.8rem;
  }
  .p-custom-btn.-filled.-sm.-rounded {
    border-radius: 3rem;
  }
  .p-custom-btn.-filled.-md.-rounded {
    border-radius: 3.2rem;
  }
  .p-custom-btn.-filled.-lg.-rounded {
    border-radius: 3.2rem;
  }
  .p-custom-btn.-filled.-xl.-rounded {
    border-radius: 4.4rem;
  }
  .p-entry h2:not([class^=p-]) {
    margin-top: 8rem;
    padding-top: 4rem;
    font-size: 2.4rem;
  }
  .p-entry h2:not([class^=p-]):before {
    width: 4rem;
  }
  .p-entry h3:not([class^=p-]) {
    margin-top: 2.4rem;
    padding-bottom: 1.2rem;
    font-size: 2.2rem;
  }
  .p-entry h4:not([class^=p-]) {
    margin-top: 3.2rem;
    font-size: 2rem;
  }
  .p-entry h5:not([class^=p-]),
  .p-entry h6:not([class^=p-]) {
    margin-top: 3.2rem;
    font-size: 1.8rem;
  }
  .p-entry ul:not([class^=p-]),
  .p-entry ol:not([class^=p-]) {
    margin-top: 2.4rem;
  }
  .p-entry ul:not([class^=p-]) li:not([class^=p-]),
  .p-entry ol:not([class^=p-]) li:not([class^=p-]) {
    font-size: 1.6rem;
  }
  .p-entry p:not([class^=p-]) {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
  .p-entry table:not(.acf-table) {
    margin-top: 1.6rem;
    line-height: 1.8;
  }
  .p-entry table:not(.acf-table) th,
  .p-entry table:not(.acf-table) td {
    display: block;
    width: 100%;
  }
  .p-entry table:not(.acf-table) th {
    padding-top: 2rem;
    padding-right: 0;
    padding-bottom: 0.8rem;
    text-align: left;
  }
  .p-entry table:not(.acf-table) td {
    padding-top: 0.8rem;
    padding-bottom: 2.4rem;
  }
  .p-entry table:not(.acf-table) tr td:first-of-type {
    width: 100%;
    padding-top: 1.6rem;
    padding-bottom: 0;
    padding-right: 0;
    border-bottom: none;
    text-align: left;
  }
  .p-entry table:not(.acf-table) tr:last-child th {
    border-bottom: 1px solid var(--border_color);
  }
  .p-entry table:not(.acf-table) ul,
  .p-entry table:not(.acf-table) ol,
  .p-entry table:not(.acf-table) p {
    font-size: 1.2rem;
  }
  .p-entry figure:not(.wp-block-table) {
    margin-top: 2.4rem;
  }
  .p-entry iframe {
    margin-top: 2.4rem;
  }
  .p-entry blockquote {
    margin-top: 3.2rem;
    padding: 2.4rem;
  }
  .p-entry pre {
    margin-top: 2.4rem;
    padding: 2rem;
  }
  .p-footer-access {
    height: 32rem;
  }
  .p-footer-access iframe {
    height: 32rem;
  }
  .p-footer-copyright {
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-footer-cta {
    padding: 6.4rem 0;
  }
  .p-footer-cta__title {
    text-align: center;
  }
  .p-footer-cta__description {
    margin-bottom: 2.4rem;
  }
  .p-footer-cta__list {
    flex-direction: column;
    gap: 2rem;
  }
  .p-footer-cta__item-heading {
    margin-bottom: 0.8rem;
  }
  .p-footer-cta__item-tel .icon {
    width: 3.6rem;
    height: 3.6rem;
  }
  .p-footer-cta__item-tel .note {
    font-size: 1.4rem;
  }
  .p-footer-cta__item-mail > a {
    width: 100% !important;
    height: 5.6rem !important;
  }
  .p-footer-info__logo img {
    max-width: var(--footer_logo_mobile_width);
  }
  .p-footer-links {
    display: none;
  }
  .p-footer-menu__contact {
    display: none;
  }
  .p-main-menu {
    width: 100%;
  }
  .p-main-menu__list {
    gap: 0;
  }
  .p-sub-menu {
    width: 100%;
    margin-left: 0;
    padding-bottom: 4.8rem;
  }
  .p-sub-menu__tel > a {
    justify-content: center;
    font-size: 3.6rem;
  }
  .p-sub-menu__tel .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
  .p-sub-menu__tel .text {
    font-size: 1.4rem;
    text-align: center;
  }
  .p-sub-menu__btn {
    text-align: center;
  }
  .p-sub-menu__btn > a {
    width: 100%;
    max-width: var(--header_btn_width_mobile);
    height: var(--header_btn_height_mobile);
  }
  .p-sub-menu__btn.-tel {
    margin-top: 4rem;
  }
  .p-home-news {
    padding-top: 4.8rem !important;
  }
  .p-home-news__content {
    display: block;
  }
  .p-home-news__body {
    margin-top: 2.4rem;
  }
  .p-home-about {
    margin-top: 5.6rem;
    padding-top: 4.8rem !important;
  }
  .p-home-about__media {
    flex-direction: column;
    gap: 0;
  }
  .p-home-about__media-image {
    width: 100%;
  }
  .p-home-about__media-text-heading {
    margin-top: 1.8rem;
    font-size: 2.4rem;
  }
  .p-home-about__media-text-content {
    padding-top: 1.2rem;
  }
  .p-home-about__media-text-content::before {
    width: 13.2rem;
  }
  .p-home-about__media-text-description {
    font-size: 1.4rem;
    line-height: 2;
  }
  .p-home-about__media-more {
    margin-top: 2.4rem;
  }
  .p-home-about__media-more a .arrow {
    gap: 1rem;
  }
  .p-home-about__media-more a .arrow .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .p-home-about__list {
    flex-direction: column;
    gap: 4rem;
  }
  .p-home-about__item {
    width: 100%;
  }
  .p-home-about__item:first-child {
    margin-top: 0;
  }
  .p-home-about__item:first-child::before {
    display: none;
    visibility: hidden;
  }
  .p-home-about__item:first-child::after {
    display: none;
    visibility: hidden;
  }
  .p-home-about__item-thumb-more::before {
    width: 16.4rem;
  }
  .p-home-about__item-thumb-more .arrow .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .p-home-about__item-description {
    margin-top: 1.8rem;
  }
  .p-home-about__item-heading {
    font-size: 2.4rem;
  }
  .p-home-about.-junior {
    margin-top: 9.6rem !important;
  }
  .p-home-study {
    padding-top: 9.6rem !important;
  }
  .p-home-event {
    margin-top: 5.6rem;
    padding-top: 8.4rem !important;
    padding-bottom: 0 !important;
  }
  .p-home-event__header::before {
    bottom: 2.8rem;
    left: 36rem;
    width: 15rem;
  }
  .p-home-information {
    margin-top: 8.8rem;
    padding: 5.6rem 0;
  }
  .p-home-information::before {
    width: calc(100% - 3.2rem);
  }
  .p-home-information__content {
    flex-direction: column;
    gap: 5.6rem;
  }
  .p-home-information__header {
    padding-top: 0;
    padding-right: 3.2rem;
  }
  .p-home-information__body {
    margin-right: calc(50% - 50vw);
  }
  .p-home-information__image {
    max-width: 100%;
  }
  .p-home-information__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 344/256;
  }
  .p-home-link {
    margin: 7.2rem 0;
  }
  .p-home-link__btn a {
    padding: 3.7rem 3.2rem 3.7rem 5.2rem;
    font-size: 1.8rem;
  }
  .p-home-link__btn-icon {
    width: 3.6rem;
    height: 3.6rem;
  }
  .p-home-diary {
    margin-top: 5.6rem;
    padding-top: 8.4rem !important;
    padding-bottom: 0 !important;
  }
  .p-home-study-junior {
    margin-top: 5.6rem;
    padding-top: 8.4rem !important;
    padding-bottom: 0 !important;
  }
  .p-home-study-junior__header::before {
    bottom: 2.8rem;
    left: 36rem;
    width: 15rem;
  }
  .p-image-slider .p-image-slider__item img {
    max-height: 40rem;
  }
  .p-jumbotron {
    margin-right: 0;
  }
  .p-jumbotron__inner {
    height: calc(100svh - 5.6rem);
  }
  .p-jumbotron__important {
    max-height: 6.4rem;
  }
  .p-jumbotron__important-item-date {
    font-size: 1.4rem;
  }
  .p-jumbotron__important-item-date::after {
    height: 1.8rem;
  }
  .p-jumbotron__slider-item {
    position: relative;
  }
  .p-jumbotron__slider-item::before {
    content: "";
    float: left;
    padding-top: 100%;
  }
  .p-jumbotron__slider-item::after {
    content: "";
    display: block;
    clear: both;
  }
  .p-jumbotron__slider-item > :first-child {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .p-jumbotron__slider-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .p-jumbotron__news {
    bottom: 7.2rem;
  }
  .p-jumbotron__news-texture {
    width: 1.7rem;
    height: 1.2777rem;
  }
  .p-jumbotron.-has-important .p-jumbotron__slider {
    height: calc(100% - 6.4rem);
  }
  .p-lead {
    font-size: 2.4rem;
  }
  .p-link-list__item > a {
    padding: 2.4rem 4rem 2.4rem 0;
  }
  .p-main {
    padding-bottom: 8.36rem;
  }
  .p-main__header {
    margin-top: 5.6rem;
  }
  .p-main__header-inner {
    height: var(--main_header_height_mobile);
  }
  .p-main__body {
    padding-top: 3.2rem;
  }
  .p-main__header + .p-main__body {
    padding-top: 6.4rem;
  }
  .p-main__footer {
    padding-top: 6.4rem;
  }
  .p-main__single-header {
    padding-top: 4rem;
  }
  .p-main__single-header-inner {
    width: 100%;
    max-width: none;
  }
  .p-main__single-meta {
    gap: 0.8rem;
  }
  .p-main__single-date {
    font-size: 1.4rem;
  }
  .p-main__single-title {
    padding-bottom: 2rem;
    font-size: 2.6rem;
  }
  .p-main__single-title::before {
    width: 6.4rem;
  }
  .p-main__grid {
    grid-template-columns: 1fr;
  }
  .p-main__side {
    display: none;
  }
  .p-media {
    flex-direction: column;
    gap: 3rem;
  }
  .p-media .p-media__image {
    width: 100% !important;
    text-align: center;
  }
  .p-media .p-media__text {
    width: 100% !important;
  }
  .p-media__text p:not([class]) {
    font-size: 1.4rem;
  }
  .p-media.-reverse {
    flex-direction: column;
    gap: 3rem;
  }
  .p-media.-reverse .p-media__image {
    width: 100% !important;
    text-align: center;
  }
  .p-media.-reverse .p-media__text {
    width: 100% !important;
  }
  .p-media.-reverse {
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .p-pagination__list {
    gap: 0.8rem;
  }
  .p-search-results-list {
    margin-top: 2.8rem;
  }
  .p-search-results-list__item {
    padding-bottom: 2.8rem;
  }
  .p-search-results-list__item:not(:first-of-type) {
    margin-top: 2.8rem;
  }
  .p-search-results-list__item-title {
    font-size: 1.6rem;
  }
  .p-search-results-list__item-description {
    font-size: 1.4rem;
  }
  .p-search-ui {
    margin-top: 3.2rem;
  }
  .p-search-ui__list {
    gap: 1.6rem;
  }
  .p-section {
    padding: 2.4rem 0;
  }
  .p-section__grid {
    display: block;
  }
  .p-section__description p:not([class]) {
    font-size: 1.4rem;
  }
  .p-section__more {
    margin-top: 4.8rem;
  }
  .p-section.-bg-texture-pattern01::before {
    width: 160.4rem;
  }
  .p-section.-bg-texture-pattern02::before {
    width: 150.2rem;
  }
  .p-sitemap-list {
    font-size: 1.4rem;
  }
  .p-sort {
    margin-bottom: 3.2rem;
  }
  .p-sort__text {
    font-size: 1.5rem;
    gap: 1rem;
  }
  .p-sort__text span {
    font-size: 2rem;
  }
  .p-sp-menu.-dropdown {
    transition: height 0.3s ease;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow-y: scroll;
    width: 100%;
    height: 0;
    background-color: rgb(255, 255, 255);
    text-align: left;
  }
  .p-sp-menu.-dropdown.-active {
    height: calc(100vh - 5.6rem);
  }
  .p-sp-menu.-overlay {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .p-sp-menu.-overlay .p-sp-menu__close-btn {
    display: block;
    padding: 2.4rem;
    margin: 1.6rem auto;
    text-align: center;
  }
  .p-sp-menu.-overlay .p-sp-menu__close-btn .bar {
    display: block;
    width: 2.4rem;
    height: 0.2rem;
    background-color: var(--font_color);
    margin: 0 auto 0.4rem;
  }
  .p-sp-menu.-overlay .p-sp-menu__close-btn .bar.-first {
    transform: translate(0, 6px) rotate(405deg);
  }
  .p-sp-menu.-overlay .p-sp-menu__close-btn .bar.-second {
    transform: translate(0, 0) rotate(-405deg);
  }
  .p-sp-menu.-slide {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
  }
  .p-sp-menu.-slide .p-sp-menu__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
  }
  .p-sp-menu.-slide .p-sp-menu__content {
    transition: right 0.3s ease;
    position: fixed;
    top: 0;
    right: -75%;
    overflow: scroll;
    width: 75%;
    height: 100%;
    background-color: #fff;
    text-align: left;
  }
  .p-sp-menu.-slide .p-sp-menu__content.-active {
    right: 0;
  }
  .p-sp-menu.-slide .p-sp-menu__close-btn {
    position: fixed;
    top: 25px;
    left: 20px;
  }
  .p-sp-menu.-slide .p-sp-menu__close-btn .bar {
    display: block;
    width: 2.4rem;
    height: 0.2rem;
    background-color: #fff;
    margin: 0 auto 0.4rem;
  }
  .p-sp-menu.-slide .p-sp-menu__close-btn .bar.-first {
    transform: translate(0, 6px) rotate(405deg);
  }
  .p-sp-menu.-slide .p-sp-menu__close-btn .bar.-second {
    transform: translate(0, 0) rotate(-405deg);
  }
  .p-sp-menu__main-menu-item {
    border-bottom: 1px solid #eee;
    color: var(--font_color);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .p-sp-menu__main-menu-item a {
    transition: background-color 0.2s ease-out;
    display: flex;
    align-items: center;
    padding: 2.4rem;
    color: var(--font_color);
    text-decoration: none !important;
  }
  .p-sp-menu__main-menu-item a:hover {
    background-color: #f5f5f5;
  }
  .p-sp-menu__main-menu-item span {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 1.6rem;
  }
  .p-sp-menu__main-menu-item span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--main_color);
    border-right: 2px solid var(--main_color);
    right: 0.4rem;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-sp-menu__btn {
    margin: 1.6rem 2.4rem;
  }
  .p-sp-menu__sub-menu {
    margin: 1.6rem 2.4rem;
  }
  .p-sp-menu__sub-menu-item {
    position: relative;
    padding: 0.4rem 0 0.4rem 1.6rem;
    font-size: 1.4rem;
  }
  .p-sp-menu__sub-menu-item:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--main_color);
    border-right: 1px solid var(--main_color);
    left: 0;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-sp-menu__sns-block {
    margin: 1.6rem 2.4rem;
  }
  .p-sp-menu__sns-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .p-sp-menu__sns-item {
    width: 2.4rem;
    margin-right: 0.8rem;
  }
  .p-sp-menu__sns-item .icon {
    width: 2.4rem;
    height: 2.4rem;
    fill: var(--main_color);
  }
  .p-system-message {
    padding: 4rem 0 6.4rem;
  }
  .p-system-message > p {
    font-size: 1.6rem !important;
  }
  .p-teacher-list__item-name {
    font-size: 1.8rem;
  }
  .p-teacher-list__item-address {
    margin-top: 0.4rem;
  }
  .p-teacher-list__item-message {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
  .p-text-link {
    font-size: 1.5rem;
  }
  .p-title.-flex {
    gap: 2.4rem;
  }
  .p-title__main.-en {
    font-size: 5rem;
  }
  .u-icon-word {
    padding-right: 2rem;
    background-size: 1.4rem 1.4rem;
  }
  .u-icon-excel {
    padding-right: 2rem;
    background-size: 1.4rem 1.4rem;
  }
  .u-icon-powerpoint {
    padding-right: 2rem;
    background-size: 1.4rem 1.4rem;
  }
  .u-icon-pdf {
    padding-right: 2rem;
    background-size: 1.4rem 1.4rem;
  }
  .u-icon-external-link {
    padding-right: 1.8rem;
    background-size: 1rem 0.9rem;
  }
}
@media screen and (max-width: 767px){
  .wp-block-post-title {
    font-size: 2.2rem;
  }
  .l-footer__top {
    padding: 4.8rem 0 6.4rem;
  }
  .-xs.c-filled-btn, .-xs.c-outlined-btn {
    width: 14rem;
    height: 3.6rem;
    font-size: 1.3rem;
  }
  .-xs.-rounded.c-filled-btn, .-xs.-rounded.c-outlined-btn {
    border-radius: 1.8rem;
  }
  .-sm.c-filled-btn, .-sm.c-outlined-btn {
    width: 20rem;
    height: 6rem;
    font-size: 1.5rem;
  }
  .-sm.-rounded.c-filled-btn, .-sm.-rounded.c-outlined-btn {
    border-radius: 3rem;
  }
  .-md.c-filled-btn, .-md.c-outlined-btn {
    width: 24rem;
    height: 6.4rem;
    font-size: 1.6rem;
  }
  .-md.-rounded.c-filled-btn, .-md.-rounded.c-outlined-btn {
    border-radius: 3.2rem;
  }
  .-lg.c-filled-btn, .-lg.c-outlined-btn {
    width: 28rem;
    height: 6.4rem;
    font-size: 1.6rem;
  }
  .-lg.-rounded.c-filled-btn, .-lg.-rounded.c-outlined-btn {
    border-radius: 3.2rem;
  }
  .-xl.c-filled-btn, .-xl.c-outlined-btn {
    width: 36rem;
    height: 8.8rem;
    font-size: 1.8rem;
  }
  .-xl.-rounded.c-filled-btn, .-xl.-rounded.c-outlined-btn {
    border-radius: 4.4rem;
  }
  .c-container {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .p-article-list__item-date {
    font-size: 1.3rem;
  }
  .p-article-list__item-category {
    min-width: 8.4rem;
    margin-left: 1.6rem;
    padding: 0.5rem 1.15rem;
  }
  .p-article-list__item-title {
    width: 100%;
    margin-top: 1.2rem;
    padding-right: 0;
  }
  .p-article-list.-table .p-article-list__item > a {
    flex-wrap: wrap;
    padding: 2.4rem 0;
  }
  .p-article-list.-table .p-article-list__item-title {
    width: 100%;
    margin-left: 0;
  }
  .p-article-list.-with-thumbnail .p-article-list__item-title {
    font-size: 1.9rem;
  }
  .p-cookie-banner__inner {
    flex-direction: column;
  }
  .p-custom-btn.-outlined.-xs {
    width: 14rem;
    height: 3.6rem;
    font-size: 1.3rem;
  }
  .p-custom-btn.-outlined.-xs.-rounded {
    border-radius: 1.8rem;
  }
  .p-custom-btn.-outlined.-sm {
    width: 20rem;
    height: 6rem;
    font-size: 1.5rem;
  }
  .p-custom-btn.-outlined.-sm.-rounded {
    border-radius: 3rem;
  }
  .p-custom-btn.-outlined.-md {
    width: 24rem;
    height: 6.4rem;
    font-size: 1.6rem;
  }
  .p-custom-btn.-outlined.-md.-rounded {
    border-radius: 3.2rem;
  }
  .p-custom-btn.-outlined.-lg {
    width: 28rem;
    height: 6.4rem;
    font-size: 1.6rem;
  }
  .p-custom-btn.-outlined.-lg.-rounded {
    border-radius: 3.2rem;
  }
  .p-custom-btn.-outlined.-xl {
    width: 36rem;
    height: 8.8rem;
    font-size: 1.8rem;
  }
  .p-custom-btn.-outlined.-xl.-rounded {
    border-radius: 4.4rem;
  }
  .p-custom-btn.-filled.-xs {
    width: 14rem;
    height: 3.6rem;
    font-size: 1.3rem;
  }
  .p-custom-btn.-filled.-xs.-rounded {
    border-radius: 1.8rem;
  }
  .p-custom-btn.-filled.-sm {
    width: 20rem;
    height: 6rem;
    font-size: 1.5rem;
  }
  .p-custom-btn.-filled.-sm.-rounded {
    border-radius: 3rem;
  }
  .p-custom-btn.-filled.-md {
    width: 24rem;
    height: 6.4rem;
    font-size: 1.6rem;
  }
  .p-custom-btn.-filled.-md.-rounded {
    border-radius: 3.2rem;
  }
  .p-custom-btn.-filled.-lg {
    width: 28rem;
    height: 6.4rem;
    font-size: 1.6rem;
  }
  .p-custom-btn.-filled.-lg.-rounded {
    border-radius: 3.2rem;
  }
  .p-custom-btn.-filled.-xl {
    width: 36rem;
    height: 8.8rem;
    font-size: 1.8rem;
  }
  .p-custom-btn.-filled.-xl.-rounded {
    border-radius: 4.4rem;
  }
  .p-footer-info {
    font-size: 1.4rem;
  }
  .p-footer-info__address address {
    font-size: 1.4rem;
  }
  .p-footer-menu {
    margin-top: 3.2rem;
  }
  .p-footer-menu__list {
    gap: 0.8rem;
  }
  .p-home-news__body {
    margin-top: 2rem;
  }
  .p-home-about {
    margin-top: 8.8rem;
    padding-top: 0 !important;
  }
  .p-home-about__media-text-content::before {
    right: 0;
    bottom: -4rem;
    width: 12.8rem;
  }
  .p-home-about__media-more a .arrow {
    gap: 0.8rem;
  }
  .p-home-about__media-more a .arrow .icon {
    width: 2.2rem;
    height: 2.2rem;
  }
  .p-home-about__list {
    gap: 5.2rem;
  }
  .p-home-about__item-thumb-more {
    font-size: 1.4rem;
  }
  .p-home-about__item-thumb-more::before {
    width: 15.6rem;
  }
  .p-home-about__item-thumb-more .arrow .icon {
    width: 2.2rem;
    height: 2.2rem;
  }
  .p-home-about.-junior {
    margin-top: 8.8rem !important;
  }
  .p-home-study {
    padding-top: 8.8rem !important;
  }
  .p-home-event {
    margin-top: 4.8rem;
    padding-top: 7.6rem !important;
  }
  .p-home-event__header::before {
    left: 24rem;
    width: 14.8rem;
  }
  .p-home-information {
    margin-top: 8rem;
    padding: 5.2rem 0;
  }
  .p-home-link {
    margin: 6.4rem 0;
  }
  .p-home-link__btn a {
    padding: 3.6rem 2.4rem 3.6rem 3.2rem;
    font-size: 1.7rem;
  }
  .p-home-link__btn-icon {
    width: 3.2rem;
    height: 3.2rem;
  }
  .p-home-diary {
    margin-top: 4.8rem;
    padding-top: 7.6rem !important;
  }
  .p-home-study-junior {
    margin-top: 4.8rem;
    padding-top: 7.6rem !important;
  }
  .p-home-study-junior__header::before {
    left: 24rem;
    width: 14.8rem;
  }
  .p-jumbotron__important {
    padding-right: 4.3rem;
    padding-left: 4.8rem;
  }
  .p-jumbotron__important::before {
    left: 1.6rem;
    width: 2rem;
    height: 2rem;
  }
  .p-jumbotron__important-item a {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-jumbotron__important-item-date::after {
    display: none;
  }
  .p-jumbotron__important-item-title {
    margin-top: 0.2rem;
  }
  .p-jumbotron__important-controle {
    right: 1.2rem;
  }
  .p-jumbotron__important-prev, .p-jumbotron__important-next {
    width: 1.4rem !important;
    height: 1.4rem !important;
  }
  .p-jumbotron__important-pagination {
    font-size: 1.2rem;
  }
  .p-jumbotron__news {
    left: 3.2rem;
  }
  .p-link-list__item-title {
    font-size: 1.7rem;
  }
  .p-link-list__item-icon {
    right: 1.2rem;
    width: 2.8rem;
    height: 2.8rem;
  }
  .p-main {
    padding-bottom: 7.323rem;
  }
  .p-main__header {
    margin-top: 4.8rem;
  }
  .p-main__header + .p-main__body {
    padding-top: 5.6rem;
  }
  .p-main__footer {
    padding-top: 5.6rem;
  }
  .p-pagination__item {
    width: 5.2rem;
    height: 5.2rem;
    font-size: 1.5rem;
  }
  .p-pagination__prev-link > a, .p-pagination__next-link > a {
    width: 5.2rem;
    height: 5.2rem;
  }
  .p-pagination__prev-link > a .icon, .p-pagination__next-link > a .icon {
    width: 1.3rem;
    height: 1.06739rem;
  }
  .p-pagination__prev-link {
    margin-right: 2rem;
  }
  .p-pagination__next-link {
    margin-left: 2rem;
  }
  .p-search-results-list__item-date {
    font-size: 1.3rem;
  }
  .p-search-results-list__item-category > span {
    min-width: 8rem;
  }
  .p-search-ui__inner {
    flex-direction: column-reverse;
    gap: 1.6rem;
  }
  .p-search-ui__inner form {
    width: 100%;
  }
  .p-search-ui__title {
    width: 100%;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid var(--border_color);
  }
  .p-search-ui__item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.8rem;
  }
  .p-search-ui__item-control select {
    width: 16rem;
  }
  .p-section__more {
    margin-top: 4.4rem;
  }
  .p-teacher-list__item {
    padding: 2.4rem;
  }
  .p-teacher-list__item-image {
    width: 8rem;
  }
  .p-title.-flex {
    flex-direction: column;
    gap: 0.3rem;
  }
  .p-title__main.-en {
    font-size: 4.8rem;
  }
  .p-title__sub.-ja {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px){
  .l-footer__top {
    padding: 4rem 0 6.4rem;
  }
  .-xs.c-filled-btn, .-xs.c-outlined-btn {
    width: 12rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
  .-xs.-rounded.c-filled-btn, .-xs.-rounded.c-outlined-btn {
    border-radius: 1.6rem;
  }
  .-sm.c-filled-btn, .-sm.c-outlined-btn {
    width: 20rem;
    height: 6rem;
    font-size: 1.5rem;
  }
  .-sm.-rounded.c-filled-btn, .-sm.-rounded.c-outlined-btn {
    border-radius: 3rem;
  }
  .-md.c-filled-btn, .-md.c-outlined-btn {
    width: 22rem;
    height: 6.4rem;
    font-size: 1.6rem;
  }
  .-md.-rounded.c-filled-btn, .-md.-rounded.c-outlined-btn {
    border-radius: 3.2rem;
  }
  .-lg.c-filled-btn, .-lg.c-outlined-btn {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
  .-lg.-rounded.c-filled-btn, .-lg.-rounded.c-outlined-btn {
    border-radius: 2.8rem;
  }
  .-xl.c-filled-btn, .-xl.c-outlined-btn {
    width: 100%;
    height: 7.2rem;
    font-size: 1.6rem;
  }
  .-xl.-rounded.c-filled-btn, .-xl.-rounded.c-outlined-btn {
    border-radius: 3.6rem;
  }
  .c-container {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .p-article-list.-with-thumbnail .p-article-list__item-text {
    flex: 1 1 auto;
  }
  .p-article-list.-with-thumbnail.-other .p-article-list__item-text {
    flex: 1 1 auto;
  }
  .p-banner__list {
    max-width: 20rem;
    margin: auto;
  }
  .p-cookie-banner__btn .c-filled-btn.-sm {
    width: 28rem;
  }
  .p-custom-btn.-outlined.-xs {
    width: 12rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
  .p-custom-btn.-outlined.-xs.-rounded {
    border-radius: 1.6rem;
  }
  .p-custom-btn.-outlined.-sm {
    width: 20rem;
    height: 6rem;
    font-size: 1.5rem;
  }
  .p-custom-btn.-outlined.-sm.-rounded {
    border-radius: 3rem;
  }
  .p-custom-btn.-outlined.-md {
    width: 22rem;
    height: 6.4rem;
    font-size: 1.6rem;
  }
  .p-custom-btn.-outlined.-md.-rounded {
    border-radius: 3.2rem;
  }
  .p-custom-btn.-outlined.-lg {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
  .p-custom-btn.-outlined.-lg.-rounded {
    border-radius: 2.8rem;
  }
  .p-custom-btn.-outlined.-xl {
    width: 100%;
    height: 7.2rem;
    font-size: 1.6rem;
  }
  .p-custom-btn.-outlined.-xl.-rounded {
    border-radius: 3.6rem;
  }
  .p-custom-btn.-filled.-xs {
    width: 12rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
  .p-custom-btn.-filled.-xs.-rounded {
    border-radius: 1.6rem;
  }
  .p-custom-btn.-filled.-sm {
    width: 20rem;
    height: 6rem;
    font-size: 1.5rem;
  }
  .p-custom-btn.-filled.-sm.-rounded {
    border-radius: 3rem;
  }
  .p-custom-btn.-filled.-md {
    width: 22rem;
    height: 6.4rem;
    font-size: 1.6rem;
  }
  .p-custom-btn.-filled.-md.-rounded {
    border-radius: 3.2rem;
  }
  .p-custom-btn.-filled.-lg {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
  .p-custom-btn.-filled.-lg.-rounded {
    border-radius: 2.8rem;
  }
  .p-custom-btn.-filled.-xl {
    width: 100%;
    height: 7.2rem;
    font-size: 1.6rem;
  }
  .p-custom-btn.-filled.-xl.-rounded {
    border-radius: 3.6rem;
  }
  .p-footer-info__contact {
    font-size: 1.3rem;
  }
  .p-footer-info__contact span {
    font-size: 1.4rem;
  }
  .p-footer-info__mail {
    font-size: 1.3rem;
  }
  .p-footer-info__mail span {
    font-size: 1.4rem;
  }
  .p-home-news {
    padding-top: 4rem !important;
  }
  .p-home-news__body {
    margin-top: 1.6rem;
  }
  .p-home-about {
    margin-top: 8.8rem;
    padding-top: 0 !important;
  }
  .p-home-about__media-text-content::before {
    width: 12rem;
  }
  .p-home-about__media-more a .arrow {
    gap: 0.6rem;
  }
  .p-home-about__media-more a .arrow .icon {
    width: 2rem;
    height: 2rem;
  }
  .p-home-about__item-thumb-more {
    font-size: 1.3rem;
  }
  .p-home-about__item-thumb-more::before {
    width: 14rem;
  }
  .p-home-about__item-thumb-more .arrow .icon {
    width: 2rem;
    height: 2rem;
  }
  .p-home-about.-junior {
    margin-top: 7.2rem !important;
  }
  .p-home-study {
    padding-top: 7.2rem !important;
  }
  .p-home-event {
    margin-top: 4rem;
    padding-top: 6.7rem !important;
  }
  .p-home-event__header::before {
    bottom: 0.8rem;
    left: 50vw;
    width: 14.7rem;
  }
  .p-home-information {
    margin-top: 7.2rem;
    padding: 4.8rem 0;
  }
  .p-home-information::before {
    width: calc(100% - 1.6rem);
  }
  .p-home-information__header {
    padding-right: 1.6rem;
  }
  .p-home-link {
    margin: 5.6rem 0;
  }
  .p-home-link__btn a {
    font-size: 1.6rem;
  }
  .p-home-link__btn-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .p-home-diary {
    margin-top: 4rem;
    padding-top: 6.7rem !important;
  }
  .p-home-study-junior {
    margin-top: 4rem;
    padding-top: 6.7rem !important;
  }
  .p-home-study-junior__header::before {
    bottom: 0.8rem;
    left: 50vw;
    width: 14.7rem;
  }
  .p-jumbotron__important-item-date {
    font-size: 1.2rem;
  }
  .p-jumbotron__important-item-title {
    font-size: 1.4rem;
  }
  .p-jumbotron__news {
    left: 1.6rem;
    max-width: 22.4rem;
  }
  .p-jumbotron__news-close {
    width: 2.6rem;
    height: 2.6rem;
  }
  .p-jumbotron__news a {
    padding: 1.8rem 2.4rem 2.9rem;
  }
  .p-jumbotron__news-texture {
    width: 1.6rem;
    height: 1.1555rem;
  }
  .p-jumbotron__news-meta {
    gap: 1rem;
  }
  .p-jumbotron__news-title {
    font-size: 1.4rem;
  }
  .p-main {
    padding-bottom: 6.2769rem;
  }
  .p-main__header {
    margin-top: 4rem;
  }
  .p-main__header + .p-main__body {
    padding-top: 4rem;
  }
  .p-main__footer {
    padding-top: 4.8rem;
  }
  .post-password-form > p:nth-child(2) {
    margin-top: 2.4rem !important;
    flex-wrap: wrap;
  }
  .post-password-form label {
    display: flex;
    width: 100%;
    white-space: nowrap;
  }
  .post-password-form input[type=submit] {
    width: 12rem;
    margin: 2.4rem auto 0;
  }
  .p-search-results-list__item-meta {
    flex-direction: column;
    height: auto;
    margin-top: 2rem;
  }
  .p-search-results-list__item-meta > span:not([class]) {
    padding-left: 0.6rem;
    height: auto;
  }
  .p-search-results-list__item-category {
    padding-left: 0;
    border-left: none;
  }
  .p-search-ui__item-control select {
    width: auto;
  }
  .p-section__more {
    margin-top: 4rem;
  }
  .p-sns {
    gap: 0.8rem 1.6rem;
  }
  .p-sort__text {
    font-size: 1.4rem;
    gap: 0.8rem;
  }
  .p-sort__text span {
    font-size: 1.8rem;
  }
  .p-sort form select {
    padding: 0.7rem 3.2rem 0.7rem 1.6rem;
    font-size: 1.2rem;
  }
  .p-title__main.-en {
    font-size: 4.6rem;
  }
  .u-note {
    font-size: 1.2rem !important;
  }
}
@media (any-hover: hover){
  .p-sns__item a:hover {
    opacity: 0.6;
  }
}
@media (hover: hover){
  .l-header__btns-item-btn:hover {
    opacity: 0.65;
  }
  .p-custom-btn.-outlined:hover {
    color: var(--main_color) !important;
    border-color: var(--main_color) !important;
  }
  .p-entry a:not([class]):hover {
    text-decoration: none;
  }
  .p-home-about__media-more a:hover .arrow {
    color: var(--main_color);
  }
  .p-home-about__item a:hover .p-home-about__item-thumb-image img {
    transform: scale(1.1);
  }
  .p-home-about__item a:hover .p-home-about__item-thumb-more {
    color: var(--main_color);
  }
  .p-home-link__btn a:hover .p-home-link__btn-icon {
    transform: scale(1.2);
  }
  .p-home-link__btn a:hover span {
    opacity: 0.75;
  }
}
@media print{
  body {
    width: 1200px;
  }
  .c-container {
    width: 114rem;
    max-width: 114rem !important;
  }
  .c-container.-narrow {
    width: 90rem;
    max-width: 90rem !important;
  }
  .p-sp-menu {
    display: none;
  }
}/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
