.elementor-field-group-field_fdda0b3 select,
.elementor-field-group-field_fdda0b3 .select-caret-down-wrapper {
  display: none !important;
}

.elementor-field-group-field_fdda0b3 {
  align-self: flex-start !important;
}

.elementor-field-group-field_fdda0b3 .elementor-select-wrapper {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  min-height: 0 !important;
  height: auto !important;
  line-height: normal !important;
}

.auf-custom-select {
  position: relative;
  width: 100%;
  font-family: "Helvetica", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.3;
}

.auf-custom-select__current {
  width: 100%;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 16px !important;
  border-bottom: 1px solid #69727d;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: rgba(255,255,255,.55);
}

.auf-custom-select.is-open .auf-custom-select__current {
  border-bottom-color: transparent;
}

.auf-custom-select__arrow {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.auf-custom-select__arrow svg {
  display: block;
  transition: transform .2s ease;
}

.auf-custom-select.is-open .auf-custom-select__arrow svg {
  transform: rotate(180deg);
}

.auf-custom-select__options {
  display: none;
  position: absolute;
  top: 44px !important;
  left: 0 !important;
  z-index: 99;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 16px 18px 16px !important;
  background: #1c1c1c;
  border-bottom: 1px solid #69727d;
}

.auf-custom-select.is-open .auf-custom-select__options {
  display: block;
}

.auf-custom-select__option {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  color: #fff;
  font-family: "Helvetica", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.3;
  cursor: pointer;
}

.auf-custom-select__option:first-child {
  padding-top: 18px;
}

.auf-custom-select__option:last-child {
  margin-bottom: 0;
}

.auf-custom-select__option:hover,
.auf-custom-select__option.is-active {
  text-decoration: underline;
}