.elementor-kit-6{--e-global-color-primary:#5E81DB;--e-global-color-secondary:#F0F5FA;--e-global-color-text:#121C39;--e-global-color-accent:#FFDC30;--e-global-typography-primary-font-family:"magistral";--e-global-typography-primary-font-size:34px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"magistral";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"myriad-pro";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"magistral";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:600;}.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);}.elementor-kit-6 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 */.white-corner {
   background:
    linear-gradient(to right, white 4px, transparent 4px) 0 0,
    linear-gradient(to left, white 4px, transparent 4px) 100% 100%,
    linear-gradient(to bottom, white 4px, transparent 4px) 0 0,
    linear-gradient(to top, white 4px, transparent 4px) 100% 100%;

  background-repeat: no-repeat;
  background-size: 75px 55px;
}

.yellow-corner {
   background:
    linear-gradient(to right, #FFDC30 4px, transparent 4px) 0 0,
    linear-gradient(to left, #FFDC30 4px, transparent 4px) 100% 100%,
    linear-gradient(to bottom, #FFDC30 4px, transparent 4px) 0 0,
    linear-gradient(to top, #FFDC30 4px, transparent 4px) 100% 100%;

  background-repeat: no-repeat;
  background-size: 75px 55px;
}

.left-tile{
    /*width: 220px;
    height: 100px;*/

    clip-path: polygon(
        /*Top-left corner*/
        0 0,
    /* Top-right corner*/
        95% 0,
    /*Bottom-right corner*/
        100% 100%,
    /* Bottom-left corner*/
         0 90%
            );
}

.right-tile{
    /*width: 220px;
    height: 100px;*/

    clip-path: polygon(
        /*Top-left corner*/
        0 0,
    /* Top-right corner*/
        95% 0,
    /*Bottom-right corner*/
        100% 100%,
    /* Bottom-left corner*/
         0 90%
            );
}

.cta-button-blue{
    background-color: var(--e-global-color-primary) !important;
    box-shadow: none;
    text-decoration: none;
    border-radius: 3px;
    padding: 8px 24px;
    color: #fff;
    border-style: none;
    font-family: magistral, sans-serif;
    font-size: 20px;
    font-weight: 600;
}/* End custom CSS */