.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2b5bc06:#09469E;--e-global-color-6ded6c1:#1F2328;--e-global-color-b544d67:#61F5FA;--e-global-color-a62a751:#2552FF;--e-global-typography-primary-font-family:"freight-sans-pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"freight-sans-pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"freight-sans-pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"freight-sans-pro";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;color:var( --e-global-color-6ded6c1 );font-size:18px;line-height:32px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-primary );}.elementor-kit-9 h1{color:var( --e-global-color-2b5bc06 );}.elementor-kit-9 h2{color:var( --e-global-color-2b5bc06 );}.elementor-kit-9 h3{color:var( --e-global-color-accent );}.elementor-kit-9 h4{color:var( --e-global-color-accent );}.elementor-kit-9 h5{color:var( --e-global-color-text );}.elementor-kit-9 h6{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}.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);}@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 */html
{
font-variant-numeric: lining-nums; 
}

main
{
    min-height: calc(100vh - 514px);
}

.ripple-container .elementor-widget-container
{
    position:relative;
}

.circle {
  height:81px;
  width:274px;
  position:absolute;
  top:20px;
  left:137px;
  border-radius:50%;
  background:transparent;
  -webkit-transition:height .25s ease, width .25s ease;
  transition:height .25s ease, width .25s ease;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}



.circle:before,
.circle:after {
  content:'';
  display:block;
  position:absolute;
  top:0; right:0; bottom:0; left:0;
  border-radius:50%;
  border:1px solid white;
  opacity:.25;
}

.circle:before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.circle:after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.circle:hover:before,
.circle:hover:after {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes ripple{
  0% {-webkit-transform:scale(1); }
  75% {-webkit-transform:scale(1.75); opacity:.5;}
  100% {-webkit-transform:scale(2); opacity:0;}
}

@keyframes ripple{
  0% {transform:scale(1); }
  75% {transform:scale(1.75); opacity:.5;}
  100% {transform:scale(2); opacity:0;}
}/* End custom CSS */