html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, select, input, button, textarea,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ul, ol, li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
  font-size: inherit;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

html {
  margin: 0 !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  box-sizing: border-box;
}

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

img {
  display: block;
  max-width: 100%;
}

.elementor-section.container > .elementor-container,
.container:not(.elementor-section) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1280px) {
  .elementor-section.container > .elementor-container,
.container:not(.elementor-section) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .elementor-section.container > .elementor-container,
.container:not(.elementor-section) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

html {
  color: black;
  line-height: 1.33;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 1920px) {
  html {
    font-size: calc( 10px + ( 8 * ( 100vw - 960px ) / 960 ) );
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 14px;
  }
}

.rich-text.elementor-element > .elementor-widget-container > *,
.rich-text:not(.elementor-element) > * {
  word-break: break-word;
  margin-bottom: 1em;
}
.rich-text.elementor-element > .elementor-widget-container > *:last-child,
.rich-text:not(.elementor-element) > *:last-child {
  margin-bottom: 0;
}

.rich-text ul,
.rich-text ol {
  margin-left: 20px;
}
.rich-text ul li {
  list-style: circle;
}
.rich-text ol li {
  list-style: decimal;
}

.home-posts .elementor-post__card .elementor-post__thumbnail img {
  aspect-ratio: 360/270;
  object-fit: cover;
}

.footer-menu nav ul li {
  width: fit-content;
}

.header {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  right: 0;
	margin: auto;
	width: 100%;
}
.header .logo img {
  aspect-ratio: 120/30;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .header .logo img {
    aspect-ratio: 60/36;
  }
}

.site-main, .elementor-location-archive, .elementor-location-single {
  padding-top: 100px;
}

@media screen and (max-width: 960px) {
  body .elementor-post {
    flex-direction: column !important;
    gap: 1rem;
  }
}