.elementor-kit-7{--e-global-color-primary:#EB5A35;--e-global-color-secondary:#F3F4EC;--e-global-color-text:#000000;--e-global-color-accent:#83AB85;--e-global-typography-primary-font-family:"gamay-wide";--e-global-typography-primary-font-size:4vw;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"gamay-wide";--e-global-typography-secondary-font-size:2vw;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"andale-mono-mt-pro";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"gamay-wide";--e-global-typography-accent-font-size:1.2vw;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;background-color:var( --e-global-color-secondary );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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:1025px){.elementor-kit-7{--e-global-typography-secondary-font-size:2.6vw;--e-global-typography-accent-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:7.2vw;--e-global-typography-secondary-font-size:5.3vw;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html,body{
    max-width: 100% !important;
    overflow-x: hidden !important;
}
.button a{
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  border-radius: 0;
  background-color: #EB5A35;
  color: white;
  transition: all .1s ease-in-out;
}

.button a:hover {
  color: #F3F4EC !important;

  
}

.button a::before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0px;
  width: 0;
  height: 100%;
  content: "";
  background-color: #83AB85;
  transition: all 700ms ease-in-out;
}

.button a:hover::before {
  left: unset;
  right: 0;
  width: 100%;
  transform: rotate(0deg);
  
}



.button2 a{
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  border-radius: 0;
  background-color: #F3F4EC !important;
  color: black !important;
  border: 2px black solid !important;
  transition: all .0s ease-in-out;
}

.button2 a:hover {
  color: #F3F4EC !important;
background-color: #F3F4EC !important;
  
}

.button2 a::before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0px;
  width: 0;
  height: 100%;
  content: "";
   transform: rotate(0deg);
  background-color: #EB5A35;
  transition: all 500ms ease-in-out;
}

.button2 a:hover::before {
  left: unset;
  right: 0;
  width: 100%;
  transform: rotate(0deg);
  
}


.button3 a{
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  border-radius: 0;
  background-color: transparent !important;
  color: white;
  transition: all .3s ease-in-out;
}

.button3 a:hover {
  color: black !important;
  background-color: #F3F4EC !important;
  
}

.button3 a::before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #EB5A35;
  transform: rotate(0deg);
  transition: all 700ms ease-in-out;
}

.button3 a:hover::before {
  left: unset;
  left: 35%;
  width: 23%;
  transform: rotate(0deg);
}



.cky-title, .cky-btn,
.cky-accordion-btn{
   font-family: var(--e-global-typography-primary-font-family),Sans-serif !important;
 
}

.cky-title{
    font-weight: bold !important;
    text-transform: uppercase !important;
}




.cky-accordion-header-des,
.cky-notice-des p{
 font-family: var(--e-global-typography-text-font-family), Sans-serif !important;   
}/* End custom CSS */