body {
  font-family: 'NexaLight';
}

strong {
  font-family: 'NexaBold';
}

.hidden {
  display: none !important;
}

a,
.btn {
  -webkit-transition: all 0.25s ease-in-out !important;
  -moz-transition: all 0.25s ease-in-out !important;
  -ms-transition: all 0.25s ease-in-out !important;
  -o-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}

section {
  padding: 45px 0;
}

.st-sticky-share-buttons.st-right {
	top: 225px!important;
}

.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: var(--color-white);
  opacity: 0.8;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.loader-overlay i {
  font-size: 20pt;
  color: var(--color-primary);
}

.btn.btn-custom {
  color: var(--color-white);
  background: var(--color-red-linear);
  border: none;
  border-radius: 1000px;
  font-family: 'Nexa';
  font-size: 14px;
  line-height: 14px;
  padding: 10px 24px;
}
.btn.btn-sm.btn-custom {
  font-size: 12px;
  line-height: 12px;
	padding: 8px 12px;
}
.btn.btn-lg.btn-custom {
  font-size: 16px;
  line-height: 16px;
}
.btn.btn-custom:hover {
  opacity: 0.85;
}
.btn.btn-custom.btn-no-bg {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'NexaBold';
}
.btn.btn-custom.btn-no-bg:hover,
.btn.btn-custom.btn-no-bg.disabled {
	opacity: 1;
	color: var(--color-white);
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
}
.btn.btn-custom.btn-inverted {
	font-family: 'NexaBold';
	background: var(--color-white);
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
}
.btn.btn-custom.btn-inverted:hover {
	font-family: 'Nexa';
	color: var(--color-white);
	background: var(--color-red-linear);
	border: 1px solid transparent;
}
.btn.btn-round {
	border-radius: 50%;
	padding: 10px;
}

.lg-container:not(.lg-inline) .lg-outer,
.lg-container:not(.lg-inline) .lg-backdrop {
	z-index: 99999;
}

@media screen and (max-width: 1200px) {
  section {
    padding: 30px 0;
  }
}

@media screen and (max-width: 991px) {
  section {
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
	.st-sticky-share-buttons.st-right {
		top: unset!important;
	}
}
