.elementor-kit-10{--e-global-color-primary:#F17100;--e-global-color-secondary:#000000;--e-global-color-text:#4A4A4A;--e-global-color-accent:#F4841F;--e-global-color-311f6cf:#FFFFFF;--e-global-color-1865d3a:#CCCCCC;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-text-font-family:"Oswald";color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:20px;font-weight:300;}.elementor-kit-10 a{color:#F4841F;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-kit-10 a:hover{color:var( --e-global-color-primary );text-decoration:underline;}.elementor-kit-10 h1{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-kit-10 h2{color:var( --e-global-color-text );font-family:"Oswald", Sans-serif;font-size:36px;font-weight:500;line-height:1.2em;}.elementor-kit-10 h3{color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:20px;font-weight:400;text-transform:uppercase;}.elementor-kit-10 h4{color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;font-weight:700;}.elementor-kit-10 h5{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-kit-10 h6{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.elementor-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1025px;}}@media(max-width:767px){.elementor-kit-10{font-size:18px;}.elementor-kit-10 h2{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:768px;}}/* Start custom CSS */a.animated-link {
    position: relative;
}
a.animated-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #F4841F;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
a.animated-link:hover {
    text-decoration: none;
}
a.animated-link:hover:before {
  visibility: visible;
  width: 100%;
}

* {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
outline: none !important;
}/* End custom CSS */