/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.mb-120 {
  margin-bottom: 120px !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.p-80 {
  padding: 5rem !important;
}

.mt-74 {
  margin-top: 4.625rem !important;
}

@media (min-width: 992px) {
  .mt-lg-74 {
    margin-top: 4.625rem !important;
  }
}

.pt-80 {
  padding-top: 5rem !important;
}

.pb-120 {
  padding-bottom: 7.5rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.row-gap-56 {
  row-gap: 3.5rem !important;
}

.row-gap-40 {
  row-gap: 2.5rem !important;
}

.p-s-0 {
  padding-inline-start: 0 !important;
}

@media (max-width: 991.98px) {
  .pb-lg-8 {
    padding-bottom: 0.5rem !important;
  }
}

@media (max-width: 991.98px) {
  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }
}

.mt-160 {
  margin-top: 10rem !important;
}

.mb-160 {
  margin-bottom: 10rem !important;
}

@media (max-width: 991.98px) {
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
}

@media (max-width: 991.98px) {
  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }
}

@media (max-width: 991.98px) {
  .pb-lg-72 {
    padding-bottom: 4.5rem !important;
  }
}

.hover-text-white a:hover {
  color: #fff !important;
}

.ext:not(.bi)::after {
  display: inline-block;

  margin-left: 0.25rem;
  content: "\f1c5";
  vertical-align: baseline;
  font-family: "bootstrap-icons", sans-serif;
}

[dir="rtl"] .ext:not(.bi)::after {
  margin-right: 0.25rem;
  margin-left: 0;
}

.gpc-text-style-square {
  display: flex;
  align-items: center;
}

.gpc-text-style-square::before {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;

  margin-right: 0.375rem;
  content: "";
  vertical-align: middle;
  border-radius: 1px;
  background: #fbb040;
  aspect-ratio: 1/1;
}

[dir="rtl"] .gpc-text-style-square::before {
  margin-right: 0;

  margin-left: 0.375rem;
}

.bi-linkedin::before {
  width: 1.25rem;
  height: 1.25rem;
  content: "" !important;
  background-image: url(../../images/icons/linkedin-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.ff-domine {
  font-family: "Domine", serif !important;
}

.bg-gray-100 {
  background-color: var(--bs-gray-100) !important;
}

.aspect-ratio-1x1 {
  aspect-ratio: 1/1 !important;
}

.dark-border-subtle {
  border: 1px solid #dcdcde;
}

.gap-40 {
  gap: 2.5rem !important;
}

.lh-140 {
  line-height: 1.4 !important;
}

.fd-icon::after {
  display: inline-block;

  margin-left: 0.25rem;
  content: "\f30a";
  vertical-align: baseline;
  font-family: "bootstrap-icons", sans-serif;
}

[dir="rtl"] .fd-icon::after {
  margin-right: 0.25rem;
  margin-left: 0;
}

.fd-icon:hover::after {
  content: "\f1c5";
}

.fd-icon-pdf::after {
  display: inline-block;

  margin-left: 0.25rem;
  content: "\f30a";
  vertical-align: baseline;
  font-family: "bootstrap-icons", sans-serif;
}

[dir="rtl"] .fd-icon-pdf::after {
  margin-right: 0.25rem;
  margin-left: 0;
}

.nlpm p:last-of-type {
  margin-bottom: 0;
}

.btn-responsive {
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .btn-responsive {
    padding: 1rem 2.5rem;
    font-size: 1rem;
  }
}

.lh-130 {
  line-height: 130% !important;
}

.h-60 {
  height: 3.75rem;
}

.w-60 {
  width: 3.75rem;
}

.share-image {
  height: 30.937rem;
  padding: 11.061rem 9.896rem;
}

.border-top-dark {
  border-top: 1px solid var(--bs-dark-bg-subtle);
}

.w100 {
  width: 100px;
}

.captcha {
  margin-top: 1rem;
}

.captcha .captcha__description {
  margin-top: 0.5rem;
}

.add-colon::after {
  margin-left: 0.25rem; /* Optional: adds a little space */
  content: ":"; /* Adds the colon */
}

[dir="rtl"] .add-colon::after {
  margin-right: 0.25rem;
  margin-left: 0;
}

.mw-50 {
  min-width: 50% !important;
}

.lh-normal {
  line-height: normal !important;
}

a.text-decoration-2 {
  text-decoration: none;
}

a.text-decoration-2:hover {
  -webkit-text-decoration: underline #10574b;
  text-decoration: underline #10574b;
  color: #10574b;
}

a.text-decoration-2-animate:hover {
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.30196);
}

[dir="rtl"] a.text-decoration-2-animate:hover {
  text-shadow: -0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.30196);
}

@media (min-width: 992px) {
  .lh-lg-140 {
    line-height: 1.4;
  }
}

.text-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vlb-section:has(.empty-vlb-section) {
  margin-bottom: 0;
}
