.elementor-kit-3276{--e-global-color-secondary:#010A1A;--e-global-color-primary:#1A2331;--e-global-color-text:#FFFFFF99;--e-global-color-accent:#ED1D24;--e-global-color-8fd3bd3:#FFFFFF;--e-global-color-3dbed39:#F2B827;--e-global-color-faf5c36:#404040;--e-global-color-984d2e7:#212529;--e-global-typography-primary-font-family:"Public Sans";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Orbitron";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Public Sans";--e-global-typography-text-font-weight:400;background-color:var( --e-global-color-secondary );font-size:16px;}.elementor-kit-3276 button,.elementor-kit-3276 input[type="button"],.elementor-kit-3276 input[type="submit"],.elementor-kit-3276 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Orbitron", Sans-serif;font-weight:700;text-transform:uppercase;color:var( --e-global-color-8fd3bd3 );}.elementor-kit-3276 button:hover,.elementor-kit-3276 button:focus,.elementor-kit-3276 input[type="button"]:hover,.elementor-kit-3276 input[type="button"]:focus,.elementor-kit-3276 input[type="submit"]:hover,.elementor-kit-3276 input[type="submit"]:focus,.elementor-kit-3276 .elementor-button:hover,.elementor-kit-3276 .elementor-button:focus{background-color:#C01D22;box-shadow:0px 0px 10px 0px rgba(255, 0, 0, 0.5);}.elementor-kit-3276 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3276 h1{font-family:"Orbitron", Sans-serif;font-size:64px;font-weight:700;}.elementor-kit-3276 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-3276 h3{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-3276 h4{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-3276 h5{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-3276 h6{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-kit-3276 button,.elementor-kit-3276 input[type="button"],.elementor-kit-3276 input[type="submit"],.elementor-kit-3276 .elementor-button{letter-spacing:1px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.blink-me {
  /* Binds the 'blinker' animation, runs for 1 second, is linear, and repeats infinitely */
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  /* At 50% through the animation cycle, the opacity is 0 (invisible) */
  50% {
    opacity: 0;
  }
}

.circle {
    background: red;
    border-radius: 50%;
    height: 1rem;
    width: 1rem;
    display: inline-block;
    margin-right: 8px;
}

.red {
    color: red;
}/* End custom CSS */