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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #f8f8f8;
}

body {
  font-family: "Lato", sans-serif;
  color: #171717;
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: "Lato", sans-serif;
}

.rsa-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 57px;
  padding: 18.5px 42px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.rsa-button--primary {
  background: #861013;
  border-color: #861013;
  color: #fff;
}
.rsa-button--primary:hover, .rsa-button--primary:focus-visible {
  background: #E31F26;
  border-color: #E31F26;
  color: #fff;
}
.rsa-button--secondary {
  background: #fff;
  border-color: #861013;
  color: #171717;
}
.rsa-button--secondary:hover, .rsa-button--secondary:focus-visible {
  background: #861013;
  border-color: #861013;
  color: #fff;
}
.rsa-button--ghost-light {
  background: #fff;
  border-color: #fff;
  color: #861013;
}
.rsa-button--ghost-light:hover, .rsa-button--ghost-light:focus-visible {
  background: #861013;
  border-color: #861013;
  color: #fff;
}

.container {
  max-width: 1147px;
  margin: 0 auto;
}
@media (max-width: 1187px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.container--wide {
  max-width: 1377px;
  margin: 0 auto;
}

.container--no-p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.site-header,
.site-footer {
  padding: 20px 0;
}

.site-header {
  border-bottom: 1px solid #eee;
}

.site-footer {
  border-top: 1px solid #eee;
}

.site-footer {
  padding: 64px 0 21px;
  border-top: 0;
  border-radius: 48px 48px 0 0;
  background: #FEFEFF;
  position: relative;
  z-index: 4;
}
.site-footer__container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 54px;
}
.site-footer__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 64px;
}
.site-footer__brand {
  width: 50px;
  height: 50px;
}
.site-footer__brand img {
  width: 100%;
  height: 100%;
}
.site-footer__copyrights {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
  color: #7F7F7F;
}
.site-footer__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
}
.site-footer__heading {
  margin: 0 0 24px;
  color: #171717;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.site-footer__heading--sub {
  margin-top: 44px;
}
.site-footer__description, .site-footer__label, .site-footer__menu a, .site-footer__contact a {
  color: #7F7F7F;
  font-size: 1rem;
  line-height: 1.35;
}
.site-footer__description {
  max-width: 340px;
  margin-bottom: 24px;
}
.site-footer__label {
  margin: 0 0 16px;
}
.site-footer__newsletter-form > * {
  width: 100%;
}
.site-footer__newsletter-form form,
.site-footer__newsletter-form .wpcf7-form,
.site-footer__newsletter-form .mc4wp-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
}
.site-footer__newsletter-form input[type=email],
.site-footer__newsletter-form input[type=text] {
  flex: 1 1 auto;
  min-width: 0;
  height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #f3f3f3;
  font: inherit;
}
.site-footer__newsletter-form button,
.site-footer__newsletter-form input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 57px;
  padding: 18.5px 42px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  background: #861013;
  border-color: #861013;
  color: #FEFEFF;
}
.site-footer__newsletter-form button:hover, .site-footer__newsletter-form button:focus-visible,
.site-footer__newsletter-form input[type=submit]:hover,
.site-footer__newsletter-form input[type=submit]:focus-visible {
  background: #E31F26;
  border-color: #E31F26;
  color: #FEFEFF;
}
.site-footer__newsletter-form button,
.site-footer__newsletter-form input[type=submit] {
  flex: 0 0 auto;
  min-height: 58px;
  font: inherit;
  cursor: pointer;
}
.site-footer__socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}
.site-footer__social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
  color: #861013;
}
.site-footer__social img {
  display: block;
  width: auto;
  max-width: 28px;
  max-height: 28px;
}
.site-footer__menu, .site-footer__legal-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__legal-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px 28px;
  flex-wrap: wrap;
}
.site-footer__legal-menu a {
  color: rgba(23, 23, 23, 0.62);
  font-size: 0.9375rem;
  line-height: 1.35;
  text-decoration: none;
}
.site-footer__menu li + li, .site-footer__contact a + a {
  margin-top: 12px;
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.site-footer__menu a, .site-footer__contact a {
  text-decoration: none;
}

@media (max-width: 1279px) {
  .site-footer__container {
    grid-template-columns: 1fr;
    gap: 56px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .site-footer__bottom {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    margin-top: 48px;
    padding: 44px 0 52px;
    border-radius: 28px 28px 0 0;
  }
  .site-footer__bottom {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
    margin-top: 40px;
    padding-top: 20px;
  }
  .site-footer__links {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .site-footer__heading {
    margin-bottom: 18px;
    font-size: 18px;
  }
  .site-footer__heading--sub {
    margin-top: 24px;
  }
  .site-footer__newsletter-form form,
  .site-footer__newsletter-form .wpcf7-form,
  .site-footer__newsletter-form .mc4wp-form {
    flex-direction: column;
  }
  .site-footer__newsletter-form button,
  .site-footer__newsletter-form input[type=submit] {
    width: 100%;
  }
}
.post-card,
.post-featured,
.post-single {
  margin-bottom: 24px;
}

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 30;
  max-width: 1377px;
  margin: 0 auto;
  padding: 0;
  margin-top: 30px;
  border: 0;
}
.site-header__container {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: stretch;
  height: 100px;
  gap: 0;
  padding: 0;
  margin-right: 32px;
}
.site-header__brand {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #E31F26;
  color: #FEFEFF;
  text-decoration: none;
}
.site-header__brand img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.site-header__brand-text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.site-header__shell {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  height: 100px;
  padding: 20px 24px 20px 17px;
  border-radius: 0 70px 70px 0;
  background: #E9E9E9;
}
.site-header__meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 47px;
  flex-shrink: 0;
}
.site-header__lang {
  font-size: 1rem;
  font-weight: 500;
}
.site-header__lang--mobile {
  display: none;
}
.site-header__lang-dropdown {
  position: relative;
}
.site-header__lang-dropdown[open] .site-header__lang-summary::after {
  transform: rotate(-135deg);
}
.site-header__lang-dropdown--mobile {
  display: none;
}
.site-header__lang-summary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  cursor: pointer;
  color: #861013;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
.site-header__lang-summary::-webkit-details-marker {
  display: none;
}
.site-header__lang-summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.site-header__lang-options {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  display: grid;
  gap: 8px;
  min-width: 72px;
  padding: 12px;
  border-radius: 18px;
  background: #FEFEFF;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.09);
  transform: translateX(-50%);
  z-index: 20;
}
.site-header__lang-option {
  color: rgba(23, 23, 23, 0.7);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-header__lang-option:hover, .site-header__lang-option:focus-visible {
  color: #861013;
}
.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 57px;
  padding: 18.5px 42px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  background: #FEFEFF;
  border-color: #861013;
  color: #171717;
}
.site-header__cta:hover, .site-header__cta:focus-visible {
  background: #861013;
  border-color: #861013;
  color: #FEFEFF;
}
.site-header__cta {
  min-height: 100%;
}
.site-header__toggle, .site-header__mobile-panel {
  display: none;
}

.rsa-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  padding: 20.5px 45px;
  border-radius: 40px;
  background-color: #FEFEFF;
}
.rsa-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rsa-menu > .menu-item {
  position: relative;
}
.rsa-menu > .menu-item > a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
  color: #171717;
  font-size: 1rem;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}
.rsa-menu > .menu-item:hover > a, .rsa-menu > .menu-item:focus-within > a, .rsa-menu > .menu-item.current-menu-item > a, .rsa-menu > .menu-item.current-menu-ancestor > a {
  color: #861013;
}
.rsa-menu .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  min-width: 140px;
  padding: 24px 4px;
  border-radius: 24px;
  background: #FEFEFF;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.09);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.rsa-menu .sub-menu li + li {
  margin-top: 8px;
}
.rsa-menu .sub-menu a {
  display: block;
  padding: 6px 20px;
  border-radius: 12px;
  color: #171717;
  text-decoration: none;
}
.rsa-menu .sub-menu .current-menu-item > a,
.rsa-menu .sub-menu a:hover,
.rsa-menu .sub-menu a:focus-visible {
  background: #E9E9E9;
}
.rsa-menu .menu-item:hover > .sub-menu, .rsa-menu .menu-item:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.rsa-menu .menu-item-has-children > a::after {
  content: none;
}

.rsa-submenu-toggle__icon {
  width: 10px;
  height: 10px;
  transition: transform 0.2s ease;
  display: inline-block;
  flex-shrink: 0;
  margin-left: auto;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}

.rsa-menu .menu-item-has-children:hover > a .rsa-submenu-toggle__icon, .rsa-menu .menu-item-has-children:focus-within > a .rsa-submenu-toggle__icon {
  transform: rotate(225deg);
}

@media (max-width: 1199px) {
  .site-header__shell {
    gap: 18px;
    padding-right: 18px;
    padding-left: 14px;
  }
  .site-header__meta {
    gap: 16px;
  }
  .site-header__cta {
    padding: 0 24px;
    font-size: 1rem;
  }
  .rsa-menu {
    gap: 8px;
  }
  .rsa-menu > .menu-item > a {
    padding: 0 15px;
    font-size: 0.96rem;
  }
}
@media (max-width: 1280px) {
  .site-header__shell {
    justify-content: flex-end;
    margin-left: 10px;
  }
  .site-header__nav, .site-header__meta {
    display: none;
  }
  .site-header__lang--mobile {
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
    font-size: 0.95rem;
  }
  .site-header__lang-dropdown--mobile {
    display: block;
    margin-right: 12px;
  }
  .site-header__lang-dropdown:not(.site-header__lang-dropdown--mobile):not(.site-header__lang-dropdown--panel) {
    display: none;
  }
  .site-header__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    min-width: 48px;
    min-height: 48px;
    margin-left: 4px;
    border: 0;
    border-radius: 50%;
    background: #FEFEFF;
    cursor: pointer;
  }
  .site-header__toggle span {
    display: block;
    width: 28px;
    height: 2px;
    margin: 0 auto;
    background: #171717;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .site-header.is-open .site-header__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .site-header.is-open .site-header__toggle span:nth-child(2) {
    opacity: 0;
  }
  .site-header.is-open .site-header__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .site-header__mobile-panel {
    display: block;
    padding-top: 12px;
  }
  .site-header__mobile-panel[hidden] {
    display: none;
  }
  .site-header__mobile-panel .container {
    padding: 0;
  }
  .site-header__mobile-nav, .site-header__mobile-meta {
    margin-top: 10px;
    margin-left: 0;
    padding: 18px;
    border-radius: 0 0 28px 28px;
    background: #ededed;
  }
  .site-header__mobile-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .site-header__lang-dropdown--panel {
    display: block;
  }
  .site-header__cta--mobile {
    width: 100%;
    min-height: 57px;
    white-space: nowrap;
  }
  .rsa-menu--mobile {
    display: block;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .rsa-menu--mobile > .menu-item {
    position: relative;
    display: block;
    width: 100%;
  }
  .rsa-menu--mobile > .menu-item + .menu-item {
    margin-top: 8px;
  }
  .rsa-menu--mobile > .menu-item > a {
    display: block;
    min-height: 0;
    padding: 12px 14px;
    border-radius: 14px;
    background: #FEFEFF;
  }
  .rsa-menu--mobile > .menu-item-has-children > a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .rsa-menu--mobile .menu-item-has-children > a .rsa-submenu-toggle__icon,
  .rsa-menu--mobile .menu-item-has-children:hover > a .rsa-submenu-toggle__icon,
  .rsa-menu--mobile .menu-item-has-children:focus-within > a .rsa-submenu-toggle__icon {
    transform: rotate(45deg);
  }
  .rsa-menu--mobile > .menu-item.is-expanded > a,
  .rsa-menu--mobile .sub-menu .menu-item.is-expanded > a {
    background: #f8eaea;
    color: #861013;
  }
  .rsa-menu--mobile .menu-item.is-expanded > a .rsa-submenu-toggle__icon {
    transform: rotate(225deg);
  }
  .rsa-menu--mobile .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 10px 0 0 !important;
    padding: 0 0 0 14px !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: 0 !important;
    border-radius: 0 !important;
    border-left: 2px solid rgba(227, 31, 38, 0.16);
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: transparent !important;
  }
  .rsa-menu--mobile .sub-menu li {
    width: 100%;
    margin: 0;
  }
  .rsa-menu--mobile .sub-menu a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f6f6f6;
    font-size: 0.95rem;
  }
  .rsa-menu--mobile .sub-menu .menu-item-has-children > a {
    background: #ececec;
    border-left: 3px solid #E31F26;
    font-weight: 700;
  }
  .rsa-menu--mobile .menu-item.is-expanded > .sub-menu {
    display: grid;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .site-header__shell {
    margin-left: 8px;
    padding: 14px 16px;
  }
  .site-header__toggle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
  .site-header__mobile-nav, .site-header__mobile-meta {
    padding: 16px;
  }
  .site-header__mobile-meta {
    flex-direction: column;
    align-items: stretch;
  }
  .site-header__lang, .site-header__lang-dropdown {
    text-align: center;
  }
  .site-header__lang-summary {
    justify-content: center;
  }
  .site-header__lang-options {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.page-content__body {
  padding-top: 180px;
}
/*# sourceMappingURL=main.css.map */
