.elementor-kit-48{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#707070;--e-global-color-accent:#D9902E;--e-global-typography-primary-font-family:"Alexandria";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Alexandria";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Alexandria";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Alexandria";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.1em;background-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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);}.elementor-kit-48 e-page-transition{background-color:#FFBC7D;}.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 */html {
    scroll-behavior: smooth;
}
body, html {
    overflow-x: hidden;
}
p:last-child {
    margin: 0px;
}
.elementor-icon-wrapper, .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
.elementor-button-content-wrapper svg {
    font-size: 18px;
}

.container {
    padding: 100px 10px;
}
@media (max-width: 767px) {
    .container {
        padding: 45px 15px;
    }
}
@media (max-width: 1024px) {
    .container {
        padding: 60px 15px;
    }
}
.blur-20 {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.blur-30 {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
.text-color {
    color: #D57D10;
}

.dot-text:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #D9902E;
    position: absolute;
    top: calc(50% - 6px);
    left: 0px;
}
.dot-text {
    padding-left: 20px;
}

p strong {
    font-weight: 600
}/* End custom CSS */