html {
  scroll-padding-top: 233px;
}

body {
}

body,
html {
  height: 100%;
  margin: 0;
}
a:hover {
  color: var(--primary-5) !important;
}
iframe {
  aspect-ratio: 1/1;
  width: 100%;
}

#boxed-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
#toTop {
  display: none;
}

#main {
  flex: 1 0 auto;
}
#wrapper #main {
  padding: 0;
  padding-top: calc(var(--top-header) + var(--main-header));
}

#wrapper #main .fusion-row {
  max-width: none;
}
#content {
  margin-bottom: 0 !important;
}
.compsa_button {
  display: inline-flex;
  padding: var(--text-size-content) var(--text-size-leads);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
}
.compsa_button:hover {
  transform: scale(1.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  background: var(--primary-20) !important;
  color: var(--neutral-1) !important;
}

.compsa_content_divider .compsa_separator:not(:last-child):before {
  content: "";
  border-left: 1px solid var(--primary-20);
  height: 100%;
  display: block;
}
.compsa_content_divider .compsa_separator:last-child {
  display: none;
}

.compsa_pagination {
  color: var(--primary-20) !important;
  text-align: center !important;
  border: none !important;
}

.compsa_contact_flying_button {
  position: fixed;
  line-height: 0;
  cursor: pointer;
  z-index: 99999;
  font-size: 0;
  bottom: 5px;
  right: 5px;
  height: 60px;
  width: 60px;
  display: flex;
  flex-direction: row;
  opacity: 1;
  padding: 0;
}
