.wp-block-archives {
  box-sizing: border-box;
}
.wp-block-archives-dropdown label {
  display: block;
}
.wp-block-avatar {
  line-height: 0;
}
.wp-block-avatar,
.wp-block-avatar img {
  box-sizing: border-box;
}
.wp-block-avatar.aligncenter {
  text-align: center;
}
.wp-block-audio {
  box-sizing: border-box;
}
.wp-block-audio figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-audio audio {
  min-width: 300px;
  width: 100%;
}
.wp-block-button__link {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
.wp-block-button[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}
.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
.wp-block-button .wp-block-button__link:where(.is-style-outline),
.wp-block-button:where(.is-style-outline) > .wp-block-button__link {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),
.wp-block-button:where(.is-style-outline) > .wp-block-button__link:not(.has-text-color) {
  color: currentColor;
}
.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),
.wp-block-button:where(.is-style-outline) > .wp-block-button__link:not(.has-background) {
  background-color: initial;
  background-image: none;
}
.wp-block-button .wp-block-button__link:where(.has-border-color) {
  border-width: initial;
}
.wp-block-button .wp-block-button__link:where([style*="border-top-color"]) {
  border-top-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-right-color"]) {
  border-right-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-bottom-color"]) {
  border-bottom-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-left-color"]) {
  border-left-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-style"]) {
  border-width: initial;
}
.wp-block-button .wp-block-button__link:where([style*="border-top-style"]) {
  border-top-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-right-style"]) {
  border-right-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-bottom-style"]) {
  border-bottom-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-left-style"]) {
  border-left-width: medium;
}
.wp-block-buttons.is-vertical {
  flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}
.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}
.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
.wp-block-buttons.aligncenter {
  text-align: center;
}
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.wp-block-buttons[style*="text-decoration"] .wp-block-button,
.wp-block-buttons[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}
.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar td,
.wp-block-calendar th {
  border: 1px solid;
  padding: 0.25em;
}
.wp-block-calendar th {
  font-weight: 400;
}
.wp-block-calendar caption {
  background-color: inherit;
}
.wp-block-calendar table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d;
}
.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd;
}
.wp-block-calendar table.has-background th {
  background-color: inherit;
}
.wp-block-calendar table.has-text-color th {
  color: inherit;
}
:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd;
}
.wp-block-categories {
  box-sizing: border-box;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-categories.wp-block-categories-dropdown.aligncenter {
  text-align: center;
}
.wp-block-code {
  box-sizing: border-box;
}
.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}
@media (min-width: 782px) {
  .wp-block-columns {
      flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
      flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
      flex-basis: 0;
      flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
      flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*="flex-basis"] {
  flex-grow: 0;
}
:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
.wp-block-post-comments {
  box-sizing: border-box;
}
.wp-block-post-comments .alignleft {
  float: left;
}
.wp-block-post-comments .alignright {
  float: right;
}
.wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table;
}
.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0;
}
.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .comment-author {
  line-height: 1.5;
}
.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  margin-top: 0.5em;
  width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
  font-style: normal;
}
.wp-block-post-comments .comment-meta {
  font-size: 0.875em;
  line-height: 1.5;
}
.wp-block-post-comments .comment-meta b {
  font-weight: 400;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
}
.wp-block-post-comments .comment-body .commentmetadata {
  font-size: 0.875em;
}
.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments .comment-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0;
}
.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.wp-block-post-comments .reply {
  font-size: 0.875em;
  margin-bottom: 1.4em;
}
.wp-block-post-comments input:not([type="submit"]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments textarea {
  padding: calc(0.667em + 2px);
}
:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination.aligncenter {
  justify-content: center;
}
.wp-block-comment-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
}
.wp-block-comment-template li {
  clear: both;
}
.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem;
}
.wp-block-comment-template.alignleft {
  float: left;
}
.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-comment-template.alignright {
  float: right;
}
.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative;
}
.wp-block-cover .has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image .has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]) {
  background-color: #000;
}
.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
  background-color: initial;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  background-color: inherit;
  content: "";
}
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
  content: "";
  display: block;
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  .wp-block-cover-image:after,
  .wp-block-cover:after {
      content: none;
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  width: 100%;
  z-index: 1;
}
.wp-block-cover h1:where(:not(.has-text-color)),
.wp-block-cover h2:where(:not(.has-text-color)),
.wp-block-cover h3:where(:not(.has-text-color)),
.wp-block-cover h4:where(:not(.has-text-color)),
.wp-block-cover h5:where(:not(.has-text-color)),
.wp-block-cover h6:where(:not(.has-text-color)),
.wp-block-cover p:where(:not(.has-text-color)),
.wp-block-cover-image h1:where(:not(.has-text-color)),
.wp-block-cover-image h2:where(:not(.has-text-color)),
.wp-block-cover-image h3:where(:not(.has-text-color)),
.wp-block-cover-image h4:where(:not(.has-text-color)),
.wp-block-cover-image h5:where(:not(.has-text-color)),
.wp-block-cover-image h6:where(:not(.has-text-color)),
.wp-block-cover-image p:where(:not(.has-text-color)) {
  color: inherit;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (-webkit-touch-callout: inherit) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
      background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
      background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
  z-index: 1;
}
:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}
:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}
.wp-block-details {
  box-sizing: border-box;
  overflow: hidden;
}
.wp-block-details summary {
  cursor: pointer;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align="right"] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px;
}
.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px;
}
.wp-block-embed {
  overflow-wrap: break-word;
}
.wp-block-embed figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-embed iframe {
  max-width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.wp-block-file {
  box-sizing: border-box;
}
.wp-block-file:not(.wp-element-button) {
  font-size: 0.8em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
:where(.wp-block-file) {
  margin-bottom: 1.5em;
}
.wp-block-file__embed {
  margin-bottom: 1em;
}
:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
}
:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-form-input__label {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  margin-bottom: 0.5em;
  width: 100%;
}
.wp-block-form-input__label.is-label-inline {
  align-items: center;
  flex-direction: row;
  gap: 0.5em;
}
.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
  margin-bottom: 0.5em;
}
.wp-block-form-input__label:has(input[type="checkbox"]) {
  flex-direction: row-reverse;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-form-input__label-content {
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-form-input__input {
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
}
.wp-block-form-input__input[type="date"],
.wp-block-form-input__input[type="datetime-local"],
.wp-block-form-input__input[type="datetime"],
.wp-block-form-input__input[type="email"],
.wp-block-form-input__input[type="month"],
.wp-block-form-input__input[type="number"],
.wp-block-form-input__input[type="password"],
.wp-block-form-input__input[type="search"],
.wp-block-form-input__input[type="tel"],
.wp-block-form-input__input[type="text"],
.wp-block-form-input__input[type="time"],
.wp-block-form-input__input[type="url"],
.wp-block-form-input__input[type="week"] {
  border: 1px solid;
  line-height: 2;
  min-height: 2em;
}
textarea.wp-block-form-input__input {
  min-height: 10em;
}
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
      margin-right: 1em;
      width: calc(33.33333% - 0.66667em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
      margin-right: 1em;
      width: calc(25% - 0.75em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
      margin-right: 1em;
      width: calc(20% - 0.8em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
      margin-right: 1em;
      width: calc(16.66667% - 0.83333em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
      margin-right: 1em;
      width: calc(14.28571% - 0.85714em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
      margin-right: 1em;
      width: calc(12.5% - 0.875em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
      margin-right: 0;
  }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image > a,
.wp-block-gallery.has-nested-images figure.wp-block-image > div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  scrollbar-color: #0000 #0000;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  width: 100%;
  will-change: transform;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
  background-color: initial;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: initial;
  border: 3px solid #0000;
  border-radius: 8px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
  background-color: #fffc;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
  scrollbar-color: #fffc #0000;
}
@media (hover: none) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
      scrollbar-color: #fffc #0000;
  }
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
  flex: 1 1 auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
.wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
  display: flex;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
      width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
      width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
  }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
      width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
  }
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
      width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333);
  }
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
      width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714);
  }
  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
      width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
      width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
      width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
      width: 100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
.wp-block-group {
  box-sizing: border-box;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}
h1.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h1.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h2.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h2.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h3.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h3.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h4.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h4.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h5.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h5.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h6.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h6.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]) {
  rotate: 180deg;
}
.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.wp-block-image[style*="border-radius"] img,
.wp-block-image[style*="border-radius"] > a {
  border-radius: inherit;
}
.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
      border-radius: 0;
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
      mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
      mask-mode: alpha;
      -webkit-mask-position: center;
      mask-position: center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: contain;
      mask-size: contain;
  }
}
.wp-block-image :where(.has-border-color) {
  border-style: solid;
}
.wp-block-image :where([style*="border-top-color"]) {
  border-top-style: solid;
}
.wp-block-image :where([style*="border-right-color"]) {
  border-right-style: solid;
}
.wp-block-image :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
.wp-block-image :where([style*="border-left-color"]) {
  border-left-style: solid;
}
.wp-block-image :where([style*="border-width"]) {
  border-style: solid;
}
.wp-block-image :where([style*="border-top-width"]) {
  border-top-style: solid;
}
.wp-block-image :where([style*="border-right-width"]) {
  border-right-style: solid;
}
.wp-block-image :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
.wp-block-image :where([style*="border-left-width"]) {
  border-left-style: solid;
}
.wp-block-image figure {
  margin: 0;
}
.wp-lightbox-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.wp-lightbox-container img {
  cursor: zoom-in;
}
.wp-lightbox-container img:hover + button {
  opacity: 1;
}
.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: #5a5a5a40;
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  transition: opacity 0.2s ease;
  width: 20px;
  z-index: 100;
}
.wp-lightbox-container button:focus-visible {
  outline: 3px auto #5a5a5a40;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}
.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1;
}
.wp-lightbox-container button:focus {
  opacity: 1;
}
.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: #5a5a5a40;
  border: none;
}
.wp-lightbox-overlay {
  box-sizing: border-box;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100000;
}
.wp-lightbox-overlay .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000;
}
.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none;
}
.wp-lightbox-overlay .lightbox-image-container {
  height: var(--wp--lightbox-container-height);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  width: var(--wp--lightbox-container-width);
  z-index: 9999999999;
}
.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3000000;
}
.wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width);
}
.wp-lightbox-overlay .wp-block-image figcaption {
  display: none;
}
.wp-lightbox-overlay button {
  background: none;
  border: none;
}
.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  z-index: 2000000;
}
.wp-lightbox-overlay.active {
  animation: turn-on-visibility 0.25s both;
  visibility: visible;
}
.wp-lightbox-overlay.active img {
  animation: turn-on-visibility 0.35s both;
}
.wp-lightbox-overlay.show-closing-animation:not(.active) {
  animation: turn-off-visibility 0.35s both;
}
.wp-lightbox-overlay.show-closing-animation:not(.active) img {
  animation: turn-off-visibility 0.25s both;
}
@media (prefers-reduced-motion: no-preference) {
  .wp-lightbox-overlay.zoom.active {
      animation: none;
      opacity: 1;
      visibility: visible;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container {
      animation: lightbox-zoom-in 0.4s;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
      animation: none;
  }
  .wp-lightbox-overlay.zoom.active .scrim {
      animation: turn-on-visibility 0.4s forwards;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
      animation: none;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
      animation: lightbox-zoom-out 0.4s;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
      animation: none;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
      animation: turn-off-visibility 0.4s forwards;
  }
}
@keyframes turn-on-visibility {
  0% {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@keyframes turn-off-visibility {
  0% {
      opacity: 1;
      visibility: visible;
  }
  99% {
      opacity: 0;
      visibility: visible;
  }
  to {
      opacity: 0;
      visibility: hidden;
  }
}
@keyframes lightbox-zoom-in {
  0% {
      transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
  }
  to {
      transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes lightbox-zoom-out {
  0% {
      transform: translate(-50%, -50%) scale(1);
      visibility: visible;
  }
  99% {
      visibility: visible;
  }
  to {
      transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
      visibility: hidden;
  }
}
ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
}
:where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment)) {
  line-height: 1.1;
}
:where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment-excerpt p)) {
  line-height: 1.8;
}
.has-dates :where(.wp-block-latest-comments:not([style*="line-height"])),
.has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
  line-height: 1.5;
}
.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.wp-block-latest-comments[class*="-font-size"] a,
.wp-block-latest-comments[style*="font-size"] a {
  font-size: inherit;
}
.wp-block-latest-posts {
  box-sizing: border-box;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
      width: calc(50% - 0.625em);
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
      margin-right: 0;
  }
  .wp-block-latest-posts.columns-3 li {
      width: calc(33.33333% - 0.83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
      margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
      width: calc(25% - 0.9375em);
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
      margin-right: 0;
  }
  .wp-block-latest-posts.columns-5 li {
      width: calc(20% - 1em);
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
      margin-right: 0;
  }
  .wp-block-latest-posts.columns-6 li {
      width: calc(16.66667% - 1.04167em);
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
      margin-right: 0;
  }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  float: right;
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
ol,
ul {
  box-sizing: border-box;
}
ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-media-text {
  box-sizing: border-box;
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start;
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
      grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      grid-column: 1;
      grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      grid-column: 1;
      grid-row: 2;
  }
}
.wp-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
}
.wp-block-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-item {
  align-items: center;
  display: flex;
  position: relative;
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
  display: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
  display: block;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit;
}
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
  text-decoration: underline;
}
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
  text-decoration: line-through;
}
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a {
  text-decoration: none;
}
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: 0.6em;
  line-height: 0;
  margin-left: 0.25em;
  padding: 0;
  width: 0.6em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  height: inherit;
  margin-top: 0.075em;
  width: inherit;
}
.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start;
}
.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap;
}
.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center;
}
.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center;
}
.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end;
}
.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  z-index: 2;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
  margin-left: auto;
  margin-right: 0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  margin: 0;
}
@media (min-width: 782px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
      left: 100%;
      top: -1px;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
      background: #0000;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      right: 100%;
      width: 0.5em;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
      margin-right: 0.25em;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
      transform: rotate(-90deg);
  }
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}
.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%;
}
@media (min-width: 782px) {
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
      left: 100%;
      top: 0;
  }
}
.wp-block-navigation-submenu {
  display: flex;
  position: relative;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
}
button.wp-block-navigation-item__content {
  background-color: initial;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit;
}
.wp-block-navigation-submenu__toggle {
  cursor: pointer;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-left: 0;
  padding-right: 0.85em;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
  margin-left: -0.6em;
  pointer-events: none;
}
.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
  padding: 0;
}
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit;
}
:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: 0.5em 1em;
}
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
  padding: 0.5em 1em;
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 0;
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px;
}
@media (min-width: 782px) {
  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
      left: auto;
      right: 100%;
  }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  border: 1px solid #00000026;
}
.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
  background-color: inherit;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
  color: #000;
}
.wp-block-navigation__container {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
  display: none;
}
.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1;
}
@keyframes overlay-menu__fade-in-animation {
  0% {
      opacity: 0;
      transform: translateY(0.5em);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit;
}
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit !important;
  color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
  animation: overlay-menu__fade-in-animation 0.1s ease-out;
  animation-fill-mode: forwards;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem)
      clamp(1rem, var(--wp--style--root--padding-left), 20em);
  z-index: 100000;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
      animation-delay: 0s;
      animation-duration: 1ms;
  }
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: none;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: #0000 !important;
  color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  left: auto;
  right: auto;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      background-color: inherit;
      display: block;
      position: relative;
      width: 100%;
      z-index: auto;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
      display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
      left: 0;
  }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
  color: #000;
}
.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  background: #0000;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 24px;
  pointer-events: none;
  width: 24px;
}
.wp-block-navigation__responsive-container-open {
  display: flex;
}
.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
      display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.wp-block-navigation__responsive-close {
  width: 100%;
}
.has-modal-open .wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 100%);
}
.wp-block-navigation__responsive-close:focus {
  outline: none;
}
.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
}
.wp-block-navigation__responsive-dialog {
  position: relative;
}
.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 46px;
}
@media (min-width: 782px) {
  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
      margin-top: 32px;
  }
}
html.has-modal-open {
  overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}
.link-ui-tools {
  border-top: 1px solid #f0f0f0;
  padding: 8px;
}
.link-ui-block-inserter {
  padding-top: 8px;
}
.link-ui-block-inserter__back {
  margin-left: 8px;
  text-transform: uppercase;
}
.components-popover-pointer-events-trap {
  background-color: initial;
  cursor: pointer;
  inset: 0;
  position: fixed;
  z-index: 1000000;
}
.wp-block-navigation .wp-block-page-list {
  align-items: var(--navigation-layout-align, initial);
  background-color: inherit;
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit;
}
.is-small-text {
  font-size: 0.875em;
}
.is-regular-text {
  font-size: 1em;
}
.is-large-text {
  font-size: 2.25em;
}
.is-larger-text {
  font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}
body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: 0.1em;
}
p.has-drop-cap.has-background {
  overflow: hidden;
}
p.has-background {
  padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg;
}
.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-author__byline {
  font-size: 0.5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.wp-block-post-author__avatar {
  margin-right: 1em;
}
.wp-block-post-author__bio {
  font-size: 0.7em;
  margin-bottom: 0.7em;
}
.wp-block-post-author__content {
  flex-basis: 0;
  flex-grow: 1;
}
.wp-block-post-author__name {
  margin: 0;
}
.wp-block-post-comments-form {
  box-sizing: border-box;
}
.wp-block-post-comments-form[style*="font-weight"] :where(.comment-reply-title) {
  font-weight: inherit;
}
.wp-block-post-comments-form[style*="font-family"] :where(.comment-reply-title) {
  font-family: inherit;
}
.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}
.wp-block-post-comments-form[style*="line-height"] :where(.comment-reply-title) {
  line-height: inherit;
}
.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}
.wp-block-post-comments-form[style*="letter-spacing"] :where(.comment-reply-title) {
  letter-spacing: inherit;
}
.wp-block-post-comments-form input[type="submit"] {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center;
}
.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea {
  padding: calc(0.667em + 2px);
}
.wp-block-post-comments-form .comment-form input:not([type="submit"]):not([type="checkbox"]):not([type="hidden"]),
.wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0;
}
.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.wp-block-post-date {
  box-sizing: border-box;
}
:where(.wp-block-post-excerpt) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__more-link {
  display: inline-block;
}
.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-post-featured-image a {
  display: block;
  height: 100%;
}
.wp-block-post-featured-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
  background-color: #000;
  inset: 0;
  position: absolute;
}
.wp-block-post-featured-image {
  position: relative;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: initial;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1;
}
.wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
  rotate: 180deg;
}
.wp-block-post-terms {
  box-sizing: border-box;
}
.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap;
}
.wp-block-post-time-to-read,
.wp-block-post-title {
  box-sizing: border-box;
}
.wp-block-post-title {
  word-break: break-word;
}
.wp-block-post-title a {
  display: inline-block;
}
.wp-block-preformatted {
  box-sizing: border-box;
  white-space: pre-wrap;
}
:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-pullquote {
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding: 4em 0;
  text-align: center;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit;
}
.wp-block-pullquote blockquote {
  margin: 0;
}
.wp-block-pullquote p {
  margin-top: 0;
}
.wp-block-pullquote p:last-child {
  margin-bottom: 0;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
:where(.wp-block-pullquote) {
  margin: 0 0 1em;
}
.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left;
}
.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-post-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}
.wp-block-post-template.wp-block-post-template {
  background: none;
}
.wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em;
}
.wp-block-post-template.is-flex-container > li {
  margin: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
      width: calc(50% - 0.625em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
      width: calc(33.33333% - 0.83333em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
      width: calc(25% - 0.9375em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
      width: calc(20% - 1em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
      width: calc(16.66667% - 1.04167em);
  }
}
@media (max-width: 600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
      grid-template-columns: 1fr;
  }
}
.wp-block-post-template-is-layout-constrained > li > .alignright,
.wp-block-post-template-is-layout-flow > li > .alignright {
  float: right;
  margin-inline-end: 0;
  margin-inline-start: 2em;
}
.wp-block-post-template-is-layout-constrained > li > .alignleft,
.wp-block-post-template-is-layout-flow > li > .alignleft {
  float: left;
  margin-inline-end: 2em;
  margin-inline-start: 0;
}
.wp-block-post-template-is-layout-constrained > li > .aligncenter,
.wp-block-post-template-is-layout-flow > li > .aligncenter {
  margin-inline-end: auto;
  margin-inline-start: auto;
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
  margin-inline-start: auto;
}
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination.aligncenter {
  justify-content: center;
}
.wp-block-query-title,
.wp-block-quote {
  box-sizing: border-box;
}
.wp-block-quote {
  overflow-wrap: break-word;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right;
}
.wp-block-quote > cite {
  display: block;
}
.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-read-more:where(:not([style*="text-decoration"])) {
  text-decoration: none;
}
.wp-block-read-more:where(:not([style*="text-decoration"])):active,
.wp-block-read-more:where(:not([style*="text-decoration"])):focus {
  text-decoration: none;
}
ul.wp-block-rss {
  list-style: none;
  padding: 0;
}
ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}
ul.wp-block-rss.alignleft {
  margin-right: 2em;
}
ul.wp-block-rss.alignright {
  margin-left: 2em;
}
ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}
@media (min-width: 600px) {
  ul.wp-block-rss.columns-2 li {
      width: calc(50% - 1em);
  }
  ul.wp-block-rss.columns-3 li {
      width: calc(33.33333% - 1em);
  }
  ul.wp-block-rss.columns-4 li {
      width: calc(25% - 1em);
  }
  ul.wp-block-rss.columns-5 li {
      width: calc(20% - 1em);
  }
  ul.wp-block-rss.columns-6 li {
      width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
}
.wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search__button svg {
  height: 1.25em;
  min-height: 24px;
  min-width: 24px;
  width: 1.25em;
  fill: currentColor;
  vertical-align: text-bottom;
}
:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}
.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__label {
  width: 100%;
}
.wp-block-search__input {
  -webkit-appearance: initial;
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  flex-shrink: 0;
  margin-left: 0;
  max-width: 100%;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded="true"] {
  max-width: calc(100% - 100px);
}
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: 0.3s;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
  overflow: hidden;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  flex-basis: 0;
  flex-grow: 0;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 0 !important;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: 4px 8px;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}
.wp-block[data-align="right"] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  float: right;
}
.wp-block-separator {
  border: none;
  border-top: 2px solid;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  height: auto;
  line-height: 1;
  text-align: center;
}
.wp-block-separator.is-style-dots:before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}
.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
  line-height: 0;
}
.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px;
}
.wp-block-site-logo img {
  height: auto;
  max-width: 100%;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px;
}
.wp-block-site-title a {
  color: inherit;
}
.wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none;
}
.wp-block-social-links .wp-social-link a {
  padding: 0.25em;
}
.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: 0.65em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}
.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center;
}
.wp-block-social-links.alignright {
  justify-content: flex-end;
}
.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
  transition: transform 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-social-link {
      transition-delay: 0s;
      transition-duration: 0s;
  }
}
.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform 0.1s ease;
}
.wp-block-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link.wp-social-link {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
  color: currentColor;
  fill: currentColor;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar {
  background-color: #1d4fc4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 1.25em;
  width: 1.25em;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar {
  color: #1d4fc4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #ff4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-threads,
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
  color: #25d366;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-x {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
  color: #000;
}
.wp-block-spacer {
  clear: both;
}
.wp-block-tag-cloud {
  box-sizing: border-box;
}
.wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: center;
}
.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}
.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
}
.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}
.wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}
.wp-block-tag-cloud.is-style-outline a {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table thead {
  border-bottom: 3px solid;
}
.wp-block-table tfoot {
  border-top: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  background-color: initial;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #0000;
}
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color > * {
  border-color: inherit;
}
.wp-block-table table[style*="border-top-color"] tr:first-child,
.wp-block-table table[style*="border-top-color"] tr:first-child td,
.wp-block-table table[style*="border-top-color"] tr:first-child th,
.wp-block-table table[style*="border-top-color"] > *,
.wp-block-table table[style*="border-top-color"] > * td,
.wp-block-table table[style*="border-top-color"] > * th {
  border-top-color: inherit;
}
.wp-block-table table[style*="border-top-color"] tr:not(:first-child) {
  border-top-color: initial;
}
.wp-block-table table[style*="border-right-color"] td:last-child,
.wp-block-table table[style*="border-right-color"] th,
.wp-block-table table[style*="border-right-color"] tr,
.wp-block-table table[style*="border-right-color"] > * {
  border-right-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] tr:last-child,
.wp-block-table table[style*="border-bottom-color"] tr:last-child td,
.wp-block-table table[style*="border-bottom-color"] tr:last-child th,
.wp-block-table table[style*="border-bottom-color"] > *,
.wp-block-table table[style*="border-bottom-color"] > * td,
.wp-block-table table[style*="border-bottom-color"] > * th {
  border-bottom-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] tr:not(:last-child) {
  border-bottom-color: initial;
}
.wp-block-table table[style*="border-left-color"] td:first-child,
.wp-block-table table[style*="border-left-color"] th,
.wp-block-table table[style*="border-left-color"] tr,
.wp-block-table table[style*="border-left-color"] > * {
  border-left-color: inherit;
}
.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr,
.wp-block-table table[style*="border-style"] > * {
  border-style: inherit;
}
.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr,
.wp-block-table table[style*="border-width"] > * {
  border-style: inherit;
  border-width: inherit;
}
:where(.wp-block-term-description) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap;
}
:where(pre.wp-block-verse) {
  font-family: inherit;
}
.wp-block-video {
  box-sizing: border-box;
}
.wp-block-video video {
  vertical-align: middle;
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
      object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.editor-styles-wrapper,
.entry-content {
  counter-reset: footnotes;
}
a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super;
}
a[data-fn].fn:after {
  content: "[" counter(footnotes) "]";
  float: left;
  text-indent: 0;
}
.wp-element-button {
  cursor: pointer;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size {
  font-size: 1em;
}
.has-larger-font-size {
  font-size: 2.625em;
}
.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}
.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
html :where(.has-border-color) {
  border-style: solid;
}
html :where([style*="border-top-color"]) {
  border-top-style: solid;
}
html :where([style*="border-right-color"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
  border-left-style: solid;
}
html :where([style*="border-width"]) {
  border-style: solid;
}
html :where([style*="border-top-width"]) {
  border-top-style: solid;
}
html :where([style*="border-right-width"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
  border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
:where(figure) {
  margin: 0 0 1em;
}
html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}
@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
      --wp-admin--admin-bar--position-offset: 0px;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
}

@media print {
  *,
  :after,
  :before {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
  }
  a,
  a:visited {
      text-decoration: underline;
  }
  a[href]:after {
      content: " (" attr(href) ")";
  }
  abbr[title]:after {
      content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
      content: "";
  }
  pre {
      white-space: pre-wrap !important;
  }
  blockquote,
  pre {
      page-break-inside: avoid;
      border: 1px solid #ccc;
  }
  thead {
      display: table-header-group;
  }
  img,
  tr {
      page-break-inside: avoid;
  }
  h2,
  h3,
  p {
      orphans: 3;
      widows: 3;
  }
  h2,
  h3 {
      page-break-after: avoid;
  }
}
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #333;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  width: auto;
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="button"],
[type="submit"],
button {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0px;
  transition: all 0.3s;
}
[type="button"]:focus,
[type="submit"]:focus,
button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
select {
  display: block;
}
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table td,
table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table th {
  font-weight: 700;
}
table tfoot th,
table thead th {
  font-size: 1em;
}
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-top: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: hsla(0, 0%, 50.2%, 0.1019607843);
}
table tbody + tbody {
  border-top: 2px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
      font-size: 0.8em;
  }
  table table td,
  table table th {
      padding: 7px;
      line-height: 1.3;
  }
  table table th {
      font-weight: 400;
  }
}
dd,
dl,
dt,
li,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.comments-area a,
.page-content a {
  text-decoration: underline;
}
.alignright {
  float: right;
  margin-left: 1rem;
}
.alignleft {
  float: left;
  margin-right: 1rem;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}
.alignfull,
.alignfull img {
  width: 100vw;
}
.wp-caption {
  margin-bottom: 1.25rem;
  max-width: 100%;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  margin: 0;
}
.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}
.pagination {
  margin: 20px auto;
}
.sticky {
  position: relative;
  display: block;
}
.bypostauthor {
  font-size: inherit;
}
.hide {
  display: none !important;
}
.post-password-form p {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.post-password-form [type="submit"] {
  margin-left: 3px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.site-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.site-header .site-navigation {
  justify-content: flex-end;
}
.site-header .site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-header .header-inner .custom-logo-link {
  display: block;
}
.site-header .header-inner .site-branding .site-description,
.site-header .header-inner .site-branding .site-title {
  margin: 0;
}
.site-header .header-inner .site-branding.show-logo .site-title,
.site-header .header-inner .site-branding.show-title .site-logo {
  display: none !important;
}
.site-header:not(.header-stacked) .header-inner .site-branding {
  max-width: 30%;
}
.site-header:not(.header-stacked) .header-inner .site-navigation {
  max-width: 70%;
}
.site-header.header-inverted .header-inner {
  flex-direction: row-reverse;
}
.site-header.header-inverted .header-inner .site-branding {
  text-align: right;
}
.site-header.header-inverted .header-inner .site-navigation {
  justify-content: start;
}
.site-header.header-stacked .header-inner {
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 576px) {
  .site-header .header-inner:not(.header-stacked) .site-branding {
      max-width: 80%;
  }
}
.site-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.site-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer .footer-inner .custom-logo-link {
  display: block;
}
.site-footer .footer-inner .site-navigation {
  justify-content: flex-end;
}
.site-footer .footer-inner .site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-footer .footer-inner .site-branding .site-description,
.site-footer .footer-inner .site-branding .site-title {
  margin: 0;
}
.site-footer .footer-inner .site-branding.show-logo .site-title,
.site-footer .footer-inner .site-branding.show-title .site-logo {
  display: none !important;
}
.site-footer .footer-inner .copyright {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.site-footer .footer-inner .copyright p {
  margin: 0;
}
.site-footer.footer-inverted .footer-inner {
  flex-direction: row-reverse;
}
.site-footer.footer-inverted .footer-inner .site-branding {
  text-align: right;
}
.site-footer.footer-inverted .footer-inner .site-navigation {
  justify-content: flex-start;
}
.site-footer.footer-has-copyright .footer-inner .site-navigation {
  justify-content: center;
}
.site-footer.footer-stacked .footer-inner {
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.site-footer.footer-stacked .footer-inner .site-branding h4.site-title {
  text-align: center;
}
.site-footer.footer-stacked .footer-inner .site-navigation .menu {
  padding: 0;
}
.site-footer:not(.footer-stacked) .footer-inner .site-branding {
  max-width: 20%;
}
.site-footer:not(.footer-stacked) .footer-inner .site-navigation {
  max-width: 60%;
}
.site-footer:not(.footer-stacked) .footer-inner .copyright {
  max-width: 20%;
}
@media (max-width: 576px) {
  .site-footer:not(.footer-stacked) .footer-inner .copyright,
  .site-footer:not(.footer-stacked) .footer-inner .site-branding,
  .site-footer:not(.footer-stacked) .footer-inner .site-navigation {
      display: block;
      text-align: center;
      width: 100%;
      max-width: none;
  }
  .site-footer .footer-inner .site-navigation ul.menu {
      justify-content: center;
  }
  .site-footer .footer-inner .site-navigation ul.menu li {
      display: inline-block;
  }
}
.post .entry-title a {
  text-decoration: none;
}
.post .wp-post-image {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .post .wp-post-image {
      max-height: 400px;
  }
}
@media (max-width: 575px) {
  .post .wp-post-image {
      max-height: 300px;
  }
}
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#comments .comment,
#comments .pingback {
  position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding: 30px 0 30px 60px;
  border-bottom: 1px solid #ccc;
}
body.rtl #comments .comment .comment-body,
body.rtl #comments .pingback .comment-body {
  padding: 30px 60px 30px 0;
}
#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-right: 10px;
}
body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}
#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
#comments .comment-metadata,
#comments .reply {
  font-size: 11px;
  line-height: 1;
}
#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
body.rtl #comments .children {
  padding-left: 0;
  padding-right: 30px;
}
#comments .children li:last-child {
  padding-bottom: 0;
}
#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  line-height: 100%;
  content: "↪";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}
body.rtl #comments ol.comment-list .children:before {
  content: "↩";
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
      line-height: 1;
  }
}
@media (max-width: 767px) {
  #comments .comment .comment-body {
      padding: 30px 0;
  }
  #comments .children {
      padding-left: 20px;
  }
  #comments .comment .avatar {
      position: inherit;
      float: left;
  }
  body.rtl #comments .comment .avatar {
      float: right;
  }
}
.site-header.header-inverted .site-navigation-toggle-holder {
  justify-content: flex-start;
}
.site-header.header-stacked .site-navigation-toggle-holder {
  justify-content: center;
  max-width: 100%;
}
.site-header.menu-layout-dropdown .site-navigation {
  display: none;
}
.site-navigation-toggle-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  max-width: 20%;
  padding: 8px 15px;
}
.site-navigation-toggle-holder .site-navigation-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  padding: 0.25em;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #494c4f;
}
.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before {
  content: "\e87f";
}
.site-navigation {
  grid-area: nav-menu;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.site-navigation ul.menu,
.site-navigation ul.menu ul {
  list-style-type: none;
  padding: 0;
}
.site-navigation ul.menu {
  display: flex;
  flex-wrap: wrap;
}
.site-navigation ul.menu li {
  position: relative;
  display: flex;
}
.site-navigation ul.menu li a {
  display: block;
  padding: 8px 15px;
}
.site-navigation ul.menu li.menu-item-has-children {
  padding-right: 15px;
}
.site-navigation ul.menu li.menu-item-has-children:after {
  display: block;
  content: "▾";
  font-size: 1.5em;
  align-items: center;
  color: #666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}
.site-navigation ul.menu li.menu-item-has-children:focus-within > ul {
  display: block;
}
.site-navigation ul.menu li ul {
  background: #fff;
  display: none;
  min-width: 150px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
}
.site-navigation ul.menu li ul li {
  border-bottom: 1px solid #eee;
}
.site-navigation ul.menu li ul li:last-child {
  border-bottom: none;
}
.site-navigation ul.menu li ul li.menu-item-has-children a {
  flex-grow: 1;
}
.site-navigation ul.menu li ul li.menu-item-has-children:after {
  transform: translateY(-50%) rotate(-90deg);
}
.site-navigation ul.menu li ul ul {
  left: 100%;
  top: 0;
}
.site-navigation ul.menu li:hover > ul {
  display: block;
}
footer .site-navigation ul.menu li ul {
  top: auto;
  bottom: 100%;
}
footer .site-navigation ul.menu li ul ul {
  bottom: 0;
}
footer .site-navigation ul.menu a {
  padding: 5px 15px;
}
.site-navigation-dropdown {
  margin-top: 10px;
  transition: max-height 0.3s, transform 0.3s;
  transform-origin: top;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
.site-navigation-toggle-holder:not(.elementor-active) + .site-navigation-dropdown {
  transform: scaleY(0);
  max-height: 0;
}
.site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
  transform: scaleY(1);
  max-height: 100vh;
}
.site-navigation-dropdown ul {
  padding: 0;
}
.site-navigation-dropdown ul.menu {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
}
.site-navigation-dropdown ul.menu li {
  display: block;
  width: 100%;
  position: relative;
}
.site-navigation-dropdown ul.menu li a {
  display: block;
  padding: 20px;
  background: #fff;
  color: #55595c;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1019607843);
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
  color: #fff;
  background: #55595c;
}
.site-navigation-dropdown ul.menu > li li {
  transition: max-height 0.3s, transform 0.3s;
  transform-origin: top;
  transform: scaleY(0);
  max-height: 0;
}
.site-navigation-dropdown ul.menu li.elementor-active > ul > li {
  transform: scaleY(1);
  max-height: 100vh;
}
@media (max-width: 576px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
      display: none !important;
  }
}
@media (min-width: 768px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
      display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
      display: none !important;
  }
}
@media (min-width: 992px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
      display: none !important;
  }
}
@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
      display: none !important;
  }
}
.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
  display: none !important;
}
.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*="elementor-page-"]) .site-main {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 575px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
      padding-right: 10px;
      padding-left: 10px;
  }
}
@media (min-width: 576px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
      max-width: 500px;
  }
  .site-footer.footer-full-width .footer-inner,
  .site-header.header-full-width .header-inner {
      max-width: 100%;
  }
}
@media (min-width: 768px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
      max-width: 600px;
  }
  .site-footer.footer-full-width,
  .site-header.header-full-width {
      max-width: 100%;
  }
}
@media (min-width: 992px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
      max-width: 800px;
  }
  .site-footer.footer-full-width,
  .site-header.header-full-width {
      max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
      max-width: 1140px;
  }
  .site-footer.footer-full-width,
  .site-header.header-full-width {
      max-width: 100%;
  }
}
.site-header + .elementor {
  min-height: calc(100vh - 320px);
}

html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}
html body {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.sub-nav-back {
  height: 0;
  width: 100%;
  background: #0d0d0d;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s cubic-bezier(0.95, 0.07, 0.48, 0.85);
  border-radius: 0 0 100% 100%;
}
.sub-nav-back.active {
  height: 170px;
  border-radius: 0;
}
@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

body,
button,
div,
footer,
form,
h1,
h2,
h3,
header,
html,
img,
input,
label,
li,
nav,
p,
select,
span,
table,
textarea,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
}
li,
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  background: 0 0;
  color: inherit;
}
button:focus,
input:focus,
textarea:focus {
  outline: none;
}
button:hover,
input[type="submit"]:hover {
  cursor: pointer;
}

iframe,
video {
  display: block;
}
iframe,
.testimonials img,
video {
  width: 100%;
  height: auto;
}
#content {
  min-height: 85vh;
}
.custom-link {
  text-decoration: underline;
  color: #000;
}
.popup-pressitem-wrap .pressitem-content-txt .custom-link {
  display: inline-block;
}
..tb.custom-link.tb {
  display: none;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-bum {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: inline-block;
  width: 180px;
  height: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.875rem;
  color: #4b7ea3;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
  white-space: nowrap;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
}
.btn-bum .text {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  text-align: center;
}
.btn-bum .layer,
.btn-bum .overlay {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: transform 1s c-bezier(0.2, 1, 0.2, 1) cubi;
  -moz-transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  -ms-transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
}
.btn-bum .overlay {
  transform: translateX(-100%);
  background: #4b7ea3;
  border: none;
}
.btn-bum span {
  z-index: 4;
  position: relative;
}
.sprt-w {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #fff;
  font-weight: 300;
  line-height: 300%;
}
.sprt {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
}
#sprt-w-br {
  display: none;
}
.cf:after,
.old-browser #sprt-w-br {
  display: block;
}
.cf:after {
  content: "";
  clear: both;
}
.oh {
  overflow: hidden;
}
.va-0 {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.va-1 {
  display: table-cell;
  vertical-align: middle;
}
.va-2 {
  display: inline-block;
}
#h-about-btn {
  margin: 100px auto 0;
}
#h-work-btn {
  margin: -20px auto 4em !important;
}
#ws-video-btn {
  margin: 20px auto 0;
}
#c-map-btn,
#h-work-btn {
  margin: 30px 0 0;
  background: #000;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  transition: background 0.3s cubic-bezier(0.92, -0.01, 0.47, 0.99);
}
#c-map-btn a,
#h-work-btn a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}
#c-map-btn:hover,
#h-work-btn:hover {
  background: #dcc2b4;
}
#c-msg-form-btn {
  position: absolute;
  top: 0;
  right: 0;
}
#c-msg-form-btn div {
  cursor: pointer;
}
#ar-contact-btn,
#c-popup-btn-left,
#c-popup-btn-right {
  margin: auto;
}
#c-popup-btn-left:hover,
#c-popup-btn-right:hover {
  cursor: pointer;
}
#ar-contact-btn,
#p-popup-btn-left,
#p-popup-btn-right {
  margin: auto;
}
#p-popup-btn-left:hover,
#p-popup-btn-right:hover {
  cursor: pointer;
}
#popup-form-btn {
  position: absolute;
  top: 0;
  right: 0;
}
#popup-form-btn div {
  cursor: pointer;
}
#popup-form-btn .btn-bg {
  transform: translate3d(100%, 0, 0);
}
#popup-form-btn .btn-inner {
  position: relative;
  opacity: 0;
}
.btn-wrap {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn,
.btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-bg {
  transform: translate3d(0, 100%, 0);
  background: #0d0d0d;
}
.btn-bg-line {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: #dcc2b4;
  transition: transform 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(-100%, 0, 0);
}
.btn-inner {
  position: relative;
  opacity: 0;
}
.btn-over-wrap {
  display: block;
  padding: 0 0 0 4px;
}
.btn-over-wrap span {
  float: left;
  padding: 0 0 0 1px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 3px;
}
.btn-over {
  transform: translateZ(0);
}
.btn:hover .btn-over {
  transform: translate3d(0, -100%, 0);
}
.btn-under-wrap {
  display: block;
  padding: 0 0 0 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-under-wrap span {
  float: left;
  padding: 0 0 0 1px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 3px;
}
.btn-under {
  transform: translate3d(0, 100%, 0);
}
.btn:hover .btn-under {
  transform: translateZ(0);
}
.btn:hover .btn-inner-7-0 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
}
.btn:hover .btn-inner-7-1 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
}
.btn:hover .btn-inner-7-2 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}
.btn:hover .btn-inner-7-3,
.btn:hover .btn-inner-7-4 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn:hover .btn-inner-7-5 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}
.btn:hover .btn-inner-7-6 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
}
.btn:hover .btn-inner-7-7 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
}
.btn:hover .btn-inner-8-0 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
}
.btn:hover .btn-inner-8-1 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 60ms;
}
.btn:hover .btn-inner-8-2 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}
.btn:hover .btn-inner-8-3 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 20ms;
}
.btn:hover .btn-inner-8-4 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn:hover .btn-inner-8-5 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 20ms;
}
.btn:hover .btn-inner-8-6 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}
.btn:hover .btn-inner-8-7 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 60ms;
}
.btn:hover .btn-inner-8-8,
.btn:hover .btn-inner-9-0 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
}
.btn:hover .btn-inner-9-1 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 60ms;
}
.btn:hover .btn-inner-9-2 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}
.btn:hover .btn-inner-9-3 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 20ms;
}
.btn:hover .btn-inner-9-4,
.btn:hover .btn-inner-9-5 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn:hover .btn-inner-9-6 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 20ms;
}
.btn:hover .btn-inner-9-7 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}
.btn:hover .btn-inner-9-8 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 60ms;
}
.btn:hover .btn-inner-9-9 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
}
.btn:hover .btn-inner-10-0 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.btn:hover .btn-inner-10-1 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
}
.btn:hover .btn-inner-10-2 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 60ms;
}
.btn:hover .btn-inner-10-3 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}
.btn:hover .btn-inner-10-4 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 20ms;
}
.btn:hover .btn-inner-10-5 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn:hover .btn-inner-10-6 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 20ms;
}
.btn:hover .btn-inner-10-7 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}
.btn:hover .btn-inner-10-8 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 60ms;
}
.btn:hover .btn-inner-10-9 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
}
.btn:hover .btn-inner-10-10 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.btn:hover .btn-inner-12-0 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
}
.btn:hover .btn-inner-12-1 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.btn:hover .btn-inner-12-2 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
}
.btn:hover .btn-inner-12-3 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 60ms;
}
.btn:hover .btn-inner-12-4 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}
.btn:hover .btn-inner-12-5 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 20ms;
}
.btn:hover .btn-inner-12-6 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn:hover .btn-inner-12-7 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 20ms;
}
.btn:hover .btn-inner-12-8 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}
.btn:hover .btn-inner-12-9 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 60ms;
}
.btn:hover .btn-inner-12-10 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
}
.btn:hover .btn-inner-12-11 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.btn:hover .btn-inner-12-12 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
}
.btn-wrap:hover .btn-bg-line {
  transform: translateZ(0);
}
html {
  font-family: montserrat;
  font-size: 16px;
  cursor: default;
}
body {
  overflow-y: scroll;
}
#app {
  position: fixed;
  width: 100%;
  height: 100%;
}
.page-height {
  position: relative;
}
.text-bold {
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}
.nav-top-right-share {
  position: relative;
  width: 27px;
  height: 27px;
}
.nav-top-right-share svg {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  width: 17px;
  height: 17px;
  fill: #000;
  transition: opacity 0.35s ease;
  opacity: 0.5;
}
.nav-top-right-share:hover svg {
  opacity: 1;
  fill: #000;
}
.gradient {
  background: linear-gradient(45deg, #fff, #d9e9f1 20%, #f0e1d9 50%, #ebf4f9 80%, #fff);
}
.huge-link-wrap:hover {
  color: transparent;
}
.huge-link-container-contact .huge-link:after {
  content: "Contact";
}
.huge-link-container-contact .huge-link,
.huge-link-container-contact .huge-link-wrap {
  line-height: 90%;
}
.huge-link-container-work .huge-link:after {
  content: "My Work";
}
.huge-link-container-work .huge-link,
.huge-link-container-work .huge-link-wrap {
  line-height: 130%;
}
.huge-link-container {
  text-align: center;
}
.huge-link-q {
  letter-spacing: 12px;
}
.huge-link-q,
.huge-link-q-2 {
  font-weight: 200;
  color: #0d0d0d;
}
.huge-link-q-2 {
  padding: 0 0 5vh;
}
.huge-link-wrap {
  position: relative;
  display: inline-block;
  font-family: playfair;
  font-weight: 700;
  color: transparent;
}
.huge-link {
  display: block;
  width: 100.2%;
  height: 101%;
}
.huge-link,
.huge-link:after {
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: forwards;
}
.huge-link-over {
  animation-name: g;
}
.huge-link-over:after {
  color: #dcc2b4;
  transform: translate3d(101%, 0, 0);
  animation-name: h;
}
.huge-link-init {
  animation-name: e;
}
.huge-link-init:after {
  color: #0d0d0d;
  animation-name: f;
}
.huge-link-wrap:hover .huge-link-over {
  animation-name: e;
}
.huge-link-wrap:hover .huge-link-over:after {
  animation-name: f;
}
.huge-link-wrap:hover .huge-link-init {
  animation-name: g;
}
.huge-link-wrap:hover .huge-link-init:after {
  animation-name: h;
}
#img-preload {
  position: absolute;
  transform: translate3d(-1000%, 0, 0);
}
#img-preload,
#loader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#loader {
  position: fixed;
  background: #131313;
}
#loader-txt {
  position: absolute;
  font-size: 10vw;
  color: #fff;
  opacity: 0;
}
#loader-txt,
#mobile {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#mobile {
  position: fixed;
  z-index: 9900;
  text-align: center;
  font-weight: 300;
  line-height: 140%;
  background: #fff;
}
#nav-container {
  z-index: 6;
  height: calc(27px + 3.3vw);
  opacity: 0;
}
#nav-container,
#nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#nav-wrap {
  bottom: 0;
}
.site-branding li a {
  line-height: 1.2em;
}
#site-footer {
  padding-left: calc(27px + 3.3vw);
  padding-right: calc(27px + 3.3vw);
  width: 100%;
  max-width: 100%;
  align-items: center;
  z-index: 1;
  display: flex;
}
#site-footer .site-branding {
  width: 20%;
  text-align: left;
  font-size: calc(1.18rem + 0.9vw);
  color: #ababab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#site-footer .site-branding a {
  text-decoration: none;
}
#site-footer .site-navigation {
  width: 60%;
  justify-content: center !important;
}
#site-footer .site-navigation ul.menu li a {
  text-decoration: none;
  color: #ababab;
}
#site-footer .site-navigation ul.menu li a:hover {
  color: #000;
}
#site-footer .social-media {
  display: FLEX;
  justify-content: flex-end;
  width: 20%;
}
#site-footer .social-media img {
  opacity: 0.2;
  transition: opacity 0.6s ease;
}
#site-footer .social-media img:hover {
  opacity: 1;
}
#site-header {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  height: 100%;
  width: 100%;
  max-width: 100%;
  align-items: center;
  z-index: 9;
}
.site-navigation {
  width: 40%;
  justify-content: flex-start !important;
}
.header-social-media {
  display: FLEX;
  justify-content: flex-end;
  width: 40%;
}
.header-social-media a img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  transition: opacity 0.35s ease;
  opacity: 0.5;
}
.header-social-media a img:hover {
  opacity: 1;
}
.site-navigation li.menu-item {
  margin-right: 40px;
  position: static !important;
}
.site-navigation li.menu-item a {
  padding: 0 !important;
  transition: color 0.4s linear 0.4s;
}
.site-navigation li.menu-item a:after {
  display: block;
  content: "";
  border-bottom: solid 1px #000;
  transform: scaleX(0);
  transition: transform 0.4s linear;
}
.site-navigation li.menu-item a:hover:after {
  transform: scaleX(100%);
}
.site-navigation li.menu-item ul.sub-menu {
  counter-reset: sub-menu-counter;
  width: 100%;
  background: 0 0;
  justify-content: space-between;
  padding-left: calc(27px + 3.3vw);
  padding-right: calc(27px + 3.3vw);
}
.site-navigation li.menu-item ul.sub-menu li a {
  font-size: 1.3rem;
  opacity: 0.3;
  transition: opacity 0.4s ease;
}
.site-navigation li.menu-item ul.sub-menu li a:after {
  display: none;
}
.site-navigation li.menu-item ul.sub-menu li a:before {
  font-size: 0.8rem;
  line-height: 1em;
  display: block;
  counter-increment: sub-menu-counter;
  content: "0" counter(sub-menu-counter) ". ";
}
.site-navigation li.menu-item ul.sub-menu li a:hover {
  opacity: 1;
}
.site-navigation ul.menu li.menu-item-has-children:after {
  display: none !important;
}
.site-navigation li.menu-item {
  float: left;
  font-size: calc(0.5rem + 0.16vw);
  font-weight: 300;
  letter-spacing: 1.4px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.site-branding {
  width: 20%;
  text-align: center;
  z-index: 1;
}
.site-title a {
  font-family: mrssaintdelafield;
  line-height: calc(27px + 3.3vw);
  font-size: calc(1.18rem + 0.9vw);
  transition: all 0.4s linear;
}
.nav-link-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.nav-link-line-left,
.nav-link-line-right {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.nav-link-line-color {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #404040;
  transition: all 0.4s linear 0.4s;
}
.ar li.menu-item a {
  color: #fff;
}
.ar .nav-link-line-color {
  background: #fff;
}
.nav-link-line-left {
  transform: translate3d(-103%, 0, 0);
  opacity: 0;
}
.nav-link-line-right {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(103%, 0, 0);
  opacity: 1;
}
#nav-wrap.active .nav-link {
  color: #fff;
  transition: color 0.4s linear 0.18s;
}
#nav-wrap.active .nav-top-right svg {
  fill: #fff;
  transition: fill 0.4s linear 0.18s;
}
#nav-wrap.active .nav-link-line-color {
  background: #fff;
  transition: all 0.4s linear 0.18s;
}
#nav-link-submenu:hover .nav-link-line-left,
.nav-link:hover .nav-link-line-left {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateZ(0);
  opacity: 1;
}
#nav-link-submenu:hover .nav-link-line-right,
.nav-link:hover .nav-link-line-right {
  transition: none;
  transform: translateZ(0);
  opacity: 0;
}
.nav-link.active {
  opacity: 0.3;
}
.nav-link.active:hover {
  cursor: default;
}
.nav-link.active .nav-link-line-left,
.nav-link.active .nav-link-line-right {
  transition: none;
  transform: translate3d(103%, 0, 0);
}
#nav-submenu-extend-left {
  position: absolute;
  top: 0;
  left: calc(123px + 5.6vw);
  width: 300px;
  height: calc(27px + 3.3vw);
  transform: translate3d(0, -200%, 0);
  cursor: default;
}
#nav-link-submenu:hover {
  cursor: pointer;
}
#nav-submenu-extend-bottom {
  position: absolute;
  top: calc(27px + 3.3vw);
  left: 0;
  width: 100%;
  transform: translate3d(0, -200%, 0);
  cursor: default;
}
#nav-submenu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-align: center;
  align-items: center;
}
#nav-submenu,
#nav-submenu-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
#nav-submenu {
  padding-left: calc(27px + 3.3vw);
  padding-right: calc(27px + 3.3vw);
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-submenu-link-no-wrap {
  display: block;
}
.nav-submenu-link-no {
  float: left;
  font-weight: 400;
  color: #fff;
  transform: translate3d(0, -100%, 0);
  opacity: 0.3;
  transition: opacity 0.4s ease;
}
.nav-submenu-link-title-wrap {
  display: block;
}
.nav-submenu-link-title {
  float: left;
  font-weight: 300;
  color: #fff;
  transform: translate3d(0, -100%, 0);
  opacity: 0.3;
  transition: opacity 0.4s ease;
}
.nav-submenu-link.active .nav-submenu-link-no,
.nav-submenu-link.active .nav-submenu-link-title,
.nav-submenu-link:hover .nav-submenu-link-no,
.nav-submenu-link:hover .nav-submenu-link-title {
  opacity: 1;
}
.nav-submenu-link.active:hover {
  cursor: default;
}
#nav-morph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  fill: #0d0d0d;
}
#nav-morph #nav-morph-path {
  transition: all 0.5s;
}
.sub-nav-active #nav-morph #nav-morph-path {
  d: path("M 0 0 L 10 0 L 10 10 C 10 10 10 10 5 10 C 0 10 0 10 0 10 Z");
}
.sub-nav-active li.menu-item a {
  color: #fff;
}
.sub-nav-active .site-title a {
  color: #fff !important;
}
.sub-nav-active .header-social-media a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.sub-nav-active ul.sub-menu {
  display: flex !important;
}
.sub-nav-active ul.sub-menu li {
  border-bottom: 0 !important;
}
.frase-p {
  position: relative;
  width: 80%;
  z-index: 99;
  margin: 0 auto;
}
#sail {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ebf4f9;
  transform: translate3d(-100%, 0, 0);
}
#h-scroll-to-explore-symbol {
  position: absolute;
  padding: 0 20px;
  bottom: -62px;
  left: calc(50% - 20px);
  opacity: 0;
}
#h-scroll-to-explore-symbol .scroll-to-explore-symbol {
  background: #0d0d0d;
}
#h-scroll-to-explore-txt {
  bottom: 6px;
  opacity: 0;
}
#h-scroll-to-explore-txt,
#ho-scroll-to-explore {
  position: absolute;
  padding: 0 20px;
  left: calc(50% - 20px);
}
#ho-scroll-to-explore {
  bottom: 2vh;
}
#ho-scroll-to-explore .scroll-to-explore-symbol {
  background: #0d0d0d;
}
.ar-scroll-to-explore {
  position: absolute;
  padding: 0 20px;
  bottom: 0;
  left: -15px;
}
.ar-scroll-to-explore .scroll-to-explore-symbol {
  background: #fff;
}
.ar-scroll-to-explore .scroll-to-explore-txt {
  color: #fff;
}
.scroll-to-explore-txt {
  transform: rotate(-90deg) translateZ(0);
  transform-origin: 0;
  letter-spacing: 1.4px;
  font-size: 0.49rem;
  font-weight: 300;
}
.scroll-to-explore-symbol-content {
  position: relative;
  padding: 6px 0 10px;
  width: 3px;
  height: 42px;
}
.scroll-to-explore-symbol-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.scroll-to-explore-symbol {
  position: absolute;
  left: -1px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes a {
  0% {
      opacity: 1;
  }
  20% {
      opacity: 0;
  }
  40% {
      opacity: 1;
  }
  to {
      opacity: 1;
  }
}
@keyframes b {
  0% {
      opacity: 0.6;
  }
  20% {
      opacity: 0;
  }
  40% {
      opacity: 0.6;
  }
  to {
      opacity: 0.6;
  }
}
@keyframes c {
  0% {
      opacity: 0.3;
  }
  20% {
      opacity: 0;
  }
  40% {
      opacity: 0.3;
  }
  to {
      opacity: 0.3;
  }
}
@keyframes d {
  0% {
      opacity: 0.15;
  }
  20% {
      opacity: 0;
  }
  40% {
      opacity: 0.15;
  }
  to {
      opacity: 0.15;
  }
}
.scroll-to-explore-symbol:first-child {
  top: 0;
  animation-name: a;
}
.scroll-to-explore-symbol:nth-child(2) {
  top: 13px;
  opacity: 0.6;
  animation-name: b;
  animation-delay: 0.13s;
}
.scroll-to-explore-symbol:nth-child(3) {
  bottom: 13px;
  opacity: 0.3;
  animation-name: c;
  animation-delay: 0.25s;
}
.scroll-to-explore-symbol:last-child {
  bottom: 0;
  opacity: 0.15;
  animation-name: d;
  animation-delay: 0.36s;
}
#h-header-arrow-wrap {
  bottom: calc((27px + 3.3vw) * 2);
  right: calc(24px + 2vw);
}
#h-about-box-inner-arrow-wrap {
  bottom: 0;
  right: 0;
}
#h-work-slider-arrow-wrap {
  bottom: 0;
}
#a-header-arrow-wrap,
#a-qr-slider-txt-arrow-wrap {
  bottom: 0;
  right: 0;
}
#a-qr-slider-txt-arrow-wrap .slider-arrow-bg {
  transform: translateZ(0);
}
#a-qr-slider-txt-arrow-wrap .slider-arrow {
  z-index: 3;
  opacity: 1;
}
#ho-slider-arrow-wrap {
  bottom: 0;
  right: 0;
  z-index: 999;
}
.slider-arrow-wrap {
  position: absolute;
}
.slider-arrow-bg {
  background: #0d0d0d;
}
.slider-arrow,
.slider-arrow-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider-arrow-line {
  position: absolute;
  top: calc(50% - 6px);
  left: 50%;
  width: 1px;
  height: 12px;
  background: #272727;
}
.slider-arrow-btn {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.slider-arrow-btn img {
  width: 20px;
  opacity: 0.5;
  position: absolute;
  top: 34%;
  transform: translate(-50%);
  left: 50%;
  transition: opacity 0.7s ease;
}
.slider-arrow-btn:hover img {
  opacity: 1;
}
.slider-arrow-btn-left {
  left: 0;
}
.slider-arrow-btn-right {
  right: 0;
}
.slider-arrow-btn svg {
  position: absolute;
  top: calc(50% - 6px);
  width: 6px;
  height: 12px;
  fill: #fff;
  opacity: 0.3;
  transition: opacity 0.7s ease;
  pointer-events: none;
}
.slider-arrow-btn-left svg {
  left: calc(50% - 3px);
}
.slider-arrow-btn-right svg {
  right: calc(50% - 3px);
}
.slider-arrow-btn:hover {
  cursor: pointer;
}
.slider-arrow-btn:hover svg {
  opacity: 1;
}
#h-header-je-pillar-pagination-wrap {
  top: 40%;
  transform: translate3d(1000%, 0, 0);
  transition: transform 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}
#h-about-box-inner-pagination-wrap,
#h-work-slider-pagination-wrap {
  top: 4%;
  left: 5%;
}
#a-header-pagination-wrap {
  top: 6%;
  left: 2.6%;
  opacity: 0;
}
.loadme {
  opacity: 0;
  transition: opacity 0.6s linear;
}
#a-qr-slider-txt-pagination-wrap {
  bottom: 40px;
  left: 30px;
}
#ho-slider-pagination-wrap {
  top: 24px;
  left: 20px;
}
.slider-pagination-wrap {
  position: absolute;
}
.slider-pagination {
  position: relative;
  font-size: 0.7rem;
  font-weight: 700;
}
.slider-pagination-total {
  float: left;
  opacity: 0.5;
}
.slider-pagination-no-wrap {
  float: left;
}
.slider-pagination-base {
  opacity: 0;
}
.slider-pagination-no.slider-3,
.slider-pagination-no-slider-3.slider-3 {
  display: none;
}
.slider-pagination-no.slider-3.active,
.slider-pagination-no-slider-3.slider-3.active {
  display: block;
}
.slider-pagination-no-slider-3 {
  color: #fff !important;
}
.slider-pagination-no-slide-2 {
  color: #000;
}
.slider-pagination-line-wrap {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 14px;
  height: 1px;
}
.slider-pagination-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider-pagination-dark .slider-pagination-no,
.slider-pagination-dark .slider-pagination-no-slider-3,
.slider-pagination-dark .slider-pagination-total {
  color: #0d0d0d;
}
.slider-pagination-dark .slider-pagination-line {
  background: #000;
}
.slider-pagination-light .slider-pagination-no,
.slider-pagination-light .slider-pagination-total {
  color: #fff;
}
.slider-pagination-light .slider-pagination-line {
  background: #fff;
}
.three-blocs-container {
  width: 100%;
}
.three-blocs-container a {
  text-decoration: none !important;
}
.three-blocs-wrap {
  position: relative;
  float: left;
  height: 100%;
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.three-blocs,
.three-blocs-wrap span {
  display: block;
}
.three-blocs {
  position: absolute;
  left: 0;
  right: 0;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #000;
}
.three-blocs-wrap-0,
.three-blocs-wrap-1 {
  width: 33.3%;
}
.three-blocs-wrap-2 {
  width: 33.4%;
}
.three-blocs .three-blocs-bg {
  background-size: cover;
  background-position: 50%;
  opacity: 0.25;
}
.three-blocs-gradient,
.three-blocs .three-blocs-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.three-blocs-gradient {
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.65));
  opacity: 0;
}
.three-blocs-wrap-0 .three-blocs .three-blocs-bg {
  background-image: url(/wp-content/themes/hello-theme-child/static/media/img/common/three-blocs/img-0.jpg);
}
.three-blocs-wrap-1 .three-blocs .three-blocs-bg {
  background-image: url(/wp-content/themes/hello-theme-child/static/media/img/common/three-blocs/img-1.jpg);
}
.three-blocs-wrap-2 .three-blocs .three-blocs-bg {
  background-image: url(/wp-content/themes/hello-theme-child/static/media/img/common/three-blocs/img-2.jpg);
}
.three-blocs-wrap:hover .three-blocs .three-blocs-bg {
  opacity: 0.75;
}
.three-blocs-wrap:hover .three-blocs .three-blocs-gradient {
  opacity: 1;
}
.three-blocs-title {
  position: relative;
  color: #fff;
}
.three-blocs-title-top {
  font-weight: 300;
  letter-spacing: 4px;
}
.three-blocs-title-bottom {
  font-family: playfair;
  font-weight: 700;
}
#wb .working-bg {
  background-image: url(/wp-content/themes/hello-theme-child/static/media/img/working-with-buyers/header/bg.png);
}
#ws .working-bg {
  background-image: url(/wp-content/themes/hello-theme-child/static/media/img/working-with-sellers/header/bg.png);
}
#wi .working-bg {
  background-image: url(/wp-content/themes/hello-theme-child/static/media/img/working-with-investors/header/bg.png);
}
.working-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 0;
}
.working-header {
  position: relative;
  color: #0d0d0d;
  opacity: 0;
}
.working-header-title {
  text-align: center;
  font-family: playfair;
  font-weight: 700;
  line-height: 100%;
  width: 584px;
  max-width: 100%;
  margin: 0 auto;
}
.working-header-title.contact {
  width: 700px;
}
.press-header-title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: playfair;
  font-weight: 700;
  line-height: 100%;
}
.press-header-bg-word {
  position: absolute;
  text-align: center;
  font-family: playfair;
  font-weight: 900;
  color: #eee;
  font-size: 260px;
  margin: 0 auto;
  width: 100%;
}
.p-filter-container {
  text-align: center;
}
.p-filter-by {
  font-family: montserrat;
  font-size: 10px;
  text-decoration: underline;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
}
.p-filter-item {
  display: inline-block;
  font-family: playfair;
  font-weight: 700;
  font-size: 30px;
  padding: 30px;
  padding-top: 40px;
  padding-bottom: 0;
  color: #838383;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-filter-item:hover {
  color: #000;
}
.p-filter-item-active {
  font-family: playfair;
  font-weight: 700;
  color: #000;
  cursor: default;
}
.working-header-line {
  width: 1px;
  background: #0d0d0d;
}
.working-header-p-0 {
  margin: auto;
  font-weight: 700;
  text-align: center;
  line-height: 150%;
  width: 460px;
  max-width: 90%;
}
.working-header-p-0.investor {
  width: 860px;
}
.working-header-p-1 {
  font-weight: 300;
}
.working-header-p-1.investor p {
  margin-bottom: 1em;
}
.working-header-p-1,
.working-header-p-2 {
  margin: auto;
  text-align: center;
  line-height: 140%;
  width: 1080px;
  max-width: 90%;
}
.working-header-p-2 {
  font-family: playfair;
  font-weight: 700;
  font-style: italic;
  width: 590px;
  max-width: 90%;
  margin: auto;
}
.working-header-p-col {
  margin: 3em auto auto;
  font-weight: 300;
  line-height: 200%;
  color: #828282;
  column-count: 2;
  width: 860px;
  max-width: 90%;
}
.working-header-p-col.investor {
  width: 1120px;
}
center {
  font-size: 18px !important;
  line-height: 30px;
}
.complaints-col {
  column-count: 1 !important;
  text-align: center;
  padding-top: 30px !important;
  max-width: 1000px;
}
.complaints-col .text-bold {
  color: #000;
  font-size: 22px;
}
.complaints-col img {
  margin: 0 auto;
}
.working-header-p-col span {
  display: inline-block;
}
#a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#a-header-wrap {
  position: relative;
}
#a-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(/wp-content/themes/hello-theme-child/static/media/img/about/header/bg.png);
  background-size: cover;
}
#a-header {
  position: relative;
}
#a-header-frame {
  position: absolute;
  border-width: 6px;
  border-style: solid;
  border-image: linear-gradient(to top right, #bac8d4 0, #dcc2b4);
  border-image-slice: 1;
}
#a-header-title {
  position: absolute;
  bottom: 100px;
  left: -250px;
}
#a-header-title > span {
  display: block;
}
#a-header-title-top {
  font-family: playfair;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 85%;
}
#a-header-title-bottom {
  font-weight: 300;
  line-height: 140%;
}
#a-header-title-bottom strong {
  font-weight: 700;
}
#a-header-letter-svg {
  position: relative;
  margin: auto;
}
#a-header-polygon {
  transition: clip-path 1s;
}
#a-header-clip {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.a-header-letter-img {
  display: none;
}
.a-header-letter-img[data-slideim="1"] {
  display: block;
}
#a-header-txt {
  position: absolute;
  width: 40%;
}
.a-header-txt {
  position: absolute;
  width: 100%;
}
.a-header-txt[data-slidetext="2"],
.a-header-txt[data-slidetext="3"] {
  display: none;
}
#a-header-txt-quote {
  font-family: playfair;
  font-weight: 700;
  line-height: 50%;
}
#a-header-txt-0-line-wrap {
  position: absolute;
  height: 1px;
}
#a-header-txt-0-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0d0d0d;
  opacity: 0;
}
#a-header-txt-0-w {
  position: relative;
}
#a-header-txt-0-wrap,
#a-header-txt-1-wrap,
#a-header-txt-2-wrap {
  position: relative;
  font-family: playfair;
  font-weight: 700;
  line-height: 135%;
}
#a-header-txt-0-base,
#a-header-txt-1-base,
#a-header-txt-2-base {
  opacity: 0;
}
.a-header-txt-0,
.a-header-txt-1,
.a-header-txt-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, -100%, 0);
}
.a-header-txt-0.first,
.a-header-txt-1.first,
.a-header-txt-2.first {
  transform: translateZ(0);
}
#a-qr-title {
  text-align: center;
  font-size: 0.625rem;
  font-weight: 300;
  color: #0d0d0d;
  letter-spacing: 5.5px;
}
#a-qr {
  position: relative;
}
#a-qr-nav {
  position: absolute;
  left: -190px;
}
.a-qr-nav-li {
  height: 25px;
}
.a-qr-nav-line-wrap {
  position: relative;
  float: left;
  width: 60px;
  height: 1px;
  padding: 12px 0;
}
.a-qr-nav-line-wrap:hover {
  cursor: pointer;
}
.a-qr-nav-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 12px 0;
  background: #0d0d0d;
  opacity: 0.25;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear;
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
  height: 1px;
}
.a-qr-nav-no-wrap {
  float: left;
}
.a-qr-nav-no {
  padding: 0 0 0 12px;
  line-height: 25px;
  font-size: 0.6875rem;
  color: #0d0d0d;
  transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
}
.a-qr-nav-no-light {
  opacity: 0.5;
}
.a-qr-nav-li.active .a-qr-nav-line {
  opacity: 1;
  transform: translateZ(0);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s linear 0.4s;
}
.a-qr-nav-li.active .a-qr-nav-no {
  transform: translateZ(0);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  opacity: 1;
}
.a-qr-nav-line-wrap:hover .a-qr-nav-line {
  transform: translateZ(0);
}
#a-qr-slider {
  right: 40px;
}
#a-qr-slider,
.a-qr-slider-bg-wrap {
  position: absolute;
  top: 0;
  bottom:50px;
}
#a-qr-slider-bg-left-wrap {
  left: 0;
}
.a-qr-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.6s cubic-bezier(0.86, 0.5, 0.07, 1);
}
.a-qr-slider-bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 0.65;
}
.a-qr-slider-bg.active {
  transform: translateZ(0);
}
#a-qr-slider-title-left-bottom-wrap,
#a-qr-slider-title-left-top-wrap,
#a-qr-slider-title-right-bottom-wrap,
#a-qr-slider-title-right-top-wrap {
  position: absolute;
  z-index: 2;
  font-family: playfair;
  font-weight: 700;
  color: #fff;
}
#a-qr-slider-title-left-top-wrap {
  width: 100%;
}
#a-qr-slider-pagination-left-wrap,
#a-qr-slider-pagination-right-wrap {
  z-index: 2;
}
#a-qr-slider-pagination-right-wrap,
#a-qr-slider-title-right-bottom-wrap,
#a-qr-slider-title-right-top-wrap {
  opacity: 0.5;
}
#a-qr-slider-title-left-bottom-base,
#a-qr-slider-title-left-top-base,
#a-qr-slider-title-right-bottom-base,
#a-qr-slider-title-right-top-base {
  opacity: 1;
}
.a-qr-slider-title-left-bottom,
.a-qr-slider-title-left-top,
.a-qr-slider-title-right-bottom,
.a-qr-slider-title-right-top {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.a-qr-slider-title-left-bottom.first,
.a-qr-slider-title-left-top.first,
.a-qr-slider-title-right-bottom.first,
.a-qr-slider-title-right-top.first {
  display: block;
}
.a-qr-slider-title-left-top-base.first {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.a-qr-slider-title-left-top,
.a-qr-slider-title-left-top-base {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1em;
}
#a-qr-slider-share {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.9;
}
#a-qr-slider-share-title {
  margin-bottom: calc(12px + 1.2vw);
  font-size: calc(0.5rem + 0.16vw);
  font-weight: 300;
  letter-spacing: 1.4px;
  color: #fff;
  transform: rotate(-90deg);
  transform-origin: 50% 46%;
}
#a-qr-slider-share-line-wrap {
  position: relative;
  margin: auto;
  width: 20px;
  height: 1px;
}
#a-qr-slider-share-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}
.a-qr-slider-share-icon-wrap {
  padding: 16px;
}
.a-qr-slider-share-icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.a-qr-slider-share-icon img {
  filter: brightness(0) invert(1);
}
.a-qr-slider-share-icon img:hover {
  opacity: 0.3;
  transition: opacity 0.6s linear;
}
.a-qr-slider-share-icon-wrap .a-qr-slider-share-icon-over {
  transform: translate3d(-100%, 0, 0);
}
.a-qr-slider-share-icon-wrap:hover .a-qr-slider-share-icon-init {
  transform: translate3d(100%, 0, 0);
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.a-qr-slider-share-icon-wrap:hover .a-qr-slider-share-icon-over {
  transform: translateZ(0);
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
#a-qr-slider-txt {
  position: absolute;
  z-index: 2;
  background: #fff;
  /* box-shadow: 0 0 40px rgba(0, 0, 0, 0.12); */
  background-position: 0 0;
  background-repeat: no-repeat;
}
.a-qr-slider-txt-p-wrap {
  font-weight: 200;
  line-height: 190%;
  display: none;
}
.a-qr-slider-txt-p-wrap p:nth-child(2) {
  padding-left: 2em;
  padding-top: 1em;
}
.a-qr-slider-txt-p {
  position: absolute;
}
.a-qr-slider-txt-p-wrap.first {
  opacity: 1;
  display: block;
}
#a-sbi-line {
  margin: auto;
  width: 1px;
  background: #000;
}
#a-sbi-title {
  font-family: playfair;
  line-height: 100%;
  width: 550px;
  max-width: 100%;
  margin: 55px auto 0 !important;
}
#a-sbi-for,
#a-sbi-title {
  text-align: center;
  color: #0d0d0d;
}
#a-sbi-for {
  font-weight: 200;
  letter-spacing: 12px;
}
#a-sbi-bloc {
  margin: auto;
  border: 5px solid #fff;
  background-image: url(/wp-content/themes/hello-theme-child/static/media/img/about/sbi/bg.jpg);
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#a-sbi-bloc a:hover {
  text-decoration: none;
}
#a-sbi-bloc > div {
  padding: 0 0 0 4.7%;
}
.a-sbi-bloc-top-link-wrap {
  position: relative;
  float: left;
  color: transparent;
  font-family: playfair;
  font-weight: 700;
}
@keyframes e {
  0% {
      transform: translate3d(-100%, 0, 0);
  }
  to {
      transform: translateZ(0);
  }
}
@keyframes f {
  0% {
      transform: translate3d(100%, 0, 0);
  }
  to {
      transform: translateZ(0);
  }
}
@keyframes g {
  0% {
      transform: translateZ(0);
  }
  to {
      transform: translate3d(100%, 0, 0);
  }
}
@keyframes h {
  0% {
      transform: translateZ(0);
  }
  to {
      transform: translate3d(-100%, 0, 0);
  }
}
.a-sbi-bloc-top-link {
  display: block;
  width: 100%;
  height: 100%;
}
.a-sbi-bloc-top-link,
.a-sbi-bloc-top-link:after {
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: forwards;
}
.a-sbi-bloc-top-link-over {
  animation-name: g;
}
.a-sbi-bloc-top-link-over:after {
  color: #dcc2b4;
  transform: translate3d(100%, 0, 0);
  animation-name: h;
}
.a-sbi-bloc-top-link-init {
  animation-name: e;
}
.a-sbi-bloc-top-link-init:after {
  color: #fff;
  animation-name: f;
}
.a-sbi-bloc-top-link-wrap:hover .a-sbi-bloc-top-link-over {
  animation-name: e;
}
.a-sbi-bloc-top-link-wrap:hover .a-sbi-bloc-top-link-over:after {
  animation-name: f;
}
.a-sbi-bloc-top-link-wrap:hover .a-sbi-bloc-top-link-init {
  animation-name: g;
}
.a-sbi-bloc-top-link-wrap:hover .a-sbi-bloc-top-link-init:after {
  animation-name: h;
}
.a-sbi-bloc-top-link-0:after {
  content: "Sellers";
}
.a-sbi-bloc-top-link-1:after {
  content: "Buyers";
}
.a-sbi-bloc-top-link-2:after {
  content: "Investors";
}
.a-sbi-bloc-top-line {
  float: left;
  height: 1px;
  background: #fff;
}
#a-sbi-bloc-bottom {
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  line-height: 1.3rem;
}
#a-sbi-bloc-bottom span:first-child {
  font-weight: 200;
}
#a-sbi-bloc-bottom span:nth-child(2) {
  font-weight: 300;
}
#a-sbi-bloc-bottom span:nth-child(4) {
  font-weight: 700;
}
#a-sbi-bloc-bottom span:last-child {
  font-weight: 900;
}
.ar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ar-header {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: 50%;
  opacity: 0;
}
.ar-header-bg {
  content: "";
  bottom: 0;
  background: #000;
  opacity: 0.5;
}
.ar-header-bg,
.ar-header-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ar-header-gradient {
  height: 45%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0, transparent);
}
.ar-header-txt-container {
  position: relative;
  margin: auto;
  height: 100%;
}
.ar-header-txt-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.ar-header-txt {
  position: relative;
  width: 100%;
  color: #fff;
}
.ar-header-txt-title {
  font-family: playfair;
  font-weight: 700;
}
.ar-header-txt-description {
  font-weight: 300;
  line-height: 210%;
}
.ar-header-txt-date {
  background: #fff;
  text-align: center;
  color: #0d0d0d;
  letter-spacing: 3.5px;
}
.ar-content {
  margin: auto;
}
.ar-content-first-p {
  font-family: playfair;
  font-weight: 700;
  line-height: 210%;
  color: #0d0d0d;
}
.ar-content-first-p:first-letter {
  font-family: playfair;
  float: left;
  font-weight: 700;
}
.ar-content-quote,
.ar-content-txt {
  line-height: 210%;
  font-weight: 300;
  color: #0d0d0d;
}
.ar-content-quote-left {
  float: left;
  box-sizing: border-box;
  width: 56.5%;
}
.ar-content-quote-right {
  position: relative;
  float: left;
  width: 43.5%;
  font-family: playfair;
  font-weight: 700;
}
.ar-content-quote-right-quote {
  text-align: center;
  line-height: 90%;
}
.ar-content-quote-right-txt {
  position: relative;
  line-height: 130%;
}
.ar-content-quote-right-txt:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background: #0d0d0d;
}
.ar-content-img {
  width: 100%;
  padding: 66.6666% 0 0;
  background-size: cover;
  background-position: 50%;
}
.ar-content-img,
.ar-content-video-wrap {
  height: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.ar-content-video-wrap {
  position: relative;
  margin: 70px 0;
  padding: 0 0 56.25%;
}
.ar-content-video,
.ar-content-video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ar-content-video-img img {
  opacity: 0.5;
}
.ar-content-video-img-bg {
  background: #000;
}
.ar-content-video-btn-wrap,
.ar-content-video-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ar-content-video-btn-wrap:hover {
  cursor: pointer;
}
.ar-content-video-btn {
  position: absolute;
  top: calc(50% - 65px / 2);
  left: calc(50% - 65px / 2);
  width: 65px;
  height: 65px;
  border: 2px solid #fff;
  pointer-events: none;
}
.ar-content-video-btn-svg {
  position: absolute;
  top: calc(50% - 20px / 2);
  left: calc(50% - 15px / 2 + 2px);
  width: 15px;
  height: 20px;
  fill: #fff;
}
.pressitem-content {
  margin: auto;
}
.pressitem-content-first-p {
  font-family: playfair;
  font-weight: 700;
  line-height: 210%;
  color: #0d0d0d;
}
.pressitem-content-first-p:first-letter {
  font-family: playfair;
  float: left;
  font-weight: 700;
}
.pressitem-content-quote,
.pressitem-content-txt {
  line-height: 210%;
  font-weight: 300;
  color: #0d0d0d;
}
.pressitem-content-quote-left {
  float: left;
  box-sizing: border-box;
  width: 56.5%;
}
.pressitem-content-quote-right {
  position: relative;
  float: left;
  width: 43.5%;
  font-family: playfair;
  font-weight: 700;
}
.pressitem-content-quote-right-quote {
  text-align: center;
  line-height: 90%;
}
.pressitem-content-quote-left-quote {
  text-align: center;
  line-height: 90%;
}
.pressitem-content-quote-right-txt {
  position: relative;
  line-height: 130%;
}
.pressitem-content-quote-right-txt:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background: #0d0d0d;
}
.pressitem-content-img {
  width: 100%;
  padding: 66.6666% 0 0;
  background-size: cover;
  background-position: 50%;
}
.pressitem-content-img,
.pressitem-content-video-wrap {
  height: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.pressitem-content-video-wrap {
  position: relative;
  margin: 70px 0;
  padding: 0 0 56.25%;
}
.pressitem-content-video,
.pressitem-content-video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pressitem-content-video-img img {
  opacity: 0.5;
}
.pressitem-content-video-img-bg {
  background: #000;
}
.pressitem-content-video-btn-wrap,
.pressitem-content-video-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pressitem-content-video-btn-wrap:hover {
  cursor: pointer;
}
.pressitem-content-video-btn {
  position: absolute;
  top: calc(50% - 65px / 2);
  left: calc(50% - 65px / 2);
  width: 65px;
  height: 65px;
  border: 2px solid #fff;
  pointer-events: none;
}
.pressitem-content-video-btn-svg {
  position: absolute;
  top: calc(50% - 20px / 2);
  left: calc(50% - 15px / 2 + 2px);
  width: 15px;
  height: 20px;
  fill: #fff;
}
.ar-next-prev-line {
  margin: 0 0 30px;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.ar-next-prev {
  float: left;
  box-sizing: border-box;
  width: 50%;
  color: #0d0d0d;
}
.ar-prev {
  border-right: 1px solid #d9d9d9;
}
.ar-next-prev-arrow {
  float: left;
  width: 6px;
  height: 12px;
}
.ar-next-prev-txt {
  float: left;
  padding: 10px 0;
  width: calc(100% - 6px - 2 * 36px);
  height: 100%;
}
.ar-next-prev-txt-label {
  font-weight: 200;
  letter-spacing: 6px;
}
.ar-next-prev-txt-title {
  font-family: playfair;
  font-weight: 700;
  transition: all 0.3s ease;
}
.ar-next-txt {
  text-align: right;
}
.ar-next-prev-link:hover .ar-next-prev-txt-title {
  color: #c6a695;
}
.ar-contact {
  text-align: center;
  color: #0d0d0d;
}
.ar-contact-hi {
  font-family: playfair;
  font-weight: 700;
}
.ar-contact-img {
  box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  border-image: linear-gradient(0deg, #bac9d4 0, #f0e1d9);
  border-image-slice: 1;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  background-image: url(/wp-content/themes/hello-theme-child/static/media/img/article/contact.jpg);
  width: 100%;
  height: 0;
  padding: 120% 0 0;
  background-size: cover;
  background-position: 50%;
}
.ar-contact-title {
  font-family: playfair;
}
.ar-contact-p {
  font-weight: 300;
}
.ar-contact-p-link {
  display: inline;
  position: relative;
}
.ar-contact-p-link span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.ar-contact-p-link span:after,
.ar-contact-p-link span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #0d0d0d;
}
.ar-contact-p-link span:before {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.ar-contact-p-link span:after {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(-103%, 0, 0);
}
.ar-contact-p-link:hover span:before {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(103%, 0, 0);
}
.ar-contact-p-link:hover span:after {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transform: translateZ(0);
}
#b {
  top: 0;
  bottom: 0;
  right: 0;
}
#b,
#b-blog {
  position: absolute;
  left: 0;
}
#b-blog {
  width: 100%;
  text-align: center;
  font-family: playfair;
  font-weight: 700;
  color: #0d0d0d;
  opacity: 0;
}
#b-box-wrap {
  margin: auto;
  opacity: 0;
}
.b-box {
  float: left;
}
.b-box-content {
  position: relative;
  margin: 0 30px;
  height: 100%;
}
.b-box-content-img {
  position: relative;
  width: 100%;
}
.b-box-content-img-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-box-content-img-bg-container:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #000;
}
.b-box-content-img-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.b-box-content-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
}
#b-box-content-2 .b-box-content-img {
  filter: grayscale(100%);
}
.b-box-content-img-border {
  position: absolute;
  background: #f0e1d9;
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.b-box-content-img-border-top {
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  transform: translate3d(0, -12px, 0);
}
.b-box-content-img-border-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  transform: translate3d(0, 12px, 0);
}
.b-box-content-img-border-left {
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  transform: translate3d(-12px, 0, 0);
}
.b-box-content-img-border-right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  transform: translate3d(12px, 0, 0);
}
.b-box-content-img-line-top-wrap {
  position: absolute;
  left: 50%;
  width: 1px;
}
.b-box-content-img-line-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translate3d(0, -102%, 0);
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.b-box-content-img-line-bottom-wrap {
  position: absolute;
  left: 50%;
  width: 1px;
}
.b-box-content-img-line-bottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translate3d(0, 102%, 0);
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.b-box-content-img-txt {
  position: relative;
  color: #fff;
  transform: rotate(-90deg);
  pointer-events: none;
}
.b-box-content-date {
  position: absolute;
  z-index: 2;
  background: #f0e1d9;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
.b-box-content-date-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translate3d(-101%, 0, 0);
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.b-box-content-date-txt-wrap {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-box-content-date-txt {
  position: relative;
  text-align: center;
  color: #0d0d0d;
  letter-spacing: 3.5px;
  width: 100%;
}
#p {
  top: 0;
  bottom: 0;
  right: 0;
}
#p-box-wrap {
  margin: auto;
  opacity: 0;
}
.p-box {
  float: left;
}
.p-box-content {
  position: relative;
  margin: 0 30px;
  height: 100%;
}
.p-box-content-img {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.p-box-content-img-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.p-box-content-img-bg-container:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #000;
}
.p-box-content-img-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.p-box-content-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
}
#p-box-content-2 .p-box-content-img {
  filter: grayscale(100%);
}
.p-box-content-img-border {
  position: absolute;
  background: #f0e1d9;
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.p-box-content-img-border-top {
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  transform: translate3d(0, -12px, 0);
}
.p-box-content-img-border-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  transform: translate3d(0, 12px, 0);
}
.p-box-content-img-border-left {
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  transform: translate3d(-12px, 0, 0);
}
.p-box-content-img-border-right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  transform: translate3d(12px, 0, 0);
}
.p-box-content-img-line-top-wrap {
  position: absolute;
  left: 50%;
  width: 1px;
}
.p-box-content-img-line-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translate3d(0, -102%, 0);
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.p-box-content-img-line-bottom-wrap {
  position: absolute;
  left: 50%;
  width: 1px;
}
.p-box-content-img-line-bottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translate3d(0, 102%, 0);
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.p-box-content-img-txt {
  position: relative;
  color: #fff;
  transform: rotate(-90deg);
  pointer-events: none;
}
.p-box-content-date {
  position: absolute;
  z-index: 2;
  background: #f0e1d9;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
.p-box-content-date-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translate3d(-101%, 0, 0);
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.p-box-content-date-txt-wrap {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-box-content-date-txt {
  position: relative;
  text-align: center;
  color: #0d0d0d;
  letter-spacing: 3.5px;
  width: 100%;
}
.b-over-wrap {
  display: block;
}
.b-over-wrap span {
  float: left;
  font-weight: 300;
  color: #fff;
  letter-spacing: 5.5px;
  opacity: 0;
}
.b-under-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.b-under-wrap span {
  float: left;
  font-weight: 300;
  color: #fff;
  letter-spacing: 5.5px;
}
.b-under {
  transform: translate3d(0, 100%, 0);
}
.b-inner-0 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
}
.b-inner-1 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
}
.b-inner-2 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}
.b-inner-3,
.b-inner-4 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.b-inner-5 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}
.b-inner-6 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
}
.b-inner-7 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
}
.b-box-content-title {
  position: relative;
  font-family: playfair;
  font-weight: 700;
  color: #0d0d0d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.b-box-content-p {
  position: relative;
  font-weight: 300;
  color: #838383;
  line-height: 200%;
}
.b-box-content-img-bg-container:hover .b-box-content-img-line-bottom,
.b-box-content-img-bg-container:hover .b-box-content-img-line-top,
.b-box-content-img-bg-container:hover .b-under {
  transform: translateZ(0);
}
.b-box-content-img-bg-wrap:hover {
  transform: scale(1.08);
  opacity: 0.6;
}
.b-box-content-img:hover .b-box-content-date-bg {
  transform: translateZ(0);
}
.b-box-content-img-bg-container:hover .b-box-content-img-border-top {
  transform: translate3d(0, -2px, 0);
}
.b-box-content-img-bg-container:hover .b-box-content-img-border-bottom {
  transform: translate3d(0, 2px, 0);
}
.b-box-content-img-bg-container:hover .b-box-content-img-border-left {
  transform: translate3d(-2px, 0, 0);
}
.b-box-content-img-bg-container:hover .b-box-content-img-border-right {
  transform: translate3d(2px, 0, 0);
}
.p-box-content-title {
  position: relative;
  font-family: playfair;
  font-weight: 700;
  color: #0d0d0d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.p-box-content-p {
  position: relative;
  font-weight: 300;
  color: #838383;
  line-height: 200%;
  padding-bottom: 25px;
}
.p-box-content-btn {
  position: relative;
}
.p-box-content-img-bg-container:hover .p-box-content-img-line-bottom,
.p-box-content-img-bg-container:hover .p-box-content-img-line-top,
.p-box-content-img-bg-container:hover .b-under {
  transform: translateZ(0);
}
.p-box-content-img-bg-wrap:hover {
  transform: scale(1.08);
  opacity: 0.6;
}
.p-box-content-img:hover .p-box-content-date-bg {
  transform: translateZ(0);
}
.p-box-content-img-bg-container:hover .p-box-content-img-border-top {
  transform: translate3d(0, -2px, 0);
}
.p-box-content-img-bg-container:hover .p-box-content-img-border-bottom {
  transform: translate3d(0, 2px, 0);
}
.p-box-content-img-bg-container:hover .p-box-content-img-border-left {
  transform: translate3d(-2px, 0, 0);
}
.p-box-content-img-bg-container:hover .p-box-content-img-border-right {
  transform: translate3d(2px, 0, 0);
}
#c {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#c-header {
  opacity: 0;
}
#c-header-title {
  text-align: center;
  font-family: playfair;
  font-weight: 700;
  line-height: 100%;
  color: #0d0d0d;
}
#c-header-contact {
  position: relative;
}
.c-header-contact-line {
  position: absolute;
  height: 1px;
  background: #0d0d0d;
}
.c-header-contact-txt {
  position: absolute;
}
.c-header-contact-txt-label {
  font-weight: 300;
  letter-spacing: 6px;
  position: relative;
}
.c-header-contact-txt-label:before {
  width: 50px;
  height: 1px;
  background: #1a1a1a;
  content: "";
  display: block;
  position: absolute;
  left: -70px;
  top: 50%;
}
.c-header-contact-txt-content-0 {
  font-family: playfair;
  font-weight: 700;
  line-height: 150%;
}
.c-header-contact-txt-content-1 {
  font-weight: 300;
  line-height: 180%;
}
.c-header-contact-txt-content-1 strong {
  font-size: 1.5rem;
}
.c-header-contact-txt-content-1 small {
  font-size: 13px;
  line-height: 1.3rem;
  display: block;
}
.c-header-contact-txt-content-1 small strong {
  font-size: 13px;
}
.c-header-contact-txt-content-1 .text-bold-office {
  font-weight: 700;
}
.c-header-contact-txt-content-2 {
  font-weight: 300;
}
#c-map-container {
  position: relative;
}
#c-map-bg {
  position: absolute;
  left: 0;
  background: #bac8d4;
}
#c-map-bg-txt {
  position: absolute;
  top: 20px;
  right: 0;
  box-sizing: border-box;
  height: 100%;
  width: 30%;
}
#c-map-bg-txt-icon {
  width: 17px;
  height: 25px;
  fill: #fff;
}
#c-map-txt-title {
  padding: 20px 0;
  font-weight: 700;
  font-size: 0.875rem;
  color: #0d0d0d;
  line-height: 140%;
}
#c-map-txt-line {
  margin: 0 0 0 1px;
  width: 1px;
  height: 30px;
  background: #0d0d0d;
}
#c-map-txt-coords {
  padding: 18px 0 0;
  font-weight: 300;
  font-size: 0.875rem;
  color: #0d0d0d;
  line-height: 140%;
}
#c-map-wrap-with-shadow {
  position: absolute;
  top: 0;
  height: 100%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
  width: 65%;
}
#c-map-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#c-map {
  position: absolute;
  width: 100%;
  height: calc(100% + 40px);
}
#c-msg-title {
  font-family: playfair;
  font-weight: 700;
}
#c-msg-subtitle,
#c-msg-title {
  text-align: center;
  color: #0d0d0d;
}
#c-msg-subtitle {
  font-weight: 200;
}
#c-msg-line {
  width: 1px;
  background: #0d0d0d;
}
#c-msg-form-type-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-msg-form-type {
  font-family: playfair;
  font-weight: 700;
  opacity: 0.25;
  transition: opacity 0.4s ease;
  color: #0d0d0d;
}
.c-msg-form-type.active {
  opacity: 1;
}
.c-msg-form-type:hover {
  cursor: pointer;
  opacity: 1 !important;
}
.c-msg-form-label {
  position: relative;
  display: block;
  padding: 16px 0 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 200%;
  color: #0d0d0d;
}
.c-msg-form-label.star:after {
  content: "*";
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 180%;
}
.c-msg-form-label.error {
  color: #c70c0c;
}
#c-msg-form-textarea,
.c-msg-form-input {
  display: block;
  width: 100%;
  background: #dcc2b4;
  font-family: playfair;
  font-weight: 700;
  transition: all 0.4s ease;
}
#c-msg-form-textarea {
  resize: none;
}
#c-msg-form-textarea:focus,
.c-msg-form-input:focus {
  background: #fff;
}
#c-msg-form-send {
  position: relative;
  width: 100%;
}
#c-msg-form-msg {
  position: absolute;
  top: 0;
  left: 0;
  font-family: playfair;
  font-weight: 700;
  color: #c70c0c;
}
#c-msg-form-msg.success {
  color: #0d0d0d;
}
#c-msg {
  max-width: 95%;
}
.c-popup {
  text-align: center;
}
#c-popup-left {
  float: left;
}
#c-popup-right {
  float: right;
}
.c-popup-txt {
  font-family: playfair;
  font-weight: 700;
}
.p-popup {
  text-align: center;
  margin: auto;
}
#p-popup-left {
  float: left;
}
#p-popup-right {
  float: right;
}
.p-popup-txt {
  font-family: playfair;
  font-weight: 700;
}
#h {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#h-header {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#h-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: calc((27px + 3.3vw) * 2);
}
#h-header-bg-img-wrap {
  transform: translate3d(0, -100%, 0);
}
#h-header-bg-img-wrap.home {
  transform: translate3d(0, 0%, 0);
}
#h-header-bg-img-wrap.home #h-header-bg-img {
  transform: translate3d(0px, -100%, 0px);
}
#h-header-arrow-wrap {
  transform: translate3d(1000%, 0, 0);
  transition: transform 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.home .a-header-txt {
  top: 0;
}
.home #site-header {
  opacity: 0;
  transition: opacity 1s linear;
}
.home #h-gradient {
  transition: transform 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}
#h-header-bg-img,
#h-header-bg-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}
#h-header-bg-img {
  background-image: url(/wp-content/themes/hello-theme-child/static/media/img/home/header/bg.jpg);
  background-size: cover;
  background-position: top;
  transform: translate3d(0, 100%, 0);
}
#h-header-je-shadow {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: opacity 1.5s linear;
}
#h-header-je,
#h-header-je-shadow {
  position: absolute;
  top: 130px;
  left: calc(27px + 3.3vw);
  right: calc(27px + 3.3vw);
  bottom: calc(27px + 3.3vw);
}
#h-header-je-img-wrap {
  transform: translate3d(-100%, 0, 0);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
}
#h-header-je-img,
#h-header-je-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: -1px !important;
}
#h-header-je-img {
  background-image: url(/wp-content/themes/hello-theme-child/static/media/img/home/header/je.jpg);
  background-size: cover;
  background-position: top;
}
#h-header-je-pillar {
  position: absolute;
  bottom: -14%;
  right: 150px;
  height: 90%;
}
#h-header-je-pillar-img {
  height: 100%;
  width: auto;
}
.h-header-je-pillar-txt {
  position: absolute;
  top: 0;
  right: 0;
  font-family: playfair;
  transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.h-header-je-pillar-txt.active {
  opacity: 1;
}
#h-header-je-pillar-txt-quote {
  width: 100%;
  text-align: center;
  font-size: 3.75rem;
  color: #dcc2b4;
  line-height: 40%;
}
#h-header-je-pillar-txt-top-wrap {
  position: relative;
  margin-top: -6px;
  line-height: 140%;
}
#h-header-je-pillar-txt-top-base {
  opacity: 0;
}
.h-header-je-pillar-txt-top {
  position: absolute;
  top: 0;
  transform: translate3d(0, -100%, 0);
}
.h-header-je-pillar-txt-top.first {
  transform: translateZ(0);
}
#h-header-je-pillar-txt-bottom-wrap {
  position: relative;
  line-height: 238%;
}
#h-header-je-pillar-txt-bottom-base {
  opacity: 0;
}
.h-header-je-pillar-txt-bottom {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate3d(0, -100%, 0);
}
.h-header-je-pillar-txt-bottom.first {
  transform: translateZ(0);
}
.h-pillar-txt-bold {
  font-size: 3.75vh;
  font-weight: 700;
  color: #000101;
}
.h-pillar-txt-italic {
  font-style: italic;
  font-size: 1.88vh;
  color: #000101;
}
#h-header-je-cloud {
  position: absolute;
  bottom: 3%;
  right: 0;
  width: 30%;
}
#h-header-h1 {
  position: relative;
  text-align: center;
}
#h-header-h1-desc,
#h-header-h1-title-wrap {
  display: inline-block;
}
#h-header-h1-title-wrap {
  color: #0d0d0d;
  font-family: playfair;
  font-weight: 700;
  font-size: calc(2.7rem + 4vw);
  line-height: 120%;
  transform: scale(1.05);
  transition: transform 2s linear;
}
#h-header-h1-title-wrap span {
  float: left;
  height: calc(3.5rem + 4.8vw);
}
.h-header-h1-title:first-child {
  width: 5.5vw;
  text-align: right;
}
.h-header-h1-title:last-child {
  width: 5.5vw;
  text-align: left;
}
.h-header-h1-title {
  opacity: 0;
}
.h-header-h1-title:nth-of-type(1) {
  transition-delay: 0s;
}
.h-header-h1-title:nth-of-type(2) {
  transition-delay: 0.05s;
}
.h-header-h1-title:nth-of-type(3) {
  transition-delay: 0.1s;
}
.h-header-h1-title:nth-of-type(4) {
  transition-delay: 0.15s;
}
.h-header-h1-title:nth-of-type(5) {
  transition-delay: 0.2s;
}
.h-header-h1-title:nth-of-type(6) {
  transition-delay: 0.25s;
}
.h-header-h1-title:nth-of-type(7) {
  transition-delay: 0.3s;
}
.h-header-h1-title:nth-of-type(8) {
  transition-delay: 0.35s;
}
.h-header-h1-title:nth-of-type(9) {
  transition-delay: 0.4s;
}
.h-header-h1-title:nth-of-type(10) {
  transition-delay: 0.45s;
}
.h-header-h1-title:nth-of-type(11) {
  transition-delay: 0.5s;
}
.h-header-h1-title:nth-of-type(12) {
  transition-delay: 0.55s;
}
.h-header-h1-title:nth-of-type(13) {
  transition-delay: 0.65s;
}
.h-header-h1-title:nth-of-type(14) {
  transition-delay: 0.7s;
}
.h-header-h1-title:nth-of-type(15) {
  transition-delay: 0.75s;
}
#h-header-h1-desc {
  margin: -1vw 0 0;
  text-align: center;
  width: 100%;
  color: #000;
  font-weight: 300;
  font-size: calc(0.5rem + 0.32vw);
  letter-spacing: calc(6px + 0.47vw);
  opacity: 0;
  transition-delay: 1s;
}
#h-header-share {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(27px + 3.3vw);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
#h-header-share-title {
  margin-bottom: calc(12px + 1.2vw);
  font-size: calc(0.5rem + 0.16vw);
  font-weight: 300;
  letter-spacing: 1.4px;
  color: #0d0d0d;
  transform: rotate(-90deg);
  transform-origin: 50% 46%;
}
#h-header-share-line-wrap {
  position: relative;
  margin: auto;
  width: 20px;
  height: 1px;
}
#h-header-share-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #bab0aa;
  transform: translate3d(-100%, 0, 0);
}
.h-header-share-icon-wrap {
  padding: 16px;
}
.h-header-share-icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.h-header-share-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #404040;
}
.h-header-share-js {
  opacity: 0;
  transition: opacity 1.5s linear;
}
.h-header-share-js .h-header-share-icon-over {
  transform: translate3d(-100%, 0, 0);
}
.h-header-share-js:hover .h-header-share-icon-init {
  transform: translate3d(100%, 0, 0);
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.h-header-share-js:hover .h-header-share-icon-over {
  transform: translateZ(0);
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
#h-gradient {
  margin: calc((27px + 3.3vw) * -2) 0 0;
  transform: translate3d(0, 180px, 0);
}
#h-about-box,
#h-about-box-wrap {
  position: relative;
}
#h-about-box {
  margin: auto;
  height: 100%;
  box-sizing: border-box;
  border: 3px solid #e5d7cb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#h-about-box-about {
  top: 35%;
  color: #fff;
  font-weight: 300;
  font-size: calc(0.4rem + 0.19vw);
  letter-spacing: 6px;
}
#h-about-box-about,
#h-about-box-title-wrap {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
#h-about-box-title-wrap {
  top: 42%;
  font-family: playfair;
  font-weight: 700;
  font-size: calc(2rem + 2.1vw);
}
#h-about-box-title-base {
  opacity: 0;
}
.h-about-box-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, -100%, 0);
}
.h-about-box-title.first {
  transform: translateZ(0);
}
#h-about-box-desc-wrap {
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  text-align: center;
  font-family: playfair;
  font-size: calc(0.92rem + 0.8vw);
}
#h-about-box-desc-base {
  opacity: 0;
}
.h-about-box-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, -100%, 0);
}
.h-about-box-desc.first {
  transform: translateZ(0);
}
#h-about-box-inner {
  position: relative;
  width: 90%;
  height: 92%;
  background: #e5d7cb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#h-about-box-inner-key {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 16.4%;
  transform: translate3d(-50%, -100%, 0);
}
#h-about-box-inner-letter-svg {
  position: absolute;
  top: 0;
  left: 55%;
  width: 300px;
  height: 100%;
  transform: translateX(-50%);
}
#h-about-box-inner-clip {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#h-about-box-inner-letter-img-1,
#h-about-box-inner-letter-img-2 {
  display: none;
}
#h-about-bg {
  position: absolute;
  top: calc(200px + 55.8vh);
  font-family: playfair;
  font-weight: 700;
  font-size: calc(2rem + 9.86vw);
  opacity: 0.45;
  color: #fff;
}
#h-about-txt {
  margin: 20px auto 140px;
}
.h-about-txt-title {
  font-family: playfair;
  font-size: 0.625rem;
  font-weight: 700;
  color: #0d0d0d;
  letter-spacing: 2px;
}
.h-about-txt-p {
  padding: 16px 0 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #838383;
  line-height: 200%;
}
#h-about-txt-left {
  float: left;
  width: 44%;
}
#h-about-txt-right {
  position: relative;
  margin: 123px 0 0;
  float: right;
  width: 43%;
}
.h-about-txt-line-wrap {
  position: absolute;
  top: 7px;
  left: -58px;
  width: 30px;
  height: 1px;
}
.h-about-txt-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0d0d0d;
  transform: translate3d(-100%, 0, 0);
}
#h-work {
  position: relative;
}
#h-work-title {
  text-align: center;
  font-size: 0.625rem;
  font-weight: 300;
  color: #0d0d0d;
  letter-spacing: 5.5px;
}
#h-work-bg {
  position: absolute;
  z-index: -2;
  font-family: playfair;
  font-weight: 700;
  font-size: calc(2rem + 9.86vw);
  opacity: 0.45;
  color: #fff;
}
#h-work-slider {
  position: relative;
  margin: 200px 0 0;
  width: 100%;
}
#h-work-slider-strip {
  position: absolute;
  top: 2%;
  height: 80%;
  background: #bac8d4;
}
#h-work-slider-img {
  position: relative;
  margin: auto;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
#h-work-slider-img-txt-wrap {
  position: absolute;
  width: 200%;
  left: -50%;
  font-family: playfair;
  font-size: calc(2.12rem + 2vw);
  font-weight: 700;
  color: #fff;
  line-height: 130%;
  top: 40%;
  height: 150px;
}
#h-work-slider-img-txt-base {
  opacity: 0;
}
.h-work-slider-img-txt {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 1000%, 0);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.h-work-slider-img-txt.active {
  transform: translate3d(0, 0%, 0);
}
.h-work-slider-img-txt.first {
  transform: translateZ(0);
}
#h-work-txt {
  position: relative;
  margin: 2em 0 0;
  padding: 0 0 0 26.4%;
}
#h-work-txt-quote {
  padding: 0 0 0 23%;
  font-family: playfair;
  font-size: calc(1.4rem + 1.3vw);
  font-weight: 700;
  line-height: 50%;
}
#h-work-txt-0-line-wrap {
  position: absolute;
  left: -88px;
  width: 60px;
  height: 1px;
}
#h-work-txt-0-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0d0d0d;
  transform: translate3d(-100%, 0, 0);
}
#h-work-txt-0-w {
  position: relative;
  width: 400px;
  height: 300px;
  max-width: 100%;
}
#h-work-txt-0-wrap,
#h-work-txt-1-wrap,
#h-work-txt-2-wrap {
  position: relative;
  font-family: playfair;
  font-size: calc(1.3rem + 1vw);
  font-weight: 700;
  line-height: 130%;
}
#h-work-txt-0-base,
#h-work-txt-1-base,
#h-work-txt-2-base {
  opacity: 0;
}
.h-work-txt-0,
.h-work-txt-1,
.h-work-txt-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, -1000%, 0);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.h-work-txt-0.active,
.h-work-txt-1.active,
.h-work-txt-2.active {
  transform: translate3d(0, 0%, 0);
}
.h-work-txt-0.first,
.h-work-txt-1.first,
.h-work-txt-2.first {
  transform: translateZ(0);
}
#h-blog {
  position: relative;
}
#h-blog-title {
  text-align: center;
  font-size: 0.625rem;
  font-weight: 300;
  color: #0d0d0d;
  letter-spacing: 5.5px;
}
#h-blog-slider-container {
  width: 100%;
}
#h-blog-slider-wrap,
.h-blog-slider {
  position: relative;
}
.h-blog-slider {
  float: left;
  width: 33.333%;
}
.h-blog-slider-content {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
}
#h-blog-slider-content-0 {
  margin-top: 0;
  margin-bottom: 30px;
}
#h-blog-slider-content-1 {
  margin-top: 30px;
  margin-bottom: 0;
}
#h-blog-slider-content-2 {
  margin-top: 0;
  margin-bottom: 30px;
  opacity: 0.25;
}
.h-blog-slider-content-img {
  position: relative;
  width: 100%;
}
.h-blog-slider-content-img-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.h-blog-slider-content-img-bg-container:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #000;
}
.h-blog-slider-content-img-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.h-blog-slider-content-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
  transform: translate3d(100%, 0, 0);
}
.h-blog-slider-content-img-bg.first {
  transform: translateZ(0);
}
#h-blog-slider-content-2 .h-blog-slider-content-img {
  filter: grayscale(100%);
}
.h-blog-slider-content-img-border {
  position: absolute;
  background: #f0e1d9;
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.h-blog-slider-content-img-border-top {
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  transform: translate3d(0, -12px, 0);
}
.h-blog-slider-content-img-border-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  transform: translate3d(0, 12px, 0);
}
.h-blog-slider-content-img-border-left {
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  transform: translate3d(-12px, 0, 0);
}
.h-blog-slider-content-img-border-right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  transform: translate3d(12px, 0, 0);
}
.h-blog-slider-content-date {
  position: absolute;
  z-index: 2;
  background: #f0e1d9;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
.h-blog-slider-content-date-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translate3d(-101%, 0, 0);
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.h-blog-slider-content-date-txt-container {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.h-blog-slider-content-date-txt-wrap {
  position: relative;
  text-align: center;
  color: #0d0d0d;
  letter-spacing: 3.5px;
  width: 100%;
}
.h-blog-slider-content-date-txt-base {
  opacity: 0;
}
.h-blog-slider-content-date-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(0, -100%, 0);
}
.h-blog-slider-content-date-txt.first {
  transform: translateZ(0);
}
#h-blog-slider-content-2 .h-blog-slider-content-date {
  background: #0d0d0d;
}
#h-blog-slider-content-2 .h-blog-slider-content-date-txt {
  color: #fff;
}
.h-blog-slider-content-img-line-top-wrap {
  position: absolute;
  left: 50%;
  width: 1px;
}
.h-blog-slider-content-img-line-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translate3d(0, -102%, 0);
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.h-blog-slider-content-img-line-bottom-wrap {
  position: absolute;
  left: 50%;
  width: 1px;
}
.h-blog-slider-content-img-line-bottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translate3d(0, 102%, 0);
  transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.h-blog-slider-content-img-txt {
  position: relative;
  color: #fff;
  transform: rotate(-90deg);
  pointer-events: none;
}
.h-blog-over-wrap {
  display: block;
}
.h-blog-over-wrap span {
  float: left;
  font-weight: 300;
  color: #fff;
  letter-spacing: 5.5px;
  opacity: 0;
}
.h-blog-under-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.h-blog-under-wrap span {
  float: left;
  font-weight: 300;
  color: #fff;
  letter-spacing: 5.5px;
}
.h-blog-under {
  transform: translate3d(0, 100%, 0);
}
.h-blog-inner-0 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
}
.h-blog-inner-1 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
}
.h-blog-inner-2 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}
.h-blog-inner-3,
.h-blog-inner-4 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.h-blog-inner-5 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 40ms;
}
.h-blog-inner-6 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 80ms;
}
.h-blog-inner-7 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
}
.h-blog-slider-content-title-wrap {
  position: relative;
  font-family: playfair;
  font-weight: 700;
  color: #0d0d0d;
}
.h-blog-slider-content-title-base {
  opacity: 0;
}
.h-blog-slider-content-title,
.h-blog-slider-content-title-base {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.h-blog-slider-content-title {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.h-blog-slider-content-title.first {
  transform: translateZ(0);
}
.h-blog-slider-content-p-wrap {
  position: relative;
  font-weight: 300;
  color: #838383;
  line-height: 200%;
  height: 81px;
}
.h-blog-slider-content-p-base {
  opacity: 0;
  height: 81px;
  overflow: hidden;
}
.h-blog-slider-content-p {
  position: absolute;
  top: 0;
  left: 0;
  height: 81px;
  overflow: hidden;
  transform: translate3d(0, 100%, 0);
}
.h-blog-slider-content-img-bg-container:hover .h-blog-slider-content-img-line-bottom,
.h-blog-slider-content-img-bg-container:hover .h-blog-slider-content-img-line-top,
.h-blog-slider-content-img-bg-container:hover .h-blog-under,
.h-blog-slider-content-p.first {
  transform: translateZ(0);
}
.h-blog-slider-content-img-bg-wrap:hover {
  transform: scale(1.08);
  opacity: 0.6;
}
.h-blog-slider-content-img:hover .h-blog-slider-content-date-bg {
  transform: translateZ(0);
}
.h-blog-slider-content-img-bg-container:hover .h-blog-slider-content-img-border-top {
  transform: translate3d(0, -2px, 0);
}
.h-blog-slider-content-img-bg-container:hover .h-blog-slider-content-img-border-bottom {
  transform: translate3d(0, 2px, 0);
}
.h-blog-slider-content-img-bg-container:hover .h-blog-slider-content-img-border-left {
  transform: translate3d(-2px, 0, 0);
}
.h-blog-slider-content-img-bg-container:hover .h-blog-slider-content-img-border-right {
  transform: translate3d(2px, 0, 0);
}
#h-blog-slider-arrow-wrap {
  position: absolute;
}
#h-blog-slider-arrow,
#h-blog-slider-arrow-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#h-blog-slider-arrow-line {
  position: absolute;
  top: calc(50% - 6px);
  left: 50%;
  width: 1px;
  height: 12px;
  background: #bebebe;
}
.h-blog-slider-arrow-btn {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  transition: opacity 0.7s ease;
}
#h-blog-slider-arrow-btn-left {
  left: 0;
}
#h-blog-slider-arrow-btn-right {
  right: 0;
}
.h-blog-slider-arrow-btn svg {
  position: absolute;
  top: calc(50% - 6px);
  width: 6px;
  height: 12px;
  fill: #0d0d0d;
  opacity: 0.3;
  transition: opacity 0.7s ease;
  pointer-events: none;
}
#h-blog-slider-arrow-btn-left svg {
  left: calc(50% - 3px);
}
#h-blog-slider-arrow-btn-right svg {
  right: calc(50% - 3px);
}
.h-blog-slider-arrow-btn:hover {
  cursor: pointer;
}
.h-blog-slider-arrow-btn:hover svg {
  opacity: 1;
}
#h-blog.first #h-blog-slider-arrow-btn-left,
#h-blog.first .h-blog-slider-arrow-btn:hover svg,
#h-blog.last #h-blog-slider-arrow-btn-right,
#h-blog.last .h-blog-slider-arrow-btn:hover svg {
  opacity: 0.2;
  cursor: default;
}
#h-blog-slider-bg {
  position: absolute;
  z-index: -2;
  font-family: playfair;
  font-weight: 700;
  font-size: calc(2rem + 9.86vw);
  opacity: 0.06;
  color: #0d0d0d;
}
#ho {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#ho-header {
  position: relative;
  height: 100vh;
  opacity: 0;
}
#ho-header-no-wrap {
  padding: 14.53vh 0 0;
  margin: auto;
  width: 508px;
  height: 356px;
  width: 52.75vh;
  height: 36.96vh;
}
#ho-header-no {
  position: relative;
  width: 100%;
  height: 100%;
}
#ho-header-no-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ho-header-no-clip-wrap {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#ho-header-title {
  margin: 2vw 0 0;
  text-align: center;
  font-family: playfair;
  font-weight: 700;
  font-size: 8vh;
  line-height: 100%;
  color: #0d0d0d;
}
#ho-slider {
  position: relative;
}
#ho-slider-no-wrap {
  position: absolute;
  font-weight: 700;
  line-height: 90%;
}
#ho-slider-no-base {
  opacity: 0;
}
.ho-slider-no {
  position: absolute;
  top: 0;
  left: 0;
  color: #0d0d0d;
  transform: translate3d(0, 100%, 0);
}
.ho-slider-no.first {
  transform: translateZ(0);
}
#ho-slider-frame {
  position: relative;
  top: 0;
  box-sizing: border-box;
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to top left, #bac8d4 0, #f0e1d9);
  border-image-slice: 1;
}
#ho-slider-title-top-wrap {
  position: absolute;
  font-family: playfair;
  font-weight: 700;
  overflow: hidden;
}
#ho-slider-title-top-line-wrap {
  position: absolute;
  left: 0;
  height: 1px;
}
#ho-slider-title-top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0d0d0d;
}
#ho-slider-title-top-base {
  opacity: 0;
}
.ho-slider-title-top {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 200%, 0);
  color: #0d0d0d;
}
.ho-slider-title-top.first {
  transform: translateZ(0);
}
#ho-slider-title-bottom-wrap {
  position: absolute;
  font-family: playfair;
  font-weight: 700;
}
#ho-slider-title-bottom-base {
  opacity: 0;
}
.ho-slider-title-bottom {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.ho-slider-title-bottom.first {
  transform: translateZ(0);
}
#ho-slider-txt-wrap,
.ho-slider-txt {
  position: absolute;
}
.ho-slider-txt {
  top: 0;
  left: 0;
  opacity: 0;
  font-weight: 300;
  color: #838383;
  line-height: 180%;
}
.ho-slider-txt.first {
  opacity: 1;
}
#ho-slider-img-0,
#ho-slider-img-1 {
  position: absolute;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}
#my {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#my-header {
  background-size: cover;
  background-position: top;
  opacity: 0;
}
#my-header-title-wrap {
  position: relative;
  text-align: center;
  font-family: playfair;
  font-weight: 700;
  color: #0d0d0d;
}
#my-header-title-wrap p {
  display: block;
}
#my-header-title-wrap p:first-of-type {
  line-height: 100%;
}
#my-header-title-wrap p:nth-of-type(2) {
  line-height: 70%;
}
#my-header-title-wrap p:last-of-type {
  line-height: 160%;
}
#my-header-line-wrap {
  position: relative;
  width: 1px;
}
#my-header-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
#my-header-p-wrap {
  position: relative;
  text-align: center;
  font-family: playfair;
  color: #0d0d0d;
}
#my-header-p-wrap p {
  font-size: 1.8rem;
}
#my-header-p-wrap p:first-of-type,
#my-header-p-wrap p:last-of-type {
  line-height: 100%;
}
#my-header-p-wrap p:nth-of-type(2) {
  font-weight: 700;
  font-style: italic;
  line-height: 170%;
  font-size: 3rem;
}
#my-key-subtitle {
  font-weight: 300;
  line-height: 160%;
}
#my-key-subtitle strong {
  font-weight: 700;
}
#my-key-subtitle,
#my-key-title {
  text-align: center;
  color: #0d0d0d;
}
#my-key-title {
  font-weight: 700;
}
#my-key-subtitle-2 {
  font-weight: 300;
  line-height: 160%;
  text-align: center;
  color: #0d0d0d;
}
.my-key-box:first-child,
.my-key-box:nth-child(3) {
  float: left;
}
.my-key-box:last-child,
.my-key-box:nth-child(2) {
  float: right;
}
.my-key-box-line-wrap {
  position: relative;
  float: left;
}
.my-key-box-line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #0d0d0d;
}
.my-key-box-txt {
  float: left;
  height: 100%;
}
.my-key-box-txt-title {
  font-weight: 700;
  color: #0d0d0d;
}
.my-key-box-txt-subtitle {
  color: #0d0d0d;
}
.my-key-box-txt-p {
  font-weight: 300;
  color: #828282;
  line-height: 200%;
}
#p404 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#p404-center-wrap {
  padding: calc(27px + 3.3vw + 5vw) 0 0;
}
#p404-center {
  position: relative;
  height: 70vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#p404-center-no {
  color: #dbdcdd;
  font-size: 30vw;
  font-weight: 500;
  opacity: 0;
}
#p404-center-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
#p404-center-pillar {
  top: 0;
}
#p404-center-damage,
#p404-center-pillar {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -17.11vh;
  height: 70vh;
  width: 34.22vh;
}
#p404-center-damage {
  top: 0.8%;
}
#wb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#wb-table {
  margin: auto;
  color: #0d0d0d;
  max-width: 90%;
}
.wb-table-box {
  position: relative;
  width: 100%;
}
.wb-table-box-left {
  position: absolute;
}
.wb-table-box-left-no {
  font-weight: 700;
}
.wb-table-box-left-txt-wrap {
  margin: 15px 0 0;
}
.wb-table-box-left-txt {
  font-weight: 700;
}
.wb-table-box-left-txt-line {
  position: absolute;
  height: 1px;
  background: #0d0d0d;
}
.wb-table-box-right {
  position: absolute;
  top: 0;
  right: 0;
  font-family: playfair;
  font-weight: 700;
}
.wb-table-line {
  width: 100%;
  height: 1px;
  background: #c8c8c8;
}
#wi {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#wi-table {
  margin: auto;
  color: #0d0d0d;
  width: 1120px;
  max-width: 90%;
}
.wi-table-title {
  font-family: playfair;
  font-weight: 700;
  padding: 70px 0 0;
  font-size: 1.5rem;
  width: 1120px;
  max-width: 90%;
  margin: auto;
}
.wi-table-subtitle {
  font-weight: 200;
  padding: 2px 0 30px;
  font-size: 1rem;
  width: 1120px;
  max-width: 90%;
  margin: auto;
}
.wi-table-box {
  position: relative;
  width: 100%;
}
.wi-table-box-left {
  position: absolute;
  top: 0;
}
.wi-table-box-left-no {
  font-weight: 700;
}
.wi-table-box-left-line {
  position: absolute;
  height: 1px;
  background: #0d0d0d;
}
.wi-table-box-right {
  position: absolute;
  top: 0;
  right: 0;
  font-family: playfair;
  font-weight: 700;
}
.wi-table-line {
  width: 100%;
  height: 1px;
  background: #c8c8c8;
}
.copyright {
  font-weight: 300;
  color: #ababab;
  font-size: 0.75em;
  width: calc(100% - 6vw);
  max-width: calc(100% - 11vw);
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #ccc;
  margin: auto;
  margin-top: 1em;
}
.message-type {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}
.message-type span {
  font-family: playfair;
  font-weight: 700;
  opacity: 0.25;
  transition: opacity 0.4s ease;
  color: #0d0d0d;
  font-size: 2.6rem;
  cursor: pointer;
}
.message-type span:hover,
.message-type span.active {
  opacity: 1;
}
body .gform_validation_errors {
  display: none !important;
}
body .gform_wrapper.gravity-theme .gfield_required .gfield_required_custom,
body .gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
  font-style: initial;
  font-weight: 400;
  font-size: 12px;
  color: #777;
}
body .gform_wrapper.gravity-theme .gfield_label {
  position: relative;
  display: block;
  padding: 16px 0 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #0d0d0d;
}
body .gform_wrapper.gravity-theme input[type="color"],
body .gform_wrapper.gravity-theme input[type="date"],
body .gform_wrapper.gravity-theme input[type="datetime-local"],
body .gform_wrapper.gravity-theme input[type="datetime"],
body .gform_wrapper.gravity-theme input[type="email"],
body .gform_wrapper.gravity-theme input[type="month"],
body .gform_wrapper.gravity-theme input[type="number"],
body .gform_wrapper.gravity-theme input[type="password"],
body .gform_wrapper.gravity-theme input[type="search"],
body .gform_wrapper.gravity-theme input[type="tel"],
body .gform_wrapper.gravity-theme input[type="text"],
body .gform_wrapper.gravity-theme input[type="time"],
body .gform_wrapper.gravity-theme input[type="url"],
body .gform_wrapper.gravity-theme input[type="week"],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  background: #dcc2b4;
  font-family: playfair;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  padding: 15px;
}
body .charleft {
  display: none !important;
}
body .gform_wrapper.gravity-theme .gform_footer button,
body .gform_wrapper.gravity-theme .gform_footer input,
body .gform_wrapper.gravity-theme .gform_page_footer button,
body .gform_wrapper.gravity-theme .gform_page_footer input {
  background: #000;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  transition: background 0.3s cubic-bezier(0.92, -0.01, 0.47, 0.99);
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 1.2rem;
}
body .gform_wrapper.gravity-theme .gform_footer button:hover,
body .gform_wrapper.gravity-theme .gform_footer input:hover,
body .gform_wrapper.gravity-theme .gform_page_footer button:hover,
body .gform_wrapper.gravity-theme .gform_page_footer input:hover {
  background: #dcc2b4;
}
body .gform_wrapper.gravity-theme .field_description_above .description,
body .gform_wrapper.gravity-theme .field_description_above .gfield_description,
body .gform_wrapper.gravity-theme .field_description_above .gsection_description,
body .gform_wrapper.gravity-theme .field_description_above .instruction {
  padding: 8px !important;
}
body img.gform_ajax_spinner {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: fixed;
  top: 45%;
  left: 50%;
}
#comments {
  display: none;
}
body.page-template-default,
body.search-results,
body.single,
body.archive {
  margin: auto;
  font-weight: 300;
  line-height: 200%;
  color: #555;
}
body.page-template-default p,
body.search-results p,
body.single p,
body.archive p {
  padding-bottom: 1rem;
}
body.page-template-default h2,
body.page-template-default h3,
body.page-template-default h4,
body.page-template-default h5,
body.page-template-default h6,
body.search-results h2,
body.search-results h3,
body.search-results h4,
body.search-results h5,
body.search-results h6,
body.single h2,
body.single h3,
body.single h4,
body.single h5,
body.single h6,
body.archive h2,
body.archive h3,
body.archive h4,
body.archive h5,
body.archive h6 {
  font-family: playfair;
  font-weight: 700;
  line-height: 1.2em;
  color: #000;
  padding-bottom: 1rem;
}
body.page-template-default h2,
body.search-results h2,
body.single h2,
body.archive h2 {
  font-size: 2.441rem;
}
body.page-template-default h3,
body.search-results h3,
body.single h3,
body.archive h3 {
  font-size: 1.953rem;
  font-family: montserrat;
  font-weight: 300;
}
body.page-template-default h4,
body.search-results h4,
body.single h4,
body.archive h4 {
  font-size: 1.563rem;
  font-family: montserrat;
  font-weight: 700;
}
body.page-template-default h5,
body.search-results h5,
body.single h5,
body.archive h5 {
  font-size: 1.25rem;
}
body.page-template-default h6,
body.search-results h6,
body.single h6,
body.archive h6 {
  font-size: 1rem;
}
body.page-template-default #content,
body.search-results #content,
body.single #content,
body.archive #content {
  padding-top: 150px;
  width: 1080px;
  max-width: 90%;
}
body.page-template-default #content img,
body.search-results #content img,
body.single #content img,
body.archive #content img {
  width: auto;
}
body.page-template-default #content a,
body.search-results #content a,
body.single #content a,
body.archive #content a {
  color: #000;
}
body.page-template-default h1.entry-title,
body.search-results h1.entry-title,
body.single h1.entry-title,
body.archive h1.entry-title {
  padding: 0 0 1em;
  font-size: 5.8rem;
  text-align: center;
  font-family: playfair;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}
body.page-template-default h1.entry-title:after,
body.search-results h1.entry-title:after,
body.single h1.entry-title:after,
body.archive h1.entry-title:after {
  content: "";
  height: 100px;
  width: 1px;
  background: #000;
  display: block;
  margin: 2rem auto 0;
}
.ls_home_slider_1 {
  position: relative;
  position: relative;
  height: 12vh;
  width: 450px;
}
.ls_home_slider_1 .ls_slide {
  position: absolute;
  transform: translate3d(1000%, 0%, 0);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-style: italic;
  font-size: 1.88vh;
  font-weight: 300;
  padding-left: 0.5em;
  text-indent: 1.5em;
  line-height: 2em;
  right: 0;
}
.ls_home_slider_1 .ls_slide strong {
  font-size: 3.75vh;
  font-weight: 700;
  margin-left: 5px;
}
.ls_home_slider_1 .ls_slide.active {
  transform: translate3d(0%, 0%, 0);
}
.ls-slider .ls-slider-pagination-number.active {
  transform: translateZ(0) !important;
}
.ls-slider .ls-slider-title.active {
  transform: translateZ(0) !important;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ls-slider .ls-slider-content.active {
  opacity: 1 !important;
}
.ls-slider .ls-slider-title {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding-left: 4rem;
  text-indent: 2rem;
}
.ls-slider .ls-slider-content {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.ls-slider .ls-slider-pagination-number {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ls-slider .slider-pagination-no,
.ls-slider .slider-pagination-dark {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.ls-slider #ho-slider-title-top-base {
  width: 50vw;
}
#my-key-box-wrap {
  margin: 120px auto 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 1400px;
}
.my-key-box {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 8%;
}
.my-key-box:nth-of-type(2n) {
  margin-right: 0;
}
#my-key {
  max-width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 1400px) {
  #a-qr-nav {
      left: -120px;
  }
}
@media (max-width: 980px) {
  body .h-header-je-pillar-txt,
  body #h-header-je-pillar-pagination-wrap,
  body #h-header-arrow-wrap {
      display: none;
  }
  body .my-key-box {
      width: 90%;
      float: none;
      margin-right: 0;
  }
  body #ho-slider-no-wrap {
      display: none;
  }
  body #ho-slider-frame {
      margin: 0 auto;
  }
  body .ls-slider .ls-slider-title {
      font-size: 2rem;
      width: 100vw;
  }
  body .ls-slider #ho-slider-title-top-base {
      width: 100vw;
  }
  body .ho-slider-title-top {
      transform: translate3d(0, 200%, 0);
  }
  body #ho-header-no-wrap {
      width: 800px;
      height: auto;
      max-width: 80%;
      margin-top: 40px;
  }
  body #ho-header-no-wrap #ho-header-no-svg {
      position: relative;
  }
  body #site-footer {
      display: block;
  }
  body #site-footer .site-branding {
      width: 100%;
      text-align: center;
  }
  body #site-footer .site-navigation {
      width: 100%;
      margin: 1em auto;
  }
  body #site-footer .site-navigation ul.menu li {
      margin: 0;
      padding: 0 1em;
  }
  body #site-footer .social-media {
      display: FLEX;
      justify-content: center;
      width: 100%;
  }
  body #a-header-frame {
      width: 80%;
      height: auto;
      position: static;
      margin-left: 10%;
      padding: 2em 0;
  }
  body #a-header {
      margin-top: 100px;
  }
  body #a-header-title {
      width: 50%;
      position: static;
      margin-left: -8%;
      display: inline-block;
      vertical-align: middle;
  }
  body #a-header-txt {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 45%;
      margin-left: 11%;
      display: inline-block;
      vertical-align: middle;
      top: 40%;
      right: -14%;
      margin-bottom: 2em;
  }
  body #a-header-letter-svg {
      width: 200px;
      height: auto;
      margin: auto;
      left: 38%;
      top: -60px;
      position: absolute;
  }
  body #a-header-arrow-wrap {
      top: 100%;
      bottom: initial;
      right: 10%;
  }
  body #a-header-pagination-wrap {
      display: none;
  }
  body #a-qr-slider {
      width: 82%;
  }
  body #a-qr-slider-txt {
      width: 84%;
      left: 70px;
      right: 0;
      top: 49%;
      bottom: initial;
      height: 100%;
      background-size: 60px;
      position: relative;
  }
  body .a-qr-slider-title-left-top {
      font-size: 6vw;
      width: 90%;
  }
  body #a-sbi-bloc {
      width: 95%;
      height: auto;
      padding: 2em 0;
  }
  body #a-sbi-bloc > div {
      padding: 0;
  }
  body .a-sbi-bloc-top-link-wrap {
      font-size: 2.3rem;
  }
  body .huge-link-wrap {
      font-size: 18vw;
  }
  body #c-header-contact {
      width: 100%;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      padding: 0 8%;
      justify-content: center;
  }
  body #c-header-contact .c-header-contact-txt {
      position: relative;
      top: 0;
      left: 0;
      width: 300px;
      margin-bottom: 3em;
  }
  body #c-header-contact .c-header-contact-txt-content-0 {
      font-size: 1.2rem;
  }
  body #c-header-contact #c-header-contact-txt-4 {
      order: 5;
  }
  body #c-header-contact #c-header-contact-txt-3 {
      order: 4;
      margin-right: 0;
  }
  body #h-about-txt {
      width: 90% !important;
  }
}
@media (max-width: 768px) {
  body.page-template-default h1,
  body.search-results h1,
  body.single h1,
  body.archive h1 {
      font-size: 2.441rem !important;
  }
  body.page-template-default h2,
  body.search-results h2,
  body.single h2,
  body.archive h2 {
      font-size: 1.953rem;
  }
  body.page-template-default h3,
  body.search-results h3,
  body.single h3,
  body.archive h3 {
      font-size: 1.563rem;
  }
  body.page-template-default h4,
  body.search-results h4,
  body.single h4,
  body.archive h4 {
      font-size: 1.25rem;
  }
  body.page-template-default h5,
  body.search-results h5,
  body.single h5,
  body.archive h5 {
      font-size: 1rem;
  }
  body #h-header-h1-title-wrap {
      font-size: calc(1rem + 4vw);
  }
  body #h-header-h1-desc {
      font-size: calc(0.35rem + 0.32vw);
      letter-spacing: 7px;
  }
  body .message-type span {
      font-size: 1.5rem;
  }
  body #c-map-bg-txt,
  body #c-map-bg,
  body #c-map-wrap-with-shadow {
      position: static;
  }
  body #c-map-wrap-with-shadow {
      width: 100%;
      height: 40vh;
  }
  body #c-map-bg-txt {
      width: 300px;
      margin: 0 auto;
      height: auto;
  }
  body #c-map-bg {
      padding: 2em 0;
      width: 100%;
      height: auto;
  }
  body #c-map-container {
      height: auto;
  }
  body .wi-table-box-left {
      display: none;
  }
  body .wi-table-box-right {
      position: static;
      line-height: 1.3em;
      padding: 2em 0;
  }
  body .wi-table-box {
      height: auto;
  }
  body .working-header-p-col {
      column-count: 1;
  }
  body .working-header-p-col p {
      margin-bottom: 1em;
  }
  body #ho-slider-frame {
      width: 95%;
      height: 600px;
  }
  body #ho-slider-txt-wrap {
      top: 130px;
      left: 20px;
      right: 20px;
  }
  body .ls-slider .ls-slider-title {
      padding-left: 0.5em;
      text-indent: 1rem;
  }
  body .ls-slider .ls-slider-content {
      margin-top: 2em;
  }
  body .ls-slider #ho-slider-title-top-base {
      line-height: 1;
  }
  body #ho-slider-title-top-line-wrap {
      display: none;
  }
  body #ho-slider-title-top-wrap {
      top: 60px;
      left: 0;
  }
  body #ho-scroll-to-explore {
      display: none;
  }
  body .site-navigation ul.menu li {
      padding: 1rem;
      float: none;
      display: block;
  }
  body #nav-morph {
      height: 250px;
      display: none !important;
  }
  body .sub-nav-active li.menu-item a,
  body .sub-nav-active .site-title a {
      color: #000 !important;
  }
  body .site-navigation li.menu-item ul.sub-menu li a:before {
      display: inline;
  }
  body .site-navigation li.menu-item ul.sub-menu {
      padding: 0 !important;
      text-align: center;
  }
  body .site-navigation li.menu-item ul.sub-menu li a {
      font-size: 0.8rem;
  }
  body .sub-nav-active ul.sub-menu {
      display: none !important;
  }
  body .site-branding {
      width: 100%;
  }
  body .site-navigation {
      width: 100%;
      justify-content: center !important;
      order: 3;
  }
  body .header-social-media {
      display: none;
  }
  body .site-navigation ul.menu li {
      margin: 0;
      padding: 0 2em;
  }
  body #a-header-title-top {
      font-size: 3.2em;
  }
  body #a-header-txt-quote {
      padding: 0;
  }
  body #a-header-txt-0-line-wrap {
      display: none;
  }
  body #a-header-letter-svg {
      width: 100px;
      left: 42%;
  }
  body #a-header-txt {
      width: 49%;
      margin-left: 0;
  }
  body .a-qr-nav-no-wrap {
      display: none;
  }
  body #a-qr-nav {
      left: -45px;
  }
  body .a-qr-nav-line-wrap {
      width: 25px;
  }
  body #a-qr-slider-share {
      top: 238px;
      width: 40px;
  }
  body #a-qr-slider-txt {
      left: 40px;
      width: calc(100% - 40px);
      top: 40%;
      background-size: 40px;
  }
  body .three-blocs-title {
      padding: 6em;
  }
  body .three-blocs-container {
      height: auto;
  }
  body .three-blocs-wrap {
      width: 100%;
      overflow: hidden;
  }
  body .three-blocs {
      top: 0;
      bottom: 0;
  }
  body #h-about-box {
      width: 90%;
  }
  body #h-about-txt-right,
  body #h-about-txt-left {
      width: 100%;
  }
  body #h-about-txt-right {
      margin-top: 2em;
  }
  body #h-work-slider-img-txt-wrap {
      left: -5%;
  }
  body #h-work-slider-arrow-wrap {
      right: 0;
  }
  body #h-work-txt {
      padding: 0 10%;
      text-align: center;
  }
  body #h-work-txt-quote {
      padding: 0;
  }
  body #h-work-txt-0-w {
      margin: auto;
  }
  #h-work-txt-0-w {
      max-width: 100% !important;
  }
}
@media (max-width: 500px) {
  .h-work-slider-img-txt {
      font-size: 0.7em !important;
      left: 20px !important;
  }
  body #h-about-box-title-wrap {
      font-size: calc(1.5rem + 2.1vw);
  }
  body #h-header-h1-desc {
      font-size: calc(0.35rem + 0.32vw);
      letter-spacing: 7px;
      width: 75%;
      line-height: 2.2em;
  }
  body .message-type span {
      font-size: 1rem;
  }
  .working-header-title {
      font-size: 3.5rem !important;
  }
  .wb-table-box-left {
      display: none !important;
  }
  .wb-table-box-right {
      position: relative;
      line-height: 1.3em !important;
      text-align: center;
  }
  .wb-table-box {
      height: auto;
      padding: 2em 0;
  }
  #ho-slider-img-1 {
      left: 230px;
  }
  body .ho-slider-title-top {
      transform: translate3d(0, 300%, 0);
  }
  body .ls-slider .ls-slider-title {
      font-size: 1.5rem;
  }
  body .ls-slider .ls-slider-content {
      margin-top: 0;
  }
  body #site-footer .site-navigation ul.menu {
      display: block;
      text-align: center;
  }
  body .a-sbi-bloc-top-line {
      margin: 30px auto 0;
      float: none;
  }
  body .a-sbi-bloc-top-link-wrap {
      text-decoration: none !important;
      color: #fff;
      text-align: center;
      float: none;
      display: block;
  }
  body .a-sbi-bloc-top-link {
      display: none;
  }
  body .a-qr-slider-title-left-top {
      padding-left: 0.5em;
      text-indent: -1em;
  }
  body .a-qr-slider-txt-p {
      top: 40px;
      left: 30px;
      right: 30px;
      font-size: 12px;
      line-height: 1.6em;
  }
  body #a-header-arrow-wrap {
      display: none !important;
  }
  body #a-header-txt {
      display: none !important;
  }
  body #a-header-title-bottom {
      width: 100%;
      padding-left: 3em;
  }
  body #a-header-title {
      width: 100%;
  }
  body #site-footer .site-navigation ul.menu li {
      margin: 0 0 1.5em;
  }
}
@media (min-width: 701px) {
  #mobile div,
  .sprt-w {
      font-size: 0.7rem;
      letter-spacing: 10px;
      width: 100%;
  }
}
@media (max-width: 700px) {
  .sprt-w {
      margin: auto;
  }
  #mobile div,
  .sprt-w {
      font-size: 0.6rem;
      letter-spacing: 5px;
      width: 80%;
  }
}
@media (min-width: 1501px) {
  #c-msg-form-send,
  #popup-form-send,
  .btn-wrap {
      height: 60px;
  }
  #c-msg-form-msg,
  #popup-form-msg,
  .c-msg-form-input {
      line-height: 60px;
  }
  .btn-wrap-p,
  .btn-wrap-c,
  .btn-wrap-h {
      width: 180px;
  }
  .btn-wrap-ws {
      width: 220px;
  }
  .b-over-wrap span,
  .b-under-wrap span,
  .btn-over-wrap span,
  .btn-under-wrap span {
      font-size: 0.625rem;
  }
  #h-about-txt {
      width: 1120px;
  }
  .h-blog-over-wrap span,
  .h-blog-under-wrap span {
      font-size: 0.625rem;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  #c-msg-form-send,
  #popup-form-send,
  .btn-wrap {
      height: 57px;
  }
  #c-msg-form-msg,
  #popup-form-msg,
  .c-msg-form-input {
      line-height: 57px;
  }
  .btn-wrap-p,
  .btn-wrap-c,
  .btn-wrap-h {
      width: 170px;
  }
  .btn-wrap-ws {
      width: 210px;
  }
  .b-over-wrap span,
  .b-under-wrap span,
  .btn-over-wrap span,
  .btn-under-wrap span {
      font-size: 0.6rem;
  }
  #h-about-txt {
      width: 1000px;
  }
  .h-blog-over-wrap span,
  .h-blog-under-wrap span {
      font-size: 0.6rem;
  }
}
@media (max-width: 1300px) {
  #c-msg-form-send,
  #popup-form-send,
  .btn-wrap {
      height: 53px;
  }
  #c-msg-form-msg,
  #popup-form-msg,
  .c-msg-form-input {
      line-height: 53px;
  }
  .btn-wrap-p,
  .btn-wrap-c,
  .btn-wrap-h {
      width: 160px;
  }
  .btn-wrap-ws {
      width: 200px;
  }
  .btn-over-wrap span,
  .btn-under-wrap span {
      font-size: 0.55rem;
  }
  #h-work-slider-arrow-wrap {
      right: -110px;
  }
  .slider-arrow-wrap {
      width: 110px;
      height: 50px;
  }
  .b-over-wrap span,
  .b-under-wrap span {
      font-size: 0.55rem;
  }
  #h-about-txt {
      width: 780px;
  }
  #h-work-slider {
      height: 430px;
  }
  #h-work-slider-strip {
      width: 75%;
  }
  #h-work-slider-img {
      width: 384px;
      max-width: 100%;
  }
  #h-work-slider-img-txt-wrap {
      top: 60%;
  }
  .h-blog-over-wrap span,
  .h-blog-under-wrap span {
      font-size: 0.55rem;
  }
}
@media (min-width: 1601px) {
  #h-work-slider-arrow-wrap {
      right: -140px;
  }
  .slider-arrow-wrap {
      width: 140px;
      height: 60px;
  }
  #c-map-container {
      margin: 160px 0 0;
      height: 650px;
  }
  #c-map-bg {
      top: 150px;
      height: 530px;
      width: 95%;
  }
  #h-work-slider {
      height: 582px;
  }
  #h-work-slider-strip {
      width: 70%;
  }
  #h-work-slider-img {
      width: 520px;
  }
  #h-work-slider-img-txt-wrap {
      top: 56%;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .nav-top-right-share {
      margin: 0 10px;
  }
  .nav-top-right-share-last {
      margin-right: 0;
  }
  .huge-link-q {
      font-size: 0.75rem;
  }
  .huge-link-q-2 {
      font-size: 1.4rem;
  }
  .huge-link-wrap {
      font-size: 11rem;
  }
  #a-huge-link-container {
      margin: 190px 0 110px;
  }
  #p-huge-link-container {
      margin: 190px 0 110px;
  }
  #b-huge-link-container {
      margin: 170px 0 110px;
  }
  #my-huge-link-container {
      margin: 140px 0 110px;
  }
  #a-huge-link-container .huge-link-wrap,
  #my-huge-link-container .huge-link-wrap {
      margin: 21px 0 0;
      font-size: 11rem;
  }
  #p-huge-link-container .huge-link-wrap {
      margin: 21px 0 0;
      font-size: 11rem;
  }
  #b-huge-link-container .huge-link-wrap {
      margin: -15px 0 0;
  }
  #nav-submenu-extend-bottom,
  #nav-submenu-wrap {
      height: calc(180px - (27px + 3.3vw));
  }
  #nav-morph {
      height: 180px;
  }
  .nav-submenu-link-no {
      padding: 0 0 0 1px;
      font-size: 0.7rem;
  }
  .nav-submenu-link-title {
      font-size: 1.3rem;
  }
  #h-header-je-pillar-pagination-wrap {
      right: 11%;
  }
  #h-blog-slider-pagination-wrap {
      top: 22px;
      left: -38px;
  }
  .three-blocs-container {
      margin: 130px 0 0;
      height: 620px;
  }
  .three-blocs {
      top: 50px;
      bottom: 50px;
  }
  .three-blocs-title-top {
      font-size: 0.8rem;
  }
  .three-blocs-title-bottom {
      font-size: 3.6rem;
  }
  .three-blocs-wrap:hover .three-blocs {
      transform: scale(1.15);
  }
  .working-header-title {
      padding: 150px 0 0;
      font-size: 5.8rem;
  }
  .press-header-bg-word {
      padding-top: 80px;
  }
  .press-header-title {
      padding: 260px 0 0;
      font-size: 3rem;
  }
  .working-header-line {
      margin: 52px 0 52px 50%;
      height: 100px;
  }
  .working-header-p-0 {
      font-size: 1.4rem;
  }
  .working-header-p-1 {
      padding: 50px 0 0;
      font-size: 1.9rem;
  }
  .working-header-p-2 {
      padding: 50px 0 0;
      font-size: 1.4rem;
  }
  .working-header-p-col {
      font-size: 1rem;
  }
  #wb .working-header-p-0 {
      width: 520px;
  }
  #wb .working-header-p-1 {
      width: 900px;
  }
  #wb .working-header-p-2 {
      width: 650px;
  }
  #ws .working-header-p-0 {
      width: 800px;
  }
  #ws .working-header-p-1 {
      width: 1100px;
  }
  #wi .working-header-p-0 {
      width: 860px;
  }
  #wi .working-header-p-1 {
      width: 1160px;
  }
  #wb .working-header-p-col,
  #wi .working-header-p-col {
      padding: 100px 0 0;
      width: 1120px;
      column-width: 510px;
      column-gap: 100px;
  }
  #a-header-txt-0-line-wrap {
      top: 23px;
  }
  #a-header-wrap {
      padding: 170px 0 0;
  }
  #a-header-bg {
      background-position: top 80% center;
      bottom: -60px;
  }
  #a-header-frame {
      top: 59px;
      left: calc(50% - 800px / 2);
      width: 800px;
      height: 400px;
  }
  #a-header-title {
      bottom: 65px;
      left: -170px;
  }
  #a-header-title-top {
      font-size: 5.5rem;
  }
  #a-header-title-bottom {
      padding: 25px 0 0 40px;
      font-size: 0.95rem;
      width: 340px;
  }
  #a-header-letter-svg {
      width: 410px;
      height: 680px;
  }
  #a-header-txt {
      top: 140px;
      right: -180px;
      position: absolute;
      width: 40%;
  }
  #a-header-txt-quote {
      padding: 0 0 0 138px;
      font-size: 2.7rem;
  }
  #a-header-txt-0-line-wrap {
      left: -80px;
      width: 53px;
  }
  #a-header-txt-0-wrap,
  #a-header-txt-1-wrap,
  #a-header-txt-2-wrap {
      font-size: 1.8rem;
  }
  #a-qr-title {
      margin: 70px 0 0;
  }
  #a-qr {
      margin: 78px 0 0;
      height: 510px;
      
      height: 1010px;
  }
  #a-qr-nav {
      top: 193px;
  }
  #a-qr-slider {
      width: 1000px;
  }
  .a-qr-slider-bg-wrap {
      width: 1020px;
  }
  #a-qr-slider-bg-right-wrap {
      left: 1020px;
  }
  #a-qr-slider-title-left-bottom-wrap,
  #a-qr-slider-title-left-top-wrap,
  #a-qr-slider-title-right-bottom-wrap,
  #a-qr-slider-title-right-top-wrap {
      font-size: 2.8rem;
  }
  #a-qr-slider-pagination-left-wrap,
  #a-qr-slider-pagination-right-wrap {
      z-index: 2;
      top: 56px;
  }
  #a-qr-slider-title-left-top-wrap,
  #a-qr-slider-title-right-top-wrap {
      top: 110px;
  }
  #a-qr-slider-title-left-bottom-wrap,
  #a-qr-slider-title-right-bottom-wrap {
      top: 154px;
  }
  #a-qr-slider-pagination-left-wrap,
  #a-qr-slider-title-left-top-wrap {
      left: 90px;
  }
  #a-qr-slider-title-left-bottom-wrap {
      left: 200px;
  }
  #a-qr-slider-pagination-right-wrap {
      right: 66px;
  }
  #a-qr-slider-title-right-top-wrap {
      left: 890px;
  }
  #a-qr-slider-title-right-bottom-wrap {
      left: 1000px;
  }
  #a-qr-slider-share {
      top: 294px;
      width: 100px;
  }
  #a-qr-slider-txt {
      left: 100px;
      width: 980px;
      bottom: -90px;
      height: 330px;
      height: 768px;
  }
  .a-qr-slider-txt-p-wrap {
      font-size: 1rem;
  }
  .a-qr-slider-txt-p {
      top: 70px;
      left: 100px;
      right: 90px;
  }
  .a-qr-slider-txt-p-bottom {
      padding: 34px 0 0 60px;
  }
  #a-sbi {
      margin: 250px 0 0;
  }
  #a-sbi-line {
      height: 120px;
  }
  #a-sbi-title {
      margin: 55px 0 0;
      font-size: 2.8rem;
  }
  #a-sbi-for {
      margin: 65px 0 55px;
      font-size: 0.75rem;
  }
  #a-sbi-bloc {
      width: 1220px;
      height: 245px;
  }
  #a-sbi-bloc-top {
      margin: 48px 0 0;
  }
  .a-sbi-bloc-top-link-wrap {
      font-size: 3.4rem;
  }
  .a-sbi-bloc-top-line {
      margin: 40px 58px 0;
      width: 95px;
  }
  #a-sbi-bloc-bottom {
      margin: 46px 0 0;
      font-size: 0.75rem;
  }
  .ar-content,
  .ar-header-txt-container,
  .ar-next-prev-wrap {
      width: 1080px;
  }
  .ar-header-txt-title {
      font-size: 4rem;
  }
  .ar-header-txt-description {
      padding: 14px 0 44px;
      font-size: 0.875rem;
      width: 500px;
  }
  .ar-header-txt-date {
      width: 140px;
      height: 54px;
      line-height: 54px;
      font-size: 0.6rem;
  }
  .ar-content-first-p {
      padding: 120px 0 0;
  }
  .ar-content-first-p:first-letter {
      padding: 0 6px 0 0;
      line-height: 86%;
      font-size: 6.7rem;
  }
  .ar-content-quote,
  .ar-content-txt {
      padding: 30px 0 0;
  }
  .ar-content-quote-left {
      padding: 0 55px 0 0;
  }
  .ar-content-quote-right-quote {
      font-size: 3rem;
  }
  .ar-content-quote-right-txt {
      padding: 0 0 0 90px;
      font-size: 2.1rem;
  }
  .ar-content-quote-right-txt:after {
      top: 26px;
      width: 55px;
  }
  .ar-content-img {
      margin: 60px 0 30px;
  }
  .ar-next-prev {
      padding: 0 20px;
  }
  .ar-next-prev-arrow {
      padding: 43px 36px 0;
  }
  .ar-next-prev-wrap {
      margin: 90px auto 0;
  }
  .ar-next-prev-txt-label {
      font-size: 0.7rem;
  }
  .ar-next-prev-txt-title {
      font-size: 2rem;
  }
  .ar-contact {
      margin: 140px auto 0;
      padding: 0 0 30px;
      width: 360px;
  }
  .ar-contact-hi {
      padding: 0 0 18px;
      font-size: 4.5rem;
  }
  .ar-contact-title {
      padding: 26px 0 18px;
      font-size: 2.2rem;
  }
  .ar-contact-p {
      font-size: 0.95rem;
      padding: 0 0 38px;
  }
  #b-blog {
      top: 80px;
      font-size: 14rem;
  }
  #b-box-wrap {
      padding: 245px 0 0;
      width: 900px;
  }
  .b-box {
      margin: 60px 0 0;
      width: 450px;
  }
  .b-box-content-img {
      height: 449px;
  }
  .b-box-content-img-line-top-wrap {
      top: 20%;
      height: 50px;
  }
  .b-box-content-img-line-bottom-wrap {
      bottom: 20%;
      height: 50px;
  }
  .b-box-content-date {
      left: -25px;
      bottom: -25px;
      width: 132px;
      height: 52px;
  }
  .b-box-content-date-txt {
      font-size: 0.6rem;
  }
  .b-box-content-title {
      margin: 40px 0 0;
      font-size: 2rem;
  }
  .b-box-content-p {
      margin: 12px 0 0;
      font-size: 0.85rem;
      height: 108px;
  }
  #p-box-wrap {
      padding: 50px 0 160px;
      width: 1350px;
  }
  .p-box {
      margin: 60px 0 0;
      width: 450px;
  }
  .p-box-content-img {
      height: 449px;
  }
  .p-box-content-img-line-top-wrap {
      top: 20%;
      height: 50px;
  }
  .p-box-content-img-line-bottom-wrap {
      bottom: 20%;
      height: 50px;
  }
  .p-box-content-date {
      left: -25px;
      bottom: -25px;
      width: 132px;
      height: 52px;
  }
  .p-box-content-date-txt {
      font-size: 0.6rem;
  }
  .p-box-content-title {
      margin: 40px 0 0;
      font-size: 2rem;
  }
  .p-box-content-p {
      margin: 12px 0 0;
      font-size: 0.85rem;
      height: 108px;
  }
  #c-header-title {
      padding: 135px 0 0;
      font-size: 5.8rem;
  }
  #c-header-contact {
      margin: 105px auto 0;
      width: 1200px;
      height: 400px;
  }
  .c-header-contact-line {
      width: 50px;
  }
  .c-header-contact-txt-label {
      font-size: 0.625rem;
  }
  .c-header-contact-txt-content-0 {
      font-size: 1.5rem;
  }
  .c-header-contact-txt-content-0.first {
      padding: 7px 0 0;
  }
  .c-header-contact-txt-content-0.first a {
      text-decoration: none;
  }
  .c-header-contact-txt-content-0.first a:hover {
      color: #000;
  }
  .c-header-contact-txt-content-1 {
      font-size: 1.125rem;
  }
  .c-header-contact-txt-content-1.first {
      padding: 9px 0 0;
  }
  .c-header-contact-txt-content-1 .text-bold-office {
      font-size: 1.5rem;
  }
  .c-header-contact-txt-content-1 .text-gmt-office,
  .c-header-contact-txt-content-2 {
      font-size: 0.875rem;
  }
  .c-header-contact-txt-content-2.first {
      padding: 7px 0 0;
  }
  #c-header-contact-line-0 {
      top: 6px;
      left: 0;
  }
  #c-header-contact-txt-0 {
      top: 0;
      left: 78px;
  }
  #c-header-contact-line-1 {
      top: 113px;
      left: 150px;
  }
  #c-header-contact-txt-1 {
      top: 107px;
      left: 228px;
  }
  #c-header-contact-txt-4 {
      top: 220px;
      left: 300px;
  }
  #c-header-contact-line-2 {
      top: 6px;
      left: 615px;
  }
  #c-header-contact-txt-2 {
      top: 0;
      left: 693px;
  }
  #c-header-contact-line-3 {
      top: 226px;
      left: 765px;
  }
  #c-header-contact-txt-3 {
      top: 220px;
      left: 843px;
  }
  #c-map-bg {
      right: 50px;
  }
  #c-map-container {
      margin: 130px 0 0;
      height: 600px;
  }
  #c-map-bg {
      top: 150px;
      height: 480px;
  }
  #c-msg {
      margin: 140px auto 0;
      width: 720px;
  }
  #c-msg-title {
      font-size: 4.2rem;
  }
  #c-msg-subtitle {
      padding: 8px;
      font-size: 1.3rem;
  }
  #c-msg-line {
      margin: 45px auto 35px;
      height: 57px;
  }
  #c-msg-form-type-wrap {
      margin: 0 0 40px;
  }
  .c-msg-form-type {
      font-size: 2.6rem;
  }
  #c-msg-form-textarea,
  .c-msg-form-input {
      font-size: 1.2rem;
  }
  .c-msg-form-input {
      padding: 0 0 0 20px;
  }
  #c-msg-form-textarea {
      padding: 15px 0 0 20px;
  }
  .c-msg-form-input {
      height: 57px;
  }
  #c-msg-form-textarea {
      height: 228px;
  }
  #c-msg-form-send {
      margin: 30px 0 0;
  }
  #c-msg-form-msg {
      font-size: 1rem;
  }
  #h-about {
      padding-top: 321px;
  }
  #h-about-bg {
      left: 25px;
  }
  #h-about-box-wrap {
      height: 596px;
  }
  #h-about-box {
      width: 466px;
  }
  #h-work {
      margin-top: 46px;
  }
  #h-work-bg {
      top: 780px;
      right: 25px;
  }
  #h-blog {
      margin-top: -26px;
  }
  #h-blog-slider-wrap {
      margin-left: calc(-1010.25px + 100%);
  }
  #h-blog-slider-container {
      margin-top: 250px;
  }
  #h-blog-slider-bg {
      top: 1020px;
      left: -30px;
  }
  #h-blog-slider-wrap {
      width: 1347px;
  }
  .h-blog-slider-content-img {
      height: 449px;
  }
  #h-blog-slider-arrow-wrap {
      position: absolute;
      top: 424px;
      left: calc(-120px - 8%);
      width: 120px;
      height: 52px;
  }
  .h-blog-slider-content-img-line-top-wrap {
      top: 20%;
      height: 50px;
  }
  .h-blog-slider-content-img-line-bottom-wrap {
      bottom: 20%;
      height: 50px;
  }
  .h-blog-slider-content-date {
      left: -25px;
      bottom: -25px;
      width: 132px;
      height: 52px;
  }
  .h-blog-slider-content-date-txt-wrap {
      font-size: 0.6rem;
  }
  .h-blog-slider-content-title-wrap {
      margin: 40px 0 0;
      font-size: 2rem;
  }
  .h-blog-slider-content-p-wrap {
      margin: 12px 0 0;
      font-size: 0.85rem;
  }
  #ho-slider-no-wrap {
      left: 80px;
  }
  #ho-slider-frame {
      margin: 0 0 0 380px;
  }
  #ho-slider-no-wrap {
      top: 320px;
      font-size: 14rem;
  }
  #ho-slider-frame {
      width: 850px;
      height: 650px;
  }
  #ho-slider-title-top-wrap {
      top: 40px;
      left: 120px;
      font-size: 4rem;
  }
  #ho-slider-title-bottom-wrap {
      top: 110px;
      left: 150px;
      font-size: 4rem;
  }
  #ho-slider-title-top-base,
  .ho-slider-title-top {
      padding: 0 0 0 90px;
  }
  #ho-slider-title-top-line-wrap {
      top: 52px;
      width: 60px;
  }
  #ho-slider-txt-wrap {
      top: 225px;
      left: 50px;
      right: 50px;
  }
  .ho-slider-txt {
      font-size: 0.95rem;
  }
  .ho-slider-txt p {
      padding: 20px 0 0;
  }
  #ho-slider-img-0 {
      top: -280px;
      left: -122px;
      width: 550px;
  }
  #ho-slider-img-1 {
      bottom: -560px;
      left: 308px;
      width: 207px;
  }
  #my-header {
      padding: 0 0 250px;
  }
  #my-header-title-wrap {
      padding: 150px 0 0;
  }
  #my-header-title-wrap p:first-of-type,
  #my-header-title-wrap p:last-of-type {
      font-size: 3.7rem;
  }
  #my-header-title-wrap p:nth-of-type(2) {
      font-size: 6.2rem;
  }
  #my-header-title-wrap p:last-of-type {
      margin-top: 6px;
  }
  #my-header-line-wrap {
      margin: 50px 0 0 50%;
      height: 100px;
  }
  #my-header-p-wrap {
      padding: 44px 0 0;
  }
  .my-header-p-wrap p:first-of-type,
  .my-header-p-wrap p:last-of-type {
      font-size: 1.8rem;
  }
  .my-header-p-wrap p:nth-of-type(2) {
      font-size: 3rem;
  }
  .my-header-p-wrap p:last-of-type {
      margin-top: 3px;
  }
  #my-key {
      margin: -100px 0 0;
  }
  #my-key-subtitle {
      font-size: 1.3rem;
  }
  #my-key-subtitle-2 {
      font-size: 0.9rem;
  }
  #my-key-title {
      margin: 30px 0 0;
      font-size: 2.5rem;
  }
  #my-key-box-wrap {
      margin: 120px auto 0;
      max-width: 90%;
      display: flex;
      flex-wrap: wrap;
      width: 1400px;
  }
  #my-key-box-bottom {
      margin: 70px 0 0;
  }
  .my-key-box-line-wrap {
      width: 90px;
      height: 26px;
  }
  .my-key-box-line {
      width: 55px;
  }
  .my-key-box-txt {
      width: calc(100% - 90px);
  }
  .my-key-box-txt-title {
      font-size: 2rem;
  }
  .my-key-box-txt-subtitle {
      font-size: 0.8rem;
  }
  .my-key-box-txt-p {
      margin: 30px 0 0;
      font-size: 0.8rem;
  }
  .my-key-box-txt-p.first {
      margin: 12px 0 0;
  }
  #wb-table {
      padding: 90px 0 0;
      width: 1118px;
  }
  .wb-table-box {
      height: 140px;
  }
  .wb-table-box-left {
      top: 47px;
      left: 80px;
  }
  .wb-table-box-left-txt {
      font-size: 0.875rem;
  }
  .wb-table-box-left-txt-wrap {
      margin: 15px 0 0;
  }
  .wb-table-box-left-txt-line {
      top: 24px;
      left: -80px;
      width: 50px;
  }
  .wb-table-box-right {
      line-height: 140px;
      font-size: 2.6rem;
  }
  #wi-table {
      padding: 0;
      width: 1118px;
      max-width: 90%;
  }
  .wi-table-box {
      height: 71px;
  }
  .wi-table-box-left {
      left: 80px;
  }
  .wi-table-box-left-no {
      line-height: 71px;
      font-size: 0.875rem;
  }
  .wi-table-box-left-line {
      top: 35.5px;
      left: -80px;
      width: 50px;
  }
  .wi-table-box-right {
      line-height: 71px;
      font-size: 1.125rem;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .nav-top-right-share {
      margin: 0 10px;
  }
  .nav-top-right-share-last {
      margin-right: 0;
  }
  #nav-submenu-extend-bottom,
  #nav-submenu-wrap {
      height: calc(160px - (27px + 3.3vw));
  }
  #nav-morph {
      height: 160px;
  }
  .nav-submenu-link-no {
      font-size: 0.6rem;
  }
  .nav-submenu-link-title {
      font-size: 1.1rem;
  }
  #h-header-je-pillar-pagination-wrap {
      right: 9%;
  }
  #h-blog-slider-pagination-wrap {
      top: 20px;
      left: -37px;
  }
  .three-blocs-container {
      margin: 110px 0 0;
      height: 480px;
  }
  .three-blocs {
      top: 30px;
      bottom: 30px;
  }
  .three-blocs-title-top {
      font-size: 0.7rem;
  }
  .three-blocs-title-bottom {
      font-size: 3.2rem;
  }
  .three-blocs-wrap:hover .three-blocs {
      transform: scale(1.12);
  }
  .working-header-title {
      padding: 150px 0 0;
      font-size: 5.4rem;
  }
  .press-header-bg-word {
      font-size: 200px !important;
      padding-top: 95px;
  }
  .press-header-title {
      padding: 230px 0 0;
      font-size: 2.6rem;
  }
  .working-header-line {
      margin: 50px 0 50px 50%;
      height: 90px;
  }
  .working-header-p-0 {
      font-size: 1.3rem;
  }
  .working-header-p-1 {
      padding: 40px 0 0;
      font-size: 1.8rem;
  }
  .working-header-p-2 {
      padding: 40px 0 0;
      font-size: 1.3rem;
  }
  .working-header-p-col {
      font-size: 0.95rem;
  }
  #wb .working-header-p-0 {
      width: 500px;
  }
  #wb .working-header-p-1 {
      width: 900px;
  }
  #wb .working-header-p-2 {
      width: 640px;
  }
  #ws .working-header-p-0 {
      width: 600px;
  }
  #ws .working-header-p-1 {
      width: 900px;
  }
  #wi .working-header-p-0 {
      width: 760px;
  }
  #wi .working-header-p-1 {
      width: 960px;
  }
  #wb .working-header-p-col,
  #wi .working-header-p-col {
      padding: 90px 0 0;
      width: 980px;
      column-width: 450px;
      column-gap: 80px;
  }
  #a-header-txt-0-line-wrap {
      top: 21px;
  }
  #a-header-wrap {
      padding: 140px 0 0;
  }
  #a-header-bg {
      background-position: top 80% center;
      bottom: -60px;
  }
  #a-header-frame {
      top: 55px;
      left: calc(50% - 720px / 2);
      width: 724px;
      height: 362px;
  }
  #a-header-title {
      bottom: 60px;
      left: -140px;
  }
  #a-header-title-top {
      font-size: 4.8rem;
  }
  #a-header-title-bottom {
      padding: 22px 0 0 36px;
      font-size: 0.91rem;
      width: 300px;
  }
  #a-header-letter-svg {
      width: 374px;
      height: 620px;
  }
  #a-header-txt {
      top: 120px;
      right: -180px;
  }
  #a-header-txt-quote {
      padding: 0 0 0 140px;
      font-size: 2.7rem;
  }
  #a-header-txt-0-line-wrap {
      left: -70px;
      width: 50px;
  }
  #a-header-txt-0-wrap,
  #a-header-txt-1-wrap,
  #a-header-txt-2-wrap {
      font-size: 1.7rem;
  }
  #a-qr-title {
      margin: 70px 0 0;
  }
  #a-qr {
      margin: 78px 0 0;
      height: 460px;
  }
  #a-qr-nav {
      top: 193px;
  }
  #a-qr-slider {
      width: 1000px;
  }
  .a-qr-slider-bg-wrap {
      width: 880px;
  }
  #a-qr-slider-bg-right-wrap {
      left: 880px;
  }
  #a-qr-slider-title-left-bottom-wrap,
  #a-qr-slider-title-left-top-wrap,
  #a-qr-slider-title-right-bottom-wrap,
  #a-qr-slider-title-right-top-wrap {
      font-size: 2.6rem;
  }
  #a-qr-slider-pagination-left-wrap,
  #a-qr-slider-pagination-right-wrap {
      z-index: 2;
      top: 42px;
  }
  #a-qr-slider-title-left-top-wrap,
  #a-qr-slider-title-right-top-wrap {
      top: 88px;
  }
  #a-qr-slider-title-left-bottom-wrap,
  #a-qr-slider-title-right-bottom-wrap {
      top: 130px;
  }
  #a-qr-slider-pagination-left-wrap,
  #a-qr-slider-title-left-top-wrap {
      left: 60px;
  }
  #a-qr-slider-title-left-bottom-wrap {
      left: 170px;
  }
  #a-qr-slider-pagination-right-wrap {
      right: 44px;
  }
  #a-qr-slider-title-right-top-wrap {
      left: 752px;
  }
  #a-qr-slider-title-right-bottom-wrap {
      left: 862px;
  }
  #a-qr-slider-share {
      top: 254px;
      width: 80px;
  }
  #a-qr-slider-txt {
      left: 80px;
      width: 890px;
      bottom: -80px;
      height: 316px;
  }
  .a-qr-slider-txt-p-wrap {
      font-size: 0.92rem;
  }
  .a-qr-slider-txt-p {
      top: 60px;
      left: 90px;
      right: 80px;
  }
  .a-qr-slider-txt-p-bottom {
      padding: 34px 0 0 60px;
  }
  #a-sbi {
      margin: 230px 0 0;
  }
  #a-sbi-line {
      height: 110px;
  }
  #a-sbi-title {
      margin: 55px 0 0;
      font-size: 2.5rem;
  }
  #a-sbi-for {
      margin: 65px 0 55px;
      font-size: 0.75rem;
  }
  #a-sbi-bloc {
      width: 1100px;
      height: 230px;
  }
  #a-sbi-bloc-top {
      margin: 47px 0 0;
  }
  .a-sbi-bloc-top-link-wrap {
      font-size: 3rem;
  }
  .a-sbi-bloc-top-line {
      margin: 40px 58px 0;
      width: 95px;
  }
  #a-sbi-bloc-bottom {
      margin: 45px 0 0;
      font-size: 0.75rem;
  }
  .ar-content,
  .ar-header-txt-container,
  .ar-next-prev-wrap {
      width: 900px;
  }
  .ar-header-txt-title {
      font-size: 3rem;
  }
  .ar-header-txt-description {
      padding: 10px 0 34px;
      font-size: 0.8rem;
      width: 500px;
  }
  .ar-header-txt-date {
      width: 126px;
      height: 42px;
      line-height: 42px;
      font-size: 0.55rem;
  }
  .ar-content-first-p {
      padding: 100px 0 0;
      font-size: 0.94rem;
  }
  .ar-content-first-p:first-letter {
      padding: 0 6px 0 0;
      line-height: 86%;
      font-size: 6.3rem;
  }
  .ar-content-quote,
  .ar-content-txt {
      padding: 25px 0 0;
  }
  .ar-content-quote-left {
      padding: 0 55px 0 0;
  }
  .ar-content-quote-right-quote {
      font-size: 2.6rem;
  }
  .ar-content-quote-right-txt {
      padding: 0 0 0 70px;
      font-size: 1.9rem;
  }
  .ar-content-quote-right-txt:after {
      top: 26px;
      width: 45px;
  }
  .ar-content-img {
      margin: 50px 0 25px;
  }
  .ar-next-prev {
      padding: 0 20px;
  }
  .ar-next-prev-arrow {
      padding: 42px 25px 0;
  }
  .ar-next-prev-wrap {
      margin: 90px auto 0;
  }
  .ar-next-prev-txt-label {
      font-size: 0.7rem;
  }
  .ar-next-prev-txt-title {
      font-size: 1.9rem;
  }
  .ar-contact {
      margin: 130px auto 0;
      padding: 0 0 20px;
      width: 340px;
  }
  .ar-contact-hi {
      padding: 0 0 10px;
      font-size: 4rem;
  }
  .ar-contact-title {
      padding: 14px 0 12px;
      font-size: 2.1rem;
  }
  .ar-contact-p {
      font-size: 0.95rem;
      padding: 0 0 30px;
  }
  #b-blog {
      top: 70px;
      font-size: 11rem;
  }
  #b-box-wrap {
      padding: 187px 0 0;
      width: 720px;
  }
  .b-box {
      margin: 60px 0 0;
      width: 360px;
  }
  .b-box-content-img {
      height: 360px;
  }
  .b-box-content-img-line-top-wrap {
      top: 18%;
      height: 40px;
  }
  .b-box-content-img-line-bottom-wrap {
      bottom: 18%;
      height: 40px;
  }
  .b-box-content-date {
      left: -22px;
      bottom: -22px;
      width: 128px;
      height: 48px;
  }
  .b-box-content-date-txt {
      font-size: 0.57rem;
  }
  .b-box-content-title {
      margin: 37px 0 0;
      font-size: 1.55rem;
  }
  .b-box-content-p {
      margin: 11px 0 0;
      font-size: 0.8rem;
      height: 125px;
  }
  #p-box-wrap {
      padding: 50px 0 160px;
      width: 1080px;
  }
  .p-box {
      margin: 60px 0 0;
      width: 360px;
  }
  .p-box-content-img {
      height: 360px;
  }
  .p-box-content-img-line-top-wrap {
      top: 18%;
      height: 40px;
  }
  .p-box-content-img-line-bottom-wrap {
      bottom: 18%;
      height: 40px;
  }
  .p-box-content-date {
      left: -22px;
      bottom: -22px;
      width: 128px;
      height: 48px;
  }
  .p-box-content-date-txt {
      font-size: 0.57rem;
  }
  .p-box-content-title {
      margin: 37px 0 0;
      font-size: 1.55rem;
  }
  .p-box-content-p {
      margin: 11px 0 0;
      font-size: 0.8rem;
      height: 125px;
  }
  #c-header-title {
      padding: 135px 0 0;
      font-size: 5.8rem;
  }
  #c-header-contact {
      margin: 90px auto 0;
      width: 1000px;
      height: 350px;
  }
  .c-header-contact-line {
      width: 40px;
  }
  .c-header-contact-txt-label {
      font-size: 0.6rem;
  }
  .c-header-contact-txt-content-0 {
      font-size: 1.4rem;
  }
  .c-header-contact-txt-content-0.first {
      padding: 5px 0 0;
  }
  .c-header-contact-txt-content-1 {
      font-size: 1.1rem;
  }
  .c-header-contact-txt-content-1.first {
      padding: 7px 0 0;
  }
  .c-header-contact-txt-content-1 .text-bold-office {
      font-size: 1.4rem;
  }
  .c-header-contact-txt-content-1 .text-gmt-office,
  .c-header-contact-txt-content-2 {
      font-size: 0.8rem;
  }
  .c-header-contact-txt-content-2.first {
      padding: 5px 0 0;
  }
  #c-header-contact-line-0 {
      top: 6px;
      left: 0;
  }
  #c-header-contact-txt-0 {
      top: 0;
      left: 60px;
  }
  #c-header-contact-line-1 {
      top: 104px;
      left: 110px;
  }
  #c-header-contact-txt-1 {
      top: 98px;
      left: 170px;
  }
  #c-header-contact-txt-4 {
      top: 190px;
      left: 220px;
  }
  #c-header-contact-line-2 {
      top: 6px;
      left: 500px;
  }
  #c-header-contact-txt-2 {
      top: 0;
      left: 560px;
  }
  #c-header-contact-line-3 {
      top: 196px;
      left: 610px;
  }
  #c-header-contact-txt-3 {
      top: 190px;
      left: 670px;
  }
  #c-map-bg {
      right: 50px;
  }
  #c-map-container {
      margin: 110px 0 0;
      height: 500px;
  }
  #c-map-bg {
      top: 130px;
      height: 380px;
  }
  #c-msg {
      margin: 130px auto 0;
      width: 640px;
  }
  #c-msg-title {
      font-size: 4rem;
  }
  #c-msg-subtitle {
      padding: 8px;
      font-size: 1.2rem;
  }
  #c-msg-line {
      margin: 42px auto 32px;
      height: 57px;
  }
  #c-msg-form-type-wrap {
      margin: 0 0 30px;
  }
  .c-msg-form-type {
      font-size: 2.3rem;
  }
  #c-msg-form-textarea,
  .c-msg-form-input {
      font-size: 1.1rem;
  }
  .c-msg-form-input {
      padding: 0 0 0 20px;
  }
  #c-msg-form-textarea {
      padding: 15px 0 0 20px;
  }
  .c-msg-form-input {
      height: 53px;
  }
  #c-msg-form-textarea {
      height: 212px;
  }
  #c-msg-form-send {
      margin: 30px 0 0;
  }
  #c-msg-form-msg {
      font-size: 1rem;
  }
  #h-about {
      padding-top: 284px;
  }
  #h-about-bg {
      left: 0;
  }
  #h-about-box-wrap {
      height: 564px;
  }
  #h-about-box {
      width: 438px;
  }
  #h-work {
      margin-top: 40px;
  }
  #h-work-bg {
      top: 720px;
      right: 0;
  }
  #h-blog {
      margin-top: -23px;
  }
  #h-blog-slider-wrap {
      margin-left: calc(-810px + 100%);
  }
  #h-blog-slider-container {
      margin-top: 230px;
  }
  #h-blog-slider-bg {
      top: 920px;
      left: -34px;
  }
  #h-blog-slider-wrap {
      width: 1080px;
  }
  .h-blog-slider-content-img {
      height: 360px;
  }
  #h-blog-slider-arrow-wrap {
      position: absolute;
      top: 336px;
      left: calc(-120px - 10%);
      width: 120px;
      height: 48px;
  }
  .h-blog-slider-content-img-line-top-wrap {
      top: 18%;
      height: 40px;
  }
  .h-blog-slider-content-img-line-bottom-wrap {
      bottom: 18%;
      height: 40px;
  }
  .h-blog-slider-content-date {
      left: -22px;
      bottom: -22px;
      width: 128px;
      height: 48px;
  }
  .h-blog-slider-content-date-txt-wrap {
      font-size: 0.57rem;
  }
  .h-blog-slider-content-title-wrap {
      margin: 37px 0 0;
      font-size: 1.55rem;
  }
  .h-blog-slider-content-p-wrap {
      margin: 11px 0 0;
      font-size: 0.8rem;
  }
  #ho-slider-no-wrap {
      left: 60px;
  }
  #ho-slider-frame {
      margin: 0 0 0 295px;
  }
  #ho-slider {
      padding: 110px 0 170px;
  }
  #ho-slider-no-wrap {
      top: 330px;
      font-size: 11rem;
  }
  #ho-slider-frame {
      width: 780px;
      height: 550px;
  }
  #ho-slider-title-top-wrap {
      top: 30px;
      left: 110px;
      font-size: 3.8rem;
  }
  #ho-slider-title-bottom-wrap {
      top: 100px;
      left: 140px;
      font-size: 3.8rem;
  }
  #ho-slider-title-top-base,
  .ho-slider-title-top {
      padding: 0 0 0 80px;
  }
  #ho-slider-title-top-line-wrap {
      top: 50px;
      width: 55px;
  }
  #ho-slider-txt-wrap {
      top: 195px;
      left: 50px;
      right: 50px;
  }
  .ho-slider-txt {
      font-size: 0.95rem;
  }
  .ho-slider-txt p {
      padding: 20px 0 0;
  }
  #ho-slider-img-0 {
      bottom: -360px;
      left: -122px;
      width: 550px;
  }
  #ho-slider-img-1 {
      bottom: -640px;
      left: 308px;
      width: 207px;
  }
  #my-header {
      padding: 0 0 240px;
  }
  #my-header-title-wrap {
      padding: 120px 0 0;
  }
  #my-header-title-wrap p:first-of-type,
  #my-header-title-wrap p:last-of-type {
      font-size: 3.2rem;
  }
  #my-header-title-wrap p:nth-of-type(2) {
      font-size: 5rem;
  }
  #my-header-title-wrap p:last-of-type {
      margin-top: 4px;
  }
  #my-header-line-wrap {
      margin: 40px 0 0 50%;
      height: 80px;
  }
  #my-header-p-wrap {
      padding: 36px 0 40px;
  }
  #my-header-p-wrap p:first-of-type,
  #my-header-p-wrap p:last-of-type {
      font-size: 1.5rem;
  }
  #my-header-p-wrap p:nth-of-type(2) {
      font-size: 2.3rem;
  }
  #my-header-p-wrap p:last-of-type {
      margin-top: 2px;
  }
  #my-key {
      margin: -130px 0 0;
  }
  #my-key-subtitle {
      font-size: 1.2rem;
  }
  #my-key-subtitle-2 {
      font-size: 0.9rem;
  }
  #my-key-title {
      margin: 26px 0 0;
      font-size: 2.2rem;
  }
  #my-key-box-wrap {
      margin: 80px auto 0;
  }
  #my-key-box-bottom {
      margin: 66px 0 0;
  }
  .my-key-box-line-wrap {
      width: 80px;
      height: 26px;
  }
  .my-key-box-line {
      width: 50px;
  }
  .my-key-box-txt {
      width: calc(100% - 80px);
  }
  .my-key-box-txt-title {
      font-size: 2rem;
  }
  .my-key-box-txt-subtitle {
      font-size: 0.8rem;
  }
  .my-key-box-txt-p {
      margin: 24px 0 0;
      font-size: 0.8rem;
  }
  .my-key-box-txt-p.first {
      margin: 12px 0 0;
  }
  #wb-table {
      padding: 80px 0 0;
      width: 978px;
  }
  .wb-table-box {
      height: 130px;
  }
  .wb-table-box-left {
      top: 44px;
      left: 80px;
  }
  .wb-table-box-left-txt {
      font-size: 0.875rem;
  }
  .wb-table-box-left-txt-wrap {
      margin: 15px 0 0;
  }
  .wb-table-box-left-txt-line {
      top: 24px;
      left: -80px;
      width: 50px;
  }
  .wb-table-box-right {
      line-height: 130px;
      font-size: 2.1rem;
  }
  #wi-table {
      padding: 0;
  }
  .wi-table-box {
      height: 69px;
  }
  .wi-table-box-left {
      left: 80px;
  }
  .wi-table-box-left-no {
      line-height: 69px;
      font-size: 0.875rem;
  }
  .wi-table-box-left-line {
      top: 34.5px;
      left: -80px;
      width: 50px;
  }
  .wi-table-box-right {
      line-height: 69px;
      font-size: 1.125rem;
  }
}
@media (max-width: 1200px) {
  .nav-top-right-share {
      margin: 0 10px;
  }
  .nav-top-right-share-last {
      margin-right: 0;
  }
  #nav-submenu-extend-bottom,
  #nav-submenu-wrap {
      height: calc(140px - (27px + 3.3vw));
  }
  #nav-morph {
      height: 140px;
  }
  .nav-submenu-link-no {
      font-size: 0.55rem;
  }
  .nav-submenu-link-title {
      font-size: 0.95rem;
  }
  #h-header-je-pillar-pagination-wrap {
      right: 5.5%;
  }
  #h-blog-slider-pagination-wrap {
      top: 20px;
      left: -37px;
  }
  .three-blocs-container {
      margin: 110px 0 0;
      height: 480px;
  }
  .three-blocs {
      top: 30px;
      bottom: 30px;
  }
  .three-blocs-title-top {
      font-size: 0.7rem;
  }
  .three-blocs-title-bottom {
      font-size: 3.2rem;
  }
  .three-blocs-wrap:hover .three-blocs {
      transform: scale(1.12);
  }
  .working-header-title {
      padding: 150px 0 0;
      font-size: 5rem;
  }
  .press-header-bg-word {
      font-size: 200px;
      padding-top: 90px;
  }
  .press-header-title {
      padding: 230px 0 0;
      font-size: 2.2rem;
  }
  .working-header-line {
      margin: 45px 0 45px 50%;
      height: 80px;
  }
  .working-header-p-0 {
      font-size: 1.2rem;
  }
  .working-header-p-1 {
      padding: 30px 0 0;
      font-size: 1.6rem;
  }
  .working-header-p-2 {
      padding: 30px 0 0;
      font-size: 1.2rem;
  }
  .working-header-p-col {
      font-size: 0.95rem;
  }
  #wb .working-header-p-0 {
      width: 460px;
  }
  #wb .working-header-p-1 {
      width: 800px;
  }
  #wb .working-header-p-2 {
      width: 590px;
  }
  #ws .working-header-p-0 {
      width: 550px;
  }
  #ws .working-header-p-1 {
      width: 740px;
  }
  #wi .working-header-p-0 {
      width: 720px;
  }
  #wi .working-header-p-1 {
      width: 840px;
  }
  #wb .working-header-p-col,
  #wi .working-header-p-col {
      padding: 90px 0 0;
      width: 860px;
      column-width: 400px;
      column-gap: 60px;
  }
  #a-header-txt-0-line-wrap {
      top: 21px;
  }
  #a-header-wrap {
      padding: 140px 0 0;
  }
  #a-header-bg {
      background-position: top 80% center;
      bottom: -60px;
  }
  #a-header-frame {
      top: 44px;
      left: calc(50% - 600px / 2);
      width: 600px;
      height: 300px;
  }
  #a-header-title {
      bottom: 30px;
      left: -120px;
  }
  #a-header-title-top {
      font-size: 4.2rem;
  }
  #a-header-title-bottom {
      padding: 18px 0 0 28px;
      font-size: 0.91rem;
      width: 240px;
  }
  #a-header-letter-svg {
      width: 311px;
      height: 515px;
  }
  #a-header-txt {
      top: 96px;
      right: -150px;
  }
  #a-header-txt-quote {
      padding: 0 0 0 134px;
      font-size: 2.5rem;
  }
  #a-header-txt-0-line-wrap {
      left: -55px;
      width: 40px;
  }
  #a-header-txt-0-wrap,
  #a-header-txt-1-wrap,
  #a-header-txt-2-wrap {
      font-size: 1.5rem;
  }
  #a-qr-title {
      margin: 60px 0 0;
  }
  #a-qr {
      margin: 78px 0 0;
      height: 460px;
  }
  #a-qr-nav {
      top: 168px;
  }
  #a-qr-slider {
      width: 830px;
  }
  .a-qr-slider-bg-wrap {
      width: 760px;
  }
  #a-qr-slider-bg-right-wrap {
      left: 760px;
  }
  #a-qr-slider-title-left-bottom-wrap,
  #a-qr-slider-title-left-top-wrap,
  #a-qr-slider-title-right-bottom-wrap,
  #a-qr-slider-title-right-top-wrap {
      font-size: 2.5rem;
  }
  #a-qr-slider-pagination-left-wrap,
  #a-qr-slider-pagination-right-wrap {
      z-index: 2;
      top: 36px;
  }
  #a-qr-slider-title-left-top-wrap,
  #a-qr-slider-title-right-top-wrap {
      top: 85px;
  }
  #a-qr-slider-title-left-bottom-wrap,
  #a-qr-slider-title-right-bottom-wrap {
      top: 125px;
  }
  #a-qr-slider-pagination-left-wrap,
  #a-qr-slider-title-left-top-wrap {
      left: 36px;
  }
  #a-qr-slider-title-left-bottom-wrap {
      left: 116px;
  }
  #a-qr-slider-pagination-right-wrap {
      right: 18px;
  }
  #a-qr-slider-title-right-top-wrap {
      left: 664px;
  }
  #a-qr-slider-title-right-bottom-wrap {
      left: 744px;
  }
  #a-qr-slider-share {
      top: 238px;
      width: 70px;
  }
  #a-qr-slider-txt {
      left: 70px;
      right: 0;
      bottom: -66px;
      height: 310px;
      background-size: 60px;
  }
  .a-qr-slider-txt-p-wrap {
      font-size: 0.86rem;
  }
  .a-qr-slider-txt-p {
      top: 70px;
      left: 50px;
      right: 50px;
  }
  .a-qr-slider-txt-p-bottom {
      padding: 20px 0 0 40px;
  }
  #a-sbi {
      margin: 220px 0 0;
  }
  #a-sbi-line {
      height: 100px;
  }
  #a-sbi-title {
      margin: 50px 0 0;
      font-size: 2.2rem;
  }
  #a-sbi-for {
      margin: 60px 0 50px;
      font-size: 0.7rem;
  }
  #a-sbi-bloc {
      width: 900px;
      height: 210px;
  }
  #a-sbi-bloc-top {
      margin: 45px 0 0;
  }
  .a-sbi-bloc-top-link-wrap {
      font-size: 2.5rem;
  }
  .a-sbi-bloc-top-line {
      margin: 30px 45px 0;
      width: 90px;
  }
  #a-sbi-bloc-bottom {
      margin: 44px 0 0;
      font-size: 0.7rem;
  }
  .ar-content,
  .ar-header-txt-container,
  .ar-next-prev-wrap {
      width: 800px;
  }
  .ar-header-txt-title {
      font-size: 2.7rem;
  }
  .ar-header-txt-description {
      padding: 10px 0 34px;
      font-size: 0.8rem;
      width: 500px;
  }
  .ar-header-txt-date {
      width: 126px;
      height: 42px;
      line-height: 42px;
      font-size: 0.55rem;
  }
  .ar-content-first-p {
      padding: 90px 0 0;
      font-size: 0.94rem;
  }
  .ar-content-first-p:first-letter {
      padding: 0 6px 0 0;
      line-height: 86%;
      font-size: 6.3rem;
  }
  .ar-content-quote,
  .ar-content-txt {
      padding: 25px 0 0;
  }
  .ar-content-quote-left {
      padding: 0 55px 0 0;
  }
  .ar-content-quote-right-quote {
      font-size: 2.6rem;
  }
  .ar-content-quote-right-txt {
      padding: 0 0 0 70px;
      font-size: 1.9rem;
  }
  .ar-content-quote-right-txt:after {
      top: 26px;
      width: 45px;
  }
  .ar-content-img {
      margin: 50px 0 25px;
  }
  .ar-next-prev {
      padding: 0 20px;
  }
  .ar-next-prev-arrow {
      padding: 42px 25px 0;
  }
  .ar-next-prev-wrap {
      margin: 90px auto 0;
  }
  .ar-next-prev-txt-label {
      font-size: 0.7rem;
  }
  .ar-next-prev-txt-title {
      font-size: 1.9rem;
  }
  .ar-contact {
      margin: 120px auto 0;
      padding: 0 0 20px;
      width: 340px;
  }
  .ar-contact-hi {
      padding: 0 0 10px;
      font-size: 4rem;
  }
  .ar-contact-title {
      padding: 14px 0 12px;
      font-size: 2.1rem;
  }
  .ar-contact-p {
      font-size: 0.95rem;
      padding: 0 0 30px;
  }
  #b-blog {
      top: 60px;
      font-size: 10rem;
  }
  #b-box-wrap {
      padding: 165px 0 0;
      width: 640px;
  }
  .b-box {
      margin: 60px 0 0;
      width: 320px;
  }
  .b-box-content-img {
      height: 320px;
  }
  .b-box-content-img-line-top-wrap {
      top: 16%;
      height: 35px;
  }
  .b-box-content-img-line-bottom-wrap {
      bottom: 16%;
      height: 35px;
  }
  .b-box-content-date {
      left: -20px;
      bottom: -20px;
      width: 124px;
      height: 44px;
  }
  .b-box-content-date-txt {
      font-size: 0.55rem;
  }
  .b-box-content-title {
      margin: 35px 0 0;
      font-size: 1.35rem;
  }
  .b-box-content-p {
      margin: 10px 0 0;
      font-size: 0.8rem;
      height: 125px;
  }
  #p-box-wrap {
      padding: 50px 0 160px;
      width: 960px;
  }
  .p-box {
      margin: 60px 0 0;
      width: 320px;
  }
  .p-box-content-img {
      height: 320px;
  }
  .p-box-content-img-line-top-wrap {
      top: 16%;
      height: 35px;
  }
  .p-box-content-img-line-bottom-wrap {
      bottom: 16%;
      height: 35px;
  }
  .p-box-content-date {
      left: -20px;
      bottom: -20px;
      width: 124px;
      height: 44px;
  }
  .p-box-content-date-txt {
      font-size: 0.55rem;
  }
  .p-box-content-title {
      margin: 35px 0 0;
      font-size: 1.35rem;
  }
  .p-box-content-p {
      margin: 10px 0 0;
      font-size: 0.8rem;
      height: 125px;
  }
  #c-header-title {
      padding: 135px 0 0;
      font-size: 5.8rem;
  }
  #c-header-contact {
      margin: 90px auto 0;
      width: 900px;
      height: 350px;
  }
  .c-header-contact-line {
      width: 30px;
  }
  .c-header-contact-txt-label {
      font-size: 0.6rem;
  }
  .c-header-contact-txt-content-0 {
      font-size: 1.4rem;
  }
  .c-header-contact-txt-content-0.first {
      padding: 5px 0 0;
  }
  .c-header-contact-txt-content-1 {
      font-size: 1.1rem;
  }
  .c-header-contact-txt-content-1.first {
      padding: 7px 0 0;
  }
  .c-header-contact-txt-content-1 .text-bold-office {
      font-size: 1.4rem;
  }
  .c-header-contact-txt-content-1 .text-gmt-office,
  .c-header-contact-txt-content-2 {
      font-size: 0.8rem;
  }
  .c-header-contact-txt-content-2.first {
      padding: 5px 0 0;
  }
  #c-header-contact-line-0 {
      top: 6px;
      left: 0;
  }
  #c-header-contact-txt-0 {
      top: 0;
      left: 46px;
  }
  #c-header-contact-line-1 {
      top: 104px;
      left: 80px;
  }
  #c-header-contact-txt-1 {
      top: 98px;
      left: 126px;
  }
  #c-header-contact-txt-4 {
      top: 190px;
      left: 160px;
  }
  #c-header-contact-line-2 {
      top: 6px;
      left: 440px;
  }
  #c-header-contact-txt-2 {
      top: 0;
      left: 486px;
  }
  #c-header-contact-line-3 {
      top: 196px;
      left: 520px;
  }
  #c-header-contact-txt-3 {
      top: 190px;
      left: 566px;
  }
  #c-map-bg {
      right: 30px;
  }
  #c-map-container {
      margin: 110px 0 0;
      height: 500px;
  }
  #c-map-bg {
      top: 130px;
      height: 380px;
  }
  #c-msg {
      margin: 120px auto 0;
      width: 600px;
  }
  #c-msg-title {
      font-size: 3.8rem;
  }
  #c-msg-subtitle {
      padding: 8px;
      font-size: 1.1rem;
  }
  #c-msg-line {
      margin: 32px auto 28px;
      height: 50px;
  }
  #c-msg-form-type-wrap {
      margin: 0 0 20px;
  }
  .c-msg-form-type {
      font-size: 2rem;
  }
  #c-msg-form-textarea,
  .c-msg-form-input {
      font-size: 1.1rem;
  }
  .c-msg-form-input {
      padding: 0 0 0 20px;
  }
  #c-msg-form-textarea {
      padding: 15px 0 0 20px;
  }
  .c-msg-form-input {
      height: 53px;
  }
  #c-msg-form-textarea {
      height: 212px;
  }
  #c-msg-form-send {
      margin: 30px 0 0;
  }
  #c-msg-form-msg {
      font-size: 1rem;
  }
  #h-about {
      padding-top: 264px;
  }
  #h-about-bg {
      left: -35px;
  }
  #h-about-box-wrap {
      height: 514px;
  }
  #h-about-box {
      width: 394px;
  }
  #h-work {
      margin-top: 33px;
  }
  #h-work-bg {
      top: 740px;
      right: -35px;
  }
  #h-work-txt-0-line-wrap {
      top: 21px;
  }
  #h-blog {
      margin-top: -18px;
  }
  #h-blog-slider-wrap {
      margin-left: calc(-722.25px + 100%);
  }
  #h-blog-slider-container {
      margin-top: 230px;
  }
  #h-blog-slider-bg {
      top: 880px;
      left: -30px;
  }
  #h-blog-slider-wrap {
      width: 963px;
  }
  .h-blog-slider-content-img {
      height: 320px;
  }
  #h-blog-slider-arrow-wrap {
      position: absolute;
      top: 298px;
      left: calc(-110px - 8%);
      width: 110px;
      height: 44px;
  }
  .h-blog-slider-content-img-line-top-wrap {
      top: 16%;
      height: 35px;
  }
  .h-blog-slider-content-img-line-bottom-wrap {
      bottom: 16%;
      height: 35px;
  }
  .h-blog-slider-content-date {
      left: -20px;
      bottom: -20px;
      width: 124px;
      height: 44px;
  }
  .h-blog-slider-content-date-txt-wrap {
      font-size: 0.55rem;
  }
  .h-blog-slider-content-title-wrap {
      margin: 35px 0 0;
      font-size: 1.35rem;
  }
  .h-blog-slider-content-p-wrap {
      margin: 10px 0 0;
      font-size: 0.8rem;
  }
  #ho-slider-no-wrap {
      left: 60px;
  }
  #ho-slider-frame {
      margin: 0 0 0 295px;
  }
  #ho-slider {
      padding: 100px 0 200px;
  }
  #ho-slider-no-wrap {
      top: 330px;
      font-size: 12rem;
  }
  #ho-slider-frame {
      width: 700px;
      height: 480px;
  }
  #ho-slider-title-top-wrap {
      top: 25px;
      left: 90px;
      font-size: 3.3rem;
  }
  #ho-slider-title-bottom-wrap {
      top: 80px;
      left: 120px;
      font-size: 3.3rem;
  }
  #ho-slider-title-top-base,
  .ho-slider-title-top {
      padding: 0 0 0 70px;
  }
  #ho-slider-title-top-line-wrap {
      top: 42px;
      width: 50px;
  }
  #ho-slider-txt-wrap {
      top: 160px;
      left: 50px;
      right: 50px;
  }
  .ho-slider-txt {
      font-size: 0.92rem;
  }
  .ho-slider-txt p {
      padding: 20px 0 0;
  }
  #ho-slider-img-0 {
      bottom: -360px;
      left: -62px;
      width: 500px;
  }
  #ho-slider-img-1 {
      bottom: -640px;
      left: 368px;
      width: 170px;
  }
  #my-header {
      padding: 0 0 210px;
  }
  #my-header-title-wrap {
      padding: 120px 0 0;
  }
  #my-header-title-wrap p:first-of-type,
  #my-header-title-wrap p:last-of-type {
      font-size: 3.2rem;
  }
  #my-header-title-wrap p:nth-of-type(2) {
      font-size: 5rem;
  }
  #my-header-title-wrap p:last-of-type {
      margin-top: 4px;
  }
  #my-header-line-wrap {
      margin: 40px 0 0 50%;
      height: 80px;
  }
  #my-header-p-wrap {
      padding: 36px 0 40px;
  }
  #my-header-p-wrap p:first-of-type,
  #my-header-p-wrap p:last-of-type {
      font-size: 1.5rem;
  }
  #my-header-p-wrap p:nth-of-type(2) {
      font-size: 2.3rem;
  }
  #my-header-p-wrap p:last-of-type {
      margin-top: 2px;
  }
  #my-key {
      margin: -130px 0 0;
  }
  #my-key-subtitle {
      font-size: 1.2rem;
  }
  #my-key-subtitle-2 {
      font-size: 0.9rem;
  }
  #my-key-title {
      margin: 26px 0 0;
      font-size: 2.2rem;
  }
  #my-key-box-wrap {
      margin: 80px auto 0;
  }
  #my-key-box-bottom {
      margin: 66px 0 0;
  }
  .my-key-box-line-wrap {
      width: 80px;
      height: 26px;
  }
  .my-key-box-line {
      width: 50px;
  }
  .my-key-box-txt {
      width: calc(100% - 80px);
  }
  .my-key-box-txt-title {
      font-size: 2rem;
  }
  .my-key-box-txt-subtitle {
      font-size: 0.8rem;
  }
  .my-key-box-txt-p {
      margin: 24px 0 0;
      font-size: 0.8rem;
  }
  .my-key-box-txt-p.first {
      margin: 12px 0 0;
  }
  #wb-table {
      padding: 80px 0 0;
      width: 860px;
  }
  .wb-table-box {
      height: 120px;
  }
  .wb-table-box-left {
      top: 38px;
      left: 70px;
  }
  .wb-table-box-left-txt {
      font-size: 0.875rem;
  }
  .wb-table-box-left-txt-wrap {
      margin: 15px 0 0;
  }
  .wb-table-box-left-txt-line {
      top: 24px;
      left: -70px;
      width: 40px;
  }
  .wb-table-box-right {
      line-height: 120px;
      font-size: 1.7rem;
  }
  #wi-table {
      padding: 0;
  }
  .wi-table-box {
      height: 69px;
  }
  .wi-table-box-left {
      left: 70px;
  }
  .wi-table-box-left-no {
      line-height: 69px;
      font-size: 0.875rem;
  }
  .wi-table-box-left-line {
      top: 34.5px;
      left: -70px;
      width: 40px;
  }
  .wi-table-box-right {
      line-height: 69px;
      font-size: 1.125rem;
  }
}
@media (min-width: 1801px) {
  .huge-link-q {
      font-size: 0.75rem;
  }
  .huge-link-q-2 {
      font-size: 1.5rem;
  }
  .huge-link-wrap {
      font-size: 13.75rem;
  }
  #a-huge-link-container {
      margin: 220px 0 130px;
  }
  #p-huge-link-container {
      margin: 220px 0 130px;
  }
  #b-huge-link-container {
      margin: 200px 0 130px;
  }
  #my-huge-link-container {
      margin: 150px 0 130px;
  }
  #a-huge-link-container .huge-link-wrap,
  #my-huge-link-container .huge-link-wrap {
      margin: 25px 0 0;
  }
  #p-huge-link-container .huge-link-wrap {
      margin: 25px 0 0;
  }
  #b-huge-link-container .huge-link-wrap {
      margin: -20px 0 0;
  }
  #nav-submenu-extend-bottom,
  #nav-submenu-wrap {
      height: calc(204px - (27px + 3.3vw));
  }
  #nav-morph {
      height: 204px;
  }
  .nav-submenu-link-no {
      padding: 0 0 0 1px;
      font-size: 0.8rem;
  }
  .nav-submenu-link-title {
      font-size: 1.7rem;
  }
  #h-header-je-pillar-pagination-wrap {
      right: 15%;
  }
  #h-blog-slider-pagination-wrap {
      top: 28px;
      left: -44px;
  }
  .three-blocs-container {
      margin: 150px 0 0;
      height: 700px;
  }
  .three-blocs {
      top: 70px;
      bottom: 70px;
  }
  .three-blocs-title-top {
      font-size: 0.875rem;
  }
  .three-blocs-title-bottom {
      font-size: 3.75rem;
  }
  .three-blocs-wrap:hover .three-blocs {
      transform: scale(1.21);
  }
  .working-header-title {
      padding: 150px 0 0;
      font-size: 7.5rem;
  }
  .press-header-bg-word {
      padding-top: 85px;
  }
  .press-header-title {
      padding: 250px 0 0;
      font-size: 4.7rem;
  }
  .working-header-line {
      margin: 56px 0 56px 50%;
      height: 120px;
  }
  .working-header-p-0 {
      font-size: 1.5rem;
  }
  .working-header-p-1 {
      padding: 60px 0 0;
      font-size: 2.25rem;
  }
  .working-header-p-2 {
      padding: 60px 0 0;
      font-size: 1.5rem;
  }
  .working-header-p-col {
      font-size: 1.125rem;
  }
  #wb .working-header-p-0 {
      width: 520px;
  }
  #wb .working-header-p-1 {
      width: 1080px;
  }
  #wb .working-header-p-2 {
      width: 660px;
  }
  #ws .working-header-p-0 {
      width: 880px;
  }
  #ws .working-header-p-1 {
      width: 1180px;
  }
  #wi .working-header-p-0 {
      width: 1000px;
  }
  #wi .working-header-p-1 {
      width: 1400px;
  }
  #wb .working-header-p-col,
  #wi .working-header-p-col {
      padding: 140px 0 0;
      width: 1400px;
      column-width: 640px;
      column-gap: 120px;
  }
  #a-header-txt-0-line-wrap {
      top: 27px;
  }
  #a-header-wrap {
      padding: 212px 0 0;
  }
  #a-header-bg {
      background-position: top 95% center;
      bottom: -100px;
  }
  #a-header-frame {
      top: 71px;
      left: calc(50% - 952px / 2);
      width: 952px;
      height: 476px;
  }
  #a-header-title {
      bottom: 100px;
      left: -250px;
  }
  #a-header-title-top {
      font-size: 7.5rem;
  }
  #a-header-title-bottom {
      padding: 25px 0 0 45px;
      font-size: 1rem;
      width: 460px;
  }
  #a-header-letter-svg {
      width: 488px;
      height: 809px;
  }
  #a-header-txt {
      top: 160px;
      right: -250px;
  }
  #a-header-txt-quote {
      padding: 0 0 0 175px;
      font-size: 3rem;
  }
  #a-header-txt-0-line-wrap {
      left: -88px;
      width: 60px;
  }
  #a-header-txt-0-wrap,
  #a-header-txt-1-wrap,
  #a-header-txt-2-wrap {
      font-size: 2.25rem;
  }
  #a-qr-title {
      margin: 100px 0 0;
  }
  #a-qr {
      margin: 88px 0 0;
      height: 520px;
  }
  #a-qr-nav {
      top: 198px;
  }
  #a-qr-slider {
      width: 1500px;
      right: auto;
  }
  .a-qr-slider-bg-wrap {
      width: 1300px;
  }
  #a-qr-slider-bg-right-wrap {
      left: 1300px;
  }
  #a-qr-slider-title-left-bottom-wrap,
  #a-qr-slider-title-left-top-wrap,
  #a-qr-slider-title-right-bottom-wrap,
  #a-qr-slider-title-right-top-wrap {
      font-size: 3rem;
  }
  #a-qr-slider-pagination-left-wrap,
  #a-qr-slider-pagination-right-wrap {
      z-index: 2;
      top: 56px;
  }
  #a-qr-slider-title-left-top-wrap,
  #a-qr-slider-title-right-top-wrap {
      top: 110px;
  }
  #a-qr-slider-title-left-bottom-wrap,
  #a-qr-slider-title-right-bottom-wrap {
      top: 164px;
  }
  #a-qr-slider-pagination-left-wrap,
  #a-qr-slider-title-left-top-wrap {
      left: 100px;
  }
  #a-qr-slider-title-left-bottom-wrap {
      left: 210px;
  }
  #a-qr-slider-pagination-right-wrap {
      right: 100px;
  }
  #a-qr-slider-title-right-top-wrap {
      left: 1170px;
  }
  #a-qr-slider-title-right-bottom-wrap {
      left: 1280px;
  }
  #a-qr-slider-share {
      top: 280px;
      width: 120px;
  }
  #a-qr-slider-txt {
      left: 120px;
      width: 1120px;
      bottom: -90px;
      height: 330px;
  }
  .a-qr-slider-txt-p-wrap {
      font-size: 1rem;
  }
  .a-qr-slider-txt-p {
      top: 72px;
      left: 110px;
      right: 110px;
  }
  .a-qr-slider-txt-p-bottom {
      padding: 34px 0 0 60px;
  }
  #a-sbi {
      margin: 270px 0 0;
  }
  #a-sbi-line {
      height: 120px;
  }
  #a-sbi-title {
      margin: 60px 0 0;
      font-size: 3rem;
  }
  #a-sbi-for {
      margin: 70px 0 60px;
      font-size: 0.75rem;
  }
  #a-sbi-bloc {
      width: 1400px;
      height: 245px;
  }
  #a-sbi-bloc-top {
      margin: 43px 0 0;
  }
  .a-sbi-bloc-top-link-wrap {
      font-size: 3.75rem;
  }
  .a-sbi-bloc-top-line {
      margin: 42px 58px 0;
      width: 120px;
  }
  #a-sbi-bloc-bottom {
      margin: 44px 0 0;
      font-size: 0.75rem;
  }
  .ar-content,
  .ar-header-txt-container,
  .ar-next-prev-wrap {
      width: 1280px;
  }
  .ar-header-txt-title {
      font-size: 4.5rem;
  }
  .ar-header-txt-description {
      padding: 16px 0 52px;
      font-size: 0.875rem;
      width: 500px;
  }
  .ar-header-txt-date {
      width: 140px;
      height: 60px;
      line-height: 60px;
      font-size: 0.625rem;
  }
  .ar-content-first-p {
      padding: 160px 0 0;
  }
  .ar-content-first-p:first-letter {
      padding: 0 6px 0 0;
      line-height: 86%;
      font-size: 6.7rem;
  }
  .ar-content-quote,
  .ar-content-txt {
      padding: 35px 0 0;
  }
  .ar-content-quote-left {
      padding: 0 60px 0 0;
  }
  .ar-content-quote-right-quote {
      font-size: 3rem;
  }
  .ar-content-quote-right-txt {
      padding: 0 0 0 90px;
      font-size: 2.25rem;
  }
  .ar-content-quote-right-txt:after {
      top: 26px;
      width: 60px;
  }
  .ar-content-img {
      margin: 70px 0 35px;
  }
  .ar-next-prev {
      padding: 0 30px;
  }
  .ar-next-prev-arrow {
      padding: 48px 36px 0;
  }
  .ar-next-prev-wrap {
      margin: 90px auto 0;
  }
  .ar-next-prev-txt-label {
      font-size: 0.75rem;
  }
  .ar-next-prev-txt-title {
      font-size: 2.25rem;
  }
  .ar-contact {
      margin: 150px auto 0;
      padding: 0 0 40px;
      width: 380px;
  }
  .ar-contact-hi {
      padding: 0 0 18px;
      font-size: 4.5rem;
  }
  .ar-contact-title {
      padding: 26px 0 18px;
      font-size: 2.25rem;
  }
  .ar-contact-p {
      padding: 0 0 38px;
  }
  #b-blog {
      top: 100px;
      font-size: 16.25rem;
  }
  #b-box-wrap {
      padding: 300px 0 0;
      width: 1080px;
  }
  .b-box {
      margin: 60px 0 0;
      width: 540px;
  }
  .b-box-content-img {
      height: 540px;
  }
  .b-box-content-img-line-top-wrap {
      top: 20%;
      height: 60px;
  }
  .b-box-content-img-line-bottom-wrap {
      bottom: 20%;
      height: 60px;
  }
  .b-box-content-date {
      left: -30px;
      bottom: -30px;
      width: 140px;
      height: 60px;
  }
  .b-box-content-date-txt {
      line-height: 60px;
      font-size: 0.625rem;
  }
  .b-box-content-title {
      margin: 50px 0 0;
      font-size: 2.25rem;
  }
  .b-box-content-p {
      margin: 13px 0 0;
      font-size: 0.875rem;
      height: 84px;
  }
  #p-box-wrap {
      padding: 50px 0 160px;
      width: 1620px;
  }
  .p-box {
      margin: 60px 0 0;
      width: 540px;
  }
  .p-box-content-img {
      height: 540px;
  }
  .p-box-content-img-line-top-wrap {
      top: 20%;
      height: 60px;
  }
  .p-box-content-img-line-bottom-wrap {
      bottom: 20%;
      height: 60px;
  }
  .p-box-content-date {
      left: -30px;
      bottom: -30px;
      width: 140px;
      height: 60px;
  }
  .p-box-content-date-txt {
      line-height: 60px;
      font-size: 0.625rem;
  }
  .p-box-content-title {
      margin: 50px 0 0;
      font-size: 2.25rem;
  }
  .p-box-content-p {
      margin: 13px 0 0;
      font-size: 0.875rem;
      height: 84px;
  }
  #c-header-title {
      padding: 150px 0 0;
      font-size: 7.5rem;
  }
  #c-header-contact {
      margin: 120px auto 0;
      width: 1400px;
      height: 400px;
  }
  .c-header-contact-line {
      width: 60px;
  }
  .c-header-contact-txt-label {
      font-size: 0.625rem;
  }
  .c-header-contact-txt-content-0 {
      font-size: 1.5rem;
  }
  .c-header-contact-txt-content-0.first {
      padding: 7px 0 0;
  }
  .c-header-contact-txt-content-1 {
      font-size: 1.125rem;
  }
  .c-header-contact-txt-content-1.first {
      padding: 9px 0 0;
  }
  .c-header-contact-txt-content-1 .text-bold-office {
      font-size: 1.5rem;
  }
  .c-header-contact-txt-content-1 .text-gmt-office,
  .c-header-contact-txt-content-2 {
      font-size: 0.875rem;
  }
  .c-header-contact-txt-content-2.first {
      padding: 7px 0 0;
  }
  #c-header-contact-line-0 {
      top: 6px;
      left: 0;
  }
  #c-header-contact-txt-0 {
      top: 0;
      left: 88px;
  }
  #c-header-contact-line-1 {
      top: 113px;
      left: 180px;
  }
  #c-header-contact-txt-1 {
      top: 107px;
      left: 268px;
  }
  #c-header-contact-txt-4 {
      top: 220px;
      left: 360px;
  }
  #c-header-contact-line-2 {
      top: 6px;
      left: 785px;
  }
  #c-header-contact-txt-2 {
      top: 0;
      left: 873px;
  }
  #c-header-contact-line-3 {
      top: 226px;
      left: 965px;
  }
  #c-header-contact-txt-3 {
      top: 220px;
      left: 1053px;
  }
  #c-msg {
      margin: 140px auto 0;
      width: 792px;
  }
  #c-msg-title {
      font-size: 4.5rem;
  }
  #c-msg-subtitle {
      padding: 8px;
      font-size: 1.5rem;
  }
  #c-msg-line {
      margin: 50px auto 40px;
      height: 60px;
  }
  #c-msg-form-type-wrap {
      margin: 0 0 60px;
  }
  .c-msg-form-type {
      font-size: 3rem;
  }
  #c-msg-form-textarea,
  .c-msg-form-input {
      font-size: 1.3rem;
  }
  .c-msg-form-input {
      padding: 0 0 0 20px;
  }
  #c-msg-form-textarea {
      padding: 17px 0 0 20px;
  }
  .c-msg-form-input {
      height: 60px;
  }
  #c-msg-form-textarea {
      height: 240px;
  }
  #c-msg-form-send {
      margin: 30px 0 0;
  }
  #c-msg-form-msg {
      font-size: 1rem;
  }
  #h-about {
      padding-top: 372px;
  }
  #h-about-bg {
      left: 100px;
  }
  #h-about-box-wrap {
      height: 690px;
  }
  #h-about-box {
      width: 550px;
  }
  #h-work {
      margin-top: 61px;
  }
  #h-work-bg {
      top: 840px;
      right: 50px;
  }
  #h-work-txt-0-line-wrap {
      top: 27px;
  }
  #h-blog {
      margin-top: -34px;
  }
  #h-blog-slider-container {
      margin-top: 270px;
  }
  #h-blog-slider-bg {
      top: 1100px;
      left: 60px;
  }
  #h-blog-slider-wrap {
      width: 1620px;
  }
  .h-blog-slider-content-img {
      height: 540px;
  }
  #h-blog-slider-arrow-wrap {
      position: absolute;
      top: 510px;
      left: calc(-140px - 12%);
      width: 140px;
      height: 60px;
  }
  .h-blog-slider-content-img-line-top-wrap {
      top: 20%;
      height: 60px;
  }
  .h-blog-slider-content-img-line-bottom-wrap {
      bottom: 20%;
      height: 60px;
  }
  .h-blog-slider-content-date {
      left: -30px;
      bottom: -30px;
      width: 140px;
      height: 60px;
  }
  .h-blog-slider-content-date-txt-wrap {
      font-size: 0.625rem;
  }
  .h-blog-slider-content-title-wrap {
      margin: 50px 0 0;
      font-size: 2.25rem;
  }
  .h-blog-slider-content-p-wrap {
      margin: 13px 0 0;
      font-size: 0.875rem;
  }
  #ho-slider {
      padding: 150px 0 140px;
  }
  #ho-slider-no-wrap {
      top: 300px;
      font-size: 20rem;
  }
  #ho-slider-frame {
      width: 900px;
      height: 690px;
      float: right;
  }
  #ho-slider-title-top-wrap {
      top: 40px;
      left: 120px;
      font-size: 4.5rem;
  }
  #ho-slider-title-bottom-wrap {
      top: 110px;
      left: 150px;
      font-size: 4.5rem;
  }
  #ho-slider-title-top-base,
  .ho-slider-title-top {
      padding: 0 0 0 100px;
  }
  #ho-slider-title-top-line-wrap {
      top: 57px;
      width: 60px;
  }
  #ho-slider-txt-wrap {
      top: 225px;
      left: 50px;
      right: 50px;
  }
  .ho-slider-txt {
      font-size: 1rem;
  }
  .ho-slider-txt p {
      padding: 20px 0 0;
  }
  #ho-slider-img-0 {
      bottom: -280px;
      left: -122px;
      width: 550px;
  }
  #ho-slider-img-1 {
      bottom: -560px;
      left: 308px;
      width: 207px;
  }
  #my-header {
      padding: 0 0 360px;
  }
  #my-header-title-wrap {
      padding: 180px 0 0;
  }
  #my-header-title-wrap p:first-of-type,
  #my-header-title-wrap p:last-of-type {
      font-size: 4.5rem;
  }
  #my-header-title-wrap p:nth-of-type(2) {
      font-size: 7.5rem;
  }
  #my-header-title-wrap p:last-of-type {
      margin-top: 7px;
  }
  #my-header-line-wrap {
      margin: 60px 0 0 50%;
      height: 120px;
  }
  #my-header-p-wrap {
      padding: 50px 0 0;
  }
  #my-header-p-wrap p:first-of-type,
  #my-header-p-wrap p:last-of-type {
      font-size: 2.25rem;
  }
  #my-header-p-wrap p:nth-of-type(2) {
      font-size: 3.75rem;
  }
  #my-header-p-wrap p:last-of-type {
      margin-top: 7px;
  }
  #my-key {
      margin: -140px 0 0;
  }
  #my-key-subtitle {
      font-size: 1.5rem;
  }
  #my-key-subtitle-2 {
      font-size: 1rem;
  }
  #my-key-title {
      margin: 30px 0 0;
      font-size: 3rem;
  }
  #my-key-box-wrap {
      margin: 120px auto 0;
  }
  #my-key-box-bottom {
      margin: 70px 0 0;
  }
  .my-key-box-line-wrap {
      width: 90px;
      height: 26px;
  }
  .my-key-box-line {
      width: 60px;
  }
  .my-key-box-txt {
      width: calc(100% - 90px);
  }
  .my-key-box-txt-title {
      font-size: 2.25rem;
  }
  .my-key-box-txt-subtitle {
      font-size: 0.875rem;
  }
  .my-key-box-txt-p {
      margin: 30px 0 0;
      font-size: 0.875rem;
  }
  .my-key-box-txt-p.first {
      margin: 12px 0 0;
  }
  #wb-table {
      padding: 100px 0 0;
      width: 1400px;
  }
  .wb-table-box {
      height: 158px;
  }
  .wb-table-box-left {
      top: 58px;
      left: 90px;
  }
  .wb-table-box-left-txt {
      font-size: 0.875rem;
  }
  .wb-table-box-left-txt-wrap {
      margin: 15px 0 0;
  }
  .wb-table-box-left-txt-line {
      top: 24px;
      left: -90px;
      width: 60px;
  }
  .wb-table-box-right {
      line-height: 158px;
      font-size: 3rem;
  }
  #wi-table {
      padding: 0;
  }
  .wi-table-box {
      height: 71px;
  }
  .wi-table-box-left {
      left: 90px;
  }
  .wi-table-box-left-no {
      line-height: 71px;
      font-size: 0.875rem;
  }
  .wi-table-box-left-line {
      top: 35.5px;
      left: -90px;
      width: 60px;
  }
  .wi-table-box-right {
      line-height: 71px;
      font-size: 1.125rem;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .huge-link-q {
      font-size: 0.75rem;
  }
  .huge-link-q-2 {
      font-size: 1.5rem;
  }
  .huge-link-wrap {
      font-size: 13rem;
  }
  #a-huge-link-container {
      margin: 210px 0 120px;
  }
  #p-huge-link-container {
      margin: 210px 0 120px;
  }
  #b-huge-link-container {
      margin: 190px 0 120px;
  }
  #my-huge-link-container {
      margin: 150px 0 120px;
  }
  #a-huge-link-container .huge-link-wrap,
  #my-huge-link-container .huge-link-wrap {
      margin: 23px 0 0;
  }
  #p-huge-link-container .huge-link-wrap {
      margin: 23px 0 0;
  }
  #b-huge-link-container .huge-link-wrap {
      margin: -17px 0 0;
  }
  #nav-submenu-extend-bottom,
  #nav-submenu-wrap {
      height: calc(192px - (27px + 3.3vw));
  }
  #nav-morph {
      height: 192px;
  }
  .nav-submenu-link-no {
      padding: 0 0 0 1px;
      font-size: 0.75rem;
  }
  .nav-submenu-link-title {
      font-size: 1.5rem;
  }
  #h-header-je-pillar-pagination-wrap {
      right: 13%;
  }
  #h-blog-slider-pagination-wrap {
      top: 26px;
      left: -41px;
  }
  .three-blocs-container {
      margin: 140px 0 0;
      height: 680px;
  }
  .three-blocs {
      top: 60px;
      bottom: 60px;
  }
  .three-blocs-title-top {
      font-size: 0.875rem;
  }
  .three-blocs-title-bottom {
      font-size: 3.75rem;
  }
  .three-blocs-wrap:hover .three-blocs {
      transform: scale(1.2);
  }
  .working-header-title {
      padding: 145px 0 0;
      font-size: 7rem;
  }
  .press-header-bg-word {
      padding-top: 80px;
  }
  .press-header-title {
      padding: 250px 0 0;
      font-size: 4.7rem;
  }
  .working-header-line {
      margin: 56px 0 56px 50%;
      height: 110px;
  }
  .working-header-p-0 {
      font-size: 1.45rem;
  }
  .working-header-p-1 {
      padding: 60px 0 0;
      font-size: 2.1rem;
  }
  .working-header-p-2 {
      padding: 60px 0 0;
      font-size: 1.45rem;
  }
  .working-header-p-col {
      font-size: 1.05rem;
  }
  #wb .working-header-p-0 {
      width: 520px;
  }
  #wb .working-header-p-1 {
      width: 1080px;
  }
  #wb .working-header-p-2 {
      width: 660px;
  }
  #ws .working-header-p-0 {
      width: 880px;
  }
  #ws .working-header-p-1 {
      width: 1180px;
  }
  #wi .working-header-p-0 {
      width: 960px;
  }
  #wi .working-header-p-1 {
      width: 1260px;
  }
  #wb .working-header-p-col,
  #wi .working-header-p-col {
      padding: 120px 0 0;
      width: 1310px;
      column-width: 600px;
      column-gap: 110px;
  }
  #a-header-txt-0-line-wrap {
      top: 25px;
  }
  #a-header-wrap {
      padding: 212px 0 0;
  }
  #a-header-bg {
      background-position: top 120% center;
      bottom: -100px;
  }
  #a-header-frame {
      top: 65px;
      left: calc(50% - 850px / 2);
      width: 850px;
      height: 425px;
  }
  #a-header-title {
      bottom: 90px;
      left: -220px;
  }
  #a-header-title-top {
      font-size: 6.5rem;
  }
  #a-header-title-bottom {
      padding: 25px 0 0 40px;
      font-size: 0.95rem;
      width: 430px;
  }
  #a-header-letter-svg {
      width: 440px;
      height: 729px;
  }
  #a-header-txt {
      top: 140px;
      right: -203px;
  }
  #a-header-txt-quote {
      padding: 0 0 0 175px;
      font-size: 3rem;
  }
  #a-header-txt-0-line-wrap {
      left: -88px;
      width: 55px;
  }
  #a-header-txt-0-wrap,
  #a-header-txt-1-wrap,
  #a-header-txt-2-wrap {
      font-size: 2rem;
  }
  #a-qr-title {
      margin: 90px 0 0;
  }
  #a-qr {
      margin: 88px 0 0;
      height: 520px;
  }
  #a-qr-nav {
      top: 198px;
  }
  #a-qr-slider {
      width: 1350px;
  }
  .a-qr-slider-bg-wrap {
      width: 1150px;
  }
  #a-qr-slider-bg-right-wrap {
      left: 1150px;
  }
  #a-qr-slider-title-left-bottom-wrap,
  #a-qr-slider-title-left-top-wrap,
  #a-qr-slider-title-right-bottom-wrap,
  #a-qr-slider-title-right-top-wrap {
      font-size: 3rem;
  }
  #a-qr-slider-pagination-left-wrap,
  #a-qr-slider-pagination-right-wrap {
      z-index: 2;
      top: 56px;
  }
  #a-qr-slider-title-left-top-wrap,
  #a-qr-slider-title-right-top-wrap {
      top: 110px;
  }
  #a-qr-slider-title-left-bottom-wrap,
  #a-qr-slider-title-right-bottom-wrap {
      top: 164px;
  }
  #a-qr-slider-pagination-left-wrap,
  #a-qr-slider-title-left-top-wrap {
      left: 90px;
  }
  #a-qr-slider-title-left-bottom-wrap {
      left: 200px;
  }
  #a-qr-slider-pagination-right-wrap {
      right: 100px;
  }
  #a-qr-slider-title-right-top-wrap {
      left: 1020px;
  }
  #a-qr-slider-title-right-bottom-wrap {
      left: 1130px;
  }
  #a-qr-slider-share {
      top: 280px;
      width: 110px;
  }
  #a-qr-slider-txt {
      left: 110px;
      width: 1000px;
      bottom: -90px;
      height: 330px;
  }
  .a-qr-slider-txt-p-wrap {
      font-size: 1rem;
  }
  .a-qr-slider-txt-p {
      top: 68px;
      left: 100px;
      right: 90px;
  }
  .a-qr-slider-txt-p-bottom {
      padding: 34px 0 0 60px;
  }
  #a-sbi {
      margin: 260px 0 0;
  }
  #a-sbi-line {
      height: 120px;
  }
  #a-sbi-title {
      margin: 60px 0 0;
      font-size: 2.9rem;
  }
  #a-sbi-for {
      margin: 70px 0 60px;
      font-size: 0.75rem;
  }
  #a-sbi-bloc {
      width: 1340px;
      height: 245px;
  }
  #a-sbi-bloc-top {
      margin: 43px 0 0;
  }
  .a-sbi-bloc-top-link-wrap {
      font-size: 3.75rem;
  }
  .a-sbi-bloc-top-line {
      margin: 42px 58px 0;
      width: 100px;
  }
  #a-sbi-bloc-bottom {
      margin: 44px 0 0;
      font-size: 0.75rem;
  }
  .ar-content,
  .ar-header-txt-container,
  .ar-next-prev-wrap {
      width: 1180px;
  }
  .ar-header-txt-title {
      font-size: 4.4rem;
  }
  .ar-header-txt-description {
      padding: 16px 0 52px;
      font-size: 0.875rem;
      width: 500px;
  }
  .ar-header-txt-date {
      width: 140px;
      height: 58px;
      line-height: 58px;
      font-size: 0.625rem;
  }
  .ar-content-first-p {
      padding: 140px 0 0;
  }
  .ar-content-first-p:first-letter {
      padding: 0 6px 0 0;
      line-height: 86%;
      font-size: 6.7rem;
  }
  .ar-content-quote,
  .ar-content-txt {
      padding: 35px 0 0;
  }
  .ar-content-quote-left {
      padding: 0 55px 0 0;
  }
  .ar-content-quote-right-quote {
      font-size: 3rem;
  }
  .ar-content-quote-right-txt {
      padding: 0 0 0 90px;
      font-size: 2.2rem;
  }
  .ar-content-quote-right-txt:after {
      top: 26px;
      width: 55px;
  }
  .ar-content-img {
      margin: 70px 0 35px;
  }
  .ar-next-prev {
      padding: 0 25px;
  }
  .ar-next-prev-arrow {
      padding: 45px 36px 0;
  }
  .ar-next-prev-wrap {
      margin: 90px auto 0;
  }
  .ar-next-prev-txt-label {
      font-size: 0.7rem;
  }
  .ar-next-prev-txt-title {
      font-size: 2.1rem;
  }
  .ar-contact {
      margin: 140px auto 0;
      padding: 0 0 30px;
      width: 380px;
  }
  .ar-contact-hi {
      padding: 0 0 18px;
      font-size: 4.5rem;
  }
  .ar-contact-title {
      padding: 26px 0 18px;
      font-size: 2.25rem;
  }
  .ar-contact-p {
      padding: 0 0 38px;
  }
  #b-blog {
      top: 90px;
      font-size: 15rem;
  }
  #b-box-wrap {
      padding: 270px 0 0;
      width: 1040px;
  }
  .b-box {
      margin: 60px 0 0;
      width: 520px;
  }
  .b-box-content-img {
      height: 520px;
  }
  .b-box-content-img-line-top-wrap {
      top: 21%;
      height: 60px;
  }
  .b-box-content-img-line-bottom-wrap {
      bottom: 21%;
      height: 60px;
  }
  .b-box-content-date {
      left: -28px;
      bottom: -28px;
      width: 136px;
      height: 56px;
  }
  .b-box-content-date-txt {
      font-size: 0.61rem;
  }
  .b-box-content-title {
      margin: 45px 0 0;
      font-size: 2.2rem;
  }
  .b-box-content-p {
      margin: 13px 0 0;
      font-size: 0.87rem;
      height: 81px;
  }
  #p-box-wrap {
      padding: 50px 0 160px;
      width: 1560px;
  }
  .p-box {
      margin: 60px 0 0;
      width: 520px;
  }
  .p-box-content-img {
      height: 520px;
  }
  .p-box-content-img-line-top-wrap {
      top: 21%;
      height: 60px;
  }
  .p-box-content-img-line-bottom-wrap {
      bottom: 21%;
      height: 60px;
  }
  .p-box-content-date {
      left: -28px;
      bottom: -28px;
      width: 136px;
      height: 56px;
  }
  .p-box-content-date-txt {
      font-size: 0.61rem;
  }
  .p-box-content-title {
      margin: 45px 0 0;
      font-size: 2.2rem;
  }
  .p-box-content-p {
      margin: 13px 0 0;
      font-size: 0.87rem;
      height: 81px;
  }
  #c-header-title {
      padding: 145px 0 0;
      font-size: 7rem;
  }
  #c-header-contact {
      margin: 115px auto 0;
      width: 1300px;
      height: 400px;
  }
  .c-header-contact-line {
      width: 60px;
  }
  .c-header-contact-txt-label {
      font-size: 0.625rem;
  }
  .c-header-contact-txt-content-0 {
      font-size: 1.5rem;
  }
  .c-header-contact-txt-content-0.first {
      padding: 7px 0 0;
  }
  .c-header-contact-txt-content-1 {
      font-size: 1.125rem;
  }
  .c-header-contact-txt-content-1.first {
      padding: 9px 0 0;
  }
  .c-header-contact-txt-content-1 .text-bold-office {
      font-size: 1.5rem;
  }
  .c-header-contact-txt-content-1 .text-gmt-office,
  .c-header-contact-txt-content-2 {
      font-size: 0.875rem;
  }
  .c-header-contact-txt-content-2.first {
      padding: 7px 0 0;
  }
  #c-header-contact-line-0 {
      top: 6px;
      left: 0;
  }
  #c-header-contact-txt-0 {
      top: 0;
      left: 88px;
  }
  #c-header-contact-line-1 {
      top: 113px;
      left: 160px;
  }
  #c-header-contact-txt-1 {
      top: 107px;
      left: 248px;
  }
  #c-header-contact-txt-4 {
      top: 220px;
      left: 320px;
  }
  #c-header-contact-line-2 {
      top: 6px;
      left: 690px;
  }
  #c-header-contact-txt-2 {
      top: 0;
      left: 778px;
  }
  #c-header-contact-line-3 {
      top: 226px;
      left: 850px;
  }
  #c-header-contact-txt-3 {
      top: 220px;
      left: 938px;
  }
  #c-msg {
      margin: 140px auto 0;
      width: 780px;
  }
  #c-msg-title {
      font-size: 4.4rem;
  }
  #c-msg-subtitle {
      padding: 8px;
      font-size: 1.4rem;
  }
  #c-msg-line {
      margin: 45px auto 35px;
      height: 60px;
  }
  #c-msg-form-type-wrap {
      margin: 0 0 45px;
  }
  .c-msg-form-type {
      font-size: 2.9rem;
  }
  #c-msg-form-textarea,
  .c-msg-form-input {
      font-size: 1.3rem;
  }
  .c-msg-form-input {
      padding: 0 0 0 20px;
  }
  #c-msg-form-textarea {
      padding: 16px 0 0 20px;
  }
  .c-msg-form-input {
      height: 60px;
  }
  #c-msg-form-textarea {
      height: 240px;
  }
  #c-msg-form-send {
      margin: 30px 0 0;
  }
  #c-msg-form-msg {
      font-size: 1rem;
  }
  #h-about {
      padding-top: 364px;
  }
  #h-about-bg {
      left: -20px;
  }
  #h-about-box-wrap {
      height: 644px;
  }
  #h-about-box {
      width: 508px;
  }
  #h-work {
      margin-top: 53px;
  }
  #h-work-bg {
      top: 820px;
      right: -20px;
  }
  #h-work-txt-0-line-wrap {
      top: 25px;
  }
  #h-blog {
      margin-top: -30px;
  }
  #h-blog-slider-wrap {
      margin-left: calc(-1170px + 100%);
  }
  #h-blog-slider-container {
      margin-top: 270px;
  }
  #h-blog-slider-bg {
      top: 1100px;
      left: -30px;
  }
  #h-blog-slider-wrap {
      width: 1560px;
  }
  .h-blog-slider-content-img {
      height: 520px;
  }
  #h-blog-slider-arrow-wrap {
      position: absolute;
      top: 490px;
      left: calc(-140px - 10%);
      width: 140px;
      height: 60px;
  }
  .h-blog-slider-content-img-line-top-wrap {
      top: 21%;
      height: 60px;
  }
  .h-blog-slider-content-img-line-bottom-wrap {
      bottom: 21%;
      height: 60px;
  }
  .h-blog-slider-content-date {
      left: -28px;
      bottom: -28px;
      width: 136px;
      height: 56px;
  }
  .h-blog-slider-content-date-txt-wrap {
      font-size: 0.61rem;
  }
  .h-blog-slider-content-title-wrap {
      margin: 45px 0 0;
      font-size: 2.2rem;
  }
  .h-blog-slider-content-p-wrap {
      margin: 13px 0 0;
      font-size: 0.87rem;
  }
  #ho-slider-no-wrap {
      left: 80px;
  }
  #ho-slider-frame {
      margin: 0 0 0 450px;
  }
  #ho-slider {
      padding: 140px 0 130px;
  }
  #ho-slider-no-wrap {
      top: 310px;
      font-size: 17rem;
  }
  #ho-slider-frame {
      width: 900px;
      height: 690px;
  }
  #ho-slider-title-top-wrap {
      top: 40px;
      left: 120px;
      font-size: 4.5rem;
  }
  #ho-slider-title-bottom-wrap {
      top: 110px;
      left: 150px;
      font-size: 4.5rem;
  }
  #ho-slider-title-top-base,
  .ho-slider-title-top {
      padding: 0 0 0 95px;
  }
  #ho-slider-title-top-line-wrap {
      top: 57px;
      width: 60px;
  }
  #ho-slider-txt-wrap {
      top: 225px;
      left: 50px;
      right: 50px;
  }
  .ho-slider-txt {
      font-size: 1rem;
  }
  .ho-slider-txt p {
      padding: 20px 0 0;
  }
  #ho-slider-img-0 {
      bottom: -280px;
      left: -122px;
      width: 550px;
  }
  #ho-slider-img-1 {
      bottom: -560px;
      left: 308px;
      width: 207px;
  }
  #my-header {
      padding: 0 0 280px;
  }
  #my-header-title-wrap {
      padding: 170px 0 0;
  }
  #my-header-title-wrap p:first-of-type,
  #my-header-title-wrap p:last-of-type {
      font-size: 4.2rem;
  }
  #my-header-title-wrap p:nth-of-type(2) {
      font-size: 7.1rem;
  }
  #my-header-title-wrap p:last-of-type {
      margin-top: 6px;
  }
  #my-header-line-wrap {
      margin: 60px 0 0 50%;
      height: 110px;
  }
  #my-header-p-wrap {
      padding: 55px 0 0;
  }
  #my-header-p-wrap p:first-of-type,
  #my-header-p-wrap p:last-of-type {
      font-size: 2.1rem;
  }
  #my-header-p-wrap p:nth-of-type(2) {
      font-size: 3.6rem;
  }
  #my-header-p-wrap p:last-of-type {
      margin-top: 5px;
  }
  #my-key {
      margin: -120px 0 0;
  }
  #my-key-subtitle {
      font-size: 1.4rem;
  }
  #my-key-subtitle-2 {
      font-size: 0.95rem;
  }
  #my-key-title {
      margin: 30px 0 0;
      font-size: 2.9rem;
  }
  #my-key-box-wrap {
      margin: 120px auto 0;
  }
  #my-key-box-bottom {
      margin: 70px 0 0;
  }
  .my-key-box-line-wrap {
      width: 90px;
      height: 26px;
  }
  .my-key-box-line {
      width: 55px;
  }
  .my-key-box-txt {
      width: calc(100% - 90px);
  }
  .my-key-box-txt-title {
      font-size: 2.25rem;
  }
  .my-key-box-txt-subtitle {
      font-size: 0.875rem;
  }
  .my-key-box-txt-p {
      margin: 30px 0 0;
      font-size: 0.875rem;
  }
  .my-key-box-txt-p.first {
      margin: 12px 0 0;
  }
  #wb-table {
      padding: 100px 0 0;
      width: 1312px;
  }
  .wb-table-box {
      height: 150px;
  }
  .wb-table-box-left {
      top: 53px;
      left: 90px;
  }
  .wb-table-box-left-txt {
      font-size: 0.875rem;
  }
  .wb-table-box-left-txt-wrap {
      margin: 15px 0 0;
  }
  .wb-table-box-left-txt-line {
      top: 24px;
      left: -90px;
      width: 60px;
  }
  .wb-table-box-right {
      line-height: 150px;
      font-size: 2.9rem;
  }
  #wi-table {
      padding: 0;
  }
  .wi-table-box {
      height: 71px;
  }
  .wi-table-box-left {
      left: 90px;
  }
  .wi-table-box-left-no {
      line-height: 71px;
      font-size: 0.875rem;
  }
  .wi-table-box-left-line {
      top: 35.5px;
      left: -90px;
      width: 60px;
  }
  .wi-table-box-right {
      line-height: 71px;
      font-size: 1.125rem;
  }
}
@media (max-width: 1400px) {
  .huge-link-q {
      font-size: 0.75rem;
  }
  .huge-link-q-2 {
      font-size: 1.2rem;
  }
  .huge-link-wrap {
      font-size: 9rem;
  }
  #a-huge-link-container {
      margin: 170px 0 90px;
  }
  #p-huge-link-container {
      margin: 170px 0 90px;
  }
  #b-huge-link-container {
      margin: 150px 0 90px;
  }
  #my-huge-link-container {
      margin: 120px 0 90px;
  }
  #a-huge-link-container .huge-link-wrap,
  #my-huge-link-container .huge-link-wrap {
      margin: 18px 0 0;
  }
  #p-huge-link-container .huge-link-wrap {
      margin: 18px 0 0;
  }
  #b-huge-link-container .huge-link-wrap {
      margin: -14px 0 0;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  #h-work-slider-arrow-wrap {
      right: -120px;
  }
  .slider-arrow-wrap {
      width: 120px;
      height: 55px;
  }
  #h-work-slider {
      height: 500px;
  }
  #h-work-slider-strip {
      width: 70%;
  }
  #h-work-slider-img {
      width: 447px;
  }
  #h-work-slider-img-txt-wrap {
      top: 58%;
  }
}
@media (min-width: 2401px) {
  #ho-slider-no-wrap {
      left: 460px;
  }
  #ho-slider-frame {
      margin: 0 0 0 900px;
  }
}
