.elementor-kit-80{--e-global-color-primary:#11637E;--e-global-color-secondary:#D0EEF9;--e-global-color-text:#000000;--e-global-color-accent:#E55510;--e-global-color-b1d5c44:#363E4F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:10px;--e-global-typography-text-font-weight:700;--e-global-typography-text-text-transform:uppercase;--e-global-typography-text-line-height:1.25px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:30px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.3333px;--e-global-typography-accent-letter-spacing:-0.6px;--e-global-typography-8a109c9-font-family:"Roboto";--e-global-typography-8a109c9-font-size:14px;--e-global-typography-8a109c9-font-weight:400;--e-global-typography-8a109c9-line-height:1.3333em;--e-global-typography-8a109c9-letter-spacing:0.25px;--e-global-typography-39a9859-font-family:"Roboto";--e-global-typography-39a9859-font-size:18px;--e-global-typography-39a9859-font-weight:500;--e-global-typography-5778fc2-font-family:"Inter";--e-global-typography-5778fc2-font-size:12px;--e-global-typography-5778fc2-font-weight:400;--e-global-typography-5778fc2-line-height:0.9em;}.elementor-kit-80 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:1024px){.elementor-kit-80{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:17px;--e-global-typography-text-font-size:10px;--e-global-typography-accent-font-size:28px;--e-global-typography-5778fc2-font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-80{--e-global-typography-primary-font-size:20px;--e-global-typography-secondary-font-size:16px;--e-global-typography-text-font-size:10px;--e-global-typography-accent-font-size:26px;--e-global-typography-5778fc2-font-size:10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    overflow-x: hidden;
}

body.search.search-results article.page {
    display: none !important;
}

a {
    color: var(--e-global-color-primary);
}

.why-are-you-doing-this {
    display: none;
}

.link-attachment {
    overflow: hidden;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 15px 10px !important;
    border-radius: 8px !important;
    background-color: transparent;
    line-height: 1.333em;
}

.link-attachment svg {
    width: 100%;
    max-width: 24px;
    height: auto;
    margin-right: 5px;
}

.link-attachment::before {
    position: absolute;
    display: block;
    content: "";
    inset: 0;
    background-color: var(--e-global-color-primary);
    opacity: 1;
    z-index: -1;
}

@media (min-width: 1025px) {
    .link-attachment::before {
        transition: opacity 0.3s ease-out;
    }
    .link-attachment:hover::before {
        opacity: 0.85;
    }
}/* End custom CSS */