.elementor-kit-8{--e-global-color-primary:#232226;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#4D4D4D;--e-global-color-accent:#D71B20;--e-global-color-5836ab5:#960D15;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-line-height:3.5rem;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5rem;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80rem;}.e-con{--container-max-width:80rem;--container-default-padding-top:0rem;--container-default-padding-right:0rem;--container-default-padding-bottom:0rem;--container-default-padding-left:0rem;}.elementor-widget:not(:last-child){--kit-widget-spacing:0rem;}.elementor-element{--widgets-spacing:0rem 0rem;--widgets-spacing-row:0rem;--widgets-spacing-column:0rem;}{}h1.entry-title{display:var(--page-title-display);}@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::-webkit-scrollbar {
width: 10px;
}
body::-webkit-scrollbar-track {
background: #f8f8f8;
}
body::-webkit-scrollbar-thumb {
background-color: #D71B20;
border-radius: 10px;
border: 1px solid #f8f8f8;
}
p:last-child{
    margin-bottom:0px;
}
html, body{
	width: 100%;
	overflow-x: hidden;
}
[data-elementor-type="wp-page"]{
    overflow: hidden;
}
[data-elementor-type="wp-post"]{
    overflow: hidden;
}
.elementor-button span {
    align-self: center;
}
#shake {
  animation: shake-animation 4.1s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes shake-animation {
   0% { transform:translate(0,0) }
  1.78571% { transform:translate(5px,0) }
  3.57143% { transform:translate(0,0) }
  5.35714% { transform:translate(5px,0) }
  7.14286% { transform:translate(0,0) }
  8.92857% { transform:translate(5px,0) }
  10.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}
.degrade{
background: linear-gradient(45deg, #960D15, #D71B20);
background-clip: text;
-webkit-background-clip: text;
color: transparent !important;
-webkit-text-fill-color: transparent;
font-family: Melvis One !important;
font-weight: 400;
font-size: 60px;
}
@media screen and (max-width: 767px) {
.degrade{
background: linear-gradient(45deg, #960D15, #D71B20);
background-clip: text;
-webkit-background-clip: text;
color: transparent !important;
-webkit-text-fill-color: transparent;
font-family: Melvis One !important;
font-weight: 400;
font-size: 40px;
}
}/* End custom CSS */