.wp-block-buttons .wp-block-button .wp-block-button__link {
  cursor: pointer !important;
  font-style: normal !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;
  padding: 12px 20px !important;
  display: block !important;
  letter-spacing: 3.22px !important;
  border: 1px solid var(--wp--preset--color--primary) !important;
  background: var(--wp--preset--color--primary) !important;
  color: white !important;
  border-radius: 20px !important;
  font-feature-settings: "ss04" !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: unset !important;
  color: var(--wp--preset--color--primary) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background: unset !important;
  color: var(--wp--preset--color--primary) !important;
  border: 1px solid var(--wp--preset--color--primary) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: white !important;
  background: var(--wp--preset--color--primary) !important;
}
.wp-block-buttons .wp-block-button.is-style-fill-light .wp-block-button__link {
  border: 1px solid white !important;
  background: white !important;
  color: var(--wp--preset--color--black) !important;
}
.wp-block-buttons .wp-block-button.is-style-fill-light .wp-block-button__link:hover {
  border: 1px solid var(--wp--preset--color--white) !important;
  background: var(--wp--preset--color--black) !important;
  color: white !important;
}
.wp-block-buttons .wp-block-button.is-style-outline-light .wp-block-button__link {
  background: unset !important;
  color: white !important;
  border: 1px solid white !important;
}
.wp-block-buttons .wp-block-button.is-style-outline-light .wp-block-button__link:hover {
  background: white !important;
  color: var(--wp--preset--color--black) !important;
}
.wp-block-buttons .wp-block-button.is-style-main--outline .wp-block-button__link {
  background: transparent !important;
  color: var(--wp--preset--color--primary) !important;
  border: 2px solid var(--wp--preset--color--primary) !important;
  text-transform: none !important;
  font-size: var(--wp--preset--font-size--s) !important;
  border-radius: var(--wp--custom--radius--full) !important;
  letter-spacing: unset !important;
}
.wp-block-buttons .wp-block-button.is-style-main--outline .wp-block-button__link:hover {
  background: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-buttons .wp-block-button.is-style-main--outline--ic {
  position: relative;
}
.wp-block-buttons .wp-block-button.is-style-main--outline--ic::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../../images/vendors/gutenberg/ic_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 24px;
}
.wp-block-buttons .wp-block-button.is-style-main--outline--ic:hover::before {
  background-image: url(../../../images/vendors/gutenberg/ic_arrow_white.svg);
}
.wp-block-buttons .wp-block-button.is-style-main--outline--ic:hover .wp-block-button__link {
  background: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-buttons .wp-block-button.is-style-main--outline--ic .wp-block-button__link {
  padding-inline: 38px 54px !important;
  background: transparent !important;
  color: var(--wp--preset--color--primary) !important;
  border: 1px solid var(--wp--preset--color--primary) !important;
  text-transform: none !important;
  font-size: var(--wp--preset--font-size--s) !important;
  border-radius: var(--wp--custom--radius--full) !important;
  letter-spacing: unset !important;
}
.wp-block-buttons .wp-block-button.is-style-snd--outline .wp-block-button__link {
  background: transparent !important;
  color: var(--wp--preset--color--primary) !important;
  border: 1px solid var(--wp--preset--color--primary) !important;
  text-transform: none !important;
  font-size: var(--wp--preset--font-size--s) !important;
  border-radius: 0 !important;
  letter-spacing: unset !important;
}
.wp-block-buttons .wp-block-button.is-style-snd--outline .wp-block-button__link:hover {
  background: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--white) !important;
}

.wp-block-columns {
  position: relative;
  align-items: stretch;
}
.wp-block-columns .wp-block-column {
  z-index: 1;
}
.wp-block-columns .wp-block-column figure.wp-block-image:not(.btn-link) > img, .wp-block-columns .wp-block-column figure.wp-block-image:not(.btn-link) a > img {
  width: 100%;
}
.wp-block-columns .wp-block-column p > a {
  text-decoration: none;
  color: var(--wp--preset--color--default);
}
.wp-block-columns .wp-block-column p > a:hover, .wp-block-columns .wp-block-column p > a:active, .wp-block-columns .wp-block-column p > a:focus {
  color: var(--wp--preset--color--primary);
}
.wp-block-columns.wk-uniform-children > .wp-block-column {
  min-height: 100%;
  max-height: 100%;
}
.wp-block-columns.wk-uniform-children > .wp-block-column .wp-block-media-text {
  height: 100%;
}
.wp-block-columns.wk-uniform-children > .wp-block-column .wp-block-columns {
  height: 100%;
}
.wp-block-columns.is-style-deco::before {
  content: "";
  position: absolute;
  background-color: var(--wp--preset--color--black);
  width: 100vw;
  height: 100%;
  left: calc(50% - 50vw);
  right: 0;
  top: 0;
}

.wp-block-cover {
  position: relative;
}
.wp-block-cover img {
  height: 100%;
  object-fit: cover;
}
.wp-block-cover.is-style-hover .wp-block-cover__inner-container {
  opacity: 0;
  transition: 0.3s all;
}
.wp-block-cover.is-style-hover .wp-block-cover__background {
  visibility: hidden;
  transition: 0.3s all;
}
.wp-block-cover.is-style-hover:hover .wp-block-cover__background {
  visibility: visible;
}
.wp-block-cover.is-style-hover:hover .wp-block-cover__inner-container {
  opacity: 1;
}
.wp-block-cover.is-style-filter .wp-block-cover__inner-container {
  position: initial;
}
.wp-block-cover.is-style-filter .wp-block-cover__inner-container .wp-block-image {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.wp-block-cover.is-style-default .wp-block-cover__inner-container {
  position: initial;
}
.wp-block-cover.is-style-default .wp-block-cover__inner-container p {
  position: absolute;
  top: 15px;
  left: 16px;
  z-index: 1;
}

.wp-block-details {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 30px;
}
.wp-block-details summary {
  position: relative;
  background-color: var(--wp--preset--color--base);
}
.wp-block-details summary::marker {
  content: "" !important;
}
.wp-block-details summary::after {
  border: solid var(--wp--preset--color--primary);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}
.wp-block-details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.wp-block:has(.wp-block-details).has-background {
  background-color: unset !important;
}
.wp-block:has(.wp-block-details).has-primary-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--primary) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-secondary-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--secondary) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-accent-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--accent) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-default-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--default) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-base-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--base) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-black-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--black) 70%, transparent 70%) !important;
}

.wp-block-starter-form .d-none {
  display: none;
}
.wp-block-starter-form .wp-block-button__link {
  width: fit-content;
  margin: auto;
  display: block;
}

.is-style-quote--graphic {
  position: relative;
}
.is-style-quote--graphic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../../images/vendors/gutenberg/quotes.svg");
  background-repeat: no-repeat;
  background-size: 150px 106px;
  width: 220px;
  height: 100%;
  border-right: 2px solid var(--wp--preset--color--primary);
}

.wp-block-separator:not(.alignfull, .aligncenter).alignleft {
  float: unset;
  margin-left: 0;
}
.wp-block-separator:not(.alignfull, .aligncenter).alignright {
  float: unset;
  margin-right: 0;
}
.wp-block-separator:not(.alignfull, .aligncenter).is-style-default {
  width: 100%;
}
.wp-block-separator:not(.alignfull, .aligncenter):not(.has-background) {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}

.wp-block-tag-cloud {
  background: transparent !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: var(--wp--preset--spacing--xs) !important;
}
.wp-block-tag-cloud.is-style-white .tag-cloud-link {
  text-decoration: none !important;
  font-size: var(--wp--preset--font-size--legend) !important;
  font-weight: var(--wp--preset--font-weight--regular) !important;
  text-transform: none !important;
  color: var(--wp--preset--color--primary) !important;
  background: var(--wp--preset--color--white) !important;
  padding: 8px 16px 9px 16px !important;
  border-radius: var(--wp--custom--radius--l) !important;
}
.wp-block-tag-cloud.is-style-white .tag-cloud-link:hover, .wp-block-tag-cloud.is-style-white .tag-cloud-link:focus, .wp-block-tag-cloud.is-style-white .tag-cloud-link:active {
  color: var(--wp--preset--color--white) !important;
  background: var(--wp--preset--color--primary) !important;
}

.wp-block-starter-latest-posts.is-grid .wp-block-starter-latest-posts__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-starter-latest-posts.is-grid.columns-2 .wp-block-starter-latest-posts__post {
  width: calc(100% / 2 - 1.25em + 1.25em / 2);
}
.wp-block-starter-latest-posts.is-grid.columns-3 .wp-block-starter-latest-posts__post {
  width: calc(100% / 3 - 1.25em + 1.25em / 3);
}
.wp-block-starter-latest-posts.is-grid.columns-4 .wp-block-starter-latest-posts__post {
  width: calc(100% / 4 - 1.25em + 1.25em / 4);
}
.wp-block-starter-latest-posts.is-grid.columns-5 .wp-block-starter-latest-posts__post {
  width: calc(100% / 5 - 1.25em + 1.25em / 5);
}
.wp-block-starter-latest-posts.is-grid.columns-6 .wp-block-starter-latest-posts__post {
  width: calc(100% / 6 - 1.25em + 1.25em / 6);
}
.wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list {
  position: relative;
}
.wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper {
  position: unset;
  padding: 15px 5px;
  padding-bottom: 40px;
  width: 100%;
}
.wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-wrapper {
  height: unset;
}
.wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-slide {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  background: white;
  height: auto;
  min-height: 250px;
  overflow: hidden;
  margin: 0;
  max-width: unset !important;
}
.wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-button-next, .wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-button-prev {
  display: none;
  width: 45px;
  height: 20px;
  top: calc(100% + 50px);
}
@media (min-width: 576px) {
  .wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-button-next, .wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-button-prev {
    top: 50%;
  }
}
@media (min-width: 1440px) {
  .wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-button-next, .wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-button-prev {
    display: flex !important;
  }
}
.wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-button-next::after, .wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
}
.wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-button-next {
  right: unset;
  left: calc(50% + 10px);
}
@media (min-width: 576px) {
  .wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-button-next {
    left: unset;
    right: -65px;
  }
}
.wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-button-next::after {
  background: url("img/arrow_right.svg") no-repeat;
  background-size: contain;
  margin-left: 4px;
}
.wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-button-prev {
  left: unset;
  right: calc(50% + 10px);
}
@media (min-width: 576px) {
  .wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-button-prev {
    right: unset;
    left: -65px;
  }
}
.wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-button-prev::after {
  background: url("img/arrow_left.svg") no-repeat;
  background-size: contain;
  margin-right: 4px;
}
@media (min-width: 1440px) {
  .wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-pagination {
    display: none;
  }
}
.wp-block-starter-latest-posts.is-slider .wp-block-starter-latest-posts__list .swiper .swiper-pagination span {
  background: black !important;
}
.wp-block-starter-latest-posts__post {
  margin: 0 1.25em 1.25em 0;
  clear: both;
  overflow-wrap: break-word;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.wp-block-starter-latest-posts__post-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 16px;
  height: calc(100% - 40px);
}
.wp-block-starter-latest-posts__post__featured-image {
  max-height: 252px;
}
.wp-block-starter-latest-posts__post__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-starter-latest-posts__post__featured-image ~ .wp-block-starter-latest-posts__post-content {
  height: auto;
}
.wp-block-starter-latest-posts__post-separator {
  height: 5px;
  background-color: var(--wp--preset--color--accent);
  width: 80px;
  opacity: 1;
  display: block;
  border: 0;
  margin-inline: auto;
  margin-block: 0;
  padding: 0;
  flex-shrink: 0;
}
.wp-block-starter-latest-posts__post-title {
  text-decoration: none;
  display: flex;
  text-align: center;
  color: var(--wp--preset--color--primary);
  font-size: clamp(1.25rem, 1.074rem + 0.751vw, 1.75rem);
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 800;
}
.wp-block-starter-latest-posts__post-excerpt {
  margin-top: auto;
  text-align: center;
}
.wp-block-starter-latest-posts__post-link {
  display: inline-flex;
  padding: 13px 20px 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.92px;
  transition: transform 0.3s;
  background-color: white;
  margin-top: auto;
  color: var(--wp--preset--color--primary);
}
.wp-block-starter-latest-posts__post-link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../../../images/arrow_main.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.wp-block-starter-latest-posts__post-link:hover::after, .wp-block-starter-latest-posts__post-link:active::after, .wp-block-starter-latest-posts__post-link:focus::after {
  transform: translateX(5px);
  transition: 0.3s;
  text-decoration: none;
}
.wp-block-starter-latest-posts__post:hover {
  cursor: pointer;
}
.wp-block-starter-latest-posts__post:hover-image img {
  transform: scale(1.02);
}
.wp-block-starter-latest-posts__post:hover-title {
  text-decoration: none;
}
.wp-block-starter-latest-posts__post:hover-link {
  transform: scale(1.02);
}
.wp-block-starter-latest-posts__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  position: relative;
  padding: 0;
}
.wp-block-starter-latest-posts__filters__filter {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 40px;
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--legend);
  background: unset;
}
.wp-block-starter-latest-posts__filters__filter:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  cursor: pointer;
}
.wp-block-starter-latest-posts__filters__filter--active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.wp-block-starter-latest-posts__loadmore {
  width: 100% !important;
  background: unset;
  box-shadow: unset !important;
  display: flex;
  justify-content: center;
}
.wp-block-starter-latest-posts__loadmore a.wp-block-button__link, .wp-block-starter-latest-posts__loadmore button {
  margin: auto;
  cursor: pointer;
  width: max-content;
  color: var(--wp--preset--color--white);
  border: solid 1px var(--wp--preset--color--primary);
  padding: 12px 15px;
  border-radius: 24px;
  transition: 0.3s;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0;
}
.wp-block-starter-latest-posts__loadmore a.wp-block-button__link:hover, .wp-block-starter-latest-posts__loadmore a.wp-block-button__link:active, .wp-block-starter-latest-posts__loadmore a.wp-block-button__link:focus, .wp-block-starter-latest-posts__loadmore button:hover, .wp-block-starter-latest-posts__loadmore button:active, .wp-block-starter-latest-posts__loadmore button:focus {
  color: var(--wp--preset--color--primary);
  background: transparent;
  border: solid 1px var(--wp--preset--color--primary);
}
.wp-block-starter-latest-posts__paginate {
  display: flex !important;
  width: 100% !important;
  background: unset;
  box-shadow: unset;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}
.wp-block-starter-latest-posts__paginate a {
  color: black;
  text-decoration: none;
}
.wp-block-starter-latest-posts__paginate a span {
  color: black;
  font-weight: bold;
}

.wp-block-embed.is-type-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  max-width: 100%;
}

.wp-block-media-text {
  display: grid;
}
.wp-block-media-text.is-style-post {
  border: 2px solid var(--wp--preset--color--primary);
}
.wp-block-media-text.is-style-post .wp-block-media-text__media a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-style-post .wp-block-media-text__media a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wp-block-media-text .wp-block-media-text__media {
  margin: 0;
}

/***** PERMET DE GERER LES HOVERS EN FONCTION DE LA CATEGORIE DE LA PAGE *****/
.page-category-one:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column > * {
  margin-block-start: 0 !important;
}
.page-category-one:not(.page-template-template-subcategory) .wp-block-media-text > .wp-block-media-text__content {
  padding: 0 2% !important;
}
.page-category-one:not(.page-template-template-subcategory) .wp-block-media-text {
  position: relative;
}
.page-category-one:not(.page-template-template-subcategory) .wp-block-media-text:hover .wp-block-media-text__media::before {
  display: none;
}
.page-category-one:not(.page-template-template-subcategory) .wp-block-media-text:hover .wp-block-media-text__content .btn-link img {
  background-color: var(--wp--preset--color--blue);
  border-radius: 999px;
}
.page-category-one:not(.page-template-template-subcategory) .wp-block-media-text__media, .page-category-one:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column .wp-block-image:not(.btn-link) {
  position: relative;
}
.page-category-one:not(.page-template-template-subcategory) .wp-block-media-text__media::before, .page-category-one:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column .wp-block-image:not(.btn-link)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: multiply;
  z-index: 1;
  background-color: var(--wp--preset--color--blue);
}
.page-category-one:not(.page-template-template-subcategory) .wp-block-buttons .is-style-main--outline--ic:hover::before {
  background-image: url(../../../images/vendors/gutenberg/ic_arrow.svg) !important;
}
.page-category-one:not(.page-template-template-subcategory) .wp-block-buttons .is-style-main--outline--ic:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--blue) !important;
  color: var(--wp--preset--color--primary) !important;
}
.page-category-one:not(.page-template-template-subcategory) .wp-block-media-text.has-primary-border-color {
  position: relative;
}
.page-category-one:not(.page-template-template-subcategory) .wp-block-media-text.has-primary-border-color::before {
  content: "";
  position: absolute;
  background-image: url("../../../images/vendors/gutenberg/loop_category_1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 57px;
  height: 57px;
  top: 21px;
  right: 22px;
}
.page-category-one:not(.page-template-template-subcategory) .wp-block-media-text.has-primary-border-color .wp-block-media-text__media::before {
  border-radius: 20px 0px 0px 20px;
}
.page-category-one:not(.page-template-template-subcategory) .wp-block-media-text.has-primary-border-color .wp-block-media-text__media img {
  border-radius: 20px 0px 0px 20px;
}
.page-category-one:not(.page-template-template-subcategory) .wp-block-media-text__content .btn-link img {
  background-color: transparent;
}

.page-category-two:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column > * {
  margin-block-start: 0 !important;
}
.page-category-two:not(.page-template-template-subcategory) .wp-block-media-text > .wp-block-media-text__content {
  padding: 0 2% !important;
}
.page-category-two:not(.page-template-template-subcategory) .wp-block-media-text, .page-category-two:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column {
  position: relative;
}
.page-category-two:not(.page-template-template-subcategory) .wp-block-media-text:hover .wp-block-media-text__media::before, .page-category-two:not(.page-template-template-subcategory) .wp-block-media-text:hover .wp-block-image:not(.btn-link)::before, .page-category-two:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column:hover .wp-block-media-text__media::before, .page-category-two:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column:hover .wp-block-image:not(.btn-link)::before {
  display: none;
}
.page-category-two:not(.page-template-template-subcategory) .wp-block-media-text:hover .wp-block-media-text__content .btn-link img, .page-category-two:not(.page-template-template-subcategory) .wp-block-media-text:hover .btn-link img, .page-category-two:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column:hover .wp-block-media-text__content .btn-link img, .page-category-two:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column:hover .btn-link img {
  background-color: var(--wp--preset--color--pink);
  border-radius: 999px;
}
.page-category-two:not(.page-template-template-subcategory) .wp-block-media-text.has-primary-border-color {
  position: relative;
}
.page-category-two:not(.page-template-template-subcategory) .wp-block-media-text.has-primary-border-color::before {
  content: "";
  position: absolute;
  background-image: url("../../../images/vendors/gutenberg/loop_category_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 57px;
  height: 57px;
  top: 21px;
  right: 22px;
}
.page-category-two:not(.page-template-template-subcategory) .wp-block-media-text.has-primary-border-color .wp-block-media-text__media::before {
  border-radius: 20px 0px 0px 20px;
}
.page-category-two:not(.page-template-template-subcategory) .wp-block-media-text.has-primary-border-color .wp-block-media-text__media img {
  border-radius: 20px 0px 0px 20px;
}
.page-category-two:not(.page-template-template-subcategory) .wp-block-media-text__media, .page-category-two:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column .wp-block-image:not(.btn-link) {
  position: relative;
}
.page-category-two:not(.page-template-template-subcategory) .wp-block-media-text__media::before, .page-category-two:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column .wp-block-image:not(.btn-link)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: multiply;
  z-index: 1;
  background-color: var(--wp--preset--color--pink);
}
.page-category-two:not(.page-template-template-subcategory) .wp-block-buttons .is-style-main--outline--ic:hover::before {
  background-image: url(../../../images/vendors/gutenberg/ic_arrow.svg) !important;
}
.page-category-two:not(.page-template-template-subcategory) .wp-block-buttons .is-style-main--outline--ic:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--pink) !important;
  color: var(--wp--preset--color--primary) !important;
}
.page-category-two:not(.page-template-template-subcategory) .wp-block-media-text__content .btn-link img {
  background-color: transparent;
}

.page-category-three:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column > * {
  margin-block-start: 0 !important;
}
.page-category-three:not(.page-template-template-subcategory) .wp-block-media-text > .wp-block-media-text__content {
  padding: 0 2% !important;
}
.page-category-three:not(.page-template-template-subcategory) .wp-block-media-text, .page-category-three:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column {
  position: relative;
}
.page-category-three:not(.page-template-template-subcategory) .wp-block-media-text:hover .wp-block-media-text__media::before, .page-category-three:not(.page-template-template-subcategory) .wp-block-media-text:hover .wp-block-image:not(.btn-link)::before, .page-category-three:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column:hover .wp-block-media-text__media::before, .page-category-three:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column:hover .wp-block-image:not(.btn-link)::before {
  display: none;
}
.page-category-three:not(.page-template-template-subcategory) .wp-block-media-text:hover .wp-block-media-text__content .btn-link img, .page-category-three:not(.page-template-template-subcategory) .wp-block-media-text:hover .btn-link img, .page-category-three:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column:hover .wp-block-media-text__content .btn-link img, .page-category-three:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column:hover .btn-link img {
  background-color: var(--wp--preset--color--beige);
  border-radius: 999px;
}
.page-category-three:not(.page-template-template-subcategory) .wp-block-media-text.has-primary-border-color {
  position: relative;
}
.page-category-three:not(.page-template-template-subcategory) .wp-block-media-text.has-primary-border-color::before {
  content: "";
  position: absolute;
  background-image: url("../../../images/vendors/gutenberg/loop_category_3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 57px;
  height: 57px;
  top: 21px;
  right: 22px;
}
.page-category-three:not(.page-template-template-subcategory) .wp-block-media-text.has-primary-border-color .wp-block-media-text__media::before {
  border-radius: 20px 0px 0px 20px;
}
.page-category-three:not(.page-template-template-subcategory) .wp-block-media-text.has-primary-border-color .wp-block-media-text__media img {
  border-radius: 20px 0px 0px 20px;
}
.page-category-three:not(.page-template-template-subcategory) .wp-block-media-text__media, .page-category-three:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column .wp-block-image:not(.btn-link) {
  position: relative;
}
.page-category-three:not(.page-template-template-subcategory) .wp-block-media-text__media::before, .page-category-three:not(.page-template-template-subcategory) .wp-block-columns .wp-block-column .wp-block-image:not(.btn-link)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: multiply;
  z-index: 1;
  background-color: var(--wp--preset--color--beige);
}
.page-category-three:not(.page-template-template-subcategory) .wp-block-buttons .is-style-main--outline--ic:hover::before {
  background-image: url(../../../images/vendors/gutenberg/ic_arrow.svg) !important;
}
.page-category-three:not(.page-template-template-subcategory) .wp-block-buttons .is-style-main--outline--ic:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--beige) !important;
  color: var(--wp--preset--color--primary) !important;
}
.page-category-three:not(.page-template-template-subcategory) .wp-block-media-text__content .btn-link img {
  background-color: transparent;
}

main > *:not(.alignleft, .alignright, .alignfull) {
  margin-left: auto;
  margin-right: auto;
}
main > *:not(.alignwide, .alignfull) {
  max-width: 840px;
}
main > *.alignwide {
  max-width: 1640px;
}
main > *.alignfull {
  max-width: none;
}

.block-editor-writing-flow {
  background-color: var(--wp--preset--color--secondary);
}

.wp-block-separator {
  opacity: 1;
}

.color-tenk-category {
  display: none;
}

/*# sourceMappingURL=gutenberg.css.map */
