.elementor-kit-13{--e-global-color-primary:#091F4D;--e-global-color-secondary:#DD2F6A;--e-global-color-text:#091F4D;--e-global-color-accent:#30B2BD;--e-global-color-972eca1:#FFFFFF;--e-global-color-5c82d69:#000000;--e-global-typography-primary-font-family:"Mulish";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Mulish";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Mulish";--e-global-typography-accent-font-weight:500;--e-global-typography-9550794-font-family:"Mulish";--e-global-typography-9550794-font-size:40px;--e-global-typography-9550794-font-weight:900;--e-global-typography-9550794-text-transform:uppercase;--e-global-typography-51288ee-font-family:"Mulish";--e-global-typography-51288ee-font-size:32px;--e-global-typography-51288ee-font-weight:900;--e-global-typography-51288ee-line-height:1.1em;--e-global-typography-e935e17-font-family:"Mulish";--e-global-typography-e935e17-font-size:24px;--e-global-typography-e935e17-font-weight:900;--e-global-typography-e935e17-line-height:1.1em;--e-global-typography-81060ab-font-family:"Mulish";--e-global-typography-81060ab-font-size:20px;--e-global-typography-81060ab-font-weight:900;--e-global-typography-c0a163c-font-family:"Mulish";--e-global-typography-c0a163c-font-size:16px;--e-global-typography-c0a163c-font-weight:600;--e-global-typography-82cf040-font-family:"Mulish";--e-global-typography-82cf040-font-size:28px;--e-global-typography-82cf040-font-weight:900;--e-global-typography-82cf040-line-height:1.2lh;--e-global-typography-6b6d554-font-family:"Mulish";--e-global-typography-6b6d554-font-weight:700;color:var( --e-global-color-primary );font-family:"Mulish", Sans-serif;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-972eca1 );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-accent );}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:var( --e-global-color-972eca1 );color:var( --e-global-color-accent );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-accent );}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:var( --e-global-color-secondary );}.elementor-kit-13 h1{color:var( --e-global-color-primary );font-weight:900;}.elementor-kit-13 h2{color:var( --e-global-color-primary );font-weight:900;}.elementor-kit-13 h3{color:var( --e-global-color-primary );font-weight:900;}.elementor-kit-13 h4{color:var( --e-global-color-primary );font-weight:900;}.elementor-kit-13 h5{color:var( --e-global-color-primary );font-weight:900;}.elementor-kit-13 h6{color:var( --e-global-color-primary );font-weight:900;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:650px;}.e-con{--container-max-width:650px;}.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);}.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-kit-13{--e-global-typography-9550794-font-size:28px;--e-global-typography-9550794-line-height:1.1em;--e-global-typography-51288ee-font-size:24px;--e-global-typography-e935e17-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Background Color on Main Headings */
h1 {
    background-color: var(--e-global-color-accent);
    padding: 10px 15px !important;
}

/* Image Captions */
figcaption {
    padding: 0 15px;
    font-size: 14px;
}

/* Infoboxes */
.roverway-infobox {
    border-radius: 10px;
}

/* Margin after ul */
ul, ol {
    margin-bottom: 25px;
}

/* Language Switcher */
.cpel-switcher__code {
    background-color: var(--e-global-color-accent);
    padding: 12px 24px !important;
    border-width: 2px;
    border-style: solid;
    border-color: var(--e-global-color-accent);
}

.cpel-switcher__code:hover {
    background-color: var(--e-global-color-972eca1);
    border-width: 2px;
    color: var(--e-global-color-accent);
}

.cpel-switcher__lang--active span {
    background-color: var(    --e-global-color-972eca1) !important;
}/* End custom CSS */