.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#E4E2DD;--e-global-color-text:#231F20;--e-global-color-253fa32:#DB4A2B;--e-global-color-d0ca7d1:#231F20;--e-global-color-0a0c90f:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}.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-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 */body {
    overflow-x: hidden !important;
}

@media screen and (max-width: 1080px) {

  .bigboy {font-size:130px !important;line-height:130px !important;}
}

@media screen and (max-width: 980px) {

  .bigboy {font-size:65px !important;line-height: 65px !important;}

}

.hero-banner {
    overflow-x: none;
    position: relative;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -270%;
    width: 300% !important;
    height: 100% !important;
    background:#DB4A2B !important;
    opacity:1;
    transform: skewX(60deg);
    transform-origin: top left;
    z-index: 1;
    pointer-events: none;
    overflow-x: hidden !important;
}

@media only screen and (max-width: 600px) {
  .hero-banner::before {
    content: '';
    position: absolute;
    top: 0;

    background:#DB4A2B !important;
    opacity:1;
    transform: skewX(55deg);
    transform-origin: top left;
    z-index: 1;
    pointer-events: none;
    display: block;
    box-sizing: border-box;
    overflow-x: hidden !important;
}
}/* End custom CSS */