@charset "UTF-8";
:root {
  --container-padding-x: 5rem;
  --container-max-width: 81.25rem;
  --header-height: 72px;
  --outer-width: 90rem;
}
@media (max-width: 767px) {
  :root {
    --container-padding-x: 1.25rem;
    --header-height: calc(2.6666666667vw*2 + 9.6vw);
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  line-height: 1.3;
  font-family: var(--main-font);
}

h1,
h2,
h3,
h4 {
  line-height: inherit;
  margin: 0;
  font-weight: inherit;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

iframe,
video,
img,
svg {
  height: auto;
  max-width: 100%;
}

b, strong {
  font-weight: bold;
}

iframe,
img {
  vertical-align: bottom;
}

dl,
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.5;
}

#autozip {
  display: none !important;
}

:root {
  --main-font: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --sub-font: "Playball", cursive;
  --bold-font: "Hiragino Kaku Gothic Std";
}

:root {
  --font-color: #19160B;
  --main-color: #D0A900;
  --main-color-dark: #4AA684;
  --accent-color: #CCF5E8;
  --accent-color-dark: #4AA684;
  --bg-color: #FFF9E6;
}

.l-container {
  margin: 0 auto;
  padding: 0 var(--container-padding-x);
  width: 100%;
  max-width: calc(var(--container-max-width) + var(--container-padding-x) * 2);
}

.l-fixed-bottom {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 0;
}
.l-fixed-bottom__inner {
  position: absolute;
  bottom: calc(1rem + 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-title {
  text-align: center;
  font-size: max(12px, 3.125rem);
  font-weight: 800;
  font-family: var(--bold-font);
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .c-title {
    font-size: max(12px, 1.75rem);
  }
}
.p-lp-fv {
  position: relative;
  padding-top: 19.9375rem;
  padding-bottom: 3.9375rem;
}

@media (max-width: 767px) {
  .p-lp-fv {
    background: url(../img/fv-bg-sp.png) center/cover no-repeat;
    padding-top: 2.625rem;
    padding-bottom: 1.9375rem;
  }
}
.p-lp-fv__logo {
  position: absolute;
  top: 0.5625rem;
  left: 1.875rem;
}

@media (max-width: 767px) {
  .p-lp-fv__logo {
    top: 0.75rem;
    left: 0.75rem;
    width: 4.5625rem;
  }
}
.p-lp-fv__logo img {
  width: 10.4375rem;
  display: block;
}

@media (min-width: 768px) {
  .p-lp-fv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.p-lp-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lp-fv__title {
  text-align: center;
}

@media (max-width: 767px) {
  .p-lp-fv__title {
    margin-top: 1.5rem;
  }
}
.p-lp-fv__title img {
  width: 43.0625rem;
}

@media (max-width: 767px) {
  .p-lp-fv__title img {
    width: 20.25rem;
  }
}
.p-lp-fv__list {
  margin-top: 0.875rem;
  max-width: 72.0625rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.125rem;
}

@media (max-width: 767px) {
  .p-lp-fv__list {
    margin-top: 0.75rem;
    max-width: 19.375rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.p-lp-fv__item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}

@media (min-width: 768px) {
  .p-lp-fv__item {
    min-height: 8rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-lp-fv__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0.625rem 0 0.625rem 0.375rem;
  }
}
.p-lp-fv__item-text {
  font-size: max(12px, 1.25rem);
  font-weight: 700;
  display: block;
}

@media (max-width: 767px) {
  .p-lp-fv__item-text {
    font-size: max(12px, 0.875rem);
  }
}
.p-lp-fv__item-img {
  width: 2.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .p-lp-fv__item-img {
    width: 1.5625rem;
  }
}
.p-lp-fv__tag-list {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

@media (max-width: 767px) {
  .p-lp-fv__tag-list {
    margin-top: 0.75rem;
  }
}
.p-lp-fv__tag-item {
  color: #fff;
  border: 0.125rem solid currentColor;
  padding: 0.0625rem 0.5625rem;
  line-height: 2.35;
  border-radius: calc(infinity * 1px);
  font-size: max(12px, 1.0625rem);
  font-weight: 800;
  letter-spacing: 0.095625rem;
}

@media (max-width: 767px) {
  .p-lp-fv__tag-item {
    font-size: max(12px, 0.875rem);
    letter-spacing: -0.04375rem;
  }
}
.p-lp-present {
  background: var(--bg-color);
  padding-top: 4.0625rem;
  padding-bottom: 6.0625rem;
}

@media (max-width: 767px) {
  .p-lp-present {
    padding-top: 1.875rem;
    padding-bottom: 2.3125rem;
  }
}
.p-lp-present__title {
  text-align: center;
}

.p-lp-present__title-en {
  font-family: var(--sub-font);
  font-size: max(12px, 2.1875rem);
}

@media (max-width: 767px) {
  .p-lp-present__title-en {
    font-size: max(12px, 1.375rem);
    line-height: 2;
  }
}
.p-lp-present__title-jp {
  font-size: max(12px, 4.6875rem);
  font-weight: 900;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  font-family: var(--bold-font);
}

@media (max-width: 767px) {
  .p-lp-present__title-jp {
    font-size: max(12px, 1.5rem);
  }
}
.p-lp-present__list {
  margin-top: 2.125rem;
  display: grid;
  gap: 3.25rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .p-lp-present__list {
    gap: 1.5rem;
  }
}
.p-lp-present__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

@media (max-width: 767px) {
  .p-lp-present__item {
    gap: 0.9375rem;
  }
}
.p-lp-present__item-number {
  font-size: max(12px, 1rem);
  font-weight: 700;
  color: #fff;
  background: url(../img/present-number-bg.png) center/cover no-repeat;
  aspect-ratio: 76/77;
  text-align: center;
  line-height: 1.8;
  padding-top: 1.25rem;
  width: 4.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .p-lp-present__item-number {
    padding-top: 0.625rem;
    width: 3.75rem;
    aspect-ratio: 60/66;
    font-size: max(12px, 1rem);
    line-height: 1.1;
  }
}
.p-lp-present__item-sentense-text {
  font-size: max(12px, 2.5rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-family: var(--bold-font);
}

@media (max-width: 767px) {
  .p-lp-present__item-sentense-text {
    font-size: max(12px, 1.25rem);
  }
}
.p-lp-present__item-sentense-text span {
  color: #fe1919;
}

.p-lp-present__item-sentense-text strong {
  color: #fe1919;
  font-size: max(12px, 6rem);
  font-weight: 900;
  letter-spacing: -0.2em;
  -webkit-transform: skewX(-6deg);
          transform: skewX(-6deg);
  display: inline-block;
  margin-left: -0.15em;
}

@media (max-width: 767px) {
  .p-lp-present__item-sentense-text strong {
    font-size: max(12px, 2.1875rem);
  }
}
.p-lp-present__item-sentense-text small {
  font-size: max(12px, 1.5625rem);
  color: #fe1919;
  font-weight: 800;
  letter-spacing: -0.1em;
  -webkit-transform: skewX(-6deg);
          transform: skewX(-6deg);
  display: inline-block;
  padding-inline: 0.7em 0.4em;
}

@media (max-width: 767px) {
  .p-lp-present__item-sentense-text small {
    font-size: max(12px, 0.625rem);
  }
}
@media (min-width: 768px) {
  .p-lp-present__item-sentense-text--2 {
    margin-top: -2.5rem;
  }
}
.p-lp-present__item-sentense-note {
  font-size: max(12px, 1.4375rem);
  font-weight: 300;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .p-lp-present__item-sentense-note {
    font-size: max(12px, 0.875rem);
  }
}
.p-lp-philosophy {
  background: linear-gradient(0deg, rgba(208, 169, 0, 0.5) 0%, rgba(208, 169, 0, 0.5) 100%), linear-gradient(290deg, #D0A900 5.22%, #E7D173 27.55%, #FFF9E6 45.96%, #FFF9E6 45.96%, #E7D173 68.29%, #D0A900 83.57%);
  padding-top: 5.5rem;
  padding-bottom: 7.625rem;
}

@media (max-width: 767px) {
  .p-lp-philosophy {
    padding-top: 3.625rem;
    padding-bottom: 1.875rem;
  }
}
.p-lp-philosophy__text {
  text-align: center;
  color: #fff;
  margin-top: 0.9375rem;
  font-size: max(12px, 1.875rem);
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .p-lp-philosophy__text {
    font-size: max(12px, 0.875rem);
  }
}
.p-lp-philosophy__list {
  margin-top: 3.625rem;
  gap: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .p-lp-philosophy__list {
    margin-top: 2.625rem;
    gap: 0.5rem 1.375rem;
  }
}
.p-lp-philosophy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  padding: 1.75rem;
  width: 14.5rem;
}

@media (max-width: 767px) {
  .p-lp-philosophy__item {
    width: 7.5rem;
    height: 7.5rem;
    padding: 1rem;
  }
}
.p-lp-philosophy__item:nth-child(1) .p-lp-philosophy__item-img {
  margin-top: 0.875rem;
  width: 3.375rem;
}

@media (max-width: 767px) {
  .p-lp-philosophy__item:nth-child(1) .p-lp-philosophy__item-img {
    margin-top: 0.1875rem;
    width: 1.65625rem;
  }
}
.p-lp-philosophy__item:nth-child(2) .p-lp-philosophy__item-img {
  width: 4.3125rem;
}

@media (max-width: 767px) {
  .p-lp-philosophy__item:nth-child(2) .p-lp-philosophy__item-img {
    width: 2.25rem;
    margin-top: 0.125rem;
  }
}
.p-lp-philosophy__item:nth-child(3) .p-lp-philosophy__item-img {
  margin-top: 0.1875rem;
  width: 4.4375rem;
}

@media (max-width: 767px) {
  .p-lp-philosophy__item:nth-child(3) .p-lp-philosophy__item-img {
    margin-top: 0;
    width: 2.4375rem;
  }
}
.p-lp-philosophy__item:nth-child(4) .p-lp-philosophy__item-img {
  margin-top: 0.625rem;
  width: 3.75rem;
}

@media (max-width: 767px) {
  .p-lp-philosophy__item:nth-child(4) .p-lp-philosophy__item-img {
    margin-top: 0.3125rem;
    width: 1.9375rem;
  }
}
.p-lp-philosophy__item:nth-child(5) .p-lp-philosophy__item-img {
  width: 5.375rem;
}

@media (max-width: 767px) {
  .p-lp-philosophy__item:nth-child(5) .p-lp-philosophy__item-img {
    margin-top: 0.375rem;
    width: 2rem;
  }
}
.p-lp-philosophy__item-text {
  font-size: max(12px, 1.25rem);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  min-height: 3lh;
}

@media (max-width: 767px) {
  .p-lp-philosophy__item-text {
    font-size: max(12px, 0.875rem);
    min-height: unset;
    line-height: 1.3;
  }
}
.p-lp-person {
  background: var(--bg-color);
  padding-top: 6.9375rem;
  padding-bottom: 9.0625rem;
}

@media (max-width: 767px) {
  .p-lp-person {
    padding-top: 2.25rem;
    padding-bottom: 4rem;
  }
}
.p-lp-person__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

@media (max-width: 767px) {
  .p-lp-person__list {
    margin-top: 2.25rem;
    gap: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-lp-person__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .p-lp-person__item {
    width: 17.1875rem;
  }
}
.p-lp-person__item-img {
  width: 100%;
}

.p-lp-person__item-sentense {
  background: #F1C725;
  padding: 2.5rem 1rem 2.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 767px) {
  .p-lp-person__item-sentense {
    padding: 1rem 0.75rem 1rem;
  }
}
.p-lp-person__item-title {
  font-size: max(12px, 1.8125rem);
  font-weight: 800;
  line-height: 1.17;
  color: #fff;
}

@media (max-width: 767px) {
  .p-lp-person__item-title {
    font-size: max(12px, 1.1875rem);
  }
}
.p-lp-person__item-text {
  padding-inline: 1rem;
  margin-top: 1.5625rem;
  font-size: max(12px, 1.1875rem);
  font-weight: 400;
  line-height: 1.9;
  color: #fff;
}

@media (max-width: 767px) {
  .p-lp-person__item-text {
    font-size: max(12px, 0.875rem);
    margin-top: 0;
    line-height: 1.3;
  }
}
.p-lp-message {
  background: linear-gradient(0deg, rgba(192, 156, 0, 0.81) 0%, rgba(192, 156, 0, 0.81) 100%), linear-gradient(290deg, #D0A900 5.22%, #E7D173 27.55%, #FFF9E6 45.96%, #FFF9E6 45.96%, #E7D173 68.29%, #D0A900 83.57%);
  padding-top: 5.5rem;
  padding-bottom: 8.1875rem;
}

@media (max-width: 767px) {
  .p-lp-message {
    padding-top: 2.5rem;
    padding-bottom: 1.625rem;
  }
}
.p-lp-message__inner {
  margin-top: 2.125rem;
  display: grid;
  grid-template-columns: 681fr 368fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5rem;
  max-width: 66.125rem;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .p-lp-message__inner {
    grid-template-columns: 1fr;
    gap: 1.375rem;
  }
}
@media (min-width: 768px) {
  .p-lp-message__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .p-lp-message__img {
    text-align: center;
  }
  .p-lp-message__img img {
    max-width: 13.875rem;
  }
}
.p-lp-message__text {
  font-size: max(12px, 1.1875rem);
  color: #fff;
  line-height: 1.79;
  font-weight: 400;
}

@media (max-width: 767px) {
  .p-lp-message__text {
    font-size: max(12px, 0.875rem);
    line-height: 1.9;
  }
}
.p-lp-knowledge {
  padding-top: 5.5rem;
  padding-bottom: 9.75rem;
}

@media (max-width: 767px) {
  .p-lp-knowledge {
    padding-top: 2.625rem;
    padding-bottom: 3.1875rem;
  }
}
.p-lp-knowledge__text {
  text-align: center;
  font-size: max(12px, 1.875rem);
  margin-top: 2.5rem;
  font-weight: 600;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .p-lp-knowledge__text {
    margin-top: 1.25rem;
    font-size: max(12px, 0.875rem);
  }
}
.p-lp-knowledge__list {
  margin-top: 5.5rem;
  display: grid;
  gap: 2.125rem;
}

@media (max-width: 767px) {
  .p-lp-knowledge__list {
    margin-top: 1.875rem;
  }
}
.p-lp-knowledge__list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.125rem;
}

@media (max-width: 767px) {
  .p-lp-knowledge__list-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-lp-knowledge__item {
  -webkit-box-shadow: 0px 4px 14px rgba(208, 169, 0, 0.3);
          box-shadow: 0px 4px 14px rgba(208, 169, 0, 0.3);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 2rem 1.5rem 2rem 3.3125rem;
  width: calc(33.3333333333% - 0.7083333333rem);
  max-width: 21.3125rem;
}

@media (max-width: 767px) {
  .p-lp-knowledge__item {
    width: 100%;
  }
}
.p-lp-knowledge__item-number {
  background: var(--GOLO, linear-gradient(-1deg, #d0a900 45.22%, #e7d173 49.55%, #fff9e6 50%, #fff9e6 50%, #e7d173 51.29%, #d0a900 53.57%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: max(12px, 4.9375rem);
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

.p-lp-knowledge__item-text {
  font-size: max(12px, 1.1875rem);
  font-weight: 600;
  line-height: 1.4;
}

.p-lp-cta {
  background: url(../img/cta-bg.png) center/cover no-repeat;
  padding-top: 6.875rem;
  padding-bottom: 8.0625rem;
}

@media (max-width: 767px) {
  .p-lp-cta {
    background-image: url(../img/cta-bg-sp.png);
    padding-top: 5rem;
    padding-bottom: 4.5rem;
  }
}
.p-lp-cta__text {
  margin-top: 6.125rem;
  text-align: center;
  color: #fff;
  font-size: max(12px, 2.375rem);
  font-weight: 600;
  letter-spacing: 0.095rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

@media (max-width: 767px) {
  .p-lp-cta__text {
    margin-top: 3rem;
    font-size: max(12px, 1.25rem);
    letter-spacing: 0.0525rem;
    gap: 0.75rem;
  }
}
.p-lp-cta__text::before, .p-lp-cta__text::after {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.8lh;
  background: currentColor;
}

@media (max-width: 767px) {
  .p-lp-cta__text::before, .p-lp-cta__text::after {
    width: 0.1875rem;
  }
}
.p-lp-cta__text::before {
  rotate: -40deg;
}

.p-lp-cta__text::after {
  rotate: 40deg;
}

@media (max-width: 767px) {
  .p-lp-cta__text {
    margin-top: 2.5rem;
  }
}
.p-lp-cta__btn-wrap {
  text-align: center;
  margin-top: 2.25rem;
}

@media (max-width: 767px) {
  .p-lp-cta__btn-wrap {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .p-lp-cta__btn-wrap--sticky-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}
.p-lp-cta__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  color: #fff;
  font-size: max(12px, 1.5rem);
  font-weight: 600;
  border-radius: calc(infinity * 1px);
  background: linear-gradient(94deg, #11ad11 18.1%, #0acd0a 37.67%, #0acd0a 83.92%, #11ad11 107.51%);
  padding: 1.75rem 3.75rem 2.25rem;
  min-width: 32.625rem;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media (max-width: 767px) {
  .p-lp-cta__btn {
    min-width: 0;
    width: 20.4375rem;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
  }
}
.p-lp-cta__btn img {
  width: 6.25rem;
}

@media (max-width: 767px) {
  .p-lp-cta__btn img {
    width: 5.5rem;
  }
}
.p-lp-cta__btn::after {
  content: "";
  display: block;
  width: 2.0625rem;
  height: 1.6875rem;
  background: url(../img/cta-icon-triangle.svg) center/contain no-repeat;
  margin-left: 2.375rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 767px) {
  .p-lp-cta__btn::after {
    margin-left: 0;
  }
}
.p-lp-cta__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: left 0.8s ease;
  transition: left 0.8s ease;
}

.p-lp-cta__btn:hover {
  opacity: 1;
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
  -webkit-box-shadow: 0 0.5rem 0.9375rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 0.9375rem rgba(0, 0, 0, 0.3);
}

.p-lp-cta__btn:hover::after {
  -webkit-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem);
}

.p-lp-cta__btn:hover::before {
  left: 100%;
}

.p-lp-cta__btn-text {
  font-size: max(12px, 3rem);
  font-family: var(--bold-font);
}

@media (max-width: 767px) {
  .p-lp-cta__btn-text {
    font-size: max(12px, 2rem);
  }
}
.p-lp-cta__btn-text small {
  display: block;
  font-size: max(12px, 1.6875rem);
  letter-spacing: 0.10125rem;
}

@media (max-width: 767px) {
  .p-lp-cta__btn-text small {
    font-size: max(12px, 1.1875rem);
  }
}
.p-lp-charm {
  background: var(--bg-color);
  padding-top: 5.5rem;
  padding-bottom: 6.3125rem;
}

@media (max-width: 767px) {
  .p-lp-charm {
    padding-top: 5rem;
    padding-bottom: 7.375rem;
  }
}
.p-lp-charm__text {
  text-align: center;
  margin-top: 2.5rem;
  font-size: max(12px, 1.875rem);
  line-height: 1.8;
  font-weight: 600;
}

@media (max-width: 767px) {
  .p-lp-charm__text {
    margin-top: 0.4375rem;
    font-size: max(12px, 0.875rem);
  }
}
.p-lp-charm__list {
  margin-top: 7.875rem;
  display: grid;
  gap: 3.9375rem;
}

@media (max-width: 767px) {
  .p-lp-charm__list {
    margin-top: 3.5rem;
    gap: 1.6875rem;
  }
}
.p-lp-charm__list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.4375rem;
}

@media (max-width: 767px) {
  .p-lp-charm__list-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-lp-charm__item {
  width: 35.1875rem;
  background: #fff;
  position: relative;
  padding: 2.9375rem 2.5rem 2.5rem;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(208, 169, 0, 0.3));
          filter: drop-shadow(0px 4px 4px rgba(208, 169, 0, 0.3));
}

@media (max-width: 767px) {
  .p-lp-charm__item {
    width: 20rem;
    padding: 1rem 1.375rem 1.8125rem;
  }
}
.p-lp-charm__item-number {
  position: absolute;
  top: -1.875rem;
  left: -0.875rem;
  width: 7.625rem;
  height: 8.6875rem;
  background: url(../img/charm-number-bg.png) center/contain no-repeat;
  display: block;
  text-align: center;
  padding-top: 1.5rem;
  font-size: max(12px, 4.5rem);
  font-family: "Oswald", sans-serif;
  color: #fff;
  line-height: 1;
}

@media (max-width: 767px) {
  .p-lp-charm__item-number {
    top: -1.25rem;
    left: -0.25rem;
    width: 4rem;
    height: 5.125rem;
    font-size: max(12px, 2.1875rem);
    padding-top: 1.125rem;
  }
}
.p-lp-charm__item-number::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4375rem;
  background: url(../img/charm-number-icon-triangle.svg) center/contain no-repeat;
  position: absolute;
  top: 0.5rem;
  left: 100%;
}

@media (max-width: 767px) {
  .p-lp-charm__item-number::after {
    width: 0.73125rem;
    height: 0.85rem;
  }
}
.p-lp-charm__item-title {
  font-size: max(12px, 2.4375rem);
  font-weight: 800;
  line-height: 1.28;
  color: var(--main-color);
  padding-left: 6.5rem;
  min-height: 2lh;
}

@media (max-width: 767px) {
  .p-lp-charm__item-title {
    padding-left: 3.75rem;
    font-size: max(12px, 1.5rem);
  }
}
.p-lp-charm__item-text {
  margin-top: 0.375rem;
  font-size: max(12px, 1.1875rem);
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .p-lp-charm__item-text {
    font-size: max(12px, 0.875rem);
  }
}
.p-lp-career {
  padding-top: 6.0625rem;
  padding-bottom: 7.5625rem;
  background: url(../img/career-bg.png) center/cover no-repeat;
}

@media (max-width: 767px) {
  .p-lp-career {
    padding-top: 3.75rem;
    padding-bottom: 2.5625rem;
    background-image: url(../img/career-bg-sp.png);
  }
}
.p-lp-career__text {
  margin-top: 1.625rem;
  font-size: max(12px, 1.75rem);
  font-weight: 600;
  line-height: 1.92;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  word-break: auto-phrase;
}

@media (max-width: 767px) {
  .p-lp-career__text {
    margin-top: 1.125rem;
    font-size: max(12px, 0.875rem);
    letter-spacing: 0;
    font-weight: 700;
  }
}
.p-lp-salary {
  padding-top: 5.5rem;
  padding-bottom: 8.1875rem;
}

@media (max-width: 767px) {
  .p-lp-salary {
    padding-top: 2.8125rem;
    padding-bottom: 4.5rem;
  }
}
.p-lp-salary__text {
  margin-top: 2.5rem;
  text-align: center;
  font-size: max(12px, 1.875rem);
  font-weight: 600;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .p-lp-salary__text {
    margin-top: 1.25rem;
    font-size: max(12px, 0.875rem);
    line-height: 1.92;
  }
}
.p-lp-salary__box {
  margin-top: 6.8125rem;
  max-width: 61.875rem;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .p-lp-salary__box {
    margin-top: 2.5rem;
  }
}
.p-lp-salary__box-title {
  font-size: max(12px, 2.625rem);
  color: #fff;
  font-family: var(--bold-font);
  font-weight: 800;
  letter-spacing: 0.23625rem;
  background: var(--main-color);
  text-align: center;
  padding: 1.625rem;
}

@media (max-width: 767px) {
  .p-lp-salary__box-title {
    font-size: max(12px, 1.5625rem);
  }
}
.p-lp-salary__box-inner {
  background: rgba(255, 249, 230, 0.4);
  padding: 3.5rem 0.6875rem;
  display: grid;
  gap: 2.5rem;
}

@media (max-width: 767px) {
  .p-lp-salary__box-inner {
    padding-block: 1.8125rem;
    gap: 0.75rem;
  }
}
.p-lp-salary__case {
  display: grid;
  grid-template-columns: 146fr 600fr;
  max-width: 46.25rem;
  margin-inline: auto;
  gap: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .p-lp-salary__case {
    grid-template-columns: 3.75rem auto;
    gap: 0.5rem;
  }
}
.p-lp-salary__case-title {
  font-size: max(12px, 2rem);
  font-weight: 600;
  line-height: 1.56;
}

@media (max-width: 767px) {
  .p-lp-salary__case-title {
    font-size: max(12px, 1.0625rem);
  }
}
.p-lp-salary__case-img {
  width: 100%;
}

.p-lp-salary__case-text {
  line-height: 1.6;
  font-weight: 500;
  font-size: max(12px, 1.5rem);
}

@media (max-width: 767px) {
  .p-lp-salary__case-text {
    font-size: max(12px, 0.875rem);
  }
}
.p-lp-salary__case-text strong {
  font-weight: 600;
  color: #FE1919;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .p-lp-salary__case-text strong {
    font-size: max(12px, 0.875rem);
  }
}
.p-lp-salary__box-note {
  font-size: max(12px, 1.1875rem);
  text-align: center;
  line-height: 1.8;
  font-weight: 100;
}

@media (max-width: 767px) {
  .p-lp-salary__box-note {
    font-size: max(12px, 0.75rem);
  }
}
.p-lp-staff {
  background: linear-gradient(0deg, rgba(208, 169, 0, 0.6) 0%, rgba(208, 169, 0, 0.6) 100%), linear-gradient(290deg, rgba(208, 169, 0, 0.9) 5.22%, rgba(231, 209, 115, 0.9) 27.55%, rgba(255, 249, 230, 0.9) 45.96%, rgba(255, 249, 230, 0.9) 45.96%, rgba(231, 209, 115, 0.9) 68.29%, rgba(208, 169, 0, 0.9) 83.57%);
  padding-top: 6.125rem;
  padding-bottom: 8.5625rem;
}

@media (max-width: 767px) {
  .p-lp-staff {
    padding-top: 2.8125rem;
    padding-bottom: 3.1875rem;
  }
}
.p-lp-staff__text {
  text-align: center;
  color: #fff;
  margin-top: 2.5rem;
  font-size: max(12px, 1.875rem);
  line-height: 1.8;
  font-weight: 600;
}

@media (max-width: 767px) {
  .p-lp-staff__text {
    margin-top: 1.25rem;
    font-size: max(12px, 0.875rem);
    line-height: 1.92;
  }
}
.p-lp-staff__list {
  margin-top: 3.0625rem;
  display: grid;
  gap: 2.5rem;
  max-width: 65.625rem;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .p-lp-staff__list {
    gap: 3.4375rem;
  }
}
.p-lp-staff__item {
  position: relative;
}

@media (min-width: 768px) {
  .p-lp-staff__item {
    padding-right: 21.4375rem;
    min-height: 26.875rem;
  }
}
.p-lp-staff__item-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}

@media (max-width: 767px) {
  .p-lp-staff__item-name-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-lp-staff__item-name {
  background: #BD9A02;
  color: #fff;
  font-size: max(12px, 2.3125rem);
  display: inline-block;
  font-family: var(--bold-font);
  padding-inline: 1.25rem;
  line-height: 2.67;
  letter-spacing: 0.20625rem;
}

@media (max-width: 767px) {
  .p-lp-staff__item-name {
    position: relative;
    font-size: max(12px, 1.75rem);
    letter-spacing: 0.1575rem;
    line-height: 3.53;
    width: calc(100% - 3.5625rem);
    padding-right: 3.375rem;
  }
}
.p-lp-staff__item-career {
  color: #fff;
  font-size: max(12px, 1.25rem);
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-lp-staff__item-career {
    font-size: max(12px, 0.875rem);
  }
}
.p-lp-staff__item-text {
  margin-top: 1.875rem;
  font-size: max(12px, 1.4375rem);
  line-height: 1.87;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  .p-lp-staff__item-text {
    font-size: max(12px, 0.875rem);
    line-height: 1.9;
  }
}
.p-lp-staff__item-img {
  position: absolute;
  right: 0;
  width: 19.8125rem;
}

@media (min-width: 768px) {
  .p-lp-staff__item-img {
    top: 50%;
    translate: 0 -50%;
  }
}
@media (max-width: 767px) {
  .p-lp-staff__item-img {
    width: 7.8125rem;
    right: -3.5625rem;
    bottom: -0.625rem;
  }
}
.p-lp-flow {
  padding-top: 4.875rem;
  padding-bottom: 5.125rem;
}

@media (max-width: 767px) {
  .p-lp-flow {
    padding-bottom: 2.5rem;
  }
}
.p-lp-flow__list {
  margin-top: 3.9375rem;
  max-width: 56.6875rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.25rem 1.8125rem;
}

@media (max-width: 767px) {
  .p-lp-flow__list {
    grid-template-columns: 1fr;
  }
}
.p-lp-flow__item {
  border-radius: 0.875rem;
  border: 0.125rem solid var(--main-color);
  background: #fff;
  padding: 1.875rem 2.8125rem;
  min-height: 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.p-lp-flow__item-number {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  background: var(--main-color);
  color: #fff;
  border-radius: 50%;
  width: 3.375rem;
  height: 3.375rem;
  font-size: 1.8125rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Oswald", sans-serif;
}

.p-lp-flow__item-text {
  font-size: 1.875rem;
  color: #7D6500;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.p-lp-flow__item-text small {
  display: block;
  font-size: max(12px, 0.875rem);
  line-height: 3;
}

.p-lp-flow__text {
  margin-top: 4.625rem;
  font-size: max(12px, 1.875rem);
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
  word-break: auto-phrase;
}

@media (max-width: 767px) {
  .p-lp-flow__text {
    margin-top: 3.5rem;
    font-size: max(12px, 0.875rem);
    line-height: 1.9;
  }
}
.p-lp-flow__note {
  margin-top: 1.0625rem;
  font-size: max(12px, 1.375rem);
  line-height: 1.9;
  text-align: center;
  font-weight: 300;
  word-break: auto-phrase;
}

@media (max-width: 767px) {
  .p-lp-flow__note {
    margin-top: 1.25rem;
    font-size: max(12px, 0.875rem);
  }
}
.p-lp-daily {
  position: relative;
  padding-top: 7.3125rem;
  padding-bottom: 7.375rem;
  overflow: clip;
}

.p-lp-daily::before, .p-lp-daily::after {
  content: "";
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  aspect-ratio: 1448/388;
}

.p-lp-daily::before {
  top: 0;
  background-image: url(../img/daily-bg1.png);
  min-width: 42.5625rem;
  left: 0;
}

@media (max-width: 767px) {
  .p-lp-daily::before {
    left: 50%;
    translate: -50% 0;
    margin-top: -1.25rem;
  }
}
.p-lp-daily::after {
  bottom: 0;
  background-image: url(../img/daily-bg2.png);
  min-width: 28.1875rem;
  right: 0;
}

.p-lp-daily__list {
  margin-top: 4.5625rem;
  display: grid;
  gap: 9rem;
  max-width: 61.875rem;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .p-lp-daily__list {
    margin-top: 2.3125rem;
    gap: 3.0625rem;
  }
}
.p-lp-daily__item {
  display: grid;
  grid-template-columns: 423fr 510fr;
  gap: 3.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .p-lp-daily__item {
    grid-template-columns: 1fr;
    gap: 1.4375rem;
  }
}
.p-lp-daily__item:last-of-type .p-lp-daily__item-sentense::after {
  display: none;
}

.p-lp-daily__item-img {
  -webkit-box-shadow: 0.5rem 0.5625rem 0 0 rgba(125, 101, 0, 0.12);
          box-shadow: 0.5rem 0.5625rem 0 0 rgba(125, 101, 0, 0.12);
}

@media (max-width: 767px) {
  .p-lp-daily__item-img {
    -webkit-box-shadow: 0.4375rem 0.3125rem 0 0 rgba(125, 101, 0, 0.12);
            box-shadow: 0.4375rem 0.3125rem 0 0 rgba(125, 101, 0, 0.12);
  }
}
.p-lp-daily__item-sentense {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .p-lp-daily__item-sentense::after {
    content: "";
    display: block;
    width: 0.125rem;
    height: 12rem;
    background: #7d6500;
    position: absolute;
    top: calc(100% - 2.1875rem);
    left: 50%;
    translate: -50% 0;
  }
}
.p-lp-daily__item-title {
  font-size: max(12px, 2.1875rem);
  font-family: var(--bold-font);
}

@media (max-width: 767px) {
  .p-lp-daily__item-title {
    font-size: max(12px, 1.3125rem);
  }
}
.p-lp-daily__item-title span {
  color: var(--main-color);
  margin-right: 1em;
}

.p-lp-daily__item-text {
  margin-top: 0.125rem;
  font-size: max(12px, 1.125rem);
  line-height: 1.9;
  letter-spacing: 0.01125rem;
}

@media (max-width: 767px) {
  .p-lp-daily__item-text {
    font-size: max(12px, 1rem);
  }
}
.p-lp-conditions {
  background: linear-gradient(0deg, rgba(208, 169, 0, 0.3) 0%, rgba(208, 169, 0, 0.3) 100%), linear-gradient(290deg, #D0A900 5.22%, #E7D173 27.55%, #FFF9E6 45.96%, #FFF9E6 45.96%, #E7D173 68.29%, #D0A900 83.57%);
  padding-top: 5.5rem;
  padding-bottom: 10.125rem;
}

@media (max-width: 767px) {
  .p-lp-conditions {
    padding-top: 3.625rem;
    padding-bottom: 4.8125rem;
  }
}
.p-lp-conditions__list {
  margin-top: 2.875rem;
  max-width: 60.0625rem;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .p-lp-conditions__list {
    margin-top: 1.5rem;
  }
}
.p-lp-conditions__item {
  display: grid;
  grid-template-columns: 13.5rem 1fr;
}

@media (max-width: 767px) {
  .p-lp-conditions__item {
    grid-template-columns: 4.75rem 1fr;
  }
}
.p-lp-conditions__item-title {
  background: var(--main-color);
  color: #fff;
  padding-inline: 0.75rem;
  font-size: max(12px, 0.9375rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 3;
}

@media (max-width: 767px) {
  .p-lp-conditions__item-title {
    font-size: max(12px, 0.875rem);
    font-weight: 700;
    padding: 0.125rem 0.375rem 0.625rem;
    line-height: 1.9;
  }
}
.p-lp-conditions__item-title:where(.p-lp-conditions__item:nth-child(2n) .p-lp-conditions__item-title) {
  background: #C09C00;
}

.p-lp-conditions__item-text {
  background: #fff;
  font-size: max(12px, 0.9375rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  padding: 0 0.625rem 0 1rem;
  line-height: 3;
}

@media (max-width: 767px) {
  .p-lp-conditions__item-text {
    font-size: max(12px, 0.875rem);
    padding: 0.375rem 0.5625rem 0.625rem;
    line-height: 1.4;
  }
  .p-lp-conditions__item-text span {
    display: inline-block;
  }
}
.p-lp-conditions__item-text:where(.p-lp-conditions__item:nth-child(2n) .p-lp-conditions__item-text) {
  background: rgba(255, 255, 255, 0.92);
}

.p-lp-company {
  background: #f6f6f6;
  padding-top: 4.875rem;
  padding-bottom: 6.0625rem;
}

@media (max-width: 767px) {
  .p-lp-company {
    padding-top: 3.625rem;
    padding-bottom: 2.5rem;
  }
}
.p-lp-company__list {
  margin-top: 2.5rem;
  max-width: 60.0625rem;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .p-lp-company__list {
    margin-top: 1.5rem;
  }
}
.p-lp-company__item {
  display: grid;
  grid-template-columns: 13.5rem 1fr;
}

@media (max-width: 767px) {
  .p-lp-company__item {
    grid-template-columns: 4.25rem 1fr;
  }
}
.p-lp-company__item-title {
  background: var(--bg-color);
  padding-inline: 0.75rem;
  font-size: max(12px, 0.9375rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 3;
}

@media (max-width: 767px) {
  .p-lp-company__item-title {
    font-size: max(12px, 0.875rem);
    font-weight: 700;
    padding: 1rem 0.625rem;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 2.5rem;
  }
}
.p-lp-company__item-title:where(.p-lp-company__item:nth-child(2n) .p-lp-company__item-title) {
  background: rgba(255, 211, 53, 0.34);
}

.p-lp-company__item-text {
  background: #fff;
  font-size: max(12px, 0.9375rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  padding: 0 0.625rem 0 1rem;
  line-height: 3;
}

@media (max-width: 767px) {
  .p-lp-company__item-text {
    font-size: max(12px, 0.875rem);
    padding: 1rem 0.625rem;
    line-height: 1.4;
  }
  .p-lp-company__item-text span {
    display: inline-block;
  }
}
.p-lp-question {
  background: var(--bg-color);
  padding-top: 4.625rem;
  padding-bottom: 5.9375rem;
}

@media (max-width: 767px) {
  .p-lp-question {
    padding-top: 2.875rem;
    padding-bottom: 5rem;
  }
}
.p-lp-question__inner {
  margin-top: 2rem;
  max-width: 41.3125rem;
  margin-inline: auto;
  display: grid;
  gap: 0.9375rem;
}

@media (max-width: 767px) {
  .p-lp-question__inner {
    margin-top: 1.5rem;
  }
}
.p-lp-question__item {
  background: #fff;
  border-radius: 2.8125rem;
  border: 0.125rem solid;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-lp-question__item-title {
  padding: 1.25rem 4.125rem;
  list-style: none;
  font-size: max(12px, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.075rem;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-lp-question__item-title {
    font-size: max(12px, 0.875rem);
    padding: 1.125rem 3.4375rem 1.125rem 2.0625rem;
    letter-spacing: 0.0525rem;
  }
}
.p-lp-question__item-title::before, .p-lp-question__item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.125rem;
  translate: 0 -50%;
  height: 0.125rem;
  width: 1.625rem;
  background: currentColor;
  -webkit-transition: rotate 0.3s ease-in-out;
  transition: rotate 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .p-lp-question__item-title::before, .p-lp-question__item-title::after {
    width: 1.25rem;
    right: 1.25rem;
  }
}
.p-lp-question__item-title::after {
  rotate: 90deg;
}

.p-lp-question__item-title:where(.is-open .p-lp-question__item-title)::before {
  rotate: 180deg;
}

.p-lp-question__item-title:where(.is-open .p-lp-question__item-title)::after {
  rotate: 360deg;
}

.p-lp-question__item-inner {
  padding-inline: 4.125rem;
  position: relative;
}

@media (max-width: 767px) {
  .p-lp-question__item-inner {
    padding-inline: 2.0625rem;
  }
}
.p-lp-question__item-text {
  border-top: 0.125rem solid;
  padding-block: 0.9375rem 1.75rem;
  font-size: max(12px, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .p-lp-question__item-text {
    font-size: max(12px, 0.875rem);
    padding-block: 0.625rem 1rem;
    letter-spacing: 0.0525rem;
  }
}
/*=======================
display
=======================*/
.u-d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-d-sm-none {
    display: none !important;
  }
}
.u-bg-main {
  background: var(--main-color);
}

.u-bg-main-light {
  background: var(--main-color) -light;
}

.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-ml-0 {
  margin-left: 0rem !important;
}

.u-my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.u-mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-0 {
    margin-top: 0rem !important;
  }
  .u-mr-sm-0 {
    margin-right: 0rem !important;
  }
  .u-mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-sm-0 {
    margin-left: 0rem !important;
  }
  .u-my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-0 {
    margin-top: 0rem !important;
  }
  .u-mr-md-0 {
    margin-right: 0rem !important;
  }
  .u-mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-md-0 {
    margin-left: 0rem !important;
  }
  .u-my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
.u-mt-1 {
  margin-top: 0.5rem !important;
}

.u-mr-1 {
  margin-right: 0.5rem !important;
}

.u-mb-1 {
  margin-bottom: 0.5rem !important;
}

.u-ml-1 {
  margin-left: 0.5rem !important;
}

.u-my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u-mx-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-sm-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-sm-1 {
    margin-left: 0.5rem !important;
  }
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-md-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-md-1 {
    margin-left: 0.5rem !important;
  }
  .u-my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
.u-mt-2 {
  margin-top: 1rem !important;
}

.u-mr-2 {
  margin-right: 1rem !important;
}

.u-mb-2 {
  margin-bottom: 1rem !important;
}

.u-ml-2 {
  margin-left: 1rem !important;
}

.u-my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-mx-2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-2 {
    margin-top: 1rem !important;
  }
  .u-mr-sm-2 {
    margin-right: 1rem !important;
  }
  .u-mb-sm-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-sm-2 {
    margin-left: 1rem !important;
  }
  .u-my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .u-mx-sm-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-2 {
    margin-top: 1rem !important;
  }
  .u-mr-md-2 {
    margin-right: 1rem !important;
  }
  .u-mb-md-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-md-2 {
    margin-left: 1rem !important;
  }
  .u-my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .u-mx-md-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.u-mt-3 {
  margin-top: 1.5rem !important;
}

.u-mr-3 {
  margin-right: 1.5rem !important;
}

.u-mb-3 {
  margin-bottom: 1.5rem !important;
}

.u-ml-3 {
  margin-left: 1.5rem !important;
}

.u-my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u-mx-3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-sm-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-sm-3 {
    margin-left: 1.5rem !important;
  }
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-md-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-md-3 {
    margin-left: 1.5rem !important;
  }
  .u-my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .u-mx-md-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}
.u-mt-4 {
  margin-top: 2rem !important;
}

.u-mr-4 {
  margin-right: 2rem !important;
}

.u-mb-4 {
  margin-bottom: 2rem !important;
}

.u-ml-4 {
  margin-left: 2rem !important;
}

.u-my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-mx-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-4 {
    margin-top: 2rem !important;
  }
  .u-mr-sm-4 {
    margin-right: 2rem !important;
  }
  .u-mb-sm-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-sm-4 {
    margin-left: 2rem !important;
  }
  .u-my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .u-mx-sm-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-4 {
    margin-top: 2rem !important;
  }
  .u-mr-md-4 {
    margin-right: 2rem !important;
  }
  .u-mb-md-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-md-4 {
    margin-left: 2rem !important;
  }
  .u-my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .u-mx-md-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.u-mt-5 {
  margin-top: 2.5rem !important;
}

.u-mr-5 {
  margin-right: 2.5rem !important;
}

.u-mb-5 {
  margin-bottom: 2.5rem !important;
}

.u-ml-5 {
  margin-left: 2.5rem !important;
}

.u-my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.u-mx-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-sm-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-sm-5 {
    margin-left: 2.5rem !important;
  }
  .u-my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .u-mx-sm-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-md-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-md-5 {
    margin-left: 2.5rem !important;
  }
  .u-my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .u-mx-md-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}
.u-mt-6 {
  margin-top: 3rem !important;
}

.u-mr-6 {
  margin-right: 3rem !important;
}

.u-mb-6 {
  margin-bottom: 3rem !important;
}

.u-ml-6 {
  margin-left: 3rem !important;
}

.u-my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-6 {
    margin-top: 3rem !important;
  }
  .u-mr-sm-6 {
    margin-right: 3rem !important;
  }
  .u-mb-sm-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-sm-6 {
    margin-left: 3rem !important;
  }
  .u-my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .u-mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-6 {
    margin-top: 3rem !important;
  }
  .u-mr-md-6 {
    margin-right: 3rem !important;
  }
  .u-mb-md-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-md-6 {
    margin-left: 3rem !important;
  }
  .u-my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .u-mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
.u-mt-7 {
  margin-top: 3.5rem !important;
}

.u-mr-7 {
  margin-right: 3.5rem !important;
}

.u-mb-7 {
  margin-bottom: 3.5rem !important;
}

.u-ml-7 {
  margin-left: 3.5rem !important;
}

.u-my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.u-mx-7 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-sm-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-sm-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-sm-7 {
    margin-left: 3.5rem !important;
  }
  .u-my-sm-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .u-mx-sm-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-md-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-md-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-md-7 {
    margin-left: 3.5rem !important;
  }
  .u-my-md-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .u-mx-md-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}
.u-mt-8 {
  margin-top: 4rem !important;
}

.u-mr-8 {
  margin-right: 4rem !important;
}

.u-mb-8 {
  margin-bottom: 4rem !important;
}

.u-ml-8 {
  margin-left: 4rem !important;
}

.u-my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.u-mx-8 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-8 {
    margin-top: 4rem !important;
  }
  .u-mr-sm-8 {
    margin-right: 4rem !important;
  }
  .u-mb-sm-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-sm-8 {
    margin-left: 4rem !important;
  }
  .u-my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .u-mx-sm-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-8 {
    margin-top: 4rem !important;
  }
  .u-mr-md-8 {
    margin-right: 4rem !important;
  }
  .u-mb-md-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-md-8 {
    margin-left: 4rem !important;
  }
  .u-my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .u-mx-md-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
.u-mt-9 {
  margin-top: 4.5rem !important;
}

.u-mr-9 {
  margin-right: 4.5rem !important;
}

.u-mb-9 {
  margin-bottom: 4.5rem !important;
}

.u-ml-9 {
  margin-left: 4.5rem !important;
}

.u-my-9 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.u-mx-9 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-sm-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-sm-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-sm-9 {
    margin-left: 4.5rem !important;
  }
  .u-my-sm-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .u-mx-sm-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-md-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-md-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-md-9 {
    margin-left: 4.5rem !important;
  }
  .u-my-md-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .u-mx-md-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
}
.u-mt-10 {
  margin-top: 5rem !important;
}

.u-mr-10 {
  margin-right: 5rem !important;
}

.u-mb-10 {
  margin-bottom: 5rem !important;
}

.u-ml-10 {
  margin-left: 5rem !important;
}

.u-my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.u-mx-10 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-10 {
    margin-top: 5rem !important;
  }
  .u-mr-sm-10 {
    margin-right: 5rem !important;
  }
  .u-mb-sm-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-sm-10 {
    margin-left: 5rem !important;
  }
  .u-my-sm-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-mx-sm-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-10 {
    margin-top: 5rem !important;
  }
  .u-mr-md-10 {
    margin-right: 5rem !important;
  }
  .u-mb-md-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-md-10 {
    margin-left: 5rem !important;
  }
  .u-my-md-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-mx-md-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
.u-mt-11 {
  margin-top: 5.5rem !important;
}

.u-mr-11 {
  margin-right: 5.5rem !important;
}

.u-mb-11 {
  margin-bottom: 5.5rem !important;
}

.u-ml-11 {
  margin-left: 5.5rem !important;
}

.u-my-11 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.u-mx-11 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-11 {
    margin-top: 5.5rem !important;
  }
  .u-mr-sm-11 {
    margin-right: 5.5rem !important;
  }
  .u-mb-sm-11 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-sm-11 {
    margin-left: 5.5rem !important;
  }
  .u-my-sm-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .u-mx-sm-11 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-11 {
    margin-top: 5.5rem !important;
  }
  .u-mr-md-11 {
    margin-right: 5.5rem !important;
  }
  .u-mb-md-11 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-md-11 {
    margin-left: 5.5rem !important;
  }
  .u-my-md-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .u-mx-md-11 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
}
.u-mt-12 {
  margin-top: 6rem !important;
}

.u-mr-12 {
  margin-right: 6rem !important;
}

.u-mb-12 {
  margin-bottom: 6rem !important;
}

.u-ml-12 {
  margin-left: 6rem !important;
}

.u-my-12 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.u-mx-12 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-12 {
    margin-top: 6rem !important;
  }
  .u-mr-sm-12 {
    margin-right: 6rem !important;
  }
  .u-mb-sm-12 {
    margin-bottom: 6rem !important;
  }
  .u-ml-sm-12 {
    margin-left: 6rem !important;
  }
  .u-my-sm-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .u-mx-sm-12 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-12 {
    margin-top: 6rem !important;
  }
  .u-mr-md-12 {
    margin-right: 6rem !important;
  }
  .u-mb-md-12 {
    margin-bottom: 6rem !important;
  }
  .u-ml-md-12 {
    margin-left: 6rem !important;
  }
  .u-my-md-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .u-mx-md-12 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
.u-mt-13 {
  margin-top: 6.5rem !important;
}

.u-mr-13 {
  margin-right: 6.5rem !important;
}

.u-mb-13 {
  margin-bottom: 6.5rem !important;
}

.u-ml-13 {
  margin-left: 6.5rem !important;
}

.u-my-13 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.u-mx-13 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-13 {
    margin-top: 6.5rem !important;
  }
  .u-mr-sm-13 {
    margin-right: 6.5rem !important;
  }
  .u-mb-sm-13 {
    margin-bottom: 6.5rem !important;
  }
  .u-ml-sm-13 {
    margin-left: 6.5rem !important;
  }
  .u-my-sm-13 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .u-mx-sm-13 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-13 {
    margin-top: 6.5rem !important;
  }
  .u-mr-md-13 {
    margin-right: 6.5rem !important;
  }
  .u-mb-md-13 {
    margin-bottom: 6.5rem !important;
  }
  .u-ml-md-13 {
    margin-left: 6.5rem !important;
  }
  .u-my-md-13 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .u-mx-md-13 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
}
.u-mt-14 {
  margin-top: 7rem !important;
}

.u-mr-14 {
  margin-right: 7rem !important;
}

.u-mb-14 {
  margin-bottom: 7rem !important;
}

.u-ml-14 {
  margin-left: 7rem !important;
}

.u-my-14 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.u-mx-14 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-14 {
    margin-top: 7rem !important;
  }
  .u-mr-sm-14 {
    margin-right: 7rem !important;
  }
  .u-mb-sm-14 {
    margin-bottom: 7rem !important;
  }
  .u-ml-sm-14 {
    margin-left: 7rem !important;
  }
  .u-my-sm-14 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .u-mx-sm-14 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-14 {
    margin-top: 7rem !important;
  }
  .u-mr-md-14 {
    margin-right: 7rem !important;
  }
  .u-mb-md-14 {
    margin-bottom: 7rem !important;
  }
  .u-ml-md-14 {
    margin-left: 7rem !important;
  }
  .u-my-md-14 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .u-mx-md-14 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
.u-mt-15 {
  margin-top: 7.5rem !important;
}

.u-mr-15 {
  margin-right: 7.5rem !important;
}

.u-mb-15 {
  margin-bottom: 7.5rem !important;
}

.u-ml-15 {
  margin-left: 7.5rem !important;
}

.u-my-15 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.u-mx-15 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-15 {
    margin-top: 7.5rem !important;
  }
  .u-mr-sm-15 {
    margin-right: 7.5rem !important;
  }
  .u-mb-sm-15 {
    margin-bottom: 7.5rem !important;
  }
  .u-ml-sm-15 {
    margin-left: 7.5rem !important;
  }
  .u-my-sm-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .u-mx-sm-15 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-15 {
    margin-top: 7.5rem !important;
  }
  .u-mr-md-15 {
    margin-right: 7.5rem !important;
  }
  .u-mb-md-15 {
    margin-bottom: 7.5rem !important;
  }
  .u-ml-md-15 {
    margin-left: 7.5rem !important;
  }
  .u-my-md-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .u-mx-md-15 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
}
.u-mt-16 {
  margin-top: 8rem !important;
}

.u-mr-16 {
  margin-right: 8rem !important;
}

.u-mb-16 {
  margin-bottom: 8rem !important;
}

.u-ml-16 {
  margin-left: 8rem !important;
}

.u-my-16 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.u-mx-16 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-16 {
    margin-top: 8rem !important;
  }
  .u-mr-sm-16 {
    margin-right: 8rem !important;
  }
  .u-mb-sm-16 {
    margin-bottom: 8rem !important;
  }
  .u-ml-sm-16 {
    margin-left: 8rem !important;
  }
  .u-my-sm-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .u-mx-sm-16 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-16 {
    margin-top: 8rem !important;
  }
  .u-mr-md-16 {
    margin-right: 8rem !important;
  }
  .u-mb-md-16 {
    margin-bottom: 8rem !important;
  }
  .u-ml-md-16 {
    margin-left: 8rem !important;
  }
  .u-my-md-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .u-mx-md-16 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
.u-mt-17 {
  margin-top: 8.5rem !important;
}

.u-mr-17 {
  margin-right: 8.5rem !important;
}

.u-mb-17 {
  margin-bottom: 8.5rem !important;
}

.u-ml-17 {
  margin-left: 8.5rem !important;
}

.u-my-17 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.u-mx-17 {
  margin-left: 8.5rem !important;
  margin-right: 8.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-17 {
    margin-top: 8.5rem !important;
  }
  .u-mr-sm-17 {
    margin-right: 8.5rem !important;
  }
  .u-mb-sm-17 {
    margin-bottom: 8.5rem !important;
  }
  .u-ml-sm-17 {
    margin-left: 8.5rem !important;
  }
  .u-my-sm-17 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .u-mx-sm-17 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-17 {
    margin-top: 8.5rem !important;
  }
  .u-mr-md-17 {
    margin-right: 8.5rem !important;
  }
  .u-mb-md-17 {
    margin-bottom: 8.5rem !important;
  }
  .u-ml-md-17 {
    margin-left: 8.5rem !important;
  }
  .u-my-md-17 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .u-mx-md-17 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
}
.u-mt-18 {
  margin-top: 9rem !important;
}

.u-mr-18 {
  margin-right: 9rem !important;
}

.u-mb-18 {
  margin-bottom: 9rem !important;
}

.u-ml-18 {
  margin-left: 9rem !important;
}

.u-my-18 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.u-mx-18 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-18 {
    margin-top: 9rem !important;
  }
  .u-mr-sm-18 {
    margin-right: 9rem !important;
  }
  .u-mb-sm-18 {
    margin-bottom: 9rem !important;
  }
  .u-ml-sm-18 {
    margin-left: 9rem !important;
  }
  .u-my-sm-18 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .u-mx-sm-18 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-18 {
    margin-top: 9rem !important;
  }
  .u-mr-md-18 {
    margin-right: 9rem !important;
  }
  .u-mb-md-18 {
    margin-bottom: 9rem !important;
  }
  .u-ml-md-18 {
    margin-left: 9rem !important;
  }
  .u-my-md-18 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .u-mx-md-18 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
.u-mt-19 {
  margin-top: 9.5rem !important;
}

.u-mr-19 {
  margin-right: 9.5rem !important;
}

.u-mb-19 {
  margin-bottom: 9.5rem !important;
}

.u-ml-19 {
  margin-left: 9.5rem !important;
}

.u-my-19 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.u-mx-19 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-19 {
    margin-top: 9.5rem !important;
  }
  .u-mr-sm-19 {
    margin-right: 9.5rem !important;
  }
  .u-mb-sm-19 {
    margin-bottom: 9.5rem !important;
  }
  .u-ml-sm-19 {
    margin-left: 9.5rem !important;
  }
  .u-my-sm-19 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .u-mx-sm-19 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-19 {
    margin-top: 9.5rem !important;
  }
  .u-mr-md-19 {
    margin-right: 9.5rem !important;
  }
  .u-mb-md-19 {
    margin-bottom: 9.5rem !important;
  }
  .u-ml-md-19 {
    margin-left: 9.5rem !important;
  }
  .u-my-md-19 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .u-mx-md-19 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
}
.u-mt-20 {
  margin-top: 10rem !important;
}

.u-mr-20 {
  margin-right: 10rem !important;
}

.u-mb-20 {
  margin-bottom: 10rem !important;
}

.u-ml-20 {
  margin-left: 10rem !important;
}

.u-my-20 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.u-mx-20 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-20 {
    margin-top: 10rem !important;
  }
  .u-mr-sm-20 {
    margin-right: 10rem !important;
  }
  .u-mb-sm-20 {
    margin-bottom: 10rem !important;
  }
  .u-ml-sm-20 {
    margin-left: 10rem !important;
  }
  .u-my-sm-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .u-mx-sm-20 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
@media (min-width: 768px) {
  .u-mt-md-20 {
    margin-top: 10rem !important;
  }
  .u-mr-md-20 {
    margin-right: 10rem !important;
  }
  .u-mb-md-20 {
    margin-bottom: 10rem !important;
  }
  .u-ml-md-20 {
    margin-left: 10rem !important;
  }
  .u-my-md-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .u-mx-md-20 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
.u-py-default {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 767px) {
  .u-py-default {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.u-pt-0 {
  padding-top: 0rem !important;
}

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

.u-pb-0 {
  padding-bottom: 0rem !important;
}

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

.u-py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.u-px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.u-pt-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1 {
  padding-left: 0.5rem !important;
}

.u-py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-px-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.u-pt-2 {
  padding-top: 1rem !important;
}

.u-pr-2 {
  padding-right: 1rem !important;
}

.u-pb-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2 {
  padding-left: 1rem !important;
}

.u-py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-px-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.u-pt-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3 {
  padding-left: 1.5rem !important;
}

.u-py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-px-3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.u-pt-4 {
  padding-top: 2rem !important;
}

.u-pr-4 {
  padding-right: 2rem !important;
}

.u-pb-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4 {
  padding-left: 2rem !important;
}

.u-py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-px-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.u-pt-5 {
  padding-top: 2.5rem !important;
}

.u-pr-5 {
  padding-right: 2.5rem !important;
}

.u-pb-5 {
  padding-bottom: 2.5rem !important;
}

.u-pl-5 {
  padding-left: 2.5rem !important;
}

.u-py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-px-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.u-pt-6 {
  padding-top: 3rem !important;
}

.u-pr-6 {
  padding-right: 3rem !important;
}

.u-pb-6 {
  padding-bottom: 3rem !important;
}

.u-pl-6 {
  padding-left: 3rem !important;
}

.u-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.u-pt-7 {
  padding-top: 3.5rem !important;
}

.u-pr-7 {
  padding-right: 3.5rem !important;
}

.u-pb-7 {
  padding-bottom: 3.5rem !important;
}

.u-pl-7 {
  padding-left: 3.5rem !important;
}

.u-py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.u-px-7 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.u-pt-8 {
  padding-top: 4rem !important;
}

.u-pr-8 {
  padding-right: 4rem !important;
}

.u-pb-8 {
  padding-bottom: 4rem !important;
}

.u-pl-8 {
  padding-left: 4rem !important;
}

.u-py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.u-px-8 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.u-pt-9 {
  padding-top: 4.5rem !important;
}

.u-pr-9 {
  padding-right: 4.5rem !important;
}

.u-pb-9 {
  padding-bottom: 4.5rem !important;
}

.u-pl-9 {
  padding-left: 4.5rem !important;
}

.u-py-9 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.u-px-9 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.u-pt-10 {
  padding-top: 5rem !important;
}

.u-pr-10 {
  padding-right: 5rem !important;
}

.u-pb-10 {
  padding-bottom: 5rem !important;
}

.u-pl-10 {
  padding-left: 5rem !important;
}

.u-py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.u-px-10 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.u-pt-11 {
  padding-top: 5.5rem !important;
}

.u-pr-11 {
  padding-right: 5.5rem !important;
}

.u-pb-11 {
  padding-bottom: 5.5rem !important;
}

.u-pl-11 {
  padding-left: 5.5rem !important;
}

.u-py-11 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.u-px-11 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important;
}

.u-pt-12 {
  padding-top: 6rem !important;
}

.u-pr-12 {
  padding-right: 6rem !important;
}

.u-pb-12 {
  padding-bottom: 6rem !important;
}

.u-pl-12 {
  padding-left: 6rem !important;
}

.u-py-12 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.u-px-12 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.u-pt-13 {
  padding-top: 6.5rem !important;
}

.u-pr-13 {
  padding-right: 6.5rem !important;
}

.u-pb-13 {
  padding-bottom: 6.5rem !important;
}

.u-pl-13 {
  padding-left: 6.5rem !important;
}

.u-py-13 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.u-px-13 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important;
}

.u-pt-14 {
  padding-top: 7rem !important;
}

.u-pr-14 {
  padding-right: 7rem !important;
}

.u-pb-14 {
  padding-bottom: 7rem !important;
}

.u-pl-14 {
  padding-left: 7rem !important;
}

.u-py-14 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.u-px-14 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.u-pt-15 {
  padding-top: 7.5rem !important;
}

.u-pr-15 {
  padding-right: 7.5rem !important;
}

.u-pb-15 {
  padding-bottom: 7.5rem !important;
}

.u-pl-15 {
  padding-left: 7.5rem !important;
}

.u-py-15 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.u-px-15 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

.u-pt-16 {
  padding-top: 8rem !important;
}

.u-pr-16 {
  padding-right: 8rem !important;
}

.u-pb-16 {
  padding-bottom: 8rem !important;
}

.u-pl-16 {
  padding-left: 8rem !important;
}

.u-py-16 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.u-px-16 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.u-pt-17 {
  padding-top: 8.5rem !important;
}

.u-pr-17 {
  padding-right: 8.5rem !important;
}

.u-pb-17 {
  padding-bottom: 8.5rem !important;
}

.u-pl-17 {
  padding-left: 8.5rem !important;
}

.u-py-17 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.u-px-17 {
  padding-left: 8.5rem !important;
  padding-right: 8.5rem !important;
}

.u-pt-18 {
  padding-top: 9rem !important;
}

.u-pr-18 {
  padding-right: 9rem !important;
}

.u-pb-18 {
  padding-bottom: 9rem !important;
}

.u-pl-18 {
  padding-left: 9rem !important;
}

.u-py-18 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.u-px-18 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.u-pt-19 {
  padding-top: 9.5rem !important;
}

.u-pr-19 {
  padding-right: 9.5rem !important;
}

.u-pb-19 {
  padding-bottom: 9.5rem !important;
}

.u-pl-19 {
  padding-left: 9.5rem !important;
}

.u-py-19 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.u-px-19 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important;
}

.u-pt-20 {
  padding-top: 10rem !important;
}

.u-pr-20 {
  padding-right: 10rem !important;
}

.u-pb-20 {
  padding-bottom: 10rem !important;
}

.u-pl-20 {
  padding-left: 10rem !important;
}

.u-py-20 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.u-px-20 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

@media (min-width: 768px) {
  .u-pt-md-0 {
    padding-top: 0rem !important;
  }
  .u-pr-md-0 {
    padding-right: 0rem !important;
  }
  .u-pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-md-0 {
    padding-left: 0rem !important;
  }
  .u-py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .u-pt-md-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-md-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-md-1 {
    padding-left: 0.5rem !important;
  }
  .u-py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .u-px-md-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .u-pt-md-2 {
    padding-top: 1rem !important;
  }
  .u-pr-md-2 {
    padding-right: 1rem !important;
  }
  .u-pb-md-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-md-2 {
    padding-left: 1rem !important;
  }
  .u-py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .u-px-md-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .u-pt-md-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-md-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-md-3 {
    padding-left: 1.5rem !important;
  }
  .u-py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .u-px-md-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .u-pt-md-4 {
    padding-top: 2rem !important;
  }
  .u-pr-md-4 {
    padding-right: 2rem !important;
  }
  .u-pb-md-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-md-4 {
    padding-left: 2rem !important;
  }
  .u-py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .u-px-md-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .u-pt-md-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-md-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-md-5 {
    padding-left: 2.5rem !important;
  }
  .u-py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .u-px-md-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .u-pt-md-6 {
    padding-top: 3rem !important;
  }
  .u-pr-md-6 {
    padding-right: 3rem !important;
  }
  .u-pb-md-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-md-6 {
    padding-left: 3rem !important;
  }
  .u-py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .u-px-md-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .u-pt-md-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-md-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-md-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-md-7 {
    padding-left: 3.5rem !important;
  }
  .u-py-md-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .u-px-md-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .u-pt-md-8 {
    padding-top: 4rem !important;
  }
  .u-pr-md-8 {
    padding-right: 4rem !important;
  }
  .u-pb-md-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-md-8 {
    padding-left: 4rem !important;
  }
  .u-py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .u-px-md-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .u-pt-md-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-md-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-md-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-md-9 {
    padding-left: 4.5rem !important;
  }
  .u-py-md-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .u-px-md-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .u-pt-md-10 {
    padding-top: 5rem !important;
  }
  .u-pr-md-10 {
    padding-right: 5rem !important;
  }
  .u-pb-md-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-md-10 {
    padding-left: 5rem !important;
  }
  .u-py-md-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-px-md-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .u-pt-md-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-md-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-md-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-md-11 {
    padding-left: 5.5rem !important;
  }
  .u-py-md-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .u-px-md-11 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .u-pt-md-12 {
    padding-top: 6rem !important;
  }
  .u-pr-md-12 {
    padding-right: 6rem !important;
  }
  .u-pb-md-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-md-12 {
    padding-left: 6rem !important;
  }
  .u-py-md-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .u-px-md-12 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .u-pt-md-13 {
    padding-top: 6.5rem !important;
  }
  .u-pr-md-13 {
    padding-right: 6.5rem !important;
  }
  .u-pb-md-13 {
    padding-bottom: 6.5rem !important;
  }
  .u-pl-md-13 {
    padding-left: 6.5rem !important;
  }
  .u-py-md-13 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .u-px-md-13 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .u-pt-md-14 {
    padding-top: 7rem !important;
  }
  .u-pr-md-14 {
    padding-right: 7rem !important;
  }
  .u-pb-md-14 {
    padding-bottom: 7rem !important;
  }
  .u-pl-md-14 {
    padding-left: 7rem !important;
  }
  .u-py-md-14 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .u-px-md-14 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .u-pt-md-15 {
    padding-top: 7.5rem !important;
  }
  .u-pr-md-15 {
    padding-right: 7.5rem !important;
  }
  .u-pb-md-15 {
    padding-bottom: 7.5rem !important;
  }
  .u-pl-md-15 {
    padding-left: 7.5rem !important;
  }
  .u-py-md-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .u-px-md-15 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .u-pt-md-16 {
    padding-top: 8rem !important;
  }
  .u-pr-md-16 {
    padding-right: 8rem !important;
  }
  .u-pb-md-16 {
    padding-bottom: 8rem !important;
  }
  .u-pl-md-16 {
    padding-left: 8rem !important;
  }
  .u-py-md-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .u-px-md-16 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .u-pt-md-17 {
    padding-top: 8.5rem !important;
  }
  .u-pr-md-17 {
    padding-right: 8.5rem !important;
  }
  .u-pb-md-17 {
    padding-bottom: 8.5rem !important;
  }
  .u-pl-md-17 {
    padding-left: 8.5rem !important;
  }
  .u-py-md-17 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .u-px-md-17 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .u-pt-md-18 {
    padding-top: 9rem !important;
  }
  .u-pr-md-18 {
    padding-right: 9rem !important;
  }
  .u-pb-md-18 {
    padding-bottom: 9rem !important;
  }
  .u-pl-md-18 {
    padding-left: 9rem !important;
  }
  .u-py-md-18 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .u-px-md-18 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .u-pt-md-19 {
    padding-top: 9.5rem !important;
  }
  .u-pr-md-19 {
    padding-right: 9.5rem !important;
  }
  .u-pb-md-19 {
    padding-bottom: 9.5rem !important;
  }
  .u-pl-md-19 {
    padding-left: 9.5rem !important;
  }
  .u-py-md-19 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .u-px-md-19 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .u-pt-md-20 {
    padding-top: 10rem !important;
  }
  .u-pr-md-20 {
    padding-right: 10rem !important;
  }
  .u-pb-md-20 {
    padding-bottom: 10rem !important;
  }
  .u-pl-md-20 {
    padding-left: 10rem !important;
  }
  .u-py-md-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .u-px-md-20 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
@media (max-width: 767px) {
  .u-pt-sm-0 {
    padding-top: 0rem !important;
  }
  .u-pr-sm-0 {
    padding-right: 0rem !important;
  }
  .u-pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-sm-0 {
    padding-left: 0rem !important;
  }
  .u-py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .u-pt-sm-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-sm-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-sm-1 {
    padding-left: 0.5rem !important;
  }
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .u-pt-sm-2 {
    padding-top: 1rem !important;
  }
  .u-pr-sm-2 {
    padding-right: 1rem !important;
  }
  .u-pb-sm-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-sm-2 {
    padding-left: 1rem !important;
  }
  .u-py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .u-px-sm-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .u-pt-sm-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-sm-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-sm-3 {
    padding-left: 1.5rem !important;
  }
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .u-pt-sm-4 {
    padding-top: 2rem !important;
  }
  .u-pr-sm-4 {
    padding-right: 2rem !important;
  }
  .u-pb-sm-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-sm-4 {
    padding-left: 2rem !important;
  }
  .u-py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .u-px-sm-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .u-pt-sm-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-sm-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-sm-5 {
    padding-left: 2.5rem !important;
  }
  .u-py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .u-px-sm-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .u-pt-sm-6 {
    padding-top: 3rem !important;
  }
  .u-pr-sm-6 {
    padding-right: 3rem !important;
  }
  .u-pb-sm-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-sm-6 {
    padding-left: 3rem !important;
  }
  .u-py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .u-px-sm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .u-pt-sm-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-sm-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-sm-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-sm-7 {
    padding-left: 3.5rem !important;
  }
  .u-py-sm-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .u-px-sm-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .u-pt-sm-8 {
    padding-top: 4rem !important;
  }
  .u-pr-sm-8 {
    padding-right: 4rem !important;
  }
  .u-pb-sm-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-sm-8 {
    padding-left: 4rem !important;
  }
  .u-py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .u-px-sm-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .u-pt-sm-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-sm-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-sm-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-sm-9 {
    padding-left: 4.5rem !important;
  }
  .u-py-sm-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .u-px-sm-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .u-pt-sm-10 {
    padding-top: 5rem !important;
  }
  .u-pr-sm-10 {
    padding-right: 5rem !important;
  }
  .u-pb-sm-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-sm-10 {
    padding-left: 5rem !important;
  }
  .u-py-sm-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-px-sm-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .u-pt-sm-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-sm-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-sm-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-sm-11 {
    padding-left: 5.5rem !important;
  }
  .u-py-sm-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .u-px-sm-11 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .u-pt-sm-12 {
    padding-top: 6rem !important;
  }
  .u-pr-sm-12 {
    padding-right: 6rem !important;
  }
  .u-pb-sm-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-sm-12 {
    padding-left: 6rem !important;
  }
  .u-py-sm-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .u-px-sm-12 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .u-pt-sm-13 {
    padding-top: 6.5rem !important;
  }
  .u-pr-sm-13 {
    padding-right: 6.5rem !important;
  }
  .u-pb-sm-13 {
    padding-bottom: 6.5rem !important;
  }
  .u-pl-sm-13 {
    padding-left: 6.5rem !important;
  }
  .u-py-sm-13 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .u-px-sm-13 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .u-pt-sm-14 {
    padding-top: 7rem !important;
  }
  .u-pr-sm-14 {
    padding-right: 7rem !important;
  }
  .u-pb-sm-14 {
    padding-bottom: 7rem !important;
  }
  .u-pl-sm-14 {
    padding-left: 7rem !important;
  }
  .u-py-sm-14 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .u-px-sm-14 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .u-pt-sm-15 {
    padding-top: 7.5rem !important;
  }
  .u-pr-sm-15 {
    padding-right: 7.5rem !important;
  }
  .u-pb-sm-15 {
    padding-bottom: 7.5rem !important;
  }
  .u-pl-sm-15 {
    padding-left: 7.5rem !important;
  }
  .u-py-sm-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .u-px-sm-15 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .u-pt-sm-16 {
    padding-top: 8rem !important;
  }
  .u-pr-sm-16 {
    padding-right: 8rem !important;
  }
  .u-pb-sm-16 {
    padding-bottom: 8rem !important;
  }
  .u-pl-sm-16 {
    padding-left: 8rem !important;
  }
  .u-py-sm-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .u-px-sm-16 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .u-pt-sm-17 {
    padding-top: 8.5rem !important;
  }
  .u-pr-sm-17 {
    padding-right: 8.5rem !important;
  }
  .u-pb-sm-17 {
    padding-bottom: 8.5rem !important;
  }
  .u-pl-sm-17 {
    padding-left: 8.5rem !important;
  }
  .u-py-sm-17 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .u-px-sm-17 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .u-pt-sm-18 {
    padding-top: 9rem !important;
  }
  .u-pr-sm-18 {
    padding-right: 9rem !important;
  }
  .u-pb-sm-18 {
    padding-bottom: 9rem !important;
  }
  .u-pl-sm-18 {
    padding-left: 9rem !important;
  }
  .u-py-sm-18 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .u-px-sm-18 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .u-pt-sm-19 {
    padding-top: 9.5rem !important;
  }
  .u-pr-sm-19 {
    padding-right: 9.5rem !important;
  }
  .u-pb-sm-19 {
    padding-bottom: 9.5rem !important;
  }
  .u-pl-sm-19 {
    padding-left: 9.5rem !important;
  }
  .u-py-sm-19 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .u-px-sm-19 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .u-pt-sm-20 {
    padding-top: 10rem !important;
  }
  .u-pr-sm-20 {
    padding-right: 10rem !important;
  }
  .u-pb-sm-20 {
    padding-bottom: 10rem !important;
  }
  .u-pl-sm-20 {
    padding-left: 10rem !important;
  }
  .u-py-sm-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .u-px-sm-20 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
.u-color-font {
  color: var(--font-color);
}

.u-color-main {
  color: var(--main-color);
}

.u-color-white {
  color: #fff;
}

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

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

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

@media (min-width: 768px) {
  .u-text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text-md-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text-md-right {
    text-align: right !important;
  }
}
@media (max-width: 580px) {
  .u-text-sm-center {
    text-align: center !important;
  }
}
@media (max-width: 580px) {
  .u-text-sm-left {
    text-align: left !important;
  }
}
@media (max-width: 580px) {
  .u-text-sm-right {
    text-align: right !important;
  }
}
.u-underline {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #EDC0C5));
  background: linear-gradient(transparent calc(100% - 0.5rem), #EDC0C5 0%);
  display: inline;
  padding: 0 0.0625rem 0px;
}

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

.u-gap-column-0 {
  -webkit-column-gap: 0rem !important;
     -moz-column-gap: 0rem !important;
          column-gap: 0rem !important;
}

.u-gap-row-0 {
  row-gap: 0rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-0 {
    gap: 0rem !important;
  }
  .u-gap-column-sm-0 {
    -webkit-column-gap: 0rem !important;
       -moz-column-gap: 0rem !important;
            column-gap: 0rem !important;
  }
  .u-gap-row-sm-0 {
    row-gap: 0rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-0 {
    gap: 0rem !important;
  }
  .u-gap-column-md-0 {
    -webkit-column-gap: 0rem !important;
       -moz-column-gap: 0rem !important;
            column-gap: 0rem !important;
  }
  .u-gap-row-md-0 {
    row-gap: 0rem !important;
  }
}
.u-gap-1 {
  gap: 0.5rem !important;
}

.u-gap-column-1 {
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.u-gap-row-1 {
  row-gap: 0.5rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-1 {
    gap: 0.5rem !important;
  }
  .u-gap-column-sm-1 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .u-gap-row-sm-1 {
    row-gap: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-1 {
    gap: 0.5rem !important;
  }
  .u-gap-column-md-1 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .u-gap-row-md-1 {
    row-gap: 0.5rem !important;
  }
}
.u-gap-2 {
  gap: 1rem !important;
}

.u-gap-column-2 {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.u-gap-row-2 {
  row-gap: 1rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-2 {
    gap: 1rem !important;
  }
  .u-gap-column-sm-2 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .u-gap-row-sm-2 {
    row-gap: 1rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-2 {
    gap: 1rem !important;
  }
  .u-gap-column-md-2 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .u-gap-row-md-2 {
    row-gap: 1rem !important;
  }
}
.u-gap-3 {
  gap: 1.5rem !important;
}

.u-gap-column-3 {
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.u-gap-row-3 {
  row-gap: 1.5rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-3 {
    gap: 1.5rem !important;
  }
  .u-gap-column-sm-3 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .u-gap-row-sm-3 {
    row-gap: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-3 {
    gap: 1.5rem !important;
  }
  .u-gap-column-md-3 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .u-gap-row-md-3 {
    row-gap: 1.5rem !important;
  }
}
.u-gap-4 {
  gap: 2rem !important;
}

.u-gap-column-4 {
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.u-gap-row-4 {
  row-gap: 2rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-4 {
    gap: 2rem !important;
  }
  .u-gap-column-sm-4 {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .u-gap-row-sm-4 {
    row-gap: 2rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-4 {
    gap: 2rem !important;
  }
  .u-gap-column-md-4 {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .u-gap-row-md-4 {
    row-gap: 2rem !important;
  }
}
.u-gap-5 {
  gap: 2.5rem !important;
}

.u-gap-column-5 {
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.u-gap-row-5 {
  row-gap: 2.5rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-5 {
    gap: 2.5rem !important;
  }
  .u-gap-column-sm-5 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .u-gap-row-sm-5 {
    row-gap: 2.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-5 {
    gap: 2.5rem !important;
  }
  .u-gap-column-md-5 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .u-gap-row-md-5 {
    row-gap: 2.5rem !important;
  }
}
.u-gap-6 {
  gap: 3rem !important;
}

.u-gap-column-6 {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.u-gap-row-6 {
  row-gap: 3rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-6 {
    gap: 3rem !important;
  }
  .u-gap-column-sm-6 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .u-gap-row-sm-6 {
    row-gap: 3rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-6 {
    gap: 3rem !important;
  }
  .u-gap-column-md-6 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .u-gap-row-md-6 {
    row-gap: 3rem !important;
  }
}
.u-gap-7 {
  gap: 3.5rem !important;
}

.u-gap-column-7 {
  -webkit-column-gap: 3.5rem !important;
     -moz-column-gap: 3.5rem !important;
          column-gap: 3.5rem !important;
}

.u-gap-row-7 {
  row-gap: 3.5rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-7 {
    gap: 3.5rem !important;
  }
  .u-gap-column-sm-7 {
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }
  .u-gap-row-sm-7 {
    row-gap: 3.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-7 {
    gap: 3.5rem !important;
  }
  .u-gap-column-md-7 {
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }
  .u-gap-row-md-7 {
    row-gap: 3.5rem !important;
  }
}
.u-gap-8 {
  gap: 4rem !important;
}

.u-gap-column-8 {
  -webkit-column-gap: 4rem !important;
     -moz-column-gap: 4rem !important;
          column-gap: 4rem !important;
}

.u-gap-row-8 {
  row-gap: 4rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-8 {
    gap: 4rem !important;
  }
  .u-gap-column-sm-8 {
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }
  .u-gap-row-sm-8 {
    row-gap: 4rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-8 {
    gap: 4rem !important;
  }
  .u-gap-column-md-8 {
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }
  .u-gap-row-md-8 {
    row-gap: 4rem !important;
  }
}
.u-gap-9 {
  gap: 4.5rem !important;
}

.u-gap-column-9 {
  -webkit-column-gap: 4.5rem !important;
     -moz-column-gap: 4.5rem !important;
          column-gap: 4.5rem !important;
}

.u-gap-row-9 {
  row-gap: 4.5rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-9 {
    gap: 4.5rem !important;
  }
  .u-gap-column-sm-9 {
    -webkit-column-gap: 4.5rem !important;
       -moz-column-gap: 4.5rem !important;
            column-gap: 4.5rem !important;
  }
  .u-gap-row-sm-9 {
    row-gap: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-9 {
    gap: 4.5rem !important;
  }
  .u-gap-column-md-9 {
    -webkit-column-gap: 4.5rem !important;
       -moz-column-gap: 4.5rem !important;
            column-gap: 4.5rem !important;
  }
  .u-gap-row-md-9 {
    row-gap: 4.5rem !important;
  }
}
.u-gap-10 {
  gap: 5rem !important;
}

.u-gap-column-10 {
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.u-gap-row-10 {
  row-gap: 5rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-10 {
    gap: 5rem !important;
  }
  .u-gap-column-sm-10 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .u-gap-row-sm-10 {
    row-gap: 5rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-10 {
    gap: 5rem !important;
  }
  .u-gap-column-md-10 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .u-gap-row-md-10 {
    row-gap: 5rem !important;
  }
}
.u-gap-11 {
  gap: 5.5rem !important;
}

.u-gap-column-11 {
  -webkit-column-gap: 5.5rem !important;
     -moz-column-gap: 5.5rem !important;
          column-gap: 5.5rem !important;
}

.u-gap-row-11 {
  row-gap: 5.5rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-11 {
    gap: 5.5rem !important;
  }
  .u-gap-column-sm-11 {
    -webkit-column-gap: 5.5rem !important;
       -moz-column-gap: 5.5rem !important;
            column-gap: 5.5rem !important;
  }
  .u-gap-row-sm-11 {
    row-gap: 5.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-11 {
    gap: 5.5rem !important;
  }
  .u-gap-column-md-11 {
    -webkit-column-gap: 5.5rem !important;
       -moz-column-gap: 5.5rem !important;
            column-gap: 5.5rem !important;
  }
  .u-gap-row-md-11 {
    row-gap: 5.5rem !important;
  }
}
.u-gap-12 {
  gap: 6rem !important;
}

.u-gap-column-12 {
  -webkit-column-gap: 6rem !important;
     -moz-column-gap: 6rem !important;
          column-gap: 6rem !important;
}

.u-gap-row-12 {
  row-gap: 6rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-12 {
    gap: 6rem !important;
  }
  .u-gap-column-sm-12 {
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }
  .u-gap-row-sm-12 {
    row-gap: 6rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-12 {
    gap: 6rem !important;
  }
  .u-gap-column-md-12 {
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }
  .u-gap-row-md-12 {
    row-gap: 6rem !important;
  }
}
.u-gap-13 {
  gap: 6.5rem !important;
}

.u-gap-column-13 {
  -webkit-column-gap: 6.5rem !important;
     -moz-column-gap: 6.5rem !important;
          column-gap: 6.5rem !important;
}

.u-gap-row-13 {
  row-gap: 6.5rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-13 {
    gap: 6.5rem !important;
  }
  .u-gap-column-sm-13 {
    -webkit-column-gap: 6.5rem !important;
       -moz-column-gap: 6.5rem !important;
            column-gap: 6.5rem !important;
  }
  .u-gap-row-sm-13 {
    row-gap: 6.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-13 {
    gap: 6.5rem !important;
  }
  .u-gap-column-md-13 {
    -webkit-column-gap: 6.5rem !important;
       -moz-column-gap: 6.5rem !important;
            column-gap: 6.5rem !important;
  }
  .u-gap-row-md-13 {
    row-gap: 6.5rem !important;
  }
}
.u-gap-14 {
  gap: 7rem !important;
}

.u-gap-column-14 {
  -webkit-column-gap: 7rem !important;
     -moz-column-gap: 7rem !important;
          column-gap: 7rem !important;
}

.u-gap-row-14 {
  row-gap: 7rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-14 {
    gap: 7rem !important;
  }
  .u-gap-column-sm-14 {
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }
  .u-gap-row-sm-14 {
    row-gap: 7rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-14 {
    gap: 7rem !important;
  }
  .u-gap-column-md-14 {
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }
  .u-gap-row-md-14 {
    row-gap: 7rem !important;
  }
}
.u-gap-15 {
  gap: 7.5rem !important;
}

.u-gap-column-15 {
  -webkit-column-gap: 7.5rem !important;
     -moz-column-gap: 7.5rem !important;
          column-gap: 7.5rem !important;
}

.u-gap-row-15 {
  row-gap: 7.5rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-15 {
    gap: 7.5rem !important;
  }
  .u-gap-column-sm-15 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .u-gap-row-sm-15 {
    row-gap: 7.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-15 {
    gap: 7.5rem !important;
  }
  .u-gap-column-md-15 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .u-gap-row-md-15 {
    row-gap: 7.5rem !important;
  }
}
.u-gap-16 {
  gap: 8rem !important;
}

.u-gap-column-16 {
  -webkit-column-gap: 8rem !important;
     -moz-column-gap: 8rem !important;
          column-gap: 8rem !important;
}

.u-gap-row-16 {
  row-gap: 8rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-16 {
    gap: 8rem !important;
  }
  .u-gap-column-sm-16 {
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }
  .u-gap-row-sm-16 {
    row-gap: 8rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-16 {
    gap: 8rem !important;
  }
  .u-gap-column-md-16 {
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }
  .u-gap-row-md-16 {
    row-gap: 8rem !important;
  }
}
.u-gap-17 {
  gap: 8.5rem !important;
}

.u-gap-column-17 {
  -webkit-column-gap: 8.5rem !important;
     -moz-column-gap: 8.5rem !important;
          column-gap: 8.5rem !important;
}

.u-gap-row-17 {
  row-gap: 8.5rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-17 {
    gap: 8.5rem !important;
  }
  .u-gap-column-sm-17 {
    -webkit-column-gap: 8.5rem !important;
       -moz-column-gap: 8.5rem !important;
            column-gap: 8.5rem !important;
  }
  .u-gap-row-sm-17 {
    row-gap: 8.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-17 {
    gap: 8.5rem !important;
  }
  .u-gap-column-md-17 {
    -webkit-column-gap: 8.5rem !important;
       -moz-column-gap: 8.5rem !important;
            column-gap: 8.5rem !important;
  }
  .u-gap-row-md-17 {
    row-gap: 8.5rem !important;
  }
}
.u-gap-18 {
  gap: 9rem !important;
}

.u-gap-column-18 {
  -webkit-column-gap: 9rem !important;
     -moz-column-gap: 9rem !important;
          column-gap: 9rem !important;
}

.u-gap-row-18 {
  row-gap: 9rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-18 {
    gap: 9rem !important;
  }
  .u-gap-column-sm-18 {
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }
  .u-gap-row-sm-18 {
    row-gap: 9rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-18 {
    gap: 9rem !important;
  }
  .u-gap-column-md-18 {
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }
  .u-gap-row-md-18 {
    row-gap: 9rem !important;
  }
}
.u-gap-19 {
  gap: 9.5rem !important;
}

.u-gap-column-19 {
  -webkit-column-gap: 9.5rem !important;
     -moz-column-gap: 9.5rem !important;
          column-gap: 9.5rem !important;
}

.u-gap-row-19 {
  row-gap: 9.5rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-19 {
    gap: 9.5rem !important;
  }
  .u-gap-column-sm-19 {
    -webkit-column-gap: 9.5rem !important;
       -moz-column-gap: 9.5rem !important;
            column-gap: 9.5rem !important;
  }
  .u-gap-row-sm-19 {
    row-gap: 9.5rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-19 {
    gap: 9.5rem !important;
  }
  .u-gap-column-md-19 {
    -webkit-column-gap: 9.5rem !important;
       -moz-column-gap: 9.5rem !important;
            column-gap: 9.5rem !important;
  }
  .u-gap-row-md-19 {
    row-gap: 9.5rem !important;
  }
}
.u-gap-20 {
  gap: 10rem !important;
}

.u-gap-column-20 {
  -webkit-column-gap: 10rem !important;
     -moz-column-gap: 10rem !important;
          column-gap: 10rem !important;
}

.u-gap-row-20 {
  row-gap: 10rem !important;
}

@media (max-width: 767px) {
  .u-gap-sm-20 {
    gap: 10rem !important;
  }
  .u-gap-column-sm-20 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .u-gap-row-sm-20 {
    row-gap: 10rem !important;
  }
}
@media (min-width: 768px) {
  .u-gap-md-20 {
    gap: 10rem !important;
  }
  .u-gap-column-md-20 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .u-gap-row-md-20 {
    row-gap: 10rem !important;
  }
}
.js-accordion__content {
  display: grid;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
}

.js-accordion__content-inner {
  overflow: hidden;
}