/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./strauss_code/cartridges/app_strauss_coffee/cartridge/client/default/scss/contactUs.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.load-more {
  width: 222px;
  height: 58.39px;
  border: 1px solid #5f7082;
  border-radius: 15px;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #5f7082;
}

.load-more-text {
  font-style: normal;
  font-weight: 400;
  font-size: 27.1078px;
  line-height: 84.5%;
}

.load-more:hover {
  width: 222px;
  height: 58.39px;
  border: 1px solid #5f7082;
  border-radius: 15px;
  background: #5f7082;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.choose-package-cta {
  width: 194.98px;
  height: 69.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 40.2932px;
  background: #fff;
  color: #564e4a;
}

.choose-package-cta:hover {
  width: 194.98px;
  height: 69.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 40.2932px;
  background: #564e4a;
  color: #fff;
}

.choose-package-cta-text {
  font-style: normal;
  font-weight: 500;
  font-size: 21.8985px;
  line-height: 84.5%;
  position: absolute;
  left: 66px;
  top: 24px;
  bottom: 26px;
}

.choose-package-cta-icon {
  position: absolute;
  left: 39px;
  top: 27px;
  bottom: 27px;
  width: 7px;
  height: auto;
}

.choose-package-cta .choose-package-cta-icon path {
  fill: #fff;
}

.promotion-cta {
  width: 203px;
  height: 65px;
  background: #fff;
  border-radius: 81.1052px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.promotion-cta:hover {
  width: 203px;
  height: 65px;
  background: #fff;
  border-radius: 81.1052px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 13px 15px rgba(0, 0, 0, 0.25);
}

.add-basket-cta {
  height: 56.89px;
  width: 149px;
  background: #0a2240;
  border-radius: 70.176px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.add-basket-cta:hover {
  height: 56.89px;
  width: 149px;
  background: #00152f;
  border-radius: 70.176px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.add-basket-cta-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18.7287px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.04em;
}

.tag {
  width: 164;
  height: 50;
  color: #5f7082;
  border: 1px solid #5f7082;
  border-radius: 50px;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tag-text {
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 90%;
  letter-spacing: 0.01em;
}

.tag-active {
  width: 164;
  height: 50;
  color: #fff;
  border-radius: 50px;
  background: #5f7082;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tag:hover {
  width: 164;
  height: 50;
  color: #5f7082;
  border: 1px solid #5f7082;
  border-radius: 50px;
  background: rgba(95, 112, 130, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product-card {
  height: 476px;
  width: 288px;
  background: #f5f2ef;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 37.551px;
}

.product-card:hover {
  height: 476px;
  width: 288px;
  background: #f5f2ef;
  border-radius: 37.551px;
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.15);
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 2rem;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 2rem;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 2rem;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container .selection .sc-select-current-selection {
  align-items: center;
  border: none;
  border-radius: 13px !important;
  display: flex;
  height: 54px;
  justify-content: space-between;
  padding: 0.5rem 1.5rem;
  flex-direction: row-reverse;
}
.select2-container .selection .sc-select-current-selection[aria-expanded=true] {
  box-shadow: 0 10px 9px 2px rgba(0, 0, 0, 0.3);
}
.select2-container .selection .sc-select-current-selection .select2-selection__rendered {
  font-family: "Afek", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  letter-spacing: -0.04em;
  color: #0a2240;
  padding: 0;
}
.select2-container .selection .sc-select-current-selection .select2-selection__arrow {
  background-image: url("../images/icons/chevron-dark-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  height: 24px;
  position: relative;
  transform: rotate(270deg);
  width: 24px;
}
.select2-container .selection .sc-select-current-selection .select2-selection__arrow b {
  display: none;
}
.select2-container .sc-select-dropdown {
  background-color: #fff;
  border: none;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1.5rem;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  box-shadow: 0 10px 9px 2px rgba(0, 0, 0, 0.3);
  z-index: 3;
  margin-top: -11px;
}
.select2-container .sc-select-dropdown.select2-dropdown--above {
  margin-top: 258px;
}
.select2-container .sc-select-dropdown .select2-results ul li {
  font-family: "Afek", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 12px 4px;
  text-align: right;
  color: #0a2240;
  min-height: 54px;
  border-top: 1px solid #bcbcbc;
}
.select2-container .sc-select-dropdown .select2-results ul li:first-child {
  display: none;
}
.select2-container .sc-select-dropdown .select2-results ul li.select2-results__option--highlighted {
  background-color: #fff;
  font-weight: 700;
}
.select2-container .sc-select-dropdown .select2-results ul li.select2-results__option--selected {
  display: none;
}

.contact-us-landing-page {
  background-color: #e3dbd4;
  border-radius: 0;
  padding: 2rem 1rem;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact-us-landing-page {
    padding: 2rem 3rem;
    border-radius: 33px;
  }
}
.contact-us-landing-page .text-mandatory-fields {
  font-family: "Afek", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #ba181e;
}
.contact-us-landing-page .text-mandatory-fieldsM {
  font-family: "Afek", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #212529;
}
.contact-us-landing-page .form-control {
  position: relative;
  z-index: 2;
  min-height: 50px;
  border: 0.6px solid #0a2240;
  border-radius: 13px;
  font-family: "Afek", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  letter-spacing: -0.04em;
  color: #0a2240;
  background-color: inherit;
  padding: 0.5rem 1.5rem;
  background-image: none !important;
}
.contact-us-landing-page .form-control:focus {
  box-shadow: none;
}
.contact-us-landing-page .form-control.is-invalid {
  padding-right: 1.5rem !important;
}
.contact-us-landing-page .form-group {
  position: relative;
}
.contact-us-landing-page .form-group label {
  position: absolute;
  right: 23px;
  top: 14px;
  z-index: 1;
  font-family: "Afek", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  color: #0a2240;
  opacity: 0.6;
}
.contact-us-landing-page .form-group label::after {
  content: "*";
  color: #ba181e;
  margin-right: 10px;
}
.contact-us-landing-page .form-control:not(:-moz-placeholder-shown) + label {
  display: none;
}
.contact-us-landing-page .form-control:not(:placeholder-shown) + label {
  display: none;
}
.contact-us-landing-page form {
  background-color: inherit;
}
.contact-us-landing-page form .contact-us-topic .reason-link {
  margin-right: 10px;
  margin-top: 12px;
  visibility: hidden;
}
.contact-us-landing-page form .contact-us-topic .reason-link a {
  color: #5f7082 !important;
  text-decoration: underline;
  font-weight: 700;
}
.contact-us-landing-page form .contact-us-topic .reason-link a:hover {
  color: #fff !important;
}
.contact-us-landing-page form .contact-term {
  display: flex;
  flex-direction: row;
  gap: 15px;
  direction: rtl;
  text-align: right;
  align-items: start;
  align-items: center;
}
.contact-us-landing-page form .contact-term .consent-text {
  font-family: "Afek", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}
.contact-us-landing-page form .contact-term .consent-text label {
  color: #5f7082;
}
.contact-us-landing-page form .contact-term .consent-text label a {
  color: inherit !important;
  text-decoration: underline;
  font-weight: 700;
}
.contact-us-landing-page form .contact-term .consent-text label a:hover {
  color: #fff !important;
}
.contact-us-landing-page form .contact-term .round {
  position: relative;
}
.contact-us-landing-page form .contact-term .round label {
  background-color: inherit;
  border: 1.5px solid #0a2240;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  width: 28px;
}
.contact-us-landing-page form .contact-term .round label::after {
  border: 2px solid #0a2240;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 9px;
  transform: rotate(-45deg);
  width: 12px;
}
.contact-us-landing-page form .contact-term .round input[type=checkbox] {
  display: none;
}
.contact-us-landing-page form .contact-term .round input[type=checkbox]:checked + label {
  background-color: inherit;
  border-color: #0a2240;
}
.contact-us-landing-page form .contact-term .round input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.contact-us-landing-page form #contact-comment {
  height: 288px;
}
.contact-us-landing-page form .contact-submit .btn-contact-us {
  background: #0a2240;
  border-radius: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  height: 55px;
  border: none;
  color: #fff;
}
.contact-us-landing-page form .contact-submit .btn-contact-us[disabled=disabled] {
  background: #666;
}
.contact-us-landing-page form .contact-submit .btn-contact-us:focus {
  outline: 1px solid #0a2240;
  outline-offset: 2px;
}
.contact-us-landing-page form .contact-submit .btn-contact-us:focus:not(:focus-visible) {
  outline: none;
}
.contact-us-landing-page form #form-contact-error,
.contact-us-landing-page form .invalid-feedback {
  font-family: "Afek", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #e41f13;
  margin-bottom: 7px;
}
.contact-us-landing-page form .show-error {
  display: block;
}

.contact-confirm {
  background-color: #e3dbd4;
  border-radius: 0;
  padding: 10rem 1rem;
}
@media (min-width: 768px) {
  .contact-confirm {
    border-radius: 33px;
  }
}
.contact-confirm .title {
  font-family: "Narkiss Block Condensed", sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: #0a2240;
  line-height: 3rem;
}
.contact-confirm .description {
  font-family: "Afek", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0a2240;
}
.contact-confirm .go-to-another-request {
  background: inherit;
  border-radius: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  height: 55px;
  border: 1px solid #0a2240;
  color: #0a2240 !important;
  margin-top: 14px;
}
.contact-confirm .go-to-another-request:hover {
  text-decoration: none;
}

.contact-us {
  background-color: #0a2240;
}
.contact-us .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contact-us .banner .linear-gradient {
  position: absolute;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, #0a2240 2%, rgba(10, 34, 64, 0) 145.99%);
  transform: rotate(-180deg);
  height: 100%;
  width: 100%;
}
.contact-us .banner > .row {
  margin-right: 0;
}
.contact-us .banner > .row .breadcrumb {
  position: inherit;
  z-index: 2;
  margin-top: 20px;
}
.contact-us .banner > .row .breadcrumb .breadcrumb-item a {
  color: #fff !important;
}
.contact-us .banner > .row .breadcrumb .breadcrumb-item::before {
  color: #fff;
}
.contact-us__header {
  padding: 30px 0;
  z-index: 2;
  position: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .contact-us__header {
    flex-direction: row;
    gap: 20px;
  }
}
.contact-us__header .icon-contact {
  width: 5rem;
  height: 5rem;
}
.contact-us__header .title {
  font-family: "Narkiss Block Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 90px;
  text-align: center;
  color: #fff;
}
.contact-us__top-message {
  background: #d8b6b6;
  border-radius: 23px;
  font-family: "Afek";
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #0a2240;
  padding: 15px 60px;
  z-index: 2;
  position: inherit;
  width: 90%;
}
.contact-us__questions-buttons {
  z-index: 2;
  position: inherit;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.contact-us__questions-buttons .title {
  font-family: "Narkiss Block Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  color: #fff;
}
.contact-us__questions-buttons .questions-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-us__questions-buttons .questions-buttons .btn-question {
  flex-basis: 40%;
  width: -moz-min-content;
  width: min-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  background: #dcbfa5;
  border-radius: 23px;
  border: none;
}
@media (min-width: 768px) {
  .contact-us__questions-buttons .questions-buttons .btn-question {
    flex-basis: 30%;
    width: -moz-min-content;
    width: min-content;
  }
}
.contact-us__questions-buttons .questions-buttons .btn-question span {
  font-family: "Narkiss Block Condensed", sans-serif;
  font-weight: 400;
  font-size: 22.8852px;
  text-align: center;
  color: #0a2240;
}
.contact-us__questions-buttons .questions-buttons .btn-question:hover span {
  text-decoration: underline;
}
.contact-us__questions-buttons .questions-buttons .btn-question.active span {
  text-decoration: underline;
}
.contact-us__questions-buttons .questions-buttons .btn-question:nth-child(2) {
  background: #d6c2ba;
}
.contact-us__questions-buttons .questions-buttons .btn-question:nth-child(3) {
  background: #f6efe7;
}
.contact-us__questions-buttons .questions-buttons .btn-question:nth-child(4) {
  background: #e3dbd4;
}
.contact-us__questions-buttons .questions-buttons .btn-question:nth-child(5) {
  background: #b0a5a1;
}
.contact-us__questions-buttons .questions-buttons .btn-question:nth-child(6) {
  background: #c7a486;
}
.contact-us__questions-section {
  padding: 30px 0;
  direction: ltr;
  background-color: #0a2240;
  color: #fff;
}
.contact-us__questions-section .slick-slide {
  padding: 0 8px;
}
@media (min-width: 768px) {
  .contact-us__questions-section .slick-slide {
    padding: 0 2vw;
  }
}
.contact-us__questions-section .questions-name {
  font-family: "Narkiss Block Condensed", sans-serif;
  font-weight: 400;
  font-size: 42px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-us__questions-section .questions-name {
    text-align: right;
  }
}
.contact-us__questions-section .question-item {
  border-bottom: 0.66px solid #d6a466;
  margin-top: 15px;
}
.contact-us__questions-section .question-item.active {
  border-bottom: none;
}
.contact-us__questions-section .question-item.active button.title {
  font-weight: 700;
}
.contact-us__questions-section .question-item button.title {
  font-family: "Afek", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #fff !important;
}
.contact-us__questions-section .question-item button.title:focus {
  outline: 1px solid;
  border-radius: unset;
}
.contact-us__questions-section .question-item button.title:focus:not(:focus-visible) {
  outline: none;
}
.contact-us__questions-section .question-item .content {
  padding: 0 10px;
  font-family: "Afek", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #fff;
}
.contact-us__form {
  padding-top: 20px;
  overflow: hidden;
}
.contact-us__footer {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Afek";
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  justify-content: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact-us__footer {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.contact-us__footer .contact-info .content-asset {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  .contact-us__footer .contact-info .content-asset {
    text-align: right;
    gap: 0;
  }
}
.contact-us__footer .contact-info .content-asset .title {
  font-weight: 600;
}
.contact-us__footer .list-of-channels {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .contact-us__footer .list-of-channels {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.contact-us__footer .list-of-channels .channel {
  text-align: center;
}
.contact-us__footer .list-of-channels .channel a {
  color: inherit !important;
}
.contact-us__footer .list-of-channels .channel a:hover {
  text-decoration: none;
}
.contact-us .form-and-footer {
  background-image: url("../images/backgroundFooter.png");
  background-position: center 66rem;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (min-width: 768px) {
  .contact-us .form-and-footer {
    background-position: center 13rem;
    background-size: cover;
  }
}

@media (max-width: 991.98px) {
  .headerSpace {
    height: 0 !important;
  }
}

.col-6 .text-description {
  font-size: 0.98rem;
}

/*# sourceMappingURL=default\css\contactUs.css.map*/