* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

.container,
.container-xxl {
  max-width: 1024px;
}

footer {
  color: #0a0a0a;
  font-weight: 400;
  font-size: 0.625rem;
  font-family: BreraCondensed-Regular;
}

.article-title {
  font-weight: 400;
  font-size: 2.25rem;
  color: #333;
  line-height: 1.06 !important;
  letter-spacing: -0.5px;
  margin-bottom: 1.25rem !important;
  font-family: SolferinoDisplay-Bold;
}

article {
  font-family: SolferinoText-Regular;
}
article p {
  margin-bottom: 1.5625rem;
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: 400;
  color: #333;
}
article b {
  color: #000;
}
article a {
  color: #49b8f1;
  font-weight: 600;
  text-decoration: underline;
}
article h4 {
  font-weight: 400;
  font-size: 1rem;
  color: #333;
}
article h5 {
  font-weight: 400;
  font-size: 1.375rem;
  color: #333;
  line-height: 1.67;
  font-family: BreraCondensed-Heavy;
}

.links {
  flex-wrap: wrap;
  gap: 5px;
}

.box-image .name {
  text-transform: uppercase;
  line-height: 0.8;
  font-size: 0.75rem;
  font-weight: 400;
  color: #999;
  padding: 5px 0;
}
.box-image .image {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.box-image .image img {
  width: 100%;
}

.bl {
  border-left: 1px solid #dedede;
}



@media only screen and (max-width: 768px) {
 
}