/*
Theme Name: Higoone Child
Description: This is a child theme for Higoone
Author: Ursa Team
Template: higoone
Version: 1.0.0
*/
:root {
  --primary_color: #2459b3;
  --text_color: #222222;
  --link_color: #222222;

  --dark: #151f1a;
  --dark2: #333333;
  --blue: #003f71;
  --blue2: #4679c5;
  --blue3: #3069cb;
  --blue4: #5481cb;
  --blue5: #4573bf;
  --blue6: #013660;
  --green: #3cb9a1;
  --green2: #49adb5;
  --brown: #c3a150;
  --brown2: #d88e56;
  --gray: #d9d9d9;
  --gray2: #f5f5f5;
  --gray3: #fafafa;
  --gray4: #d4d4d4;
  --gray5: #cccccc;
  --gray6: #e8e8e8;

  --main_font: "Noto Sans JP", sans-serif;
  --second_font: "Montserrat", sans-serif;

  --gap_lr: 15px;
}
body {
  font-size: 14px;
  color: var(--text_color);
}
.wp-site-blocks {
  padding-left: var(--gap_lr);
  padding-right: var(--gap_lr);
}
header,
footer,
.wp-site-blocks .no-gap {
  margin-left: calc(-1 * var(--gap_lr)) !important;
  margin-right: calc(-1 * var(--gap_lr)) !important;
}
footer > *,
header > * {
  padding-left: var(--gap_lr);
  padding-right: var(--gap_lr);
}
@media (max-width: 767px) {
  :root {
    --gap_lr: 10px;
  }
}
.no-gap *[class^="wp-container-"] > * + *,
.wp-site-blocks > * + * {
  margin-block-start: 0 !important;
}
.top-header {
  padding: 0;
}
.top-header *[class^="wp-container-"] {
  gap: 0;
}
.top-header .top-right-header,
.top-header .top-left-header {
  flex-basis: 40%;
  display: flex;
  flex-wrap: nowrap;
}
.top-header .top-center-header {
  flex-basis: 20%;
}
.top-header .wp-block-navigation .wp-block-navigation-item {
  border-left: 1px solid var(--blue3);
}
.top-header .wp-block-navigation .wp-block-navigation__container {
  flex-wrap: nowrap;
}
.account-link a:after {
  content: "";
  background-image: url("./assets/images/icon_login_box.svg") !important;
  width: 13px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 4px;
  margin-left: 5px;
}
.top-header .top_link .icon_home {
  border-right: 1px solid var(--blue3);
  padding: 11px 20px;
  text-transform: uppercase;
  font-family: var(--second_font);
}
.top-header .top_link .icon_home a {
  padding-top: 22px;
  background: url("./assets/images/icon_home.svg") center top / 20px 20px
    no-repeat;
}
.top-header .wp-block-navigation.header_link_1 .wp-block-navigation-item > *,
.top-header .wp-block-navigation.header_link_2 .wp-block-navigation-item > * {
  padding: 22.5px 26px;
}
.top-header .wp-block-navigation.header_link_2 .wp-block-navigation-item {
  background: var(--blue);
  border-color: var(--blue6);
}
.top-header .wp-block-search {
  margin-left: 20px;
}
.top-header .wp-block-search .wp-block-search__inside-wrapper {
  border-color: var(--blue4);
  background: var(--blue5);
  padding: 0;
  line-height: 30px;
}
.top-header .wp-block-search .wp-block-search__input {
  padding: 0 10px;
  background: none;
  color: white;
  width: 160px;
  border: none;
}
.top-header
  .wp-block-search
  .wp-block-search__input::-webkit-input-placeholder {
  color: white;
}
.top-header .wp-block-search .wp-block-search__input:-ms-input-placeholder {
  color: white;
}
.top-header .wp-block-search .wp-block-search__input::placeholder {
  color: white;
}
.top-header .wp-block-search .wp-block-search__button {
  margin-left: 0;
  background: none;
  border: none;
  color: white;
}
@media (max-width: 1500px) {
  .top-header .wp-block-navigation.header_link_1 .wp-block-navigation-item > *,
  .top-header .wp-block-navigation.header_link_2 .wp-block-navigation-item > * {
    padding-left: var(--gap_lr);
    padding-right: var(--gap_lr);
  }
}
@media (max-width: 1199px) {
  .top-header .top-left-header > nav {
    display: none;
  }
  .top-header .top-left-header {
    order: 3;
    flex: 0 0 60%;
    padding: var(--gap_lr);
  }
  .top-header .wp-block-search {
    margin: 0;
    width: 100%;
  }
  .top-header .wp-block-search .wp-block-search__input {
    width: 100%;
  }
  .top-header .top-right-header {
    order: 1;
    flex: 0 0 100%;
    border-bottom: 1px solid var(--blue3);
    justify-content: space-between;
  }
  .top-header .top-right-header > nav {
  }
  .top-header .top-center-header {
    order: 2;
    flex: 0 0 40%;
    justify-content: start;
    padding: var(--gap_lr);
  }
}
@media (max-width: 599px) {
  .top-header .wp-block-navigation.header_link_1 .wp-block-navigation-item > *,
  .top-header .wp-block-navigation.header_link_2 .wp-block-navigation-item > * {
    font-size: 12px;
  }
  .top-header .top-left-header,
  .top-header .top-center-header {
    flex: 0 0 100%;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-header .top-center-header {
    padding-bottom: 0;
  }
}
.bottom-header {
  padding-top: 0;
  padding-bottom: 0;
}
.bottom-header .wp-block-navigation__container > .wp-block-navigation-item > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.bottom-header .wp-block-navigation__container > .wp-block-navigation-item {
  padding: 14.5px 24px;
  position: relative;
}

.wp-block-navigation__responsive-container-open {
  padding: 10px 0;
}
@media (min-width: 600px) {
  .bottom-header
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__submenu-container {
    border: 0;
    background: transparent;
    padding-top: 10px;
    min-width: 245px !important;
  }
  .bottom-header
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__submenu-container
    > li {
    border: 1px solid #000;
    border-bottom-width: 0;
    background: #fff;
    margin: 0;
  }
  .bottom-header
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__submenu-container
    > li:last-child {
    border-bottom-width: 1px;
  }
  .bottom-header
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__submenu-container
    > li
    > * {
    padding: 14px 15px;
    gap: 5px;
  }
  .bottom-header
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__submenu-container
    > li
    > a:after {
    content: "";
    background: url(./assets/images/icon_sub_menu.svg) center no-repeat;
    width: 15px;
  }
  .bottom-header
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__submenu-container
    > li
    > a:hover {
    background: #000;
    color: #fff;
  }
  .bottom-header
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__submenu-container
    > li
    > a
    > span {
    flex: 1 1 auto;
  }
  .bottom-header
    .wp-block-navigation__container
    > .wp-block-navigation-item:after {
    content: "";
    width: 0;
    left: 0;
    right: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    background: var(--primary_color);
    transition: all 0.3s;
  }
  .bottom-header
    .wp-block-navigation__container
    > .wp-block-navigation-item.active:after {
    width: 100%;
  }
  .bottom-header
    .wp-block-navigation__container
    > .wp-block-navigation-item:hover:after {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .bottom-header .wp-block-navigation__container > .wp-block-navigation-item {
    padding-left: var(--gap_lr);
    padding-right: var(--gap_lr);
  }
}
.s-title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--gray);
  padding-left: 45px;
  position: relative;
  margin-bottom: 3px;
}
.s-title:before {
  content: "";
  display: block;
  width: 34px;
  height: 25px;
  background: url("./assets/images/icon_stick.svg") center left / 34px 25px
    no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.s-title.s-stick2:before {
  background-image: url("./assets/images/icon_stick_2.svg");
}
footer .top-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.top-footer > div {
  align-items: flex-start;
  gap: 74px;
}
@media (max-width: 1199px) {
  .top-footer > div {
    gap: 30px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .top-footer > div {
    gap: 30px 15px;
    justify-content: space-between;
  }
  .top-footer > div > * {
    flex: 0 0 calc(50% - 7.5px);
  }
  .top-footer > div > *:first-child {
    flex: 0 0 100%;
  }
}

footer .bottom-footer {
  padding-top: 23px;

  padding-bottom: 23px;
}
.f_buttons {
  max-width: 202px;
  gap: 11px !important;
}
.f_buttons .wp-block-button__link {
  border: none;
}
.wrapper-btn-top {
  position: relative;
}
.backTop a {
  position: absolute;
  right: 0;
  bottom: 38px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  font-size: 0;
  background: url("./assets/images/icon_arrow_up.svg") center no-repeat;
}
@media (max-width: 767px) {
  .backTop a {
    bottom: 3px;
  }
}

.post-style-1 {
  margin-block-start: 27px !important;
}
.post-style-1 .slick-track {
  display: flex;
  gap: 27px;
}
.archive .post-style-1.columns-4 {
  gap: 40px 27px !important;
}
.archive .post-style-1.columns-4 > li {
  width: calc(25% - 27px) !important;
}
@media (max-width: 991px) {
  .archive .post-style-1.columns-4 > li {
    width: calc(33.33333% - 27px) !important;
  }
}
@media (max-width: 767px) {
  .archive .post-style-1.columns-4 {
    gap: 40px 10px !important;
  }
  .archive .post-style-1.columns-4 > li {
    width: calc(33.33333% - 10px) !important;
  }
}
@media (max-width: 599px) {
  .archive .post-style-1.columns-4 > li {
    width: calc(50% - 5px) !important;
  }
}
@media (max-width: 359px) {
  .archive .post-style-1.columns-4 > li {
    width: 100% !important;
  }
}
.post-style-1 .wp-block-post {
  width: 280px;
}
.post-style-1 .wp-block-post .wp-block-post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-block-post[aria-hidden="true"] {
  opacity: 0.3;
}
.post-style-1 .wp-block-post .wp-block-group:first-child {
  position: relative;
  margin-bottom: 24px;
}
.post-style-1 .wp-block-post .wp-block-group:first-child .wp-block-post-terms {
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  padding: 3px 11px;
  border-radius: 3px;
  margin-block-start: 0;
  white-space: nowrap;
}
.post-style-1 .wp-block-post .wp-block-group:last-child .wp-block-post-date {
  margin-block-start: 10px;
}
.post-style-2 .wp-block-post {
  width: 80vw;
  max-width: 960px;
}
.post-style-2 .slick-next:before,
.post-style-2 .slick-prev:before {
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 56px;
  height: 56px;
}
.post-style-2 .slick-next,
.post-style-2 .slick-prev {
  width: 56px;
  height: 56px;
}
.post-style-2 .slick-next {
  right: 23.2%;
}
.post-style-2 .slick-prev {
  left: 23.2%;
}
@media (max-width: 1500px) {
  .post-style-2 .slick-next {
    right: 10%;
  }
  .post-style-2 .slick-prev {
    left: 10%;
  }
}
@media (max-width: 1199px) {
  .post-style-2 .slick-next {
    right: 30px;
  }
  .post-style-2 .slick-prev {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .post-style-2 .slick-next {
    right: 10px;
  }
  .post-style-2 .slick-prev {
    left: 10px;
  }
}
.post-style-2 .wp-block-post {
  position: relative;
}
.post-style-2 .wp-block-post .wp-block-columns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  flex-wrap: nowrap !important;
}
.post-style-2 .wp-block-post[aria-hidden="true"] .wp-block-columns {
  opacity: 0;
}
.post-style-2 .wp-block-post .wp-block-columns .wp-block-column:first-child {
  max-width: 96px;
}
.post-style-2 .wp-block-post .wp-block-columns .wp-block-column:last-child {
  flex-grow: 1;
}
.post-style-2 .wp-block-post .wp-block-post-terms {
  display: inline-flex;
  height: 24px;
  width: 96px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 0 5px;
  margin-bottom: 8px;
}
.post-style-2 .wp-block-post .wp-block-post-terms a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.post-style-2 .wp-block-post .wp-block-post-excerpt__excerpt {
  margin: 5px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .post-style-2 .wp-block-post .wp-block-columns {
    position: static;
  }
  .post-style-2 .wp-block-post {
    width: 100vw;
  }
}
@media (max-width: 599px) {
  .post-style-2 .wp-block-post .wp-block-columns {
    padding: 15px !important;
  }
}
.post-style-3 .wp-block-post {
  margin-block-start: 20px;
}
.post-style-3 .wp-block-post .wp-block-post-date {
  margin-block-start: 10px;
}
.post-style-4 {
  gap: 22px 27px !important;
}
.post-style-4 .wp-block-columns {
  margin-bottom: 0;
  gap: 13px;
}
.post-style-4 .wp-block-post {
  width: calc(50% - 13.5px) !important;
}
.post-style-4 .wp-block-post .wp-block-post-excerpt {
  margin-block-start: 0px;
}
.post-style-4 .wp-block-post .wp-block-post-excerpt__excerpt {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .post-style-4 {
    gap: 22px 10px !important;
  }
  .post-style-4 .wp-block-post {
    width: calc(50% - 5px) !important;
  }
}
.post-style-5 .wp-block-post {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--gray);
}
.post-style-5 .wp-block-post:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.post-style-5 .wp-block-post-title {
  padding-left: 36px;
  background: url("./assets/images/icon_report.svg") center left no-repeat;
  margin: 0;
}
.post-style-5 .wp-block-post-title a {
  text-decoration: underline;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border: none;
}
.gap-40 {
  gap: 40px !important;
}
.btn-view-all {
  margin-block-start: 51px !important;
}
.btn-view-all .wp-block-button__link {
  position: relative;
}
.btn-view-all .wp-block-button__link:after {
  content: "";
  background: url("./assets/images/icon_arrow_right.svg") center right no-repeat;
  position: absolute;
  width: 19px;
  height: 13px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

/* Slick */
.slick-prev,
.slick-next {
  width: 44px;
  height: 44px;
  margin-block-start: 0 !important;
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  background: rgba(0, 0, 0, 0.4) url("./assets/images/icon_arrow_right.svg")
    center no-repeat;
  opacity: 1;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
}
.slick-prev:before {
  background-image: url("./assets/images/icon_arrow_left.svg");
}
.post-style-1 .slick-prev,
.post-style-1 .slick-next {
  top: 53px;
  transform: none;
}
.post-style-1 .slick-prev {
  left: 43px;
}
.post-style-1 .slick-next {
  right: 43px;
}
@media (max-width: 767px) {
  .post-style-1 .slick-prev {
    left: 0px;
  }
  .post-style-1 .slick-next {
    right: 0px;
  }
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -30px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 7px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.slick-dots li button::before {
  width: 10px;
  height: 10px;
  content: "";
  background: var(--gray6);
  border-radius: 100%;
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  background: var(--primary_color);
}
/* Cat post type */
.categories-list {
  margin-block-end: 66px !important;
  margin-block-start: 48px !important;
}
.list-categories-child {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px 17px;
}
.list-categories-child li a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  border: 1px solid var(--primary_color);
  border-radius: 9999px;
  text-decoration: none;
  padding: 17px 15px 17px 20px;
  display: flex;
  align-items: center;
  color: var(--dark2);
  font-family: var(--second_font);
}
.list-categories-child li a span {
  flex: 1 1 auto;
}
.list-categories-child li a svg {
  fill: var(--primary_color);
}
.list-categories-child li.first a,
.list-categories-child li.current-cat a,
.list-categories-child li a:hover {
  color: #fff;
  background: var(--primary_color);
  border-color: var(--primary_color);
}
.list-categories-child li.first a svg,
.list-categories-child li.current-cat a svg,
.list-categories-child li a:hover svg {
  fill: #fff;
}
@media (max-width: 1199px) {
  .list-categories-child {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .list-categories-child {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .list-categories-child {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .list-categories-child li a {
    padding: 14px;
  }
}

/* Pagination */
.wp-site-blocks .wp-block-query-pagination {
  margin-top: 80px;
  font-family: var(--second_font);
}
.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: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
  font-size: 0 !important;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-decoration: none;
  text-align: center;
  margin: 9px 4px 0 4px;
  font-family: var(--second_font);
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
  margin-left: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:before,
.wp-block-query-pagination .wp-block-query-pagination-next:before {
  content: "<";
  font-size: 16px;
  font-family: inherit;
}
.wp-block-query-pagination .wp-block-query-pagination-next:before {
  content: ">";
}
.wp-block-query-pagination-numbers .page-numbers {
  width: 33px;
  height: 33px;
  line-height: 31px;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #dddddd;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: var(--text_color);
  margin-right: 6px;
  margin-top: 9px;
}
.wp-block-query-pagination-numbers .page-numbers:last-child {
  margin-right: 0;
}
.wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination-numbers .page-numbers:hover {
  background: var(--primary_color);
  border-color: var(--primary_color);
  color: #fff;
}
.extra-paginate {
  display: none;
  margin: 9px 15px 0 0 !important;
  font-weight: 500;
  font-size: 16px;
}
.custom-pagination .extra-paginate {
  display: block;
}
@media (max-width: 767px) {
  .extra-paginate {
    order: 0;
    flex-basis: 100%;
    text-align: center;
  }
}
/* single-post-table */
.wp-site-blocks .single-post-table > .wp-block-group {
  display: flex;
  gap: 0 20px;
}
.wp-site-blocks .single-post-table > .wp-block-group > * {
  margin: 0;
  line-height: 20px;
  border-bottom: 2px solid #d1d1d1;
  font-size: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.wp-site-blocks .single-post-table > .wp-block-group > *:first-child {
  border-bottom-color: var(--primary_color);
  min-width: 199px;
  display: flex;
  align-items: center;
}
.wp-site-blocks .single-post-table > .wp-block-group > *:last-child {
  flex: 1 1 auto;
  white-space: pre-wrap;
}
.wp-site-blocks .single-post-table > .wp-block-group a {
  text-decoration: none;
}
@media (max-width: 639px) {
  .wp-site-blocks .single-post-table > .wp-block-group {
    flex-wrap: wrap;
  }
  .wp-site-blocks .single-post-table > .wp-block-group > * {
    min-width: auto !important;
    flex: 0 0 100%;
  }
}
/* single post content*/
.single .wp-block-post-content {
  font-size: 15px;
  line-height: 1.3333;
}
.single .wp-block-post-content > * {
  max-width: 100% !important;
  color: inherit;
}
.single .wp-block-post-content h1,
.single .wp-block-post-content h2,
.single .wp-block-post-content h3,
.single .wp-block-post-content h4,
.single .wp-block-post-content h5,
.single .wp-block-post-content h6 {
  font-weight: normal;
  margin-bottom: 37px;
}
.single .wp-block-post-content h2 {
  font-size: 22px;
  line-height: 1.3636;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--primary);
}
.single .wp-block-post-content h3 {
  border-bottom: 1px solid var(--primary);
  padding-bottom: 17px;
}
.single .wp-block-post-content h4,
.single .wp-block-post-content h3 {
  font-size: 18px;
  line-height: 1.3333;
}
.single .wp-block-post-content h5 {
  font-size: 15px;
  line-height: 1.3333;
}
.single .wp-block-post-content .wp-block-image {
  margin-bottom: 37px;
}
.single .wp-block-post-content ul {
  color: var(--text_color);
}
.single .wp-block-post-content ul li {
  padding-left: 8px;
}
.single .wp-block-post-content ul li::marker {
  content: url("./assets/images/icon_checked.svg");
}
.social-term {
  margin-top: 25px !important;
}
.social-term .socials-list {
  margin-bottom: 107px;
}
.social-term .post-navigation {
  font-size: 15px;
  line-height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-term .post-navigation > * {
  margin-top: 0 !important;
  text-align: center;
}
.social-term .post-navigation a {
  text-decoration: none;
  display: block;
}
.social-term .post-navigation-link-previous a {
  border-right: 1px solid;
  padding-right: 25px;
  margin-right: 25px;
  padding-left: 50px;
  background: url("./assets/images/icon_chevron_left_circle.svg") no-repeat
    center left;
}
.social-term .post-navigation-link-next a {
  border-left: 1px solid;
  padding-left: 25px;
  margin-left: 25px;
  padding-right: 50px;
  background: url("./assets/images/icon_chevron_right_circle.svg") no-repeat
    center right;
}
@media (max-width: 480px) {
  .social-term .post-navigation {
    font-size: 13px;
  }
  .social-term .post-navigation-link-previous a {
    padding-left: 30px;
    padding-right: 10px;
    margin-right: 10px;
  }
  .social-term .post-navigation-link-next a {
    padding-right: 30px;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.block-service {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px 20px !important;
}
.service-item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  gap: 10px !important;
}
.service-item .wp-block-buttons {
  width: 100%;
}
.service-item .btn-view-all {
  margin-block-start: 0 !important;
  width: 100%;
  text-align: center;
}
.service-item .btn-view-all .wp-block-button__link {
  width: 180px;
  max-width: 100%;
}
.service-item .btn-view-all .wp-block-button__link:after {
  background-size: 14px 10px;
  right: 18px;
}
.service-text {
  min-height: 43px;
  gap: 0 !important;
  margin-top: 5px !important;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .block-service {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .block-service {
    gap: 30px 10px !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .service-text h3 {
    font-size: 1.2em !important;
  }
}
@media (max-width: 479px) {
  .service-item .btn-view-all .wp-block-button__link {
    width: 100%;
  }
}
/* About */
.about-top {
  margin-bottom: 100px !important;
  margin-top: 60px !important;
}
.about-row {
  gap: 36px !important;
  align-items: flex-start !important;
  margin-bottom: 165px !important;
}
.about-row:last-child {
  margin-bottom: 50px !important;
}
.about-row .wp-block-image {
  flex: 0 0 41.667%;
}
.about-row .about-text {
  flex-grow: 1;
  position: relative;
}
.about-row .about-label {
  position: absolute;
  top: 0;
  right: 0;
  font-family: var(--second_font);
  margin-top: -92px;
}
.about-row.r-reverse .about-label {
  left: 0;
  right: auto;
}
.about-row .about-heading {
  margin-block-start: 0 !important;
}
.about-row p:not(.about-label) {
  margin-block-start: 35px !important;
}
@media (max-width: 599px) {
  .about-row {
    flex-wrap: wrap !important;
  }
  .about-row .wp-block-image {
    flex: 0 0 100%;
    order: 2;
  }
  .about-row .wp-block-image img {
    width: 100%;
  }
  .about-row .about-text {
    order: 1;
  }
}
.breadcrumbs {
  font-size: 11px;
  font-weight: 500;
  padding: 40px 0 44px;
}
