/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/views/general/general.scss ***!
  \*****************************************************************************************************************************************************/

/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/im-components/hero-slider/hero-slider.scss ***!
  \*********************************************************************************************************************************************************************/
.im-hero-slider {
  overflow: hidden;
}
.im-hero-slider .swiper {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
.im-hero-slider .hero-slide {
  position: relative;
  height: auto;
}
.im-hero-slider .hero-slide__container {
  padding-top: var(--header-height);
  width: 100%;
  height: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.im-hero-slider .hero-slide__text-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding-top: clamp(16px, 12px + 1.25vw, 30px);
  padding-bottom: clamp(24px, 13.714px + 3.214vw, 60px);
}
.im-hero-slider .hero-slide__over-head {
  color: #ffffff;
}
.im-hero-slider .hero-slide__title {
  width: 100%;
  max-width: 45rem;
}
.im-hero-slider .hero-slide__description {
  max-width: 960px;
  margin-top: clamp(0.5rem, 0.357rem + 0.714vw, 1rem);
}
.im-hero-slider .hero-slide__cta-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
  gap: clamp(8px, 5.714px + 0.714vw, 16px);
}
.im-hero-slider .hero-slide__cta-wrap .modal-button {
  display: inline-flex;
  align-items: center;
}
.im-hero-slider .hero-slide__media-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.im-hero-slider .hero-slide__media-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
}
.im-hero-slider .hero-slide__media-wrap picture {
  width: 100%;
  height: 100%;
}
.im-hero-slider .hero-slide__media-wrap picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.im-hero-slider .hero-slide__media-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.im-hero-slider .swiper-pagination.swiper-pagination-bullets {
  z-index: 3;
  bottom: 15px;
}
.im-hero-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.5;
}
.im-hero-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1024px) {
  .im-hero-slider .swiper-button-prev,
  .im-hero-slider .swiper-button-next {
    display: none;
  }
}
@media (min-width: 1025px) {
  .im-hero-slider .swiper-button-prev,
  .im-hero-slider .swiper-button-next {
    width: 33px;
    height: 33px;
    z-index: 3;
    border: 1px solid #ffffff;
    border-radius: 50%;
    top: 57%;
  }
  .im-hero-slider .swiper-button-prev svg,
  .im-hero-slider .swiper-button-next svg {
    display: block;
    fill: #ffffff;
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1025px) {
  .im-hero-slider .swiper-button-prev {
    left: 16px;
  }
}
@media (min-width: 1025px) {
  .im-hero-slider .swiper-button-next {
    right: 16px;
  }
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/im-components/hero-slider-2/hero-slider-2.scss ***!
  \*************************************************************************************************************************************************************************/
.im-hero-slider.style-2 {
  overflow: hidden;
  background-color: #2c2c2c;
}
.im-hero-slider.style-2 .swiper {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
.im-hero-slider.style-2 .hero-slide {
  position: relative;
  height: auto;
}
@media (min-width: 1025px) {
  .im-hero-slider.style-2 .hero-slide:not(:only-child) .hero-slide__main-text {
    padding-bottom: 100px;
  }
}
.im-hero-slider.style-2 .hero-slide__container {
  padding-top: var(--header-height);
  width: 100%;
  height: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.im-hero-slider.style-2 .hero-slide__text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding-bottom: clamp(24px, 13.714px + 3.214vw, 60px);
}
.im-hero-slider.style-2 .hero-slide__main-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.im-hero-slider.style-2 .hero-slide__over-head {
  color: #ffffff;
}
.im-hero-slider.style-2 .hero-slide__title {
  width: 100%;
  max-width: 45rem;
}
.im-hero-slider.style-2 .hero-slide__description {
  max-width: 45rem;
  margin-top: 0.5rem;
}
.im-hero-slider.style-2 .hero-slide__cta-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
  gap: clamp(8px, 5.714px + 0.714vw, 16px);
}
.im-hero-slider.style-2 .hero-slide__cta-wrap .modal-button {
  display: inline-flex;
  align-items: center;
}
.im-hero-slider.style-2 .hero-slide .modal-button {
  position: absolute;
  right: 0;
  bottom: clamp(24px, 13.714px + 3.214vw, 60px);
  display: block;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 300;
  background-color: transparent;
}
.im-hero-slider.style-2 .hero-slide .modal-button .svg-text-badge {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.im-hero-slider.style-2 .hero-slide .modal-button .svg-text-badge svg:first-child {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  animation: rotating 10s linear infinite;
  z-index: 1;
}
.im-hero-slider.style-2 .hero-slide .modal-button .svg-text-badge svg:first-child text {
  fill: #e8f9f9;
  font-size: 50px;
  letter-spacing: 10px;
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.im-hero-slider.style-2 .hero-slide .modal-button .svg-text-badge svg:last-child {
  position: absolute;
  top: 50%;
  bottom: initial;
  left: 50%;
  right: initial;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
.im-hero-slider.style-2 .hero-slide__media-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.im-hero-slider.style-2 .hero-slide__media-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.im-hero-slider.style-2 .hero-slide__media-wrap picture {
  width: 100%;
  height: 100%;
}
.im-hero-slider.style-2 .hero-slide__media-wrap picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.im-hero-slider.style-2 .hero-slide__media-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.im-hero-slider.style-2 .swiper-pagination.swiper-pagination-bullets {
  z-index: 1;
  bottom: 15px;
}
.im-hero-slider.style-2 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.5;
}
.im-hero-slider.style-2 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1024px) {
  .im-hero-slider.style-2 .swiper-button-prev,
  .im-hero-slider.style-2 .swiper-button-next {
    display: none;
  }
}
@media (min-width: 1025px) {
  .im-hero-slider.style-2 .swiper-button-prev,
  .im-hero-slider.style-2 .swiper-button-next {
    width: 33px;
    height: 33px;
    z-index: 1;
    border: 1px solid #ffffff;
    border-radius: 50%;
    top: auto;
    bottom: calc(clamp(24px, 13.714px + 3.214vw, 60px) + 18px);
  }
  .im-hero-slider.style-2 .swiper-button-prev svg,
  .im-hero-slider.style-2 .swiper-button-next svg {
    display: block;
    fill: #ffffff;
    width: 14px;
    height: 14px;
  }
}
.im-hero-slider.style-2 .im-hero-slider__arrows-wrap {
  position: absolute;
  top: initial;
  bottom: initial;
  left: 50%;
  right: initial;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  bottom: 0;
  width: 100%;
  max-width: 120rem;
  margin: 0px auto;
}
@media (min-width: 1025px) {
  .im-hero-slider.style-2 .swiper-button-prev {
    pointer-events: all;
    left: clamp(24px, 8px + 5vw, 80px);
    right: auto;
  }
}
@media (min-width: 1025px) {
  .im-hero-slider.style-2 .swiper-button-next {
    pointer-events: all;
    left: calc(clamp(24px, 8px + 5vw, 80px) + 50px);
  }
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/im-components/hero-image/hero-image.scss ***!
  \*******************************************************************************************************************************************************************/
body.single-post .im-hero-image {
  margin-bottom: clamp(56px, 43.429px + 3.929vw, 100px);
}
body.single-post .im-hero-image__title {
  max-width: 100%;
}

.im-hero-image {
  background-color: #2c2c2c;
}
.im-hero-image__container {
  overflow: hidden;
  position: relative;
}
.im-hero-image__media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.im-hero-image__media::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.im-hero-image__media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.im-hero-image__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.im-hero-image__content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-top: clamp(2rem, 1.143rem + 4.286vw, 5rem);
}
@media (max-width: 767px) {
  .im-hero-image__content {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .im-hero-image__content {
    min-height: 430px;
  }
}
.im-hero-image__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-top: 6.25rem;
  padding-bottom: clamp(2rem, 1.143rem + 4.286vw, 5rem);
}
.im-hero-image__title {
  max-width: 48.125rem;
}
.im-hero-image__info {
  margin-top: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
}
@media (min-width: 768px) {
  .im-hero-image__info {
    max-width: 770px;
  }
}
.im-hero-image .breadcrumb {
  color: #ffffff;
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/im-components/accordion/accordion.scss ***!
  \*****************************************************************************************************************************************************************/
.im-accordion__toggle {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
.im-accordion__toggle.open .im-accordion__icon {
  transform: rotate(180deg);
}
.im-accordion__icon {
  position: relative;
  transform: none;
  border: 1px solid #2c2c2c;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
  margin-left: 8px;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.im-accordion__icon svg {
  display: block;
  fill: currentColor;
  width: 12px;
  height: 12px;
}
.im-accordion__content {
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.im-accordion__content:not(.open) {
  height: 0px;
}
.im-accordion__content > [data-wrapper-height] {
  padding-top: 10px;
  padding-bottom: 10px;
  transform: translateY(30px);
  transition-duration: 0.75s;
  opacity: 0;
}
.im-accordion__content > [data-wrapper-height] ul {
  list-style-type: disc;
  padding: 0.625rem 0 0 2.5rem;
}
.im-accordion__content > [data-wrapper-height] ul:first-child {
  padding-top: 0;
}
.im-accordion__content > [data-wrapper-height] ul li {
  padding: 0;
}
.im-accordion__content > [data-wrapper-height] ul li:not(:last-child) {
  padding-bottom: 0.625rem;
}
.im-accordion__content > [data-wrapper-height] ul:not(:last-child) {
  padding-bottom: 0.625rem;
}
.im-accordion__content > [data-wrapper-height] ol {
  list-style-type: decimal;
  padding: 0.625rem 0 0 2.5rem;
}
.im-accordion__content > [data-wrapper-height] ol:first-child {
  padding-top: 0;
}
.im-accordion__content > [data-wrapper-height] ol li {
  padding: 0;
}
.im-accordion__content > [data-wrapper-height] ol li:not(:last-child) {
  padding-bottom: 0.625rem;
}
.im-accordion__content > [data-wrapper-height] ol:not(:last-child) {
  padding-bottom: 0.625rem;
}
.im-accordion__content.open > [data-wrapper-height] {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/components/common-accordion/common-accordion.scss ***!
  \****************************************************************************************************************************************************************************/
.common-accordion .im-accordion {
  border-bottom: 1px solid currentColor;
}
.common-accordion .im-accordion:not(:first-child) {
  padding-top: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
}
.common-accordion .im-accordion__toggle {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  padding-top: 0;
  padding-bottom: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
}
.common-accordion .im-accordion__toggle.open .im-accordion__icon {
  transform: rotate(180deg);
}
.common-accordion .im-accordion__title {
  flex: 1;
}
.common-accordion .im-accordion__icon {
  width: 32px;
  height: 32px;
  border-color: currentColor;
}
.common-accordion .im-accordion__icon svg {
  width: 12px;
  height: 12px;
}
.common-accordion .im-accordion__content > [data-wrapper-height] {
  padding-top: 0;
  padding-bottom: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
}
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/components/title-box/title-box.scss ***!
  \**************************************************************************************************************************************************************/
.title-box__container {
  display: flex;
}
@media (max-width: 767px) {
  .title-box__container {
    gap: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
  }
}
@media (min-width: 768px) {
  .title-box__container {
    gap: clamp(0.5rem, 0.357rem + 0.714vw, 1rem);
  }
}
@media (max-width: 767px) {
  .title-box__container.text-left {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .title-box__container.text-left {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.title-box__container.text-center {
  flex-direction: column;
  align-items: center;
}
.title-box__container.text-center .title-box__title {
  max-width: 52.5rem;
}
.title-box__container.text-center .title-box__p {
  max-width: 52.5rem;
}
.title-box__container.text-right {
  flex-direction: column;
  align-items: flex-end;
}
.title-box__p {
  margin-top: 0.5rem;
}
.title-box__cta.link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.title-box__cta.link::after {
  content: "";
  display: block;
  width: 1.3em;
  height: 1.3em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27%3E%3Cpath d=%27M15 6L10.2 1M15 6L10.2 11M15 6L-2.18557e-07 6%27 stroke=%27%23433931%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27%3E%3Cpath d=%27M15 6L10.2 1M15 6L10.2 11M15 6L-2.18557e-07 6%27 stroke=%27%23433931%27/%3E%3C/svg%3E");
}
.title-box__cta.link:hover {
  text-decoration: none;
}
.title-box__cta.link:hover::after {
  animation: move 1.3s infinite;
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/components/cards/card-news.scss ***!
  \**********************************************************************************************************************************************************/
.card-news {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
.card-news__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-news__img-wrap {
  order: 1;
  width: 100%;
}
.card-news__img-wrap picture {
  width: 100%;
  aspect-ratio: 2/1;
}
.card-news__img-wrap picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.card-news__text-wrap {
  flex: 1;
  order: 2;
  display: flex;
  flex-direction: column;
  color: #2c2c2c;
  gap: 0.5rem;
  padding: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
  background-color: #ffffff;
  transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.card-news__p {
  margin-top: 0.5rem;
}
.card-news__sub-text {
  margin-top: auto;
}
.card-news__sub-text span {
  display: block;
  margin-top: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
}
@media (min-width: 768px) {
  .card-news:hover .card-news__text-wrap {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/components/cards/card-event.scss ***!
  \***********************************************************************************************************************************************************/
.card-event {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
}
.card-event__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-event__img-wrap {
  order: 1;
  width: 100%;
}
.card-event__img-wrap picture {
  width: 100%;
  aspect-ratio: 37/25;
}
.card-event__img-wrap picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-event__text-wrap {
  flex: 1;
  order: 2;
  display: flex;
  flex-direction: column;
  color: #2c2c2c;
  transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  gap: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
}
.card-event__text {
  padding-top: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
}
.card-event__sub-text {
  margin-top: auto;
}
.card-event__date.over-head {
  color: #2c2c2c !important;
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/components/cms-content/cms-content.scss ***!
  \******************************************************************************************************************************************************************/
.cms-custom-style, [class*=wp-block-] {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(24px, 8px + 5vw, 80px);
  padding-right: clamp(24px, 8px + 5vw, 80px);
}

.cms-content {
  width: 100%;
  max-width: 120rem;
  margin: 0px auto;
  padding-left: clamp(24px, 8px + 5vw, 80px);
  padding-right: clamp(24px, 8px + 5vw, 80px);
  color: #2c2c2c;
}
@media (min-width: 1025px) {
  .cms-content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 30px;
  }
}
.cms-content__container {
  grid-column-start: 2;
  grid-column-end: 12;
}

h1.wp-block-heading {
  margin: 0px;
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(1.563rem, 1.152rem + 2.053vw, 3rem);
  margin: 0 auto clamp(1rem, 0.75rem + 1.25vw, 1.875rem) auto;
}

h2.wp-block-heading {
  margin: 0px;
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.5625rem;
  margin: 0 auto clamp(1rem, 0.75rem + 1.25vw, 1.875rem) auto;
}

h3.wp-block-heading {
  margin: 0px;
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.25rem;
  margin: 0 auto clamp(1rem, 0.75rem + 1.25vw, 1.875rem) auto;
}

h4.wp-block-heading {
  margin: 0px;
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto clamp(1rem, 0.75rem + 1.25vw, 1.875rem) auto;
}

h5.wp-block-heading {
  margin: 0px;
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 auto clamp(1rem, 0.75rem + 1.25vw, 1.875rem) auto;
}

h6.wp-block-heading {
  margin: 0px;
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 auto clamp(1rem, 0.75rem + 1.25vw, 1.875rem) auto;
}

p.cms-custom-style,
ul.cms-custom-style,
ol.cms-custom-style {
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
}

ul.cms-custom-style {
  list-style-type: disc;
  padding: 0.625rem 0 0 calc(clamp(24px, 8px + 5vw, 80px) + 20px);
}

ol.cms-custom-style {
  list-style-type: decimal;
  padding: 0.625rem 0 0 calc(clamp(24px, 8px + 5vw, 80px) + 30px);
}

ul.cms-custom-style li,
ol.cms-custom-style li {
  padding: 0;
}
ul.cms-custom-style li:not(:last-child),
ol.cms-custom-style li:not(:last-child) {
  padding-bottom: 0.625rem;
}
ul.cms-custom-style:not(:last-child),
ol.cms-custom-style:not(:last-child) {
  padding-bottom: 0.625rem;
}
ul.cms-custom-style:first-child,
ol.cms-custom-style:first-child {
  padding-top: 0;
}

[class*=wp-block-] {
  margin-top: 0;
  margin-bottom: 0;
}
[class*=wp-block-] [class*=wp-block-],
[class*=wp-block-] .cms-custom-style {
  max-width: unset;
  padding-left: unset;
  padding-right: unset;
  margin-left: unset;
  margin-right: unset;
}
[class*=wp-block-] ul.cms-custom-style {
  padding-left: 20px;
}
[class*=wp-block-] ol.cms-custom-style {
  padding-left: 30px;
}

.wp-block-quote {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-quote p {
  margin: 0px;
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.25rem;
}
.wp-block-quote cite {
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  margin-top: clamp(0.5rem, 0.357rem + 0.714vw, 1rem);
}

.wp-block-pullquote {
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-pullquote blockquote {
  margin: 0;
}
.wp-block-pullquote blockquote p {
  margin: 0px;
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.25rem;
}
.wp-block-pullquote blockquote cite {
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
}

.wp-block-details summary {
  margin: 0px;
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.wp-block-details p {
  padding-top: clamp(0.5rem, 0.357rem + 0.714vw, 1rem);
}
.wp-block-details p:last-child {
  padding-bottom: clamp(0.5rem, 0.357rem + 0.714vw, 1rem);
}

.wp-block-buttons .wp-element-button {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  border-radius: 100px;
  background: transparent;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  border: 1px solid;
  transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), border-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  padding: clamp(10px, 8.571px + 0.446vw, 15px) clamp(20px, 17.143px + 0.893vw, 30px);
}
.wp-block-buttons .wp-element-button::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  width: 1.8cap;
  height: 1.8cap;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M17.7071 6.29289C18.0976 6.68342 18.0976 7.31658 17.7071 7.70711L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L16.2929 6.29289C16.6834 5.90237 17.3166 5.90237 17.7071 6.29289Z%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M7 7C7 6.44772 7.44772 6 8 6H17C17.5523 6 18 6.44772 18 7V16C18 16.5523 17.5523 17 17 17C16.4477 17 16 16.5523 16 16V8H8C7.44772 8 7 7.55228 7 7Z%27 /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M17.7071 6.29289C18.0976 6.68342 18.0976 7.31658 17.7071 7.70711L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L16.2929 6.29289C16.6834 5.90237 17.3166 5.90237 17.7071 6.29289Z%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M7 7C7 6.44772 7.44772 6 8 6H17C17.5523 6 18 6.44772 18 7V16C18 16.5523 17.5523 17 17 17C16.4477 17 16 16.5523 16 16V8H8C7.44772 8 7 7.55228 7 7Z%27 /%3E%3C/svg%3E");
}
.wp-block-buttons .wp-element-button.disabled, .wp-block-buttons .wp-element-button:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.wp-block-buttons .wp-element-button {
  color: #ffffff;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
.wp-block-buttons .wp-element-button:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.wp-block-file object {
  margin-bottom: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
}
.wp-block-file a:not(.wp-element-button) {
  font-family: "Inter", "Inter-fallback", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  padding-right: clamp(8px, 5.714px + 0.714vw, 16px);
}
.wp-block-file .wp-element-button {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  border-radius: 100px;
  background: transparent;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  border: 1px solid;
  transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), border-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  padding: clamp(10px, 8.571px + 0.446vw, 15px) clamp(20px, 17.143px + 0.893vw, 30px);
}
.wp-block-file .wp-element-button::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  width: 1.8cap;
  height: 1.8cap;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M17.7071 6.29289C18.0976 6.68342 18.0976 7.31658 17.7071 7.70711L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L16.2929 6.29289C16.6834 5.90237 17.3166 5.90237 17.7071 6.29289Z%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M7 7C7 6.44772 7.44772 6 8 6H17C17.5523 6 18 6.44772 18 7V16C18 16.5523 17.5523 17 17 17C16.4477 17 16 16.5523 16 16V8H8C7.44772 8 7 7.55228 7 7Z%27 /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M17.7071 6.29289C18.0976 6.68342 18.0976 7.31658 17.7071 7.70711L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L16.2929 6.29289C16.6834 5.90237 17.3166 5.90237 17.7071 6.29289Z%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M7 7C7 6.44772 7.44772 6 8 6H17C17.5523 6 18 6.44772 18 7V16C18 16.5523 17.5523 17 17 17C16.4477 17 16 16.5523 16 16V8H8C7.44772 8 7 7.55228 7 7Z%27 /%3E%3C/svg%3E");
}
.wp-block-file .wp-element-button.disabled, .wp-block-file .wp-element-button:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.wp-block-file .wp-element-button {
  padding: 10px 20px;
}
.wp-block-file .wp-element-button {
  color: #ffffff;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
.wp-block-file .wp-element-button:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.wp-block-embed iframe {
  width: 100%;
  max-width: 100%;
  height: unset;
  aspect-ratio: 16/9;
}

.wp-block-media-text {
  gap: clamp(16px, 12px + 1.25vw, 30px);
}

.wp-block-image .aligncenter {
  text-align: center;
}
