.elementor-kit-6{--e-global-color-primary:#082D5A;--e-global-color-secondary:#15BAE1;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:normal;color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:300;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:28px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 h4{font-size:24px;}.elementor-kit-6 h5{font-size:20px;}.elementor-kit-6 h6{font-size:16px;}.elementor-kit-6 img{border-radius:20px 20px 20px 20px;}.elementor-kit-6 label{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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: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 */.product-button {
    background: transparent;
    border-radius: 20px;
    border: 1px solid #082D5A !important;
    padding: 10px 15px;
    transition: all 300ms;
}

.product-button:hover {
    background: #082D5A;
    color: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #082D5A !important;
    padding: 10px 15px;
}

.product-button.active {
    background: #082D5A !important;
    color: #FFFFFF !important;
    border-radius: 20px;
    border: 1px solid #082D5A !important;
    padding: 10px 15px;
}/* End custom CSS */