.elementor-kit-6{--e-global-color-primary:#EFC22C;--e-global-color-secondary:#F7F5F5;--e-global-color-text:#4B5563;--e-global-color-accent:#281815;--e-global-color-f2bbfc1:#A77B59;--e-global-color-6b91ae1:#EA221F;--e-global-color-a5b2bbb:#8B6D21;--e-global-color-6e08317:#FFFFFF;--e-global-color-f611545:#9CA3AF;--e-global-color-585ec25:#5C4039;--e-global-color-24eaf65:#D8BF9E;--e-global-color-e5f1cec:#3E2B26;--e-global-color-3a56a3c:#D6BFA8;--e-global-color-15759b2:#E5E5E5;--e-global-typography-primary-font-family:"Roboto Slab";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:1.1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var( --e-global-color-accent );border-radius:3px 3px 3px 3px;padding:15px 40px 15px 40px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-6e08317 );color:var( --e-global-color-accent );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-kit-6 h1{font-family:"Roboto Slab", Sans-serif;font-size:4.5rem;font-weight:900;text-transform:uppercase;}.elementor-kit-6 h2{font-family:"Roboto Slab", Sans-serif;font-size:3rem;}.elementor-kit-6 h3{font-family:"Roboto Slab", Sans-serif;}.elementor-kit-6 h4{font-family:"Roboto Slab", Sans-serif;}.elementor-kit-6 h5{font-family:"Roboto Slab", Sans-serif;}.elementor-kit-6 h6{font-family:"Roboto Slab", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-6{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.text-white {
    color: white;
}
.text-gold {
    color: #efc22c;
}

.text-red {
    color: #ca221f;
}

.fade-loop {
  opacity: 0;
  animation: fadeInOut 2s ease-in-out infinite;
}

@keyframes fadeInOut {
  0%   { opacity: 0.5; }
  50%  { opacity: 1; }
  100% { opacity: 0.5; }
}


@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.custom-bounce {

  animation: bounce 3s infinite;
}

.smallbounce{
    animation: smallbounce 3s infinite;
}


@keyframes smallbounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}/* End custom CSS */