.elementor-6220 .elementor-element.elementor-element-daa20ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--padding-block-start:024px;--padding-block-end:24px;--padding-inline-start:16px;--padding-inline-end:16px;}.elementor-6220 .elementor-element.elementor-element-6ee0fe2 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:"Rubik", Sans-serif;font-size:20px;font-weight:600;}.elementor-6220 .elementor-element.elementor-element-1891e27 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:"Rubik", Sans-serif;font-weight:600;}@media(max-width:767px){.elementor-6220 .elementor-element.elementor-element-6ee0fe2 .elementor-heading-title{font-size:16px;}.elementor-6220 .elementor-element.elementor-element-1891e27 .elementor-heading-title{font-size:20px;}}@media(min-width:768px){.elementor-6220 .elementor-element.elementor-element-daa20ec{--content-width:960px;}}/* Start custom CSS for shortcode, class: .elementor-element-6df12c3 */.expedition-form {
    display: flex;
    flex-direction: column;
}

.expedition-form > h2 {
    font-size: 16px;
    font-family: Rubik
}

.expedition-dates {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 24px;
    font-family: Rubik
}

.expedition-dates > select {
    height: 48px;
    border-radius: 8px;
}

.expedition-form > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px
}

.expedition-form > button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #28343C;
    color: #FFF;
    border-radius: 8px
}


input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    border: 2px solid #28343C;
    cursor: pointer;
}

input[type="radio"]:checked {
    background-color: #28343C;
    border: 2px solid #28343C;
}

input[type="radio"] + label {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 12px;
}/* End custom CSS */