.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.Top {
  align-items: center;
  background-color: #0d090a;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  min-height: 100vh;
  width: 100%
}

.Top .videoContainer {
  height: 100vh;
  position: relative;
  width: 100%
}

.Top .videoContainer .video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%
}

.Top .Top-container-mask {
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  height: 100vh;
  justify-content: center;
  position: absolute;
  width: 100%
}

.Top .Top-container-mask .Top-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 47.95rem
}

.Top .Top-container-mask .Top-container .Top-title {
  color: #fff;
  font-family: var(--sans-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  text-transform: capitalize
}

.Top .Top-container-mask .Top-container .Top-des {
  color: #fff;
  font-family: var(--sans-font);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
  margin-top: 1.25rem
}

.Top .Top-container-mask .Top-container .Top-btn {
  align-items: center;
  background: linear-gradient(91deg, #00d8bf 2.81%, #00ff85 128.55%);
  border-radius: 5rem;
  color: #000;
  cursor: pointer;
  display: flex;
  font-family: var(--sans-font);
  font-size: 1rem;
  font-weight: 700;
  height: 2.7rem;
  justify-content: center;
  line-height: 2rem;
  margin-top: 20.2rem;
  padding: .4rem 2.7rem;
  transition: .2s
}

.Top .Top-container-mask .Top-container .Top-btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), linear-gradient(91deg, #00d8bf 2.81%, #00ff85 128.55%);
  color: hsla(0, 0%, 100%, .9)
}

@media only screen and (max-width:768px) {
  .Top {
    background-image: url(/wp-content/themes/theforest/images/bg-us-mobile.jpeg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    height: 72.5rem;
    width: 100%
  }

  .Top .videoContainer {
    display: none
  }

  .Top .Top-container-mask {
    background-color: unset
  }

  .Top .Top-container-mask .Top-container {
    padding: 0 4.8rem;
    width: 37.5rem
  }

  .Top .Top-container-mask .Top-container .Top-title {
    color: hsla(0, 0%, 100%, .85);
    font-family: var(--sans-font);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 120%
  }

  .Top .Top-container-mask .Top-container .Top-des {
    color: hsla(0, 0%, 100%, .85);
    font-family: var(--sans-font);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 130%;
    margin-top: 1rem;
    text-align: center
  }

  .Top .Top-container-mask .Top-container .Top-btn {
    align-items: center;
    background: linear-gradient(91deg, #00d8bf 2.81%, #00ff85 128.55%);
    border-radius: 9.2rem;
    color: #000;
    display: flex;
    font-family: var(--sans-font);
    font-size: 1.8rem;
    font-weight: 700;
    height: 5rem;
    justify-content: center;
    line-height: 2rem;
    margin-top: 1.95rem;
    padding: .4rem 2.7rem;
    width: 21rem
  }

  .Top .Top-container-mask .Top-container .Top-btn-mob {
    margin-top: -12.5rem
  }

  :root[lang|=ar] .Top {
    background-image: url(/wp-content/themes/theforest/images/bg-ar-mobile.jpeg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    height: 72.5rem;
    width: 100%
  }

}

@media only screen and (max-width:768px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:768px) and (min-resolution:2dppx) {
  .Top {
    background-image: url(/wp-content/themes/theforest/images/bg-us-mobile@2x.jpeg)
  }

}

@media only screen and (max-width:768px) and (-webkit-min-device-pixel-ratio:3),
only screen and (max-width:768px) and (min-resolution:2dppx) {
  .Top {
    background-image: url(/wp-content/themes/theforest/images/bg-us-mobile@3x.jpeg)
  }

}

@media only screen and (max-width:768px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:768px) and (min-resolution:2dppx) {
  :root[lang|=ar] .Top {
    background-image: url(/wp-content/themes/theforest/images/bg-ar-mobile@2x.jpeg)
  }

}

@media only screen and (max-width:768px) and (-webkit-min-device-pixel-ratio:3),
only screen and (max-width:768px) and (min-resolution:2dppx) {
  :root[lang|=ar] .Top {
    background-image: url(/wp-content/themes/theforest/images/bg-ar-mobile@3x.jpeg)
  }

}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.News-card {
  align-items: flex-start;
  background-color: #fff;
  border-radius: .4rem;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 14.1rem;
  min-height: 14.75rem;
  overflow: hidden;
  transition: all .3s
}

.News-card:not(:first-child) {
  margin-inline-start: 1.15rem
}

.News-card:hover {
  box-shadow: .5rem 1rem 1rem 0 rgba(0, 0, 0, .1);
  transform: translateY(-.2rem)
}

.News-card .News-card__image {
  height: 7.9rem;
  width: 100%
}

.News-card .News-card__image .van-image {
  height: 7.9rem;
  width: 14.1rem
}

.News-card .News-card__image img {
  height: 7.9rem;
  transition: all 1.8s;
  width: 14.1rem
}

.News-card .News-card__content {
  color: rgba(0, 0, 0, .5);
  font-family: var(--sans-font);
  font-size: .7rem;
  font-weight: 400;
  line-height: 130%;
  overflow: hidden;
  padding: 1rem;
  text-overflow: ellipsis
}

.News-card .News-card__content .News-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  color: rgba(0, 0, 0, .8);
  display: -webkit-box;
  font-family: var(--sans-font);
  font-size: .8rem;
  font-weight: 600;
  line-height: normal;
  min-height: 3.6rem;
  overflow: hidden;
  text-overflow: ellipsis
}

.News-card .News-card__content .News-card__desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  margin-top: .4rem;
  overflow: hidden
}

.News-card .News-card__content .News-card__meta {
  align-items: center;
  color: var(--text-o-50, rgba(0, 0, 0, .5));
  display: flex;
  font-family: var(--sans-font);
  font-size: .7rem;
  font-weight: 400;
  margin-top: .8rem
}

.News-card .news-break {
  background-color: rgba(0, 0, 0, .1);
  display: inline-block;
  height: .7rem;
  margin: 0 .4rem;
  width: .05rem
}

@media only screen and (max-width:768px) {
  .News-card {
    background: #f9f9f9;
    border-radius: 1rem;
    height: 34rem;
    max-width: unset;
    min-height: unset;
    width: 28.95rem
  }

  .News-card:not(:first-child) {
    margin-block-start: 1.8rem;
    margin-inline-start: 0
  }

  .News-card:hover {
    box-shadow: none;
    transform: none
  }

  .News-card .News-card__image {
    height: 16.3rem;
    width: 100%
  }

  .News-card .News-card__image .van-image {
    height: 16.3rem;
    width: 28.95rem
  }

  .News-card .News-card__image img {
    height: 16.3rem;
    transition: all 1.8s;
    width: 28.95rem
  }

  .News-card .News-card__content {
    font-size: 1.4rem;
    padding: 2rem
  }

  .News-card .News-card__content .News-card__title {
    font-size: 1.8rem;
    min-height: 8.1rem
  }

  .News-card .News-card__content .News-card__desc {
    margin-top: 1rem
  }

  .News-card .News-card__content .News-card__meta {
    color: var(--text-o-50, rgba(0, 0, 0, .3));
    font-size: 1.2rem;
    margin-top: 2rem
  }

}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.News-tabs {
  position: relative
}

.News-tabs .News-tabs__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 1.8rem;
  padding: 0 1rem;
  position: relative;
  user-select: none
}

.News-cards {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap
}

.News-cards-second {
  margin-top: 1rem
}

.News-box {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.8rem
}

.News-box .News-box--more {
  border: .05rem solid #000;
  border-radius: 999em;
  color: #000;
  font-family: var(--sans-font);
  font-size: .8rem;
  font-weight: 700;
  line-height: 130%;
  padding: .1rem 1.8rem;
  text-align: center
}

.News-box .News-box--more .more-icon {
  --un-icon: url(data:image/svg+xml;
 base64, PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Im0xLjUuOTYyIDQgNC00IDRNNi41Ljk2Mmw0IDQtNCA0Ii8+PC9nPjwvc3ZnPg==);
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: .45rem;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  width: .45rem
}

.News-box .News-box--more:hover {
  background-color: #000;
  color: #fff;
  transition: all .2s
}

:root[lang=ar-sa] .more-icon {
  transform: rotateY(180deg)
}

@media only screen and (max-width:768px) {
  .News-tab__pane {
    -webkit-mask: linear-gradient(270deg, transparent, #fff 5rem);
    mask: linear-gradient(270deg, transparent, #fff 5rem);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding-inline-start: 1.5rem
  }

  .News-box {
    margin-right: 1.5rem;
    margin-top: 2.25rem
  }

  .News-box .News-box--more {
    font-size: 1.4rem;
    padding: .4rem 3rem
  }

  .News-box .News-box--more .more-icon {
    --un-icon: url(data:image/svg+xml;
 base64, PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Im0xLjUuOTYyIDQgNC00IDRNNi41Ljk2Mmw0IDQtNCA0Ii8+PC9nPjwvc3ZnPg==);
    background-color: currentColor;
    content: "";
    display: inline-block;
    height: .7rem;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    width: .7rem
  }

  :root[lang=ar-sa] .News-tab__pane {
    -webkit-mask: linear-gradient(90deg, transparent, #fff 5rem);
    mask: linear-gradient(90deg, transparent, #fff 5rem);
    -webkit-mask-composite: xor;
    mask-composite: exclude
  }

  :root[lang=ar-sa] .News-tab__pane .van-swipe__track {
    margin-left: 7rem
  }

  :root[lang=ar-sa] .more-icon {
    transform: rotateY(180deg)
  }

}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.News {
  background: #fff url(/wp-content/themes/theforest/images/news-bg.svg) no-repeat top;
  background-size: 100% 100%;
  padding: 3rem 0;
  width: 100%
}

.News .News-content {
  color: rgba(0, 0, 0, .85);
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 60rem
}

.News .News-content .News-title {
  font-family: var(--sans-font);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: .5rem;
  text-align: center
}

.News .News-box {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.8rem
}

.News .News-box .News-box--more {
  border: .05rem solid #000;
  border-radius: 999em;
  color: #000;
  font-family: var(--sans-font);
  font-size: .8rem;
  font-weight: 700;
  line-height: 130%;
  padding: .1rem 1.8rem;
  text-align: center
}

.News .News-box .News-box--more:hover {
  background-color: #000;
  color: #fff;
  transition: all .2s
}

.News .News-tabs {
  position: relative
}

.News .News-tabs .News-tabs__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 1.8rem;
  padding: 0;
  position: relative;
  user-select: none
}

.News .News-tabs .News-tabs__content {
  padding: 0
}

.News .News-tab {
  align-items: center;
  color: rgba(0, 0, 0, .5);
  cursor: pointer;
  display: flex;
  flex: none;
  flex-direction: column;
  font-family: var(--sans-font);
  font-size: 1rem;
  font-weight: 400;
  height: 2.8rem;
  justify-content: center;
  line-height: normal;
  padding: .85rem 1.9rem .45rem;
  position: relative;
  text-align: center;
  transition: all .3s;
  width: auto
}

.News .News-tab:after {
  background: transparent;
  border-radius: .5rem;
  bottom: -.3rem;
  content: "";
  height: .3rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2.15rem
}

.News .News-tab.News-tab--active {
  color: rgba(0, 0, 0, .85);
  font-family: var(--sans-font);
  font-size: 1.2rem;
  font-weight: 600
}

.News .News-tab.News-tab--active:after {
  background: #1bc47d;
  content: ""
}

:root[lang|=ar] .News {
  width: 100%
}

@media only screen and (max-width:768px) {
  .News {
    width: 100%
  }

  .News .News-content .News-title {
    font-size: 3.6rem;
    margin-bottom: 1.5rem
  }

  .News .News-box {
    margin-top: 2.25rem
  }

  .News .News-box .News-box--more {
    font-size: 1.4rem;
    padding: .4rem 3rem
  }

  .News .News-tabs {
    position: relative
  }

  .News .News-tabs .News-tabs__nav {
    margin-bottom: 3.7rem
  }

  .News .News-tab {
    flex: unset;
    font-size: 1.8rem;
    height: 2.8rem;
    padding: .85rem .2rem .45rem;
    width: auto
  }

  .News .News-tab:last-child {
    margin-inline-start: 4rem
  }

  .News .News-tab:after {
    bottom: -1rem;
    height: .5rem;
    width: 3.2rem
  }

  .News .News-tab.News-tab--active {
    font-size: 1.8rem
  }

  .News .News-tab__pane {
    -webkit-mask: linear-gradient(270deg, transparent, #fff 5rem);
    mask: linear-gradient(270deg, transparent, #fff 5rem);
    -webkit-mask-composite: xor;
    mask-composite: exclude
  }

  :root[lang|=ar] .News {
    width: 100%
  }

  :root[lang|=ar] .News .News-tab__pane {
    -webkit-mask: linear-gradient(90deg, transparent, #fff 5rem);
    mask: linear-gradient(90deg, transparent, #fff 5rem);
    -webkit-mask-composite: xor;
    mask-composite: exclude
  }

}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.outBox {
  border-radius: .3rem;
  display: flex;
  flex-shrink: 0;
  height: 2rem;
  left: 50%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 .5rem;
  position: absolute;
  top: 5rem;
  transform: translateX(-50%);
  width: 48rem;
  z-index: 11
}

.outBox .leftIcon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding-left: .8rem;
  padding-right: .4rem;
  position: absolute;
  z-index: 15
}

.outBox .leftIcon>i {
  opacity: .5
}

.outBox .leftIcon .notice-horn {
  background: url(/wp-content/themes/theforest/images/icon_horn.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 1rem;
  width: 1rem;
  z-index: 2
}

.outBox .gradient {
  background: linear-gradient(270deg, #e0f8f6 .04%, rgba(224, 248, 246, 0) 99.96%);
  height: 2rem;
  position: absolute;
  width: 2rem;
  z-index: 15
}

.outBox .gradient-right {
  right: 1.5rem
}

.outBox .gradient-left {
  left: 2rem;
  transform: rotate(180deg)
}

.outBox .rightIcon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-right: .8rem;
  padding-inline-end: .8rem;
  padding-inline-start: .4rem;
  position: absolute;
  right: 0;
  width: 1.5rem;
  z-index: 15
}

.outBox .rightIcon>i {
  opacity: .5
}

.outBox .rightIcon .notice-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjQ4MiAzLjUxOGEuOTE3LjkxNyAwIDAgMSAuMDcgMS4yMTdsLS4wNy4wOEwxMS4yOTYgMTBsNS4xODYgNS4xODVhLjkxNy45MTcgMCAwIDEtMS4yMTcgMS4zNjhsLS4wOC0uMDcyTDEwIDExLjI5N2wtNS4xODUgNS4xODZhLjkxNy45MTcgMCAwIDEtMS4zNjgtMS4yMTdsLjA3MS0uMDhMOC43MDQgMTAgMy41MTggNC44MTVhLjkxNy45MTcgMCAwIDEgMS4yMTctMS4zNjhsLjA4LjA3MUwxMCA4LjcwNGw1LjE4NS01LjE4NmEuOTE3LjkxNyAwIDAgMSAxLjI5NiAwWiIgZmlsbD0iIzAwQzNCMyIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 1rem;
  padding-left: 1.2rem;
  width: 1rem;
  z-index: 2
}

.outBox .innerBox {
  align-items: center;
  display: flex;
  height: 100%;
  transform: translateX(100%);
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  white-space: nowrap;
  z-index: 14
}

.outBox .innerBox span {
  font-family: var(--sans-font);
  font-size: .75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  padding-left: 2rem;
  padding-right: 1.5rem;
  white-space: nowrap;
  z-index: 16
}

:root[lang=ar-sa] .outBox .rightIcon {
  left: 0;
  right: auto
}

:root[lang=ar-sa] .outBox .leftIcon {
  left: auto;
  right: 0;
  transform: rotate(180deg)
}

:root[lang=ar-sa] .outBox .gradient-right {
  left: 1.5rem;
  right: auto;
  transform: rotate(180deg)
}

:root[lang=ar-sa] .outBox .gradient-left {
  left: auto;
  right: 2rem;
  transform: rotate(0deg)
}

@media only screen and (max-width:768px) {
  .outBox {
    border-radius: .6rem;
    height: 3.4rem;
    top: 6.4rem;
    width: calc(100vw - 4rem)
  }

  .outBox .leftIcon {
    display: none
  }

  .outBox .gradient {
    height: 3.4rem;
    width: 2rem
  }

  .outBox .gradient-right {
    right: 3.2rem
  }

  .outBox .gradient-left {
    left: 0;
    transform: rotate(180deg)
  }

  .outBox .rightIcon {
    padding-inline-end: 1.2rem;
    padding-inline-start: .4rem;
    width: 3.2rem
  }

  .outBox .rightIcon .notice-close {
    height: 1.6rem;
    width: 1.6rem
  }

  .outBox .innerBox span {
    font-size: 1.4rem;
    padding-left: .5rem
  }

  :root[lang=ar-sa] .outBox .rightIcon {
    left: 0;
    right: auto
  }

  :root[lang=ar-sa] .outBox .gradient-right {
    left: 3.2rem;
    right: auto;
    transform: rotate(180deg)
  }

  :root[lang=ar-sa] .outBox .gradient-left {
    left: auto;
    right: 0;
    transform: rotate(0deg)
  }

}

@media (prefers-reduced-motion:reduce) {
  .outBox {
    height: auto;
    min-height: 2rem;
    overflow: auto
  }

  .outBox .gradient {
    display: none
  }

  .outBox .innerBox {
    transform: none;
    white-space: normal
  }

  .outBox .innerBox>span {
    display: inline-block;
    max-height: 10rem;
    overflow-y: auto;
    padding-inline-end: 2.5rem;
    padding-bottom: .5rem;
    padding-inline-start: 1.7rem;
    padding-top: .5rem;
    white-space: normal
  }

}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.learn {
  background: #f9f9f9;
  color: rgba(0, 0, 0, .6);
  font-family: var(--sans-font);
  font-size: .9rem;
  font-weight: 400;
  line-height: 130%;
  padding: 3rem 0;
  text-align: center;
  width: 100%
}

.learn .learn-content {
  color: rgba(0, 0, 0, .85);
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 105.3rem
}

.learn .learn-content .learn-title {
  font-family: var(--sans-font);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: .5rem;
  text-align: center
}

.learn .learn-content .learn-desc {
  color: rgba(0, 0, 0, .6);
  font-family: var(--sans-font);
  font-size: .9rem;
  font-weight: 400
}

.learn .learn-box {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.8rem
}

.learn .learn-box .learn-box--more {
  border: .05rem solid #000;
  border-radius: 999em;
  color: #000;
  font-family: var(--sans-font);
  font-size: .8rem;
  font-weight: 700;
  line-height: 130%;
  padding: .1rem 1.8rem;
  text-align: center
}

.learn .learn-box .learn-box--more .more-icon {
  --un-icon: url(data:image/svg+xml;
 base64, PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Im0xLjUuOTYyIDQgNC00IDRNNi41Ljk2Mmw0IDQtNCA0Ii8+PC9nPjwvc3ZnPg==);
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: .45rem;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  width: .45rem
}

.learn .learn-box .learn-box--more:hover {
  background-color: #000;
  color: #fff;
  transition: all .2s
}

.learn .learn-list {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.8rem;
  max-height: 16.5rem
}

.learn .learn-card {
  align-items: end;
  border-radius: .4rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex: 1;
  font-family: var(--sans-font);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 130%;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.learn .learn-card:not(:first-child) {
  margin-inline-start: 1.2rem
}

.learn .learn-play {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjguNSIgY3k9IjI4IiByPSIyOCIgZmlsbD0iIzQ1NDU0NSIgZmlsbC1vcGFjaXR5PSIuNyIvPjxwYXRoIGQ9Ik0yMi4yNjQgMjEuMTljMC0yLjUyNCAyLjg0Ny0zLjk5NyA0LjkwOC0yLjU0bDEwLjE4IDcuMTk5YzEuNzUzIDEuMjQgMS43NTMgMy44NCAwIDUuMDhsLTEwLjE4IDcuMTk5Yy0yLjA2IDEuNDU3LTQuOTA4LS4wMTctNC45MDgtMi41NFYyMS4xOVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat 50%;
  background-size: contain;
  height: 2.8rem;
  inset-block-start: .8rem;
  inset-inline-end: .9rem;
  position: absolute;
  width: 2.8rem
}

:root[lang|=ar] .more-icon {
  transform: rotateY(180deg)
}

@media only screen and (max-width:768px) {
  .learn {
    font-size: 1.4rem;
    padding: 3rem 0;
    width: 100%
  }

  .learn .learn-content {
    padding: 0 1.5rem
  }

  .learn .learn-content .learn-title {
    font-size: 3.6rem;
    margin-bottom: 1rem
  }

  .learn .learn-content .learn-desc {
    font-size: 1.4rem
  }

  .learn .learn-box {
    margin-top: 2.3rem
  }

  .learn .learn-box .learn-box--more {
    font-size: 1.4rem;
    padding: .4rem 3rem
  }

  .learn .learn-box .learn-box--more .more-icon {
    --un-icon: url(data:image/svg+xml;
 base64, PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Im0xLjUuOTYyIDQgNC00IDRNNi41Ljk2Mmw0IDQtNCA0Ii8+PC9nPjwvc3ZnPg==);
    background-color: currentColor;
    content: "";
    display: inline-block;
    height: .7rem;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    width: .7rem;
    width: .8rem
  }

  .learn .learn-box .learn-box--unfold .more-icon {
    transform: rotate(90deg)
  }

  .learn .learn-list {
    align-content: flex-start;
    display: inline-block;
    margin-top: 2.5rem;
    max-height: unset;
    overflow: hidden
  }

  .learn .learn-card {
    border-radius: 1rem;
    font-size: 2rem;
    height: 19rem;
    max-height: unset;
    max-width: unset;
    width: 33.9rem
  }

  .learn .learn-card>img {
    height: 19rem;
    width: 33.9rem
  }

  .learn .learn-card:not(:first-child) {
    margin-block-start: 2rem;
    margin-inline-start: 0
  }

  .learn .learn-play {
    height: 3.2rem;
    inset-block-start: .9rem;
    inset-inline-end: 1rem;
    width: 3.2rem
  }

  .learn-unfold {
    padding-bottom: 8.25rem
  }

  .learn-unfold .learn-box {
    align-items: end;
    background-image: linear-gradient(0deg, #f9f9f9 0, hsla(0, 0%, 85%, 0));
    border-radius: .55rem .55rem 0 0;
    height: 8.1rem;
    margin-top: -8.5rem;
    position: absolute;
    width: 34.5rem;
    z-index: 10
  }

  .learn-unfold .learn-box .learn-box--unfold {
    position: absolute;
    top: 10.5rem
  }

  .learn-unfold .learn-list {
    height: 50rem
  }

  :root[lang|=ar] .more-icon {
    transform: rotateY(180deg)
  }

}

@media only screen and (min-width:1200px) {
  .learn .learn-list {
    padding: 0 2rem
  }

}

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container-3d {
  perspective: 60rem
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 2.2rem
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(var(--swiper-navigation-size)*-1/2);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44*27);
  z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: .5rem;
  right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: .5rem
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: .5rem;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  background: #000;
  border-radius: 100%;
  display: inline-block;
  height: .4rem;
  opacity: .2;
  width: .4rem
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: .5rem;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: .3rem 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: .4rem
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .2rem
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: .2rem;
  left: 0;
  top: 0;
  width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: .2rem
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  background: rgba(0, 0, 0, .1);
  border-radius: .5rem;
  position: relative;
  -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
  bottom: .15rem;
  height: .25rem;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: .15rem;
  top: 1%;
  width: .25rem;
  z-index: 50
}

.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, .5);
  border-radius: .5rem;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
  border: .2rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: .2rem solid transparent;
  box-sizing: border-box;
  height: 2.1rem;
  left: 50%;
  margin-left: -1.05rem;
  margin-top: -1.05rem;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 2.1rem;
  z-index: 10
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn)
  }

}

.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
  background: #000;
  bottom: 0;
  -webkit-filter: blur(2.5rem);
  filter: blur(2.5rem);
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  width: 100%;
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0
}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.overlay-class {
  background: var(--rise-fall-o-50, rgba(0, 0, 0, .5));
  flex-shrink: 0;
  height: 100%;
  width: 100%
}

.van-popup {
  border-radius: 1.6rem
}

.van-popup__close-icon {
  background: url(/wp-content/themes/theforest/images/icon_dialog_close.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 1.6rem;
  padding-left: 1.2rem;
  width: 1.6rem;
  z-index: 2
}

.download-dialog {
  align-items: center;
  background: #fff;
  background-image: url(/wp-content/themes/theforest/images/dialog_bg.png);
  background-position: -.95rem -.95rem;
  background-repeat: no-repeat;
  background-size: 32rem;
  border-radius: 1.6rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .06);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 32rem;
  width: 32rem
}

.download-dialog-title {
  color: rgba(0, 0, 0, .85);
  font-family: var(--sans-font);
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 6.4rem;
  text-align: center;
  width: 24.4rem
}

.download-dialog-link {
  align-items: center;
  color: #00c3b3;
  display: flex;
  font-family: var(--sans-font);
  font-size: .75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: .4rem;
  text-align: right
}

.download-dialog-link__icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuOTM1IDIuMTAxQS44LjggMCAwIDEgOSAyLjA0M2wuMDY1LjA1OCA1LjMzMyA1LjMzM2EuOC44IDAgMCAxIC4wNTkgMS4wNjdsLS4wNTkuMDY1LTUuMzMzIDUuMzMzYS44LjggMCAwIDEtMS4xOS0xLjA2NmwuMDU5LS4wNjVMMTIuNzAyIDggNy45MzUgMy4yMzJhLjguOCAwIDAgMS0uMDU5LTEuMDY2bC4wNTktLjA2NVoiIGZpbGw9IiMwMEMzQjMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  color: #00c3b3;
  cursor: pointer;
  display: block;
  height: .8rem;
  padding-left: 1.2rem;
  width: .8rem;
  z-index: 2
}

.download-dialog-btnbox {
  display: flex;
  justify-content: space-between;
  margin: 2rem auto 0;
  width: 20rem
}

.download-dialog-btnbox>section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.download-dialog-btnbox_btn {
  align-items: center;
  background: #2c2c2c;
  border: .03835rem solid hsla(0, 100%, 95%, .24);
  border-radius: 2.2rem;
  cursor: pointer;
  display: flex;
  height: 2.4rem;
  justify-content: center;
  margin-top: 1.6rem;
  padding-left: .6rem;
  padding-right: 1.05rem
}

.download-dialog-btnbox_btn__text {
  font-size: .6rem;
  transform: scale(.8)
}

.download-dialog-btnbox_btn__name,
.download-dialog-btnbox_btn__text {
  color: var(--text-b-1, #fff);
  font-family: var(--sans-font);
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.download-dialog-btnbox_btn__name {
  font-size: .8rem
}

.download-dialog-btnbox_btn__img {
  height: 1.6rem;
  margin-left: .3rem;
  width: 1.6rem
}

.download-dialog-btnbox_btn>div {
  align-items: center;
  display: flex;
  flex-direction: column
}

.download-dialog-qrcode {
  flex-shrink: 0;
  height: 8rem;
  width: 8rem
}

.download-dialog-qrcode>img {
  cursor: auto
}

.download-dialog .icon-social-download {
  background-color: currentColor;
  color: #fff;
  display: block;
  height: 1.6rem;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  width: 1.6rem
}

:root[lang=ar-sa] .download-dialog-link,
:root[lang=ar-sa] .download-dialog-title {
  direction: rtl
}

:root[lang=ar-sa] .download-dialog-link__icon {
  margin-top: 0;
  transform: rotate(180deg)
}

:root[lang=ar-sa] .van-popup .van-popup__close-icon--top-right {
  left: 1.6rem;
  right: auto
}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.popup-phone-class {
  background: var(--rise-fall-o-50, rgba(0, 0, 0, .5));
  flex-shrink: 0;
  height: 100%;
  width: 100%
}

.van-popup__close-icon {
  background: url(/wp-content/themes/theforest/images/icon_dialog_close.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 2.4rem;
  padding-left: 1.2rem;
  width: 2.4rem;
  z-index: 2
}

.download-dialog {
  align-items: center;
  background: #fff;
  border-radius: 1.4rem 1.4rem 0 0;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .06);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 34.95rem
}

.download-dialog-title {
  font-feature-settings: "clig" off, "liga" off;
  color: rgba(0, 0, 0, .85);
  font-size: 1.8rem;
  margin-top: 5.6rem;
  padding: 0 3.2rem;
  text-align: center
}

.download-dialog-link,
.download-dialog-title {
  font-family: var(--sans-font);
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

.download-dialog-link {
  align-items: center;
  color: #00c3b3;
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 4rem;
  margin-top: 1.2rem
}

.download-dialog-link__icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuOTM1IDIuMTAxQS44LjggMCAwIDEgOSAyLjA0M2wuMDY1LjA1OCA1LjMzMyA1LjMzM2EuOC44IDAgMCAxIC4wNTkgMS4wNjdsLS4wNTkuMDY1LTUuMzMzIDUuMzMzYS44LjggMCAwIDEtMS4xOS0xLjA2NmwuMDU5LS4wNjVMMTIuNzAyIDggNy45MzUgMy4yMzJhLjguOCAwIDAgMS0uMDU5LTEuMDY2bC4wNTktLjA2NVoiIGZpbGw9IiMwMEMzQjMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  color: #00c3b3;
  cursor: pointer;
  display: block;
  height: 1.2rem;
  margin-top: .3rem;
  padding-left: 1.2rem;
  width: 1.2rem;
  z-index: 2
}

.download-dialog-btnbox {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 20rem
}

.download-dialog-btnbox>section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1.2rem
}

.download-dialog-btnbox_btn {
  align-items: center;
  background: url(/wp-content/themes/theforest/images/download_button.png) no-repeat;
  background-size: 100%;
  border: .0767rem solid hsla(0, 100%, 95%, .24);
  border-radius: 4.4rem;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 4.8rem;
  justify-content: center;
  width: 26rem
}

.download-dialog-btnbox_btn .download-btnbox_btn__text {
  color: var(--text-b-1, #fff);
  font-family: var(--sans-font);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
  opacity: .5;
  white-space: nowrap
}

.download-dialog-btnbox_btn .download-btnbox_btn__name {
  color: var(--text-b-1, #fff);
  font-family: var(--sans-font);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7rem
}

.download-dialog-btnbox_btn__img {
  height: 3.2rem;
  margin-right: .4rem;
  width: 3.2rem
}

.download-dialog-btnbox_btn>div {
  display: flex;
  flex-direction: column
}

.download-dialog .icon-social-download {
  background-color: currentColor;
  color: #fff;
  display: block;
  height: 3.2rem;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  width: 3.2rem
}

.download-dialog .icon-social-download:not(:last-child) {
  margin-right: .4rem
}

:root[lang=ar-sa] .download-dialog-btnbox_btn {
  direction: ltr
}

:root[lang=ar-sa] .download-dialog-link__icon {
  margin-top: 0;
  transform: rotate(180deg)
}

:root[lang=ar-sa] .van-popup .van-popup__close-icon--top-right {
  left: 1.6rem;
  right: auto
}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.download {
  margin-top: 2rem
}

.download-btnbox {
  display: flex;
  justify-content: flex-start;
  margin-top: .8rem
}

.download-btnbox_btn {
  align-items: center;
  background: url(/wp-content/themes/theforest/images/download_button2.svg) no-repeat;
  background-size: 100% 100%;
  border: .03835rem solid hsla(0, 100%, 95%, .24);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 3.2rem;
  justify-content: center;
  margin-inline-end: .8rem;
  padding: .3rem 1.2rem .3rem .8rem
}

.download-btnbox_btn__text {
  color: var(--text-b-1, #fff);
  font-family: var(--sans-font);
  font-size: .6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: .5
}

.download-btnbox_btn__name {
  color: var(--text-b-1, #fff);
  font-family: var(--sans-font);
  font-size: .8rem;
  font-style: normal;
  font-weight: 600;
  line-height: .7rem;
  margin-bottom: .3rem
}

.download-btnbox_btn__img {
  height: 1.6rem;
  margin-left: .3rem;
  margin-right: .2rem;
  width: 1.6rem
}

.download-btnbox_btn>div {
  display: flex;
  flex-direction: column
}

.download-btnbox_bgimg {
  flex-shrink: 0;
  height: 9.1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 9.1rem;
  z-index: 0
}

.download .icon-social-download {
  background-color: currentColor;
  color: #fff;
  display: block;
  height: 1.6rem;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  width: 1.6rem
}

.download .icon-social-download:not(:last-child) {
  margin-left: .3rem
}

:root[lang=ar-sa] .download-btnbox_bgimg {
  left: 0;
  right: auto
}

:root[lang=ar-sa] .download .download-btnbox .download-btnbox_btn {
  direction: ltr;
  margin-inline-end: 0;
  margin-inline-start: .8rem
}

@media only screen and (max-width:768px) {
  .download {
    margin-top: 4rem
  }

  .download .download-btnbox_bgimg {
    display: none
  }

  .download .download-btnbox_btn {
    height: auto;
    margin-inline-end: 0;
    margin-inline-start: 0;
    padding: .9rem 1.85rem
  }

  .download .download-btnbox_btn__text {
    font-size: 1.1rem;
    width: 9rem
  }

  .download .download-btnbox_btn__name {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: .4rem
  }

  .download .download-btnbox_btn__img {
    flex-shrink: 0;
    height: 2.5rem;
    width: 2.5rem
  }

  .download-btnbox {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 32.7rem
  }

  .download .icon-social-download {
    height: 2.5rem;
    width: 2.5rem
  }

  :root[lang=ar-sa] .download .download-btnbox .download-btnbox_btn {
    direction: ltr;
    margin-inline-end: 0;
    margin-inline-start: 0
  }

}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: auto
}

.hero-swiper {
  align-items: center;
  display: flex;
  height: 39.25rem;
  overflow: hidden;
  padding-top: 4rem;
  position: relative
}

.hero-swiper {
  align-items: center;
  display: flex;
  height: 100%;
  overflow: hidden;
  padding-top: 4rem;
  position: relative
}

.hero-swiper .swiper-pagination {
  bottom: 2rem;
  display: flex;
  max-width: 32rem;
  position: absolute;
  width: 50%
}

.hero-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #666;
  flex-shrink: 0;
  height: .5rem;
  margin-inline-end: .3rem;
  transition: all .2s;
  width: .5rem
}

.hero-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000 !important;
  border-radius: 5rem;
  height: .5rem;
  width: 2.4rem
}

.hero-swiper:before {
  background: #fff url(/wp-content/themes/theforest/images/bg.png) no-repeat 50%;
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
  background-size: 41.8rem 15.7rem;
  bottom: 0;
  content: "";
  height: 15.7rem;
  left: 50%;
  position: absolute;
  transform: translateX(-77%);
  width: 41.8rem
}

.hero-swiper .container-content {
  margin: 0 auto;
  max-width: 60rem;
  overflow: hidden;
  padding: 4.4rem auto 0;
  position: relative
}

.swiper-container {
  height: 35.25rem;
  position: relative
}

.swiper-slide .slide-item {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem
}

.swiper-slide .slide-text {
  flex: 1;
  padding-inline-end: 1rem;
  padding-top: 2.4rem
}

.swiper-slide .title {
  color: #000;
  font-family: var(--sans-font);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -.06rem;
  line-height: normal
}

.swiper-slide .desc {
  color: rgba(0, 0, 0, .6);
  font-family: var(--sans-font);
  font-size: .9rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 1.15rem;
  max-width: 27.6rem
}

.swiper-slide .slide-image {
  bottom: 0;
  position: relative;
  right: 0
}

.swiper-slide .slide-image>img {
  height: 31.75rem;
  width: auto
}

.swiper-slide .more-btn {
  align-items: center;
  border: .05rem solid rgba(26, 11, 11, .5);
  border-radius: 2.5rem;
  display: flex;
  font-family: var(--sans-font);
  font-size: .9rem;
  font-style: normal;
  font-weight: 700;
  height: 2.8rem;
  justify-content: center;
  line-height: normal;
  margin-top: 2rem;
  padding: .6rem 1.6rem;
  width: fit-content
}

.stripes .stripes-inner {
  right: 100%;
  transition: all 1s .4s
}

.swiper-slide-active .stripes .stripes-inner {
  right: 0
}

:root[lang|=ar] .hero-swiper:before {
  background: #fff url(/wp-content/themes/theforest/images/bg-sa.png) no-repeat 50%;
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  background-size: 41.8rem 15.7rem;
  left: 50%;
  transform: translateX(-24%)
}

:root[lang|=ar] .swiper-pagination {
  right: 0
}

:root[lang|=ar] .slide-image {
  left: 0;
  right: auto
}

:root[lang|=ar] .stripes .stripes-inner {
  left: 100%;
  right: 0
}

:root[lang|=ar] .swiper-slide-active .stripes .stripes-inner {
  left: 0;
  right: 0
}

.downbox {
  inset-block-end: 5rem;
  inset-inline-start: 0;
  position: absolute;
  z-index: 9
}

@media only screen and (max-width:768px) {
  .swiper {
    background-position: bottom 0 right 0;
    height: auto
  }

  .hero-swiper:before {
    background-size: 108.8rem 39.5rem;
    height: 46.3rem;
    left: 0;
    transform: translateX(-35.9rem);
    width: 108.8rem
  }

  .hero-swiper .container-content {
    padding: 0;
    width: 37.5rem
  }

  .hero-swiper .swiper-container {
    height: auto
  }

  .hero-swiper .swiper-slide {
    height: auto;
    padding: 0 2rem
  }

  .hero-swiper .swiper-slide .slide-item {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin-top: 0
  }

  .hero-swiper .swiper-slide .slide-text {
    padding-bottom: 8rem;
    padding-right: 0;
    padding-top: 6rem
  }

  .hero-swiper .swiper-slide .title {
    font-size: 3.5rem;
    max-width: 100%;
    text-align: center
  }

  .hero-swiper .swiper-slide .desc {
    font-size: 1.6rem;
    margin-top: 1.6rem;
    max-width: 100%;
    text-align: center
  }

  .hero-swiper .swiper-slide .slide-image {
    align-items: flex-end;
    display: flex;
    flex: 1;
    justify-content: center;
    position: unset;
    width: 100%
  }

  .hero-swiper .swiper-slide .slide-image>img {
    height: 35rem;
    width: auto
  }

  .hero-swiper .swiper-pagination {
    height: auto;
    left: 50%;
    top: 5rem;
    transform: translateX(-50%);
    width: auto
  }

  .swiper-slide .more-btn {
    border: .1rem solid hsla(0, 0%, 100%, .5);
    border-radius: 5rem;
    font-size: 1.4rem;
    height: 3.2rem;
    margin-top: 1.6rem;
    padding: 0 3.2rem
  }

  .downbox {
    inset-block-end: 36.5rem;
    width: 100%
  }

  :root[lang|=ar] .swiper {
    background-position: bottom 0 right 0
  }

  :root[lang|=ar] .hero-swiper:before {
    background: #fff url(/wp-content/themes/theforest/images/bg.png) no-repeat 50%;
    background-size: 108.8rem 46.3rem;
    height: 46.3rem;
    left: 0;
    transform: translateX(-35.9rem);
    width: 108.8rem
  }

  :root[lang|=ar] .hero-swiper .swiper-pagination {
    height: .5rem;
    left: 50% !important;
    right: auto !important;
    top: 5rem;
    transform: translateX(-50%);
    width: auto
  }

}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: auto
}

.hero-swiper {
  align-items: center;
  display: flex;
  height: 39.25rem;
  overflow: hidden;
  padding-top: 4rem;
  position: relative
}

.hero-swiper .swiper-pagination {
  bottom: 2rem;
  display: flex;
  max-width: 32rem;
  position: absolute;
  width: 50%
}

.hero-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #666;
  flex-shrink: 0;
  height: .5rem;
  margin-inline-end: .3rem;
  transition: all .2s;
  width: .5rem
}

.hero-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000 !important;
  border-radius: 5rem;
  height: .5rem;
  width: 2.4rem
}

.hero-swiper:before {
  background: #fff url(/wp-content/themes/theforest/images/bg.png) no-repeat 50%;
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
  background-size: 41.8rem 15.7rem;
  bottom: 0;
  content: "";
  height: 15.7rem;
  left: 50%;
  position: absolute;
  transform: translateX(-77%);
  width: 41.8rem
}

.hero-swiper .container-content {
  margin: 0 auto;
  max-width: 60rem;
  overflow: hidden;
  padding: 4.4rem auto 0;
  position: relative
}

.swiper-container {
  height: 35.25rem;
  position: relative
}

.swiper-slide .slide-item {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem
}

.swiper-slide .slide-text {
  flex: 1;
  padding-inline-end: 1rem;
  padding-top: 2.4rem
}

.swiper-slide .title {
  color: #000;
  font-family: var(--sans-font);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -.06rem;
  line-height: normal
}

.swiper-slide .desc {
  color: rgba(0, 0, 0, .6);
  font-family: var(--sans-font);
  font-size: .9rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 1.15rem;
  max-width: 27.6rem
}

.swiper-slide .slide-image {
  bottom: 0;
  position: relative;
  right: 0
}

.swiper-slide .slide-image>img {
  height: 31.75rem;
  width: auto
}

.swiper-slide .more-btn {
  align-items: center;
  border: .05rem solid rgba(26, 11, 11, .5);
  border-radius: 2.5rem;
  display: flex;
  font-family: var(--sans-font);
  font-size: .9rem;
  font-style: normal;
  font-weight: 700;
  height: 2.8rem;
  justify-content: center;
  line-height: normal;
  margin-top: 2rem;
  padding: .6rem 1.6rem;
  width: fit-content
}

.stripes .stripes-inner {
  right: 100%;
  transition: all 1s .4s
}

.swiper-slide-active .stripes .stripes-inner {
  right: 0
}

:root[lang|=ar] .hero-swiper:before {
  background: #fff url(/wp-content/themes/theforest/images/bg-sa.png) no-repeat 50%;
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  background-size: 41.8rem 15.7rem;
  left: 50%;
  transform: translateX(-24%)
}

:root[lang|=ar] .swiper-pagination {
  right: 0
}

:root[lang|=ar] .slide-image {
  left: 0;
  right: auto
}

:root[lang|=ar] .stripes .stripes-inner {
  left: 100%;
  right: 0
}

:root[lang|=ar] .swiper-slide-active .stripes .stripes-inner {
  left: 0;
  right: 0
}

.downbox {
  inset-block-end: 5rem;
  inset-inline-start: 0;
  position: absolute;
  z-index: 9
}

@media only screen and (max-width:768px) {
  .swiper {
    background-position: bottom 0 right 0;
    height: auto
  }

  .hero-swiper:before {
    background-size: 108.8rem 39.5rem;
    height: 46.3rem;
    left: 0;
    transform: translateX(-35.9rem);
    width: 108.8rem
  }

  .hero-swiper .container-content {
    padding: 0;
    width: 37.5rem
  }

  .hero-swiper .swiper-container {
    height: auto
  }

  .hero-swiper .swiper-slide {
    height: auto;
    padding: 0 2rem
  }

  .hero-swiper .swiper-slide .slide-item {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin-top: 0
  }

  .hero-swiper .swiper-slide .slide-text {
    padding-bottom: 8rem;
    padding-right: 0;
    padding-top: 6rem
  }

  .hero-swiper .swiper-slide .title {
    font-size: 3.5rem;
    max-width: 100%;
    text-align: center
  }

  .hero-swiper .swiper-slide .desc {
    font-size: 1.6rem;
    margin-top: 1.6rem;
    max-width: 100%;
    text-align: center
  }

  .hero-swiper .swiper-slide .slide-image {
    align-items: flex-end;
    display: flex;
    flex: 1;
    justify-content: center;
    position: unset;
    width: 100%
  }

  .hero-swiper .swiper-slide .slide-image>img {
    height: 35rem;
    width: auto
  }

  .hero-swiper .swiper-pagination {
    height: auto;
    left: 50%;
    top: 5rem;
    transform: translateX(-50%);
    width: auto
  }

  .swiper-slide .more-btn {
    border: .1rem solid hsla(0, 0%, 100%, .5);
    border-radius: 5rem;
    font-size: 1.4rem;
    height: 3.2rem;
    margin-top: 1.6rem;
    padding: 0 3.2rem
  }

  .downbox {
    inset-block-end: 36.5rem;
    width: 100%
  }

  :root[lang|=ar] .swiper {
    background-position: bottom 0 right 0
  }

  :root[lang|=ar] .hero-swiper:before {
    background: #fff url(/wp-content/themes/theforest/images/bg.png) no-repeat 50%;
    background-size: 108.8rem 46.3rem;
    height: 46.3rem;
    left: 0;
    transform: translateX(-35.9rem);
    width: 108.8rem
  }

  :root[lang|=ar] .hero-swiper .swiper-pagination {
    height: .5rem;
    left: 50% !important;
    right: auto !important;
    top: 5rem;
    transform: translateX(-50%);
    width: auto
  }

}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.notice-popup {
  align-items: flex-start;
  border-radius: .6rem;
  display: flex;
  flex-direction: column;
  max-height: 28rem;
  width: 38.4rem
}

.notice-popup>header {
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, rgba(0, 195, 179, .1), rgba(0, 195, 179, 0)), #fff;
  display: flex;
  padding: 1.6rem 1.6rem 0
}

.notice-popup>header>span {
  color: var(--text-o85, var(--text-o85, rgba(0, 0, 0, .85)));
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.4rem;
  margin-inline-start: .6rem
}

.notice-popup>main {
  margin-top: .8rem;
  max-height: 19.2rem;
  min-height: 3.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 1.6rem;
  position: relative
}

.notice-popup>main .content {
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2rem;
  width: 100%
}

.notice-popup>main .seat {
  height: .4rem;
  width: 100%
}

.notice-popup>footer {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 5rem;
  justify-content: center;
  padding: 0 1.6rem;
  position: relative;
  width: 100%
}

.notice-popup>footer .gradient {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  height: 1.2rem;
  left: 0;
  position: absolute;
  top: -1.1rem;
  width: 38.4rem
}

.notice-popup>footer>span {
  align-items: center;
  background: #00c3b3;
  border-radius: .2rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: .7rem;
  font-weight: 600;
  gap: var(--spacing-tight, .4rem);
  height: 2rem;
  justify-content: center;
  padding: .5rem var(--spacing-base, .8rem);
  width: 5.8rem
}

:root[lang|=ar] .icon_notice {
  transform: rotateY(180deg)
}

@media only screen and (max-width:768px) {
  .notice-popup {
    border-radius: 1.4rem 1.4rem 0 0;
    bottom: 0;
    left: auto;
    max-height: fit-content;
    top: auto;
    transform: none;
    width: 37.5rem
  }

  .notice-popup>header {
    padding: 1.6rem 2rem
  }

  .notice-popup>header>svg {
    height: 2.4rem;
    width: 2.4rem
  }

  .notice-popup>header>span {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-inline-start: .8rem
  }

  .notice-popup>main {
    height: 42.3rem;
    margin-top: .8rem;
    max-height: 65vh;
    min-height: 6rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 2rem;
    position: relative
  }

  .notice-popup>main .content {
    font-family: var(--sans-font);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2rem;
    width: 100%
  }

  .notice-popup>main .seat {
    height: 2.4rem;
    width: 100%
  }

  .notice-popup>footer {
    height: 8rem;
    position: relative;
    width: 100%
  }

  .notice-popup>footer .gradient {
    height: 2.4rem;
    top: -2.25rem;
    width: 100%
  }

  .notice-popup>footer>span {
    border-radius: 1rem;
    font-family: var(--sans-font);
    font-size: 1.6rem;
    font-weight: 600;
    height: 4.8rem;
    width: 21.5rem
  }

}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.text-primary {
  color: #00cd7c
}

.van-swipe {
  padding-top: 2.8rem
}

.van-swipe__indicators {
  bottom: calc(100% - 1rem)
}

.van-swipe__indicator {
  background-color: #000;
  border-radius: .5rem;
  height: .5rem;
  opacity: .6;
  transition: all .2s;
  width: .5rem
}

.van-swipe__indicator--active {
  background-color: #000;
  opacity: 1;
  width: 2.4rem
}

.WhyFinantickdemo {
  background: #f9f9f9;
  min-width: 42.5rem;
  padding: 3rem 0;
  width: 100%
}

.WhyFinantickdemo .WhyFinantickdemo-content {
  color: rgba(0, 0, 0, .85);
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 60rem
}

.WhyFinantickdemo .WhyFinantickdemo-content .WhyFinantickdemo-content__title {
  color: rgba(0, 0, 0, .85);
  font-family: var(--sans-font);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 3.5rem;
  text-align: center
}

.WhyFinantickdemo .WhyFinantickdemo-content .WhyFinantickdemo-content__box {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center
}

.WhyFinantickdemo .WhyFinantickdemo-content .WhyFinantickdemo-content__item:not(:first-child) {
  margin-inline-start: 2rem
}

.WhyFinantickdemo .WhyFinantickdemo-card {
  align-items: center;
  color: rgba(0, 0, 0, .85);
  display: flex;
  flex-direction: column;
  font-family: var(--sans-font);
  font-size: .8rem;
  font-weight: 400;
  line-height: 150%;
  max-width: 18rem;
  min-height: 17.5rem;
  text-align: center
}

.WhyFinantickdemo .WhyFinantickdemo-card:not(:first-child) {
  margin-block-start: 3.2rem
}

.WhyFinantickdemo .WhyFinantickdemo-card .WhyFinantickdemo-card__img {
  align-items: flex-start;
  display: flex;
  height: 6.3rem;
  justify-content: center
}

.WhyFinantickdemo .WhyFinantickdemo-card .WhyFinantickdemo-card__img img {
  max-height: 100%;
  max-width: 100%
}

.WhyFinantickdemo .WhyFinantickdemo-card .WhyFinantickdemo-card__title {
  font-family: var(--sans-font);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  margin-block-start: .8rem
}

.WhyFinantickdemo .WhyFinantickdemo-card .WhyFinantickdemo-card__content {
  color: rgba(0, 0, 0, .85);
  margin-block-start: .8rem
}

:root[lang|=ar] .WhyFinantickdemo {
  width: 100%
}

@media only screen and (max-width:768px) {
  .WhyFinantickdemo {
    min-width: unset;
    padding: 6rem 0 4.6rem;
    width: 100%
  }

  .WhyFinantickdemo .WhyFinantickdemo-content {
    padding: 0
  }

  .WhyFinantickdemo .WhyFinantickdemo-content .WhyFinantickdemo-content__title {
    font-size: 3.6rem;
    margin-bottom: 5rem
  }

  .WhyFinantickdemo .WhyFinantickdemo-content .WhyFinantickdemo-content__box {
    flex-wrap: wrap
  }

  .WhyFinantickdemo .WhyFinantickdemo-content .van-swipe-item {
    padding: 0 1.5rem
  }

  .WhyFinantickdemo .WhyFinantickdemo-card {
    font-size: 1.4rem;
    line-height: 130%;
    max-width: 100%
  }

  .WhyFinantickdemo .WhyFinantickdemo-card:not(:first-child) {
    margin-block-start: 3.5rem
  }

  .WhyFinantickdemo .WhyFinantickdemo-card .WhyFinantickdemo-card__img {
    height: 11rem;
    width: 11rem
  }

  .WhyFinantickdemo .WhyFinantickdemo-card .WhyFinantickdemo-card__title {
    font-size: 2.4rem;
    margin-block-start: 1.4rem
  }

  .WhyFinantickdemo .WhyFinantickdemo-card .WhyFinantickdemo-card__content {
    margin-block-start: 1.4rem
  }

  :root[lang|=ar] .WhyFinantickdemo {
    width: 100%
  }

}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.AboutFinantickdemo {
  background: #fff;
  padding: 3rem 0 1.5rem;
  width: 100%
}

.AboutFinantickdemo .text-primary {
  color: #00cd7c
}

.AboutFinantickdemo .AboutFinantickdemo-content {
  color: rgba(0, 0, 0, .85);
  font-family: var(--sans-font);
  font-size: .9rem;
  font-weight: 400;
  line-height: 150%;
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 60rem;
  text-align: center
}

.AboutFinantickdemo .AboutFinantickdemo-content .AboutFinantickdemo-title {
  font-family: var(--sans-font);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 1.8rem;
  text-align: center
}

.AboutFinantickdemo .AboutFinantickdemo-box {
  justify-content: center;
  margin-bottom: 2rem
}

.AboutFinantickdemo .AboutFinantickdemo-box-item,
.AboutFinantickdemo .AboutFinantickdemo-box {
  align-items: center;
  display: flex;
  flex-direction: column
}

.AboutFinantickdemo .AboutFinantickdemo-box-item:not(:first-child) {
  margin-block-start: 2rem
}

.AboutFinantickdemo .AboutFinantickdemo-box-item .AboutFinantickdemo-box-item__hd {
  align-items: center;
  display: flex;
  font-family: var(--sans-font);
  font-size: .9rem;
  font-weight: 700;
  margin-block-end: .8rem
}

.AboutFinantickdemo .AboutFinantickdemo-box-item .AboutFinantickdemo-box-item__hd .AboutFinantickdemo-box-item__hd--icon {
  flex: none;
  height: 2rem;
  margin-inline-end: .4rem;
  min-width: 0;
  width: 2rem
}

.AboutFinantickdemo .AboutFinantickdemo-list {
  align-items: flex-end;
  border-top: .05rem solid var(--divider-color-default-1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 60rem;
  padding-top: 1rem
}

.AboutFinantickdemo .AboutFinantickdemo-list .AboutFinantickdemo-list__item {
  align-items: center;
  color: #cdac73;
  display: flex;
  flex-direction: column;
  font-family: var(--sans-font);
  font-size: .9rem;
  font-weight: 600;
  line-height: normal;
  padding: 0 2.8rem;
  position: relative;
  text-align: center;
  width: 20.1rem
}

.AboutFinantickdemo .AboutFinantickdemo-list .AboutFinantickdemo-list__item:before {
  left: 0
}

.AboutFinantickdemo .AboutFinantickdemo-list .AboutFinantickdemo-list__item:after,
.AboutFinantickdemo .AboutFinantickdemo-list .AboutFinantickdemo-list__item:before {
  --un-icon: url(/wp-content/themes/theforest/images/layer.svg);
  background-color: currentColor;
  bottom: 5%;
  color: #cdac73;
  content: "";
  display: block;
  height: 5.4rem;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  position: absolute;
  width: 2.25rem
}

.AboutFinantickdemo .AboutFinantickdemo-list .AboutFinantickdemo-list__item:after {
  right: 0;
  transform: rotateY(180deg)
}

.AboutFinantickdemo .AboutFinantickdemo-list .AboutFinantickdemo-list__item .AboutFinantickdemo-list__item--img {
  height: 5rem;
  object-fit: contain
}

.AboutFinantickdemo .AboutFinantickdemo-list .AboutFinantickdemo-list__item .daac-img {
  margin-bottom: .4rem
}

.AboutFinantickdemo .AboutFinantickdemo-list .AboutFinantickdemo-list__item .cma-img {
  height: 4rem;
  margin-bottom: .4rem;
  width: 4rem
}

:root[lang|=ar] .AboutFinantickdemo {
  width: 100%
}

@media only screen and (max-width:768px) {
  .AboutFinantickdemo {
    padding: 6rem 0;
    width: 100%
  }

  .AboutFinantickdemo .AboutFinantickdemo-content {
    font-size: 1.6rem;
    padding: 0 1.5rem
  }

  .AboutFinantickdemo .AboutFinantickdemo-content .AboutFinantickdemo-title {
    font-family: var(--sans-font);
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 5rem
  }

  .AboutFinantickdemo .AboutFinantickdemo-box {
    margin-bottom: 5rem
  }

  .AboutFinantickdemo .AboutFinantickdemo-box-item:not(:first-child) {
    margin-block-start: 4rem
  }

  .AboutFinantickdemo .AboutFinantickdemo-box-item .AboutFinantickdemo-box-item__hd {
    font-size: 2.4rem;
    margin-block-end: 1.4rem
  }

  .AboutFinantickdemo .AboutFinantickdemo-box-item .AboutFinantickdemo-box-item__hd .AboutFinantickdemo-box-item__hd--icon {
    height: 3.6rem;
    margin-inline-end: .7rem;
    width: 3.6rem
  }

  .AboutFinantickdemo .AboutFinantickdemo-list {
    border-top: 0;
    padding-top: 0
  }

  .AboutFinantickdemo .AboutFinantickdemo-list .AboutFinantickdemo-list__item {
    border-radius: .5rem;
    font-size: 1.6rem;
    padding: .6rem 4rem;
    width: 31.5rem
  }

  .AboutFinantickdemo .AboutFinantickdemo-list .AboutFinantickdemo-list__item:not(:first-child) {
    margin-block-start: 2rem;
    margin-inline-start: 0
  }

  .AboutFinantickdemo .AboutFinantickdemo-list .AboutFinantickdemo-list__item:before {
    height: 9.4rem;
    left: .5rem;
    width: 3.9rem
  }

  .AboutFinantickdemo .AboutFinantickdemo-list .AboutFinantickdemo-list__item:after {
    height: 9.4rem;
    right: .5rem;
    width: 3.9rem
  }

  .AboutFinantickdemo .AboutFinantickdemo-list .AboutFinantickdemo-list__item .AboutFinantickdemo-list__item--img {
    height: 7.5rem
  }

  .AboutFinantickdemo .AboutFinantickdemo-list .AboutFinantickdemo-list__item .cma-img {
    height: 6rem;
    margin-bottom: .8rem;
    width: 6rem
  }

  :root[lang|=ar] .AboutFinantickdemo {
    width: 100%
  }

  .is-app {
    padding: 2.8rem 0 4.4rem;
    position: relative
  }

  .is-app .AboutFinantickdemo-content {
    padding: 0 2rem
  }

  .is-app .AboutFinantickdemo-content .AboutFinantickdemo-title {
    color: var(--text-color-highlight);
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
    text-align: initial
  }

  .is-app .AboutFinantickdemo-content .AboutFinantickdemo-box {
    letter-spacing: .02rem;
    margin-bottom: 1.6rem;
    text-align: initial
  }

  .is-app .AboutFinantickdemo-content .AboutFinantickdemo-list .AboutFinantickdemo-list__item:not(:first-child) {
    margin: 72
  }

  .need-dark {
    background: var(--bg-color-1)
  }

  .need-dark .text-primary {
    color: var(--text-color-highlight)
  }

  .need-dark .AboutFinantickdemo-content {
    color: var(--text-color-h1)
  }

}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.poster {
  bottom: 0;
  height: 0;
  position: fixed;
  transition: all .5s;
  width: 100%;
  z-index: 100
}

.poster .whatsapp {
  bottom: 9rem;
  z-index: 200
}

.poster .backtop,
.poster .whatsapp {
  left: auto;
  position: relative;
  right: calc(-100% + 4.8rem);
  transition: all .5s;
  width: 2.8rem
}

.poster .backtop {
  bottom: 11.8rem;
  z-index: 100
}

.poster .guide-poster-first {
  background: linear-gradient(180deg, #002b1f, #005a45);
  bottom: 0;
  display: none;
  height: 5.7rem;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100
}

.poster .guide-poster-first.animationLeave {
  animation: fo-71554ef7 .3s ease-in-out;
  bottom: 0;
  display: none;
  position: absolute
}

@keyframes fo-71554ef7 {
  0% {
    bottom: 0;
    display: flex
  }

  to {
    bottom: -8rem;
    display: none
  }

}

.poster .guide-poster-first.animationOver {
  animation: fi-71554ef7 .3s ease-in-out;
  display: flex
}

.poster .guide-poster-first.animationOver .content-innerOver {
  background: linear-gradient(180deg, #002b1f, #005a45);
  margin-left: .7rem;
  margin-right: .7rem;
  position: relative;
  width: 100%
}

.poster .guide-poster-first.animationOver .content-innerOver .content {
  margin: 0 auto
}

.poster .guide-poster-first.animationOver .content-innerOver .content .content-img {
  margin-top: -1.8rem
}

.poster .guide-poster-first.animationOver .content-innerOver .close {
  top: .5rem
}

@keyframes fi-71554ef7 {
  0% {
    bottom: -10rem
  }

  to {
    bottom: 0
  }

}

.poster .guide-poster-first .content {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 55rem;
  position: relative;
  width: 100%
}

.poster .guide-poster-first .content .content-img {
  height: 7.6rem;
  margin-top: -1.8rem;
  width: 33.85rem
}

.poster .guide-poster-first .content .text {
  color: var(--green-green-10, #0a4033);
  font-size: 1.4rem;
  font-style: normal;
  line-height: normal;
  width: 28.4rem
}

.poster .guide-poster-first .content .text .text-title {
  color: #000;
  font-family: var(--sans-font);
  font-size: 2rem;
  font-style: italic;
  font-weight: 900;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase
}

.poster .guide-poster-first .content .text .text-des {
  color: #fff;
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: -.0278rem;
  line-height: 1.55875rem
}

.poster .guide-poster-first .content .join {
  align-items: center;
  background: linear-gradient(180deg, #fd0, #ffb200);
  border: .1rem solid #fff8ab;
  border-radius: 2.4rem;
  color: #a15526;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-family: var(--sans-font);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  line-height: normal;
  margin: 0 2rem;
  padding: 0 1.5rem;
  text-align: right
}

.poster .guide-poster-first .close {
  --un-icon: url(data:image/svg+xml;
 base64, PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjQ4MiAzLjUxOGEuOTE3LjkxNyAwIDAgMSAuMDcgMS4yMTdsLS4wNy4wOEwxMS4yOTYgMTBsNS4xODYgNS4xODVhLjkxNy45MTcgMCAwIDEtMS4yMTcgMS4zNjhsLS4wOC0uMDcyTDEwIDExLjI5N2wtNS4xODUgNS4xODZhLjkxNy45MTcgMCAwIDEtMS4zNjgtMS4yMTdsLjA3MS0uMDhMOC43MDQgMTAgMy41MTggNC44MTVhLjkxNy45MTcgMCAwIDEgMS4yMTctMS4zNjhsLjA4LjA3MUwxMCA4LjcwNGw1LjE4NS01LjE4NmEuOTE3LjkxNyAwIDAgMSAxLjI5NiAwWiIgZmlsbD0iIzBBNDAzMyIvPjwvc3ZnPg==);
  background-color: currentColor;
  color: hsla(0, 0%, 100%, .5);
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 1rem;
  margin-top: .5rem;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  position: absolute;
  right: .5rem;
  width: 1rem
}

.poster .guide-poster-other {
  align-items: center;
  background: linear-gradient(180deg, #002b1f, #005a45);
  bottom: 0;
  display: none;
  flex-shrink: 0;
  height: 2.4rem;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100
}

.poster .guide-poster-other.animationLeave {
  animation: d-71554ef7 .3s ease-out;
  display: none
}

.poster .guide-poster-other.animationOver {
  animation: d-71554ef7 .3s ease-in-out;
  display: flex
}

@keyframes d-71554ef7 {
  0% {
    bottom: -2.4rem
  }

  to {
    bottom: 0
  }

}

.poster .guide-poster-other .content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: auto
}

.poster .guide-poster-other .content .gift {
  background-image: url(/wp-content/themes/theforest/images/poster-gift-en.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.8rem;
  width: 3.2rem
}

.poster .guide-poster-other .content .text {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(92deg, #b6ffc9 11.01%, #fff 36.11%, #cbf9cb 65.98%, #7cf57c 88.35%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #fff;
  font-size: .8rem;
  font-style: normal;
  font-weight: 510;
  line-height: normal;
  margin-inline-end: 2rem;
  margin-inline-start: .8rem
}

.poster .guide-poster-other .content .text span {
  color: #fff
}

.poster .guide-poster-other .content .text .t-tip {
  font-weight: 700
}

.poster .guide-poster-other .content .join {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: .8rem;
  font-style: normal;
  font-weight: 1000;
  line-height: normal;
  width: fit-content
}

.poster .guide-poster-other .content .join>span:last-child {
  --un-icon: url(/wp-content/themes/theforest/images/next.svg);
  height: .6rem;
  margin-inline-start: 0;
  width: .6rem
}

.poster .guide-poster-other .close,
.poster .guide-poster-other .content .join>span:last-child {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.poster .guide-poster-other .close {
  --un-icon: url(data:image/svg+xml;
 base64, PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjQ4MiAzLjUxOGEuOTE3LjkxNyAwIDAgMSAuMDcgMS4yMTdsLS4wNy4wOEwxMS4yOTYgMTBsNS4xODYgNS4xODVhLjkxNy45MTcgMCAwIDEtMS4yMTcgMS4zNjhsLS4wOC0uMDcyTDEwIDExLjI5N2wtNS4xODUgNS4xODZhLjkxNy45MTcgMCAwIDEtMS4zNjgtMS4yMTdsLjA3MS0uMDhMOC43MDQgMTAgMy41MTggNC44MTVhLjkxNy45MTcgMCAwIDEgMS4yMTctMS4zNjhsLjA4LjA3MUwxMCA4LjcwNGw1LjE4NS01LjE4NmEuOTE3LjkxNyAwIDAgMSAxLjI5NiAwWiIgZmlsbD0iIzBBNDAzMyIvPjwvc3ZnPg==);
  color: hsla(0, 0%, 100%, .5);
  cursor: pointer;
  height: 1rem;
  position: absolute;
  right: .8rem;
  width: 1rem
}

.poster .guide-poster-mobile {
  display: none
}

.poster .otherScreen-margin {
  bottom: 9.5rem
}

.poster .otherScreen-margin-backtop {
  bottom: 8.5rem
}

:root[lang=ar-sa] .poster .backtop,
:root[lang=ar-sa] .poster .whatsapp {
  left: calc(-100% + 5.6rem);
  right: auto
}

:root[lang=ar-sa] .poster .guide-poster-first .close {
  left: .5rem;
  right: auto
}

:root[lang=ar-sa] .poster .guide-poster-first .close-box {
  border-radius: 0 0 .6rem 0;
  left: 0;
  right: auto
}

:root[lang=ar-sa] .poster .guide-poster-first .left-bg {
  background-color: #12d89e
}

:root[lang=ar-sa] .poster .guide-poster-first .right-bg {
  background-color: #45f697
}

:root[lang=ar-sa] .poster .guide-poster-other .close {
  left: .8rem;
  right: auto
}

:root[lang=ar-sa] .poster .guide-poster-other .join>span:last-child {
  transform: rotate(180deg)
}

:root[lang=ar-sa] .poster .guide-poster-other .content .gift {
  background-image: url(/wp-content/themes/theforest/images/poster-gift-ar.png)
}

@media only screen and (max-width:768px) {
  .poster {
    bottom: 0;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 100
  }

  .poster .backtop,
  .poster .whatsapp {
    bottom: 1.5rem;
    left: auto;
    position: relative;
    right: calc(-100% + 4.8rem);
    transition: all .5s;
    width: 4rem
  }

  .poster .backtop {
    display: none
  }

  .poster .guide-poster-first,
  .poster .guide-poster-other {
    display: none !important
  }

  .poster .guide-poster-mobile {
    align-items: flex-start;
    background-image: url(/wp-content/themes/theforest/images/poster-ph-en.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 11.8rem;
    position: relative;
    width: 37.5rem;
    z-index: 100
  }

  .poster .guide-poster-mobile.animationOver {
    animation: fi-71554ef7 .3s ease-in-out;
    display: flex
  }

  @keyframes fi-71554ef7 {
    0% {
      bottom: -10.4rem
    }

    to {
      bottom: 0
    }

  }

  .poster .guide-poster-mobile .content {
    align-items: center;
    display: flex;
    justify-content: space-between
  }

  .poster .guide-poster-mobile .content .gift {
    height: 3.2rem;
    width: 3.2rem
  }

  .poster .guide-poster-mobile .content .text {
    color: var(--green-green-10, #0a4033);
    flex: 1;
    font-family: var(--sans-font);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-inline-start: 1.2rem
  }

  .poster .guide-poster-mobile .join {
    align-items: center;
    background: linear-gradient(180deg, #fd0, #ffb200);
    border: .1rem solid #fff8ab;
    border-radius: 1.25rem;
    color: #a15526;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-family: var(--sans-font);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    height: 2rem;
    justify-content: center;
    line-height: normal;
    margin-inline-start: 2rem;
    margin-top: 9rem;
    padding: 0 2rem;
    text-align: right;
    width: 7.5rem
  }

  .poster .guide-poster-mobile .close-box {
    align-items: center;
    border-radius: 0 0 0 .6rem;
    display: flex;
    justify-content: center;
    padding: .8rem 0;
    padding-inline-end: .7rem;
    padding-inline-start: .3rem;
    position: absolute;
    right: -.15rem;
    top: 3.25rem
  }

  .poster .guide-poster-mobile .close-box .close {
    --un-icon: url(data:image/svg+xml;
 base64, PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5Ljc3OCA0LjIyMmExLjEgMS4xIDAgMCAxIC4wODYgMS40NmwtLjA4Ni4wOTZMMTMuNTU1IDEybDYuMjIzIDYuMjIyYTEuMSAxLjEgMCAwIDEtMS40NiAxLjY0MWwtLjA5NS0uMDg1TDEyIDEzLjU1NWwtNi4yMjIgNi4yMjNhMS4xIDEuMSAwIDAgMS0xLjY0LTEuNDZsLjA4NS0uMDk2TDEwLjQ0NSAxMiA0LjIyMyA1Ljc3OGExLjEgMS4xIDAgMCAxIDEuNDYtMS42NDFsLjA5NS4wODVMMTIgMTAuNDQ1bDYuMjIzLTYuMjIzYTEuMSAxLjEgMCAwIDEgMS41NTUgMFoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
    background-color: currentColor;
    color: hsla(0, 0%, 100%, .5);
    content: "";
    display: inline-block;
    height: 1.2rem;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    width: 1.2rem
  }

  .poster .otherScreen-margin {
    bottom: 2.5rem
  }

  .poster .otherScreen-margin-backtop {
    display: inline-block
  }

  :root[lang=ar-sa] .poster .guide-poster-mobile {
    background-image: url(/wp-content/themes/theforest/images/poster-ph-sa.png)
  }

  :root[lang=ar-sa] .poster .guide-poster-mobile .close-box {
    border-radius: 0 0 .6rem 0;
    left: 0;
    right: auto
  }

  :root[lang=ar-sa] .poster .guide-poster-mobile .join>span:last-child {
    transform: rotate(180deg)
  }

  :root[lang=ar-sa] .poster .backtop,
  :root[lang=ar-sa] .poster .whatsapp {
    left: calc(-100% + 4.8rem);
    right: auto
  }

}

@media (prefers-reduced-motion:reduce) {
  .guide-poster {
    height: auto;
    min-height: 2rem;
    overflow: auto
  }

}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.poster {
  bottom: 0;
  height: 0;
  position: fixed;
  transition: all .5s;
  width: 100%;
  z-index: 100
}

.poster .whatsapp {
  bottom: 9rem;
  z-index: 200
}

.poster .backtop,
.poster .whatsapp {
  left: auto;
  position: relative;
  right: calc(-100% + 4.8rem);
  transition: all .5s;
  width: 2.8rem
}

.poster .backtop {
  bottom: 11.8rem;
  z-index: 100
}

.poster .guide-poster-first {
  background: linear-gradient(89deg, #021213 -22.78%, #075853 95.22%);
  bottom: 0;
  display: none;
  height: 5.7rem;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100
}

.poster .guide-poster-first.animationLeave {
  animation: fo-c2d4fd5c .3s ease-in-out;
  bottom: 0;
  display: none;
  position: absolute
}

@keyframes fo-c2d4fd5c {
  0% {
    bottom: 0;
    display: flex
  }

  to {
    bottom: -8rem;
    display: none
  }

}

.poster .guide-poster-first.animationOver {
  animation: fi-c2d4fd5c .3s ease-in-out;
  display: flex
}

.poster .guide-poster-first.animationOver .content-innerOver {
  background: linear-gradient(89deg, #021213 -22.78%, #075853 95.22%);
  margin-left: .7rem;
  margin-right: .7rem;
  position: relative;
  width: 100%
}

.poster .guide-poster-first.animationOver .content-innerOver .content {
  margin: 0 auto
}

.poster .guide-poster-first.animationOver .content-innerOver .close {
  top: .5rem
}

@keyframes fi-c2d4fd5c {
  0% {
    bottom: -10rem
  }

  to {
    bottom: 0
  }

}

.poster .guide-poster-first .content {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 55rem;
  position: relative;
  width: 100%
}

.poster .guide-poster-first .content .content-img {
  height: 6.7rem;
  margin-top: -1.1rem;
  width: 32.6rem
}

.poster .guide-poster-first .content .text {
  color: var(--green-green-10, #0a4033);
  font-size: 1.4rem;
  font-style: normal;
  line-height: normal;
  width: 28.4rem
}

.poster .guide-poster-first .content .text .text-title {
  color: #000;
  font-family: var(--sans-font);
  font-size: 2rem;
  font-style: italic;
  font-weight: 900;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase
}

.poster .guide-poster-first .content .text .text-des {
  color: #fff;
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: -.0278rem;
  line-height: 1.55875rem
}

.poster .guide-poster-first .content .join {
  align-items: center;
  background: linear-gradient(91deg, #3ad853, #12cb9e);
  border-radius: 1.25rem;
  box-shadow: inset 0 0 1.2rem hsla(0, 0%, 100%, .6);
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-family: var(--sans-font);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  line-height: normal;
  padding: 0 1.5rem;
  text-align: right
}

.poster .guide-poster-first .content .join.ramadan {
  background: url(/wp-content/themes/theforest/images/getIt-bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  border-radius: 0;
  box-shadow: none;
  color: #cb731b;
  height: 1.9rem;
  margin: 0 2rem;
  width: 7.3rem
}

.poster .guide-poster-first .close {
  --un-icon: url(data:image/svg+xml;
 base64, PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjQ4MiAzLjUxOGEuOTE3LjkxNyAwIDAgMSAuMDcgMS4yMTdsLS4wNy4wOEwxMS4yOTYgMTBsNS4xODYgNS4xODVhLjkxNy45MTcgMCAwIDEtMS4yMTcgMS4zNjhsLS4wOC0uMDcyTDEwIDExLjI5N2wtNS4xODUgNS4xODZhLjkxNy45MTcgMCAwIDEtMS4zNjgtMS4yMTdsLjA3MS0uMDhMOC43MDQgMTAgMy41MTggNC44MTVhLjkxNy45MTcgMCAwIDEgMS4yMTctMS4zNjhsLjA4LjA3MUwxMCA4LjcwNGw1LjE4NS01LjE4NmEuOTE3LjkxNyAwIDAgMSAxLjI5NiAwWiIgZmlsbD0iIzBBNDAzMyIvPjwvc3ZnPg==);
  background-color: currentColor;
  color: hsla(0, 0%, 100%, .5);
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 1rem;
  margin-top: .5rem;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  position: absolute;
  right: .5rem;
  width: 1rem
}

.poster .guide-poster-other {
  align-items: center;
  background: linear-gradient(89deg, #002b1f -22.78%, #005a45 95.22%);
  bottom: 0;
  display: none;
  flex-shrink: 0;
  height: 2.4rem;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100
}

.poster .guide-poster-other.animationLeave {
  animation: d-c2d4fd5c .3s ease-out;
  display: none
}

.poster .guide-poster-other.animationOver {
  animation: d-c2d4fd5c .3s ease-in-out;
  display: flex
}

@keyframes d-c2d4fd5c {
  0% {
    bottom: -2.4rem
  }

  to {
    bottom: 0
  }

}

.poster .guide-poster-other .content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: auto
}

.poster .guide-poster-other .content .gift {
  background-image: url(/wp-content/themes/theforest/images/poster-gift-en.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.6rem;
  width: 4.3rem
}

.poster .guide-poster-other .content .text {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(92deg, #b6ffc9 11.01%, #fff 36.11%, #cbf9cb 65.98%, #7cf57c 88.35%);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--sans-font);
  font-size: .8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-inline-end: 2rem;
  margin-inline-start: .8rem
}

.poster .guide-poster-other .content .text span {
  color: #fff
}

.poster .guide-poster-other .content .join {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: var(--sans-font);
  font-size: .8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: fit-content
}

.poster .guide-poster-other .content .join>span:last-child {
  --un-icon: url(/wp-content/themes/theforest/images/next.svg);
  height: .6rem;
  margin-inline-start: 0;
  width: .6rem
}

.poster .guide-poster-other .close,
.poster .guide-poster-other .content .join>span:last-child {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.poster .guide-poster-other .close {
  --un-icon: url(data:image/svg+xml;
 base64, PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjQ4MiAzLjUxOGEuOTE3LjkxNyAwIDAgMSAuMDcgMS4yMTdsLS4wNy4wOEwxMS4yOTYgMTBsNS4xODYgNS4xODVhLjkxNy45MTcgMCAwIDEtMS4yMTcgMS4zNjhsLS4wOC0uMDcyTDEwIDExLjI5N2wtNS4xODUgNS4xODZhLjkxNy45MTcgMCAwIDEtMS4zNjgtMS4yMTdsLjA3MS0uMDhMOC43MDQgMTAgMy41MTggNC44MTVhLjkxNy45MTcgMCAwIDEgMS4yMTctMS4zNjhsLjA4LjA3MUwxMCA4LjcwNGw1LjE4NS01LjE4NmEuOTE3LjkxNyAwIDAgMSAxLjI5NiAwWiIgZmlsbD0iIzBBNDAzMyIvPjwvc3ZnPg==);
  color: hsla(0, 0%, 100%, .5);
  cursor: pointer;
  height: 1rem;
  position: absolute;
  right: .8rem;
  width: 1rem
}

.poster .guide-poster-mobile {
  display: none
}

.poster .otherScreen-margin {
  bottom: 9.5rem
}

.poster .otherScreen-margin-backtop {
  bottom: 8.5rem
}

:root[lang=ar-sa] .poster .backtop,
:root[lang=ar-sa] .poster .whatsapp {
  left: calc(-100% + 5.6rem);
  right: auto
}

:root[lang=ar-sa] .poster .guide-poster-first .close {
  left: .5rem;
  right: auto
}

:root[lang=ar-sa] .poster .guide-poster-first .close-box {
  border-radius: 0 0 .6rem 0;
  left: 0;
  right: auto
}

:root[lang=ar-sa] .poster .guide-poster-first .left-bg {
  background-color: #12d89e
}

:root[lang=ar-sa] .poster .guide-poster-first .right-bg {
  background-color: #45f697
}

:root[lang=ar-sa] .poster .guide-poster-first .content-img {
  height: 6.7rem;
  margin-top: -1.1rem;
  width: 32.6rem
}

:root[lang=ar-sa] .poster .guide-poster-other .close {
  left: .8rem;
  right: auto
}

:root[lang=ar-sa] .poster .guide-poster-other .join>span:last-child {
  transform: rotate(180deg)
}

:root[lang=ar-sa] .poster .guide-poster-other .content .gift {
  background-image: url(/wp-content/themes/theforest/images/poster-gift-ar.png)
}

@media only screen and (max-width:768px) {
  .poster {
    bottom: 0;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 100
  }

  .poster .backtop,
  .poster .whatsapp {
    bottom: 1.5rem;
    left: auto;
    position: relative;
    right: calc(-100% + 4.8rem);
    transition: all .5s;
    width: 4rem
  }

  .poster .backtop {
    display: none
  }

  .poster .guide-poster-first,
  .poster .guide-poster-other {
    display: none !important
  }

  .poster .guide-poster-mobile {
    align-items: flex-start;
    background-image: url(/wp-content/themes/theforest/images/poster-ph-en.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 11.8rem;
    position: relative;
    width: 37.5rem;
    z-index: 100
  }

  .poster .guide-poster-mobile.animationOver {
    animation: fi-c2d4fd5c .3s ease-in-out;
    display: flex
  }

  @keyframes fi-c2d4fd5c {
    0% {
      bottom: -10.4rem
    }

    to {
      bottom: 0
    }

  }

  .poster .guide-poster-mobile .content {
    align-items: center;
    display: flex;
    justify-content: space-between
  }

  .poster .guide-poster-mobile .content .gift {
    height: 3.2rem;
    width: 3.2rem
  }

  .poster .guide-poster-mobile .content .text {
    color: var(--green-green-10, #0a4033);
    flex: 1;
    font-family: var(--sans-font);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-inline-start: 1.2rem
  }

  .poster .guide-poster-mobile .join {
    align-items: center;
    background: linear-gradient(91deg, #3ad853, #12cb9e);
    border-radius: 1.25rem;
    box-shadow: inset 0 0 1.2rem hsla(0, 0%, 100%, .6);
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-family: var(--sans-font);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    height: 2rem;
    justify-content: center;
    line-height: normal;
    margin-inline-start: 2rem;
    margin-top: 9rem;
    padding: 0 2rem;
    text-align: right;
    width: 7.5rem
  }

  .poster .guide-poster-mobile .join.ramadan {
    background: url(/wp-content/themes/theforest/images/getIt-bg.png) 0 0 no-repeat;
    background-size: 100% auto;
    border-radius: 0;
    box-shadow: none;
    color: #cb731b;
    height: 1.9rem;
    width: 7.3rem
  }

  .poster .guide-poster-mobile .close-box {
    align-items: center;
    border-radius: 0 0 0 .6rem;
    display: flex;
    justify-content: center;
    padding: .8rem 0;
    padding-inline-end: .7rem;
    padding-inline-start: .3rem;
    position: absolute;
    right: -.15rem;
    top: 3.25rem
  }

  .poster .guide-poster-mobile .close-box .close {
    --un-icon: url(data:image/svg+xml;
 base64, PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5Ljc3OCA0LjIyMmExLjEgMS4xIDAgMCAxIC4wODYgMS40NmwtLjA4Ni4wOTZMMTMuNTU1IDEybDYuMjIzIDYuMjIyYTEuMSAxLjEgMCAwIDEtMS40NiAxLjY0MWwtLjA5NS0uMDg1TDEyIDEzLjU1NWwtNi4yMjIgNi4yMjNhMS4xIDEuMSAwIDAgMS0xLjY0LTEuNDZsLjA4NS0uMDk2TDEwLjQ0NSAxMiA0LjIyMyA1Ljc3OGExLjEgMS4xIDAgMCAxIDEuNDYtMS42NDFsLjA5NS4wODVMMTIgMTAuNDQ1bDYuMjIzLTYuMjIzYTEuMSAxLjEgMCAwIDEgMS41NTUgMFoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
    background-color: currentColor;
    color: hsla(0, 0%, 100%, .5);
    content: "";
    display: inline-block;
    height: 1.2rem;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    width: 1.2rem
  }

  .poster .otherScreen-margin {
    bottom: 2.5rem
  }

  .poster .otherScreen-margin-backtop {
    display: inline-block
  }

  :root[lang=ar-sa] .poster .guide-poster-mobile {
    background-image: url(/wp-content/themes/theforest/images/poster-ph-sa.png)
  }

  :root[lang=ar-sa] .poster .guide-poster-mobile .close-box {
    border-radius: 0 0 .6rem 0;
    left: 0;
    right: auto
  }

  :root[lang=ar-sa] .poster .guide-poster-mobile .join>span:last-child {
    transform: rotate(180deg)
  }

  :root[lang=ar-sa] .poster .backtop,
  :root[lang=ar-sa] .poster .whatsapp {
    left: calc(-100% + 4.8rem);
    right: auto
  }

}

@media (prefers-reduced-motion:reduce) {
  .guide-poster {
    height: auto;
    min-height: 2rem;
    overflow: auto
  }

}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.financial-certification {
  align-items: center;
  color: rgba(0, 0, 0, .85);
  display: flex;
  justify-content: center;
  padding: 0;
  width: 100%
}

.content {
  border-top: .05rem solid rgba(0, 0, 0, .05);
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 60rem;
  padding: 2rem 0 4.5rem;
  text-align: center
}

.content .title {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem
}

.content .title .checkmark-icon {
  height: 2rem;
  width: 2rem
}

.content .title p {
  align-items: center;
  display: flex;
  font-size: .9rem;
  justify-content: center
}

.content .wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  max-width: 43.1rem;
  position: relative;
  width: 100%
}

.content .raqaba {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: .9rem
}

.content .raqaba .raqaba-img {
  height: auto;
  max-width: 17.5rem;
  width: 100%
}

.content .desc {
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2rem;
  margin-bottom: 2.2rem;
  text-align: center
}

.content .introduce {
  align-items: center;
  display: flex;
  justify-content: center
}

.content .introduce .middle {
  flex-grow: 0;
  flex-shrink: 0
}

.content .introduce .left,
.content .introduce .right {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.content .introduce .left .intruduce-img,
.content .introduce .right .intruduce-img {
  height: auto;
  left: 0;
  top: 0;
  width: 100%
}

.content .introduce .left .intruduce-icon,
.content .introduce .right .intruduce-icon {
  height: 1.2rem;
  width: 1.2rem
}

.content .introduce .left .intruduce-title,
.content .introduce .right .intruduce-title {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 1.6rem;
  width: 100%
}

.content .introduce .left .intruduce-title span,
.content .introduce .right .intruduce-title span {
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.15rem
}

.content .introduce .intruduce-detail {
  align-items: center;
  bottom: 1.6rem;
  display: flex;
  font-size: .7rem;
  justify-content: center;
  justify-content: space-between;
  left: 0;
  line-height: .9rem;
  padding: 0 1.5rem;
  position: absolute;
  width: 100%
}

.content .introduce .intruduce-detail .detail-number {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  line-height: .9rem
}

.content .introduce .intruduce-detail .detail-number span {
  color: rgba(0, 0, 0, .5)
}

.content .introduce .intruduce-detail .detail-number strong {
  color: rgba(0, 0, 0, .85);
  font-weight: 400
}

.content .introduce .intruduce-detail .detail-number .copy-icon {
  align-items: center;
  display: flex;
  height: .8rem;
  justify-content: center;
  width: .8rem
}

.content .introduce .intruduce-detail .detail-link {
  align-items: center;
  color: rgba(89, 152, 233, .9);
  cursor: pointer;
  display: flex;
  font-weight: 600;
  justify-content: center
}

@media only screen and (max-width:768px) {
  .content {
    border-top: .8rem solid #f7f8f9;
    padding: 4rem 2rem
  }

  .content .title {
    margin-bottom: 3.6rem
  }

  .content .title .checkmark-icon {
    height: 3.6rem;
    width: 3.6rem
  }

  .content .title p {
    font-size: 2.4rem;
    max-width: 24rem;
    text-align: initial
  }

  .content .raqaba {
    margin-bottom: 1.4rem;
    padding: 0 1.75rem
  }

  .content .raqaba .raqaba-img {
    max-width: 30rem
  }

  .content .desc {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2.8rem
  }

  .content .introduce {
    flex-direction: column
  }

  .content .introduce .left .intruduce-icon,
  .content .introduce .right .intruduce-icon {
    height: 4.8rem;
    width: 4.8rem
  }

  .content .introduce .left .intruduce-title,
  .content .introduce .right .intruduce-title {
    align-items: normal;
    flex-direction: column;
    height: 100%;
    padding: 0 2.4rem;
    top: 0
  }

  .content .introduce .left .intruduce-title span,
  .content .introduce .right .intruduce-title span {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.35rem;
    margin-bottom: 3.5rem;
    max-width: 43vw;
    text-align: initial
  }

  .content .introduce .intruduce-detail {
    align-items: normal;
    bottom: 1.8rem;
    flex-direction: column;
    font-size: 1.2rem;
    padding: 0 2.4rem
  }

  .content .introduce .intruduce-detail .detail-number {
    justify-content: normal;
    line-height: 1.55rem
  }

  .content .introduce .intruduce-detail .detail-number span {
    color: rgba(0, 0, 0, .5)
  }

  .content .introduce .intruduce-detail .detail-number strong {
    color: rgba(0, 0, 0, .85)
  }

  .content .introduce .intruduce-detail .detail-number .copy-icon {
    height: 1.2rem;
    width: 1.2rem
  }

  .content .introduce .intruduce-detail .detail-link {
    color: var(--text-color-link);
    justify-content: normal
  }

  .financial-certification {
    color: rgba(0, 0, 0, .85)
  }

  .financial-certification.is-app {
    position: relative
  }

  .financial-certification.is-app .content {
    padding-top: 3.2rem
  }

  .financial-certification.is-app .content .title {
    margin-bottom: 3.2rem
  }

  .financial-certification.is-app .content .title p {
    color: var(--text-color-highlight);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.3rem;
    max-width: 100%
  }

  .financial-certification.is-app .content .wrapper .raqaba {
    background-color: var(--text-color-reverse);
    border-radius: .5rem;
    margin-bottom: 2rem;
    padding: .5rem .6rem
  }

  .financial-certification.is-app .content .wrapper .desc {
    margin-bottom: 2rem;
    text-align: initial
  }

  .financial-certification.is-app .content .wrapper .introduce .left .intruduce-title span,
  .financial-certification.is-app .content .wrapper .introduce .right .intruduce-title span {
    max-width: 41vw
  }

  .need-dark {
    color: var(--text-color-h1)
  }

  .need-dark.is-app .content .title p {
    color: var(--text-color-highlight)
  }

  .need-dark.is-app .content .wrapper .raqaba {
    background-color: var(--text-color-reverse)
  }

  .need-dark .content {
    border-top: .8rem solid var(--bg-color-2)
  }

  .need-dark .content .introduce .intruduce-detail .detail-number span {
    color: var(--text-color-h2)
  }

  .need-dark .content .introduce .intruduce-detail .detail-number strong {
    color: var(--text-color-h1)
  }

  .need-dark .content .introduce .intruduce-detail .detail-link {
    color: var(--text-color-link)
  }

}

.icon {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask: var(--un-icon) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: auto
}

.swiper-dark {
  background-color: #000;
  height: 47rem;
  min-height: 47rem;
  overflow: hidden;
  position: relative;
  width: 100%
}

.hero-swiper .swiper-pagination {
  bottom: 2.9rem;
  display: flex;
  justify-content: center;
  left: 50% !important;
  position: absolute;
  transform: translate3d(-50%, 0, 0)
}

.hero-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: hsla(0, 0%, 100%, .6);
  flex-shrink: 0;
  height: .5rem;
  margin-inline-end: .3rem;
  transition: all .2s;
  width: .5rem
}

.hero-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
  border-radius: 5rem;
  height: .5rem;
  width: 2.4rem
}

.hero-swiper .container-content {
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative
}

.swiper-slide .slide-wrapper,
.swiper-slide {
  height: 100%;
  width: 100%
}

.swiper-slide .slide-content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%
}

.swiper-slide .slide-item {
  padding: 0 2rem;
  position: relative;
  z-index: 1
}

.swiper-slide .slide-text {
  max-width: 47.95rem;
  min-width: 33.5rem;
  /* text-align:center */
}

/* .swiper-slide .title{
  -webkit-line-clamp:3;
  font-size:2rem;
  font-weight:700;
  line-height:110%;
  margin-bottom:1rem;
  text-transform:capitalize
} */
.swiper-slide.dark .desc,
.swiper-slide.dark .title {
  -webkit-box-orient: vertical;
  color: #fff;
  display: -webkit-box;
  font-family: var(--sans-font);
  overflow: hidden;
  text-overflow: ellipsis
}

.swiper-slide .desc {
  -webkit-line-clamp: 5;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%
}

.slide-image {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1
}

.slide-image>img {
  height: 100%;
  object-fit: cover
}

@media only screen and (max-width:768px) {
  .swiper {
    height: 100vh;
    min-height: 100vh
  }

  .hero-swiper .swiper-slide .title {
    font-size: 3.2rem;
    line-height: 120%
  }

  .hero-swiper .swiper-slide .desc {
    font-size: 1.8rem
  }

  .hero-swiper .swiper-pagination {
    right: auto !important
  }

}

.link-notice {
  cursor: pointer
}

.js-main {
  background-color: #fff
}

#targetStart {
  height: 5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: .5rem;
  z-index: 8
}

.come-out {
  opacity: 0;
  transform: translateY(2.5rem)
}

.come-in {
  --stagger: 0;
  --delay: 120ms;
  --start: 0ms;
  animation: slide-enter-4f336fe5 .6s 1 both;
  animation-delay: calc(var(--start) + var(--stagger)*var(--delay))
}

@keyframes slide-enter-4f336fe5 {
  0% {
    opacity: 0;
    transform: translateY(2.5rem)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }

}