@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
html {
  font-size: 16px;
  overflow-x: clip;
  scrollbar-gutter: stable;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

/* WordPressリストブロックは左に中黒（・）マーカーを表示する */
.wp-block-list {
  list-style-type: "・";
  padding-left: 1.5rem;
}

body:has(.p-flowFv.--p-promiseFv) .p-header {
  background-color: transparent !important;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10 !important;
}

.p-promiseIntro,
.p-promiseSec,
.p-promiseCta {
  padding-block: 4rem;
}

.p-promiseIntro,
.p-promiseSec {
  background: #fff;
}

.p-promiseSec__title {
  color: #1E2142;
  font-size: clamp(1.5rem, 3vw, 3.125rem);
  font-weight: 700;
  line-height: 1.3;
  margin-block: 0 1rem !important;
  text-align: center;
}

hr.p-promiseSec__line.wp-block-separator,
hr.p-promiseSec__line {
  background: linear-gradient(177deg, #f3bbc3 35%, #9db1cf 98%) !important;
  border: none;
  border-radius: 0;
  color: transparent;
  height: 1px;
  margin-block: 0 2.5rem !important;
  margin-inline: auto;
  max-width: 34.375rem;
  width: 100%;
}

hr.p-promiseSec__line.wp-block-separator::before,
hr.p-promiseSec__line.wp-block-separator::after,
hr.p-promiseSec__line::before,
hr.p-promiseSec__line::after {
  display: none;
}

.p-promiseIntro__text {
  color: #333;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-block: 0 0.75rem !important;
  text-align: center;
}

.p-promiseIntro__note {
  color: #E38EA6;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 3.125rem;
  text-align: center;
}

.p-promiseIntro__btn .wp-block-button__link {
  align-items: center;
  background-color: #fff !important;
  border: 2px solid #1E2142 !important;
  border-radius: 1.25rem !important;
  color: #1E2142 !important;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05em;
  max-width: 100%;
  min-height: 3.75rem;
  padding-inline: 3rem;
  position: relative;
  width: 23.9375rem;
}

.p-promiseIntro__btn .wp-block-button__link::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #1E2142;
  border-right: 2px solid #1E2142;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.5rem;
}

.p-promiseSec--hasBg {
  background-color: #f7f8fa;
}

.p-promiseGrid.wp-block-columns {
  align-items: stretch;
  gap: 2.5rem !important;
  margin-block: 0 !important;
}

.p-promiseGrid.wp-block-columns + .p-promiseGrid.wp-block-columns {
  margin-top: 2.5rem !important;
}

.p-promiseGrid > .wp-block-column {
  min-width: 0;
}

.p-promiseCard.wp-block-group {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 1.25rem;
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

.p-promiseCard__title {
  color: #1E2142;
  font-size: clamp(1rem, 2.2vw, 1.875rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 !important;
  padding: 1.25rem 1.5rem 1rem;
  text-align: center;
}

.p-promiseCard__cols.wp-block-columns {
  align-items: stretch;
  flex: 1;
  flex-wrap: nowrap;
  gap: 0 !important;
  margin: 0 !important;
}

.p-promiseCard__cols > .wp-block-column {
  margin-block: 0 !important;
}

.p-promiseCard__thumb-col.wp-block-column {
  flex: 0 0 10.4375rem !important;
  max-width: 10.4375rem !important;
  min-width: 0 !important;
  padding: 0 !important;
}

.p-promiseCard__thumb-img.wp-block-image {
  display: block;
  height: 100%;
  margin: 0 !important;
  min-height: 14.75rem;
}

.p-promiseCard__thumb-img.wp-block-image img {
  -o-object-fit: cover;
  border-radius: 0 0 0 1.25rem;
  display: block;
  height: 100%;
  min-height: 14.75rem;
  object-fit: cover;
  width: 100%;
}

.p-promiseCard__body.wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 22.25rem !important;
  padding: 1.5625rem 1.875rem 1.5625rem 0.75rem !important;
}

.p-promiseCard__text {
  color: #333;
  flex: 1;
  font-size: 1rem;
  line-height: 1.4;
  margin-block: 0 1rem !important;
}

.p-promiseCard__btns.wp-block-buttons {
  align-items: stretch !important;
  flex-direction: column !important;
  gap: 1.25rem !important;
  margin: 0 !important;
}

.p-promiseCard__btns > .wp-block-button {
  max-width: 19.6875rem;
  width: 100%;
}

.p-promiseCard__btn--pdf .wp-block-button__link {
  align-items: center;
  background-color: #E2829D !important;
  border: 2px solid #D9D9D9 !important;
  border-radius: 1.25rem !important;
  color: #fff !important;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  min-height: 3.75rem;
  padding-inline: 1rem 2.5rem;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}

.p-promiseCard__btn--pdf .wp-block-button__link::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: border-color 0.3s;
  width: 0.625rem;
}

.p-promiseCard__btn--web .wp-block-button__link {
  align-items: center;
  background-color: #9db1cf !important;
  border: 2px solid #D9D9D9 !important;
  border-radius: 1.25rem !important;
  color: #fff !important;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  min-height: 3.75rem;
  padding-inline: 1rem 2.5rem;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}

.p-promiseCard__btn--web .wp-block-button__link::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: border-color 0.3s;
  width: 0.625rem;
}
.p-promiseBrand.wp-block-media-text {
  align-items: stretch;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 1.25rem !important;
  grid-template-columns: 1fr 40% !important;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

.p-promiseBrand .wp-block-media-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.75rem 1.5rem;
}

.p-promiseBrand .wp-block-media-text__media {
  border-radius: 0 1.25rem 1.25rem 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.p-promiseBrand .wp-block-media-text__media img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-promiseBrand__title {
  color: #1E2142;
  font-size: clamp(0.9375rem, 1.5vw, 1.5625rem);
  font-weight: 700;
  line-height: 1.3;
  margin-block: 0 1rem !important;
}

.p-promiseBrand__text {
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-block: 0 0.75rem !important;
}

.p-promiseCta {
  background-color: #1E2142;
  overflow: hidden;
  position: relative;
}

.p-promiseCta__cols.wp-block-columns {
  align-items: center;
  gap: 2.5rem !important;
  margin: 0 !important;
}

.p-promiseCta__title {
  color: #E38EA6 !important;
  font-size: clamp(1.25rem, 2.5vw, 3.125rem);
  font-weight: 700;
  line-height: 1.3;
  margin-block: 0 1.5rem !important;
}

.p-promiseCta__list.wp-block-list {
  list-style: none !important;
  margin-block: 0 1.5rem !important;
  padding: 0 !important;
}

.p-promiseCta__list li {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.6;
}

.p-promiseCta__text {
  color: #fff !important;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-block: 0 2rem !important;
}

.p-promiseCta__btns.wp-block-buttons {
  flex-wrap: wrap !important;
  gap: 1rem !important;
}

.p-promiseCta__btn--line .wp-block-button__link {
  align-items: center;
  background-color: #E2829D !important;
  border: none !important;
  border-radius: 1.25rem !important;
  color: #fff !important;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  min-height: 3.75rem;
  padding-inline: 1rem 2.5rem;
  position: relative;
  width: 16.75rem;
}

.p-promiseCta__btn--contact .wp-block-button__link {
  align-items: center;
  background-color: #9db1cf !important;
  border: none !important;
  border-radius: 1.25rem !important;
  color: #fff !important;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  min-height: 3.75rem;
  padding-inline: 1rem 2.5rem;
  position: relative;
  width: 16.75rem;
}

.p-promiseCta__btn--line .wp-block-button__link::after,
.p-promiseCta__btn--contact .wp-block-button__link::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.75rem;
}

.p-promiseCta__btn--line .wp-block-button__link:hover,
.p-promiseCta__btn--contact .wp-block-button__link:hover {
  color: #fff !important;
  opacity: 0.85;
}

.p-promiseCta__img-col.wp-block-column {
  min-width: 0;
}

.p-promiseCta__img.wp-block-image img {
  border-radius: 0.5rem;
  display: block;
  height: auto;
  width: 100%;
}

.p-promiseGrid {
  align-items: stretch;
  display: flex;
  gap: 2.5rem;
}

.p-promiseGrid--mt {
  margin-top: 2.5rem;
}

.p-promiseGrid__col {
  flex: 1;
  min-width: 0;
}

.p-promiseGrid__col--empty {
  flex: 1;
}

.p-promiseGrid--block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-promiseCard {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding-bottom: 1.5625rem;
}

.p-promiseCard__row {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 1.5625rem;
  justify-content: center;
  padding: 1rem;
}

.p-promiseCard__thumb {
  flex: 0 0 10.4375rem;
  max-width: 10.4375rem;
  overflow: hidden;
  width: 10.4375rem;
}

.p-promiseCard__thumb img {
  -o-object-fit: cover;
  display: block;
  height: 14.75rem;
  object-fit: cover;
  width: 10.4375rem;
}

.p-promiseCard__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  max-width: 22.25rem;
  width: 100%;
}

.p-promiseCard__btns {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-promiseCard__btn {
  align-items: center;
  border-radius: 1.25rem;
  box-sizing: border-box;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  min-height: 3.75rem;
  padding-inline: 1rem 2.5rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.p-promiseCard__btn::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: border-color 0.3s;
  width: 0.625rem;
}

.p-promiseCard__btn--pdf {
  background-color: #E2829D;
  border: 2px solid #D9D9D9;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}

.p-promiseCard__btn--web {
  background-color: #9db1cf;
  border: 2px solid #D9D9D9;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}
.p-promiseBrand {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 1.25rem;
  min-height: 21.9375rem;
  overflow: hidden;
  position: relative;
}

.p-promiseBrand__content {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.5rem 1.25rem;
  position: relative;
  z-index: 1;
}

.p-promiseBrand__title {
  color: #1E2142;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.3;
  max-width: 31.5625rem;
}

.p-promiseBrand__text {
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin: 0;
  max-width: 21.375rem;
}

.p-promiseBrand__logo {
  -o-object-fit: contain;
  display: block;
  height: 2.375rem;
  margin-top: auto;
  object-fit: contain;
  width: 11.3125rem;
}

.p-promiseBrand__media {
  bottom: 0;
  height: 15.375rem;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: -2.5rem;
  top: 8.125rem;
  width: 16.875rem;
  z-index: 0;
}
.p-promiseBrand__media::before {
  background: linear-gradient(78deg, rgb(255, 255, 255) 26%, rgba(255, 255, 255, 0) 73%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 8.5625rem;
  z-index: 1;
}
.p-promiseBrand__media img {
  -o-object-fit: cover;
  -o-object-position: center right;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  width: 100%;
}

.p-promiseIntro__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0.625rem;
}

.p-promiseIntro__btn a {
  align-items: center;
  background-color: #fff;
  border: 2px solid #1E2142;
  border-radius: 1.25rem;
  color: #1E2142;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05em;
  max-width: 100%;
  min-height: 3.75rem;
  padding-inline: 3rem;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: 23.9375rem;
}

.p-promiseIntro__btn a::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #1E2142;
  border-right: 2px solid #1E2142;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: border-color 0.3s;
  width: 0.5rem;
}
.p-promiseCta__cols {
  align-items: center;
  display: flex;
  gap: 2.5rem;
}

.p-promiseCta__content {
  flex: 1;
}

.p-promiseCta__img-col {
  flex: 0 0 40%;
  max-width: 40%;
}

.p-promiseCta__img {
  border-radius: 0.5rem;
  display: block;
  height: auto;
  width: 100%;
}

.p-promiseCta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.p-promiseCta__btn {
  align-items: center;
  border: none;
  border-radius: 1.25rem;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  min-height: 3.75rem;
  padding-inline: 1rem 2.5rem;
  position: relative;
  text-decoration: none;
  width: 16.75rem;
}

.p-promiseCta__btn::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.75rem;
}

.p-promiseCta__btn--line {
  background-color: #E2829D;
  color: #fff;
}

.p-promiseCta__btn--contact {
  background-color: #9db1cf;
  color: #fff;
}

.p-promiseCta__btn--line:hover,
.p-promiseCta__btn--contact:hover {
  color: #fff;
  opacity: 0.85;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .p-promiseIntro,
  .p-promiseSec,
  .p-promiseCta {
    padding-block: 1.25rem;
  }
  .p-promiseSec__title {
    font-size: 1.125rem;
  }
  hr.p-promiseSec__line.wp-block-separator,
  hr.p-promiseSec__line {
    -webkit-margin-after: 1.5rem !important;
    margin-block-end: 1.5rem !important;
    max-width: 16.25rem;
  }
  .p-promiseIntro__text {
    font-size: 1rem;
    text-align: left;
  }
  .p-promiseIntro__note {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
  .p-promiseIntro__btn .wp-block-button__link {
    font-size: 1rem;
    width: 100%;
  }
  .p-promiseCard__title {
    padding: 1rem 1rem 0 1rem;
  }
  .p-promiseCard__cols.wp-block-columns {
    flex-direction: column !important;
  }
  .p-promiseCard__thumb-col.wp-block-column {
    flex: none !important;
    height: 12.5rem;
    max-width: 100% !important;
    width: 100% !important;
  }
  .p-promiseCard__thumb-img.wp-block-image img {
    border-radius: 0;
    height: 12.5rem;
    min-height: unset;
  }
  .p-promiseBrand.wp-block-media-text {
    display: block !important;
    grid-template-columns: 1fr !important;
  }
  .p-promiseBrand .wp-block-media-text__content {
    padding: 1.5rem 1.25rem;
  }
  .p-promiseBrand .wp-block-media-text__media {
    display: none;
  }
  .p-promiseCta__btn--line .wp-block-button__link {
    width: 100%;
  }
  .p-promiseCta__btn--contact .wp-block-button__link {
    width: 100%;
  }
  .p-promiseGrid {
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-promiseGrid__col--empty {
    display: none;
  }
  .p-promiseGrid--block {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-promiseCard {
    padding-bottom: 0rem;
  }
  .p-promiseCard__row {
    flex-direction: column;
    gap: 1rem;
  }
  .p-promiseCard__thumb {
    flex: none;
    height: 12.5rem;
    max-width: 100%;
    width: 100%;
  }
  .p-promiseCard__thumb img {
    border-radius: 0;
    height: 12.5rem;
    width: 100%;
  }
  .p-promiseCard__body {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .p-promiseBrand__content {
    gap: 1rem;
    padding: 1.5rem 1.25rem;
  }
  .p-promiseBrand__title {
    font-size: 1.25rem;
  }
  .p-promiseBrand__text {
    font-size: 0.875rem;
    max-width: 100%;
  }
  .p-promiseBrand__text br {
    display: none;
  }
  .p-promiseBrand__logo {
    width: 9.375rem;
  }
  .p-promiseBrand__media {
    display: none;
  }
  .p-promiseIntro__btn a {
    font-size: 1rem;
    width: 100%;
  }
  .p-promiseCta__cols {
    flex-direction: column;
  }
  .p-promiseCta__img-col {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .p-promiseCta__btn {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover) {
  .p-promiseCard__btn--pdf .wp-block-button__link:hover {
    background-color: #fff !important;
    color: #E2829D !important;
  }
  .p-promiseCard__btn--pdf .wp-block-button__link:hover::after {
    border-bottom-color: #E2829D;
    border-right-color: #E2829D;
  }
  .p-promiseCard__btn--web .wp-block-button__link:hover {
    background-color: #fff !important;
    color: #9db1cf !important;
  }
  .p-promiseCard__btn--web .wp-block-button__link:hover::after {
    border-bottom-color: #9db1cf;
    border-right-color: #9db1cf;
  }
  .p-promiseCard__btn--pdf:hover {
    background-color: #fff;
    color: #E2829D;
  }
  .p-promiseCard__btn--pdf:hover::after {
    border-bottom-color: #E2829D;
    border-right-color: #E2829D;
  }
  .p-promiseCard__btn--web:hover {
    background-color: #fff;
    color: #9db1cf;
  }
  .p-promiseCard__btn--web:hover::after {
    border-bottom-color: #9db1cf;
    border-right-color: #9db1cf;
  }
  .p-promiseIntro__btn a:hover {
    background-color: #1E2142;
    color: #fff;
  }
  .p-promiseIntro__btn a:hover::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/promise.css.map */