body main .entry-content {
  overflow-x: hidden;
}

header .header {
  position: absolute !important;
  z-index: 999 !important;
  width: 100% !important;
  background-color: transparent !important;
  transition: background-color 0.3s ease;
}
header .header ul {
  gap: 0px;
}
header .header ul.modal-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header .header ul.modal-menu > li:last-child {
  clip-path: none !important;
}
header .header ul.modal-menu > li:last-child::after {
  display: none !important;
}
header .header ul.modal-menu > li {
  border: 1px solid var(--wp--preset--color--secondary);
  padding: 8px 40px;
  color: #fff;
  position: relative;
  transition: 0.3s ease;
}
header .header ul.modal-menu > li:hover, header .header ul.modal-menu > li.current-menu-item {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
  padding: 10px 40px !important;
}
header .header ul.modal-menu > li.has-child {
  padding: 10px 40px !important;
}
header .header ul.modal-menu > li.has-child .wp-block-navigation-submenu {
  background-color: transparent !important;
}
header .header ul.modal-menu > li.has-child .wp-block-navigation-submenu li {
  background-color: #555 !important;
  padding: 10px 30px;
}
header .header ul.modal-menu > li.has-child > a {
  position: relative;
  padding-right: 30px;
}
header .header ul.modal-menu > li.has-child > a::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
header .header ul.modal-menu > li.has-child.submenu-open > a::after {
  content: "-";
}
header .header ul.modal-menu > li.has-child > .wp-block-navigation__submenu-container {
  display: none;
  margin-top: 10px;
  padding: 0;
  background: transparent;
  border: 0;
}
header .header ul.modal-menu > li.has-child > .wp-block-navigation__submenu-container > li {
  border: 1px solid var(--wp--preset--color--secondary);
  padding: 8px 40px;
  color: #fff;
}
header .header ul.modal-menu > li.has-child > .wp-block-navigation__submenu-container > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
}


header .header ul.modal-menu > li.has-child > .wp-block-navigation__submenu-container > li:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
}
header .header ul.modal-menu > li.has-child.submenu-open > .wp-block-navigation__submenu-container {
  display: block;
}
header .header ul:not(.modal-menu) li {
  color: #fff;
}
header .header ul:not(.modal-menu) li.has-child ul > li {
  color: var(--wp--preset--color--primary);
}
header .header ul:not(.modal-menu) li a {
  border: 1px solid var(--wp--preset--color--secondary);
  padding: 8px 40px;
  color: #fff;
}
header .header ul:not(.modal-menu) li a:hover {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--secondary) !important;
}
header .header ul:not(.modal-menu) li:last-child:not(.has-child) a {
  position: relative;
  align-items: center;
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 104% 100%, 0 100%);
}
header .header ul:not(.modal-menu) li:last-child:not(.has-child) a::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 22px;
  width: 1.5px;
  height: 50px;
  background: #fff;
  transform: rotate(-45deg);
  transform-origin: top center;
}
header .header ul:not(.modal-menu) li.current-menu-item {
  background-color: var(--wp--preset--color--secondary);
}
header .header.header-scrolled {
  background-color: #fff !important;
  padding-top: 0px !important;
}
header .header.header-scrolled ul:not(.modal-menu) {
  color: #000 !important;
}
header .header.header-scrolled ul:not(.modal-menu) li {
  border: 1px solid var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--tertiary);
}
header .header.header-scrolled ul:not(.modal-menu) li:last-child {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 104% 100%, 0 100%);
}
header .header.header-scrolled ul:not(.modal-menu) li:last-child::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 22px;
  width: 1.5px;
  height: 50px;
  background: var(--wp--preset--color--tertiary);
  transform: rotate(-45deg);
  transform-origin: top center;
}

a:focus, a:focus-visible {
  outline: none;
  box-shadow: none;
}

.wp-block-cover.cover-bottom-overlay {
  position: relative;
}
.wp-block-cover.cover-bottom-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  pointer-events: none;
}
.wp-block-cover.cover-bottom-overlay .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1366px) {
  .wp-block-cover.cover-padbot {
    aspect-ratio: 16/7 !important;
  }
}
@media (min-width: 2000px) {
  .wp-block-cover.cover-padbot {
    aspect-ratio: 16/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .wp-block-cover.cover-padbot {
    padding-bottom: 10vh !important;
  }
}

/* ==============================
   Featured News
================================ */
.post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9a9a9a;
  letter-spacing: 0.5px;
  font-size: var(--wp--preset--font-size--text-lg);
  margin-bottom: 15px;
}
.post-meta__separator {
  margin: 0;
}
.post-meta__date, .post-meta__reading-time {
  color: #9a9a9a;
}

.featured-news .swiper {
  overflow: visible !important;
}
.featured-news {
  /* Header */
}
.featured-news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 20px;
}
.featured-news {
  /* Filters */
}
.featured-news__filters {
  display: flex;
  gap: 0;
  row-gap: 5px;
  flex-wrap: wrap;
}
.featured-news__filters button {
  border: 1px solid #333;
  color: var(--wp--preset--color--tertiary);
  background: transparent;
  padding: 16px 45px;
  font-size: var(--wp--preset--font-size--text-lg);
  line-height: 1;
  cursor: pointer;
  transition: 0.3s ease;
}
.featured-news__filters button:focus {
  outline: none;
}
.featured-news__filters button:not(:first-child) {
  margin-left: -1px;
}
.featured-news__filters button.active {
  background: #222;
  color: #fff;
}
.featured-news__filters button:hover {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--light);
}
.featured-news {
  /* Navigation */
}
.featured-news__navigation {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.featured-news__navigation button {
  width: 54px;
  height: 51px;
  border: 1px solid #333;
  color: var(--wp--preset--color--tertiary);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s ease;
}
.featured-news__navigation button.featured-prev {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  z-index: 0;
}
.featured-news__navigation button.featured-prev::after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -17px;
  height: 41px;
  width: 1.4px;
  background: var(--wp--preset--color--tertiary);
  transform: rotate(-45deg);
  transform-origin: top center;
}
.featured-news__navigation button.featured-prev::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: transparent;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  z-index: -1;
}
.featured-news__navigation button.featured-next {
  clip-path: polygon(0 0, calc(100% - 17px) 0, 100% 18px, 100% 100%, 0 100%);
  z-index: 0;
}
.featured-news__navigation button.featured-next::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: transparent;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  z-index: -1;
}
.featured-news__navigation button.featured-next::after {
  content: "";
  position: relative;
  right: 7px;
  width: 1.4px;
  height: 66px;
  background: var(--wp--preset--color--tertiary);
  transform: rotate(-43deg);
  transform-origin: top center;
}
.featured-news__navigation button:hover {
  background: #222;
  color: #fff;
}
.featured-news {
  /* AJAX Loading */
}
.featured-news__results {
  transition: 0.3s ease;
}
.featured-news__results.loading {
  opacity: 0.5;
  pointer-events: none;
}

/* ==============================
   News Grid
================================ */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ==============================
   Swiper
================================ */
.featured-news-slider {
  overflow: hidden;
}
.featured-news-slider .swiper-slide {
  height: auto;
}

/* ==============================
   News Card
================================ */
.news-card {
  border: 1px solid #333;
  background: #F5F2EB;
  display: flex;
  flex-direction: column;
}
.news-card__image {
  height: 295px;
  overflow: hidden;
}
.news-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.news-card:hover .news-card__image img {
  transform: scale(1.05);
}
.news-card__content {
  padding: 18px 15px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-card__category {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.news-card__category > span > span {
  width: 12px;
  height: 12px;
  background: var(--category-color);
  display: inline-block;
  /*margin-right: 8px;*/
  clip-path: polygon(0 0, calc(100% - 2px) 0, 100% 2px, 100% 100%, 0 100%);
  z-index: 0;
}
.news-card h3 {
  font-size: 20px !important;
  line-height: 1.3;
  margin: 0 0 12px;
  font-weight: 600;
  color: #111;
}

.news-card h3 a:hover{
    color: var(--wp--preset--color--primary) !important;
    text-decoration: none;
}

.news-card p {
  font-size: var(--wp--preset--font-size--text-lg);
  line-height: 1.5;
  color: #555;
}
.news-card__meta {
  display: flex;
  gap: 15px;
  font-size: 11px;
  color: #999;
  margin-bottom: 20px;
}
.news-card a {
  color: #111;
  text-decoration: none;
  font-weight: 500;
  margin-top: auto;
}
.news-card a:hover {
  text-decoration: underline;
}

/* ==============================
   Responsive
================================ */
@media (max-width: 991px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .featured-news__header {
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
  }
  .featured-news__filters {
    place-content: center;
  }
  .featured-news__filters button {
    padding: 15px 35px;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
}
.wp-block-button.with-arrow .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wp--preset--color--secondary);
}
.wp-block-button.with-arrow .wp-block-button__link::after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: var(--wp--preset--color--secondary);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform 0.3s ease;
}
.wp-block-button.with-arrow .wp-block-button__link:hover::after {
  transform: translateX(5px);
}

.newsletter-container .gform-footer.gform_footer.top_label {
  margin-block-start: 10px !important;
}

#gform_3 .ginput_container.ginput_container_email,
#gform_4 .ginput_container.ginput_container_email {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

#gform_3 .gform-body .gform_fields,
#gform_4 .gform-body .gform_fields {
  display: flex;
  align-items: stretch;
  gap: 0;
}
#gform_3 .gform-body .gfield,
#gform_4 .gform-body .gfield {
  margin: 0;
  padding: 0;
}

#gform_3 .gform-body .gfield--type-honeypot,
#gform_4 .gform-body .gfield--type-honeypot {
  display: none;
}
#gform_3 .gform-body .gfield--type-email,
#gform_4 .gform-body .gfield--type-email {
  flex: 1;
}
#gform_3 .gform-body .gfield--type-submit,
#gform_4 .gform-body .gfield--type-submit {
  flex: 0 0 155px;
}
#gform_3 .gform-body .ginput_container_email,
#gform_4 .gform-body .ginput_container_email {
  height: 100%;
}
#gform_3 .gform-body .ginput_container_email input,
#gform_4 .gform-body .ginput_container_email input {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid #b8b8b8;
  border-right: 0;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
}
#gform_3 .gform-body .ginput_container_email input::-moz-placeholder, #gform_4 .gform-body .ginput_container_email input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#gform_3 .gform-body .ginput_container_email input::placeholder,
#gform_4 .gform-body .ginput_container_email input::placeholder {
  color: #999;
  opacity: 1;
}
#gform_3 .gform-body .ginput_container_email input:focus,
#gform_4 .gform-body .ginput_container_email input:focus {
  border-color: var(--wp--preset--color--primary);
}
#gform_3 .gform-body .gform-button,
#gform_4 .gform-body .gform-button {
  position: relative;
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 0;
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
  clip-path: polygon(0 0, 88% 0, 100% 22%, 100% 100%, 0 100%);
}
#gform_3 .gform-body .gform-button:hover,
#gform_4 .gform-body .gform-button:hover {
  background: var(--wp--preset--color--tertiary);
}
#gform_3 .gform-body .gform_footer,
#gform_3 .gform-body .gform_validation_errors,
#gform_3 .gform-body .validation_message,
#gform_4 .gform-body .gform_footer,
#gform_4 .gform-body .gform_validation_errors,
#gform_4 .gform-body .validation_message {
  display: none;
}

#to_top_scrollup {
  padding: 10px !important;
}

.wp-block-outermost-icon-block:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.text-nowrap {
  text-wrap: nowrap;
}

p a:hover {
  color: var(--wp--preset--color--tertiary);
  text-decoration: underline;
}

button.wp-block-navigation__responsive-container-open {
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--primary);
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
  z-index: 0;
}

button.wp-block-navigation-overlay-close:focus {
  outline: none !important;
}

.wp-block-navigation__overlay-container ul.wp-block-navigation__container.is-vertical.wp-block-navigation {
  row-gap: 5px;
}

.row-form-link p a {
  text-decoration: none !important;
}
.row-form-link p a:visited {
  color: var(--wp--preset--color--primary);
}
@media (max-width: 400px) {
  .row-form-link .footer-link ul {
    justify-content: center;
  }
}
.row-form-link .footer-link ul li:not(:last-child) {
  border-right: 2px solid var(--wp--preset--color--tertiary);
  padding-right: 20px;
}

p:empty {
  display: none !important;
}/*# sourceMappingURL=style.css.map */