@charset "UTF-8";
/* 
Theme Name: Bootstrap 4 Sass
Description: Bootstrap 4 with Sass
*/
/* VARIABLES */
/* TYPOGRAPHY */
/* GENERAL STYLES
-------------------------------------------------*/
/* COLORS 
--------------------------------------------------*/
.lh-1 {
  line-height: normal !important;
}

.bg-inverse {
  background: #fff !important;
}

.menu--account li a {
  color: #fff;
}

.site-name-slogan a {
  text-decoration: none;
}

.card-group img {
  margin: 0;
  width: 100%;
  height: auto;
}

.card-group .field--type-image {
  margin: 0;
}

.slick {
  width: 100%;
}

.slick > div {
  margin: 0 0.9375rem;
}

.btn {
  position: relative;
}
.btn:not(:has(a)) {
  text-transform: capitalize;
  border-radius: 6.25rem;
  position: relative;
  align-items: center;
  display: flex;
  gap: 1.875rem;
  padding: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 100%;
  font-weight: 700;
}
@media (max-width: 47.99875rem) {
  .btn:not(:has(a)) {
    font-size: 0.875rem;
    padding: 0.5rem 0.6875rem;
    gap: 0.75rem;
  }
}
.btn:not(:has(a)).btn-primary {
  color: #421c51;
  border: 0;
  box-shadow: -2px 1px 7px #bb99c7;
}
.btn:not(:has(a)).btn-primary::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 2px;
  width: 100%;
  height: 104%;
  border-radius: 6.25rem;
  padding: 0.125rem;
  background: linear-gradient(90deg, #bb99c7, #421c51);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
}
.btn:not(:has(a)).no-arrow {
  padding-inline: 0.9375rem !important;
}
.btn:not(:has(a)).no-arrow::after {
  content: unset !important;
}
.btn:not(:has(a)).btn-secondary {
  color: #fff;
  background-color: transparent;
  padding-inline-end: 0.625rem;
  border: unset;
  z-index: 1;
  position: relative;
}
.btn:not(:has(a)).btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6.25rem;
  padding: 0.125rem;
  background: linear-gradient(90deg, #bb99c7, #421c51);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
}
.btn:not(:has(a)).btn-secondary::after {
  background-color: #421c51;
  background-image: url("../images/arrow.svg");
}
.btn:not(:has(a)).btn-no-text {
  border: 0;
  font-size: 0;
  background-color: unset;
}
.btn:not(:has(a)).btn-no-text::after {
  background-image: url("../images/Black-arrow.svg") !important;
  background-color: #bb99c7 !important;
  box-shadow: 1px 4px 15px #bb99c7, 1px 4px 15px #421c51;
  width: 40px;
  height: 40px;
}
.btn:not(:has(a)).link-with-arrow {
  border: 0 !important;
  padding-inline-start: 0;
}
.btn:not(:has(a)).link-with-arrow::after {
  background-color: unset;
}
.btn:not(:has(a)).custom-swiper-button-prev::after, .btn:not(:has(a)).custom-swiper-button-next::after {
  background-color: #bb99c7 !important;
  background-image: url("../images/Black-arrow.svg") !important;
  width: 40px;
  height: 40px;
}
.btn:not(:has(a)).custom-swiper-button-prev::after {
  transform: rotate(180deg);
}
.btn::after {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  padding: 0.9375rem;
  border-radius: 50%;
  background-color: #421c51;
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}
@media (max-width: 47.99875rem) {
  .btn::after {
    width: 28px;
    height: 28px;
  }
}
.btn.arrow-small::after {
  background-color: #bb99c7;
}
.btn.link-no-text {
  display: inline-block;
}
.btn.link-no-text::after {
  width: 34px;
  height: 34px;
  background-image: url("../images/primary-arrow.svg");
  background-color: #bb99c7;
  box-shadow: 0px 0px 11.65px 2px #bb99c7;
}
.btn.link-no-text a {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.btn:focus-visible {
  border-color: #d2e9f9;
  outline: 0;
  box-shadow: 0 0 0 0.5rem rgba(165, 211, 242, 0.25) !important;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}
@media (max-width: 47.99875rem) {
  .mb-40 {
    margin-bottom: 1.25rem;
  }
}

.bs-m-6 {
  margin: 6.25rem;
}

.bs-ml-6 {
  margin-inline-start: 6.25rem;
}

.bs-mt-6 {
  margin-top: 6.25rem;
}

.bs-mr-6 {
  margin-inline-end: 6.25rem;
}

.bs-mb-6 {
  margin-bottom: 6.25rem;
}

.fs-0 {
  font-size: 0 !important;
}
.fs-0 a {
  font-size: 0 !important;
}

.w-60 {
  width: 60%;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.border-stonewall-gray {
  border-color: rgba(193, 193, 193, 0.7) !important;
}

.sela-logo {
  display: flex;
  align-items: center;
}
.sela-logo::after {
  content: "";
  background: url("../images/sela-plus-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 120px;
  height: 55px;
  margin-inline-start: 0.5rem;
  transform: translateY(-4px);
}
@media (max-width: 47.99875rem) {
  .sela-logo::after {
    width: 91px;
    height: 40px;
  }
}

.body-sela {
  width: 90%;
  font-size: 1.25rem !important;
}
.body-sela span {
  font-size: 1.25rem;
}

.ff-fsk {
  font-family: "IndustryTest", sans-serif;
}

@media (min-width: 48rem) {
  .no-bg {
    background: unset !important;
  }
}
.no-container.container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.no-container.container > .row:first-child {
  margin-left: 0;
  margin-right: 0;
}
.no-container.container > .row:first-child > [class*=col]:first-child {
  padding-left: 0;
  padding-right: 0;
}

ul.feature-list {
  padding: 0;
  list-style: none;
}
ul.feature-list li {
  padding-inline-start: 2.5rem;
  position: relative;
  line-height: 1.75rem;
  margin-bottom: 1.875rem;
}
ul.feature-list li::before {
  content: url("../images/bullit-point.svg");
  line-height: 0;
  position: absolute;
  inset-inline-start: 0;
  transform: translateY(-50%);
  top: 50%;
}

.rounded-border {
  border-radius: 2.1875rem;
  overflow: hidden;
}

.pagination {
  justify-content: center;
  gap: 1rem;
  margin-top: 1.875rem;
}
@media (max-width: 61.99875rem) {
  .pagination {
    gap: 0.5rem;
  }
}
.pagination .first-page,
.pagination .last-page {
  display: none;
}
.pagination .page-item a,
.pagination .page-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #919191;
  font-size: 1rem;
  border-radius: 50% !important;
  border: 1px solid rgba(187, 153, 199, 0.2);
  background: linear-gradient(180deg, rgba(16, 11, 22, 0.2) 0%, rgba(15, 2, 32, 0.2) 100%);
  font-weight: 700;
  line-height: 1.5rem;
  width: 48px;
  height: 48px;
}
@media (max-width: 61.99875rem) {
  .pagination .page-item a,
  .pagination .page-item span {
    width: 33px;
    height: 33px;
  }
}
.pagination .page-item.active span {
  border: 1px solid #bb99c7;
  background: linear-gradient(180deg, rgba(187, 153, 199, 0.1) 0%, rgba(187, 153, 199, 0.1) 100%);
  box-shadow: 0 -6px 12px -6px #bb99c7 inset, 0 -4px 8px -4px #bb99c7 inset;
}
.pagination .page-item.arrow a {
  position: relative;
}
.pagination .page-item.arrow a::before {
  content: url("../images/select-arrow.svg");
  line-height: 0;
}
.pagination .page-item.arrow a span {
  display: none;
}
.pagination .page-item.previous-page a::before {
  transform: rotate(90deg);
}
.pagination .page-item.next-page a::before {
  transform: rotate(-90deg);
}

@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  html,
  body {
    width: 1200px !important;
    min-width: 1200px !important;
    box-shadow: none !important;
  }
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  video,
  .drimage,
  .photosphere {
    height: auto !important;
    box-shadow: none !important;
  }
  header,
  .navbar,
  .menu,
  footer,
  .buttons,
  .btn,
  .sidebar,
  .featured-items,
  .media--type-video,
  .media--type-video video,
  .video-player,
  .field--name-dynamic-twig-fieldnode-scroll-explore {
    display: none !important;
  }
  .node--type-event.node--view-mode-banner .overlay-hero-section::before,
  .node--type-event.node--view-mode-banner .overlay-hero-section::after,
  .node--type-landing-page-layout-builder.node--view-mode-banner .overlay-hero-section::before,
  .node--type-landing-page-layout-builder.node--view-mode-banner .overlay-hero-section::after {
    display: none !important;
  }
  .card,
  .box,
  .item,
  .view-row,
  .col-12,
  .field__item,
  .paragraph {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 1.25rem;
    box-shadow: none !important;
  }
  .node__content > *:last-child {
    margin-bottom: 0 !important;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  span,
  p,
  caption,
  div {
    color: #000 !important;
    box-shadow: none !important;
  }
  .overlay-hero-section * {
    color: #fff !important;
  }
}
b,
strong {
  font-weight: 700;
}

/* TYPOGRAPHY — responsive heading sizes
--------------------------------------------------*/
@media (max-width: 47.99875rem) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
  h2,
  .h2 {
    font-size: 1.875rem;
  }
  h3,
  .h3 {
    font-size: 1.625rem;
  }
  h4,
  .h4 {
    font-size: 1.375rem;
  }
  h5,
  .h5 {
    font-size: 1.125rem;
  }
  h6,
  .h6 {
    font-size: 0.875rem;
  }
  .btn:not(:has(a)) {
    font-size: 0.875rem;
  }
}
.body-large {
  font-size: 1.25rem;
}

.body-medium {
  font-size: 1rem;
}

.body-small {
  font-size: 1.125rem;
}

.ff-space-grotesk {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.ff-industry {
  font-family: "IndustryTest", sans-serif;
}

h2,
.h2 {
  letter-spacing: -0.6px;
}

@media (max-width: 61.99875rem) {
  .table {
    display: block;
    overflow-x: auto;
  }
}
@media (max-width: 61.99875rem) {
  .table tbody {
    display: table;
    width: 800px;
  }
}
.table tbody tr {
  border-color: #fff !important;
  border: solid 1px #fff;
}
.table tbody tr td {
  background-color: transparent;
  border-color: #fff !important;
  color: #fff;
  border: solid 1px #fff;
}

.p-input {
  padding: 0.75rem 1rem;
}

.basic-page-banner {
  margin-inline-end: calc(var(--bs-gutter-x) * -0.5);
  margin-inline-start: calc(var(--bs-gutter-x) * -0.5);
  margin-top: 15%;
}
@media (max-width: 61.99875rem) {
  .basic-page-banner {
    margin-top: 25%;
  }
}
@media (max-width: 47.99875rem) {
  .basic-page-banner {
    margin-top: 35%;
  }
}
.basic-page-banner .field--name-body {
  border-radius: 2.1875rem;
  background: rgba(31, 42, 55, 0.2);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(187, 153, 199, 0.2);
  padding: 3.125rem 1.875rem;
}

.maintenance-page {
  background-color: var(--bs-body-bg) !important;
}
.maintenance-page #page-wrapper {
  background-color: var(--bs-body-bg) !important;
  border-radius: 2.1875rem;
  margin-top: 9.375rem !important;
}
.maintenance-page #site-name {
  display: none;
}
.maintenance-page h1 {
  color: #bb99c7;
}
.maintenance-page section {
  color: #bb99c7;
  text-align: center;
}
