body a:not(.fl-button, .sidebar-link) {
  color: #333333;
  text-decoration: none !important;
}
body a:not(.fl-button, .sidebar-link):hover, body a:not(.fl-button, .sidebar-link):focus {
  text-decoration: underline !important;
  color: #333333;
}

a.fl-button:hover, a.fl-button:focus, a.fl-button span:hover, a.fl-button span:focus {
  text-decoration: none;
}

span.fc-text-red {
  color: rgb(253, 37, 1) !important;
}

.nav-col-wrapper {
  position: relative;
  display: block;
  padding: 24px 0;
  filter: drop-shadow(0 5px 7px rgba(0, 0, 0, 0.2));
}
.nav-col-wrapper .nav-box-left,
.nav-col-wrapper .nav-box-right,
.nav-col-wrapper .nav-logo-box {
  flex: 0 1 auto;
}

.nav-logo-box .fc-logo .fl-photo-content {
  width: 175px;
  display: block;
  position: relative;
  height: 100%;
}
.nav-logo-box img {
  display: block;
  position: absolute;
  top: -29px;
  width: 100%;
  height: auto;
  left: 0;
  border-radius: 0 0 8px 8px;
  border: solid 16px #ffffff;
}

.nav-menu-item-wrapper .fl-html {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.nav-menu-item-wrapper .fl-html .fc-nav-link {
  text-decoration: none;
  color: black;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.3s linear;
  font-family: "Chivo", sans-serif;
  letter-spacing: 0.5px;
}
.nav-menu-item-wrapper .fl-html .fc-nav-link:hover, .nav-menu-item-wrapper .fl-html .fc-nav-link:focus {
  color: #6868f9;
  transition: color 0.3s linear;
  text-decoration: none !important;
}

a.sidebar-link {
  color: #333333;
  font-size: 13px;
  font-family: "Chivo", sans-serif;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.5px;
  display: block;
  text-transform: uppercase;
  text-decoration: none !important;
}
a.sidebar-link:is(.active) {
  font-weight: 900;
}
a.sidebar-link:hover, a.sidebar-link:focus {
  font-weight: 900;
  text-decoration: none !important;
}

.fc-homepage-outline-box {
  position: relative;
}
.fc-homepage-outline-box:after {
  content: "";
  display: block !important;
  height: 2px;
  background: #666666;
  width: 100%;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 2;
}
.fc-homepage-outline-box:before {
  content: "";
  display: block !important;
  height: 2px;
  background: #666666;
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 2;
}

#standard-page-hero .fl-col-content {
  display: flex;
  flex-flow: row;
}
#standard-page-hero .fl-col-content .fl-rich-text ul {
  padding-left: 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
#standard-page-hero .fl-col-content .fl-rich-text ul li {
  font-size: 13px;
}
#standard-page-hero .fl-col-content .fl-rich-text ul li:first-of-type {
  list-style: none;
}

.fc-content-sidebar-col {
  max-width: 250px;
}

.fc-fancy-border {
  background: linear-gradient(180deg, #6868f9, #4646ff);
}

.fl-accordion-content ul {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.fl-accordion-content ul li {
  flex: 1 1 40%;
  min-width: 120px;
}

@media screen and (max-width: 768px) {
  .fc-content-sidebar-col .fl-col-content {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
