@charset "UTF-8";
/* foundation/_base.scss
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@500&display=swap");
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sassを使用しているので、cssファイルを直接編集しないでください。
先祖返りの原因となります。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* foundation/_reset.scss
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

html {
  font-size: 62.5%;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

i, em {
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

*:not(table):not(tbody):not(thead):not(tfoot):not(tr):not(th):not(td) {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* foundation/_extend.scss
-------------------------------------------------- */
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #071E30;
  background-color: #FFF;
}
@media screen and (max-width: 769px) {
  body {
    font-size: 14px;
  }
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

strong {
  font-weight: 700;
}

textarea {
  overflow: auto;
  resize: none;
}

@media screen and (max-width: 1281px) {
  input, textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  input, textarea {
    font-size: 14px;
  }
}

input::-ms-clear {
  visibility: hidden;
}

select::-ms-expand {
  display: none;
}

[data-hidden] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
  transform: scale(0);
}

a:not([class]) {
  cursor: pointer;
}
a:not([class]):hover {
  text-decoration: underline;
}
a:not([class])[href=""] {
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  [data-device=sp] {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 769px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  [data-device=pc] {
    display: none !important;
  }
}
.l-header {
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
  padding: 4px 0;
}
.l-header__catch {
  color: #81A2B5;
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
  background-color: #071E30;
  padding: 6px 12px;
}
@media screen and (min-width: 769px) {
  .l-header__catch {
    font-size: 12px;
  }
}
.l-header__inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  width: 129px;
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    width: 196px;
  }
}

.l-footer {
  background-color: #FFF;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .l-footer__inr {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__info {
    display: flex;
  }
}
.l-footer__logo {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 769px) {
  .l-footer__nav {
    border-bottom: 1px solid #4F7D98;
    padding: 0 36px 24px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__nav {
    border-left: 1px solid #4F7D98;
    padding-left: 16px;
    margin-left: 16px;
  }
}
.l-footer__sitename {
  color: #071E30;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 8px;
}
.l-footer__item {
  font-size: 13px;
}
.l-footer__item::before {
  content: "▸";
  color: #DE2C00;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .l-footer__item {
    font-size: 16px;
  }
}
.l-footer__item + .l-footer__item {
  margin-top: 8px;
}
.l-footer__link {
  color: #1D587A;
}
.l-footer__operator {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-footer__operator--tel {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  margin-top: -4px;
  margin-right: -14px;
}
@media screen and (min-width: 769px) {
  .l-footer__operator--tel {
    font-size: 14px;
    margin-right: -40px;
  }
}

.l-wrapper {
  word-break: break-all;
}

.l-main {
  background-color: #F4F6F5;
}

.l-inr {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-nav__btn, .l-nav__btn--return, .l-nav__btn--open {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 769px) {
  .l-nav__btn, .l-nav__btn--return, .l-nav__btn--open {
    display: none;
  }
}
.l-nav__btn--return {
  margin-right: 0;
  margin-left: auto;
}
.l-nav__btn span, .l-nav__btn--open span, .l-nav__btn--return span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #071E30;
  border-radius: 1px;
}
@media screen and (max-width: 769px) {
  .l-nav__toggle {
    background-image: url("../img/nav_bg_sp.jpg");
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    overflow-y: auto;
    padding: 4px 20px 40px 40px;
  }
}
.l-nav__toggle.is-open {
  transform: translateX(0);
}
@media screen and (max-width: 769px) {
  .l-nav__toggle--inr {
    width: 100%;
    margin-top: 64px;
  }
}
@media screen and (max-width: 769px) {
  .l-nav__list {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__list {
    display: flex;
    gap: 32px;
  }
}
@media screen and (max-width: 769px) {
  .l-nav__item {
    position: relative;
    display: flex;
    align-items: baseline;
  }
}
@media screen and (max-width: 769px) {
  .l-nav__item::before {
    content: "▸";
    color: #D7AC00;
    display: inline-block;
    margin-right: 4px;
  }
}
@media screen and (max-width: 769px) {
  .l-nav__link {
    font-family: "Noto Serif JP", serif;
    color: #FFF;
    font-size: 16px;
    display: block;
    padding: 16px 0;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__link {
    color: #071E30;
    font-size: 18px;
    justify-content: flex-start;
    transition: opacity 0.2s ease;
    position: relative;
  }
  .l-nav__link::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -4px;
    background-color: #071E30;
    transition: transform 0.2s ease;
    transform: scaleX(0);
    transform-origin: right;
    z-index: -1;
  }
  .l-nav__link.is-current, .l-nav__link:hover {
    opacity: 0.6;
  }
  .l-nav__link.is-current::after, .l-nav__link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.l-nav__link.is-current {
  opacity: 1;
  pointer-events: none;
}
@media screen and (max-width: 769px) {
  .l-nav__logo {
    width: 162px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 769px) {
  .l-nav__catch {
    color: #B4C7D3;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid #B4C7D3;
    padding-bottom: 8px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav-child__list {
    display: none;
    position: absolute;
    right: 0;
    background-color: #FFF;
    transition: opacity 0.2s ease;
    opacity: 0;
    padding-top: 16px;
  }
}
.l-nav-child__link {
  color: #707070;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 8px 16px;
}
@media screen and (min-width: 769px) {
  .l-nav-child__link {
    transition: opacity 0.2s ease;
    gap: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav-child__link:hover {
    opacity: 0.6;
  }
}
.l-nav-child__link--picture {
  display: flex;
  width: 12px;
  height: 20px;
}
.l-nav .p-contact__note {
  color: #1D587A;
}
.l-nav .p-contact__tel {
  color: #1D587A;
  font-size: 32px;
}

@media screen and (min-width: 769px) {
  .l-nav__item--haschild:hover .l-nav-child__list {
    display: block;
    opacity: 1;
  }
}

.c-btn {
  color: #FFF;
  font-size: 13px;
  background-color: #071E30;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
}
.c-btn::after {
  content: "→";
  display: block;
  margin-left: 16px;
}
@media screen and (min-width: 769px) {
  .c-btn {
    transition: opacity 0.2s ease-in-out;
  }
  .c-btn::after {
    transition: transform 0.2s ease-in-out;
  }
  .c-btn:hover {
    opacity: 0.8;
  }
  .c-btn:hover::after {
    transform: translateX(8px);
  }
}

.c-card {
  max-width: 512px;
}
.c-card__header {
  margin-bottom: 8px;
}
.c-card__title {
  color: #071E30;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 4px;
}
.c-card__lead {
  color: #071E30;
  font-size: 16px;
  line-height: 1.5;
}
.c-card__action {
  margin-top: 16px;
}

.c-serif {
  font-family: "Noto Serif JP", serif;
}

.c-jumbotron {
  min-height: 172px;
  background-color: #FFF;
  background-size: cover;
  padding-top: 12px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .c-jumbotron {
    padding-top: 32px;
    padding-bottom: 8px;
    margin-bottom: 62px;
  }
}
.c-jumbotron__title {
  color: #FFF;
  font-size: 24px;
  line-height: 1.5;
  text-shadow: 0 0 40px #000;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .c-jumbotron__title {
    font-size: 38px;
  }
}
.c-jumbotron__lead {
  color: #B4C7D3;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-jumbotron__lead {
    font-size: 16px;
  }
}
.c-jumbotron__logo {
  width: 160px;
  margin-top: -12px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .c-jumbotron__logo {
    width: 320px;
    margin-top: -52px;
  }
}
.c-jumbotron__overview {
  background-image: url("../img/jumbotron_overview_sp.jpg");
}
@media screen and (min-width: 769px) {
  .c-jumbotron__overview {
    background-image: url("../img/jumbotron_overview_pc.jpg");
  }
}
.c-jumbotron__voices {
  background-image: url("../img/jumbotron_voices_sp.jpg");
}
@media screen and (min-width: 769px) {
  .c-jumbotron__voices {
    background-image: url("../img/jumbotron_voices_pc.jpg");
  }
}

/* モーダル全体のオーバーレイ */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* 閉じるとき：visibility を 0.3秒後に hidden にする */
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
.c-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  /* 開くとき：visibility は即時 visible にする */
  transition: opacity 0.3s ease, visibility 0s 0s;
}
.c-modal__item {
  display: none;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.c-modal__item.is-active {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-modal__inr {
    display: flex;
  }
}
.c-modal__header {
  background-color: #4F7D98;
  display: flex;
}
@media screen and (max-width: 769px) {
  .c-modal__header {
    justify-content: space-between;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .c-modal__header {
    width: 244px;
    flex-direction: column;
    flex-shrink: 0;
  }
}
.c-modal__body {
  position: relative;
  background-color: #FFF;
  padding: 47px 16px 32px 47px;
}
@media screen and (min-width: 769px) {
  .c-modal__body {
    display: flex;
    flex-direction: column;
    padding: 72px 72px 64px 164px;
  }
}
.c-modal__photo {
  opacity: 0.6;
}
@media screen and (max-width: 769px) {
  .c-modal__photo {
    height: 96px;
  }
}
@media screen and (max-width: 769px) {
  .c-modal__map {
    height: 96px;
  }
}
.c-modal__meta {
  color: #B4C7D3;
  font-size: 10px;
  width: 47px;
  height: 47px;
  background-color: #071E30;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .c-modal__meta {
    width: 59px;
    height: 59px;
    top: 72px;
    left: 72px;
  }
}
.c-modal__num {
  font-size: 18px;
  line-height: 1;
}
.c-modal__story {
  color: #C4973E;
  font-size: 12px;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .c-modal__story {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.c-modal__lived {
  font-size: 18px;
  border-bottom: 1px solid #C4973E;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .c-modal__lived {
    font-size: 24px;
    border-color: #D7AC00;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.c-modal__name {
  font-size: 24px;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .c-modal__name {
    font-size: 38px;
    margin-bottom: 2px;
  }
}
.c-modal__address {
  font-size: 14px;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .c-modal__address {
    margin-bottom: 24px;
  }
}
.c-modal__lead p + p {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .c-modal__lead p + p {
    margin-top: 24px;
  }
}
.c-modal__action {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .c-modal__action {
    margin-top: auto;
  }
}
.c-modal__arrow {
  font-size: 14px;
  color: #071E30;
  border: 1px solid #071E30;
  background-color: #F4F6F5;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
}
@media screen and (max-width: 769px) {
  .c-modal__arrow {
    order: 1;
  }
}
.c-modal__arrow--ico {
  font-size: 20px;
  line-height: 1;
}
.c-modal__arrow.is-disable {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.c-modal__close {
  color: #FFF;
  font-size: 14px;
  background-color: #071E30;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
}
@media screen and (max-width: 769px) {
  .c-modal__close {
    order: 0;
    margin: 0 32%;
  }
}
.c-modal__close--ico {
  font-size: 24px;
  line-height: 1;
}

/* 背景スクロール防止用 */
body.modal-open {
  overflow: hidden;
}

.p-common {
  background-image: url("../img/common_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 42px 0;
}
@media screen and (min-width: 769px) {
  .p-common {
    padding: 114px 0 110px;
  }
}
.p-common__title {
  color: #FFF;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 769px) {
  .p-common__title {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 769px) {
  .p-common__title {
    font-size: 44px;
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
}
.p-common__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  width: 56px;
  height: 1px;
  background-color: #D7AC00;
}
.p-common__lead {
  color: #FFF;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-common__lead {
    font-size: 20px;
    line-height: 2;
  }
}
.p-common__pagetop {
  color: #1D587A;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  border: 2px solid #1D587A;
  background-color: #FFF;
  opacity: 0.6;
  position: fixed;
  bottom: -80px;
  right: 20px;
  z-index: 100;
  transition: bottom 0.2s ease-in-out;
  cursor: pointer;
}
.p-common__pagetop.is-show {
  bottom: 20px;
}

.p-heroheader-index__visual {
  padding: 64px 0 30px;
  background-image: url("../img/index_heroheader_sp.png");
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .p-heroheader-index__visual {
    height: calc(100vh - 96px);
    min-height: 600px;
    display: flex;
    align-items: center;
    background-image: url("../img/index_heroheader_pc.png");
  }
}
.p-heroheader-index__catch {
  color: #FFF;
  text-shadow: 0 0 40px #000;
  font-size: 38px;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  .p-heroheader-index__catch {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 769px) {
  .p-heroheader-index__catch {
    font-size: clamp(58px, 6.4vh, 72px);
    margin-bottom: 40px;
  }
}
.p-heroheader-index__lead {
  color: #071E30;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .p-heroheader-index__lead {
    padding: 16px 20px 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-heroheader-index__lead {
    color: #FFF;
    text-shadow: 0 0 40px #000;
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.p-heroheader-index__logo {
  margin-left: auto;
}
@media screen and (max-width: 769px) {
  .p-heroheader-index__logo {
    width: 240px;
  }
}
@media screen and (min-width: 769px) {
  .p-heroheader-index__logo {
    width: 438px;
  }
}

.p-index-outline {
  background-color: #071E30;
  padding: 24px 0 40px;
}
@media screen and (min-width: 769px) {
  .p-index-outline {
    padding: 72px 0;
  }
}
.p-index-outline__title {
  color: #81A2B5;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .p-index-outline__title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 56px;
  }
}
.p-index-outline__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  word-break: break-all;
}
@media screen and (max-width: 769px) {
  .p-index-outline__list {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 769px) {
  .p-index-outline__list {
    border-left: 1px solid #81A2B5;
  }
}
.p-index-outline__item {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .p-index-outline__item {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-index-outline__item {
    width: 20%;
    border-right: 1px solid #81A2B5;
  }
}
@media screen and (max-width: 769px) {
  .p-index-outline__item:nth-child(2n) {
    border-left: 1px solid #81A2B5;
  }
}
.p-index-outline__item--visual {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .p-index-outline__item--visual-2nd {
    margin-top: -24px;
  }
}
.p-index-outline__item--lead {
  color: #B4C7D3;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-index-outline__item--lead {
    font-size: 16px;
  }
}
.p-index-outline__item--lead-2nd {
  color: #B4C7D3;
  font-size: 32px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-index-outline__item--lead-2nd {
    font-size: 44px;
  }
}

@media screen and (min-width: 769px) {
  .p-index-happen {
    padding: 104px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-index-happen__inr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .p-index-happen__content {
    padding: 40px 20px;
  }
}
.p-index-happen__title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.p-index-happen__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 72px;
  height: 1px;
  background-color: #D7AC00;
}
.p-index-happen__title--en {
  color: #4F7D98;
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
.p-index-happen__title--ja {
  color: #071E30;
  font-size: 38px;
  line-height: 1.5;
  display: block;
}
.p-index-happen__lead {
  color: #071E30;
  font-size: 18px;
  line-height: 2;
}
.p-index-happen__visual {
  position: relative;
}
.p-index-happen__visual--caption {
  color: #FFF;
  font-size: 14px;
  background-color: #071E30;
  padding: 12px 20px;
}
@media screen and (min-width: 769px) {
  .p-index-happen__visual--caption {
    position: absolute;
    bottom: 24px;
    right: 0;
  }
}

.p-index-record {
  padding: 40px 0 72px;
}
@media screen and (min-width: 769px) {
  .p-index-record {
    background-color: #FFF;
    padding: 104px 0;
  }
}
.p-index-record__title {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 36px;
}
.p-index-record__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #81A2B5;
}
.p-index-record__title--en {
  color: #4F7D98;
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
.p-index-record__title--ja {
  color: #071E30;
  font-size: 38px;
  line-height: 1.5;
  display: block;
}
.p-index-record__content {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 769px) {
  .p-index-record__content {
    flex-direction: column;
    align-items: center;
  }
}

.p-localnav__inr {
  border-bottom: 1px solid #81A2B5;
  padding-bottom: 16px;
}
.p-localnav__list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .p-localnav__list {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-localnav__list {
    gap: 56px;
  }
}
@media screen and (min-width: 769px) {
  .p-localnav__item {
    border-left: 1px solid #4F7D98;
  }
}
.p-localnav__link {
  color: #071E30;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 769px) {
  .p-localnav__link {
    padding: 0 8px;
  }
}
@media screen and (min-width: 769px) {
  .p-localnav__link {
    padding: 0 16px;
  }
}
.p-localnav__num {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .p-localnav__num {
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #1D587A;
    padding-bottom: 16px;
    margin-bottom: 8px;
  }
}
.p-localnav__num span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin-right: 4px;
}
.p-localnav__txt {
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .p-localnav__txt {
    line-height: 1.2;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 769px) {
  .p-localnav__txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-localnav--overview .p-localnav__inr {
    max-width: 1082px;
    padding-left: 120px;
  }
}

.p-timeline__inr {
  width: 100%;
  max-width: 1082px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .p-timeline__inr {
    padding-left: 70px;
  }
}
@media screen and (min-width: 769px) {
  .p-timeline__inr {
    max-width: 1082px;
    padding-left: 120px;
  }
}
.p-timeline__list {
  border-left: 1px solid #81A2B5;
  padding-left: 20px;
  counter-reset: list-counter;
}
@media screen and (min-width: 769px) {
  .p-timeline__list {
    padding-left: 36px;
  }
}
.p-timeline__item {
  counter-increment: list-counter;
  position: relative;
  padding: 40px 0;
}
.p-timeline__item::before {
  content: counter(list-counter, decimal-leading-zero);
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  font-size: 18px;
  position: absolute;
  top: 28px;
  left: -80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #4F7D98;
  border-radius: 100em;
}
@media screen and (min-width: 769px) {
  .p-timeline__item::before {
    width: 56px;
    height: 56px;
    top: 20px;
    left: -120px;
  }
}
.p-timeline__en {
  color: #1D587A;
  font-size: 12px;
  position: relative;
  margin-bottom: 8px;
}
.p-timeline__en::before {
  content: "";
  display: block;
  background: #81A2B5;
  width: 16px;
  height: 1px;
  position: absolute;
  left: -20px;
  top: 50%;
}
@media screen and (min-width: 769px) {
  .p-timeline__en::before {
    width: 28px;
    left: -36px;
  }
}
.p-timeline__title {
  color: #071E30;
  font-size: 24px;
  margin-bottom: 16px;
}
.p-timeline__lead {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .p-timeline__lead {
    font-size: 16px;
  }
}
.p-timeline__lead p + P {
  margin-top: 16px;
}
.p-timeline__visual {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-timeline__visual {
    margin-top: 32px;
  }
}
.p-timeline__visual--rain {
  position: relative;
}
.p-timeline__visual--link {
  height: 42%;
  display: block;
  position: absolute;
  left: 5%;
  bottom: 3%;
  right: 5%;
}
@media screen and (min-width: 769px) {
  .p-timeline__visual--link {
    width: 38%;
    height: 50%;
    left: 60%;
    bottom: 19%;
    right: 5%;
  }
}
.p-timeline__figure {
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  max-width: 640px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-timeline__figure {
    gap: 8px;
  }
}
.p-timeline__box {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-timeline__box {
    display: flex;
    gap: 72px;
    margin-top: 32px;
  }
}
.p-timeline__box--title {
  color: #071E30;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .p-timeline__box--title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 769px) {
  .p-timeline__box--table tr + .p-timeline__box--table tr {
    margin-top: 16px;
  }
}
@media screen and (max-width: 769px) {
  .p-timeline__box--table th,
.p-timeline__box--table td {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .p-timeline__box--table th,
.p-timeline__box--table td {
    padding-top: 16px;
  }
}
.p-timeline__box--table th {
  color: #1D587A;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .p-timeline__box--table th {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .p-timeline__box--table th {
    padding-right: 16px;
  }
}
.p-timeline__box--table td {
  color: #071E30;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .p-timeline__box--table td {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 769px) {
  .p-timeline__box--visual {
    margin-top: 16px;
  }
}

.p-scene__inr {
  padding: 0 20px 72px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-scene__inr {
    max-width: 1082px;
    padding: 0 20px 32px 120px;
  }
}
@media screen and (min-width: 769px) {
  .p-scene__list {
    border-left: 1px solid #81A2B5;
    padding-bottom: 40px;
    padding-left: 36px;
  }
}
.p-scene__item + .p-scene__item {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-scene__item + .p-scene__item {
    margin-top: 32px;
  }
}
.p-scene__title {
  border-top: 1px solid #1D587A;
  border-bottom: 1px solid #1D587A;
  padding: 8px 0;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .p-scene__title {
    display: flex;
    align-items: center;
  }
}
.p-scene__title-1st {
  color: #071E30;
  font-size: 20px;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 769px) {
  .p-scene__title-1st {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .p-scene__title-1st {
    font-size: 18px;
    padding: 0 16px;
    border-right: 1px solid #071E30;
  }
}
@media screen and (max-width: 769px) {
  .p-scene__title-1st::before {
    content: "";
    width: 24px;
    height: 1px;
    display: block;
    background-color: #1D587A;
    position: absolute;
    bottom: 0;
    left: calc(50% - 12px);
  }
}
@media screen and (min-width: 769px) {
  .p-scene__title-2nd {
    padding: 0 16px;
  }
}
.p-scene__body {
  display: flex;
  gap: 16px 32px;
}
@media screen and (max-width: 769px) {
  .p-scene__body {
    flex-direction: column;
  }
}
.p-scene__figure {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-memory {
  padding: 32px 0 72px;
}
@media screen and (min-width: 769px) {
  .p-memory {
    padding: 80px 0 142px;
  }
}
.p-memory__inr {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 769px) {
  .p-memory__inr {
    flex-direction: column;
  }
}
.p-memory__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 769px) {
  .p-memory__list {
    align-items: center;
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-memory__list {
    gap: 40px;
  }
}
.p-memory__item {
  width: 272px;
}
.p-memory__header {
  display: flex;
}
.p-memory__meta {
  color: #B4C7D3;
  font-size: 12px;
  width: 56px;
  height: 56px;
  background-color: #071E30;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
}
.p-memory__num {
  font-size: 24px;
}
.p-memory__prof {
  width: 100%;
  background-color: #FFF;
  padding: 6px 20px 10px 8px;
}
.p-memory__address {
  font-size: 12px;
  margin-bottom: 4px;
}
.p-memory__name {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .p-memory__map {
    order: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-memory__map {
    display: flex;
    align-items: center;
  }
}

/* object/utility/_align.scss
-------------------------------------------------- */
.u-ta-left {
  text-align: left !important;
}

.u-ta-center {
  text-align: center !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-va-baseline {
  vertical-align: baseline !important;
}

.u-va-top {
  vertical-align: top !important;
}

.u-va-middle {
  vertical-align: middle !important;
}

.u-va-bottom {
  vertical-align: bottom !important;
}

.u-va-text-bottom {
  vertical-align: text-bottom !important;
}

.u-va-text-top {
  vertical-align: text-top !important;
}

/* object/utility/_color.scss
-------------------------------------------------- */
.u-color-black {
  color: #071E30;
}
.u-color-white {
  color: #FFF;
}
.u-color-primary {
  color: #1D587A;
}
.u-color-secondary {
  color: #FF9F45;
}
.u-color-thirdly {
  color: #9DC94A;
}

/* object/utility/_flex.scss
-------------------------------------------------- */
.u-flex {
  display: flex !important;
}

@media screen and (max-width: 1281px) {
  .u-flex-md {
    display: flex !important;
  }
}

.u-inlineflex {
  display: inline-flex !important;
}

@media screen and (max-width: 1281px) {
  .u-inlineflex-md {
    display: inline-flex !important;
  }
}

.u-jc-c {
  justify-content: center !important;
}

.u-jc-fe {
  justify-content: flex-end !important;
}

.u-jc-fs {
  justify-content: flex-start !important;
}

.u-jc-sa {
  justify-content: space-around !important;
}

.u-jc-sb {
  justify-content: space-between !important;
}

.u-jc-se {
  justify-content: space-evenly !important;
}

@media screen and (max-width: 1281px) {
  .u-jc-c-md {
    justify-content: center !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-jc-fe-md {
    justify-content: flex-end !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-jc-fs-md {
    justify-content: flex-start !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-jc-sa-md {
    justify-content: space-around !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-jc-sb-md {
    justify-content: space-between !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-jc-se-md {
    justify-content: space-evenly !important;
  }
}

.u-ai-bl {
  align-items: baseline !important;
}

.u-ai-c {
  align-items: center !important;
}

.u-ai-fe {
  align-items: flex-end !important;
}

.u-ai-fs {
  align-items: flex-start !important;
}

.u-ai-s {
  align-items: stretch !important;
}

@media screen and (max-width: 1281px) {
  .u-ai-bl-md {
    align-items: baseline !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-ai-c-md {
    align-items: center !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-ai-fe-md {
    align-items: flex-end !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-ai-fs-md {
    align-items: flex-start !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-ai-s-md {
    align-items: stretch !important;
  }
}

.u-fd-c {
  flex-direction: column !important;
}

.u-fd-cr {
  flex-direction: column-reverse !important;
}

.u-fd-r {
  flex-direction: row !important;
}

.u-fd-rr {
  flex-direction: row-reverse !important;
}

@media screen and (max-width: 1281px) {
  .u-fd-c-md {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-fd-cr-md {
    flex-direction: column-reverse !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-fd-r-md {
    flex-direction: row !important;
  }
}

@media screen and (max-width: 1281px) {
  .u-fd-rr-md {
    flex-direction: row-reverse !important;
  }
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-gap-0 {
  gap: 0px !important;
}

.u-gap-4 {
  gap: 4px !important;
}

.u-gap-8 {
  gap: 8px !important;
}

.u-gap-12 {
  gap: 12px !important;
}

.u-gap-16 {
  gap: 16px !important;
}

.u-gap-20 {
  gap: 20px !important;
}

.u-gap-24 {
  gap: 24px !important;
}

.u-gap-28 {
  gap: 28px !important;
}

.u-gap-32 {
  gap: 32px !important;
}

.u-gap-36 {
  gap: 36px !important;
}

.u-gap-40 {
  gap: 40px !important;
}

.u-gap-44 {
  gap: 44px !important;
}

.u-gap-48 {
  gap: 48px !important;
}

.u-gap-52 {
  gap: 52px !important;
}

.u-gap-56 {
  gap: 56px !important;
}

.u-gap-60 {
  gap: 60px !important;
}

.u-gap-64 {
  gap: 64px !important;
}

.u-gap-68 {
  gap: 68px !important;
}

.u-gap-72 {
  gap: 72px !important;
}

.u-gap-76 {
  gap: 76px !important;
}

.u-gap-80 {
  gap: 80px !important;
}

/* object/utility/_font.scss
-------------------------------------------------- */
.u-ta-center {
  text-align: center !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-justify {
  text-align: justify !important;
}

.u-text-wrap {
  white-space: normal !important;
}

.u-text-nowrap {
  white-space: nowrap !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fs-normal {
  font-style: normal !important;
}

.u-fs-italic {
  font-style: italic !important;
}

.u-fs-10 {
  font-size: 10px;
}
@media screen and (max-width: 1281px) {
  .u-fs-10-md {
    font-size: 10px;
  }
}

.u-fs-11 {
  font-size: 11px;
}
@media screen and (max-width: 1281px) {
  .u-fs-11-md {
    font-size: 11px;
  }
}

.u-fs-12 {
  font-size: 12px;
}
@media screen and (max-width: 1281px) {
  .u-fs-12-md {
    font-size: 12px;
  }
}

.u-fs-13 {
  font-size: 13px;
}
@media screen and (max-width: 1281px) {
  .u-fs-13-md {
    font-size: 13px;
  }
}

.u-fs-14 {
  font-size: 14px;
}
@media screen and (max-width: 1281px) {
  .u-fs-14-md {
    font-size: 14px;
  }
}

.u-fs-15 {
  font-size: 15px;
}
@media screen and (max-width: 1281px) {
  .u-fs-15-md {
    font-size: 15px;
  }
}

.u-fs-16 {
  font-size: 16px;
}
@media screen and (max-width: 1281px) {
  .u-fs-16-md {
    font-size: 16px;
  }
}

.u-fs-17 {
  font-size: 17px;
}
@media screen and (max-width: 1281px) {
  .u-fs-17-md {
    font-size: 17px;
  }
}

.u-fs-18 {
  font-size: 18px;
}
@media screen and (max-width: 1281px) {
  .u-fs-18-md {
    font-size: 18px;
  }
}

.u-fs-19 {
  font-size: 19px;
}
@media screen and (max-width: 1281px) {
  .u-fs-19-md {
    font-size: 19px;
  }
}

.u-fs-20 {
  font-size: 20px;
}
@media screen and (max-width: 1281px) {
  .u-fs-20-md {
    font-size: 20px;
  }
}

.u-fs-21 {
  font-size: 21px;
}
@media screen and (max-width: 1281px) {
  .u-fs-21-md {
    font-size: 21px;
  }
}

.u-fs-22 {
  font-size: 22px;
}
@media screen and (max-width: 1281px) {
  .u-fs-22-md {
    font-size: 22px;
  }
}

.u-fs-23 {
  font-size: 23px;
}
@media screen and (max-width: 1281px) {
  .u-fs-23-md {
    font-size: 23px;
  }
}

.u-fs-24 {
  font-size: 24px;
}
@media screen and (max-width: 1281px) {
  .u-fs-24-md {
    font-size: 24px;
  }
}

.u-fs-25 {
  font-size: 25px;
}
@media screen and (max-width: 1281px) {
  .u-fs-25-md {
    font-size: 25px;
  }
}

.u-fs-26 {
  font-size: 26px;
}
@media screen and (max-width: 1281px) {
  .u-fs-26-md {
    font-size: 26px;
  }
}

.u-fs-27 {
  font-size: 27px;
}
@media screen and (max-width: 1281px) {
  .u-fs-27-md {
    font-size: 27px;
  }
}

.u-fs-28 {
  font-size: 28px;
}
@media screen and (max-width: 1281px) {
  .u-fs-28-md {
    font-size: 28px;
  }
}

.u-fs-29 {
  font-size: 29px;
}
@media screen and (max-width: 1281px) {
  .u-fs-29-md {
    font-size: 29px;
  }
}

.u-fs-30 {
  font-size: 30px;
}
@media screen and (max-width: 1281px) {
  .u-fs-30-md {
    font-size: 30px;
  }
}

.u-fs-31 {
  font-size: 31px;
}
@media screen and (max-width: 1281px) {
  .u-fs-31-md {
    font-size: 31px;
  }
}

.u-fs-32 {
  font-size: 32px;
}
@media screen and (max-width: 1281px) {
  .u-fs-32-md {
    font-size: 32px;
  }
}

.u-fs-33 {
  font-size: 33px;
}
@media screen and (max-width: 1281px) {
  .u-fs-33-md {
    font-size: 33px;
  }
}

.u-fs-34 {
  font-size: 34px;
}
@media screen and (max-width: 1281px) {
  .u-fs-34-md {
    font-size: 34px;
  }
}

.u-fs-35 {
  font-size: 35px;
}
@media screen and (max-width: 1281px) {
  .u-fs-35-md {
    font-size: 35px;
  }
}

.u-fs-36 {
  font-size: 36px;
}
@media screen and (max-width: 1281px) {
  .u-fs-36-md {
    font-size: 36px;
  }
}

.u-width-auto {
  width: auto !important;
}

.u-width-0 {
  width: 0px !important;
}

.u-width-4 {
  width: 4px !important;
}

.u-width-8 {
  width: 8px !important;
}

.u-width-12 {
  width: 12px !important;
}

.u-width-16 {
  width: 16px !important;
}

.u-width-20 {
  width: 20px !important;
}

.u-width-24 {
  width: 24px !important;
}

.u-width-28 {
  width: 28px !important;
}

.u-width-32 {
  width: 32px !important;
}

.u-width-36 {
  width: 36px !important;
}

.u-width-40 {
  width: 40px !important;
}

.u-width-44 {
  width: 44px !important;
}

.u-width-48 {
  width: 48px !important;
}

.u-width-52 {
  width: 52px !important;
}

.u-width-56 {
  width: 56px !important;
}

.u-width-60 {
  width: 60px !important;
}

.u-width-64 {
  width: 64px !important;
}

.u-width-68 {
  width: 68px !important;
}

.u-width-72 {
  width: 72px !important;
}

.u-width-76 {
  width: 76px !important;
}

.u-width-80 {
  width: 80px !important;
}

.u-width-84 {
  width: 84px !important;
}

.u-width-88 {
  width: 88px !important;
}

.u-width-92 {
  width: 92px !important;
}

.u-width-96 {
  width: 96px !important;
}

.u-width-100 {
  width: 100px !important;
}

.u-width-104 {
  width: 104px !important;
}

.u-width-108 {
  width: 108px !important;
}

.u-width-112 {
  width: 112px !important;
}

.u-width-116 {
  width: 116px !important;
}

.u-width-120 {
  width: 120px !important;
}

.u-width-124 {
  width: 124px !important;
}

.u-width-128 {
  width: 128px !important;
}

.u-width-132 {
  width: 132px !important;
}

.u-width-136 {
  width: 136px !important;
}

.u-width-140 {
  width: 140px !important;
}

.u-width-144 {
  width: 144px !important;
}

.u-width-148 {
  width: 148px !important;
}

.u-width-152 {
  width: 152px !important;
}

.u-width-156 {
  width: 156px !important;
}

.u-width-160 {
  width: 160px !important;
}

.u-width-164 {
  width: 164px !important;
}

.u-width-168 {
  width: 168px !important;
}

.u-width-172 {
  width: 172px !important;
}

.u-width-176 {
  width: 176px !important;
}

.u-width-180 {
  width: 180px !important;
}

.u-width-184 {
  width: 184px !important;
}

.u-width-188 {
  width: 188px !important;
}

.u-width-192 {
  width: 192px !important;
}

.u-width-196 {
  width: 196px !important;
}

.u-width-200 {
  width: 200px !important;
}

.u-width-204 {
  width: 204px !important;
}

.u-width-208 {
  width: 208px !important;
}

.u-width-212 {
  width: 212px !important;
}

.u-width-216 {
  width: 216px !important;
}

.u-width-220 {
  width: 220px !important;
}

.u-width-224 {
  width: 224px !important;
}

.u-width-228 {
  width: 228px !important;
}

.u-width-232 {
  width: 232px !important;
}

.u-width-236 {
  width: 236px !important;
}

.u-width-240 {
  width: 240px !important;
}

.u-width-244 {
  width: 244px !important;
}

.u-width-248 {
  width: 248px !important;
}

.u-width-252 {
  width: 252px !important;
}

.u-width-256 {
  width: 256px !important;
}

.u-width-260 {
  width: 260px !important;
}

.u-width-264 {
  width: 264px !important;
}

.u-width-268 {
  width: 268px !important;
}

.u-width-272 {
  width: 272px !important;
}

.u-width-276 {
  width: 276px !important;
}

.u-width-280 {
  width: 280px !important;
}

.u-width-284 {
  width: 284px !important;
}

.u-width-288 {
  width: 288px !important;
}

.u-width-292 {
  width: 292px !important;
}

.u-width-296 {
  width: 296px !important;
}

.u-width-300 {
  width: 300px !important;
}

.u-width-304 {
  width: 304px !important;
}

.u-width-308 {
  width: 308px !important;
}

.u-width-312 {
  width: 312px !important;
}

.u-width-316 {
  width: 316px !important;
}

.u-width-320 {
  width: 320px !important;
}

.u-width-324 {
  width: 324px !important;
}

.u-width-328 {
  width: 328px !important;
}

.u-width-332 {
  width: 332px !important;
}

.u-width-336 {
  width: 336px !important;
}

.u-width-340 {
  width: 340px !important;
}

.u-width-344 {
  width: 344px !important;
}

.u-width-348 {
  width: 348px !important;
}

.u-width-352 {
  width: 352px !important;
}

.u-width-356 {
  width: 356px !important;
}

.u-width-360 {
  width: 360px !important;
}

.u-width-364 {
  width: 364px !important;
}

.u-width-368 {
  width: 368px !important;
}

.u-width-372 {
  width: 372px !important;
}

.u-width-376 {
  width: 376px !important;
}

.u-width-380 {
  width: 380px !important;
}

.u-width-384 {
  width: 384px !important;
}

.u-width-388 {
  width: 388px !important;
}

.u-width-392 {
  width: 392px !important;
}

.u-width-396 {
  width: 396px !important;
}

.u-width-400 {
  width: 400px !important;
}

.u-height-auto {
  width: auto !important;
}

.u-height-0 {
  height: 0px !important;
}

.u-height-4 {
  height: 4px !important;
}

.u-height-8 {
  height: 8px !important;
}

.u-height-12 {
  height: 12px !important;
}

.u-height-16 {
  height: 16px !important;
}

.u-height-20 {
  height: 20px !important;
}

.u-height-24 {
  height: 24px !important;
}

.u-height-28 {
  height: 28px !important;
}

.u-height-32 {
  height: 32px !important;
}

.u-height-36 {
  height: 36px !important;
}

.u-height-40 {
  height: 40px !important;
}

.u-height-44 {
  height: 44px !important;
}

.u-height-48 {
  height: 48px !important;
}

.u-height-52 {
  height: 52px !important;
}

.u-height-56 {
  height: 56px !important;
}

.u-height-60 {
  height: 60px !important;
}

.u-height-64 {
  height: 64px !important;
}

.u-height-68 {
  height: 68px !important;
}

.u-height-72 {
  height: 72px !important;
}

.u-height-76 {
  height: 76px !important;
}

.u-height-80 {
  height: 80px !important;
}

.u-height-84 {
  height: 84px !important;
}

.u-height-88 {
  height: 88px !important;
}

.u-height-92 {
  height: 92px !important;
}

.u-height-96 {
  height: 96px !important;
}

.u-height-100 {
  height: 100px !important;
}

.u-height-104 {
  height: 104px !important;
}

.u-height-108 {
  height: 108px !important;
}

.u-height-112 {
  height: 112px !important;
}

.u-height-116 {
  height: 116px !important;
}

.u-height-120 {
  height: 120px !important;
}

.u-height-124 {
  height: 124px !important;
}

.u-height-128 {
  height: 128px !important;
}

.u-height-132 {
  height: 132px !important;
}

.u-height-136 {
  height: 136px !important;
}

.u-height-140 {
  height: 140px !important;
}

.u-height-144 {
  height: 144px !important;
}

.u-height-148 {
  height: 148px !important;
}

.u-height-152 {
  height: 152px !important;
}

.u-height-156 {
  height: 156px !important;
}

.u-height-160 {
  height: 160px !important;
}

.u-height-164 {
  height: 164px !important;
}

.u-height-168 {
  height: 168px !important;
}

.u-height-172 {
  height: 172px !important;
}

.u-height-176 {
  height: 176px !important;
}

.u-height-180 {
  height: 180px !important;
}

.u-height-184 {
  height: 184px !important;
}

.u-height-188 {
  height: 188px !important;
}

.u-height-192 {
  height: 192px !important;
}

.u-height-196 {
  height: 196px !important;
}

.u-height-200 {
  height: 200px !important;
}

.u-height-204 {
  height: 204px !important;
}

.u-height-208 {
  height: 208px !important;
}

.u-height-212 {
  height: 212px !important;
}

.u-height-216 {
  height: 216px !important;
}

.u-height-220 {
  height: 220px !important;
}

.u-height-224 {
  height: 224px !important;
}

.u-height-228 {
  height: 228px !important;
}

.u-height-232 {
  height: 232px !important;
}

.u-height-236 {
  height: 236px !important;
}

.u-height-240 {
  height: 240px !important;
}

.u-height-244 {
  height: 244px !important;
}

.u-height-248 {
  height: 248px !important;
}

.u-height-252 {
  height: 252px !important;
}

.u-height-256 {
  height: 256px !important;
}

.u-height-260 {
  height: 260px !important;
}

.u-height-264 {
  height: 264px !important;
}

.u-height-268 {
  height: 268px !important;
}

.u-height-272 {
  height: 272px !important;
}

.u-height-276 {
  height: 276px !important;
}

.u-height-280 {
  height: 280px !important;
}

.u-height-284 {
  height: 284px !important;
}

.u-height-288 {
  height: 288px !important;
}

.u-height-292 {
  height: 292px !important;
}

.u-height-296 {
  height: 296px !important;
}

.u-height-300 {
  height: 300px !important;
}

.u-height-304 {
  height: 304px !important;
}

.u-height-308 {
  height: 308px !important;
}

.u-height-312 {
  height: 312px !important;
}

.u-height-316 {
  height: 316px !important;
}

.u-height-320 {
  height: 320px !important;
}

.u-height-324 {
  height: 324px !important;
}

.u-height-328 {
  height: 328px !important;
}

.u-height-332 {
  height: 332px !important;
}

.u-height-336 {
  height: 336px !important;
}

.u-height-340 {
  height: 340px !important;
}

.u-height-344 {
  height: 344px !important;
}

.u-height-348 {
  height: 348px !important;
}

.u-height-352 {
  height: 352px !important;
}

.u-height-356 {
  height: 356px !important;
}

.u-height-360 {
  height: 360px !important;
}

.u-height-364 {
  height: 364px !important;
}

.u-height-368 {
  height: 368px !important;
}

.u-height-372 {
  height: 372px !important;
}

.u-height-376 {
  height: 376px !important;
}

.u-height-380 {
  height: 380px !important;
}

.u-height-384 {
  height: 384px !important;
}

.u-height-388 {
  height: 388px !important;
}

.u-height-392 {
  height: 392px !important;
}

.u-height-396 {
  height: 396px !important;
}

.u-height-400 {
  height: 400px !important;
}

/* object/utility/_margin.scss
-------------------------------------------------- */
.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0px !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 4px !important;
}

.u-mt-8,
.u-my-8 {
  margin-top: 8px !important;
}

.u-mt-12,
.u-my-12 {
  margin-top: 12px !important;
}

.u-mt-16,
.u-my-16 {
  margin-top: 16px !important;
}

.u-mt-20,
.u-my-20 {
  margin-top: 20px !important;
}

.u-mt-24,
.u-my-24 {
  margin-top: 24px !important;
}

.u-mt-28,
.u-my-28 {
  margin-top: 28px !important;
}

.u-mt-32,
.u-my-32 {
  margin-top: 32px !important;
}

.u-mt-36,
.u-my-36 {
  margin-top: 36px !important;
}

.u-mt-40,
.u-my-40 {
  margin-top: 40px !important;
}

.u-mt-44,
.u-my-44 {
  margin-top: 44px !important;
}

.u-mt-48,
.u-my-48 {
  margin-top: 48px !important;
}

.u-mt-52,
.u-my-52 {
  margin-top: 52px !important;
}

.u-mt-56,
.u-my-56 {
  margin-top: 56px !important;
}

.u-mt-60,
.u-my-60 {
  margin-top: 60px !important;
}

.u-mt-64,
.u-my-64 {
  margin-top: 64px !important;
}

.u-mt-68,
.u-my-68 {
  margin-top: 68px !important;
}

.u-mt-72,
.u-my-72 {
  margin-top: 72px !important;
}

.u-mt-76,
.u-my-76 {
  margin-top: 76px !important;
}

.u-mt-80,
.u-my-80 {
  margin-top: 80px !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0px !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 4px !important;
}

.u-mb-8,
.u-my-8 {
  margin-bottom: 8px !important;
}

.u-mb-12,
.u-my-12 {
  margin-bottom: 12px !important;
}

.u-mb-16,
.u-my-16 {
  margin-bottom: 16px !important;
}

.u-mb-20,
.u-my-20 {
  margin-bottom: 20px !important;
}

.u-mb-24,
.u-my-24 {
  margin-bottom: 24px !important;
}

.u-mb-28,
.u-my-28 {
  margin-bottom: 28px !important;
}

.u-mb-32,
.u-my-32 {
  margin-bottom: 32px !important;
}

.u-mb-36,
.u-my-36 {
  margin-bottom: 36px !important;
}

.u-mb-40,
.u-my-40 {
  margin-bottom: 40px !important;
}

.u-mb-44,
.u-my-44 {
  margin-bottom: 44px !important;
}

.u-mb-48,
.u-my-48 {
  margin-bottom: 48px !important;
}

.u-mb-52,
.u-my-52 {
  margin-bottom: 52px !important;
}

.u-mb-56,
.u-my-56 {
  margin-bottom: 56px !important;
}

.u-mb-60,
.u-my-60 {
  margin-bottom: 60px !important;
}

.u-mb-64,
.u-my-64 {
  margin-bottom: 64px !important;
}

.u-mb-68,
.u-my-68 {
  margin-bottom: 68px !important;
}

.u-mb-72,
.u-my-72 {
  margin-bottom: 72px !important;
}

.u-mb-76,
.u-my-76 {
  margin-bottom: 76px !important;
}

.u-mb-80,
.u-my-80 {
  margin-bottom: 80px !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0px !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 4px !important;
}

.u-ml-8,
.u-mx-8 {
  margin-left: 8px !important;
}

.u-ml-12,
.u-mx-12 {
  margin-left: 12px !important;
}

.u-ml-16,
.u-mx-16 {
  margin-left: 16px !important;
}

.u-ml-20,
.u-mx-20 {
  margin-left: 20px !important;
}

.u-ml-24,
.u-mx-24 {
  margin-left: 24px !important;
}

.u-ml-28,
.u-mx-28 {
  margin-left: 28px !important;
}

.u-ml-32,
.u-mx-32 {
  margin-left: 32px !important;
}

.u-ml-36,
.u-mx-36 {
  margin-left: 36px !important;
}

.u-ml-40,
.u-mx-40 {
  margin-left: 40px !important;
}

.u-ml-44,
.u-mx-44 {
  margin-left: 44px !important;
}

.u-ml-48,
.u-mx-48 {
  margin-left: 48px !important;
}

.u-ml-52,
.u-mx-52 {
  margin-left: 52px !important;
}

.u-ml-56,
.u-mx-56 {
  margin-left: 56px !important;
}

.u-ml-60,
.u-mx-60 {
  margin-left: 60px !important;
}

.u-ml-64,
.u-mx-64 {
  margin-left: 64px !important;
}

.u-ml-68,
.u-mx-68 {
  margin-left: 68px !important;
}

.u-ml-72,
.u-mx-72 {
  margin-left: 72px !important;
}

.u-ml-76,
.u-mx-76 {
  margin-left: 76px !important;
}

.u-ml-80,
.u-mx-80 {
  margin-left: 80px !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0px !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 4px !important;
}

.u-mr-8,
.u-mx-8 {
  margin-right: 8px !important;
}

.u-mr-12,
.u-mx-12 {
  margin-right: 12px !important;
}

.u-mr-16,
.u-mx-16 {
  margin-right: 16px !important;
}

.u-mr-20,
.u-mx-20 {
  margin-right: 20px !important;
}

.u-mr-24,
.u-mx-24 {
  margin-right: 24px !important;
}

.u-mr-28,
.u-mx-28 {
  margin-right: 28px !important;
}

.u-mr-32,
.u-mx-32 {
  margin-right: 32px !important;
}

.u-mr-36,
.u-mx-36 {
  margin-right: 36px !important;
}

.u-mr-40,
.u-mx-40 {
  margin-right: 40px !important;
}

.u-mr-44,
.u-mx-44 {
  margin-right: 44px !important;
}

.u-mr-48,
.u-mx-48 {
  margin-right: 48px !important;
}

.u-mr-52,
.u-mx-52 {
  margin-right: 52px !important;
}

.u-mr-56,
.u-mx-56 {
  margin-right: 56px !important;
}

.u-mr-60,
.u-mx-60 {
  margin-right: 60px !important;
}

.u-mr-64,
.u-mx-64 {
  margin-right: 64px !important;
}

.u-mr-68,
.u-mx-68 {
  margin-right: 68px !important;
}

.u-mr-72,
.u-mx-72 {
  margin-right: 72px !important;
}

.u-mr-76,
.u-mx-76 {
  margin-right: 76px !important;
}

.u-mr-80,
.u-mx-80 {
  margin-right: 80px !important;
}

@media screen and (min-width: 577px) {
  .u-mx-auto-sm {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt-0-sm,
.u-my-0-sm {
    margin-top: 0px !important;
  }
  .u-mt-4-sm,
.u-my-4-sm {
    margin-top: 4px !important;
  }
  .u-mt-8-sm,
.u-my-8-sm {
    margin-top: 8px !important;
  }
  .u-mt-12-sm,
.u-my-12-sm {
    margin-top: 12px !important;
  }
  .u-mt-16-sm,
.u-my-16-sm {
    margin-top: 16px !important;
  }
  .u-mt-20-sm,
.u-my-20-sm {
    margin-top: 20px !important;
  }
  .u-mt-24-sm,
.u-my-24-sm {
    margin-top: 24px !important;
  }
  .u-mt-28-sm,
.u-my-28-sm {
    margin-top: 28px !important;
  }
  .u-mt-32-sm,
.u-my-32-sm {
    margin-top: 32px !important;
  }
  .u-mt-36-sm,
.u-my-36-sm {
    margin-top: 36px !important;
  }
  .u-mt-40-sm,
.u-my-40-sm {
    margin-top: 40px !important;
  }
  .u-mt-44-sm,
.u-my-44-sm {
    margin-top: 44px !important;
  }
  .u-mt-48-sm,
.u-my-48-sm {
    margin-top: 48px !important;
  }
  .u-mt-52-sm,
.u-my-52-sm {
    margin-top: 52px !important;
  }
  .u-mt-56-sm,
.u-my-56-sm {
    margin-top: 56px !important;
  }
  .u-mt-60-sm,
.u-my-60-sm {
    margin-top: 60px !important;
  }
  .u-mt-64-sm,
.u-my-64-sm {
    margin-top: 64px !important;
  }
  .u-mt-68-sm,
.u-my-68-sm {
    margin-top: 68px !important;
  }
  .u-mt-72-sm,
.u-my-72-sm {
    margin-top: 72px !important;
  }
  .u-mt-76-sm,
.u-my-76-sm {
    margin-top: 76px !important;
  }
  .u-mt-80-sm,
.u-my-80-sm {
    margin-top: 80px !important;
  }
  .u-mb-0-sm,
.u-my-0-sm {
    margin-bottom: 0px !important;
  }
  .u-mb-4-sm,
.u-my-4-sm {
    margin-bottom: 4px !important;
  }
  .u-mb-8-sm,
.u-my-8-sm {
    margin-bottom: 8px !important;
  }
  .u-mb-12-sm,
.u-my-12-sm {
    margin-bottom: 12px !important;
  }
  .u-mb-16-sm,
.u-my-16-sm {
    margin-bottom: 16px !important;
  }
  .u-mb-20-sm,
.u-my-20-sm {
    margin-bottom: 20px !important;
  }
  .u-mb-24-sm,
.u-my-24-sm {
    margin-bottom: 24px !important;
  }
  .u-mb-28-sm,
.u-my-28-sm {
    margin-bottom: 28px !important;
  }
  .u-mb-32-sm,
.u-my-32-sm {
    margin-bottom: 32px !important;
  }
  .u-mb-36-sm,
.u-my-36-sm {
    margin-bottom: 36px !important;
  }
  .u-mb-40-sm,
.u-my-40-sm {
    margin-bottom: 40px !important;
  }
  .u-mb-44-sm,
.u-my-44-sm {
    margin-bottom: 44px !important;
  }
  .u-mb-48-sm,
.u-my-48-sm {
    margin-bottom: 48px !important;
  }
  .u-mb-52-sm,
.u-my-52-sm {
    margin-bottom: 52px !important;
  }
  .u-mb-56-sm,
.u-my-56-sm {
    margin-bottom: 56px !important;
  }
  .u-mb-60-sm,
.u-my-60-sm {
    margin-bottom: 60px !important;
  }
  .u-mb-64-sm,
.u-my-64-sm {
    margin-bottom: 64px !important;
  }
  .u-mb-68-sm,
.u-my-68-sm {
    margin-bottom: 68px !important;
  }
  .u-mb-72-sm,
.u-my-72-sm {
    margin-bottom: 72px !important;
  }
  .u-mb-76-sm,
.u-my-76-sm {
    margin-bottom: 76px !important;
  }
  .u-mb-80-sm,
.u-my-80-sm {
    margin-bottom: 80px !important;
  }
  .u-ml-0-sm,
.u-mx-0-sm {
    margin-left: 0px !important;
  }
  .u-ml-4-sm,
.u-mx-4-sm {
    margin-left: 4px !important;
  }
  .u-ml-8-sm,
.u-mx-8-sm {
    margin-left: 8px !important;
  }
  .u-ml-12-sm,
.u-mx-12-sm {
    margin-left: 12px !important;
  }
  .u-ml-16-sm,
.u-mx-16-sm {
    margin-left: 16px !important;
  }
  .u-ml-20-sm,
.u-mx-20-sm {
    margin-left: 20px !important;
  }
  .u-ml-24-sm,
.u-mx-24-sm {
    margin-left: 24px !important;
  }
  .u-ml-28-sm,
.u-mx-28-sm {
    margin-left: 28px !important;
  }
  .u-ml-32-sm,
.u-mx-32-sm {
    margin-left: 32px !important;
  }
  .u-ml-36-sm,
.u-mx-36-sm {
    margin-left: 36px !important;
  }
  .u-ml-40-sm,
.u-mx-40-sm {
    margin-left: 40px !important;
  }
  .u-ml-44-sm,
.u-mx-44-sm {
    margin-left: 44px !important;
  }
  .u-ml-48-sm,
.u-mx-48-sm {
    margin-left: 48px !important;
  }
  .u-ml-52-sm,
.u-mx-52-sm {
    margin-left: 52px !important;
  }
  .u-ml-56-sm,
.u-mx-56-sm {
    margin-left: 56px !important;
  }
  .u-ml-60-sm,
.u-mx-60-sm {
    margin-left: 60px !important;
  }
  .u-ml-64-sm,
.u-mx-64-sm {
    margin-left: 64px !important;
  }
  .u-ml-68-sm,
.u-mx-68-sm {
    margin-left: 68px !important;
  }
  .u-ml-72-sm,
.u-mx-72-sm {
    margin-left: 72px !important;
  }
  .u-ml-76-sm,
.u-mx-76-sm {
    margin-left: 76px !important;
  }
  .u-ml-80-sm,
.u-mx-80-sm {
    margin-left: 80px !important;
  }
  .u-mr-0-sm,
.u-mx-0-sm {
    margin-right: 0px !important;
  }
  .u-mr-4-sm,
.u-mx-4-sm {
    margin-right: 4px !important;
  }
  .u-mr-8-sm,
.u-mx-8-sm {
    margin-right: 8px !important;
  }
  .u-mr-12-sm,
.u-mx-12-sm {
    margin-right: 12px !important;
  }
  .u-mr-16-sm,
.u-mx-16-sm {
    margin-right: 16px !important;
  }
  .u-mr-20-sm,
.u-mx-20-sm {
    margin-right: 20px !important;
  }
  .u-mr-24-sm,
.u-mx-24-sm {
    margin-right: 24px !important;
  }
  .u-mr-28-sm,
.u-mx-28-sm {
    margin-right: 28px !important;
  }
  .u-mr-32-sm,
.u-mx-32-sm {
    margin-right: 32px !important;
  }
  .u-mr-36-sm,
.u-mx-36-sm {
    margin-right: 36px !important;
  }
  .u-mr-40-sm,
.u-mx-40-sm {
    margin-right: 40px !important;
  }
  .u-mr-44-sm,
.u-mx-44-sm {
    margin-right: 44px !important;
  }
  .u-mr-48-sm,
.u-mx-48-sm {
    margin-right: 48px !important;
  }
  .u-mr-52-sm,
.u-mx-52-sm {
    margin-right: 52px !important;
  }
  .u-mr-56-sm,
.u-mx-56-sm {
    margin-right: 56px !important;
  }
  .u-mr-60-sm,
.u-mx-60-sm {
    margin-right: 60px !important;
  }
  .u-mr-64-sm,
.u-mx-64-sm {
    margin-right: 64px !important;
  }
  .u-mr-68-sm,
.u-mx-68-sm {
    margin-right: 68px !important;
  }
  .u-mr-72-sm,
.u-mx-72-sm {
    margin-right: 72px !important;
  }
  .u-mr-76-sm,
.u-mx-76-sm {
    margin-right: 76px !important;
  }
  .u-mr-80-sm,
.u-mx-80-sm {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 769px) {
  .u-mx-auto-md {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt-0-md,
.u-my-0-md {
    margin-top: 0px !important;
  }
  .u-mt-4-md,
.u-my-4-md {
    margin-top: 4px !important;
  }
  .u-mt-8-md,
.u-my-8-md {
    margin-top: 8px !important;
  }
  .u-mt-12-md,
.u-my-12-md {
    margin-top: 12px !important;
  }
  .u-mt-16-md,
.u-my-16-md {
    margin-top: 16px !important;
  }
  .u-mt-20-md,
.u-my-20-md {
    margin-top: 20px !important;
  }
  .u-mt-24-md,
.u-my-24-md {
    margin-top: 24px !important;
  }
  .u-mt-28-md,
.u-my-28-md {
    margin-top: 28px !important;
  }
  .u-mt-32-md,
.u-my-32-md {
    margin-top: 32px !important;
  }
  .u-mt-36-md,
.u-my-36-md {
    margin-top: 36px !important;
  }
  .u-mt-40-md,
.u-my-40-md {
    margin-top: 40px !important;
  }
  .u-mt-44-md,
.u-my-44-md {
    margin-top: 44px !important;
  }
  .u-mt-48-md,
.u-my-48-md {
    margin-top: 48px !important;
  }
  .u-mt-52-md,
.u-my-52-md {
    margin-top: 52px !important;
  }
  .u-mt-56-md,
.u-my-56-md {
    margin-top: 56px !important;
  }
  .u-mt-60-md,
.u-my-60-md {
    margin-top: 60px !important;
  }
  .u-mt-64-md,
.u-my-64-md {
    margin-top: 64px !important;
  }
  .u-mt-68-md,
.u-my-68-md {
    margin-top: 68px !important;
  }
  .u-mt-72-md,
.u-my-72-md {
    margin-top: 72px !important;
  }
  .u-mt-76-md,
.u-my-76-md {
    margin-top: 76px !important;
  }
  .u-mt-80-md,
.u-my-80-md {
    margin-top: 80px !important;
  }
  .u-mb-0-md,
.u-my-0-md {
    margin-bottom: 0px !important;
  }
  .u-mb-4-md,
.u-my-4-md {
    margin-bottom: 4px !important;
  }
  .u-mb-8-md,
.u-my-8-md {
    margin-bottom: 8px !important;
  }
  .u-mb-12-md,
.u-my-12-md {
    margin-bottom: 12px !important;
  }
  .u-mb-16-md,
.u-my-16-md {
    margin-bottom: 16px !important;
  }
  .u-mb-20-md,
.u-my-20-md {
    margin-bottom: 20px !important;
  }
  .u-mb-24-md,
.u-my-24-md {
    margin-bottom: 24px !important;
  }
  .u-mb-28-md,
.u-my-28-md {
    margin-bottom: 28px !important;
  }
  .u-mb-32-md,
.u-my-32-md {
    margin-bottom: 32px !important;
  }
  .u-mb-36-md,
.u-my-36-md {
    margin-bottom: 36px !important;
  }
  .u-mb-40-md,
.u-my-40-md {
    margin-bottom: 40px !important;
  }
  .u-mb-44-md,
.u-my-44-md {
    margin-bottom: 44px !important;
  }
  .u-mb-48-md,
.u-my-48-md {
    margin-bottom: 48px !important;
  }
  .u-mb-52-md,
.u-my-52-md {
    margin-bottom: 52px !important;
  }
  .u-mb-56-md,
.u-my-56-md {
    margin-bottom: 56px !important;
  }
  .u-mb-60-md,
.u-my-60-md {
    margin-bottom: 60px !important;
  }
  .u-mb-64-md,
.u-my-64-md {
    margin-bottom: 64px !important;
  }
  .u-mb-68-md,
.u-my-68-md {
    margin-bottom: 68px !important;
  }
  .u-mb-72-md,
.u-my-72-md {
    margin-bottom: 72px !important;
  }
  .u-mb-76-md,
.u-my-76-md {
    margin-bottom: 76px !important;
  }
  .u-mb-80-md,
.u-my-80-md {
    margin-bottom: 80px !important;
  }
  .u-ml-0-md,
.u-mx-0-md {
    margin-left: 0px !important;
  }
  .u-ml-4-md,
.u-mx-4-md {
    margin-left: 4px !important;
  }
  .u-ml-8-md,
.u-mx-8-md {
    margin-left: 8px !important;
  }
  .u-ml-12-md,
.u-mx-12-md {
    margin-left: 12px !important;
  }
  .u-ml-16-md,
.u-mx-16-md {
    margin-left: 16px !important;
  }
  .u-ml-20-md,
.u-mx-20-md {
    margin-left: 20px !important;
  }
  .u-ml-24-md,
.u-mx-24-md {
    margin-left: 24px !important;
  }
  .u-ml-28-md,
.u-mx-28-md {
    margin-left: 28px !important;
  }
  .u-ml-32-md,
.u-mx-32-md {
    margin-left: 32px !important;
  }
  .u-ml-36-md,
.u-mx-36-md {
    margin-left: 36px !important;
  }
  .u-ml-40-md,
.u-mx-40-md {
    margin-left: 40px !important;
  }
  .u-ml-44-md,
.u-mx-44-md {
    margin-left: 44px !important;
  }
  .u-ml-48-md,
.u-mx-48-md {
    margin-left: 48px !important;
  }
  .u-ml-52-md,
.u-mx-52-md {
    margin-left: 52px !important;
  }
  .u-ml-56-md,
.u-mx-56-md {
    margin-left: 56px !important;
  }
  .u-ml-60-md,
.u-mx-60-md {
    margin-left: 60px !important;
  }
  .u-ml-64-md,
.u-mx-64-md {
    margin-left: 64px !important;
  }
  .u-ml-68-md,
.u-mx-68-md {
    margin-left: 68px !important;
  }
  .u-ml-72-md,
.u-mx-72-md {
    margin-left: 72px !important;
  }
  .u-ml-76-md,
.u-mx-76-md {
    margin-left: 76px !important;
  }
  .u-ml-80-md,
.u-mx-80-md {
    margin-left: 80px !important;
  }
  .u-mr-0-md,
.u-mx-0-md {
    margin-right: 0px !important;
  }
  .u-mr-4-md,
.u-mx-4-md {
    margin-right: 4px !important;
  }
  .u-mr-8-md,
.u-mx-8-md {
    margin-right: 8px !important;
  }
  .u-mr-12-md,
.u-mx-12-md {
    margin-right: 12px !important;
  }
  .u-mr-16-md,
.u-mx-16-md {
    margin-right: 16px !important;
  }
  .u-mr-20-md,
.u-mx-20-md {
    margin-right: 20px !important;
  }
  .u-mr-24-md,
.u-mx-24-md {
    margin-right: 24px !important;
  }
  .u-mr-28-md,
.u-mx-28-md {
    margin-right: 28px !important;
  }
  .u-mr-32-md,
.u-mx-32-md {
    margin-right: 32px !important;
  }
  .u-mr-36-md,
.u-mx-36-md {
    margin-right: 36px !important;
  }
  .u-mr-40-md,
.u-mx-40-md {
    margin-right: 40px !important;
  }
  .u-mr-44-md,
.u-mx-44-md {
    margin-right: 44px !important;
  }
  .u-mr-48-md,
.u-mx-48-md {
    margin-right: 48px !important;
  }
  .u-mr-52-md,
.u-mx-52-md {
    margin-right: 52px !important;
  }
  .u-mr-56-md,
.u-mx-56-md {
    margin-right: 56px !important;
  }
  .u-mr-60-md,
.u-mx-60-md {
    margin-right: 60px !important;
  }
  .u-mr-64-md,
.u-mx-64-md {
    margin-right: 64px !important;
  }
  .u-mr-68-md,
.u-mx-68-md {
    margin-right: 68px !important;
  }
  .u-mr-72-md,
.u-mx-72-md {
    margin-right: 72px !important;
  }
  .u-mr-76-md,
.u-mx-76-md {
    margin-right: 76px !important;
  }
  .u-mr-80-md,
.u-mx-80-md {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mx-auto-lg {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt-0-lg,
.u-my-0-lg {
    margin-top: 0px !important;
  }
  .u-mt-4-lg,
.u-my-4-lg {
    margin-top: 4px !important;
  }
  .u-mt-8-lg,
.u-my-8-lg {
    margin-top: 8px !important;
  }
  .u-mt-12-lg,
.u-my-12-lg {
    margin-top: 12px !important;
  }
  .u-mt-16-lg,
.u-my-16-lg {
    margin-top: 16px !important;
  }
  .u-mt-20-lg,
.u-my-20-lg {
    margin-top: 20px !important;
  }
  .u-mt-24-lg,
.u-my-24-lg {
    margin-top: 24px !important;
  }
  .u-mt-28-lg,
.u-my-28-lg {
    margin-top: 28px !important;
  }
  .u-mt-32-lg,
.u-my-32-lg {
    margin-top: 32px !important;
  }
  .u-mt-36-lg,
.u-my-36-lg {
    margin-top: 36px !important;
  }
  .u-mt-40-lg,
.u-my-40-lg {
    margin-top: 40px !important;
  }
  .u-mt-44-lg,
.u-my-44-lg {
    margin-top: 44px !important;
  }
  .u-mt-48-lg,
.u-my-48-lg {
    margin-top: 48px !important;
  }
  .u-mt-52-lg,
.u-my-52-lg {
    margin-top: 52px !important;
  }
  .u-mt-56-lg,
.u-my-56-lg {
    margin-top: 56px !important;
  }
  .u-mt-60-lg,
.u-my-60-lg {
    margin-top: 60px !important;
  }
  .u-mt-64-lg,
.u-my-64-lg {
    margin-top: 64px !important;
  }
  .u-mt-68-lg,
.u-my-68-lg {
    margin-top: 68px !important;
  }
  .u-mt-72-lg,
.u-my-72-lg {
    margin-top: 72px !important;
  }
  .u-mt-76-lg,
.u-my-76-lg {
    margin-top: 76px !important;
  }
  .u-mt-80-lg,
.u-my-80-lg {
    margin-top: 80px !important;
  }
  .u-mb-0-lg,
.u-my-0-lg {
    margin-bottom: 0px !important;
  }
  .u-mb-4-lg,
.u-my-4-lg {
    margin-bottom: 4px !important;
  }
  .u-mb-8-lg,
.u-my-8-lg {
    margin-bottom: 8px !important;
  }
  .u-mb-12-lg,
.u-my-12-lg {
    margin-bottom: 12px !important;
  }
  .u-mb-16-lg,
.u-my-16-lg {
    margin-bottom: 16px !important;
  }
  .u-mb-20-lg,
.u-my-20-lg {
    margin-bottom: 20px !important;
  }
  .u-mb-24-lg,
.u-my-24-lg {
    margin-bottom: 24px !important;
  }
  .u-mb-28-lg,
.u-my-28-lg {
    margin-bottom: 28px !important;
  }
  .u-mb-32-lg,
.u-my-32-lg {
    margin-bottom: 32px !important;
  }
  .u-mb-36-lg,
.u-my-36-lg {
    margin-bottom: 36px !important;
  }
  .u-mb-40-lg,
.u-my-40-lg {
    margin-bottom: 40px !important;
  }
  .u-mb-44-lg,
.u-my-44-lg {
    margin-bottom: 44px !important;
  }
  .u-mb-48-lg,
.u-my-48-lg {
    margin-bottom: 48px !important;
  }
  .u-mb-52-lg,
.u-my-52-lg {
    margin-bottom: 52px !important;
  }
  .u-mb-56-lg,
.u-my-56-lg {
    margin-bottom: 56px !important;
  }
  .u-mb-60-lg,
.u-my-60-lg {
    margin-bottom: 60px !important;
  }
  .u-mb-64-lg,
.u-my-64-lg {
    margin-bottom: 64px !important;
  }
  .u-mb-68-lg,
.u-my-68-lg {
    margin-bottom: 68px !important;
  }
  .u-mb-72-lg,
.u-my-72-lg {
    margin-bottom: 72px !important;
  }
  .u-mb-76-lg,
.u-my-76-lg {
    margin-bottom: 76px !important;
  }
  .u-mb-80-lg,
.u-my-80-lg {
    margin-bottom: 80px !important;
  }
  .u-ml-0-lg,
.u-mx-0-lg {
    margin-left: 0px !important;
  }
  .u-ml-4-lg,
.u-mx-4-lg {
    margin-left: 4px !important;
  }
  .u-ml-8-lg,
.u-mx-8-lg {
    margin-left: 8px !important;
  }
  .u-ml-12-lg,
.u-mx-12-lg {
    margin-left: 12px !important;
  }
  .u-ml-16-lg,
.u-mx-16-lg {
    margin-left: 16px !important;
  }
  .u-ml-20-lg,
.u-mx-20-lg {
    margin-left: 20px !important;
  }
  .u-ml-24-lg,
.u-mx-24-lg {
    margin-left: 24px !important;
  }
  .u-ml-28-lg,
.u-mx-28-lg {
    margin-left: 28px !important;
  }
  .u-ml-32-lg,
.u-mx-32-lg {
    margin-left: 32px !important;
  }
  .u-ml-36-lg,
.u-mx-36-lg {
    margin-left: 36px !important;
  }
  .u-ml-40-lg,
.u-mx-40-lg {
    margin-left: 40px !important;
  }
  .u-ml-44-lg,
.u-mx-44-lg {
    margin-left: 44px !important;
  }
  .u-ml-48-lg,
.u-mx-48-lg {
    margin-left: 48px !important;
  }
  .u-ml-52-lg,
.u-mx-52-lg {
    margin-left: 52px !important;
  }
  .u-ml-56-lg,
.u-mx-56-lg {
    margin-left: 56px !important;
  }
  .u-ml-60-lg,
.u-mx-60-lg {
    margin-left: 60px !important;
  }
  .u-ml-64-lg,
.u-mx-64-lg {
    margin-left: 64px !important;
  }
  .u-ml-68-lg,
.u-mx-68-lg {
    margin-left: 68px !important;
  }
  .u-ml-72-lg,
.u-mx-72-lg {
    margin-left: 72px !important;
  }
  .u-ml-76-lg,
.u-mx-76-lg {
    margin-left: 76px !important;
  }
  .u-ml-80-lg,
.u-mx-80-lg {
    margin-left: 80px !important;
  }
  .u-mr-0-lg,
.u-mx-0-lg {
    margin-right: 0px !important;
  }
  .u-mr-4-lg,
.u-mx-4-lg {
    margin-right: 4px !important;
  }
  .u-mr-8-lg,
.u-mx-8-lg {
    margin-right: 8px !important;
  }
  .u-mr-12-lg,
.u-mx-12-lg {
    margin-right: 12px !important;
  }
  .u-mr-16-lg,
.u-mx-16-lg {
    margin-right: 16px !important;
  }
  .u-mr-20-lg,
.u-mx-20-lg {
    margin-right: 20px !important;
  }
  .u-mr-24-lg,
.u-mx-24-lg {
    margin-right: 24px !important;
  }
  .u-mr-28-lg,
.u-mx-28-lg {
    margin-right: 28px !important;
  }
  .u-mr-32-lg,
.u-mx-32-lg {
    margin-right: 32px !important;
  }
  .u-mr-36-lg,
.u-mx-36-lg {
    margin-right: 36px !important;
  }
  .u-mr-40-lg,
.u-mx-40-lg {
    margin-right: 40px !important;
  }
  .u-mr-44-lg,
.u-mx-44-lg {
    margin-right: 44px !important;
  }
  .u-mr-48-lg,
.u-mx-48-lg {
    margin-right: 48px !important;
  }
  .u-mr-52-lg,
.u-mx-52-lg {
    margin-right: 52px !important;
  }
  .u-mr-56-lg,
.u-mx-56-lg {
    margin-right: 56px !important;
  }
  .u-mr-60-lg,
.u-mx-60-lg {
    margin-right: 60px !important;
  }
  .u-mr-64-lg,
.u-mx-64-lg {
    margin-right: 64px !important;
  }
  .u-mr-68-lg,
.u-mx-68-lg {
    margin-right: 68px !important;
  }
  .u-mr-72-lg,
.u-mx-72-lg {
    margin-right: 72px !important;
  }
  .u-mr-76-lg,
.u-mx-76-lg {
    margin-right: 76px !important;
  }
  .u-mr-80-lg,
.u-mx-80-lg {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-mx-auto-xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt-0-xl,
.u-my-0-xl {
    margin-top: 0px !important;
  }
  .u-mt-4-xl,
.u-my-4-xl {
    margin-top: 4px !important;
  }
  .u-mt-8-xl,
.u-my-8-xl {
    margin-top: 8px !important;
  }
  .u-mt-12-xl,
.u-my-12-xl {
    margin-top: 12px !important;
  }
  .u-mt-16-xl,
.u-my-16-xl {
    margin-top: 16px !important;
  }
  .u-mt-20-xl,
.u-my-20-xl {
    margin-top: 20px !important;
  }
  .u-mt-24-xl,
.u-my-24-xl {
    margin-top: 24px !important;
  }
  .u-mt-28-xl,
.u-my-28-xl {
    margin-top: 28px !important;
  }
  .u-mt-32-xl,
.u-my-32-xl {
    margin-top: 32px !important;
  }
  .u-mt-36-xl,
.u-my-36-xl {
    margin-top: 36px !important;
  }
  .u-mt-40-xl,
.u-my-40-xl {
    margin-top: 40px !important;
  }
  .u-mt-44-xl,
.u-my-44-xl {
    margin-top: 44px !important;
  }
  .u-mt-48-xl,
.u-my-48-xl {
    margin-top: 48px !important;
  }
  .u-mt-52-xl,
.u-my-52-xl {
    margin-top: 52px !important;
  }
  .u-mt-56-xl,
.u-my-56-xl {
    margin-top: 56px !important;
  }
  .u-mt-60-xl,
.u-my-60-xl {
    margin-top: 60px !important;
  }
  .u-mt-64-xl,
.u-my-64-xl {
    margin-top: 64px !important;
  }
  .u-mt-68-xl,
.u-my-68-xl {
    margin-top: 68px !important;
  }
  .u-mt-72-xl,
.u-my-72-xl {
    margin-top: 72px !important;
  }
  .u-mt-76-xl,
.u-my-76-xl {
    margin-top: 76px !important;
  }
  .u-mt-80-xl,
.u-my-80-xl {
    margin-top: 80px !important;
  }
  .u-mb-0-xl,
.u-my-0-xl {
    margin-bottom: 0px !important;
  }
  .u-mb-4-xl,
.u-my-4-xl {
    margin-bottom: 4px !important;
  }
  .u-mb-8-xl,
.u-my-8-xl {
    margin-bottom: 8px !important;
  }
  .u-mb-12-xl,
.u-my-12-xl {
    margin-bottom: 12px !important;
  }
  .u-mb-16-xl,
.u-my-16-xl {
    margin-bottom: 16px !important;
  }
  .u-mb-20-xl,
.u-my-20-xl {
    margin-bottom: 20px !important;
  }
  .u-mb-24-xl,
.u-my-24-xl {
    margin-bottom: 24px !important;
  }
  .u-mb-28-xl,
.u-my-28-xl {
    margin-bottom: 28px !important;
  }
  .u-mb-32-xl,
.u-my-32-xl {
    margin-bottom: 32px !important;
  }
  .u-mb-36-xl,
.u-my-36-xl {
    margin-bottom: 36px !important;
  }
  .u-mb-40-xl,
.u-my-40-xl {
    margin-bottom: 40px !important;
  }
  .u-mb-44-xl,
.u-my-44-xl {
    margin-bottom: 44px !important;
  }
  .u-mb-48-xl,
.u-my-48-xl {
    margin-bottom: 48px !important;
  }
  .u-mb-52-xl,
.u-my-52-xl {
    margin-bottom: 52px !important;
  }
  .u-mb-56-xl,
.u-my-56-xl {
    margin-bottom: 56px !important;
  }
  .u-mb-60-xl,
.u-my-60-xl {
    margin-bottom: 60px !important;
  }
  .u-mb-64-xl,
.u-my-64-xl {
    margin-bottom: 64px !important;
  }
  .u-mb-68-xl,
.u-my-68-xl {
    margin-bottom: 68px !important;
  }
  .u-mb-72-xl,
.u-my-72-xl {
    margin-bottom: 72px !important;
  }
  .u-mb-76-xl,
.u-my-76-xl {
    margin-bottom: 76px !important;
  }
  .u-mb-80-xl,
.u-my-80-xl {
    margin-bottom: 80px !important;
  }
  .u-ml-0-xl,
.u-mx-0-xl {
    margin-left: 0px !important;
  }
  .u-ml-4-xl,
.u-mx-4-xl {
    margin-left: 4px !important;
  }
  .u-ml-8-xl,
.u-mx-8-xl {
    margin-left: 8px !important;
  }
  .u-ml-12-xl,
.u-mx-12-xl {
    margin-left: 12px !important;
  }
  .u-ml-16-xl,
.u-mx-16-xl {
    margin-left: 16px !important;
  }
  .u-ml-20-xl,
.u-mx-20-xl {
    margin-left: 20px !important;
  }
  .u-ml-24-xl,
.u-mx-24-xl {
    margin-left: 24px !important;
  }
  .u-ml-28-xl,
.u-mx-28-xl {
    margin-left: 28px !important;
  }
  .u-ml-32-xl,
.u-mx-32-xl {
    margin-left: 32px !important;
  }
  .u-ml-36-xl,
.u-mx-36-xl {
    margin-left: 36px !important;
  }
  .u-ml-40-xl,
.u-mx-40-xl {
    margin-left: 40px !important;
  }
  .u-ml-44-xl,
.u-mx-44-xl {
    margin-left: 44px !important;
  }
  .u-ml-48-xl,
.u-mx-48-xl {
    margin-left: 48px !important;
  }
  .u-ml-52-xl,
.u-mx-52-xl {
    margin-left: 52px !important;
  }
  .u-ml-56-xl,
.u-mx-56-xl {
    margin-left: 56px !important;
  }
  .u-ml-60-xl,
.u-mx-60-xl {
    margin-left: 60px !important;
  }
  .u-ml-64-xl,
.u-mx-64-xl {
    margin-left: 64px !important;
  }
  .u-ml-68-xl,
.u-mx-68-xl {
    margin-left: 68px !important;
  }
  .u-ml-72-xl,
.u-mx-72-xl {
    margin-left: 72px !important;
  }
  .u-ml-76-xl,
.u-mx-76-xl {
    margin-left: 76px !important;
  }
  .u-ml-80-xl,
.u-mx-80-xl {
    margin-left: 80px !important;
  }
  .u-mr-0-xl,
.u-mx-0-xl {
    margin-right: 0px !important;
  }
  .u-mr-4-xl,
.u-mx-4-xl {
    margin-right: 4px !important;
  }
  .u-mr-8-xl,
.u-mx-8-xl {
    margin-right: 8px !important;
  }
  .u-mr-12-xl,
.u-mx-12-xl {
    margin-right: 12px !important;
  }
  .u-mr-16-xl,
.u-mx-16-xl {
    margin-right: 16px !important;
  }
  .u-mr-20-xl,
.u-mx-20-xl {
    margin-right: 20px !important;
  }
  .u-mr-24-xl,
.u-mx-24-xl {
    margin-right: 24px !important;
  }
  .u-mr-28-xl,
.u-mx-28-xl {
    margin-right: 28px !important;
  }
  .u-mr-32-xl,
.u-mx-32-xl {
    margin-right: 32px !important;
  }
  .u-mr-36-xl,
.u-mx-36-xl {
    margin-right: 36px !important;
  }
  .u-mr-40-xl,
.u-mx-40-xl {
    margin-right: 40px !important;
  }
  .u-mr-44-xl,
.u-mx-44-xl {
    margin-right: 44px !important;
  }
  .u-mr-48-xl,
.u-mx-48-xl {
    margin-right: 48px !important;
  }
  .u-mr-52-xl,
.u-mx-52-xl {
    margin-right: 52px !important;
  }
  .u-mr-56-xl,
.u-mx-56-xl {
    margin-right: 56px !important;
  }
  .u-mr-60-xl,
.u-mx-60-xl {
    margin-right: 60px !important;
  }
  .u-mr-64-xl,
.u-mx-64-xl {
    margin-right: 64px !important;
  }
  .u-mr-68-xl,
.u-mx-68-xl {
    margin-right: 68px !important;
  }
  .u-mr-72-xl,
.u-mx-72-xl {
    margin-right: 72px !important;
  }
  .u-mr-76-xl,
.u-mx-76-xl {
    margin-right: 76px !important;
  }
  .u-mr-80-xl,
.u-mx-80-xl {
    margin-right: 80px !important;
  }
}
/* object/utility/_padding.scss
-------------------------------------------------- */
.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0px !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 4px !important;
}

.u-pt-8,
.u-py-8 {
  padding-top: 8px !important;
}

.u-pt-12,
.u-py-12 {
  padding-top: 12px !important;
}

.u-pt-16,
.u-py-16 {
  padding-top: 16px !important;
}

.u-pt-20,
.u-py-20 {
  padding-top: 20px !important;
}

.u-pt-24,
.u-py-24 {
  padding-top: 24px !important;
}

.u-pt-28,
.u-py-28 {
  padding-top: 28px !important;
}

.u-pt-32,
.u-py-32 {
  padding-top: 32px !important;
}

.u-pt-36,
.u-py-36 {
  padding-top: 36px !important;
}

.u-pt-40,
.u-py-40 {
  padding-top: 40px !important;
}

.u-pt-44,
.u-py-44 {
  padding-top: 44px !important;
}

.u-pt-48,
.u-py-48 {
  padding-top: 48px !important;
}

.u-pt-52,
.u-py-52 {
  padding-top: 52px !important;
}

.u-pt-56,
.u-py-56 {
  padding-top: 56px !important;
}

.u-pt-60,
.u-py-60 {
  padding-top: 60px !important;
}

.u-pt-64,
.u-py-64 {
  padding-top: 64px !important;
}

.u-pt-68,
.u-py-68 {
  padding-top: 68px !important;
}

.u-pt-72,
.u-py-72 {
  padding-top: 72px !important;
}

.u-pt-76,
.u-py-76 {
  padding-top: 76px !important;
}

.u-pt-80,
.u-py-80 {
  padding-top: 80px !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0px !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 4px !important;
}

.u-pb-8,
.u-py-8 {
  padding-bottom: 8px !important;
}

.u-pb-12,
.u-py-12 {
  padding-bottom: 12px !important;
}

.u-pb-16,
.u-py-16 {
  padding-bottom: 16px !important;
}

.u-pb-20,
.u-py-20 {
  padding-bottom: 20px !important;
}

.u-pb-24,
.u-py-24 {
  padding-bottom: 24px !important;
}

.u-pb-28,
.u-py-28 {
  padding-bottom: 28px !important;
}

.u-pb-32,
.u-py-32 {
  padding-bottom: 32px !important;
}

.u-pb-36,
.u-py-36 {
  padding-bottom: 36px !important;
}

.u-pb-40,
.u-py-40 {
  padding-bottom: 40px !important;
}

.u-pb-44,
.u-py-44 {
  padding-bottom: 44px !important;
}

.u-pb-48,
.u-py-48 {
  padding-bottom: 48px !important;
}

.u-pb-52,
.u-py-52 {
  padding-bottom: 52px !important;
}

.u-pb-56,
.u-py-56 {
  padding-bottom: 56px !important;
}

.u-pb-60,
.u-py-60 {
  padding-bottom: 60px !important;
}

.u-pb-64,
.u-py-64 {
  padding-bottom: 64px !important;
}

.u-pb-68,
.u-py-68 {
  padding-bottom: 68px !important;
}

.u-pb-72,
.u-py-72 {
  padding-bottom: 72px !important;
}

.u-pb-76,
.u-py-76 {
  padding-bottom: 76px !important;
}

.u-pb-80,
.u-py-80 {
  padding-bottom: 80px !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0px !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 4px !important;
}

.u-pl-8,
.u-px-8 {
  padding-left: 8px !important;
}

.u-pl-12,
.u-px-12 {
  padding-left: 12px !important;
}

.u-pl-16,
.u-px-16 {
  padding-left: 16px !important;
}

.u-pl-20,
.u-px-20 {
  padding-left: 20px !important;
}

.u-pl-24,
.u-px-24 {
  padding-left: 24px !important;
}

.u-pl-28,
.u-px-28 {
  padding-left: 28px !important;
}

.u-pl-32,
.u-px-32 {
  padding-left: 32px !important;
}

.u-pl-36,
.u-px-36 {
  padding-left: 36px !important;
}

.u-pl-40,
.u-px-40 {
  padding-left: 40px !important;
}

.u-pl-44,
.u-px-44 {
  padding-left: 44px !important;
}

.u-pl-48,
.u-px-48 {
  padding-left: 48px !important;
}

.u-pl-52,
.u-px-52 {
  padding-left: 52px !important;
}

.u-pl-56,
.u-px-56 {
  padding-left: 56px !important;
}

.u-pl-60,
.u-px-60 {
  padding-left: 60px !important;
}

.u-pl-64,
.u-px-64 {
  padding-left: 64px !important;
}

.u-pl-68,
.u-px-68 {
  padding-left: 68px !important;
}

.u-pl-72,
.u-px-72 {
  padding-left: 72px !important;
}

.u-pl-76,
.u-px-76 {
  padding-left: 76px !important;
}

.u-pl-80,
.u-px-80 {
  padding-left: 80px !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0px !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 4px !important;
}

.u-pr-8,
.u-px-8 {
  padding-right: 8px !important;
}

.u-pr-12,
.u-px-12 {
  padding-right: 12px !important;
}

.u-pr-16,
.u-px-16 {
  padding-right: 16px !important;
}

.u-pr-20,
.u-px-20 {
  padding-right: 20px !important;
}

.u-pr-24,
.u-px-24 {
  padding-right: 24px !important;
}

.u-pr-28,
.u-px-28 {
  padding-right: 28px !important;
}

.u-pr-32,
.u-px-32 {
  padding-right: 32px !important;
}

.u-pr-36,
.u-px-36 {
  padding-right: 36px !important;
}

.u-pr-40,
.u-px-40 {
  padding-right: 40px !important;
}

.u-pr-44,
.u-px-44 {
  padding-right: 44px !important;
}

.u-pr-48,
.u-px-48 {
  padding-right: 48px !important;
}

.u-pr-52,
.u-px-52 {
  padding-right: 52px !important;
}

.u-pr-56,
.u-px-56 {
  padding-right: 56px !important;
}

.u-pr-60,
.u-px-60 {
  padding-right: 60px !important;
}

.u-pr-64,
.u-px-64 {
  padding-right: 64px !important;
}

.u-pr-68,
.u-px-68 {
  padding-right: 68px !important;
}

.u-pr-72,
.u-px-72 {
  padding-right: 72px !important;
}

.u-pr-76,
.u-px-76 {
  padding-right: 76px !important;
}

.u-pr-80,
.u-px-80 {
  padding-right: 80px !important;
}

@media screen and (min-width: 577px) {
  .u-px-auto-sm {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-pt-0-sm,
.u-py-0-sm {
    padding-top: 0px !important;
  }
  .u-pt-4-sm,
.u-py-4-sm {
    padding-top: 4px !important;
  }
  .u-pt-8-sm,
.u-py-8-sm {
    padding-top: 8px !important;
  }
  .u-pt-12-sm,
.u-py-12-sm {
    padding-top: 12px !important;
  }
  .u-pt-16-sm,
.u-py-16-sm {
    padding-top: 16px !important;
  }
  .u-pt-20-sm,
.u-py-20-sm {
    padding-top: 20px !important;
  }
  .u-pt-24-sm,
.u-py-24-sm {
    padding-top: 24px !important;
  }
  .u-pt-28-sm,
.u-py-28-sm {
    padding-top: 28px !important;
  }
  .u-pt-32-sm,
.u-py-32-sm {
    padding-top: 32px !important;
  }
  .u-pt-36-sm,
.u-py-36-sm {
    padding-top: 36px !important;
  }
  .u-pt-40-sm,
.u-py-40-sm {
    padding-top: 40px !important;
  }
  .u-pt-44-sm,
.u-py-44-sm {
    padding-top: 44px !important;
  }
  .u-pt-48-sm,
.u-py-48-sm {
    padding-top: 48px !important;
  }
  .u-pt-52-sm,
.u-py-52-sm {
    padding-top: 52px !important;
  }
  .u-pt-56-sm,
.u-py-56-sm {
    padding-top: 56px !important;
  }
  .u-pt-60-sm,
.u-py-60-sm {
    padding-top: 60px !important;
  }
  .u-pt-64-sm,
.u-py-64-sm {
    padding-top: 64px !important;
  }
  .u-pt-68-sm,
.u-py-68-sm {
    padding-top: 68px !important;
  }
  .u-pt-72-sm,
.u-py-72-sm {
    padding-top: 72px !important;
  }
  .u-pt-76-sm,
.u-py-76-sm {
    padding-top: 76px !important;
  }
  .u-pt-80-sm,
.u-py-80-sm {
    padding-top: 80px !important;
  }
  .u-pb-0-sm,
.u-py-0-sm {
    padding-bottom: 0px !important;
  }
  .u-pb-4-sm,
.u-py-4-sm {
    padding-bottom: 4px !important;
  }
  .u-pb-8-sm,
.u-py-8-sm {
    padding-bottom: 8px !important;
  }
  .u-pb-12-sm,
.u-py-12-sm {
    padding-bottom: 12px !important;
  }
  .u-pb-16-sm,
.u-py-16-sm {
    padding-bottom: 16px !important;
  }
  .u-pb-20-sm,
.u-py-20-sm {
    padding-bottom: 20px !important;
  }
  .u-pb-24-sm,
.u-py-24-sm {
    padding-bottom: 24px !important;
  }
  .u-pb-28-sm,
.u-py-28-sm {
    padding-bottom: 28px !important;
  }
  .u-pb-32-sm,
.u-py-32-sm {
    padding-bottom: 32px !important;
  }
  .u-pb-36-sm,
.u-py-36-sm {
    padding-bottom: 36px !important;
  }
  .u-pb-40-sm,
.u-py-40-sm {
    padding-bottom: 40px !important;
  }
  .u-pb-44-sm,
.u-py-44-sm {
    padding-bottom: 44px !important;
  }
  .u-pb-48-sm,
.u-py-48-sm {
    padding-bottom: 48px !important;
  }
  .u-pb-52-sm,
.u-py-52-sm {
    padding-bottom: 52px !important;
  }
  .u-pb-56-sm,
.u-py-56-sm {
    padding-bottom: 56px !important;
  }
  .u-pb-60-sm,
.u-py-60-sm {
    padding-bottom: 60px !important;
  }
  .u-pb-64-sm,
.u-py-64-sm {
    padding-bottom: 64px !important;
  }
  .u-pb-68-sm,
.u-py-68-sm {
    padding-bottom: 68px !important;
  }
  .u-pb-72-sm,
.u-py-72-sm {
    padding-bottom: 72px !important;
  }
  .u-pb-76-sm,
.u-py-76-sm {
    padding-bottom: 76px !important;
  }
  .u-pb-80-sm,
.u-py-80-sm {
    padding-bottom: 80px !important;
  }
  .u-pl-0-sm,
.u-px-0-sm {
    padding-left: 0px !important;
  }
  .u-pl-4-sm,
.u-px-4-sm {
    padding-left: 4px !important;
  }
  .u-pl-8-sm,
.u-px-8-sm {
    padding-left: 8px !important;
  }
  .u-pl-12-sm,
.u-px-12-sm {
    padding-left: 12px !important;
  }
  .u-pl-16-sm,
.u-px-16-sm {
    padding-left: 16px !important;
  }
  .u-pl-20-sm,
.u-px-20-sm {
    padding-left: 20px !important;
  }
  .u-pl-24-sm,
.u-px-24-sm {
    padding-left: 24px !important;
  }
  .u-pl-28-sm,
.u-px-28-sm {
    padding-left: 28px !important;
  }
  .u-pl-32-sm,
.u-px-32-sm {
    padding-left: 32px !important;
  }
  .u-pl-36-sm,
.u-px-36-sm {
    padding-left: 36px !important;
  }
  .u-pl-40-sm,
.u-px-40-sm {
    padding-left: 40px !important;
  }
  .u-pl-44-sm,
.u-px-44-sm {
    padding-left: 44px !important;
  }
  .u-pl-48-sm,
.u-px-48-sm {
    padding-left: 48px !important;
  }
  .u-pl-52-sm,
.u-px-52-sm {
    padding-left: 52px !important;
  }
  .u-pl-56-sm,
.u-px-56-sm {
    padding-left: 56px !important;
  }
  .u-pl-60-sm,
.u-px-60-sm {
    padding-left: 60px !important;
  }
  .u-pl-64-sm,
.u-px-64-sm {
    padding-left: 64px !important;
  }
  .u-pl-68-sm,
.u-px-68-sm {
    padding-left: 68px !important;
  }
  .u-pl-72-sm,
.u-px-72-sm {
    padding-left: 72px !important;
  }
  .u-pl-76-sm,
.u-px-76-sm {
    padding-left: 76px !important;
  }
  .u-pl-80-sm,
.u-px-80-sm {
    padding-left: 80px !important;
  }
  .u-pr-0-sm,
.u-px-0-sm {
    padding-right: 0px !important;
  }
  .u-pr-4-sm,
.u-px-4-sm {
    padding-right: 4px !important;
  }
  .u-pr-8-sm,
.u-px-8-sm {
    padding-right: 8px !important;
  }
  .u-pr-12-sm,
.u-px-12-sm {
    padding-right: 12px !important;
  }
  .u-pr-16-sm,
.u-px-16-sm {
    padding-right: 16px !important;
  }
  .u-pr-20-sm,
.u-px-20-sm {
    padding-right: 20px !important;
  }
  .u-pr-24-sm,
.u-px-24-sm {
    padding-right: 24px !important;
  }
  .u-pr-28-sm,
.u-px-28-sm {
    padding-right: 28px !important;
  }
  .u-pr-32-sm,
.u-px-32-sm {
    padding-right: 32px !important;
  }
  .u-pr-36-sm,
.u-px-36-sm {
    padding-right: 36px !important;
  }
  .u-pr-40-sm,
.u-px-40-sm {
    padding-right: 40px !important;
  }
  .u-pr-44-sm,
.u-px-44-sm {
    padding-right: 44px !important;
  }
  .u-pr-48-sm,
.u-px-48-sm {
    padding-right: 48px !important;
  }
  .u-pr-52-sm,
.u-px-52-sm {
    padding-right: 52px !important;
  }
  .u-pr-56-sm,
.u-px-56-sm {
    padding-right: 56px !important;
  }
  .u-pr-60-sm,
.u-px-60-sm {
    padding-right: 60px !important;
  }
  .u-pr-64-sm,
.u-px-64-sm {
    padding-right: 64px !important;
  }
  .u-pr-68-sm,
.u-px-68-sm {
    padding-right: 68px !important;
  }
  .u-pr-72-sm,
.u-px-72-sm {
    padding-right: 72px !important;
  }
  .u-pr-76-sm,
.u-px-76-sm {
    padding-right: 76px !important;
  }
  .u-pr-80-sm,
.u-px-80-sm {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 769px) {
  .u-px-auto-md {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-pt-0-md,
.u-py-0-md {
    padding-top: 0px !important;
  }
  .u-pt-4-md,
.u-py-4-md {
    padding-top: 4px !important;
  }
  .u-pt-8-md,
.u-py-8-md {
    padding-top: 8px !important;
  }
  .u-pt-12-md,
.u-py-12-md {
    padding-top: 12px !important;
  }
  .u-pt-16-md,
.u-py-16-md {
    padding-top: 16px !important;
  }
  .u-pt-20-md,
.u-py-20-md {
    padding-top: 20px !important;
  }
  .u-pt-24-md,
.u-py-24-md {
    padding-top: 24px !important;
  }
  .u-pt-28-md,
.u-py-28-md {
    padding-top: 28px !important;
  }
  .u-pt-32-md,
.u-py-32-md {
    padding-top: 32px !important;
  }
  .u-pt-36-md,
.u-py-36-md {
    padding-top: 36px !important;
  }
  .u-pt-40-md,
.u-py-40-md {
    padding-top: 40px !important;
  }
  .u-pt-44-md,
.u-py-44-md {
    padding-top: 44px !important;
  }
  .u-pt-48-md,
.u-py-48-md {
    padding-top: 48px !important;
  }
  .u-pt-52-md,
.u-py-52-md {
    padding-top: 52px !important;
  }
  .u-pt-56-md,
.u-py-56-md {
    padding-top: 56px !important;
  }
  .u-pt-60-md,
.u-py-60-md {
    padding-top: 60px !important;
  }
  .u-pt-64-md,
.u-py-64-md {
    padding-top: 64px !important;
  }
  .u-pt-68-md,
.u-py-68-md {
    padding-top: 68px !important;
  }
  .u-pt-72-md,
.u-py-72-md {
    padding-top: 72px !important;
  }
  .u-pt-76-md,
.u-py-76-md {
    padding-top: 76px !important;
  }
  .u-pt-80-md,
.u-py-80-md {
    padding-top: 80px !important;
  }
  .u-pb-0-md,
.u-py-0-md {
    padding-bottom: 0px !important;
  }
  .u-pb-4-md,
.u-py-4-md {
    padding-bottom: 4px !important;
  }
  .u-pb-8-md,
.u-py-8-md {
    padding-bottom: 8px !important;
  }
  .u-pb-12-md,
.u-py-12-md {
    padding-bottom: 12px !important;
  }
  .u-pb-16-md,
.u-py-16-md {
    padding-bottom: 16px !important;
  }
  .u-pb-20-md,
.u-py-20-md {
    padding-bottom: 20px !important;
  }
  .u-pb-24-md,
.u-py-24-md {
    padding-bottom: 24px !important;
  }
  .u-pb-28-md,
.u-py-28-md {
    padding-bottom: 28px !important;
  }
  .u-pb-32-md,
.u-py-32-md {
    padding-bottom: 32px !important;
  }
  .u-pb-36-md,
.u-py-36-md {
    padding-bottom: 36px !important;
  }
  .u-pb-40-md,
.u-py-40-md {
    padding-bottom: 40px !important;
  }
  .u-pb-44-md,
.u-py-44-md {
    padding-bottom: 44px !important;
  }
  .u-pb-48-md,
.u-py-48-md {
    padding-bottom: 48px !important;
  }
  .u-pb-52-md,
.u-py-52-md {
    padding-bottom: 52px !important;
  }
  .u-pb-56-md,
.u-py-56-md {
    padding-bottom: 56px !important;
  }
  .u-pb-60-md,
.u-py-60-md {
    padding-bottom: 60px !important;
  }
  .u-pb-64-md,
.u-py-64-md {
    padding-bottom: 64px !important;
  }
  .u-pb-68-md,
.u-py-68-md {
    padding-bottom: 68px !important;
  }
  .u-pb-72-md,
.u-py-72-md {
    padding-bottom: 72px !important;
  }
  .u-pb-76-md,
.u-py-76-md {
    padding-bottom: 76px !important;
  }
  .u-pb-80-md,
.u-py-80-md {
    padding-bottom: 80px !important;
  }
  .u-pl-0-md,
.u-px-0-md {
    padding-left: 0px !important;
  }
  .u-pl-4-md,
.u-px-4-md {
    padding-left: 4px !important;
  }
  .u-pl-8-md,
.u-px-8-md {
    padding-left: 8px !important;
  }
  .u-pl-12-md,
.u-px-12-md {
    padding-left: 12px !important;
  }
  .u-pl-16-md,
.u-px-16-md {
    padding-left: 16px !important;
  }
  .u-pl-20-md,
.u-px-20-md {
    padding-left: 20px !important;
  }
  .u-pl-24-md,
.u-px-24-md {
    padding-left: 24px !important;
  }
  .u-pl-28-md,
.u-px-28-md {
    padding-left: 28px !important;
  }
  .u-pl-32-md,
.u-px-32-md {
    padding-left: 32px !important;
  }
  .u-pl-36-md,
.u-px-36-md {
    padding-left: 36px !important;
  }
  .u-pl-40-md,
.u-px-40-md {
    padding-left: 40px !important;
  }
  .u-pl-44-md,
.u-px-44-md {
    padding-left: 44px !important;
  }
  .u-pl-48-md,
.u-px-48-md {
    padding-left: 48px !important;
  }
  .u-pl-52-md,
.u-px-52-md {
    padding-left: 52px !important;
  }
  .u-pl-56-md,
.u-px-56-md {
    padding-left: 56px !important;
  }
  .u-pl-60-md,
.u-px-60-md {
    padding-left: 60px !important;
  }
  .u-pl-64-md,
.u-px-64-md {
    padding-left: 64px !important;
  }
  .u-pl-68-md,
.u-px-68-md {
    padding-left: 68px !important;
  }
  .u-pl-72-md,
.u-px-72-md {
    padding-left: 72px !important;
  }
  .u-pl-76-md,
.u-px-76-md {
    padding-left: 76px !important;
  }
  .u-pl-80-md,
.u-px-80-md {
    padding-left: 80px !important;
  }
  .u-pr-0-md,
.u-px-0-md {
    padding-right: 0px !important;
  }
  .u-pr-4-md,
.u-px-4-md {
    padding-right: 4px !important;
  }
  .u-pr-8-md,
.u-px-8-md {
    padding-right: 8px !important;
  }
  .u-pr-12-md,
.u-px-12-md {
    padding-right: 12px !important;
  }
  .u-pr-16-md,
.u-px-16-md {
    padding-right: 16px !important;
  }
  .u-pr-20-md,
.u-px-20-md {
    padding-right: 20px !important;
  }
  .u-pr-24-md,
.u-px-24-md {
    padding-right: 24px !important;
  }
  .u-pr-28-md,
.u-px-28-md {
    padding-right: 28px !important;
  }
  .u-pr-32-md,
.u-px-32-md {
    padding-right: 32px !important;
  }
  .u-pr-36-md,
.u-px-36-md {
    padding-right: 36px !important;
  }
  .u-pr-40-md,
.u-px-40-md {
    padding-right: 40px !important;
  }
  .u-pr-44-md,
.u-px-44-md {
    padding-right: 44px !important;
  }
  .u-pr-48-md,
.u-px-48-md {
    padding-right: 48px !important;
  }
  .u-pr-52-md,
.u-px-52-md {
    padding-right: 52px !important;
  }
  .u-pr-56-md,
.u-px-56-md {
    padding-right: 56px !important;
  }
  .u-pr-60-md,
.u-px-60-md {
    padding-right: 60px !important;
  }
  .u-pr-64-md,
.u-px-64-md {
    padding-right: 64px !important;
  }
  .u-pr-68-md,
.u-px-68-md {
    padding-right: 68px !important;
  }
  .u-pr-72-md,
.u-px-72-md {
    padding-right: 72px !important;
  }
  .u-pr-76-md,
.u-px-76-md {
    padding-right: 76px !important;
  }
  .u-pr-80-md,
.u-px-80-md {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-px-auto-lg {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-pt-0-lg,
.u-py-0-lg {
    padding-top: 0px !important;
  }
  .u-pt-4-lg,
.u-py-4-lg {
    padding-top: 4px !important;
  }
  .u-pt-8-lg,
.u-py-8-lg {
    padding-top: 8px !important;
  }
  .u-pt-12-lg,
.u-py-12-lg {
    padding-top: 12px !important;
  }
  .u-pt-16-lg,
.u-py-16-lg {
    padding-top: 16px !important;
  }
  .u-pt-20-lg,
.u-py-20-lg {
    padding-top: 20px !important;
  }
  .u-pt-24-lg,
.u-py-24-lg {
    padding-top: 24px !important;
  }
  .u-pt-28-lg,
.u-py-28-lg {
    padding-top: 28px !important;
  }
  .u-pt-32-lg,
.u-py-32-lg {
    padding-top: 32px !important;
  }
  .u-pt-36-lg,
.u-py-36-lg {
    padding-top: 36px !important;
  }
  .u-pt-40-lg,
.u-py-40-lg {
    padding-top: 40px !important;
  }
  .u-pt-44-lg,
.u-py-44-lg {
    padding-top: 44px !important;
  }
  .u-pt-48-lg,
.u-py-48-lg {
    padding-top: 48px !important;
  }
  .u-pt-52-lg,
.u-py-52-lg {
    padding-top: 52px !important;
  }
  .u-pt-56-lg,
.u-py-56-lg {
    padding-top: 56px !important;
  }
  .u-pt-60-lg,
.u-py-60-lg {
    padding-top: 60px !important;
  }
  .u-pt-64-lg,
.u-py-64-lg {
    padding-top: 64px !important;
  }
  .u-pt-68-lg,
.u-py-68-lg {
    padding-top: 68px !important;
  }
  .u-pt-72-lg,
.u-py-72-lg {
    padding-top: 72px !important;
  }
  .u-pt-76-lg,
.u-py-76-lg {
    padding-top: 76px !important;
  }
  .u-pt-80-lg,
.u-py-80-lg {
    padding-top: 80px !important;
  }
  .u-pb-0-lg,
.u-py-0-lg {
    padding-bottom: 0px !important;
  }
  .u-pb-4-lg,
.u-py-4-lg {
    padding-bottom: 4px !important;
  }
  .u-pb-8-lg,
.u-py-8-lg {
    padding-bottom: 8px !important;
  }
  .u-pb-12-lg,
.u-py-12-lg {
    padding-bottom: 12px !important;
  }
  .u-pb-16-lg,
.u-py-16-lg {
    padding-bottom: 16px !important;
  }
  .u-pb-20-lg,
.u-py-20-lg {
    padding-bottom: 20px !important;
  }
  .u-pb-24-lg,
.u-py-24-lg {
    padding-bottom: 24px !important;
  }
  .u-pb-28-lg,
.u-py-28-lg {
    padding-bottom: 28px !important;
  }
  .u-pb-32-lg,
.u-py-32-lg {
    padding-bottom: 32px !important;
  }
  .u-pb-36-lg,
.u-py-36-lg {
    padding-bottom: 36px !important;
  }
  .u-pb-40-lg,
.u-py-40-lg {
    padding-bottom: 40px !important;
  }
  .u-pb-44-lg,
.u-py-44-lg {
    padding-bottom: 44px !important;
  }
  .u-pb-48-lg,
.u-py-48-lg {
    padding-bottom: 48px !important;
  }
  .u-pb-52-lg,
.u-py-52-lg {
    padding-bottom: 52px !important;
  }
  .u-pb-56-lg,
.u-py-56-lg {
    padding-bottom: 56px !important;
  }
  .u-pb-60-lg,
.u-py-60-lg {
    padding-bottom: 60px !important;
  }
  .u-pb-64-lg,
.u-py-64-lg {
    padding-bottom: 64px !important;
  }
  .u-pb-68-lg,
.u-py-68-lg {
    padding-bottom: 68px !important;
  }
  .u-pb-72-lg,
.u-py-72-lg {
    padding-bottom: 72px !important;
  }
  .u-pb-76-lg,
.u-py-76-lg {
    padding-bottom: 76px !important;
  }
  .u-pb-80-lg,
.u-py-80-lg {
    padding-bottom: 80px !important;
  }
  .u-pl-0-lg,
.u-px-0-lg {
    padding-left: 0px !important;
  }
  .u-pl-4-lg,
.u-px-4-lg {
    padding-left: 4px !important;
  }
  .u-pl-8-lg,
.u-px-8-lg {
    padding-left: 8px !important;
  }
  .u-pl-12-lg,
.u-px-12-lg {
    padding-left: 12px !important;
  }
  .u-pl-16-lg,
.u-px-16-lg {
    padding-left: 16px !important;
  }
  .u-pl-20-lg,
.u-px-20-lg {
    padding-left: 20px !important;
  }
  .u-pl-24-lg,
.u-px-24-lg {
    padding-left: 24px !important;
  }
  .u-pl-28-lg,
.u-px-28-lg {
    padding-left: 28px !important;
  }
  .u-pl-32-lg,
.u-px-32-lg {
    padding-left: 32px !important;
  }
  .u-pl-36-lg,
.u-px-36-lg {
    padding-left: 36px !important;
  }
  .u-pl-40-lg,
.u-px-40-lg {
    padding-left: 40px !important;
  }
  .u-pl-44-lg,
.u-px-44-lg {
    padding-left: 44px !important;
  }
  .u-pl-48-lg,
.u-px-48-lg {
    padding-left: 48px !important;
  }
  .u-pl-52-lg,
.u-px-52-lg {
    padding-left: 52px !important;
  }
  .u-pl-56-lg,
.u-px-56-lg {
    padding-left: 56px !important;
  }
  .u-pl-60-lg,
.u-px-60-lg {
    padding-left: 60px !important;
  }
  .u-pl-64-lg,
.u-px-64-lg {
    padding-left: 64px !important;
  }
  .u-pl-68-lg,
.u-px-68-lg {
    padding-left: 68px !important;
  }
  .u-pl-72-lg,
.u-px-72-lg {
    padding-left: 72px !important;
  }
  .u-pl-76-lg,
.u-px-76-lg {
    padding-left: 76px !important;
  }
  .u-pl-80-lg,
.u-px-80-lg {
    padding-left: 80px !important;
  }
  .u-pr-0-lg,
.u-px-0-lg {
    padding-right: 0px !important;
  }
  .u-pr-4-lg,
.u-px-4-lg {
    padding-right: 4px !important;
  }
  .u-pr-8-lg,
.u-px-8-lg {
    padding-right: 8px !important;
  }
  .u-pr-12-lg,
.u-px-12-lg {
    padding-right: 12px !important;
  }
  .u-pr-16-lg,
.u-px-16-lg {
    padding-right: 16px !important;
  }
  .u-pr-20-lg,
.u-px-20-lg {
    padding-right: 20px !important;
  }
  .u-pr-24-lg,
.u-px-24-lg {
    padding-right: 24px !important;
  }
  .u-pr-28-lg,
.u-px-28-lg {
    padding-right: 28px !important;
  }
  .u-pr-32-lg,
.u-px-32-lg {
    padding-right: 32px !important;
  }
  .u-pr-36-lg,
.u-px-36-lg {
    padding-right: 36px !important;
  }
  .u-pr-40-lg,
.u-px-40-lg {
    padding-right: 40px !important;
  }
  .u-pr-44-lg,
.u-px-44-lg {
    padding-right: 44px !important;
  }
  .u-pr-48-lg,
.u-px-48-lg {
    padding-right: 48px !important;
  }
  .u-pr-52-lg,
.u-px-52-lg {
    padding-right: 52px !important;
  }
  .u-pr-56-lg,
.u-px-56-lg {
    padding-right: 56px !important;
  }
  .u-pr-60-lg,
.u-px-60-lg {
    padding-right: 60px !important;
  }
  .u-pr-64-lg,
.u-px-64-lg {
    padding-right: 64px !important;
  }
  .u-pr-68-lg,
.u-px-68-lg {
    padding-right: 68px !important;
  }
  .u-pr-72-lg,
.u-px-72-lg {
    padding-right: 72px !important;
  }
  .u-pr-76-lg,
.u-px-76-lg {
    padding-right: 76px !important;
  }
  .u-pr-80-lg,
.u-px-80-lg {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-px-auto-xl {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-pt-0-xl,
.u-py-0-xl {
    padding-top: 0px !important;
  }
  .u-pt-4-xl,
.u-py-4-xl {
    padding-top: 4px !important;
  }
  .u-pt-8-xl,
.u-py-8-xl {
    padding-top: 8px !important;
  }
  .u-pt-12-xl,
.u-py-12-xl {
    padding-top: 12px !important;
  }
  .u-pt-16-xl,
.u-py-16-xl {
    padding-top: 16px !important;
  }
  .u-pt-20-xl,
.u-py-20-xl {
    padding-top: 20px !important;
  }
  .u-pt-24-xl,
.u-py-24-xl {
    padding-top: 24px !important;
  }
  .u-pt-28-xl,
.u-py-28-xl {
    padding-top: 28px !important;
  }
  .u-pt-32-xl,
.u-py-32-xl {
    padding-top: 32px !important;
  }
  .u-pt-36-xl,
.u-py-36-xl {
    padding-top: 36px !important;
  }
  .u-pt-40-xl,
.u-py-40-xl {
    padding-top: 40px !important;
  }
  .u-pt-44-xl,
.u-py-44-xl {
    padding-top: 44px !important;
  }
  .u-pt-48-xl,
.u-py-48-xl {
    padding-top: 48px !important;
  }
  .u-pt-52-xl,
.u-py-52-xl {
    padding-top: 52px !important;
  }
  .u-pt-56-xl,
.u-py-56-xl {
    padding-top: 56px !important;
  }
  .u-pt-60-xl,
.u-py-60-xl {
    padding-top: 60px !important;
  }
  .u-pt-64-xl,
.u-py-64-xl {
    padding-top: 64px !important;
  }
  .u-pt-68-xl,
.u-py-68-xl {
    padding-top: 68px !important;
  }
  .u-pt-72-xl,
.u-py-72-xl {
    padding-top: 72px !important;
  }
  .u-pt-76-xl,
.u-py-76-xl {
    padding-top: 76px !important;
  }
  .u-pt-80-xl,
.u-py-80-xl {
    padding-top: 80px !important;
  }
  .u-pb-0-xl,
.u-py-0-xl {
    padding-bottom: 0px !important;
  }
  .u-pb-4-xl,
.u-py-4-xl {
    padding-bottom: 4px !important;
  }
  .u-pb-8-xl,
.u-py-8-xl {
    padding-bottom: 8px !important;
  }
  .u-pb-12-xl,
.u-py-12-xl {
    padding-bottom: 12px !important;
  }
  .u-pb-16-xl,
.u-py-16-xl {
    padding-bottom: 16px !important;
  }
  .u-pb-20-xl,
.u-py-20-xl {
    padding-bottom: 20px !important;
  }
  .u-pb-24-xl,
.u-py-24-xl {
    padding-bottom: 24px !important;
  }
  .u-pb-28-xl,
.u-py-28-xl {
    padding-bottom: 28px !important;
  }
  .u-pb-32-xl,
.u-py-32-xl {
    padding-bottom: 32px !important;
  }
  .u-pb-36-xl,
.u-py-36-xl {
    padding-bottom: 36px !important;
  }
  .u-pb-40-xl,
.u-py-40-xl {
    padding-bottom: 40px !important;
  }
  .u-pb-44-xl,
.u-py-44-xl {
    padding-bottom: 44px !important;
  }
  .u-pb-48-xl,
.u-py-48-xl {
    padding-bottom: 48px !important;
  }
  .u-pb-52-xl,
.u-py-52-xl {
    padding-bottom: 52px !important;
  }
  .u-pb-56-xl,
.u-py-56-xl {
    padding-bottom: 56px !important;
  }
  .u-pb-60-xl,
.u-py-60-xl {
    padding-bottom: 60px !important;
  }
  .u-pb-64-xl,
.u-py-64-xl {
    padding-bottom: 64px !important;
  }
  .u-pb-68-xl,
.u-py-68-xl {
    padding-bottom: 68px !important;
  }
  .u-pb-72-xl,
.u-py-72-xl {
    padding-bottom: 72px !important;
  }
  .u-pb-76-xl,
.u-py-76-xl {
    padding-bottom: 76px !important;
  }
  .u-pb-80-xl,
.u-py-80-xl {
    padding-bottom: 80px !important;
  }
  .u-pl-0-xl,
.u-px-0-xl {
    padding-left: 0px !important;
  }
  .u-pl-4-xl,
.u-px-4-xl {
    padding-left: 4px !important;
  }
  .u-pl-8-xl,
.u-px-8-xl {
    padding-left: 8px !important;
  }
  .u-pl-12-xl,
.u-px-12-xl {
    padding-left: 12px !important;
  }
  .u-pl-16-xl,
.u-px-16-xl {
    padding-left: 16px !important;
  }
  .u-pl-20-xl,
.u-px-20-xl {
    padding-left: 20px !important;
  }
  .u-pl-24-xl,
.u-px-24-xl {
    padding-left: 24px !important;
  }
  .u-pl-28-xl,
.u-px-28-xl {
    padding-left: 28px !important;
  }
  .u-pl-32-xl,
.u-px-32-xl {
    padding-left: 32px !important;
  }
  .u-pl-36-xl,
.u-px-36-xl {
    padding-left: 36px !important;
  }
  .u-pl-40-xl,
.u-px-40-xl {
    padding-left: 40px !important;
  }
  .u-pl-44-xl,
.u-px-44-xl {
    padding-left: 44px !important;
  }
  .u-pl-48-xl,
.u-px-48-xl {
    padding-left: 48px !important;
  }
  .u-pl-52-xl,
.u-px-52-xl {
    padding-left: 52px !important;
  }
  .u-pl-56-xl,
.u-px-56-xl {
    padding-left: 56px !important;
  }
  .u-pl-60-xl,
.u-px-60-xl {
    padding-left: 60px !important;
  }
  .u-pl-64-xl,
.u-px-64-xl {
    padding-left: 64px !important;
  }
  .u-pl-68-xl,
.u-px-68-xl {
    padding-left: 68px !important;
  }
  .u-pl-72-xl,
.u-px-72-xl {
    padding-left: 72px !important;
  }
  .u-pl-76-xl,
.u-px-76-xl {
    padding-left: 76px !important;
  }
  .u-pl-80-xl,
.u-px-80-xl {
    padding-left: 80px !important;
  }
  .u-pr-0-xl,
.u-px-0-xl {
    padding-right: 0px !important;
  }
  .u-pr-4-xl,
.u-px-4-xl {
    padding-right: 4px !important;
  }
  .u-pr-8-xl,
.u-px-8-xl {
    padding-right: 8px !important;
  }
  .u-pr-12-xl,
.u-px-12-xl {
    padding-right: 12px !important;
  }
  .u-pr-16-xl,
.u-px-16-xl {
    padding-right: 16px !important;
  }
  .u-pr-20-xl,
.u-px-20-xl {
    padding-right: 20px !important;
  }
  .u-pr-24-xl,
.u-px-24-xl {
    padding-right: 24px !important;
  }
  .u-pr-28-xl,
.u-px-28-xl {
    padding-right: 28px !important;
  }
  .u-pr-32-xl,
.u-px-32-xl {
    padding-right: 32px !important;
  }
  .u-pr-36-xl,
.u-px-36-xl {
    padding-right: 36px !important;
  }
  .u-pr-40-xl,
.u-px-40-xl {
    padding-right: 40px !important;
  }
  .u-pr-44-xl,
.u-px-44-xl {
    padding-right: 44px !important;
  }
  .u-pr-48-xl,
.u-px-48-xl {
    padding-right: 48px !important;
  }
  .u-pr-52-xl,
.u-px-52-xl {
    padding-right: 52px !important;
  }
  .u-pr-56-xl,
.u-px-56-xl {
    padding-right: 56px !important;
  }
  .u-pr-60-xl,
.u-px-60-xl {
    padding-right: 60px !important;
  }
  .u-pr-64-xl,
.u-px-64-xl {
    padding-right: 64px !important;
  }
  .u-pr-68-xl,
.u-px-68-xl {
    padding-right: 68px !important;
  }
  .u-pr-72-xl,
.u-px-72-xl {
    padding-right: 72px !important;
  }
  .u-pr-76-xl,
.u-px-76-xl {
    padding-right: 76px !important;
  }
  .u-pr-80-xl,
.u-px-80-xl {
    padding-right: 80px !important;
  }
}