.elementor-kit-6{--e-global-color-primary:#262423;--e-global-color-secondary:#C9A961;--e-global-color-text:#262423EB;--e-global-color-accent:#6E2C3A;--e-global-color-c03cf4c:#F6F1E8ED;--e-global-color-657f108:#E8E3D9;--e-global-color-28f814f:#F6F1E8;--e-global-color-6bf1f35:#FAF8F3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-28f814f );color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:16px;}.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-accent );font-family:"Inter", Sans-serif;font-size:13px;font-weight:400;text-transform:uppercase;line-height:24px;letter-spacing:2px;color:var( --e-global-color-28f814f );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;padding:18px 32px 18px 32px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-kit-6 h1{color:var( --e-global-color-28f814f );font-family:"Cormorant Garamond", Sans-serif;font-size:72px;line-height:72px;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"Cormorant Garamond", Sans-serif;font-size:44px;line-height:60px;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"Cormorant Garamond", Sans-serif;font-size:28px;line-height:32px;}.elementor-kit-6 h4{color:var( --e-global-color-primary );font-family:"Cormorant Garamond", Sans-serif;font-size:20px;line-height:26px;}.elementor-kit-6 h5{color:var( --e-global-color-primary );font-family:"Cormorant Garamond", Sans-serif;font-size:16px;line-height:26px;}.elementor-kit-6 h6{color:var( --e-global-color-primary );font-family:"Cormorant Garamond", Sans-serif;font-size:16px;line-height:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}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 */.topline h3{
    color: var( --e-global-color-accent ) !important;
    text-transform: uppercase;
    font-family: 'Inter' !important;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 3.25px;
}

.secondary .elementor-button{
    padding:0 !important;
    color: var( --e-global-color-accent ) !important;
    background-color:transparent !important;
}

.image-border {
    position: relative;
    display: inline-block;
    height: fit-content;
    width: fit-content;
    &:before {
         content: "";
        position: absolute;
        top: -15px;
        left: -15px;
        width: 100%;
        height: 100%;
        background: var( --e-global-color-accent );
        opacity: 0.08;
        z-index: 0;
    }
    &:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        width: 100%;
        height: 100%;
        border:2px solid var( --e-global-color-accent );
        opacity: 0.08;
        z-index: 0;
    }

    img {
        display: block;
        position: relative;
        z-index: 1;
    }
}/* End custom CSS */