.elementor-kit-6{--e-global-color-primary:#143E69;--e-global-color-secondary:#FAFAFA;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-90d91aa:#143E690D;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;}.elementor-widget:not(:last-child){margin-block-end:50px;}.elementor-element{--widgets-spacing:50px 50px;--widgets-spacing-row:50px;--widgets-spacing-column:50px;}{}h1.entry-title{display:var(--page-title-display);}@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 */#qodef-page-inner { 
    padding: 0;
}
.full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw !important;
    position: relative;
    right: 50%;
    width: 100vw;
    padding-inline: 2rem;
}

.video-grid .qodef-video-button.qodef-layout--button .qodef-m-play svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.strike-through-title .qodef-m-title {
    width: fit-content;
    padding-inline: 20px;
    background: rgb(244,244,244);
    margin: auto;
}

.strike-through-title.grey-bg .qodef-m-title {
    background: #EAEBED;
}
.strike-through-title::after {
    content: "";
    height: 1px;
    display: inline-block;
    background: grey;
    width: 100%;
    position: relative;
    top: -30px;
    z-index: -1;
}/* End custom CSS */