.topbar {
  background: #7A1F24;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.topbar a {
  background: #A3282F;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  transition: 0.2s ease all;
}
.topbar a:hover {
  color: #fff;
  background: #000;
}

header {
  position: sticky !important;
  top: 50px;
}

.hp-hero {
  width: 100vw;
  margin-left: 50%;
  left: -50vw;
}
.hp-hero__title, .hp-hero__description {
  width: 750px !important;
  max-width: 100% !important;
  text-align: left !important;
}
.hp-hero__description {
  font-size: 22px;
  line-height: 44px;
}

.topbar + #header .ct-container {
  top: 35px;
}

.ct-header div[data-device=desktop] > div {
  display: flex;
  justify-content: center;
}
.ct-header div[data-device=desktop] nav#header-menu-1 {
  padding-left: 80px;
}
.ct-header div[data-device=desktop] .ct-container {
  width: auto !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.45);
  padding: 5px 5px 5px 0;
  top: 15px;
  border-radius: 8px;
  min-height: 0 !important;
  height: 45px;
  grid-template-columns: 1fr !important;
  backdrop-filter: blur(9px);
}
.ct-header div[data-device=desktop] .ct-container a {
  text-transform: none;
  font-size: 14px;
}
.ct-header div[data-device=desktop] .ct-container .menu > li > .ct-menu-link {
  height: auto !important;
}
.ct-header div[data-device=desktop] .ct-container div[data-column=start] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  display: flex;
  align-items: center;
}
.ct-header div[data-device=desktop] .ct-container div[data-items=primary] {
  justify-content: flex-start;
}
.ct-header div[data-device=desktop] .ct-container nav#header-menu-1 .sub-menu {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(9px);
  margin-top: 7px;
}
.ct-header div[data-device=desktop] .ct-container nav#header-menu-1 .sub-menu a {
  margin: 4px;
}
.ct-header div[data-device=desktop] .ct-container nav#header-menu-2 #menu-buttons a {
  background: #DA241C;
  padding: 5px 10px;
  border-radius: 8px;
  height: 100% !important;
  color: #fff;
  transition: 0.2s ease all;
  border: 1px solid #DA241C;
}
.ct-header div[data-device=desktop] .ct-container nav#header-menu-2 #menu-buttons a:hover {
  background: transparent;
}

.hp__latest-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "firstPost secondPost" "firstPost thirdPost";
  grid-gap: 25px;
  margin-top: 50px !important;
}
.hp__latest-posts > li .wp-block-latest-posts__post-title {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  display: block;
}
.hp__latest-posts > li:nth-child(1) {
  grid-area: firstPost;
}
.hp__latest-posts > li:nth-child(1) .wp-block-latest-posts__post-title {
  margin: 15px 0;
}
.hp__latest-posts > li:nth-child(2) {
  grid-area: secondPost;
}
.hp__latest-posts > li:nth-child(2) img {
  display: none;
}
.hp__latest-posts > li:nth-child(3) {
  grid-area: thirdPost;
}
.hp__latest-posts > li:nth-child(3) img {
  display: none;
}

body {
  background: #fff !important;
}

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff !important;
  padding: 50px 0;
}

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