:root {
  --ast-global-color-0: #046bd2;
  --ast-global-color-1: #045cb4;
  --ast-global-color-2: #1e293b;
  --ast-global-color-3: #334155;
  --ast-global-color-5: #ffffff;
  --ast-global-color-6: #d1d5db;
  --accent: #eb7d35;
  --ast-normal-container-width: 1200px;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ast-global-color-3);
  background: var(--ast-global-color-5);
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--ast-global-color-0);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--ast-global-color-1);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: var(--ast-global-color-2);
}

h1,
.entry-content h1 {
  font-size: 36px;
  line-height: 1.4em;
}

h2,
.entry-content h2 {
  font-size: 30px;
  line-height: 1.3em;
}

h3,
.entry-content h3 {
  font-size: 24px;
  line-height: 1.3em;
}

p {
  margin: 0 0 1.6em;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 8px;
  z-index: 9999;
  padding: 10px 14px;
  background: #fff;
}

.skip-link:focus {
  left: 8px;
}

#page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.ast-container {
  max-width: var(--ast-normal-container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ast-above-header-bar {
  min-height: 64px;
  border-bottom: 1px solid #eaeaea;
}

.site-above-header-wrap {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ast-header-html {
  text-align: center;
}

.ast-builder-html-element {
  font-size: 24px;
  line-height: 1.25;
  color: #111;
}

.ast-primary-header-bar {
  min-height: 78px;
}

.site-primary-header-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-header-menu .menu-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.main-header-menu > .menu-item > .menu-link {
  display: flex;
  align-items: center;
  height: 78px;
  padding-left: 20px;
  padding-right: 0;
  color: var(--ast-global-color-3);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease;
}

.main-header-menu > .menu-item > .menu-link:hover,
.main-header-menu > .menu-item.current-menu-item > .menu-link {
  color: var(--ast-global-color-1);
  transform: scale(1.2);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ast-global-color-3);
  font: inherit;
}

.site-content {
  flex-grow: 1;
}

.ast-page-builder-template .site-content > .ast-container {
  max-width: 100%;
  padding: 0;
}

.content-area,
.site-main,
.ast-article-single {
  margin: 0;
  padding: 0;
}

.entry-header.ast-no-title {
  margin: 0;
}

.entry-content {
  margin: 0;
}

.elementor {
  width: 100%;
}

.e-con {
  position: relative;
}

.e-con-boxed > .e-con-inner {
  max-width: var(--ast-normal-container-width);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.elementor-widget-container > :last-child {
  margin-bottom: 0;
}

.elementor-widget-heading .elementor-heading-title {
  margin: 0;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

.elementor-11 .elementor-element-5b7fc0f {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.elementor-11 .elementor-element-5b7fc0f::before,
.elementor-11 .elementor-element-5b7fc0f::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.35)), url("assets/background.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-11 .elementor-element-5b7fc0f::after {
  background-image: linear-gradient(rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.35)), url("assets/background2.png");
  animation: heroBackgroundFade 10s infinite ease-in-out;
}

@keyframes heroBackgroundFade {
  0%,
  42% {
    opacity: 0;
  }
  50%,
  92% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.elementor-11 .elementor-element-5b7fc0f > .e-con-inner {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
}

.elementor-11 .elementor-element-373f330 {
  position: absolute;
  top: 90px;
  left: 50%;
  width: 100vw;
  max-width: none;
  transform: translateX(-50%);
  text-align: center;
}

.elementor-11 .elementor-element-373f330 > .elementor-widget-container {
  margin: 70px 0 0;
}

.elementor-11 .elementor-element-373f330 .elementor-heading-title {
  color: #fff;
  font-size: clamp(64px, 5.8vw, 104px);
  font-weight: 700;
  line-height: 1.16;
  white-space: normal;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

.elementor-11 .elementor-element-6d102af {
  position: absolute;
  top: 455px;
  left: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(28px, 2.1vw, 38px);
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.elementor-11 .elementor-element-6d102af > .elementor-widget-container {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.elementor-11 .elementor-element-9925773,
.elementor-11 .elementor-element-55dcfcc {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

.elementor-11 .elementor-element-9925773 {
  top: 515px;
  font-size: clamp(20px, 1.45vw, 28px);
}

.elementor-11 .elementor-element-registercta {
  position: absolute;
  top: 595px;
  left: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.hero-register-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55em 1.6em;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  background: rgba(6, 77, 150, 0.42);
  color: #fff;
  font-size: clamp(28px, 2.1vw, 38px);
  font-weight: 600;
  line-height: 1;
  text-shadow: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(4px);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.hero-register-button:hover,
.hero-register-button:focus {
  color: #fff;
  background: rgba(6, 77, 150, 0.62);
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
}

.elementor-11 .elementor-element-55dcfcc {
  top: 840px;
  font-size: clamp(19px, 1.35vw, 28px);
  line-height: 1.9;
}

.elementor-11 .elementor-element-912e2ea,
.elementor-11 .elementor-element-cd25eca,
.elementor-page-section {
  display: flex;
  flex-direction: column;
}

.elementor-11 .elementor-element-fa306a1 > .elementor-widget-container,
.elementor-page-section .section-heading > .elementor-widget-container {
  margin: 30px 0 0;
}

.elementor-11 .elementor-element-fa306a1 .elementor-heading-title,
.elementor-11 .elementor-element-c9ced59 .elementor-heading-title,
.elementor-page-section .section-heading .elementor-heading-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.elementor-11 .elementor-element-9b7ddf7,
.elementor-page-section .text-editor {
  text-align: justify;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
}

.elementor-11 .elementor-element-9b7ddf7,
.elementor-11 .elementor-element-f8f2adb {
  text-align: left;
}

.elementor-11 .elementor-element-c9ced59 > .elementor-widget-container {
  margin: 20px 0 0;
}

.elementor-11 .elementor-element-f8f2adb > .elementor-widget-container {
  margin: 0 0 50px;
}

.page-title-section {
  padding: 64px 0 20px;
}

.page-title-section h1 {
  margin: 0;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.page-content-section {
  padding-bottom: 80px;
}

.page-content-section .elementor-widget-container {
  max-width: var(--ast-normal-container-width);
}

.committee-content-section .elementor-widget-container {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(24px);
  text-align: left;
}

.committee-content-section .text-editor,
.committee-content-section .text-editor p {
  text-align: left;
}

.notice-list {
  margin: 0 0 1.6em;
  padding-left: 1.25em;
}

.notice-list li {
  margin-bottom: 0.55em;
}

.highlight-link {
  color: #c85816;
  font-weight: 700;
}

.highlight-link:hover,
.highlight-link:focus {
  color: #a7450f;
  text-decoration: underline;
}

.simple-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.8em;
}

.simple-table th,
.simple-table td {
  border: 1px solid #d9d9d9;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.simple-table th {
  color: #000;
  background: #f7f7f7;
}

.simple-table th:first-child,
.simple-table td:first-child {
  width: 180px;
  min-width: 180px;
}

.photo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 50px;
}

.photo-row figure {
  margin: 0;
}

.photo-row img {
  width: 100%;
}

.photo-row figcaption {
  margin-top: 10px;
  color: var(--ast-global-color-3);
  font-size: 15px;
  text-align: center;
}

.site-below-footer-wrap {
  min-height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eaeaea;
  background: #fff;
}

.ast-footer-copyright {
  display: flex;
  justify-content: center;
  color: var(--ast-global-color-3);
  font-size: 16px;
  text-align: center;
}

.ast-footer-copyright p {
  margin: 0;
}

.ast-scroll-top-icon {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
}

.ast-scroll-top-icon svg {
  width: 18px;
  transform: rotate(180deg);
  fill: currentColor;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1024px) {
  .elementor-11 .elementor-element-5b7fc0f {
    min-height: 0;
  }

  .elementor-11 .elementor-element-5b7fc0f > .e-con-inner {
    min-height: 430px;
  }

  .elementor-11 .elementor-element-373f330 {
    top: 44px;
  }

  .elementor-11 .elementor-element-373f330 .elementor-heading-title {
    font-size: clamp(38px, 5.2vw, 56px);
  }

  .elementor-11 .elementor-element-6d102af {
    top: 236px;
    width: 100%;
    max-width: 100%;
    font-size: 22px;
  }

  .elementor-11 .elementor-element-6d102af > .elementor-widget-container {
    margin: 0;
  }

  .elementor-11 .elementor-element-9925773 {
    top: 275px;
    font-size: 18px;
  }

  .elementor-11 .elementor-element-registercta {
    top: 318px;
  }

  .hero-register-button {
    font-size: 22px;
  }

  .elementor-11 .elementor-element-55dcfcc {
    top: 465px;
    font-size: 17px;
  }
}

@media (max-width: 921px) {
  .site-above-header-wrap {
    display: flex;
    justify-content: center;
  }

  .ast-builder-html-element {
    font-size: 20px;
    text-align: center;
  }

  .site-primary-header-wrap {
    justify-content: flex-start;
    min-height: 58px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
  }

  .main-header-menu {
    display: none;
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    padding-bottom: 14px;
  }

  .main-navigation.is-open .main-header-menu {
    display: flex;
  }

  .main-header-menu > .menu-item > .menu-link {
    height: 42px;
    padding-left: 0;
    transform: none !important;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .ast-builder-html-element {
    font-size: 15px;
  }

  .elementor-11 .elementor-element-5b7fc0f > .e-con-inner {
    min-height: 390px;
  }

  .elementor-11 .elementor-element-373f330 {
    top: 38px;
  }

  .elementor-11 .elementor-element-373f330 > .elementor-widget-container {
    margin: 0;
  }

  .elementor-11 .elementor-element-373f330 .elementor-heading-title {
    font-size: clamp(22px, 6.4vw, 34px);
  }

  .elementor-11 .elementor-element-6d102af {
    top: 158px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
  }

  .elementor-11 .elementor-element-6d102af > .elementor-widget-container {
    margin: 0;
  }

  .elementor-11 .elementor-element-9925773 {
    top: 182px;
    font-size: 11px;
  }

  .elementor-11 .elementor-element-registercta {
    top: 212px;
  }

  .hero-register-button {
    padding: 0.42em 1.2em;
    font-size: 14px;
  }

  .elementor-11 .elementor-element-55dcfcc {
    top: 306px;
    font-size: 11px;
    line-height: 1.7;
  }

  .elementor-11 .elementor-element-fa306a1 > .elementor-widget-container,
  .elementor-page-section .section-heading > .elementor-widget-container {
    margin: 10px 0 0;
  }

  .elementor-11 .elementor-element-fa306a1 .elementor-heading-title,
  .elementor-11 .elementor-element-c9ced59 .elementor-heading-title,
  .elementor-page-section .section-heading .elementor-heading-title,
  .page-title-section h1 {
    font-size: 15px;
  }

  .photo-row {
    grid-template-columns: 1fr;
  }
}
