/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}/**/.imageWidget{position:relative}.imageWidget a,.imageWidget span.image-caption{font-style:italic;text-align:center}.imageWidget a[data-caption]::after,.imageWidget span[data-caption]::after{content:attr(data-caption);display:block;line-height:100%}
.imageWidget.with-caption a::after,.imageWidget.with-caption span.image-caption::after{margin-top:12px}.imageWidget img[width][height]{height:auto}[data-flex-site] #fcontainer .imageWidget:after,[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}
[data-flex-site] #fcontainer .imageWidget:before,[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}.imageWidget.hover img.hover-image,.imageWidget:hover img.hover-image{display:initial}
.imageWidget.hover.hasHover img:not(.hover-image),.imageWidget:hover.hasHover img:not(.hover-image){display:none!important}.imageWidget img.hover-image,.imageWidget img.logo-on-scroll{display:none}
/* Custom Widgets Styles */
.widget-255322 {
  --icon-size: 40px;
}
.widget-255322 .locations-widget {
  width: 100%;
}
.widget-255322 .locations-header {
  margin-bottom: 32px;
  text-align: center;
}
.widget-255322 .locations-title {
  margin: 0 0 12px 0;
  font-size: 32px;
  font-weight: 700;
  color: #1F2937;
}
.widget-255322 .locations-description {
  margin: 0 auto;
  width: 70%;
  color: #4B5563;
  font-size: 16px;
  line-height: 1.6;
}
.widget-255322 .locations-header[data-align=left] {
  text-align: left;
}
.widget-255322 .locations-header[data-align=left] .locations-description {
  margin-left: 0;
  margin-right: auto;
}
.widget-255322 .locations-header[data-align=center] {
  text-align: center;
}
.widget-255322 .locations-header[data-align=center] .locations-description {
  margin-left: auto;
  margin-right: auto;
}
.widget-255322 .locations-header[data-align=right] {
  text-align: right;
}
.widget-255322 .locations-header[data-align=right] .locations-description {
  margin-left: auto;
  margin-right: 0;
}
.widget-255322 .locations-description p {
  margin: 0;
}
.widget-255322 .locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.widget-255322 .locations-grid[data-columns="1"] {
  grid-template-columns: repeat(1, 1fr);
}
.widget-255322 .locations-grid[data-columns="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.widget-255322 .locations-grid[data-columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}
.widget-255322 .location-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.widget-255322 .location-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.widget-255322 .location-icon-wrap {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EFF6FF;
}
.widget-255322 .location-icon {
  width: var(--icon-size);
  height: var(--icon-size);
  color: #3B82F6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-255322 .location-icon svg {
  width: 100%;
  height: 100%;
}
.widget-255322 .location-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.widget-255322 .location-name {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1F2937;
}
.widget-255322 .location-address {
  margin: 0;
  font-size: 14px;
  color: #6B7280;
  line-height: 1.5;
}
.widget-255322 .location-map-link {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #3B82F6;
  text-decoration: none;
}
.widget-255322 .location-map-link:hover {
  text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .widget-255322 .locations-grid,
  .widget-255322 .locations-grid[data-columns="3"],
  .widget-255322 .locations-grid[data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .widget-255322 .locations-title {
    font-size: 26px;
  }
  .widget-255322 .locations-description {
    width: 100%;
  }
  .widget-255322 .locations-grid,
  .widget-255322 .locations-grid[data-columns="2"],
  .widget-255322 .locations-grid[data-columns="3"],
  .widget-255322 .locations-grid[data-columns="4"] {
    grid-template-columns: 1fr;
  }
  .widget-255322 .location-card {
    padding: 18px;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@500;600&family=Roboto:wght@400;500&display=swap");
.poweredby-container {
  align-items: center;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 25px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.poweredby-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.poweredby-image {
  max-width: 40px;
}

.poweredby-text {
  color: white;
  margin: 0px;
  padding: 0px;
  z-index: 2;
}

.poweredby-text p {
  margin: 0px;
  display: flex;
  justify-content: left;
}

.poweredby-text-copy {
  margin: 0px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Bebas Neue", cursive;
}

.poweredby-text-app {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Bebas Neue", cursive;
}

@media screen and (max-width: 767px) {
  .poweredby-container {
    /*background-color: #231D4F;*/
    align-items: center;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 25px;
    text-decoration: none;
  }
}

.widget-63d0de {
  /* Link Hover Effects */
}
.widget-63d0de .footer-widget {
  width: 100%;
  padding: 48px 24px;
  background: #f7f7f7;
  box-sizing: border-box;
}
.widget-63d0de .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.widget-63d0de .footer-left {
  flex: 1 1 320px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.widget-63d0de .footer-logo {
  max-width: 140px;
  height: auto;
  object-fit: contain;
  margin-bottom: 16px;
}
.widget-63d0de .footer-title-location-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.widget-63d0de .footer-title {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
.widget-63d0de .footer-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
}
.widget-63d0de .footer-location-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.widget-63d0de .footer-location-icon svg {
  width: 16px;
  height: 16px;
  fill: #555555;
}
.widget-63d0de .social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}
.widget-63d0de .social-icons a {
  text-decoration: none;
}
.widget-63d0de .social-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.widget-63d0de .social-icon-link svg {
  width: 24px;
  height: 24px;
  fill: #333333;
  transition: fill 0.2s ease;
}
.widget-63d0de .social-icon-link:hover svg {
  fill: #0066cc;
}
.widget-63d0de .privacy-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.widget-63d0de .privacy-links a {
  text-decoration: none;
}
.widget-63d0de .privacy-link {
  font-size: 13px;
  color: #666666;
  cursor: pointer;
  text-decoration: none;
}
.widget-63d0de .privacy-separator {
  color: #999999;
  font-size: 13px;
}
.widget-63d0de .footer-right {
  flex: 1 1 400px;
  min-width: 280px;
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: flex-end;
}
.widget-63d0de .quick-links-section {
  min-width: 120px;
  flex-shrink: 0;
}
.widget-63d0de .quick-links-title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 12px 0;
}
.widget-63d0de .quick-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.widget-63d0de .quick-links-list a {
  text-decoration: none;
}
.widget-63d0de .quick-link {
  font-size: 14px;
  color: #444444;
  cursor: pointer;
}
.widget-63d0de .quick-link:hover {
  color: #0066cc;
}
.widget-63d0de .quick-link,
.widget-63d0de .privacy-link {
  position: relative;
  display: inline-block;
  transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}
.widget-63d0de .hover-effect-color .quick-link:hover,
.widget-63d0de .hover-effect-color .privacy-link:hover {
  color: #0066cc;
}
.widget-63d0de .hover-effect-underline .quick-link:hover,
.widget-63d0de .hover-effect-underline .privacy-link:hover {
  color: #0066cc;
}
.widget-63d0de .hover-effect-slide-underline .quick-link,
.widget-63d0de .hover-effect-slide-underline .privacy-link {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s ease, color 0.3s ease;
}
.widget-63d0de .hover-effect-slide-underline .quick-link:hover,
.widget-63d0de .hover-effect-slide-underline .privacy-link:hover {
  background-size: 100% 1px;
  color: #0066cc;
}
.widget-63d0de .hover-effect-lift .quick-link:hover,
.widget-63d0de .hover-effect-lift .privacy-link:hover {
  transform: translateY(-3px);
  color: #0066cc;
}
.widget-63d0de .hover-effect-fade .quick-link:hover,
.widget-63d0de .hover-effect-fade .privacy-link:hover {
  opacity: 0.6;
}
.widget-63d0de .hover-effect-none .quick-link:hover,
.widget-63d0de .hover-effect-none .privacy-link:hover {
  color: inherit;
}
.widget-63d0de .social-icon-link svg {
  transition: fill 0.2s ease, transform 0.25s ease, opacity 0.25s ease;
}
.widget-63d0de .hover-effect-lift .social-icon-link:hover svg {
  transform: translateY(-3px);
}
.widget-63d0de .hover-effect-fade .social-icon-link:hover svg {
  opacity: 0.6;
}
.widget-63d0de .club-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.widget-63d0de .club-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.widget-63d0de .club-title {
  font-size: 40px;
  font-weight: 800;
  color: #1f2937;
  margin: 0;
  flex: 1 1 auto;
}
.widget-63d0de .club-logo {
  max-width: 140px;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
  flex-shrink: 0;
}
.widget-63d0de .club-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.widget-63d0de .club-links {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-start;
}
.widget-63d0de .club-quick-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.widget-63d0de .club-location {
  flex: 1 1 0;
  justify-content: center;
  text-align: center;
}
.widget-63d0de .club-social {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .widget-63d0de .club-footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .widget-63d0de .club-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .widget-63d0de .club-social {
    justify-content: flex-start;
  }
  .widget-63d0de .club-location {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-63d0de .footer-container {
    gap: 30px;
  }
  .widget-63d0de .footer-right {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .widget-63d0de .footer-widget {
    padding: 32px 16px;
  }
  .widget-63d0de .footer-container {
    flex-direction: column;
    gap: 32px;
  }
  .widget-63d0de .footer-left,
  .widget-63d0de .footer-right {
    flex: 1 1 auto;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .widget-63d0de .quick-links-section {
    min-width: 45%;
  }
  .widget-63d0de .quick-links-list {
    gap: 10px;
  }
}

.widget-95b70e {
  --sponsor-columns-desktop: 5;
  /* Desktop column control: cap card growth so row wraps to configured column count */
}
.widget-95b70e .sponsors-widget {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 0;
}
.widget-95b70e .sponsor-header-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 32px 0;
}
.widget-95b70e .sponsor-heading {
  text-align: left;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  color: #1F2937;
}
.widget-95b70e .sponsor-header-divider {
  font-size: 14px;
  color: #9CA3AF;
  line-height: 1;
}
.widget-95b70e .sponsor-view-all {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  color: #1e40af;
  transition: color 0.2s ease;
}
.widget-95b70e .sponsor-view-all a,
.widget-95b70e .sponsor-view-all a:hover,
.widget-95b70e .sponsor-view-all a:visited {
  text-decoration: none;
}
.widget-95b70e .sponsor-view-all {
  transition: color 0.2s ease;
}
.widget-95b70e .sponsor-view-all:hover,
.widget-95b70e .sponsor-view-all:hover a {
  color: #1e3a8a;
}
.widget-95b70e .sponsors-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.widget-95b70e .sponsor-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 140px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  flex: 0 0 auto;
}
.widget-95b70e .sponsor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #D1D5DB;
}
.widget-95b70e .sponsor-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.widget-95b70e .sponsor-logo {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.widget-95b70e .sponsor-logo.grayscale {
  filter: grayscale(100%);
  opacity: 0.7;
}
.widget-95b70e .sponsor-card:hover .sponsor-logo.grayscale {
  filter: grayscale(0%);
  opacity: 1;
}
.widget-95b70e .sponsor-card.no-background {
  background: transparent;
  border-color: transparent;
}
.widget-95b70e .sponsors-grid.stretch-logos {
  justify-content: space-between;
}
.widget-95b70e .sponsors-grid[data-columns-desktop="2"] .sponsor-card {
  flex-basis: calc(50% - 24px);
}
.widget-95b70e .sponsors-grid[data-columns-desktop="3"] .sponsor-card {
  flex-basis: calc(33.3333333333% - 24px);
}
.widget-95b70e .sponsors-grid[data-columns-desktop="4"] .sponsor-card {
  flex-basis: calc(25% - 24px);
}
.widget-95b70e .sponsors-grid[data-columns-desktop="5"] .sponsor-card {
  flex-basis: calc(20% - 24px);
}
.widget-95b70e .sponsors-grid[data-columns-desktop="6"] .sponsor-card {
  flex-basis: calc(16.6666666667% - 24px);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .widget-95b70e .sponsors-grid[data-columns-desktop] .sponsor-card {
    flex-basis: calc(33.3333333333% - 24px);
  }
  .widget-95b70e .sponsor-card {
    width: 150px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .widget-95b70e .sponsors-grid[data-columns-desktop] .sponsor-card {
    flex-basis: calc(50% - 16px);
  }
  .widget-95b70e .sponsors-grid {
    gap: 16px;
  }
  .widget-95b70e .sponsor-card {
    width: 130px;
    height: 100px;
    padding: 12px;
  }
  .widget-95b70e .sponsor-heading {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
