/* Critical layout so deferred style.css does not cause CLS */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  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;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.col-6 { flex: 0 0 auto; width: 50%; }
.col-12 { flex: 0 0 auto; width: 100%; }
.d-flex { display: flex !important; }
.d-none { display: none !important; }
#main-content,
#main-content section,
.unik-hero-premium__panel {
  opacity: 1 !important;
  visibility: visible !important;
}

.d-block { display: block !important; }
.align-items-center { align-items: center !important; }
.justify-content-between { justify-content: space-between !important; }
.img-fluid { max-width: 100%; height: auto; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  padding: 0.55rem 1.15rem;
  line-height: 1.4;
}
.btn-lg { padding: 0.7rem 1.35rem; font-size: 1.05rem; }
.btn-primary {
  background: #074f78;
  color: #fff !important;
  border-color: #074f78;
}
.btn-outline-light {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-outline-primary {
  background: transparent;
  color: #074f78 !important;
  border-color: #074f78;
}
@media (min-width: 576px) {
  .col-sm-6 { flex: 0 0 auto; width: 50%; }
  .d-sm-inline { display: inline !important; }
}
@media (min-width: 768px) {
  .col-md-4 { flex: 0 0 auto; width: 33.3333%; }
  .col-md-6 { flex: 0 0 auto; width: 50%; }
  .col-md-12 { flex: 0 0 auto; width: 100%; }
  .d-md-block { display: block !important; }
  .d-md-none { display: none !important; }
}
@media (min-width: 992px) {
  .col-lg-3 { flex: 0 0 auto; width: 25%; }
  .col-lg-4 { flex: 0 0 auto; width: 33.3333%; }
  .col-lg-5 { flex: 0 0 auto; width: 41.6667%; }
  .col-lg-6 { flex: 0 0 auto; width: 50%; }
  .col-lg-7 { flex: 0 0 auto; width: 58.3333%; }
  .d-lg-block { display: block !important; }
  .d-lg-flex { display: flex !important; }
  .d-lg-none { display: none !important; }
  .text-lg-end { text-align: right !important; }
}
@media (min-width: 1200px) {
  .col-xl-2 { flex: 0 0 auto; width: 16.6667%; }
  .col-xl-3 { flex: 0 0 auto; width: 25%; }
  .col-xl-4 { flex: 0 0 auto; width: 33.3333%; }
  .col-xl-9 { flex: 0 0 auto; width: 75%; }
  .d-xl-flex { display: flex !important; }
  .d-xl-none { display: none !important; }
}
