/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/features/stacked-image-tabs.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.stacked-image-tabs__content {
  text-align: center;
  margin: 0 auto;
  max-width: 820px;
}
.stacked-image-tabs__subtitle {
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .stacked-image-tabs__subtitle {
    font-size: 24px;
    line-height: 1.15;
  }
  [dir=rtl] .stacked-image-tabs__subtitle {
    line-height: 1.25;
  }
}
body.kurdish-language .stacked-image-tabs__subtitle {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  body.kurdish-language .stacked-image-tabs__subtitle {
    font-size: 16px;
    line-height: 1.45;
  }
}
.stacked-image-tabs__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .stacked-image-tabs__title {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 32px;
  }
  [dir=rtl] .stacked-image-tabs__title {
    font-weight: 700;
    line-height: 1.2;
  }
}
.stacked-image-tabs__description {
  padding-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .stacked-image-tabs__description {
    padding-bottom: 60px;
  }
}
.stacked-image-tabs__tabs-outer {
  position: relative;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 576px) {
  .stacked-image-tabs__tabs-outer {
    overflow: auto;
    margin: 0 -20px 0;
  }
}
.stacked-image-tabs__tabs-outer.active {
  top: 100px;
  position: sticky;
}
@media screen and (max-width: 576px) {
  .stacked-image-tabs__tabs-outer.active {
    top: 45px;
  }
}
.stacked-image-tabs__tabs-outer.fade-out {
  opacity: 0;
}
.stacked-image-tabs__tabs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  padding: 8px;
  border-radius: 120px;
  max-width: 708px;
}
.stacked-image-tabs__tabs.tabs-count-2 {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0 11px 30px;
  width: calc(100% - 15px);
}
@media screen and (min-width: 576px) {
  .stacked-image-tabs__tabs.tabs-count-2 {
    margin: 0 auto 30px;
    width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .stacked-image-tabs__tabs.tabs-count-2 {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 1024px) {
  .stacked-image-tabs__tabs {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 30px;
  }
}
.stacked-image-tabs__tabs-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 100%;
}
.stacked-image-tabs__tabs-container:after, .stacked-image-tabs__tabs-container:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
}
@media screen and (min-width: 768px) {
  .stacked-image-tabs__tabs-container {
    width: 100%;
  }
}
@media screen and (min-width: 1330px) {
  .stacked-image-tabs__tabs-container:after, .stacked-image-tabs__tabs-container:before {
    content: none;
  }
}
.stacked-image-tabs__tab {
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-wrap: nowrap;
  word-break: break-all;
  white-space: nowrap;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
.tabs-count-2 .stacked-image-tabs__tab {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .stacked-image-tabs__tab {
    width: 33.3%;
    min-width: unset;
  }
  .tabs-count-2 .stacked-image-tabs__tab {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .stacked-image-tabs__tab {
    font-size: 16px;
  }
}
.stacked-image-tabs__tab:not(.active) {
  background-color: #FFFFFF !important;
}
@media (hover: hover) {
  .stacked-image-tabs__tab {
    cursor: pointer;
  }
}
.stacked-image-tabs__items {
  position: relative;
  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;
}
@media screen and (max-width: 1024px) {
  .stacked-image-tabs .js-tabs-wrapper {
    padding-bottom: 20px;
  }
}
.stacked-image-tabs__item {
  position: absolute;
  min-height: 500px;
  max-height: 563px;
  padding: 20px;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  border-radius: 20px;
  max-width: 642px;
}
@media screen and (max-width: 576px) {
  .stacked-image-tabs__item {
    top: 165px;
  }
}
@media screen and (min-width: 1024px) {
  .stacked-image-tabs__item {
    max-width: 1240px;
    width: 100%;
    min-height: 470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 30px;
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .stacked-image-tabs__item {
    max-height: unset;
    min-height: 475px;
  }
}
.stacked-image-tabs__item:first-child {
  top: 0;
}
.stacked-image-tabs__item:nth-child(2) {
  top: 17px;
  -webkit-transform: translateY(300%);
          transform: translateY(300%);
}
@media screen and (min-width: 1024px) {
  .stacked-image-tabs__item:nth-child(2) {
    top: 25px;
  }
}
@media screen and (min-width: 2561px) {
  .stacked-image-tabs__item:nth-child(2) {
    -webkit-transform: translateY(410%);
            transform: translateY(410%);
  }
}
.stacked-image-tabs__item:nth-child(3) {
  top: 35px;
  -webkit-transform: translateY(400%);
          transform: translateY(400%);
}
@media screen and (min-width: 1024px) {
  .stacked-image-tabs__item:nth-child(3) {
    top: 50px;
    -webkit-transform: translateY(400%);
            transform: translateY(400%);
  }
}
@media screen and (min-width: 1024px) and (min-height: 980px) {
  .stacked-image-tabs__item:nth-child(3) {
    top: 50px;
    -webkit-transform: translateY(500%);
            transform: translateY(500%);
  }
}
.stacked-image-tabs__item__content {
  max-width: 575px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .stacked-image-tabs__item__content {
    padding-right: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [dir=rtl] .stacked-image-tabs__item__content {
    padding-left: 40px;
    padding-right: 0;
  }
}
.stacked-image-tabs__item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1024px) {
  .stacked-image-tabs__item__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .stacked-image-tabs__item__image {
    width: 500px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  .stacked-image-tabs__item__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 602px;
  }
}
.stacked-image-tabs__item__image .img-wrapper {
  width: 100%;
}
.stacked-image-tabs__item__image img {
  border-radius: 20px;
  max-height: 202px;
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 1024px) {
  .stacked-image-tabs__item__image img {
    border-radius: 30px;
    max-height: 410px;
  }
}
.stacked-image-tabs__item__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .stacked-image-tabs__item__title {
    font-size: 48px;
    line-height: 1.15;
  }
  [dir=rtl] .stacked-image-tabs__item__title {
    line-height: 1.25;
  }
}
@media screen and (max-width: 1023px) {
  .stacked-image-tabs__item__description {
    font-size: 14px;
    line-height: 1.35;
  }
  [dir=rtl] .stacked-image-tabs__item__description {
    line-height: 1.45;
  }
}
.stacked-image-tabs__item__btn.btn {
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .stacked-image-tabs__item__btn.btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.main-wrapper {
  overflow: unset;
  --stack-cards-gap: 20px;
  --stack-cards-item-ratio: 2/1;
}

/*# sourceMappingURL=stacked-image-tabs.css.map*/