.elementor-kit-7
{
    --e-global-color-primary: #0ba5ec;
    --e-global-color-secondary: #1d2939;
    --e-global-color-text: #1d2939;
    --e-global-color-accent: #0ba5ec;
    --e-global-typography-primary-font-family: "Inter";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Inter";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Inter";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Inter";
    --e-global-typography-accent-font-weight: 500;
}
.elementor-kit-7 button, .elementor-kit-7 input[type="button"], .elementor-kit-7 input[type="submit"], .elementor-kit-7 .elementor-button
{
    background-color: var(--e-global-color-primary);
    color: #fff;
    padding: 10px 20px 10px 20px;
}
.elementor-kit-7 button:hover, .elementor-kit-7 button:focus, .elementor-kit-7 input[type="button"]:hover, .elementor-kit-7 input[type="button"]:focus, .elementor-kit-7 input[type="submit"]:hover, .elementor-kit-7 input[type="submit"]:focus, .elementor-kit-7 .elementor-button:hover, .elementor-kit-7 .elementor-button:focus
{
    background-color: var(--e-global-color-secondary);
    color: #fff;
}
.elementor-kit-7 e-page-transition
{
    background-color: #ffbc7d;
}
.elementor-section.elementor-section-boxed>.elementor-container
{
    max-width: 1200px;
}
.e-con
{
    --container-max-width: 1200px;
}
.elementor-widget:not(:last-child)
{
    margin-block-end: 20px;
}
.elementor-element
{
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 20px;
}
.site-header .site-branding
{
    flex-direction: column;
    align-items: stretch;
}
.site-header
{
    padding-inline-end: 0;
    padding-inline-start: 0;
}
.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;
    }
}