.elementor-kit-6{--e-global-color-primary:#33BA91;--e-global-color-secondary:#33BA91;--e-global-color-text:#282B2B;--e-global-color-accent:#009494;--e-global-color-77d5a98:#03A7B2;--e-global-color-21c4d5a:#DFE0DF;--e-global-color-66d2761:#EAEBEB;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );color:#FCFCFC;}.elementor-kit-6 h1{font-size:46px;font-weight:700;line-height:1.2;}.elementor-kit-6 h2{font-size:36px;line-height:1.2;}.elementor-kit-6 h3{font-size:clamp(1.5rem, 3vw, 2.5rem);}.elementor-kit-6 h5{line-height:1.2;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:4em;--container-default-padding-right:1em;--container-default-padding-bottom:4em;--container-default-padding-left:1em;}.elementor-widget:not(:last-child){margin-block-end:1em;}.elementor-element{--widgets-spacing:1em 1em;--widgets-spacing-row:1em;--widgets-spacing-column:1em;}{}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-kit-6 h1{font-size:36px;}.elementor-kit-6 h2{font-size:26px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 h4{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    scroll-behavior: smooth;
}


@media only screen and (min-width: 0rem) {
  :root {
    /* remove this whole :root and put in your global css file that's shared on all pages, then just remove this section from all other Stitches you add later, only need this once in your global stylesheet */
    --primary: #33ba91;
    --secondary: #fcfcfc;
    --secondaryLight: #fcfcfc;
    --headerColor: #1F2629;
    --bodyTextColor: #1F2629;
    --bodyTextColorWhite: #1F2629;
    /* 13px - 16px */
    --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
    /* 31px - 49px */
    --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
    --bodyFontSize: 1rem;
    /* 60px - 100px top and bottom */
    --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
  }

.picture {
    display: block;
    position: relative;
    width: 100%;
    max-width: 39.375rem;
    /* 400px - 775px */
    height: clamp(25rem, 70vw, 48.4375rem);
    box-shadow: 0px 2.80579px 42.0868px rgba(0, 0, 0, 0.16);
    /* 100px - 200px */
    border-radius: 0 clamp(6.25rem, 17vw, 12.5rem) 0 clamp(6.25rem, 17vw, 12.5rem);
    /* clips img tag corners */
    overflow: hidden;
  }
  
  .picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  
 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
  }
  
   .cs-button-solid:before {
    content: '';
    color: #fff!important;
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
   
    transition: width .3s;
  }
  .cs-button-solid:hover:before {
    width: 100%;
    color: #fff!important;

  }
  a:hover {
          color: #fff!important;

  }
  
  .infobox {
      border-radius: 0 clamp(6.25rem, 17vw, 12.5rem) 0 clamp(6.25rem, 17vw, 12.5rem);
          box-shadow: 0px 2.80579px 42.0868px rgba(0, 0, 0, 0.16);

  }
}


.fadeInUp {
    animation: mdwFadeInUp 0.6s ease-in-out forwards !important;
}

@keyframes mdwFadeInUp{
0%{
    transform: translateY(50px);
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
100%{
    transform: translateY(0);
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

.fadeInRight {
    animation: mdwFadeInright 0.6s ease-in-out backwards !important;
}

@keyframes mdwFadeInright{
0%{
    transform: translateX(50px);
    opacity: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
100%{
    transform: translateX(0);
    opacity: 1;
    
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
}

.fadeInLeft {
    animation: mdwFadeInleft 0.6s ease-in-out forwards !important;
}

@keyframes mdwFadeInleft{
0%{
    transform: translateX(-50px);
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
100%{
    transform: translateX(0);
    opacity: 1;
    
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
}

.cw-loader-button:hover {
    background-color: #33ba91;
}

.cw-loader-button:focus {
    background-color: #33ba91;
}

body {
    overflow-x: hidden;
}

html {
    overflow:inherit;
    overflow-x: hidden;
}/* End custom CSS */