.elementor-kit-13{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#101010;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-color-0676a47:#DCAE12;--e-global-color-518c840:#8B6B29;--e-global-color-fbab0b5:#FFF8B8;--e-global-typography-primary-font-family:"neue-haas-grotesk-display";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-line-height:1.14em;--e-global-typography-secondary-font-family:"neue-haas-grotesk-text";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:bold;--e-global-typography-text-font-family:"neue-haas-grotesk-text";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"neue-haas-grotesk-display";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:bold;background-color:var( --e-global-color-secondary );color:var( --e-global-color-text );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-13 a{color:var( --e-global-color-primary );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-13 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{text-shadow:3px 3px 10px rgba(0,0,0,0.3);color:var( --e-global-color-primary );border-style:none;border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}.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:1024px){.elementor-kit-13{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-13 a{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-13 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-primary-font-size:20px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:18px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-13 a{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-13 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    max-width: 100%;
    overflow-x: hidden;}

.fit {
    width: fit-content;}
.gold {
   background: #DCAE12;
   background: linear-gradient(to right, #DCAE12 0%, #DFA72E 17%, #D8A233 44%, #ECDD9C 97%, #FFF8B8 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;}

.elementor-widget-text-editor p:last-child{
    margin-bottom:0px;
    
}


.elementor-button {
   background: linear-gradient(123deg, #DCAE12, #AA7F23, #D8A233, #E0BA5D);
    background-size: 800% 800%;;

    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    animation: GradientButton 2s ease infinite;
    box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.25), 0px -7px 7px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 6px 0px rgba(255, 255, 255, 0.25) inset;
}

@-webkit-keyframes GradientButton {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframesGradientButton {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes GradientButton {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}/* End custom CSS */