html {
  scroll-padding-top: 5rem;
}

p:last-child,
ol:last-child,
ul:last-child,
dl:last-child {
  margin-bottom: 0;
}

.elementor-icon {
  display: block !important;
}

.bg-blur {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

ul,
ol {
  padding-left: 1rem;
}

.sticky-top {
  position: sticky !important;
}

.elementor-widget-n-accordion {
  --n-accordion-padding: 0px !important;
}

.elementor-button .elementor-button-icon {
  transition: all 0.2s;
}
.elementor-button:hover .elementor-button-icon {
  transform: rotate(90deg);
}

.e-border-trasition {
  transition: all 0.2s !important;
}

.hover-icon-scale .elementor-icon {
  transition: all 0.2s;
}
.hover-icon-scale:hover .elementor-icon {
  transform: scale(1.3);
}

.white-links a {
  color: #fff;
}

.dashed-underline {
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
}

.elementor-button {
  text-align: left !important;
}

.e-n-accordion-item-title-icon {
  display: none !important;
}

.e-n-accordion-item-title {
  padding-right: 30px !important;
  position: relative;
}
.e-n-accordion-item-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/icons/plus.svg);
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0px;
  right: 0;
}
.e-n-accordion-item-title:hover:after {
  transform: rotate(110deg);
}
[open] .e-n-accordion-item-title:after {
  transform: rotate(225deg);
}
.e-n-accordion-item:not(:first-child) .e-n-accordion-item-title {
  padding-top: 25px !important;
}
.e-n-accordion-item:not(:first-child) .e-n-accordion-item-title:after {
  top: 25px;
}
.e-n-accordion-item:first-child .e-n-accordion-item-title {
  border-top: none !important;
}

.modal-content {
  border-top-right-radius: 0;
}

.btn-close {
  transition: all 0.2s ease-in-out;
}
.btn-close:hover {
  transform: rotate(90deg);
}

.fs-sm {
  font-size: 0.8em;
}

.btn .icon {
  transition: all 0.2s ease-in-out;
}
.btn:hover .icon {
  transform: rotate(90deg);
}

.btn-close {
  box-shadow: none;
}

.alert-dismissible .btn-close {
  padding: 0.65rem;
}

*:focus-visible {
  outline: none !important;
}

[data-bs-toggle] {
  cursor: pointer;
}
[data-bs-toggle]:hover {
  text-decoration: none;
}
[data-bs-toggle]:hover * {
  text-decoration: none !important;
}

.elementor-slideshow__footer {
  display: none;
}

.elementor-widget-n-carousel {
  --e-n-carousel-arrow-next-top-align: 280px !important;
  --e-n-carousel-arrow-prev-top-align: 280px !important;
}

button,
input[type=button],
input[type=submit],
.elementor-button {
  line-height: var(--bs-btn-line-height) !important;
}

.answers-group .form-check {
  margin-bottom: 0.5rem;
  border: 2px solid #dee2e6;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 10px;
  cursor: pointer;
}
.answers-group .form-check:hover {
  background-color: #f8f9fa;
  border-color: #0d6efd;
}
.answers-group .form-check:has(input[type=radio]:checked) {
  background-color: #e7f1ff;
  border-color: #0d6efd;
}
.answers-group .form-check .form-check-label {
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
  padding: 1rem 0;
  line-height: 1;
}
.answers-group .form-check .form-check-input {
  cursor: pointer;
  margin-top: 0;
}/*# sourceMappingURL=theme.css.map */