.elementor-kit-6{--e-global-color-text:#1E1E23;--e-global-color-accent:#FF3B3B;--e-global-color-secondary:#DCDCDC;--e-global-color-primary:#FFFFFF;--e-global-color-53aba74:#E81515;--e-global-color-6179884:#323237;--e-global-color-c437ff0:#C8C8C8;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:75px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-67f8d2f-font-family:"Poppins";--e-global-typography-67f8d2f-font-size:18px;--e-global-typography-67f8d2f-font-weight:600;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:300;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );font-family:"Poppins", Sans-serif;text-decoration:underline;}.elementor-kit-6 h1{font-family:"Poppins", Sans-serif;font-size:60px;font-weight:700;text-transform:uppercase;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;font-size:48px;font-weight:700;text-transform:uppercase;}.elementor-kit-6 h3{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:700;text-transform:uppercase;}.elementor-kit-6 h4{font-family:"Poppins", Sans-serif;font-size:36px;font-weight:700;text-transform:uppercase;}.elementor-kit-6 h5{font-family:"Poppins", Sans-serif;font-size:32px;font-weight:700;text-transform:uppercase;}.elementor-kit-6 h6{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;}.elementor-kit-6 img{border-radius:20px 20px 20px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--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:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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-6{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:25px;font-size:16px;}.elementor-kit-6 h2{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:25px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:18px;--e-global-typography-67f8d2f-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

::selection {
  color: white;
  background-color: #FF3B3B;
}


/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
  border-left: solid 2px #DCDCDC;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: black;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FF3B3B;
}/* End custom CSS */