.elementor-62 .elementor-element.elementor-element-e42221a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-62 .elementor-element.elementor-element-950aa80 iframe{height:600px;}/* Start custom CSS for contactform, class: .elementor-element-2bd8cc8 */.wpcf7 select.form-control {
    width: 100%;
    height: 60px;
    padding: 0 45px 0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-size: 14px;
    
    /* Remove default arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* Custom arrow */
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
}

/* Fix for IE/Edge */
.wpcf7 select.form-control::-ms-expand {
    display: none;
}
.wpcf7-form-control.form-control {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-size: 14px;
}

.wpcf7 textarea.form-control {
    height: 140px;
    padding-top: 15px;
}

.wpcf7 select.form-control {
    appearance: none;
}/* End custom CSS */