.elementor-kit-14{--e-global-color-primary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-color-91c9e05:#000000;--e-global-color-432799a:#FFFFFF;--e-global-color-de8a288:#111111;--e-global-color-edb411d:#222222;--e-global-color-4397b2e:#333333;--e-global-color-4dbde7a:#77FF00;--e-global-color-33e5be9:#52AE05;--e-global-color-45d4de8:#06B37F;--e-global-color-537c33a:#FFFFFF80;--e-global-color-c6c42e2:#9E09C3;--e-global-color-11ac355:#4B005D;--e-global-color-27d46e5:#282828BA;--e-global-typography-primary-font-family:"Chakra Petch";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Chakra Petch";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Chakra Petch";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Chakra Petch";--e-global-typography-accent-font-weight:500;background-color:#0C0014;color:#FFF1F1;font-family:"Chakra Petch", Sans-serif;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 a{color:#FFFFFF;font-family:"Chakra Petch", Sans-serif;}.elementor-kit-14 h1{color:#FFFFFF;font-size:28px;line-height:1.2em;}.elementor-kit-14 h2{font-size:24px;line-height:1.2em;}.elementor-kit-14 h3{font-size:22px;line-height:1.2em;}.elementor-kit-14 h4{font-size:20px;}.elementor-kit-14 h5{font-size:18px;}.elementor-kit-14 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-14 h1{font-size:26px;}.elementor-kit-14 h2{font-size:22px;}.elementor-kit-14 h3{font-size:18px;}.elementor-kit-14 h4{font-size:16px;}.elementor-kit-14 h5{font-size:14px;}.elementor-kit-14 h6{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-14 h1{font-size:24px;}.elementor-kit-14 h2{font-size:22px;}.elementor-kit-14 h3{font-size:18px;}.elementor-kit-14 h4{font-size:16px;}.elementor-kit-14 h5{font-size:14px;}.elementor-kit-14 h6{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#snow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}
.snowflake {
  position: absolute;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  opacity: 0.9;
  animation-name: snowfall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes snowfall {
  0% { transform: translateY(-100px) translateX(0) rotate(0deg); }
  50% { transform: translateY(50vh) translateX(10px) rotate(180deg); }
  100% { transform: translateY(100vh) translateX(-10px) rotate(360deg); }
}/* End custom CSS */