.elementor-kit-201889{--e-global-color-primary:#2D2D2D;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#C42128;--e-global-color-bcc12c6:#666666;--e-global-color-a5ce34f:#2D2D2D;--e-global-color-b46cf86:#FFFFFF;--e-global-color-afe7915:#DDDDDD;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-7e19dcd-font-family:"Jost";--e-global-typography-7e19dcd-font-size:14px;--e-global-typography-7e19dcd-line-height:1.8em;--e-global-typography-7e19dcd-letter-spacing:1px;--e-global-typography-bcd77df-font-family:"Jost";--e-global-typography-bcd77df-font-size:14px;--e-global-typography-bcd77df-line-height:1.5em;--e-global-typography-bcd77df-letter-spacing:0.2px;--e-global-typography-4c1df07-font-family:"Poppins";--e-global-typography-4c1df07-font-weight:400;--e-global-typography-32ff960-font-family:"Poppins";--e-global-typography-32ff960-font-size:13px;--e-global-typography-32ff960-font-weight:600;--e-global-typography-32ff960-text-transform:capitalize;--e-global-typography-32ff960-letter-spacing:0px;--e-global-typography-656e534-font-family:"Poppins";--e-global-typography-656e534-font-size:15px;--e-global-typography-656e534-font-weight:500;--e-global-typography-656e534-text-transform:uppercase;--e-global-typography-656e534-font-style:normal;--e-global-typography-656e534-letter-spacing:0.5px;--e-global-typography-2ec753f-font-family:"Poppins";--e-global-typography-2ec753f-font-size:11px;--e-global-typography-2ec753f-font-weight:300;--e-global-typography-2ec753f-line-height:1.8em;--e-global-typography-2ec753f-letter-spacing:0.3px;background-color:#FFFFFF;color:var( --e-global-color-a5ce34f );font-family:"Poppins", Sans-serif;}.elementor-kit-201889 e-page-transition{background-color:#FFBC7D;}.elementor-kit-201889 p{margin-bottom:10px;}.elementor-kit-201889 a{color:var( --e-global-color-a5ce34f );}.elementor-kit-201889 a:hover{color:#B92025;font-family:"Poppins", Sans-serif;}.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);}.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 */.the-custom-class-i-added-to-the-row {
    overflow: visible;
    z-index: 99999999;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background: #00000;
    border: none;
    border-radius: 3px;
    padding: 1em 2em 1em 1em;
    font-size: 1em;
}
.select-container {position:relative; display: inline;}
.select-container:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .3em;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}
select::-ms-expand {
    display: none;
}/* End custom CSS */