/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/acf-blocks/faq/faq_suggestions.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.faq-suggestions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  min-height: 762px;
  padding: 0 0 44px;
  margin-bottom: 0;
}
@media screen and (min-width: 375px) {
  .faq-suggestions {
    min-height: 742px;
  }
}
@media screen and (min-width: 1024px) {
  .faq-suggestions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 843px;
    padding: 0 0 80px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-suggestions {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 120px;
    border-radius: 30px;
    height: 700px;
  }
}
.faq-suggestions__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  height: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .faq-suggestions__wrapper {
    margin-bottom: 0;
  }
}
.faq-suggestions__wrapper--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .faq-suggestions__wrapper--mobile {
    display: none;
  }
}
.faq-suggestions__wrapper--desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .faq-suggestions__wrapper--desktop {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 49%;
    margin: 30px 0 30px 30px;
  }
  [dir=rtl] .faq-suggestions__wrapper--desktop {
    margin: 30px 30px 30px 0;
  }
}
.faq-suggestions__wrapper.opened .faq-suggestions__title:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq-suggestions__title {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .faq-suggestions__title {
    font-size: 18px;
    line-height: 1.15;
  }
  [dir=rtl]:not(:has(main[dir=ltr])) .faq-suggestions__title {
    line-height: 1.25;
  }
}
.faq-suggestions__title:after {
  content: "";
  background-image: url("./../../../images/svg/chevron-down.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
[dir=rtl] .faq-suggestions__title:after {
  right: auto;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .faq-suggestions__title:after {
    display: none;
  }
}
.faq-suggestions__icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 1200px) {
  .faq-suggestions__icon-block {
    padding-bottom: 16px;
  }
}
.faq-suggestions__icon-block img {
  width: 36px;
  margin-right: 12px;
}
[dir=rtl] .faq-suggestions__icon-block img {
  margin-right: 0;
  margin-left: 12px;
}
.faq-suggestions__tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  padding-top: 24px;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (max-width: 1200px) {
  .faq-suggestions__tags {
    max-height: 0;
    -webkit-transition: max-height 1s ease;
    transition: max-height 1s ease;
    margin-bottom: -10px;
  }
}
.faq-suggestions__tags.show {
  overflow: hidden;
  max-height: 1000px;
  -webkit-transition: max-height 3s ease;
  transition: max-height 3s ease;
}
.faq-suggestions__tags__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2F4F7;
  border-radius: 12px;
  padding: 13px 24px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
@media (max-width: 1200px) {
  .faq-suggestions__tags__item {
    background-color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 11px;
  }
}
@media (max-width: 768px) {
  .faq-suggestions__tags__item {
    padding: 10px 16px;
  }
}
.faq-suggestions__tags__item img {
  width: 20px;
}
@media (max-width: 768px) {
  .faq-suggestions__tags__item img {
    display: none;
  }
}
.faq-suggestions__tags__item__arrow {
  display: none;
}
@media screen and (min-width: 1200px) {
  .faq-suggestions__tags__item__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.faq-suggestions__question {
  border-radius: 30px;
  background-color: #FFFFFF;
  padding: 28px 30px;
  min-height: 520px;
}
.faq-suggestions__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DCFCE7;
  border: 1px solid #4FB498;
  padding: 12px 15px;
  border-radius: 16px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .faq-suggestions__info {
    margin-top: 24px;
    padding: 23px 29px;
    border-radius: 30px;
    margin-bottom: 0;
  }
}
.faq-suggestions__info svg {
  width: 38px;
  height: 39px;
}
@media screen and (min-width: 1024px) {
  .faq-suggestions__info svg {
    width: unset;
    height: unset;
  }
}
.faq-suggestions__info__text {
  margin-left: 10px;
}
[dir=rtl] .faq-suggestions__info__text {
  margin-left: 0;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .faq-suggestions__info__text {
    margin-left: 14px;
  }
  [dir=rtl] .faq-suggestions__info__text {
    margin-left: 0;
    margin-right: 14px;
  }
}
.faq-suggestions__info__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}
[dir=rtl] .faq-suggestions__info__title {
  line-height: 1.35;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .faq-suggestions__info__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-suggestions__info--mobile {
    display: none;
  }
}
.faq-suggestions__outer--mobile {
  padding-top: 16px;
  position: relative;
}

.faq-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .faq-chat {
    margin: 0 30px 30px 0;
    padding-left: 24px;
    max-width: 605px;
    height: auto;
  }
  [dir=rtl] .faq-chat {
    margin: 0 30px 30px 0;
  }
}
.faq-chat:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 44px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(218, 243, 253, 0.1)), to(#DAF3FD));
  background: linear-gradient(360deg, rgba(218, 243, 253, 0.1) 0%, #DAF3FD 100%);
}
.faq-chat .gpt-chat-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
  margin-bottom: 32px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1200px) {
  .faq-chat .gpt-chat-placeholder {
    padding-top: 44.1%;
    margin-bottom: 0;
  }
}
.faq-chat .gpt-chat-placeholder__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.faq-chat .gpt-chat-placeholder__icons__item {
  width: 48px;
  height: 48px;
}
.faq-chat .gpt-chat-placeholder__icons__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-chat .gpt-chat-placeholder__icons__item:first-child {
  margin-right: -8px;
}
@media screen and (min-width: 1200px) {
  .faq-chat .gpt-chat-placeholder__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.15;
  }
  [dir=rtl]:not(:has(main[dir=ltr])) .faq-chat .gpt-chat-placeholder__title {
    line-height: 1.25;
    font-weight: 700;
  }
}
.faq-chat .gpt-chat-container-outer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 51px;
}
@media screen and (min-width: 1200px) {
  .faq-chat .gpt-chat-container-outer {
    padding-bottom: 0;
  }
}
.faq-chat .gpt-chat-container-outer:has(.gpt-chat-container:empty) .gpt-chat-container {
  padding: 0;
}
.faq-chat .spinner {
  width: 50px;
}
.faq-chat .gpt-chat-container {
  width: 100%;
  max-width: 504px;
  overflow-y: scroll;
  margin: 0 auto;
  padding-top: 30px;
  max-height: 519px;
}
@media screen and (min-width: 375px) {
  .faq-chat .gpt-chat-container {
    max-height: 498px;
  }
}
@media screen and (min-width: 576px) {
  .faq-chat .gpt-chat-container {
    max-height: 559px;
    max-width: 576px;
  }
}
@media screen and (min-width: 1024px) {
  .faq-chat .gpt-chat-container {
    max-height: 659px;
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-chat .gpt-chat-container {
    max-height: 670px;
    max-width: 504px;
  }
}
.faq-chat .gpt-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
[dir=rtl]:not(:has(main[dir=ltr])) .faq-chat .gpt-message {
  line-height: 1.65;
}
@media screen and (max-width: 576px) {
  .faq-chat .gpt-message {
    font-size: 14px;
    line-height: 1.35;
  }
  [dir=rtl]:not(:has(main[dir=ltr])) .faq-chat .gpt-message {
    line-height: 1.55;
  }
}
.faq-chat .gpt-message__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq-chat .gpt-message__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-chat .gpt-message__text {
  background-color: #FFFFFF;
  padding: 11px 15px;
  border-radius: 16px;
  border: 1px solid #ECECEC;
}
.faq-chat .gpt-message__text .text-highlighted {
  background-color: #DCFCE7;
  color: #003630;
  padding: 2px 10px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-chat .gpt-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border-radius: 30px;
  z-index: 1;
}
.faq-chat .gpt-input-container .gpt-input-container-inner {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .faq-chat .gpt-input-container {
    background-color: transparent;
    border-radius: 0;
  }
  .faq-chat .gpt-input-container .gpt-input-container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
}
.faq-chat .gpt-input-container textarea {
  width: 100%;
  padding: 16px 64px 16px 24px;
  background-color: #FFFFFF;
  border-radius: 30px;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  word-wrap: break-word; /* This property is deprecated but still widely used */
  overflow-wrap: break-word;
  overflow: hidden;
  max-height: 150px;
}
[dir=rtl] .faq-chat .gpt-input-container textarea {
  padding: 16px 24px 16px 64px;
}
@media screen and (min-width: 1024px) {
  .faq-chat .gpt-input-container textarea {
    padding: 18px 64px 18px 24px;
  }
  [dir=rtl] .faq-chat .gpt-input-container textarea {
    padding: 18px 24px 18px 64px;
  }
}
.faq-chat .gpt-input-container textarea:focus-visible {
  outline: none;
}
.faq-chat .gpt-input-container textarea::-webkit-input-placeholder {
  color: #9E9E9E;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq-chat .gpt-input-container textarea::-moz-placeholder {
  color: #9E9E9E;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq-chat .gpt-input-container textarea:-ms-input-placeholder {
  color: #9E9E9E;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq-chat .gpt-input-container textarea::-ms-input-placeholder {
  color: #9E9E9E;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq-chat .gpt-input-container textarea::placeholder {
  color: #9E9E9E;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq-chat .gpt-input-container textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
}
.faq-chat .gpt-input-container textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
}
.faq-chat .gpt-input-container textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
}
.faq-chat .gpt-input-container textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
}
.faq-chat .gpt-input-container textarea, .faq-chat .gpt-input-container textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
}
[dir=rtl] .faq-chat .gpt-input-container textarea::-webkit-input-placeholder {
  line-height: 1.35;
}
[dir=rtl] .faq-chat .gpt-input-container textarea::-moz-placeholder {
  line-height: 1.35;
}
[dir=rtl] .faq-chat .gpt-input-container textarea:-ms-input-placeholder {
  line-height: 1.35;
}
[dir=rtl] .faq-chat .gpt-input-container textarea::-ms-input-placeholder {
  line-height: 1.35;
}
[dir=rtl] .faq-chat .gpt-input-container textarea, [dir=rtl] .faq-chat .gpt-input-container textarea::placeholder {
  line-height: 1.35;
}
@media screen and (min-width: 1024px) {
  .faq-chat .gpt-input-container textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .faq-chat .gpt-input-container textarea::-moz-placeholder {
    font-size: 16px;
  }
  .faq-chat .gpt-input-container textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .faq-chat .gpt-input-container textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .faq-chat .gpt-input-container textarea, .faq-chat .gpt-input-container textarea::placeholder {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .faq-chat .gpt-input-container:hover input {
    background-color: #DFE3E7;
  }
  .faq-chat .gpt-input-container:hover input::-webkit-input-placeholder {
    color: #121212;
  }
  .faq-chat .gpt-input-container:hover input::-moz-placeholder {
    color: #121212;
  }
  .faq-chat .gpt-input-container:hover input:-ms-input-placeholder {
    color: #121212;
  }
  .faq-chat .gpt-input-container:hover input::-ms-input-placeholder {
    color: #121212;
  }
  .faq-chat .gpt-input-container:hover input::placeholder {
    color: #121212;
  }
}
.faq-chat .gpt-input-container:focus-visible {
  outline: none;
}
.faq-chat .gpt-input-container button {
  background-color: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
[dir=rtl] .faq-chat .gpt-input-container button {
  right: auto;
  left: 24px;
}
@media screen and (max-width: 1200px) {
  .faq-chat .gpt-input-container button {
    top: 44%;
  }
}
@media (hover: hover) {
  .faq-chat .gpt-input-container button:hover svg path {
    stroke: #4FB498;
  }
}
.faq-chat .gpt-input-container button:focus svg path, .faq-chat .gpt-input-container button:active svg path {
  stroke: #4FB498;
}
.faq-chat .gpt-input-container input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq-chat .gpt-please-wait {
  color: #999;
}

.faq-suggestions__outer--mobile, .gpt-chat-container-outer, .faq-suggestions__outer--mobile .faq-suggestions__wrapper {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 0;
}
@media screen and (min-width: 576px) {
  .faq-suggestions__outer--mobile, .gpt-chat-container-outer, .faq-suggestions__outer--mobile .faq-suggestions__wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-suggestions__outer--mobile, .gpt-chat-container-outer, .faq-suggestions__outer--mobile .faq-suggestions__wrapper {
    padding: 0;
  }
}

.faq-suggestions__outer--mobile .faq-suggestions__wrapper {
  background-color: #DAF3FD;
  margin-bottom: 0;
  padding-top: 16px;
}
.faq-suggestions__outer--mobile .faq-suggestions__wrapper .js-chat-mobile-accordion {
  position: relative;
  z-index: 2;
}
.faq-suggestions__outer--mobile .faq-suggestions__wrapper__shadow {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .faq-suggestions__outer--mobile .faq-suggestions__wrapper__shadow {
    content: none;
  }
}

.faq-chat:has(.gpt-chat-container.not-empty) .faq-suggestions__outer--mobile .faq-suggestions__wrapper__shadow {
  -webkit-box-shadow: 0 -12px 32px -12px rgba(13, 109, 147, 0.1);
          box-shadow: 0 -12px 32px -12px rgba(13, 109, 147, 0.1);
}

.banner-with-text.faq_download, .banner-with-text__block-wrapper {
  background-color: #DAF3FD;
}
@media (min-width: 1200px) {
  .banner-with-text.faq_download, .banner-with-text__block-wrapper {
    background-color: unset;
  }
}

/*# sourceMappingURL=faq_suggestions.css.map*/