@charset "UTF-8";
.denali-text-primary {
  color: #29455e !important;
}

.denali-text-secondary {
  color: #e0e721 !important;
}

.denali-text-tertiary {
  color: #3dbed6 !important;
}

.denali-text-light {
  color: #ecf7f9 !important;
}

.denali-text-gray {
  color: #efefef !important;
}

.denali-text-white {
  color: #ffffff !important;
}

.denali-text-dark {
  color: #212529 !important;
}

.denali-bg-primary {
  background-color: #29455e !important;
}

.denali-bg-secondary {
  background-color: #e0e721 !important;
}

.denali-bg-tertiary {
  background-color: #3dbed6 !important;
}

.denali-bg-light {
  background-color: #ecf7f9 !important;
}

.denali-bg-gray {
  background-color: #efefef !important;
}

.denali-bg-white {
  background-color: #ffffff !important;
}

.denali-bg-dark {
  background-color: #212529 !important;
}

.denali-text-bg-primary {
  color: #ffffff !important;
  background-color: #29455e !important;
}

.denali-text-bg-secondary {
  color: #29455e !important;
  background-color: #e0e721 !important;
}

.denali-text-bg-tertiary {
  color: #ffffff !important;
  background-color: #3dbed6 !important;
}

.denali-text-bg-light {
  color: #29455e !important;
  background-color: #ecf7f9 !important;
}

.denali-text-bg-gray {
  color: #29455e !important;
  background-color: #efefef !important;
}

.denali-text-bg-white {
  color: #29455e !important;
  background-color: #ffffff !important;
}

.denali-text-bg-dark {
  color: #ffffff !important;
  background-color: #212529 !important;
}

.denali-border-primary {
  border-color: #29455e !important;
}

.denali-border-secondary {
  border-color: #e0e721 !important;
}

.denali-border-tertiary {
  border-color: #3dbed6 !important;
}

.denali-border-light {
  border-color: #ecf7f9 !important;
}

.denali-border-gray {
  border-color: #efefef !important;
}

.denali-border-white {
  border-color: #ffffff !important;
}

.denali-border-dark {
  border-color: #212529 !important;
}

.denali-hover-primary:hover {
  color: #29455e !important;
}

.denali-hover-secondary:hover {
  color: #e0e721 !important;
}

.denali-hover-tertiary:hover {
  color: #3dbed6 !important;
}

.denali-hover-bg-primary:hover {
  background-color: #29455e !important;
}

.denali-hover-bg-secondary:hover {
  background-color: #e0e721 !important;
}

.denali-hover-bg-tertiary:hover {
  background-color: #3dbed6 !important;
}

.denali-focus-primary:focus {
  color: #29455e !important;
  border-color: #29455e !important;
  box-shadow: 0 0 0 0.2rem rgba(41, 69, 94, 0.25) !important;
}

.denali-focus-secondary:focus {
  color: #e0e721 !important;
  border-color: #e0e721 !important;
  box-shadow: 0 0 0 0.2rem rgba(224, 231, 33, 0.25) !important;
}

.denali-focus-tertiary:focus {
  color: #3dbed6 !important;
  border-color: #3dbed6 !important;
  box-shadow: 0 0 0 0.2rem rgba(61, 190, 214, 0.25) !important;
}

.denali-btn-primary,
.denali-btn-secondary,
.denali-btn-tertiary {
  padding: 10px 20px !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
}
.denali-btn-primary:hover,
.denali-btn-secondary:hover,
.denali-btn-tertiary:hover {
  text-decoration: none !important;
}

.denali-btn-primary {
  background-color: #29455e !important;
  border-color: #29455e !important;
  color: #ffffff !important;
}
.denali-btn-primary:hover {
  background-color: rgb(25.5111111111, 42.9333333333, 58.4888888889) !important;
  border-color: rgb(25.5111111111, 42.9333333333, 58.4888888889) !important;
  color: #ffffff !important;
}
.denali-btn-primary:focus {
  background-color: #29455e !important;
  border-color: #29455e !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(41, 69, 94, 0.25) !important;
}

.denali-btn-secondary {
  background-color: #e0e721 !important;
  border-color: #e0e721 !important;
  color: #29455e !important;
}
.denali-btn-secondary:hover {
  background-color: rgb(186.1585365854, 192.2195121951, 20.7804878049) !important;
  border-color: rgb(186.1585365854, 192.2195121951, 20.7804878049) !important;
  color: #29455e !important;
}
.denali-btn-secondary:focus {
  background-color: #e0e721 !important;
  border-color: #e0e721 !important;
  color: #29455e !important;
  box-shadow: 0 0 0 0.2rem rgba(224, 231, 33, 0.25) !important;
}

.denali-btn-tertiary,
a.denali-btn-tertiary {
  background-color: #3dbed6 !important;
  border-color: #3dbed6 !important;
  color: #29455e !important;
}
.denali-btn-tertiary:hover,
a.denali-btn-tertiary:hover {
  background-color: rgb(39.0808510638, 162.0425531915, 184.9191489362) !important;
  border-color: rgb(39.0808510638, 162.0425531915, 184.9191489362) !important;
}
.denali-btn-tertiary:focus,
a.denali-btn-tertiary:focus {
  background-color: #3dbed6 !important;
  border-color: #3dbed6 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(61, 190, 214, 0.25) !important;
}

.main-navigation {
  background-color: #29455e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: background-color 0.3s ease-in-out;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .main-navigation {
    background-color: transparent;
  }
}
.main-navigation.scrolled, .main-navigation:hover {
  background-color: #29455e;
}
.main-navigation .container.wide-container {
  max-width: 1410px;
}
.main-navigation a {
  color: inherit;
}
.main-navigation .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-navigation .mobile-menu-toggle {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  border: none;
  padding: 0;
  background: transparent;
}
.main-navigation .mobile-menu-toggle span {
  display: block;
  position: absolute;
  left: 5px;
  right: 5px;
  height: 2.5px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.3s;
  padding: 0;
}
.main-navigation .mobile-menu-toggle span:nth-child(1) {
  top: 7px;
  transform: rotate(0deg);
}
.main-navigation .mobile-menu-toggle span:nth-child(2) {
  top: 14px;
  opacity: 1;
}
.main-navigation .mobile-menu-toggle span:nth-child(3) {
  top: 21px;
  transform: rotate(0deg);
}
.main-navigation .mobile-menu-toggle.active span:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}
.main-navigation .mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.main-navigation .mobile-menu-toggle.active span:nth-child(3) {
  top: 14px;
  transform: rotate(-45deg);
}
.main-navigation .nav-links {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 9999;
  padding: 2rem;
  overflow-y: auto;
  height: calc(100vh - 80px);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .main-navigation .nav-links {
    display: block;
    position: relative;
    top: auto;
    height: auto;
    background: transparent;
    padding: 0;
  }
}
.main-navigation .nav-links.active {
  display: block;
}
.main-navigation .nav-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 1.2rem;
  color: #29455e;
  list-style: none;
}
@media (min-width: 1200px) {
  .main-navigation .nav-menu {
    flex-direction: row;
    align-items: center;
  }
}
.main-navigation .nav-menu li {
  position: relative;
}
.main-navigation .nav-menu li.menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  color: #29455e !important;
  text-decoration: none;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .main-navigation .nav-menu li.menu-item-has-children > a {
    color: #ffffff !important;
  }
}
.main-navigation .nav-menu li.menu-item-has-children > a::after {
  content: "+";
  font-size: 1.2rem;
  font-weight: bold;
  transition: transform 0.3s ease;
  margin-left: 0.5rem;
}
@media (min-width: 1200px) {
  .main-navigation .nav-menu li.menu-item-has-children > a::after {
    display: none;
  }
}
.main-navigation .nav-menu li.menu-item-has-children.active > a::after {
  transform: rotate(45deg);
}
.main-navigation .nav-menu li > a {
  color: #29455e !important;
  text-decoration: none;
  font-weight: 500;
  padding: 1rem 0;
  display: block;
}
@media (min-width: 1200px) {
  .main-navigation .nav-menu li > a {
    color: #ffffff !important;
  }
}
.main-navigation .nav-menu li > a:hover {
  color: rgb(39.0808510638, 162.0425531915, 184.9191489362) !important;
}
.main-navigation .sub-menu {
  display: none;
  position: static;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: all 0.3s ease;
  max-height: 0;
  overflow: hidden;
  list-style: none;
}
@media (min-width: 1200px) {
  .main-navigation .sub-menu.show {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: fixed;
    top: 120px;
    left: 0;
    width: 100vw;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding: 1rem 15rem;
  }
}
.main-navigation .sub-menu.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  max-height: 1000px;
  overflow: visible;
}
.main-navigation .sub-menu li {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}
.main-navigation .sub-menu li:last-child {
  margin-bottom: 0;
}
.main-navigation .sub-menu a {
  color: #29455e !important;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  display: block;
  text-decoration: none;
}
.main-navigation .sub-menu a:hover {
  color: rgb(25.5111111111, 42.9333333333, 58.4888888889) !important;
}
.main-navigation .sub-menu .sub-menu {
  margin-left: 1rem;
  margin-top: 0.5rem;
}
.main-navigation .sub-menu .sub-menu li {
  padding-left: 0;
  margin-bottom: 0.25rem;
}
.main-navigation .sub-menu .sub-menu a {
  font-size: 0.85rem;
  padding: 0.25rem 0;
}
.main-navigation .sub-menu .menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-navigation .sub-menu .menu-item-has-children > a::after {
  content: "+";
  font-size: 1rem;
  font-weight: bold;
  transition: transform 0.3s ease;
  margin-left: 0.5rem;
}
@media (min-width: 1200px) {
  .main-navigation .sub-menu .menu-item-has-children > a::after {
    display: none;
  }
}
.main-navigation .sub-menu .menu-item-has-children.active > a::after {
  transform: rotate(45deg);
}

.admin-bar .main-navigation {
  top: 46px;
}
@media (min-width: 768px) {
  .admin-bar .main-navigation {
    top: 32px;
  }
}

.showing-mobile-menu .mobile-navigation-contact {
  display: none;
}

.mobile-navigation-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.mobile-navigation-contact a:nth-child(2) {
  background-color: #ffffff;
  color: #29455e;
}

.site-footer {
  background-color: #29455e;
  color: #ffffff;
  margin-top: auto;
}
.site-footer .footer-newsletter {
  padding: 3rem 0;
}
.site-footer .footer-newsletter h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.site-footer .footer-newsletter p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.site-footer .footer-newsletter .newsletter-form .input-group .form-control {
  border-radius: 0;
}
.site-footer .footer-divider {
  height: 1px;
  background: #e0e721;
}
.site-footer .footer-links {
  padding: 4rem 0 2rem;
}
.site-footer .footer-links .list-heading {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-family: "halcom-variable", sans-serif !important;
  letter-spacing: 0.05em;
  display: block;
  height: 1.5rem;
}
.site-footer .footer-links .footer-menu {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links .footer-menu .foot-menu {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.site-footer .footer-links .footer-menu.split {
  -moz-columns: 2;
  columns: 2;
}
.site-footer .footer-links .footer-menu li {
  margin-bottom: 0.75rem;
}
.site-footer .footer-links .footer-menu li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-links .footer-menu li a,
.site-footer .footer-links .footer-menu li p {
  font-size: 12px !important;
  font-family: "halcom-variable", sans-serif !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 0;
}
.site-footer .footer-links .footer-menu li a:hover {
  color: #e0e721;
  transform: translateX(5px);
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 2rem;
}
.site-footer .footer-grid .footer-menu {
  grid-row-start: 2;
}
.site-footer .footer-bottom {
  padding: 2rem 0;
}
.site-footer .footer-bottom .footer-logo img {
  max-height: 40px;
  width: auto;
}
.site-footer .footer-bottom .footer-copyright p {
  color: #ffffff;
  margin: 0;
  font-size: 0.9rem;
}
.site-footer .footer-bottom .footer-social h5 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer .footer-bottom .footer-social h5 {
    text-align: right;
  }
}
.site-footer .footer-bottom .footer-social .social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .site-footer .footer-bottom .footer-social .social-links {
    justify-content: flex-end;
  }
}
.site-footer .footer-bottom .footer-social .social-links .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.site-footer .footer-bottom .footer-social .social-links .social-link img {
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .site-footer .footer-section .list-heading {
    cursor: default;
  }
  .site-footer .footer-section .list-heading::after {
    display: none;
  }
  .site-footer .footer-section .footer-menu {
    max-height: none !important;
    overflow: visible !important;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-newsletter {
    padding: 2rem 0;
    text-align: left;
  }
  .site-footer .footer-newsletter .newsletter-form {
    margin-top: 1.5rem;
  }
  .site-footer .footer-newsletter .newsletter-form .input-group {
    flex-direction: column;
    gap: 1rem;
  }
  .site-footer .footer-links {
    padding: 2rem 0 1rem;
    text-align: left;
  }
  .site-footer .footer-links .row > div {
    margin-bottom: 2rem;
  }
  .site-footer .footer-links .footer-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1rem;
  }
  .site-footer .footer-links .footer-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .site-footer .footer-links .footer-section .list-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1rem 0;
    margin-bottom: 0;
    height: auto;
    transition: color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .site-footer .footer-links .footer-section .list-heading:hover {
    color: #e0e721;
  }
  .site-footer .footer-links .footer-section .list-heading:focus {
    outline: 2px solid #e0e721;
    outline-offset: 2px;
  }
  .site-footer .footer-links .footer-section .list-heading::after {
    content: "▼";
    font-size: 0.8rem;
    font-weight: 300;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
  }
  .site-footer .footer-links .footer-section .list-heading.active::after {
    transform: rotate(180deg);
  }
  .site-footer .footer-links .footer-section .footer-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
  }
  .site-footer .footer-links .footer-section .footer-menu.active {
    max-height: 500px;
    padding: 0 0 1rem 0;
  }
  .site-footer .footer-links .footer-section .footer-menu li {
    margin-bottom: 0.5rem;
  }
  .site-footer .footer-links .footer-section .footer-menu li a {
    font-size: 0.9rem;
    padding: 0.5rem 0;
    display: block;
  }
  .site-footer .footer-bottom {
    padding: 1.5rem 0;
    text-align: left;
  }
  .site-footer .footer-bottom .row > div {
    margin-bottom: 1rem;
  }
  .site-footer .footer-bottom .row > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .site-footer .footer-newsletter h3 {
    font-size: 1.25rem;
  }
  .site-footer .footer-links h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .site-footer .footer-links .footer-menu li {
    margin-bottom: 0.5rem;
  }
  .site-footer .footer-bottom .footer-social .social-links {
    gap: 0.75rem;
  }
  .site-footer .footer-bottom .footer-social .social-links .social-link {
    width: 36px;
    height: 36px;
  }
  .site-footer .footer-bottom .footer-social .social-links .social-link svg {
    width: 18px;
    height: 18px;
  }
}

.footer-menu li {
  line-height: 1.4;
}

.newsletter-form .form-control.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.newsletter-form .form-control.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.footer-menu li a {
  animation: slideInFromLeft 0.3s ease-out;
  animation-fill-mode: both;
}
.footer-menu li a:nth-child(1) {
  animation-delay: 0.05s;
}
.footer-menu li a:nth-child(2) {
  animation-delay: 0.1s;
}
.footer-menu li a:nth-child(3) {
  animation-delay: 0.15s;
}
.footer-menu li a:nth-child(4) {
  animation-delay: 0.2s;
}
.footer-menu li a:nth-child(5) {
  animation-delay: 0.25s;
}
.footer-menu li a:nth-child(6) {
  animation-delay: 0.3s;
}
.footer-menu li a:nth-child(7) {
  animation-delay: 0.35s;
}
.footer-menu li a:nth-child(8) {
  animation-delay: 0.4s;
}
.footer-menu li a:nth-child(9) {
  animation-delay: 0.45s;
}
.footer-menu li a:nth-child(10) {
  animation-delay: 0.5s;
}

.denali-text-primary {
  color: #29455e !important;
}

.denali-text-secondary {
  color: #e0e721 !important;
}

.denali-text-tertiary {
  color: #3dbed6 !important;
}

.denali-text-light {
  color: #ecf7f9 !important;
}

.denali-text-gray {
  color: #efefef !important;
}

.denali-text-white {
  color: #ffffff !important;
}

.denali-text-dark {
  color: #212529 !important;
}

.denali-bg-primary {
  background-color: #29455e !important;
}

.denali-bg-secondary {
  background-color: #e0e721 !important;
}

.denali-bg-tertiary {
  background-color: #3dbed6 !important;
}

.denali-bg-light {
  background-color: #ecf7f9 !important;
}

.denali-bg-gray {
  background-color: #efefef !important;
}

.denali-bg-white {
  background-color: #ffffff !important;
}

.denali-bg-dark {
  background-color: #212529 !important;
}

.denali-text-bg-primary {
  color: #ffffff !important;
  background-color: #29455e !important;
}

.denali-text-bg-secondary {
  color: #29455e !important;
  background-color: #e0e721 !important;
}

.denali-text-bg-tertiary {
  color: #ffffff !important;
  background-color: #3dbed6 !important;
}

.denali-text-bg-light {
  color: #29455e !important;
  background-color: #ecf7f9 !important;
}

.denali-text-bg-gray {
  color: #29455e !important;
  background-color: #efefef !important;
}

.denali-text-bg-white {
  color: #29455e !important;
  background-color: #ffffff !important;
}

.denali-text-bg-dark {
  color: #ffffff !important;
  background-color: #212529 !important;
}

.denali-border-primary {
  border-color: #29455e !important;
}

.denali-border-secondary {
  border-color: #e0e721 !important;
}

.denali-border-tertiary {
  border-color: #3dbed6 !important;
}

.denali-border-light {
  border-color: #ecf7f9 !important;
}

.denali-border-gray {
  border-color: #efefef !important;
}

.denali-border-white {
  border-color: #ffffff !important;
}

.denali-border-dark {
  border-color: #212529 !important;
}

.denali-hover-primary:hover {
  color: #29455e !important;
}

.denali-hover-secondary:hover {
  color: #e0e721 !important;
}

.denali-hover-tertiary:hover {
  color: #3dbed6 !important;
}

.denali-hover-bg-primary:hover {
  background-color: #29455e !important;
}

.denali-hover-bg-secondary:hover {
  background-color: #e0e721 !important;
}

.denali-hover-bg-tertiary:hover {
  background-color: #3dbed6 !important;
}

.denali-focus-primary:focus {
  color: #29455e !important;
  border-color: #29455e !important;
  box-shadow: 0 0 0 0.2rem rgba(41, 69, 94, 0.25) !important;
}

.denali-focus-secondary:focus {
  color: #e0e721 !important;
  border-color: #e0e721 !important;
  box-shadow: 0 0 0 0.2rem rgba(224, 231, 33, 0.25) !important;
}

.denali-focus-tertiary:focus {
  color: #3dbed6 !important;
  border-color: #3dbed6 !important;
  box-shadow: 0 0 0 0.2rem rgba(61, 190, 214, 0.25) !important;
}

.denali-btn-primary,
.denali-btn-secondary,
.denali-btn-tertiary {
  padding: 10px 20px !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
}
.denali-btn-primary:hover,
.denali-btn-secondary:hover,
.denali-btn-tertiary:hover {
  text-decoration: none !important;
}

.denali-btn-primary {
  background-color: #29455e !important;
  border-color: #29455e !important;
  color: #ffffff !important;
}
.denali-btn-primary:hover {
  background-color: rgb(25.5111111111, 42.9333333333, 58.4888888889) !important;
  border-color: rgb(25.5111111111, 42.9333333333, 58.4888888889) !important;
  color: #ffffff !important;
}
.denali-btn-primary:focus {
  background-color: #29455e !important;
  border-color: #29455e !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(41, 69, 94, 0.25) !important;
}

.denali-btn-secondary {
  background-color: #e0e721 !important;
  border-color: #e0e721 !important;
  color: #29455e !important;
}
.denali-btn-secondary:hover {
  background-color: rgb(186.1585365854, 192.2195121951, 20.7804878049) !important;
  border-color: rgb(186.1585365854, 192.2195121951, 20.7804878049) !important;
  color: #29455e !important;
}
.denali-btn-secondary:focus {
  background-color: #e0e721 !important;
  border-color: #e0e721 !important;
  color: #29455e !important;
  box-shadow: 0 0 0 0.2rem rgba(224, 231, 33, 0.25) !important;
}

.denali-btn-tertiary,
a.denali-btn-tertiary {
  background-color: #3dbed6 !important;
  border-color: #3dbed6 !important;
  color: #29455e !important;
}
.denali-btn-tertiary:hover,
a.denali-btn-tertiary:hover {
  background-color: rgb(39.0808510638, 162.0425531915, 184.9191489362) !important;
  border-color: rgb(39.0808510638, 162.0425531915, 184.9191489362) !important;
}
.denali-btn-tertiary:focus,
a.denali-btn-tertiary:focus {
  background-color: #3dbed6 !important;
  border-color: #3dbed6 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(61, 190, 214, 0.25) !important;
}

.contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.contact-modal.active {
  display: flex;
  opacity: 1;
}
.contact-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.contact-modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  animation: modalSlideIn 0.3s ease-out;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .contact-modal-content {
    height: auto;
    max-height: 900px;
    overflow-y: hidden;
  }
}
.contact-modal-close {
  position: absolute;
  color: #ffffff;
  top: 0.75rem;
  right: 0.5rem;
  font-size: 2rem;
  cursor: pointer;
  z-index: 3;
  padding: 0;
  border: none;
  background: transparent;
}
.contact-modal-close:hover {
  color: #e0e721;
}
@media (min-width: 992px) {
  .contact-modal-close {
    top: 0;
    right: 1rem;
    color: #29455e;
  }
}
.contact-modal-body {
  height: 100%;
}
.contact-modal-body .contact-info {
  padding: 5rem 3rem;
  background: #29455e;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.contact-modal-body .contact-info .denali-btn-secondary {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.contact-modal-body .contact-info .contact-info-content {
  width: 100%;
}
.contact-modal-body .contact-info .contact-info-content h2,
.contact-modal-body .contact-info .contact-info-content p {
  color: inherit;
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}
.contact-modal-body .contact-info .contact-info-content .contact-info-divider {
  background: #e0e721;
}
.contact-modal-body .contact-info .contact-info-content .contact-info-title {
  font-family: "halcom-variable" !important;
  font-size: 37px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 120% !important; /* 44.4px */
}
.contact-modal-body .contact-info .contact-info-content .contact-details {
  margin-bottom: 3rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-modal-body .contact-info .contact-info-content .contact-details .contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-modal-body .contact-info .contact-info-content .contact-details .contact-item a {
  font-size: 18px !important;
}
.contact-modal-body .contact-info .contact-info-content .social-links h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.contact-modal-body .contact-info .contact-info-content .social-links .social-icons {
  display: flex;
  gap: 1rem;
}
.contact-modal-body .contact-info .contact-info-content .social-links .social-icons .social-link {
  font-size: 24px;
  color: #ffffff;
}
.contact-modal-body .contact-info .contact-info-content .contact-cta .btn {
  background: #e0e721;
  color: #29455e;
  border: none;
}
.contact-modal-body .contact-info .contact-info-content .contact-cta .btn:hover {
  background: rgb(186.1585365854, 192.2195121951, 20.7804878049);
  transform: translateY(-2px);
}
.contact-modal-body .contact-form {
  background: #ffffff;
  overflow-y: auto;
  padding: 5rem 3rem;
}
.contact-modal-body .contact-form .contact-form-content h3 {
  color: #29455e;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.contact-modal-body .contact-form .contact-form-content .form-group {
  margin-bottom: 1.5rem;
}
.contact-modal-body .contact-form .contact-form-content .form-group label.hidden-label {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.contact-modal-body .contact-form .contact-form-content .form-group label.hidden-label:not(caption) {
  position: absolute !important;
}
.contact-modal-body .contact-form .contact-form-content .form-group label.hidden-label * {
  overflow: hidden !important;
}
.contact-modal-body .contact-form .contact-form-content .form-group label {
  color: #29455e;
}
.contact-modal-body .contact-form .contact-form-content .form-group input:not([type=checkbox]),
.contact-modal-body .contact-form .contact-form-content .form-group select,
.contact-modal-body .contact-form .contact-form-content .form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background: #efefef;
  color: #29455e;
}
.contact-modal-body .contact-form .contact-form-content .form-group input:not([type=checkbox]):focus,
.contact-modal-body .contact-form .contact-form-content .form-group select:focus,
.contact-modal-body .contact-form .contact-form-content .form-group textarea:focus {
  outline: none;
  border-color: #29455e;
}
.contact-modal-body .contact-form .contact-form-content .form-group select {
  color: rgba(41, 69, 94, 0.5);
}
.contact-modal-body .contact-form .contact-form-content .form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.contact-modal-body .contact-form .contact-form-content .form-actions {
  margin-top: 2rem;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    @media (min-width: 992px) {
      transform: scale(0.9) translateY(50px);
    }
  }
  to {
    opacity: 1;
    @media (min-width: 992px) {
      transform: scale(1) translateY(0);
    }
  }
}
/*# sourceMappingURL=header-and-footer-only.css.map */
