@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}

* body {
  margin: 0;
  padding: 0;
}
* body.o-hidden {
  overflow: hidden;
}
@media (max-width: 979.5px) {
  * body {
    padding-top: 70px;
  }
}

/* colours */
.color-gradient {
  background-color: rgb(255, 255, 255);
  background: linear-gradient(160deg, rgb(249, 96, 0) 30%, rgb(229, 21, 71) 60%, rgb(156, 30, 214) 90%);
}

ul,
li,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #131619;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #686a6c;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background-color: #f96000;
  border-radius: 75px;
  color: #ffffff;
  font-weight: 700;
  padding: 2px 8px;
  display: inline-flex;
}

.invert mark {
  background-color: #ffffff;
  border-radius: 75px;
  color: #131619;
  font-weight: 700;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.mrg-center {
  margin: 0 auto;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

img,
video,
iframe {
  max-width: 100%;
  display: block;
}

.media-image iframe {
  max-height: 480px;
}
@media (min-width:980px) {
  .media-image iframe {
    max-height: 100%;
  }
}

svg:not(:root) {
  overflow: hidden;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 1em 1em 0;
}

.lang-ar .img-responsive,
.lang-ar .thumbnail > img,
.lang-ar .thumbnail a > img,
.lang-ar .carousel-inner > .item > img,
.lang-ar .carousel-inner > .item > a > img {
  margin: 0 0 1em 1em;
  right: 0;
  left: auto;
}

figure {
  display: flex;
  flex-flow: column;
  margin: 0;
  margin-bottom: 1.5em;
  border-radius: 8px;
  overflow: hidden;
}
figure > img {
  width: 100%;
  height: auto;
  margin: 0;
}
figure br {
  display: none;
}
figure figcaption {
  font-size: 14px;
  line-height: 1.25;
  padding: 16px;
  color: #131619;
  caption-side: bottom;
  background-color: #eff1f7;
}
figure.img-full {
  width: 100%;
}
figure.img-full > img {
  width: 100%;
}

figure.align-left {
  float: left;
  display: flex;
}

figure.align-right {
  float: right;
  display: flex;
}

figure.left-align,
figure.align-left,
figure[style*="float:left"] {
  max-width: 460px;
  margin-left: 0;
  margin-right: 32px;
  margin-bottom: 32px;
  display: flex;
}
@media (max-width: 575px) {
  figure.left-align,
  figure.align-left,
  figure[style*="float:left"] {
    float: none !important;
    margin-right: 0;
  }
}
figure.left-align > img,
figure.align-left > img,
figure[style*="float:left"] > img {
  width: 100%;
  height: auto;
}
figure.left-align figcaption,
figure.align-left figcaption,
figure[style*="float:left"] figcaption {
  width: 100% !important;
}

figure.right-align,
figure.align-right,
figure[style*="float:right"] {
  max-width: 460px;
  margin-right: 0;
  margin-left: 32px;
  margin-bottom: 32px;
  display: flex;
}
@media (max-width: 575px) {
  figure.right-align,
  figure.align-right,
  figure[style*="float:right"] {
    float: none !important;
    margin-left: 0;
  }
}
figure.right-align > img,
figure.align-right > img,
figure[style*="float:right"] > img {
  width: 100%;
  height: auto;
}
figure.right-align figcaption,
figure.align-right figcaption,
figure[style*="float:right"] figcaption {
  width: 100% !important;
}

img.left-align,
img.align-left {
  margin-right: 32px;
  margin-bottom: 32px;
}

img.right-align,
img.align-right {
  margin-left: 32px;
  margin-bottom: 32px;
}

.fcenter {
  width: 100%;
  margin-top: 32px;
}
.fcenter img {
  display: block;
  width: 100%;
  margin: 0;
}

.fcenter ~ .figcaption {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 10px;
  color: #131619;
  background-color: #eff1f7;
}

img[style*="float:right"] {
  max-width: 100%;
  margin-right: 0;
  margin-left: 32px;
  margin-bottom: 32px;
}

img[style*="float:left"] {
  max-width: 100%;
  margin-left: 0;
  margin-right: 32px;
  margin-bottom: 32px;
}

.footnote {
  font-size: 14px;
  line-height: 1.25;
  padding: 16px;
  color: #131619;
  background-color: #eff1f7;
}
.footnote mark {
  background: none;
  color: #686a6c;
  padding: 0;
  font-weight: 300;
}

form {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table td,
table th {
  padding: 10px;
  vertical-align: top;
}

.margin-0 {
  margin: 0;
}

.border-top {
  border-top: 1px solid #d9dbe1;
}

article.glbl {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}
article.glbl ul,
article.glbl ol {
  padding: 40px 0 40px 16px;
}
@media (max-width: 575px) {
  article.glbl ul,
  article.glbl ol {
    padding: 40px 0 40px 8px;
  }
}
article.glbl ol {
  margin-left: 8px;
}
article.glbl ul + ul,
article.glbl ul + ol,
article.glbl ol + ol,
article.glbl ol + ul {
  padding: 16px;
}
article.glbl ul:first-of-type:has(+ ul),
article.glbl ul:first-of-type:has(+ ol),
article.glbl ol:first-of-type:has(+ ul),
article.glbl ol:first-of-type:has(+ ol) {
  padding: 40px 8px 16px 8px;
}
article.glbl h2 + ul,
article.glbl h3 + ul,
article.glbl h4 + ul,
article.glbl h5 + ul {
  padding-top: 20px;
}
article.glbl ul li {
  list-style: disc;
  margin-bottom: 16px;
  padding-left: 8px;
  margin-left: 16px;
  line-height: 1.25;
}
@media (max-width: 575px) {
  article.glbl ul li {
    margin-left: 8px;
  }
}
article.glbl ul li:last-child {
  margin-bottom: 0;
}
article.glbl ul li::marker {
  color: #f96000;
  width: 8px;
}
article.glbl ul li a,
article.glbl ul li a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #f96000 !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px !important;
  overflow-wrap: break-word;
}
article.glbl ul li a:hover,
article.glbl ul li a:link:hover {
  text-decoration-thickness: 3px !important;
}
article.glbl ol li {
  list-style: decimal;
  margin-bottom: 16px;
  padding-left: 8px;
  margin-left: 16px;
  line-height: 1.25;
}
@media (max-width: 575px) {
  article.glbl ol li {
    margin-left: 8px;
  }
}
article.glbl ol li:last-child {
  margin-bottom: 0;
}
article.glbl ol li::marker {
  color: #131619;
  font-weight: 700;
}
article.glbl ol li a,
article.glbl ol li a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #f96000 !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px !important;
}
article.glbl ol li a:hover,
article.glbl ol li a:link:hover {
  text-decoration-thickness: 3px !important;
}
article.glbl ol.ol-upper-roman li {
  list-style: upper-roman;
}
article.glbl ol.ol-alpha li {
  list-style: lower-alpha;
}
article.glbl p {
  margin-bottom: 32px;
}
article.glbl p a,
article.glbl p a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #f96000 !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px !important;
}
article.glbl p a:hover,
article.glbl p a:link:hover {
  text-decoration-thickness: 3px !important;
}
article.glbl p + ul,
article.glbl p + ul {
  padding-top: 0px;
}
article.glbl ul + p,
article.glbl ol + p {
  margin-top: 0px;
}
article.glbl p + figure {
  margin-top: 56px;
}
article.glbl h1 a,
article.glbl h1 a:link,
article.glbl h2 a,
article.glbl h2 a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #f96000 !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px !important;
}
article.glbl .leads {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}
article.glbl .youtubeVideo {
  position: relative;
  margin-top: 56px;
  margin-bottom: 56px;
  max-width: 100%;
  padding: 28.2% 0;
}
article.glbl .youtubeVideo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.lang-ar article.glbl ul li {
  list-style: disc;
  margin-bottom: 16px;
  padding-left: 0;
  margin-left: 0;
  padding-right: 6px;
  margin-right: 16px;
}
.lang-ar article.glbl ul li::marker {
  color: #f96000;
  width: 8px;
}
.lang-ar article.glbl ol li {
  list-style: decimal;
  margin-bottom: 16px;
  margin-left: 0;
  padding-left: 0;
  margin-right: 16px;
  padding-right: 6px;
}
.lang-ar article.glbl ol.ol-upper-roman li {
  list-style: upper-roman;
}
.lang-ar article.glbl ol.ol-alpha li {
  list-style: lower-alpha;
}
.lang-ar article.glbl p {
  margin-bottom: 32px;
}
.lang-ar article.glbl p a,
.lang-ar article.glbl p a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #f96000 !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px !important;
}
.lang-ar article.glbl p + ul {
  padding-top: 0;
}
.lang-ar article.glbl p + figure {
  margin-top: 56px;
}
.lang-ar article.glbl h1 a,
.lang-ar article.glbl h1 a:link,
.lang-ar article.glbl h2 a,
.lang-ar article.glbl h2 a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #f96000 !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px !important;
}

.lang-ar article.glbl .sidebar-wrapper #tab1 p + ul {
  padding-top: 16px;
}

span.highlight {
  color: #f96000;
}

blockquote {
  font-size: 18px;
  border-left: 0;
  color: #131619;
  padding: 7em 0 15px 0;
  margin-left: 30px;
  position: relative;
}
@media (min-width:980px) {
  blockquote {
    padding: 7em 0 15px 2em;
    font-size: 20px;
    margin: 1.5em 0;
  }
}
blockquote p {
  margin: 0;
}
blockquote h4,
blockquote h5 {
  color: #131619;
  line-height: 1.25;
  position: relative;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
  padding-left: 28px;
}
blockquote h4::after,
blockquote h5::after {
  content: "";
  height: 100%;
  width: 8px;
  background-color: #f96000;
  left: 0px;
  top: 0;
  position: absolute;
}
blockquote p:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
blockquote p:nth-child(3) {
  font-size: 16px;
  color: #131619;
  margin-top: 0;
}
blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: url(../images/quote.svg) no-repeat 0 top;
}
@media (min-width:980px) {
  blockquote::after {
    left: 2em;
  }
}

.lang-ar blockquote {
  font-size: 18px;
  border-left: none;
  border-right: 0;
}
@media (min-width:980px) {
  .lang-ar blockquote {
    padding: 7em 2em 15px 0;
  }
}
.lang-ar blockquote h4::after {
  left: auto;
  right: -30px;
}
.lang-ar blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 100px;
  height: 100px;
  background: url(../images/quote.svg) no-repeat 0 top;
  transform: rotate(-180deg);
}
@media (min-width:980px) {
  .lang-ar blockquote::after {
    left: auto;
    right: 2em;
  }
}

blockquote.blq-withImg {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  gap: 56px;
  align-items: center;
}
@media (max-width: 575px) {
  blockquote.blq-withImg {
    gap: 32px;
    flex-direction: column;
  }
}
blockquote.blq-withImg h4::after {
  width: 0px;
}
blockquote.blq-withImg figure {
  margin-left: 0;
}
blockquote.blq-withImg .blq-img {
  width: 40%;
}
@media (max-width: 575px) {
  blockquote.blq-withImg .blq-img {
    width: 100%;
  }
}
blockquote.blq-withImg .blq-img img {
  width: 100%;
}
blockquote.blq-withImg .bl-quote {
  width: 60%;
}
@media (max-width: 575px) {
  blockquote.blq-withImg .bl-quote {
    width: 100%;
  }
}
blockquote.blq-withImg::after {
  background-position: 0;
  background-position: 0;
  top: 70px;
  left: 32px;
}

.lang-ar blockquote.blq-withImg figure {
  margin-left: inherit;
  margin-right: 0;
}
.lang-ar blockquote.blq-withImg::after {
  left: auto;
  right: 32px;
}

.desktop-show {
  display: block;
}
@media (max-width: 575px) {
  .desktop-show {
    display: none;
  }
}

.mobile-show {
  display: none;
}
@media (max-width: 575px) {
  .mobile-show {
    display: block;
  }
}

p.ct-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 4px 8px;
  margin-bottom: 16px;
}
p.ct-type + h1, p.ct-type + h2, p.ct-type + h3, p.ct-type + h4, p.ct-type + h5, p.ct-type + h6 {
  margin-top: 0;
}

.title-orange {
  color: #f96000;
}

/* placeholder */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d9dbe1;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d9dbe1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d9dbe1;
}

.pad-t-b.level1 {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width:767px) {
  .pad-t-b.level1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.pad-t-b.level2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width:767px) {
  .pad-t-b.level2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pad-t-b.level3 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width:767px) {
  .pad-t-b.level3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.pad-t-b.level4 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width:767px) {
  .pad-t-b.level4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.pad-t-b.level5 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width:767px) {
  .pad-t-b.level5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.pad-t-b.pad-b-0 {
  padding-bottom: 0;
}
.pad-t-b.pad-tb-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.pad-t-b.pad-t-0 {
  padding-top: 0;
}

.mrg-t-b.level1 {
  margin-top: 96px;
  margin-bottom: 96px;
}
@media (max-width:767px) {
  .mrg-t-b.level1 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.mrg-t-b.level2 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width:767px) {
  .mrg-t-b.level2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.mrg-t-b.level3 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (max-width:767px) {
  .mrg-t-b.level3 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.mrg-t-b.level4 {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width:767px) {
  .mrg-t-b.level4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.mrg-t-b.level5 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width:767px) {
  .mrg-t-b.level5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.mrg-t-b.level6 {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width:767px) {
  .mrg-t-b.level6 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.mrg-t-b.mrg-b-0 {
  margin-bottom: 0;
}
.mrg-t-b.mrg-t-0 {
  margin-top: 0;
}

.mrg-t-0 {
  margin-top: 0 !important;
}
.mrg-t-16 {
  margin-top: 16px !important;
}
.mrg-t-25 {
  margin-top: 25px !important;
}
.mrg-t-32 {
  margin-top: 32px !important;
}
.mrg-t-48 {
  margin-top: 48px !important;
}
.mrg-t-64 {
  margin-top: 64px !important;
}
.mrg-t-80 {
  margin-top: 80px !important;
}
.mrg-b-0 {
  margin-bottom: 0 !important;
}
.mrg-b-16 {
  margin-bottom: 16px !important;
}
.mrg-b-25 {
  margin-bottom: 25px !important;
}
.mrg-b-32 {
  margin-bottom: 32px !important;
}
.mrg-b-48 {
  margin-bottom: 48px !important;
}
.mrg-b-64 {
  margin-bottom: 64px !important;
}
.mrg-b-80 {
  margin-bottom: 64px !important;
}

.rows {
  display: flex;
}
.rows .form-group {
  margin: 10px 0;
}
@media (max-width:979px) {
  .rows {
    flex-direction: column;
  }
}
@media (max-width:767px) {
  .rows {
    flex-wrap: wrap;
  }
}
.rows .cols-4 {
  margin: 0 16px;
  width: calc(25% - 32px);
  text-align: left;
}
@media (max-width:979px) {
  .rows .cols-4 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-5 {
  margin: 0 16px;
  width: calc(35% - 32px);
  text-align: left;
}
@media (max-width:979px) {
  .rows .cols-5 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-6 {
  margin: 0 16px;
  width: 50%;
  text-align: left;
}
@media (max-width:979px) {
  .rows .cols-6 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-7 {
  margin: 0 16px;
  width: calc(65% - 32px);
  text-align: left;
}
@media (max-width:979px) {
  .rows .cols-7 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-8 {
  margin: 0 16px;
  width: calc(75% - 32px);
  text-align: left;
}
@media (max-width:979px) {
  .rows .cols-8 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-12 {
  margin: 0 16px;
  width: 100%;
  text-align: left;
}
@media (max-width:979px) {
  .rows .cols-12 {
    width: 100%;
    margin: 16px 0;
  }
}

.wrp {
  flex-wrap: wrap;
}

.bg-white {
  background-color: #ffffff;
}

.bg-primary-orange-tint2 {
  background-color: #fdcfb3;
}

.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-list li {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.disable {
  opacity: 0.4;
  cursor: none;
}

.call-box-left,
.call-box-right,
.call-box-center {
  background: url(/themes/custom/unfpa_global/images/box_corner.gif) no-repeat #f2ecdc;
  padding: 20px;
  width: 200px;
  color: #575349;
  text-align: left !important;
  margin: 20px 0;
  clear: both;
  font-size: 13px;
  line-height: 16px;
}
.call-box-left b,
.call-box-left strong,
.call-box-right b,
.call-box-right strong,
.call-box-center b,
.call-box-center strong {
  font-weight: 700;
}

.call-box-right {
  float: right;
  margin-left: 25px;
}
@media (max-width:767px) {
  .call-box-right {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .call-box-right p img.media-image {
    width: 100%;
  }
}

.call-box-left {
  float: left;
  margin-right: 25px;
}

.infos p.date,
.infos p.locate {
  font-size: 14px;
  color: #686a6c;
  display: flex;
  align-items: center;
  margin: 8px 0 8px 0;
}
.infos p.date span,
.infos p.locate span {
  margin-right: 10px;
}
.infos p.date span.material-icons,
.infos p.locate span.material-icons {
  color: #f96000;
  text-align: center;
  width: 24px;
}
.infos p.date .material-icons {
  font-size: 18px;
}
.infos p.locate {
  margin-bottom: 10px;
}

.pub-download .c-type {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.go-top {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}

ul.link-list {
  padding: 10px 0 48px 0 !important;
}

.ds-table {
  /*margin: 48px 0;*/
}
@media (max-width:979px) {
  .ds-table {
    max-width: 100%;
    overflow: auto;
  }
}
.ds-table table {
  border: 0;
  background-color: #ffffff;
}
.ds-table th {
  background-color: #f96000;
  color: #ffffff;
  font-size: 22px;
}
.ds-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.ds-table td {
  font-size: 16px;
}

@media (min-height: 900px) {
  .vh-80 {
    min-height: 80vh;
  }
  .vh-60 {
    min-height: 60vh;
  }
}
.filter .form-group .srch-icon svg.cls-mbl {
  display: none;
}

.mrg-t-40 {
  margin-top: 40px !important;
}

.topic-holder article.glbl {
  padding: 0;
}

.table-responsive {
  width: 100%;
  overflow: auto;
}

.lang-ar .infos p.date span.material-icons,
.lang-ar .infos p.locate span.material-icons {
  margin-right: 0px;
  margin-left: 10px;
}

.source {
  color: #919fae;
  font-size: 14px;
}

.lang-ar .rows .cols-6 {
  text-align: right;
}

.yt-video-twitter-icon {
  vertical-align: middle;
  height: 20px;
  fill: white;
  overflow: visible !important;
}

.lang-ar .rows .cols-7 {
  text-align: right;
}

p + a.btn.default {
  margin-bottom: 0;
}

body {
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-weight: 400;
  color: #131619;
  line-height: 1.25;
  font-size: 18px;
}
@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

body.lang-ar,
[dir=rtl] {
  font-family: "Noto Sans Arabic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}

p + h2,
p + h3,
p + h4,
p + h5 {
  margin-top: 40px;
}

h1 {
  font-size: 40px;
  font-size: 8vw;
  line-height: 1.25;
  margin-bottom: 24px;
  word-break: break-word;
}
@media (min-width:720px) and (max-width:979px) {
  h1 {
    font-size: 4.5vw;
  }
}
@media (min-width:980px) {
  h1 {
    font-size: 48px;
    font-size: 3vw;
  }
}

.ar-lang h1 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 24px;
  word-break: break-word;
}
@media (min-width:980px) {
  .ar-lang h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 20px;
  word-break: break-word;
}
@media (min-width:980px) {
  h2 {
    font-size: 40px;
  }
}
h2.sub-title {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 20px;
  word-break: break-word;
  color: #3d4042;
}
@media (min-width:980px) {
  h2.sub-title {
    font-size: 24px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 20px;
  word-break: break-word;
}
@media (min-width:980px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.25;
}
@media (min-width:980px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media (min-width:980px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 15px;
  font-family: "Atkinson Hyperlegible Next", sans-serif;
}

body.ar-lang h6 {
  font-family: "Noto Sans Arabic", sans-serif;
}

small {
  font-size: 75%;
}

p {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 575px) {
  p {
    font-size: 16px;
  }
}

.container-f {
  width: 100%;
  position: relative;
}

.container-rg {
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width:980px) {
  .container-rg {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-rg {
    width: 1140px;
  }
}

.container-sig {
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width:980px) {
  .container-sig {
    width: 960px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .container-sig {
    width: 820px;
  }
}
@media (min-width: 1200px) {
  .container-sig {
    width: 1100px;
  }
}
@media (min-width: 1440px) {
  .container-sig {
    width: 1300px;
  }
}

.cnt-max750 {
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .cnt-max750 {
    max-width: 320px;
  }
}

.colors-row {
  display: flex;
  margin-bottom: 25px;
  overflow: auto;
  gap: 8px;
}
@media (max-width:979px) {
  .colors-row {
    flex-wrap: wrap;
  }
}
@media (min-width:980px) {
  .colors-row {
    gap: 16px;
  }
}
.colors-row .blk-item {
  display: flex;
  flex-direction: column;
  min-width: 80px;
  width: calc(50% - 32px);
  max-width: 49%;
}
@media (min-width:720px) and (max-width:979px) {
  .colors-row .blk-item {
    min-width: 80px;
    width: calc(25% - 32px);
    max-width: 24%;
  }
}
@media (min-width:980px) {
  .colors-row .blk-item {
    min-width: 180px;
    width: calc(25% - 12px);
    max-width: 24%;
  }
}
.colors-row .blk-item.fifty {
  min-width: 180px;
  width: 50%;
  max-width: 50%;
}
.colors-row .blk-item .text {
  font-size: 12px;
  text-align: center;
  padding: 10px 5px;
}
.colors-row .bgcolor {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.bgcolor.orange {
  background-color: #f96000;
}
.bgcolor.orange p {
  color: #ffffff;
}
.bgcolor.black {
  background-color: #131619;
  color: #ffffff;
}
.bgcolor.black p {
  color: #ffffff;
}
.bgcolor.light-grey {
  background-color: #eff1f7;
}
.bgcolor.red {
  background-color: #f10f45;
}
.bgcolor.purple {
  background-color: #9c1ed6;
}
.bgcolor.blue {
  background-color: #2171ec;
}
.bgcolor.white {
  background-color: #ffffff;
}
.bgcolor.grey-80 {
  background-color: #3d4042;
}
.bgcolor.grey-60 {
  background-color: #686a6c;
}
.bgcolor.lightgrey-50 {
  background-color: #f7f8fb;
}
.bgcolor.off-white-40 {
  background-color: #d9dbe1;
}
.bgcolor.orange-80 {
  background-color: #ae4300;
}
.bgcolor.orange {
  background-color: #f96000;
  color: #ffffff;
}
.bgcolor.orange-40 {
  background-color: #fb904d;
}
.bgcolor.orange-20 {
  background-color: #fdcfb3;
}
.bgcolor.red-80 {
  background-color: #a00f31;
}
.bgcolor.red-40 {
  background-color: #ed5b7e;
}
.bgcolor.red-20 {
  background-color: #f7b9c8;
}
.bgcolor.purple-80 {
  background-color: #6d1496;
}
.bgcolor.purple-40 {
  background-color: #ba61e2;
}
.bgcolor.purple-20 {
  background-color: #e1bbf3;
}
.bgcolor.blue-80 {
  background-color: #184ea5;
}
.bgcolor.blue-40 {
  background-color: #649bf2;
}
.bgcolor.blue-20 {
  background-color: #bdd4f9;
}
.bgcolor.amber {
  background-color: #fe9a1b;
}
.bgcolor.light-red {
  background-color: #ff5d5d;
}
.bgcolor.light-violet {
  background-color: #ab77e5;
}
.bgcolor.light-blue {
  background-color: #5788d5;
}
.bgcolor.pistachio {
  background-color: #58968a;
}
.bgcolor.gradient {
  background-color: rgb(255, 255, 255);
  background: linear-gradient(160deg, rgb(249, 96, 0) 30%, rgb(229, 21, 71) 60%, rgb(156, 30, 214) 90%);
}
.bgcolor.uitext {
  background-color: #131619;
}
.bgcolor.structure {
  background-color: #919fae;
}
.bgcolor.structure50 {
  background-color: #c8cfd6;
}
.bgcolor.structure30 {
  background-color: #dee2e6;
}
.bgcolor.structure10 {
  background-color: #f4f5f6;
}

.color-text {
  color: #131619;
}

.breadcrumb {
  background-color: transparent;
  font-size: 12px;
  padding: 28px 30px 16px 30px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width:980px) {
  .breadcrumb {
    padding: 32px 50px 16px 50px;
    font-size: 15px;
  }
}
.breadcrumb li {
  font-weight: 700;
}
.breadcrumb > li + li::before {
  padding: 0 5px 0 8px;
  color: #919fae;
  content: "/ ";
  font-weight: 300;
}
.breadcrumb a {
  color: #686a6c;
  font-weight: 400;
}
@media (max-width: 575px) {
  .breadcrumb {
    padding: 24px 15px;
  }
}
.breadcrumb.onImg {
  position: absolute;
  z-index: 2;
  top: 144px;
}
@media (max-width:979px) {
  .breadcrumb.onImg {
    position: relative;
    top: auto;
    padding: 28px 30px 28px 30px;
  }
}
@media (min-width:980px) {
  .breadcrumb.onImg {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.breadcrumb.onImg li {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width:979px) {
  .breadcrumb.onImg li {
    color: #131619;
  }
}
.breadcrumb.onImg > li + li::before {
  color: #c8cfd6;
}
.breadcrumb.onImg a {
  color: #686a6c;
}
.breadcrumb.onImg a > li + li::before {
  color: #686a6c;
}
@media (max-width:979px) {
  .breadcrumb.onImg a > li + li::before {
    color: #686a6c;
  }
}
@media (max-width:979px) {
  .breadcrumb.onImg a {
    color: #686a6c;
  }
}
.breadcrumb.invert li {
  color: #ffffff;
}
.breadcrumb.invert a {
  color: #d9dbe1;
  font-weight: 400;
}

.btn {
  color: #131619;
  padding: 10px 0;
  transition: 0.5s ease-in;
  font-weight: 700;
  display: inline-flex;
  text-decoration: none;
}
.btn.nopad-left-right {
  padding: 16px 0;
}
.btn:hover, .btn:focus-visible {
  outline: 0;
}
.btn:hover {
  color: #131619;
}
.btn.default, .btn.primary,
.btn button[type=submit],
.btn input[type=submit],
.btn input[type=button] {
  border: 1px solid #f96000;
  border-radius: 75px;
  color: #ffffff;
  background-color: #f96000;
  padding: 16px 48px;
  text-transform: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .btn.default, .btn.primary,
  .btn button[type=submit],
  .btn input[type=submit],
  .btn input[type=button] {
    padding: 14px 32px;
    text-align: center;
  }
}
.btn.default.ds-m-view, .btn.primary.ds-m-view,
.btn button[type=submit].ds-m-view,
.btn input[type=submit].ds-m-view,
.btn input[type=button].ds-m-view {
  padding: 12px 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.btn.default::after, .btn.primary::after,
.btn button[type=submit]::after,
.btn input[type=submit]::after,
.btn input[type=button]::after {
  height: 0;
}
.btn.default:hover, .btn.default.hvr, .btn.primary:hover, .btn.primary.hvr,
.btn button[type=submit]:hover,
.btn button[type=submit].hvr,
.btn input[type=submit]:hover,
.btn input[type=submit].hvr,
.btn input[type=button]:hover,
.btn input[type=button].hvr {
  color: #131619;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn.default:hover::after, .btn.default.hvr::after, .btn.primary:hover::after, .btn.primary.hvr::after,
.btn button[type=submit]:hover::after,
.btn button[type=submit].hvr::after,
.btn input[type=submit]:hover::after,
.btn input[type=submit].hvr::after,
.btn input[type=button]:hover::after,
.btn input[type=button].hvr::after {
  height: 0;
}
.btn.default:hover .icn svg,
.btn.default:hover .icn svg g,
.btn.default:hover .icn svg g path, .btn.default.hvr .icn svg,
.btn.default.hvr .icn svg g,
.btn.default.hvr .icn svg g path, .btn.primary:hover .icn svg,
.btn.primary:hover .icn svg g,
.btn.primary:hover .icn svg g path, .btn.primary.hvr .icn svg,
.btn.primary.hvr .icn svg g,
.btn.primary.hvr .icn svg g path,
.btn button[type=submit]:hover .icn svg,
.btn button[type=submit]:hover .icn svg g,
.btn button[type=submit]:hover .icn svg g path,
.btn button[type=submit].hvr .icn svg,
.btn button[type=submit].hvr .icn svg g,
.btn button[type=submit].hvr .icn svg g path,
.btn input[type=submit]:hover .icn svg,
.btn input[type=submit]:hover .icn svg g,
.btn input[type=submit]:hover .icn svg g path,
.btn input[type=submit].hvr .icn svg,
.btn input[type=submit].hvr .icn svg g,
.btn input[type=submit].hvr .icn svg g path,
.btn input[type=button]:hover .icn svg,
.btn input[type=button]:hover .icn svg g,
.btn input[type=button]:hover .icn svg g path,
.btn input[type=button].hvr .icn svg,
.btn input[type=button].hvr .icn svg g,
.btn input[type=button].hvr .icn svg g path {
  fill: #131619;
}
.btn.default:focus, .btn.default.fcs, .btn.primary:focus, .btn.primary.fcs,
.btn button[type=submit]:focus,
.btn button[type=submit].fcs,
.btn input[type=submit]:focus,
.btn input[type=submit].fcs,
.btn input[type=button]:focus,
.btn input[type=button].fcs {
  color: #131619 !important;
  background-color: #ffffff;
  outline: 0;
  border: 2px solid #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn.default:focus .icn svg,
.btn.default:focus .icn svg g,
.btn.default:focus .icn svg g path, .btn.default.fcs .icn svg,
.btn.default.fcs .icn svg g,
.btn.default.fcs .icn svg g path, .btn.primary:focus .icn svg,
.btn.primary:focus .icn svg g,
.btn.primary:focus .icn svg g path, .btn.primary.fcs .icn svg,
.btn.primary.fcs .icn svg g,
.btn.primary.fcs .icn svg g path,
.btn button[type=submit]:focus .icn svg,
.btn button[type=submit]:focus .icn svg g,
.btn button[type=submit]:focus .icn svg g path,
.btn button[type=submit].fcs .icn svg,
.btn button[type=submit].fcs .icn svg g,
.btn button[type=submit].fcs .icn svg g path,
.btn input[type=submit]:focus .icn svg,
.btn input[type=submit]:focus .icn svg g,
.btn input[type=submit]:focus .icn svg g path,
.btn input[type=submit].fcs .icn svg,
.btn input[type=submit].fcs .icn svg g,
.btn input[type=submit].fcs .icn svg g path,
.btn input[type=button]:focus .icn svg,
.btn input[type=button]:focus .icn svg g,
.btn input[type=button]:focus .icn svg g path,
.btn input[type=button].fcs .icn svg,
.btn input[type=button].fcs .icn svg g,
.btn input[type=button].fcs .icn svg g path {
  fill: #131619;
}
.btn.default.disabled, .btn.default.inactive, .btn.primary.disabled, .btn.primary.inactive,
.btn button[type=submit].disabled,
.btn button[type=submit].inactive,
.btn input[type=submit].disabled,
.btn input[type=submit].inactive,
.btn input[type=button].disabled,
.btn input[type=button].inactive {
  box-shadow: none;
  opacity: 0.2;
  cursor: auto;
  cursor: not-allowed;
  border: 1px solid #686a6c;
  color: #ffffff;
}
.btn.default.disabled:hover, .btn.default.disabled:focus, .btn.default.inactive:hover, .btn.default.inactive:focus, .btn.primary.disabled:hover, .btn.primary.disabled:focus, .btn.primary.inactive:hover, .btn.primary.inactive:focus,
.btn button[type=submit].disabled:hover,
.btn button[type=submit].disabled:focus,
.btn button[type=submit].inactive:hover,
.btn button[type=submit].inactive:focus,
.btn input[type=submit].disabled:hover,
.btn input[type=submit].disabled:focus,
.btn input[type=submit].inactive:hover,
.btn input[type=submit].inactive:focus,
.btn input[type=button].disabled:hover,
.btn input[type=button].disabled:focus,
.btn input[type=button].inactive:hover,
.btn input[type=button].inactive:focus {
  background-color: #f96000;
  color: #ffffff !important;
}
.btn.default.disabled .icn svg,
.btn.default.disabled .icn svg g,
.btn.default.disabled .icn svg g path, .btn.default.inactive .icn svg,
.btn.default.inactive .icn svg g,
.btn.default.inactive .icn svg g path, .btn.primary.disabled .icn svg,
.btn.primary.disabled .icn svg g,
.btn.primary.disabled .icn svg g path, .btn.primary.inactive .icn svg,
.btn.primary.inactive .icn svg g,
.btn.primary.inactive .icn svg g path,
.btn button[type=submit].disabled .icn svg,
.btn button[type=submit].disabled .icn svg g,
.btn button[type=submit].disabled .icn svg g path,
.btn button[type=submit].inactive .icn svg,
.btn button[type=submit].inactive .icn svg g,
.btn button[type=submit].inactive .icn svg g path,
.btn input[type=submit].disabled .icn svg,
.btn input[type=submit].disabled .icn svg g,
.btn input[type=submit].disabled .icn svg g path,
.btn input[type=submit].inactive .icn svg,
.btn input[type=submit].inactive .icn svg g,
.btn input[type=submit].inactive .icn svg g path,
.btn input[type=button].disabled .icn svg,
.btn input[type=button].disabled .icn svg g,
.btn input[type=button].disabled .icn svg g path,
.btn input[type=button].inactive .icn svg,
.btn input[type=button].inactive .icn svg g,
.btn input[type=button].inactive .icn svg g path {
  fill: #ffffff;
}
.btn.default.active, .btn.primary.active,
.btn button[type=submit].active,
.btn input[type=submit].active,
.btn input[type=button].active {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.btn.default.white, .btn.primary.white,
.btn button[type=submit].white,
.btn input[type=submit].white,
.btn input[type=button].white {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.default.white:hover, .btn.primary.white:hover,
.btn button[type=submit].white:hover,
.btn input[type=submit].white:hover,
.btn input[type=button].white:hover {
  background-color: #ffffff;
  color: #131619;
}
.btn.default .icn, .btn.primary .icn,
.btn button[type=submit] .icn,
.btn input[type=submit] .icn,
.btn input[type=button] .icn {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
}
.btn.default .icn img, .btn.primary .icn img,
.btn button[type=submit] .icn img,
.btn input[type=submit] .icn img,
.btn input[type=button] .icn img {
  width: 100%;
}
.btn.secondary {
  border: 1px solid #649bf2;
  border-radius: 75px;
  color: #131619;
  background-color: #ffffff;
  padding: 16px 48px;
  text-transform: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .btn.secondary {
    padding: 14px 32px;
    text-align: center;
  }
}
.btn.secondary.ds-m-view {
  padding: 12px 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.btn.secondary::after {
  height: 0;
}
.btn.secondary:hover, .btn.secondary.hvr {
  color: #ffffff;
  background-color: #649bf2;
  border: 1px solid #649bf2;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn.secondary:hover::after, .btn.secondary.hvr::after {
  height: 0;
}
.btn.secondary:focus, .btn.secondary.fcs {
  color: #ffffff !important;
  background-color: #649bf2;
  outline: 0;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn.secondary.disabled, .btn.secondary.inactive {
  box-shadow: none;
  opacity: 0.2;
  cursor: auto;
  cursor: not-allowed;
  border: 1px solid #686a6c;
  color: #131619;
}
.btn.secondary.disabled:hover, .btn.secondary.disabled:focus, .btn.secondary.inactive:hover, .btn.secondary.inactive:focus {
  background-color: #ffffff;
  color: #131619 !important;
}
.btn.secondary.active {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.btn.secondary .icn {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
}
.btn.secondary .icn img {
  width: 100%;
}
.btn.inactive {
  opacity: 0.4;
  cursor: auto;
}
.btn.action {
  border: 1px solid #f96000;
  border-radius: 75px;
  padding: 16px 48px;
  text-transform: none;
  font-size: 16px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #ffffff;
  background-color: #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
@media (max-width: 575px) {
  .btn.action {
    padding: 16px 32px;
  }
}
.btn.action:hover {
  background-color: #ffffff;
  color: #131619;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.btn.action:focus {
  color: #ffffff;
  background-color: #f96000;
  outline: 0;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn i {
  display: inline-block;
  margin-left: 15px;
  width: 18px;
}

.btn-text,
a.btn-text,
.btn-collapse {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  padding: 2px;
  width: auto;
  margin: 0 auto;
  text-decoration: none !important;
}
.btn-text::after,
a.btn-text::after,
.btn-collapse::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s ease-in;
}
.btn-text:hover, .btn-text.hvr,
a.btn-text:hover,
a.btn-text.hvr,
.btn-collapse:hover,
.btn-collapse.hvr {
  color: #131619;
}
.btn-text:hover::after, .btn-text.hvr::after,
a.btn-text:hover::after,
a.btn-text.hvr::after,
.btn-collapse:hover::after,
.btn-collapse.hvr::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.btn-text.fcs,
a.btn-text.fcs,
.btn-collapse.fcs {
  background-color: #f96000;
  color: #ffffff;
  padding: 6px;
}
.btn-text.fcs::after,
a.btn-text.fcs::after,
.btn-collapse.fcs::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.btn-text.disabled, .btn-text.inactive,
a.btn-text.disabled,
a.btn-text.inactive,
.btn-collapse.disabled,
.btn-collapse.inactive {
  color: #131619;
  opacity: 0.2;
  cursor: auto;
  cursor: not-allowed;
}
.btn-text.disabled::after, .btn-text.inactive::after,
a.btn-text.disabled::after,
a.btn-text.inactive::after,
.btn-collapse.disabled::after,
.btn-collapse.inactive::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #686a6c;
  position: absolute;
  left: 0;
  bottom: 2px;
}

.multi-dropdown button[type=submit],
.multi-dropdown input[type=submit],
.multi-dropdown input[type=button] {
  text-transform: none;
  color: #131619;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.multi-dropdown button[type=submit]::after,
.multi-dropdown input[type=submit]::after,
.multi-dropdown input[type=button]::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 0;
}
.multi-dropdown button[type=submit]:hover::after,
.multi-dropdown input[type=submit]:hover::after,
.multi-dropdown input[type=button]:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f96000;
  position: absolute;
  bottom: -2px;
  transform: translate(0, 0);
}
.multi-dropdown button[type=submit]:focus, .multi-dropdown button[type=submit]:focus-visible,
.multi-dropdown input[type=submit]:focus,
.multi-dropdown input[type=submit]:focus-visible,
.multi-dropdown input[type=button]:focus,
.multi-dropdown input[type=button]:focus-visible {
  outline: 0;
  box-shadow: none;
  width: 100%;
  color: #ffffff;
  background-color: #f96000;
  padding: 5px;
  position: absolute;
  bottom: -2px;
}
.multi-dropdown button[type=submit]:focus::after, .multi-dropdown button[type=submit]:focus-visible::after,
.multi-dropdown input[type=submit]:focus::after,
.multi-dropdown input[type=submit]:focus-visible::after,
.multi-dropdown input[type=button]:focus::after,
.multi-dropdown input[type=button]:focus-visible::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f96000;
  position: absolute;
  bottom: -2px;
  transform: translate(0, 0);
}
.multi-dropdown button[type=submit].disabled,
.multi-dropdown input[type=submit].disabled,
.multi-dropdown input[type=button].disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.btn-center,
.btn.default.btn-center {
  margin: 50px auto;
  display: table !important;
  text-align: center;
}
.btn-center:last-of-type,
.btn.default.btn-center:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .btn-center,
  .btn.default.btn-center {
    margin: 48px auto 25px auto;
  }
  .btn-center:last-of-type,
  .btn.default.btn-center:last-of-type {
    margin-bottom: 0;
  }
}

button[type=submit],
input[type=submit],
input[type=button] {
  border: 1px solid #f96000;
  border-radius: 75px;
  color: #ffffff;
  background-color: #f96000;
  padding: 16px 48px;
  text-transform: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  button[type=submit],
  input[type=submit],
  input[type=button] {
    padding: 14px 32px;
    text-align: center;
  }
}
button[type=submit]::after,
input[type=submit]::after,
input[type=button]::after {
  height: 0;
}
button[type=submit]:hover, button[type=submit].hvr,
input[type=submit]:hover,
input[type=submit].hvr,
input[type=button]:hover,
input[type=button].hvr {
  color: #131619;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
button[type=submit]:hover::after, button[type=submit].hvr::after,
input[type=submit]:hover::after,
input[type=submit].hvr::after,
input[type=button]:hover::after,
input[type=button].hvr::after {
  height: 0;
}
button[type=submit]:hover .icn svg,
button[type=submit]:hover .icn svg g,
button[type=submit]:hover .icn svg g path, button[type=submit].hvr .icn svg,
button[type=submit].hvr .icn svg g,
button[type=submit].hvr .icn svg g path,
input[type=submit]:hover .icn svg,
input[type=submit]:hover .icn svg g,
input[type=submit]:hover .icn svg g path,
input[type=submit].hvr .icn svg,
input[type=submit].hvr .icn svg g,
input[type=submit].hvr .icn svg g path,
input[type=button]:hover .icn svg,
input[type=button]:hover .icn svg g,
input[type=button]:hover .icn svg g path,
input[type=button].hvr .icn svg,
input[type=button].hvr .icn svg g,
input[type=button].hvr .icn svg g path {
  fill: #131619;
}
button[type=submit]:focus, button[type=submit].fcs,
input[type=submit]:focus,
input[type=submit].fcs,
input[type=button]:focus,
input[type=button].fcs {
  color: #131619 !important;
  background-color: #ffffff;
  outline: 0;
  border: 2px solid #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
button[type=submit]:focus .icn svg,
button[type=submit]:focus .icn svg g,
button[type=submit]:focus .icn svg g path, button[type=submit].fcs .icn svg,
button[type=submit].fcs .icn svg g,
button[type=submit].fcs .icn svg g path,
input[type=submit]:focus .icn svg,
input[type=submit]:focus .icn svg g,
input[type=submit]:focus .icn svg g path,
input[type=submit].fcs .icn svg,
input[type=submit].fcs .icn svg g,
input[type=submit].fcs .icn svg g path,
input[type=button]:focus .icn svg,
input[type=button]:focus .icn svg g,
input[type=button]:focus .icn svg g path,
input[type=button].fcs .icn svg,
input[type=button].fcs .icn svg g,
input[type=button].fcs .icn svg g path {
  fill: #131619;
}
button[type=submit].disabled, button[type=submit].inactive,
input[type=submit].disabled,
input[type=submit].inactive,
input[type=button].disabled,
input[type=button].inactive {
  box-shadow: none;
  opacity: 0.2;
  cursor: auto;
  cursor: not-allowed;
  border: 1px solid #686a6c;
  color: #ffffff;
}
button[type=submit].disabled:hover, button[type=submit].disabled:focus, button[type=submit].inactive:hover, button[type=submit].inactive:focus,
input[type=submit].disabled:hover,
input[type=submit].disabled:focus,
input[type=submit].inactive:hover,
input[type=submit].inactive:focus,
input[type=button].disabled:hover,
input[type=button].disabled:focus,
input[type=button].inactive:hover,
input[type=button].inactive:focus {
  background-color: #f96000;
  color: #ffffff !important;
}
button[type=submit].disabled .icn svg,
button[type=submit].disabled .icn svg g,
button[type=submit].disabled .icn svg g path, button[type=submit].inactive .icn svg,
button[type=submit].inactive .icn svg g,
button[type=submit].inactive .icn svg g path,
input[type=submit].disabled .icn svg,
input[type=submit].disabled .icn svg g,
input[type=submit].disabled .icn svg g path,
input[type=submit].inactive .icn svg,
input[type=submit].inactive .icn svg g,
input[type=submit].inactive .icn svg g path,
input[type=button].disabled .icn svg,
input[type=button].disabled .icn svg g,
input[type=button].disabled .icn svg g path,
input[type=button].inactive .icn svg,
input[type=button].inactive .icn svg g,
input[type=button].inactive .icn svg g path {
  fill: #ffffff;
}
button[type=submit].active,
input[type=submit].active,
input[type=button].active {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
button[type=submit].white,
input[type=submit].white,
input[type=button].white {
  border: 1px solid #ffffff;
  color: #131619;
  background-color: #ffffff;
}
button[type=submit].white:hover,
input[type=submit].white:hover,
input[type=button].white:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #131619;
}

a.btn-download {
  display: inline-flex;
  display: -ms-inline-flexbox;
  border: 1px solid #686a6c;
  padding: 0;
  position: relative;
  margin: 0 1em 1em 0;
  color: #131619;
}
@media (max-width: 575px) {
  a.btn-download {
    font-size: 0.9em;
  }
  a.btn-download:nth-child(even) {
    margin-right: 0;
  }
}
a.btn-download span,
a.btn-download strong {
  padding: 1em;
}
@media (max-width: 575px) {
  a.btn-download span,
  a.btn-download strong {
    padding: 1em 0.6em;
  }
}
a.btn-download strong {
  padding-right: 2.5em;
  position: relative;
}
a.btn-download strong:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 18px;
  background: url(../images/icon-arrowdown-download-black.svg) center center no-repeat;
  right: 12px;
}
a.btn-download:hover {
  color: #f96000;
}
a.btn-download:hover strong:after {
  background: url(../images/icon-arrowdown-download-orange.svg) center center no-repeat;
}

.btn-collapsed span.showmore,
.btn-collapsed span.readmore {
  display: block;
}
.btn-collapsed span.closemore,
.btn-collapsed span.readless {
  display: none;
}

.btn-collapsed.active span.showmore,
.btn-collapsed.active span.readmore {
  display: none;
}
.btn-collapsed.active span.closemore,
.btn-collapsed.active span.readless {
  display: block;
}

.btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #f96000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  cursor: pointer;
  background-color: #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.btn-icon.white {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
@media (min-width:980px) {
  .btn-icon {
    width: 56px;
    height: 56px;
  }
}
@media (min-width:980px) {
  .btn-icon.ds-m {
    width: 40px;
    height: 40px;
  }
}
.btn-icon:hover, .btn-icon.hvr {
  color: #ffffff;
  background-color: #f96000;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn-icon:hover::after, .btn-icon.hvr::after {
  height: 0;
}
.btn-icon:focus, .btn-icon.fcs {
  color: #ffffff;
  background-color: #f96000;
  outline: 0;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn-icon.disabled, .btn-icon.inactive {
  cursor: not-allowed;
  background-color: #d9dbe1;
  border: 2px solid #d9dbe1;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: none;
}
.btn-icon.lg {
  width: 56px;
  height: 56px;
}
.btn-icon.goback {
  margin-right: 16px;
  font-weight: 700;
}

.btn-goback {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}

#readmore-expand {
  display: none;
}

#readmore-less-expand {
  display: none;
}

button,
button[type=submit],
input[type=submit],
input[type=button] {
  cursor: pointer;
}

.btn-align-center {
  margin: 0 auto;
  display: table !important;
}

.action-blk {
  width: 250px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.action-blk .download-dropdown {
  width: 100%;
}
.action-blk .selectdropdown {
  width: 100%;
}
.action-blk .selectdropdown:hover, .action-blk .selectdropdown.hvr {
  border: 1px solid #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.action-blk .selectdropdown.selected {
  border: 1px solid #f96000;
  box-shadow: none;
}
.action-blk .selected .selectdropdown {
  border: 1px solid #f96000;
}
.action-blk .selected .selectdropdown span.current {
  font-weight: 700;
}
.action-blk .inactive .selectdropdown,
.action-blk .disabled .selectdropdown {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.action-blk a.download {
  background-color: #f96000;
  border-radius: 75px;
  height: 40px;
  width: 40px;
  transition: 0.5s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  transition: all ease 0.3s;
  opacity: 0.2;
}
.action-blk a.download.selected {
  opacity: 1;
  cursor: pointer;
}
.action-blk a.download.inactive, .action-blk a.download.disabled {
  opacity: 0.2;
  pointer-events: none;
  background-color: #d9dbe1;
}
.action-blk a.download:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  border: 1px solid #ffffff;
}
.action-blk .download-icon-holder {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.action-blk .download-icon-holder .download-count {
  padding: 10px 0 0 10px;
  font-size: 15px;
  color: #686a6c;
}

.downloaded-item {
  margin-top: -20px;
}
.downloaded-item p {
  font-size: 14px;
  line-height: 1.25;
  color: #131619;
}

.lang-ar .btn.default {
  letter-spacing: normal;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919fae;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919fae;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919fae;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}

.check-box {
  width: 20px;
  height: 20px;
  background: #919395;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  top: 3px;
  border: 1px solid #c8cfd6;
}

input[type=checkbox] {
  position: absolute;
}

[type=checkbox]:checked + .check-box:before [type=radio]:checked + .check-box:before {
  content: "";
  display: block;
  width: 5px;
  height: 15px;
  margin-left: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.1s;
}

/* And change the background colour */
[type=checkbox]:checked + .check-box,
[type=radio]:checked + .check-box {
  background-color: #f96000;
  border: 1px solid #f96000;
  transition: 0.5s;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #686a6c;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #dee2e6;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f96000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

label {
  display: block;
  font-weight: 500;
  font-size: 16px;
}

input[type=search],
input[type=text],
input[type=password],
input[type=email],
textarea {
  font-size: 16px;
  border: 1px solid #ffffff;
  padding: 16px;
  border-radius: 8px;
  color: #131619;
  max-height: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #686a6c;
  font-weight: 400;
}
input[type=search]:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
textarea:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
input[type=search]:focus, input[type=search].is-writing, input[type=search].active,
input[type=text]:focus,
input[type=text].is-writing,
input[type=text].active,
input[type=password]:focus,
input[type=password].is-writing,
input[type=password].active,
input[type=email]:focus,
input[type=email].is-writing,
input[type=email].active,
textarea:focus,
textarea.is-writing,
textarea.active {
  border: 1px solid #f96000 !important;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
input[type=search].error,
input[type=text].error,
input[type=password].error,
input[type=email].error,
textarea.error {
  border: 1px solid #f10f45 !important;
  font-weight: 700;
  color: #a00f31;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
input[type=search].error::placeholder,
input[type=text].error::placeholder,
input[type=password].error::placeholder,
input[type=email].error::placeholder,
textarea.error::placeholder {
  color: #a00f31;
  font-weight: 700;
}
input[type=search]:focus-visible,
input[type=text]:focus-visible,
input[type=password]:focus-visible,
input[type=email]:focus-visible,
textarea:focus-visible {
  border: 1px solid #f96000;
  outline: 0;
}
input[type=search].disabled,
input[type=text].disabled,
input[type=password].disabled,
input[type=email].disabled,
textarea.disabled {
  box-shadow: none;
  opacity: 0.2;
  pointer-events: none;
  border: 1px solid #919395;
}
input[type=search].error,
input[type=text].error,
input[type=password].error,
input[type=email].error,
textarea.error {
  border: 1px solid #f10f45;
  color: #a00f31;
}
input[type=search].error::placeholder,
input[type=text].error::placeholder,
input[type=password].error::placeholder,
input[type=email].error::placeholder,
textarea.error::placeholder {
  color: #a00f31;
  font-weight: 700;
}

textarea {
  min-height: 100px;
}

button[type=submit],
input[type=submit],
input[type=button] {
  border: 1px solid #f96000;
  border-radius: 75px;
  color: #ffffff;
  background-color: #f96000;
  padding: 16px 48px;
  text-transform: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  button[type=submit],
  input[type=submit],
  input[type=button] {
    padding: 14px 32px;
    text-align: center;
  }
}
button[type=submit]::after,
input[type=submit]::after,
input[type=button]::after {
  height: 0;
}
button[type=submit]:hover, button[type=submit].hvr,
input[type=submit]:hover,
input[type=submit].hvr,
input[type=button]:hover,
input[type=button].hvr {
  color: #131619;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
button[type=submit]:hover::after, button[type=submit].hvr::after,
input[type=submit]:hover::after,
input[type=submit].hvr::after,
input[type=button]:hover::after,
input[type=button].hvr::after {
  height: 0;
}
button[type=submit]:hover .icn svg,
button[type=submit]:hover .icn svg g,
button[type=submit]:hover .icn svg g path, button[type=submit].hvr .icn svg,
button[type=submit].hvr .icn svg g,
button[type=submit].hvr .icn svg g path,
input[type=submit]:hover .icn svg,
input[type=submit]:hover .icn svg g,
input[type=submit]:hover .icn svg g path,
input[type=submit].hvr .icn svg,
input[type=submit].hvr .icn svg g,
input[type=submit].hvr .icn svg g path,
input[type=button]:hover .icn svg,
input[type=button]:hover .icn svg g,
input[type=button]:hover .icn svg g path,
input[type=button].hvr .icn svg,
input[type=button].hvr .icn svg g,
input[type=button].hvr .icn svg g path {
  fill: #131619;
}
button[type=submit]:focus, button[type=submit].fcs,
input[type=submit]:focus,
input[type=submit].fcs,
input[type=button]:focus,
input[type=button].fcs {
  color: #131619 !important;
  background-color: #ffffff;
  outline: 0;
  border: 2px solid #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
button[type=submit]:focus .icn svg,
button[type=submit]:focus .icn svg g,
button[type=submit]:focus .icn svg g path, button[type=submit].fcs .icn svg,
button[type=submit].fcs .icn svg g,
button[type=submit].fcs .icn svg g path,
input[type=submit]:focus .icn svg,
input[type=submit]:focus .icn svg g,
input[type=submit]:focus .icn svg g path,
input[type=submit].fcs .icn svg,
input[type=submit].fcs .icn svg g,
input[type=submit].fcs .icn svg g path,
input[type=button]:focus .icn svg,
input[type=button]:focus .icn svg g,
input[type=button]:focus .icn svg g path,
input[type=button].fcs .icn svg,
input[type=button].fcs .icn svg g,
input[type=button].fcs .icn svg g path {
  fill: #131619;
}
button[type=submit].disabled, button[type=submit].inactive,
input[type=submit].disabled,
input[type=submit].inactive,
input[type=button].disabled,
input[type=button].inactive {
  box-shadow: none;
  opacity: 0.2;
  cursor: auto;
  cursor: not-allowed;
  border: 1px solid #686a6c;
  color: #ffffff;
}
button[type=submit].disabled:hover, button[type=submit].disabled:focus, button[type=submit].inactive:hover, button[type=submit].inactive:focus,
input[type=submit].disabled:hover,
input[type=submit].disabled:focus,
input[type=submit].inactive:hover,
input[type=submit].inactive:focus,
input[type=button].disabled:hover,
input[type=button].disabled:focus,
input[type=button].inactive:hover,
input[type=button].inactive:focus {
  background-color: #f96000;
  color: #ffffff !important;
}
button[type=submit].disabled .icn svg,
button[type=submit].disabled .icn svg g,
button[type=submit].disabled .icn svg g path, button[type=submit].inactive .icn svg,
button[type=submit].inactive .icn svg g,
button[type=submit].inactive .icn svg g path,
input[type=submit].disabled .icn svg,
input[type=submit].disabled .icn svg g,
input[type=submit].disabled .icn svg g path,
input[type=submit].inactive .icn svg,
input[type=submit].inactive .icn svg g,
input[type=submit].inactive .icn svg g path,
input[type=button].disabled .icn svg,
input[type=button].disabled .icn svg g,
input[type=button].disabled .icn svg g path,
input[type=button].inactive .icn svg,
input[type=button].inactive .icn svg g,
input[type=button].inactive .icn svg g path {
  fill: #ffffff;
}
button[type=submit].active,
input[type=submit].active,
input[type=button].active {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
button[type=submit].white,
input[type=submit].white,
input[type=button].white {
  border: 1px solid #ffffff;
  color: #131619;
  background-color: #ffffff;
}
button[type=submit].white:hover,
input[type=submit].white:hover,
input[type=button].white:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #131619;
}

.multi-dropdown {
  max-width: 100%;
  position: relative;
}
.multi-dropdown:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 920px) {
  .multi-dropdown {
    min-width: 260px;
  }
  .multi-dropdown.year {
    min-width: 120px;
  }
}
.multi-dropdown .toggle-btn {
  width: 100%;
  border: 1px solid #ffffff;
  background: #ffffff;
  padding: 16px 42px 16px 16px;
  border-radius: 8px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: #131619;
  position: relative;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.multi-dropdown .toggle-btn:after {
  content: "";
  border: none !important;
  width: 10px;
  height: 10px;
  border-left: 2px solid #131619 !important;
  border-bottom: 2px solid #131619 !important;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  right: 20px !important;
  top: 21px;
}
.multi-dropdown .toggle-btn.active {
  border: 1px solid #f96000;
}
.multi-dropdown .toggle-btn.active::after {
  top: 25px;
  transform: rotate(135deg) !important;
  -ms-transform: rotate(135deg) !important;
}
.multi-dropdown .toggle-btn.selected {
  border: 1px solid #f96000;
}
.multi-dropdown .toggle-btn:focus {
  border: 1px solid #f96000;
  box-shadow: none;
  outline: 0;
}
.multi-dropdown .multiselect {
  position: relative;
}
.multi-dropdown .multiselect .apply-filter {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.multi-dropdown .multiselect .remove-filter {
  position: absolute;
  right: 110px;
  bottom: 4px;
}

.custom-multiselect01 {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: #fff;
  margin-top: 10px;
  padding-bottom: 60px !important;
  position: absolute;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.custom-multiselect01 input#myInput {
  border: none;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
  background: none;
  outline: none !important;
  box-shadow: none !important;
}
.custom-multiselect01 input#myInput::placeholder {
  color: #686a6c;
  font-weight: 500;
}
.custom-multiselect01 ul {
  max-height: 250px;
  overflow: auto;
}
.custom-multiselect01 ul li {
  border-bottom: 1px solid #dee2e6;
  font-weight: 300;
  color: #131619;
  font-size: 16px;
}
.custom-multiselect01 ul li label {
  margin: 0;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.custom-multiselect01 ul li label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-multiselect01 ul li label input[type=checkbox] + .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #c8cfd6;
  border-radius: 3px;
}
.custom-multiselect01 ul li label input[type=checkbox] + span {
  display: block;
}
.custom-multiselect01 ul li label input[type=checkbox]:checked + .checkmark {
  background: url("../images/checkbox-selected-d.png") no-repeat;
  border: none;
}
.custom-multiselect01 ul li label input[type=checkbox]:checked + .checkmark + span {
  font-weight: 700;
}
.custom-multiselect01 .btn-blk {
  padding: 14px 14px 15px;
}
.custom-multiselect01 .btn-blk a {
  font-weight: 600;
  color: #131619;
  border-bottom: 2px solid #f96000;
  margin: 0 6px;
  font-size: 16px;
  padding: 0 0 3px;
}
.custom-multiselect01 .search-input {
  padding-left: 40px !important;
  background: url(../images/icon-srch-fld.svg) 8px center no-repeat #f4f5f6 !important;
  background-size: 20px !important;
}
.custom-multiselect01 .control-label.option {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-right: 30px;
}
.custom-multiselect01 .srch-icon {
  left: 18px;
  right: inherit;
  top: 18px;
  pointer-events: none;
}
.custom-multiselect01 .srch-icon + input#myInput {
  padding-left: 40px;
}
.custom-multiselect01 input#myInput {
  background: #ffffff;
  color: #686a6c;
  border-radius: 0;
  padding: 12px 24px;
}

.search-inp-group {
  position: relative;
  width: 100%;
}
.search-inp-group a {
  cursor: pointer;
  position: absolute;
  top: 18px;
  left: 24px;
  width: 16px;
  height: 16px;
}
.search-inp-group .srch-icon {
  position: absolute;
  left: 16px;
  top: 18px;
}
.search-inp-group svg {
  width: 16px;
  height: 16px;
}
.search-inp-group input[type=search] {
  padding: 16px 16px 16px 50px;
  min-width: 150px;
  width: 100%;
  font-weight: 500;
}
.search-inp-group input[type=search]::-webkit-search-cancel-button {
  content: "x";
  position: relative;
  right: 0;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #fb904d url("../images/search-input-close.svg") no-repeat center;
}
.search-inp-group.is-writing input[type=search], .search-inp-group.clicked input[type=search] {
  border: 1px solid #f96000;
}
.search-inp-group.is-writing .cls-hldr, .search-inp-group.clicked .cls-hldr {
  position: absolute;
  right: 16px;
  top: 10px;
}
.search-inp-group.is-writing .cls, .search-inp-group.clicked .cls {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f96000;
  position: relative;
  left: auto;
  top: 10px;
  margin-bottom: 0 !important;
}
.search-inp-group.is-writing .cls::before, .search-inp-group.clicked .cls::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.search-inp-group.is-writing .cls::after, .search-inp-group.clicked .cls::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.search-inp-group.clicked input[type=search],
.search-inp-group.clicked input[type=search]::placeholder {
  font-weight: 700;
}

.filter-btn-holder {
  text-align: right;
}

.custom-multiselect01 {
  padding-bottom: 60px !important;
}
.custom-multiselect01 .apply-filter,
.custom-multiselect01 .remove-filter {
  padding: 10px 0;
  font-size: 16px;
  background: transparent;
  border: 0;
  font-weight: 700;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
  color: #131619;
  opacity: 0.2;
}
.custom-multiselect01 .apply-filter.is-active,
.custom-multiselect01 .remove-filter.is-active {
  opacity: 1;
}
.custom-multiselect01 .apply-filter::after,
.custom-multiselect01 .remove-filter::after {
  content: "";
  background-color: #f96000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 6px;
  transition: 0.5s ease-in;
}
.custom-multiselect01 .apply-filter:hover::after,
.custom-multiselect01 .remove-filter:hover::after {
  content: "";
  background-color: #f96000;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 1px;
}

.lang-ar .filter-btn-holder {
  text-align: left;
}
.lang-ar .custom-multiselect01 .apply-filter,
.lang-ar .custom-multiselect01 .remove-filter {
  margin-left: 15px;
  margin-right: 0px;
}
.lang-ar .custom-multiselect01 ul li label {
  text-align: right;
}

.pay-donate {
  max-width: 520px;
  margin: 80px auto;
}

.pay-donate .payment-info {
  margin: 16px 0 0 0;
}

.g-recaptcha {
  margin: 16px 0 16px 0;
}

.signup-box {
  background-color: #f96000;
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 32px;
  color: #ffffff;
}
@media (min-width:980px) {
  .signup-box {
    padding: 48px;
  }
}
.signup-box i {
  width: 50px;
  height: 40px;
  margin-bottom: 16px;
}
.signup-box h2,
.signup-box h3,
.signup-box h4 {
  color: #ffffff;
}
.signup-box a.btn.default {
  margin-top: 25px;
}

.filter .form-group .custom-multiselect01 .srch-icon {
  left: 18px;
  right: inherit;
  top: 18px;
  pointer-events: none;
}
.filter .form-group .custom-multiselect01 .srch-icon + input#myInput {
  padding-left: 40px;
}

.lang-ar .custom-multiselect01 ul li label input[type=checkbox] + .checkmark {
  right: auto;
  left: 16px;
}
.lang-ar .custom-multiselect01 ul li label .control-label.option {
  padding-right: 0px;
  padding-left: 30px;
}
.lang-ar .custom-multiselect01 .search-input {
  padding-left: 0px !important;
  padding-right: 40px !important;
  background: url(../images/icon-srch-fld.svg) right 10px center no-repeat #f4f5f6 !important;
  background-size: 20px !important;
}

.selected-label {
  display: flex;
  margin-top: 16px;
  gap: 8px;
}
.selected-label li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  padding: 4px 4px 4px 12px;
  position: relative;
  background-color: #fdcfb3;
  font-size: 14px;
  line-height: 1.25;
  gap: 8px;
  border-radius: 75px;
}
.selected-label li p {
  font-size: 14px !important;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #131619 !important;
  font-weight: 700;
  letter-spacing: 0px;
}
.selected-label li a,
.selected-label li .cls {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f96000;
  position: relative;
}
.selected-label li a::before,
.selected-label li .cls::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.selected-label li a::after,
.selected-label li .cls::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.email-sbscription {
  position: relative;
  min-width: 290px;
  max-width: 360px;
}
.email-sbscription input[type=text] {
  min-width: 132px;
  width: 100%;
  border-radius: 75px;
  padding-left: 24px;
  padding-right: 136px;
  color: #686a6c;
}
.email-sbscription input[type=text]::placeholder {
  color: #686a6c;
}
.email-sbscription input[type=text].filled::placeholder {
  font-weight: 700;
  color: #131619;
}
.email-sbscription input[type=text].error {
  color: #a00f31;
  border: 2px solid #f10f45 !important;
}
.email-sbscription input[type=text].error::placeholder {
  color: #a00f31;
}
.email-sbscription button[type=submit] {
  background-color: #ffffff;
  color: #131619;
  margin-left: 10px;
  border-radius: 75px;
  padding: 16px;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.email-sbscription button[type=submit].error {
  opacity: 0.2;
  border-color: #919395;
}

.error-msz {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.25;
  margin-top: 8px;
  color: #a00f31;
}

select {
  display: none;
}

.selectdropdown {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  float: left;
  font-size: 16px;
  font-weight: normal;
  outline: none;
  color: #131619;
  padding: 16px 42px 16px 16px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  min-width: 120px;
  width: 200px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.selectdropdown:focus {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.selectdropdown:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.selectdropdown:active {
  background-color: #ffffff;
  border-color: #f96000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}
.selectdropdown:after {
  content: "";
  border: none !important;
  width: 10px;
  height: 10px;
  border-left: 2px solid #3d4042 !important;
  border-bottom: 2px solid #3d4042 !important;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  display: inline-flex;
  top: 38%;
  position: absolute;
  right: 24px !important;
}
.selectdropdown .quick-navs {
  display: none;
}
.selectdropdown.quick-navs {
  display: flex;
  align-items: center;
}
.selectdropdown.open {
  background-color: #ffffff;
  border: 1px solid #f96000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}
.selectdropdown.open:after {
  transform: rotate(135deg) !important;
  -ms-transform: rotate(135deg) !important;
  top: 44%;
}
.selectdropdown.open span.current {
  font-weight: 700;
}
.selectdropdown.open .list {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.selectdropdown.open .option {
  cursor: pointer;
  border-bottom: 1px solid #eff1f7;
}
.selectdropdown.open .option.active {
  font-weight: 600;
  border-left: 2px solid #f96000;
}
.selectdropdown.open .option:last-child {
  border-bottom: 0;
}
.selectdropdown.wide {
  width: 100%;
}
.selectdropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.selectdropdown .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform: scale(0.75);
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #919395;
  border-radius: 8px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: -1px;
  z-index: 9;
  padding-top: 0;
}
.selectdropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.selectdropdown .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 30vh;
  overflow-y: scroll;
}
.selectdropdown .list .filter-btn-holder {
  text-align: right;
}
.selectdropdown .list .filter-btn-holder button {
  padding: 10px 0;
  font-size: 15px;
  background: transparent;
  border: 0;
  font-weight: 700;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
  line-height: normal;
}
.selectdropdown .list .filter-btn-holder button::after {
  content: "";
  background-color: #f96000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 2px;
  transition: 0.5s ease-in;
  line-height: inherit;
}
.selectdropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 26px;
  outline: none;
  padding: 10px 20px 10px 18px;
  text-align: left;
  transition: all 0.2s;
  overflow-wrap: break-word;
  list-style: none;
  margin: 0;
  white-space: normal;
}
.selectdropdown .option:hover {
  background-color: #eff1f7 !important;
}
.selectdropdown .option:focus {
  background-color: #ffffff;
}
.selectdropdown .option.selected {
  font-weight: 600;
  border-left: 4px solid #f96000;
}
.selectdropdown .option.selected:focus {
  background: #ffffff;
}
.selectdropdown span.current {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 97%;
  display: inline-block;
}

.lang-ar .selectdropdown {
  padding-right: 20px;
  padding-left: 30px;
  float: right;
}
.lang-ar .selectdropdown .option.selected {
  border-left: 0;
  border-right: 2px solid #f96000;
}
.lang-ar .selectdropdown .list ul li {
  list-style: none;
  padding: 10px 18px 10px 20px;
  text-align: right;
  margin-right: inherit;
  margin-left: 0px;
  margin-bottom: 0;
}
.lang-ar .selectdropdown span.current {
  text-align: right;
}
.lang-ar .selectdropdown:after {
  right: auto !important;
  left: 24px;
}

.filter-btn-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
}

.search-list .view-filters.form-group {
  margin-bottom: 25px;
  padding-bottom: 0;
}
.search-list .selected-badges {
  margin-bottom: 20px;
}

.search-wrap {
  min-width: 100%;
  width: 100%;
  padding: 48px 30px 15px 30px;
  position: relative;
}
.search-wrap.sr-result {
  padding: 0px;
}
@media (min-width:980px) {
  .search-wrap.sr-result {
    display: block;
  }
}
@media (min-width:980px) {
  .search-wrap {
    display: none;
    padding: 48px 30px 32px 30px;
    margin-bottom: 25px;
    background-color: transparent;
  }
}
.search-wrap .field-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.search-wrap .field-group.groups {
  margin-top: 20px;
}
.search-wrap .field-group.groups .selectdropdown {
  width: 100%;
}
.search-wrap .field-group .form-group {
  flex-grow: 1;
}
@media (min-width: 920px) {
  .search-wrap .field-group .form-group {
    width: 30%;
  }
}
@media (min-width: 920px) {
  .search-wrap .field-group {
    flex-direction: row;
    padding: 8px 0;
    gap: 16px;
  }
}
.search-wrap .field-group .multi-dropdown {
  margin-left: 0;
  min-width: auto;
}
.search-wrap .field-group #ui-id-1 {
  visibility: hidden;
  width: 0px;
  position: absolute;
}
.search-wrap .mb-srch-fld {
  position: relative;
}
@media (min-width: 920px) {
  .search-wrap .mb-srch-fld {
    margin-bottom: 0;
    width: 30%;
    flex-grow: 1;
  }
}
.search-wrap .mb-srch-fld input[type=text],
.search-wrap .mb-srch-fld input[type=search] {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  padding: 16px 20px 16px 50px;
  min-width: 240px;
  font-size: 16px;
  width: 100%;
}
.search-wrap .srch-icon {
  background-color: transparent;
  position: absolute;
  left: 18px;
  top: 20px;
  width: 16px;
  height: 16px;
  z-index: 2;
}
.search-wrap .srch-icon svg {
  width: 16px;
  height: 16px;
}
.search-wrap p.results {
  font-size: 12px;
  padding: 25px 15px 15px 0;
}
.search-wrap p.results span.lead {
  font-size: 18px;
  margin: 0 10px;
}
.search-wrap .selected-badges {
  margin-top: 25px;
}

header input[type=text].ui-autocomplete-loading,
header input[type=search].ui-autocomplete-loading,
.sr-result input[type=text].ui-autocomplete-loading,
.sr-result input[type=search].ui-autocomplete-loading {
  background: url("../images/throbber-active.gif") no-repeat 300px center;
}

.search-wrap-global {
  border-bottom: 1px solid #c8cfd6;
  padding: 25px 0;
}
.search-wrap-global input[type=search],
.search-wrap-global input[type=text],
.search-wrap-global input[type=password],
.search-wrap-global input[type=email] {
  width: 100%;
  padding: 16px 20px 16px 50px;
}
.search-wrap-global .mb-srch-fld {
  position: relative;
  margin: 0 15px;
}
.search-wrap-global .srch-icon {
  background-color: transparent;
  position: absolute;
  left: 18px;
  top: 20px;
  width: 16px;
  height: 16px;
  z-index: 2;
}
.search-wrap-global .srch-icon svg {
  width: 16px;
  height: 16px;
}

.selectdropdown span.current {
  font-weight: 400;
}

/**** Pager ****/
nav.pager-nav {
  display: flex;
  justify-content: flex-end;
}

ul.pager {
  text-align: right;
  margin: 32px 0 32px 0;
  position: relative;
  display: flex;
  float: right;
  min-height: 30px;
}
@media (max-width: 575px) {
  ul.pager {
    min-height: 36px;
  }
}
ul.pager a {
  color: #131619;
  width: auto;
}
ul.pager a:hover {
  color: #686a6c;
}
ul.pager li {
  display: inline-flex;
  align-items: center;
  padding: 0;
  width: auto;
  font-size: 16px;
  margin: 0 0 0 15px;
  overflow: initial;
}
@media (max-width: 575px) {
  ul.pager li {
    margin: 0 0 0 8px;
  }
}
ul.pager li.pager-first.first, ul.pager li.page-item.first, ul.pager li.page-item.prev.disabled, ul.pager li.pager-last.last {
  display: none;
}
ul.pager li a,
ul.pager li span {
  display: inline-block;
  background-color: transparent;
  border: 0;
  padding: 0 4px;
  color: #686a6c;
  outline: none;
  font-weight: 700;
  line-height: 1.8;
}
ul.pager li a:hover,
ul.pager li span:hover {
  color: #131619;
}
ul.pager li.pager-disabled {
  opacity: 0.3;
  pointer-events: none;
}
ul.pager li.pager-next, ul.pager li.page-item.next {
  margin-left: 1em;
  text-align: right;
  position: relative;
  right: 0;
}
ul.pager li.pager-next a, ul.pager li.page-item.next a {
  color: #131619;
  padding: 4px 28px 4px 2px;
  font-weight: 700;
  position: relative;
}
ul.pager li.pager-next a:before, ul.pager li.page-item.next a:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  padding-right: 30px;
  background: url(../images/icon-btn-arrow-next.svg) 99% center no-repeat;
  opacity: 1;
  width: 20px;
  height: 15px;
  font-size: 16px;
}
@media (max-width: 575px) {
  ul.pager li.pager-next a:before, ul.pager li.page-item.next a:before {
    content: "";
  }
}
ul.pager li.pager-next a:after, ul.pager li.page-item.next a:after {
  content: "";
  width: calc(100% - 26px);
  height: 1px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.5s ease-in;
}
ul.pager li.pager-next a:hover:after, ul.pager li.page-item.next a:hover:after {
  height: 2px;
  bottom: -3px;
}
ul.pager li.pager-previous a, ul.pager li.pager-next a, ul.pager li.page-item.next a, ul.pager li.page-item.prev a {
  display: inline-flex;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  background: none;
  text-indent: 0;
  overflow: initial;
}
ul.pager li.pager-previous, ul.pager li.page-item.prev {
  position: relative;
  left: 0;
}
ul.pager li.pager-previous a, ul.pager li.page-item.prev a {
  position: relative;
  color: #131619;
  padding: 4px 4px 4px 28px;
  font-weight: 700;
}
ul.pager li.pager-previous a:before, ul.pager li.page-item.prev a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: url(../images/icon-btn-arrow-previous.svg) 0px center no-repeat;
  opacity: 1;
  width: 20px;
  height: 15px;
  font-size: 16px;
}
ul.pager li.pager-previous a:after, ul.pager li.page-item.prev a:after {
  content: "";
  width: calc(100% - 26px);
  height: 1px;
  background-color: #f96000;
  position: absolute;
  left: 26px;
  bottom: -2px;
  transition: 0.5s ease-in;
}
ul.pager li.pager-previous a:hover:after, ul.pager li.page-item.prev a:hover:after {
  height: 2px;
  bottom: -3px;
}
ul.pager li.pager-current, ul.pager li.pager-current a, ul.pager li.page-item.active, ul.pager li.page-item.active a {
  font-weight: 700;
  background-color: transparent;
  color: #131619;
  cursor: default;
  position: relative;
}
ul.pager li.pager-current a::after {
  content: "";
  height: 2px;
  background-color: #f96000;
  width: 90%;
  position: absolute;
  left: 2px;
  bottom: -2px;
}

@media (min-width: 768px) {
  .lang-fr ul.pager li.pager-next,
  ul.pager li.page-item.next {
    width: 105px;
  }
}
.rlc-card ul.pager {
  margin-bottom: 0;
}

body.lang-ar ul.pager li.pager-next a:before,
body.lang-ar ul.pager li.page-item.next a:before {
  right: inherit;
  left: 0;
  padding-right: 0px;
  padding-left: 80px;
  background: url(../images/icon-btn-arrow-previous.svg) 0px center no-repeat;
}

body.lang-ar ul.pager li.pager-next a {
  padding-left: 28px;
  padding-right: 0;
}
body.lang-ar ul.pager li.pager-next a:after {
  width: calc(100% - 26px);
  left: auto;
  right: 0;
}
body.lang-ar ul.pager li.pager-previous a {
  padding: 4px 28px 4px 4px;
}
body.lang-ar ul.pager li.pager-previous a::before {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
body.lang-ar ul.pager li.pager-previous a::after {
  left: 0;
}

/* pager css end */
/*
.slide-pager,
.swiper-pagination {
  position: relative;

  li,
  span,
  .swiper-pagination-bullet {
    transition:
      0.2s transform,
      0.2s left;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: $radius-full;
    background-color: $color-Off-White-40;
    margin: 32px 0;

    &.active,
    &.swiper-pagination-bullet-active {
      width: 40px;
      height: 8px;
      border-radius: $radius;
      background-color: $color-orange;
    }
  }
}*/
.slide-pager,
.swiper-pagination {
  position: relative;
}
.slide-pager li,
.slide-pager span,
.slide-pager .swiper-pagination-bullet,
.swiper-pagination li,
.swiper-pagination span,
.swiper-pagination .swiper-pagination-bullet {
  transition: 0.5s ease-in-out;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #686a6c;
  margin: 32px 0;
}
.slide-pager li.active, .slide-pager li.swiper-pagination-bullet-active,
.slide-pager span.active,
.slide-pager span.swiper-pagination-bullet-active,
.slide-pager .swiper-pagination-bullet.active,
.slide-pager .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination li.active,
.swiper-pagination li.swiper-pagination-bullet-active,
.swiper-pagination span.active,
.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet.active,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  height: 8px;
  border-radius: 8px;
  background-color: #f96000;
}

.tab-list01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 580px) {
  .tab-list01 {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
  }
  .tab-list01::-webkit-scrollbar {
    max-height: 50%;
    height: 50%;
  }
}
.tab-list01 ul {
  border-bottom: 1px solid #eff1f7;
  display: flex;
  padding: 0;
  width: 100%;
}
.tab-list01 ul li {
  margin-right: 10px;
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.tab-list01 ul li::marker {
  display: none;
}
.tab-list01 ul li:last-child {
  margin-right: 0;
}
.tab-list01 ul li a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #131619;
  padding: 16px 20px;
  display: flex;
  position: relative;
  cursor: pointer;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0.7;
}
.tab-list01 ul li a:hover {
  color: #131619;
}
.tab-list01 ul li a.active {
  color: #131619;
  opacity: 1;
}
.tab-list01 ul li a.active:after {
  width: 100%;
}
.tab-list01 ul li a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #919395;
  margin-bottom: 20px;
  border-radius: 3px;
}
.tab-list01 ul li a span {
  width: 100%;
  line-height: 24px;
  height: 100%;
}
.tab-list01 ul li.active a {
  opacity: 1;
}
.tab-list01 ul li.active a:hover {
  color: #131619;
}
.tab-list01 ul li.active a:hover:after {
  width: 100%;
}
.tab-list01 ul li.active a.active {
  color: #131619;
  opacity: 1;
}
.tab-list01 ul li.active a.active:after {
  width: 100%;
}

.tab-wrap {
  position: relative;
  margin: 20px 0;
}
@media (max-width: 575px) {
  .tab-wrap {
    padding: 0;
  }
}

.scroll-control {
  position: absolute;
  top: 9px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  display: none;
}
@media (max-width: 580px) {
  .scroll-control {
    display: block;
  }
}
.scroll-control::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #3d4042;
  border-right: 2px solid #3d4042;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.tab-with-icon {
  padding: 0;
}
.tab-with-icon ul {
  padding: 0;
}
.tab-with-icon ul li {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
}
.tab-with-icon .f-dropdown.selectDropdown + .selectdropdown {
  display: none;
}
@media (min-width: 1024px) {
  .tab-with-icon .f-dropdown.selectDropdown {
    --max-scroll: initial;
    display: flex;
    justify-content: center;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul {
    opacity: 1;
    position: relative;
    transform: none;
    visibility: visible;
    display: flex;
    justify-content: space-between;
    border: none;
    border-bottom: 1px solid #919395;
    border-radius: 0;
    box-shadow: none;
    overflow: initial;
    transition: none;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
    max-width: 150px;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li:nth-child(-n+2) {
    max-width: 150px;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li:nth-child(3) {
    max-width: 150px;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li:last-child {
    margin-right: 0;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li a {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    font-weight: 700;
    font-size: 18px;
    color: #686a6c;
    padding: 14px 20px 15px;
    align-items: flex-start;
    border-bottom: 4px solid transparent;
    transition: all ease 0.3s;
    border-left: none;
    margin-bottom: 0 !important;
    overflow: hidden;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li a::before {
    display: none;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li a img {
    margin: 0 0 20px;
    width: auto;
    max-width: 62px;
    height: 40px;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li a span {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 1.25;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li a:hover {
    color: #131619;
  }
  .tab-with-icon .f-dropdown.selectDropdown ul li.active a {
    border-left: none;
    color: #000;
    border-color: #f96000;
    border: 0;
  }
  .tab-with-icon .f-dropdown.selectDropdown > span {
    display: none;
  }
}

.f-dropdown {
  --max-scroll: 3;
  position: relative;
  z-index: 10;
}
.f-dropdown select {
  display: none;
}
.f-dropdown > span {
  cursor: pointer;
  padding: 12px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  color: #3d4042;
  background: #fff;
  transition: color 0.2s ease, border-color 0.2s ease;
  margin-top: 50px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.f-dropdown > span > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
  font-weight: 500;
}
.f-dropdown > span img {
  width: 22px;
  margin-right: 15px;
  display: inherit;
  height: auto;
}
.f-dropdown > span:after {
  height: 10px;
  width: 10px;
  border-right: 2px solid #3d4042;
  border-bottom: 2px solid #3d4042;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: -6px;
  bottom: 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin: auto;
}
.f-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 44px;
  left: -2px;
  z-index: 1;
  right: 0;
  background: #fff;
  border: 1px solid #eff1f7;
  border-radius: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transform: translate(0, 5px);
}
.f-dropdown ul li {
  padding: 0;
  margin: 0;
  position: relative;
}
.f-dropdown ul li a {
  cursor: pointer;
  display: block;
  padding: 13px 20px;
  margin-bottom: 0 !important;
  color: #3d4042;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eff1f7;
}
.f-dropdown ul li a img {
  width: 22px;
  margin-right: 12px;
}
.f-dropdown ul li a:hover {
  color: #184ea5;
}
.f-dropdown ul li::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 0%;
  height: 4px;
  bottom: -2px;
  background-color: #f96000;
  transition: all ease 0.3s;
}
@media (max-width:979px) {
  .f-dropdown ul li::after {
    height: 0;
    background-color: transparent;
  }
}
.f-dropdown ul li:hover::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 4px;
  bottom: -2px;
  background-color: #f96000;
}
@media (max-width:979px) {
  .f-dropdown ul li:hover::after {
    height: 0;
    background-color: transparent;
  }
}
.f-dropdown ul li.active::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 4px;
  bottom: -2px;
  background-color: #f96000;
}
@media (max-width:979px) {
  .f-dropdown ul li.active::after {
    height: 0;
    background-color: transparent;
  }
}
.f-dropdown ul li.active a {
  font-weight: 600;
  border-left: 4px solid #f96000;
}
.f-dropdown ul li:last-child a {
  border-bottom: none;
}
.f-dropdown.disabled {
  opacity: 0.7;
}
.f-dropdown.disabled > span {
  cursor: not-allowed;
}
.f-dropdown.filled > span {
  color: #131619;
}
.f-dropdown.open {
  z-index: 1000;
}
.f-dropdown.open > span {
  border: 1px solid #f96000;
}
.f-dropdown.open > span span {
  font-weight: 700;
}
.f-dropdown.open > span:after {
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 3px;
}
.f-dropdown.open ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

.functional-tab-01 {
  padding: 0 15px;
}
.functional-tab-01 .selectdropdown::after {
  border: none;
  border-bottom: 2px solid #131619;
  border-left: 2px solid #131619;
  width: 10px;
  height: 10px;
  top: 23px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  right: 15px;
}
.functional-tab-01 .selectdropdown.open::after {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  top: 27px;
}
.functional-tab-01 .selectdropdown ul {
  padding: 0;
}
.functional-tab-01 .selectdropdown ul .option {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .functional-tab-01 .current {
    display: none;
  }
  .functional-tab-01 .selectdropdown {
    height: auto;
    border: none;
    box-shadow: none;
    float: none;
    white-space: initial;
    padding: 0;
  }
  .functional-tab-01 .selectdropdown::after {
    display: none;
  }
  .functional-tab-01 .selectdropdown .list {
    position: relative;
    top: auto;
    opacity: 1;
    transform: none;
    border: none;
    box-shadow: none;
    pointer-events: initial;
    display: flex;
    justify-content: center;
    overflow: visible;
  }
  .functional-tab-01 .selectdropdown .list ul {
    display: flex;
    border-bottom: 1px solid #919395;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  }
  .functional-tab-01 .selectdropdown .list ul li {
    cursor: pointer;
    line-height: 21px;
  }
  .functional-tab-01 .selectdropdown .option {
    position: relative;
    font-weight: 400;
    font-size: 22px;
    color: #131619;
    padding: 22px 20px 18px;
    min-width: 220px;
    text-align: center;
    border-right: 1px solid #919395;
    border-bottom: 4px solid transparent;
  }
  .functional-tab-01 .selectdropdown .option:last-child {
    border-right: none;
  }
  .functional-tab-01 .selectdropdown .option.selected {
    border-left: none;
    border-bottom: 4px solid #f96000;
    color: #131619;
    font-weight: 600;
  }
  .functional-tab-01 .selectdropdown .option.selected::after {
    width: 100%;
  }
  .functional-tab-01 .selectdropdown .option:hover {
    background: none;
    border-bottom-color: #f96000;
    color: #131619;
    font-weight: 600;
  }
}

ul.tabs--primary {
  border-bottom: 1px solid #eff1f7;
  display: flex;
  padding: 0;
  width: 100%;
  list-style: none;
}
ul.tabs--primary li {
  margin-right: 10px;
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
ul.tabs--primary li::marker {
  display: none;
}
ul.tabs--primary li:last-child {
  margin-right: 0;
}
ul.tabs--primary li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0px;
  color: #131619;
  padding: 14px 20px;
  display: flex;
  position: relative;
  cursor: pointer;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}
ul.tabs--primary li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 0;
  background: #f96000;
  opacity: 1;
  transition: all ease 0.3s;
}
ul.tabs--primary li a:hover {
  color: #131619;
}
ul.tabs--primary li a:hover:after {
  width: 100%;
}
ul.tabs--primary li a.active {
  color: #131619;
  opacity: 1;
}
ul.tabs--primary li a.active:after {
  width: 100%;
}
ul.tabs--primary li a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #919395;
  margin-bottom: 20px;
  border-radius: 3px;
}
ul.tabs--primary li a span {
  width: 100%;
  line-height: 24px;
  height: 100%;
}

@media (min-width: 1024px) {
  .lang-ar .tab-with-icon .f-dropdown.selectDropdown ul li {
    margin-right: 0;
    margin-left: 10px;
  }
}
.lang-ar .tab-list01 ul li {
  margin-right: 0;
  margin-left: 10px;
}

.funcional-tabs {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.funcional-tabs li,
.funcional-tabs li a,
.funcional-tabs div {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  position: relative;
  cursor: pointer;
}
.funcional-tabs li:not(:first-child),
.funcional-tabs li a:not(:first-child),
.funcional-tabs div:not(:first-child) {
  border-left: 1px solid #eff1f7;
}
.funcional-tabs li.is-active,
.funcional-tabs li a.is-active,
.funcional-tabs div.is-active {
  font-weight: 700;
}
.funcional-tabs li.is-active::after,
.funcional-tabs li a.is-active::after,
.funcional-tabs div.is-active::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sorting-wrap {
  position: relative;
}
.sorting-wrap .sorting-tab-icon {
  list-style: none;
  border-bottom: 1px solid #919395;
  display: inline-flex;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.sorting-wrap .sorting-tab-icon li {
  list-style: none;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #686a6c;
  padding: 16px 4px 16px 4px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.sorting-wrap .sorting-tab-icon li span {
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.sorting-wrap .sorting-tab-icon li span img {
  width: 100%;
  opacity: 0.6;
}
.sorting-wrap .sorting-tab-icon li::after {
  content: "";
  width: 0%;
  height: 3px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.5s ease-in-out;
}
.sorting-wrap .sorting-tab-icon li:hover {
  color: #131619;
}
.sorting-wrap .sorting-tab-icon li:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.5s ease-in-out;
}
.sorting-wrap .sorting-tab-icon li.is-active {
  color: #131619;
}
.sorting-wrap .sorting-tab-icon li.is-active::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.sorting-wrap .sorting-tab-icon li.is-active span img {
  width: 100%;
  opacity: 1;
}

.path-manual h1.title {
  text-align: center;
}
.path-manual .login-wrp {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.path-manual .login-wrp .tab-wrap {
  margin-bottom: 0;
}
.path-manual .login-wrp .user-login-form-wrapper {
  margin-bottom: 60px;
}
.path-manual .login-wrp .user-login-form-wrapper input[type=search],
.path-manual .login-wrp .user-login-form-wrapper input[type=text],
.path-manual .login-wrp .user-login-form-wrapper input[type=email],
.path-manual .login-wrp .user-login-form-wrapper input[type=password] {
  width: 100%;
  margin-bottom: 32px;
}
.path-manual .login-wrp .user-login-form-wrapper .description {
  font-size: 12px;
  color: #686a6c;
  margin: 6px 0 32px 0;
}
.path-manual .login-wrp .user-login-form-wrapper form.user-login-form,
.path-manual .login-wrp .user-login-form-wrapper form.user-pass {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px;
  background-color: #ffffff;
}
.path-manual .login-wrp .user-login-form-wrapper label.control-label {
  font-weight: 400;
  margin: 0 0 10px;
}
.path-manual .login-wrp .user-login-form-wrapper .form-required:after {
  background-image: url(../images/star.svg) center center no-repeat;
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  height: 7px;
  width: 10px;
}
.path-manual .login-wrp .user-login-form-wrapper input[type=text] + p {
  margin-bottom: 32px;
}

.parallax-hero {
  width: 100%;
  min-height: 380px;
  height: 60vh;
  max-height: 520px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .parallax-hero {
    max-height: 560px;
  }
}
@media (min-width:980px) {
  .parallax-hero {
    min-height: 368px;
    height: 36vh;
    max-height: 520px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .parallax-hero {
    height: 42vh;
  }
}
@media (min-width: 1200px) {
  .parallax-hero {
    min-height: 450px;
    height: 52vh;
    max-height: 500px;
  }
}
@media (min-width: 1440px) {
  .parallax-hero {
    min-height: 540px;
    height: 58vh;
    max-height: 680px;
  }
}
@media (min-width: 2600px) and (min-height: 1600px) {
  .parallax-hero {
    height: 68vh;
    max-height: 710px;
  }
}
.parallax-hero .hero-text {
  width: 90%;
  margin: 0 50px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  display: block;
  text-align: left;
  color: white;
  z-index: 2;
}
@media (max-width: 575px) {
  .parallax-hero .hero-text {
    top: auto;
    bottom: 50px;
    margin: 0 30px;
    transform: none;
    width: 90%;
  }
}
.parallax-hero .hero-text h1,
.parallax-hero .hero-text h2 {
  color: #ffffff;
}
.parallax-hero .hero-text h1.long-title,
.parallax-hero .hero-text h2.long-title {
  font-size: 26px;
  font-size: 6vw;
}
@media (min-width:980px) {
  .parallax-hero .hero-text h1.long-title,
  .parallax-hero .hero-text h2.long-title {
    font-size: 32px;
    font-size: 3vw;
  }
}
.parallax-hero .hero-text p.intro {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}
.parallax-hero .hero-text p.intro + h2 {
  margin-top: 10px;
}
.parallax-hero .lang-ar .hero-text {
  text-align: right;
}
.parallax-hero .hero-cta {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.parallax-hero .lang-ar .hero-cta {
  left: auto;
  right: 50px;
}
.parallax-hero .img-parallax {
  width: 100vmax;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: cover;
  height: 100%;
}
@media (min-width:980px) {
  .parallax-hero .img-parallax {
    object-fit: cover;
  }
}
.parallax-hero::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4441570378) 100%);
}

.lang-ar .parallax-hero .hero-text {
  transform: translateY(-50%);
  text-align: right;
}
.lang-ar .parallax-hero .hero-text {
  text-align: right;
}
@media (max-width: 575px) {
  .lang-ar .parallax-hero .hero-text {
    transform: none;
  }
}
.lang-ar .parallax-hero .hero-cta {
  left: auto;
  right: 50px;
}

.hero-image {
  width: 100%;
  min-height: 380px;
  height: 60vh;
  max-height: 560px;
  position: relative;
  overflow: hidden;
  background-color: #f96000;
}
@media (min-width:980px) {
  .hero-image {
    min-height: 368px;
    height: 36vh;
    max-height: 520px;
    aspect-ratio: var(--ratio);
    flex-grow: calc(var(--ratio));
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hero-image {
    height: 42vh;
  }
}
@media (min-width: 1200px) {
  .hero-image {
    min-height: 450px;
    height: 60vh;
    max-height: 500px;
  }
}
@media (min-width: 1440px) {
  .hero-image {
    min-height: 540px;
    height: 68vh;
    max-height: 680px;
  }
}
@media (min-width: 2600px) and (min-height: 1600px) {
  .hero-image {
    height: 70vh;
    max-height: 700px;
  }
}
@media (max-width: 575px) {
  .hero-image {
    max-height: 560px;
  }
}
.hero-image img {
  position: absolute;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .hero-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width:980px) {
  .hero-image img {
    height: auto;
    width: 100%;
    object-position: center top;
    aspect-ratio: var(--ratio);
    flex-grow: calc(var(--ratio));
  }
}
@media (min-width: 1200px) {
  .hero-image img {
    min-height: 400px;
    height: 100%;
    width: 100%;
    object-position: center top;
  }
}
.hero-image .hero-text {
  width: 100%;
  margin: 0 50px;
  position: relative;
  display: block;
  text-align: left;
  top: 55%;
  transform: translateY(-50%);
  color: white;
  z-index: 2;
}
@media (max-width:767px) {
  .hero-image .hero-text {
    position: absolute;
    top: auto;
    bottom: 50px;
    margin: 0 30px;
    transform: none;
    max-width: 85%;
  }
}
.hero-image .hero-text h1,
.hero-image .hero-text h2 {
  color: #ffffff;
}
.hero-image .hero-text h1.long-title,
.hero-image .hero-text h2.long-title {
  font-size: 26px;
  font-size: 6vw;
}
@media (min-width:980px) {
  .hero-image .hero-text h1.long-title,
  .hero-image .hero-text h2.long-title {
    font-size: 32px;
    font-size: 3vw;
  }
}
.hero-image .hero-text p.intro {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}
.hero-image .hero-text p.intro + h2 {
  margin-top: 10px;
}
.hero-image .lang-ar .hero-text {
  text-align: right;
}
.hero-image .hero-cta {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.hero-image .hero-cta h1,
.hero-image .hero-cta h2 {
  color: #ffffff;
}
.hero-image .hero-cta h1.long-title,
.hero-image .hero-cta h2.long-title {
  font-size: 26px;
}
@media (min-width:980px) {
  .hero-image .hero-cta h1.long-title,
  .hero-image .hero-cta h2.long-title {
    font-size: 32px;
  }
}
.hero-image .lang-ar .hero-cta {
  left: 50px;
}
.hero-image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4441570378) 100%);
}
.hero-image.innovation-hero {
  background: #f96000;
}
.hero-image.innovation-hero::after {
  background: transparent;
}
.hero-image.innovation-hero .container-sig {
  display: flex;
  height: 100%;
  align-items: center;
}
.hero-image.innovation-hero .container-sig .hr-img {
  width: 40%;
  display: flex;
  align-items: center;
  height: calc(100% - 64px);
  position: relative;
}
.hero-image.innovation-hero .container-sig .hr-img img {
  width: auto;
  height: auto;
}
@media (max-width:767px) {
  .hero-image.innovation-hero .container-sig .hr-img {
    display: none;
  }
}
.hero-image.innovation-hero .container-sig .hero-text {
  width: 50%;
  display: flex;
  align-items: center;
  color: #ffffff;
  top: auto;
  transform: none;
}
@media (max-width:767px) {
  .hero-image.innovation-hero .container-sig .hero-text {
    width: 90%;
    margin: 0;
  }
}
.hero-image.innovation-hero .container-sig .hero-text .quote {
  background: url(../images/quote-white.svg) no-repeat left top;
  padding-top: 4em;
  padding-left: 0;
}
.hero-image.innovation-hero .container-sig .hero-text .quote::after {
  background: transparent;
}
@media (max-width:767px) {
  .hero-image.innovation-hero .container-sig .hero-text .quote {
    margin-left: 6px;
  }
}
.hero-image.innovation-hero .container-sig .hero-text h4,
.hero-image.innovation-hero .container-sig .hero-text p {
  color: #ffffff;
  font-weight: 300;
}
.hero-image.innovation-hero .container-sig .hero-text h4 strong,
.hero-image.innovation-hero .container-sig .hero-text p strong {
  font-weight: 700;
}
@media (max-width:767px) {
  .hero-image.innovation-hero .container-sig .hero-text h4,
  .hero-image.innovation-hero .container-sig .hero-text p {
    font-size: 20px;
  }
}
.hero-image.innovation-hero .container-sig .hero-text .name {
  font-weight: 400;
}
.hero-image.innovation-hero .container-sig .hero-text .designation {
  font-weight: 300;
  font-size: 16px;
}

.hero-image.no-overlay::after {
  background: none;
}

.lang-ar .hero-image .hero-text {
  text-align: right;
}
.lang-ar .hero-image .hero-text {
  text-align: right;
}
.lang-ar .hero-image .hero-cta {
  left: auto;
  right: 50px;
}
.lang-ar .hero-image.fliph-banner img {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph;
}
.lang-ar .hero-image.fliph-banner .hero-text {
  top: 70%;
}
@media (max-width: 1920px) {
  .lang-ar .hero-image.fliph-banner .hero-text {
    max-width: 60%;
  }
}
@media (max-width:767px) {
  .lang-ar .hero-image.fliph-banner .hero-text {
    top: auto;
  }
}
@media (max-width: 575px) {
  .lang-ar .hero-image.fliph-banner .hero-text {
    top: 50%;
    max-width: 90%;
  }
  .lang-ar .hero-image.fliph-banner .hero-text h1 {
    font-size: 40px;
  }
}

.pdp-hero {
  height: calc(100vh - 75px);
  max-height: 100%;
  z-index: 50;
}
@media (min-width:980px) {
  .pdp-hero {
    height: auto;
    min-height: 500px;
  }
}
.pdp-hero img {
  -o-object-position: center center;
  object-position: center center;
  top: 0;
  left: 0;
}
.pdp-hero::after {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.76) 100%);
}

/* As per design system This banner can only be used for images without people, the mobile version would be like the previous one.*/
.outpeople {
  position: relative;
  background-color: #f96000;
}
@media (max-width: 575px) {
  .outpeople {
    min-height: 382px;
    max-height: 382px;
  }
}
@media (min-width:720px) and (max-width:979px) {
  .outpeople {
    height: 54vh;
    max-height: none;
  }
}
@media (min-width:980px) {
  .outpeople {
    min-height: 375px;
    aspect-ratio: var(--ratio);
    flex-grow: calc(var(--ratio));
  }
}
.outpeople .tilbox {
  position: relative;
  padding: 38px 16px 20px 16px;
  z-index: 2;
  background-color: #f96000;
}
@media (min-width:980px) {
  .outpeople .tilbox {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 420px;
    width: 100%;
    padding: 80px 60px 60px 60px;
    z-index: 2;
    background-color: rgba(237, 139, 0, 0.8);
  }
}
.outpeople .tilbox h1 {
  color: #ffffff;
  margin-bottom: 20px;
}
.outpeople .tilbox h1.long-title {
  font-size: 26px;
}
@media (min-width:980px) {
  .outpeople .tilbox h1.long-title {
    font-size: 32px;
  }
}
.outpeople .tilbox p {
  color: #ffffff;
  font-size: 16px;
}
.outpeople .hero-img {
  width: 100%;
  min-height: 250px;
  height: auto;
  object-fit: cover;
}
@media (min-width:720px) and (max-width:979px) {
  .outpeople .hero-img {
    min-height: 360px;
  }
}
@media (min-width:980px) {
  .outpeople .hero-img {
    height: 100%;
  }
}

/* Regular banners for sections that need a strong visual presence. Various options are depicted.
 */
.hero-campaign {
  position: relative;
  background-color: #e7eef5;
  flex-basis: 0;
  aspect-ratio: var(--ratio);
  flex-grow: calc(var(--ratio));
}
.hero-campaign::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: auto;
  bottom: 0;
  height: 60%;
  width: 100%;
  background: #e7eef5;
}
@media (max-width: 575px) {
  .hero-campaign {
    min-height: 336px;
    max-height: auto;
  }
}
@media (min-width:720px) and (max-width:979px) {
  .hero-campaign {
    max-height: none;
    min-height: 520px;
  }
}
@media (min-width:980px) {
  .hero-campaign {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 80px;
    background-color: #fff;
  }
}
.hero-campaign .hro-txt {
  position: relative;
  padding: 32px 0;
  margin-left: 20px;
  z-index: 1;
}
@media (min-width:980px) {
  .hero-campaign .hro-txt {
    margin-left: 32px;
  }
}
.hero-campaign .hro-txt h1 {
  color: #131619;
  margin-bottom: 16px;
}
.hero-campaign .hro-txt h1.long-title {
  font-size: 26px;
}
@media (min-width:980px) {
  .hero-campaign .hro-txt h1.long-title {
    font-size: 32px;
  }
}
.hero-campaign .hro-txt h4 {
  font-size: 24px;
  font-weight: 400;
}
.hero-campaign .hro-txt h5 {
  font-weight: 400;
}
.hero-campaign .hro-txt p {
  color: #131619;
  font-size: 16px;
}
.hero-campaign picture {
  position: relative;
}
.hero-campaign .hero-img {
  width: 100%;
  min-height: 200px;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;
  flex-basis: 1;
  aspect-ratio: var(--ratio);
  flex-grow: calc(var(--ratio));
}
@media (min-width:720px) and (max-width:979px) {
  .hero-campaign .hero-img {
    min-height: 520px;
  }
}

.onImg.campg {
  padding-left: 20px;
}
@media (min-width:980px) {
  .onImg.campg {
    padding-left: 112px;
  }
}

.half-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
  min-height: calc(100vh - 100px);
}
.half-hero .text-col {
  width: 50%;
  background-color: #f96000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 6em;
}
@media (max-width: 820px) {
  .half-hero .text-col {
    padding: 4em 1.5em 4em 1.5em;
    width: 100%;
  }
}
.half-hero .text-col .tag-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  color: #ffffff;
}
@media (min-width: 575.5px) and (max-width:767px) {
  .half-hero .text-col .tag-hold {
    padding: 20px 0;
  }
}
@media (max-width: 820px) {
  .half-hero .text-col .tag-hold {
    width: 100%;
  }
}
.half-hero .text-col .tag-hold h1 {
  color: #ffffff;
  display: block;
  width: 100%;
}
.half-hero .text-col .tag-hold h1.long-title {
  font-size: 26px;
  font-size: 8vw;
}
@media (min-width:720px) and (max-width:979px) {
  .half-hero .text-col .tag-hold h1.long-title {
    font-size: 6vw;
  }
}
@media (min-width:980px) {
  .half-hero .text-col .tag-hold h1.long-title {
    font-size: 3vw;
  }
}
.half-hero .text-col .tag-hold h2 {
  color: #ffffff;
}
.half-hero .img-col {
  width: 50%;
  position: relative;
}
@media (max-width: 820px) {
  .half-hero .img-col {
    width: 100%;
    min-height: 180px;
    height: 100%;
  }
}
.half-hero .img-col .img-hold {
  /*height: calc(100% - 4em);*/
  position: relative;
  margin: 0 0 0 -4em;
  clip-path: inset(5% 0 5% 0);
  height: 100%;
}
@media (max-width: 820px) {
  .half-hero .img-col .img-hold {
    margin: -2em 1.5em;
    clip-path: unset;
  }
}
.half-hero .img-col .img-hold img {
  /*position: absolute;*/
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575px) {
  .half-hero .img-col .img-hold img {
    position: relative;
    min-height: 220px;
  }
}
@media (min-width:768px) and (max-width:979px) {
  .half-hero {
    min-height: calc(80vh - 100px);
  }
}
@media (max-width: 820px) {
  .half-hero {
    flex-direction: column;
    min-height: auto;
  }
}

/* Hero half image option 2 */
.half-hero-opt2 {
  position: relative;
}
@media (min-width:980px) {
  .half-hero-opt2 {
    background-color: #f96000;
  }
}
.half-hero-opt2 .container-sig {
  /*min-height: 380px;*/
  position: relative;
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig {
    padding: 0;
  }
}
@media (min-width:980px) {
  .half-hero-opt2 .container-sig {
    padding: 65px 0;
  }
}
.half-hero-opt2 .container-sig .hero-row {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row {
    flex-direction: column-reverse;
  }
}
.half-hero-opt2 .container-sig .hero-row .col-1 {
  flex-basis: 55%;
  display: flex;
  align-items: flex-end;
  background-color: #fdcfb3;
  position: relative;
  z-index: 1;
}
@media (min-width:980px) {
  .half-hero-opt2 .container-sig .hero-row .col-1 {
    background-color: transparent;
  }
}
.half-hero-opt2 .container-sig .hero-row .col-1 .if-caption {
  padding: 0 32px 0 0;
  margin: 32px -32px 0px 32px;
  width: 100%;
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row .col-1 .if-caption {
    margin: 0;
    padding: 0;
  }
}
@media (min-width:768px) and (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row .col-1 .if-caption {
    min-height: 200px;
  }
}
@media (min-width:980px) {
  .half-hero-opt2 .container-sig .hero-row .col-1 .if-caption {
    background-color: transparent;
  }
}
.half-hero-opt2 .container-sig .hero-row .col-1 .if-caption figure {
  margin-bottom: 0;
  margin-left: -32px;
  margin-top: -32px;
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row .col-1 .if-caption figure {
    width: calc(100% - 40px);
    margin: -32px auto 32px auto;
  }
}
.half-hero-opt2 .container-sig .hero-row .col-1 .if-caption figure figcaption {
  background-color: rgba(239, 241, 247, 0);
  font-size: 15px;
  font-weight: 600;
  color: #131619;
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row .col-1 .if-caption figure figcaption {
    margin-left: 0;
  }
}
.half-hero-opt2 .container-sig .hero-row .col-1 .if-caption figure img {
  width: 100%;
  margin: 0;
}
.half-hero-opt2 .container-sig .hero-row .col-2 {
  flex-basis: 45%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row .col-2 {
    padding: 32px 0;
    background-color: #f96000;
  }
}
.half-hero-opt2 .container-sig .hero-row .col-2 .tag-title {
  padding: 32px 16px 32px 65px;
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row .col-2 .tag-title {
    padding: 16px 20px 32px 20px;
  }
}
.half-hero-opt2 .container-sig .hero-row .col-2 .tag-title h1,
.half-hero-opt2 .container-sig .hero-row .col-2 .tag-title h2 {
  color: #ffffff;
}
@media (max-width:979px) {
  .half-hero-opt2 .container-sig .hero-row .col-2 .tag-title h1,
  .half-hero-opt2 .container-sig .hero-row .col-2 .tag-title h2 {
    margin-bottom: 5px;
  }
}

.half-hero.amsdr-dtls {
  min-height: calc(75vh - 100px);
  justify-content: flex-start;
}
@media (min-width:980px) {
  .half-hero.amsdr-dtls {
    min-height: 600px;
    height: calc(90vh - 100px);
  }
}
@media (max-width: 820px) {
  .half-hero.amsdr-dtls {
    flex-direction: column;
    margin-bottom: 32px;
    min-height: auto;
    padding-bottom: 0;
  }
}
.half-hero.amsdr-dtls .text-col {
  width: 80%;
  padding-left: 50px;
  padding-right: 0;
  justify-content: flex-start;
}
@media (max-width: 820px) {
  .half-hero.amsdr-dtls .text-col {
    padding: 3em 1.5em 2em 1.5em;
    width: 100%;
  }
}
.half-hero.amsdr-dtls .text-col .tag-hold {
  width: 84%;
  margin-top: 10%;
  margin-bottom: 16px;
}
@media (max-width: 820px) {
  .half-hero.amsdr-dtls .text-col .tag-hold {
    font-size: 22px;
    font-size: 2.5vw;
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .half-hero.amsdr-dtls .text-col .tag-hold h1 {
    font-size: 26px;
    font-size: 6vw;
  }
}
@media (max-width:979px) {
  .half-hero.amsdr-dtls .text-col .tag-hold h1 {
    font-size: 36px;
    font-size: 4vw;
  }
}
.half-hero.amsdr-dtls .text-col .tag-hold h1.long-title {
  font-size: 26px;
  font-size: 6vw;
}
@media (min-width:980px) {
  .half-hero.amsdr-dtls .text-col .tag-hold h1.long-title {
    font-size: 32px;
    font-size: 3vw;
  }
}
@media (max-width: 820px) {
  .half-hero.amsdr-dtls .text-col .tag-hold blockquote {
    display: none;
  }
}
.half-hero.amsdr-dtls .text-col .tag-hold cite {
  font-size: 13px;
  text-align: right;
  font-style: normal;
  flex-grow: 1;
  padding: 0 15px;
}
@media (max-width: 820px) {
  .half-hero.amsdr-dtls .text-col .tag-hold cite {
    display: none;
  }
}
.half-hero.amsdr-dtls .img-col {
  min-width: 400px;
  width: 20%;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .half-hero.amsdr-dtls .img-col {
    min-width: 100%;
  }
}
@media (max-width: 820px) {
  .half-hero.amsdr-dtls .img-col {
    min-width: 300px;
    width: 100%;
    min-height: 180px;
    height: 100%;
    text-align: center;
    display: block;
  }
}
.half-hero.amsdr-dtls .img-col .img-hold {
  height: calc(100% - 48px);
  position: relative;
  margin: -2em 0 0 -2em;
  width: 100%;
  min-width: 300px;
  display: flex;
  align-items: center;
}
@media (max-width: 820px) {
  .half-hero.amsdr-dtls .img-col .img-hold {
    margin: -2em auto -2em auto;
    clip-path: unset;
  }
}
@media (min-width:980px) {
  .half-hero.amsdr-dtls .img-col .img-hold {
    margin: 0 0 0 -4em;
  }
}
.half-hero.amsdr-dtls .img-col .img-hold img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 460px;
}
@media (max-width: 820px) {
  .half-hero.amsdr-dtls .img-col .img-hold img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.half-hero.amsdr-dtls .img-col .amsdr-quote-mob {
  display: none;
}
@media (max-width: 820px) {
  .half-hero.amsdr-dtls .img-col .amsdr-quote-mob {
    display: block;
    width: 100%;
    clear: both;
    margin-top: -105px;
    background: #f5f5f1;
    padding: 3em 1.5em 2em 1.5em;
  }
}
.half-hero.amsdr-dtls .img-col .amsdr-quote-mob blockquote {
  text-align: left;
  margin-top: 75px;
  padding: 7em 0 15px 0;
}
.half-hero.amsdr-dtls .img-col .amsdr-quote-mob cite {
  text-align: right;
  display: block;
  font-size: 13px;
  font-style: normal;
}
.half-hero.amsdr-dtls blockquote {
  padding: 3em 0 15px 0;
}
@media (min-width:980px) {
  .half-hero.amsdr-dtls blockquote {
    margin-left: 15%;
  }
}
.half-hero.amsdr-dtls blockquote h4 {
  font-size: 22px;
  z-index: 1;
}
@media (max-width:767px) {
  .half-hero.amsdr-dtls blockquote h4 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.half-hero.amsdr-dtls blockquote h4::after {
  background-color: #fb904d;
}
.half-hero.amsdr-dtls blockquote::after {
  left: 0;
  background: url(../images/quote-light.svg) no-repeat 0;
  top: -15px;
}

.lang-ar .half-hero.amsdr-dtls .text-col {
  padding-left: initial;
  padding-right: 50px;
}
.lang-ar .half-hero.amsdr-dtls .img-col .img-hold {
  margin: 0 -4em 0 0;
}
.lang-ar .half-hero.amsdr-dtls blockquote::after {
  left: auto;
  right: 0;
}
.lang-ar .half-hero .text-col {
  padding-right: 0;
  padding-left: 6em;
}
.lang-ar .half-hero .img-col .img-hold {
  margin: 0 -4em 0 0;
}
.lang-ar .half-hero-opt2 .container-sig .hero-row .col-2 .tag-title {
  padding: 32px 65px 32px 16px;
}

.btn_share {
  width: 50px;
  height: 50px;
  background-color: #f96000;
  border-radius: 100%;
  position: absolute;
  z-index: 6;
  right: 8px;
  top: -20px;
  cursor: pointer;
  transition: 0.5s ease-in;
  display: none;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn_share:hover {
  border: 1px solid #ffffff;
}
@media (min-width:980px) {
  .btn_share {
    right: 32px;
    top: 50px;
    display: block;
  }
}
.btn_share.is-sticky {
  position: fixed;
  top: auto;
  bottom: 48px;
  right: 8px;
  display: block;
}
@media (min-width:980px) {
  .btn_share.is-sticky {
    right: 32px;
    top: 100px;
    bottom: auto;
  }
}
.btn_share img {
  width: 40%;
  margin: 30%;
}

.lang-ar .btn_share {
  z-index: 4;
  right: auto;
  left: 8px;
}
@media (min-width:980px) {
  .lang-ar .btn_share {
    right: auto;
    left: 32px;
  }
}
.lang-ar .btn_share.is-sticky {
  right: auto;
  left: 8px;
}
@media (min-width:980px) {
  .lang-ar .btn_share.is-sticky {
    right: auto;
    left: 32px;
  }
}

.overley-white {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  z-index: 1001;
  top: 0;
  left: 0;
  display: none;
}

.popup-wrapper {
  max-width: 720px;
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 0;
  right: 0;
  z-index: 1002;
  display: none;
  margin: 0;
}
@media (min-width:720px) and (max-width:979px) {
  .popup-wrapper {
    min-width: 560px;
  }
}
@media (max-height: 699px) {
  .popup-wrapper {
    max-width: 620px;
    min-width: 300px;
    width: 100%;
    top: 25px;
    max-height: 560px;
  }
}
@media (max-width: 575px) {
  .popup-wrapper {
    max-width: 300px;
    min-width: 300px;
    width: 100%;
    width: 100%;
    top: 110px;
  }
}
.popup-wrapper .row-backto {
  padding: 0;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.popup-wrapper .row-backto #btnClose {
  display: flex;
  align-items: center;
}
.popup-wrapper .row-backto #btnClose span {
  cursor: pointer;
  font-weight: 700;
}
.popup-wrapper .row-backto .btn-icon {
  margin-right: 16px;
  cursor: pointer;
}
.popup-wrapper .row-backto .btn-icon img {
  width: 10px;
}
.popup-wrapper .share-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 32px;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .popup-wrapper .share-card {
    padding: 25px;
    max-height: 70vh;
    overflow-y: scroll;
  }
}
@media (max-height: 767px) and (min-width:980px) {
  .popup-wrapper .share-card {
    overflow: auto;
    max-height: 500px;
    padding: 20px 32px;
    scrollbar-width: thin;
    scrollbar-color: #f96000 #525252;
  }
  .popup-wrapper .share-card::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .popup-wrapper .share-card::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 1px solid transparent;
  }
  .popup-wrapper .share-card::-webkit-scrollbar-thumb {
    background-color: #f96000;
  }
  .popup-wrapper .share-card::-webkit-scrollbar-thumb:hover {
    background-color: rgb(224.1, 86.4, 0);
  }
  .popup-wrapper .share-card::-webkit-scrollbar-corner, .popup-wrapper .share-card::-webkit-scrollbar-track {
    background-color: #525252;
  }
}
@media (min-width: 1440px) {
  .popup-wrapper .share-card {
    padding: 48px;
  }
}
.popup-wrapper .share-card .img-holder {
  max-height: 320px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #eff1f7;
}
@media (max-height: 699px) {
  .popup-wrapper .share-card .img-holder {
    max-height: 250px;
    position: relative;
    padding: 22%;
  }
}
.popup-wrapper .share-card .img-holder img {
  width: auto;
  max-height: 320px;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-height: 699px) {
  .popup-wrapper .share-card .img-holder img {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
  }
}
.popup-wrapper .share-card__cardbody {
  background-color: #ffffff;
  padding: 16px 0 16px 0;
}
.popup-wrapper .share-card__cardbody p.date-type,
.popup-wrapper .share-card__cardbody .news-date {
  color: #686a6c;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.popup-wrapper .share-card__cardbody h3.card-title,
.popup-wrapper .share-card__cardbody h4.card-title {
  padding: 0;
}
.popup-wrapper .share-card__cardbody h3.card-title a,
.popup-wrapper .share-card__cardbody h4.card-title a {
  color: #131619;
}
.popup-wrapper .share-card__cardbody .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.popup-wrapper .share-card__cardbody .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}
.popup-wrapper .share-card .social-wrapper {
  border-top: 1px solid #eff1f7;
  margin: 1em 0 0 0;
  display: flex;
  padding: 20px 0 0 0;
}
@media (max-height: 767px) and (min-width:980px) {
  .popup-wrapper .share-card .social-wrapper {
    margin-bottom: 25px;
  }
}
@media (min-width:980px) {
  .popup-wrapper .share-card .social-wrapper {
    padding: 32px 0 0 0;
  }
}
.popup-wrapper .share-card .social-wrapper .colm-1,
.popup-wrapper .share-card .social-wrapper .colm-2 {
  display: flex;
  justify-content: center;
  width: 50%;
}
.popup-wrapper .share-card .social-wrapper .colm-1 a,
.popup-wrapper .share-card .social-wrapper .colm-2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  width: auto;
  font-size: 16px;
  line-height: 1.3;
  color: #131619;
}
@media (min-width:980px) {
  .popup-wrapper .share-card .social-wrapper .colm-1 a,
  .popup-wrapper .share-card .social-wrapper .colm-2 a {
    flex-direction: row;
  }
}
.popup-wrapper .share-card .social-wrapper .colm-1 a span,
.popup-wrapper .share-card .social-wrapper .colm-1 a i,
.popup-wrapper .share-card .social-wrapper .colm-2 a span,
.popup-wrapper .share-card .social-wrapper .colm-2 a i {
  display: inline-flex;
}
.popup-wrapper .share-card .social-wrapper .colm-1 a span:hover,
.popup-wrapper .share-card .social-wrapper .colm-2 a span:hover {
  color: #184ea5;
}
@media (max-width: 575px) {
  .popup-wrapper .share-card .social-wrapper .colm-1 a span,
  .popup-wrapper .share-card .social-wrapper .colm-2 a span {
    line-height: 1.3em;
    font-size: 12px;
  }
}
.popup-wrapper .share-card .social-wrapper .colm-1 a i,
.popup-wrapper .share-card .social-wrapper .colm-2 a i {
  width: 24px;
}
@media (max-width: 575px) {
  .popup-wrapper .share-card .social-wrapper .colm-1 a i,
  .popup-wrapper .share-card .social-wrapper .colm-2 a i {
    width: 24px;
    height: 24px;
    margin-left: 12px;
  }
}
.popup-wrapper .share-card .social-wrapper .colm-1 a i img,
.popup-wrapper .share-card .social-wrapper .colm-2 a i img {
  max-width: 100%;
  border-radius: 4px;
  margin: 0;
}
.popup-wrapper .share-card .social-wrapper .colm-1 a i svg,
.popup-wrapper .share-card .social-wrapper .colm-2 a i svg {
  fill: #f96000;
}
.popup-wrapper .share-card .social-wrapper .colm-1 a:nth-of-type(1),
.popup-wrapper .share-card .social-wrapper .colm-2 a:nth-of-type(1) {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .popup-wrapper .share-card .social-wrapper .colm-1 a:nth-of-type(1),
  .popup-wrapper .share-card .social-wrapper .colm-2 a:nth-of-type(1) {
    margin-right: 5px;
  }
}
.popup-wrapper .share-card .social-wrapper .colm-1 a:nth-of-type(2),
.popup-wrapper .share-card .social-wrapper .colm-2 a:nth-of-type(2) {
  margin-left: 10px;
}
@media (max-width: 575px) {
  .popup-wrapper .share-card .social-wrapper .colm-1 a:nth-of-type(2),
  .popup-wrapper .share-card .social-wrapper .colm-2 a:nth-of-type(2) {
    margin-left: 5px;
  }
}
.popup-wrapper .share-card .social-wrapper .colm-1 {
  width: calc(50% - 10px);
  margin-right: 10px;
  position: relative;
}
.popup-wrapper .share-card .social-wrapper .colm-1::after {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #eff1f7;
  position: absolute;
  right: -10px;
  top: 0;
}
.popup-wrapper .share-card .social-wrapper .colm-2 {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.lang-ar .popup-wrapper .row-backto .btn-icon {
  margin-right: auto;
  margin-left: 16px;
  cursor: pointer;
}

.lang-ar .popup-wrapper .share-card .social-wrapper .colm-1::after {
  right: auto;
  left: -10px;
  top: 0;
}

.lang-ar .row-backto #btnClose .backarow img {
  transform: rotate(180deg);
}

.lang-ar .popup-wrapper {
  right: 50%;
  left: 0;
  -webkit-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}

.flexslider {
  padding: 16px 0 !important;
  border: 0 !important;
}
.flexslider p.date-type {
  margin-bottom: 16px;
}
.flexslider .slides > li p {
  padding: 16px 0;
  font-size: 14px;
}
.flexslider .flex-control-nav {
  width: auto;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.flexslider .flex-control-paging li a {
  width: 8px;
  height: 8px;
  background: #f96000;
  opacity: 0.6;
}
.flexslider .flex-control-paging li a.flex-active {
  width: 12px;
  height: 12px;
  background: #f96000;
  opacity: 1;
}

.flexslider .displayCard {
  margin: 0;
}

.swiper {
  padding-bottom: 0px !important;
  width: 100%;
}
@media (min-width:720px) and (max-width:979px) {
  .swiper.related {
    min-width: 700px !important;
    margin-left: 0;
  }
}
@media (min-width:980px) {
  .swiper.related .swiper-wrapper {
    margin: 0;
    padding-bottom: 20px;
    width: 100%;
    gap: 48px;
  }
}
@media (min-width:980px) {
  .swiper.related .swiper-wrapper .swiper-slide {
    min-width: 28%;
    width: calc(33.3333333333% - 32px);
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .swiper.related .swiper-wrapper .swiper-slide.singleItem {
    min-width: 376px;
    width: 376px;
  }
}
.swiper.related .swiper-wrapper .swiper-slide .ct-card {
  width: 100%;
  max-width: 100%;
  height: 98%;
  margin: 16px 0 0 0;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .swiper.related .swiper-wrapper .swiper-slide .ct-card {
    width: 98%;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -6px;
}

.swiper-pagination-bullet {
  color: #f96000;
  background: #f96000 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}

@media (max-width: 575px) {
  .swiper-slide.ct-card {
    margin: 0;
  }
}

@media (min-width:980px) {
  .swiper-pagination {
    visibility: hidden;
  }
}

.ct-card-group.colm-3 .swiper {
  width: 100%;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3 .swiper .swiper-slide {
    flex: 0 0 92%;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .ct-card-group.colm-3 .swiper .swiper-slide.ct-card {
    min-width: 320px !important;
  }
}

.swp-m .ct-card-group {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .swp-m .ct-card-group {
    margin-left: -11px;
    margin-right: -16px;
    width: calc(100% + 24px);
  }
}

.lang-ar .swp-m .ct-card-group {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .lang-ar .swp-m .ct-card-group {
    margin-right: 0;
    margin-left: -20px;
    width: calc(100% + 20px);
  }
}

@media (max-width: 575px) {
  .swp-m .ct-card-group.colm-3 .swiper {
    width: auto;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .swp-m .ct-card-group.colm-3 .swiper {
    width: calc(100% + 20px);
  }
}

.swiper-slide.multiple {
  margin: 0;
}

.swp-m {
  position: relative;
}
@media (max-width: 575px) {
  .swp-m .ct-card-group {
    flex-direction: row;
  }
}
.swp-m .ct-card-group .views-element-container {
  width: 100%;
}
.swp-m .swiper {
  width: auto;
}
@media (max-width:979px) {
  .swp-m .swiper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 575px) {
  .swp-m .swiper .swiper-wrapper {
    padding-left: 8px;
  }
}
.swp-m .swiper.card-2-1 {
  margin-left: 0px;
}
.swp-m .swiper.card-2-1 .swiper-slide .ct-card {
  margin-left: 0;
}
.swp-m .swiper.sngl-card {
  margin-left: 0px;
}
@media (max-width: 575px) {
  .swp-m .swiper.sngl-card {
    margin-left: -8px !important;
  }
  .swp-m .swiper.sngl-card .swiper-slide {
    flex: 0 0 100% !important;
  }
}
.swp-m .swiper .swiper-wrapper {
  display: flex;
  padding-bottom: 20px;
}
@media (min-width: 980px) {
  .swp-m .swiper .swiper-wrapper {
    gap: 48px;
  }
}
@media (max-width: 575px) {
  .swp-m .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 86%;
    /* Each slide takes up 60% of the container width */
    /* Add space between slides */
    transition: transform 0.3s ease;
    padding: 0 16px 0 0 !important;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .swp-m .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 44%;
    /* Each slide takes up 60% of the container width */
    /* Add space between slides */
    transition: transform 0.3s ease;
    padding: 0 16px 0 8px !important;
  }
}
@media (max-width: 575px) {
  .swp-m .swiper .swiper-wrapper .swiper-slide .ct-card {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .swp-m .swiper .swiper-wrapper .swiper-slide.active {
    flex: 1;
    /* Active slide takes up 100% of the container width */
  }
}
.swp-m .menuSwiper,
.swp-m .mySwiper {
  overflow: hidden;
  position: relative;
}
@media (min-width:980px) {
  .swp-m .menuSwiper,
  .swp-m .mySwiper {
    overflow: visible;
  }
}
@media (max-width: 575px) {
  .swp-m .menuSwiper .swiper-slide.multiple,
  .swp-m .mySwiper .swiper-slide.multiple {
    padding-right: 16px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .swp-m .menuSwiper .swiper-slide.multiple a img,
  .swp-m .mySwiper .swiper-slide.multiple a img {
    min-height: 190px;
    max-height: fit-content;
    height: 100%;
  }
}
@media (min-width:980px) {
  .swp-m .menuSwiper .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.swp-m .swiper-pagination {
  display: none;
}
@media (min-width:980px) {
  .swp-m .swiper-pagination {
    display: block;
  }
}
.swp-m .swiper-button-next,
.swp-m .swiper-button-prev {
  border: 2px solid #f96000;
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.swp-m .swiper-button-next,
.swp-m .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 0.9);
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width:979px) {
  .swp-m .swiper-button-next,
  .swp-m .swiper-button-prev {
    display: none;
  }
}
.swp-m .swiper-button-next::before,
.swp-m .swiper-button-prev::before {
  color: #f96000;
  opacity: 1;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #f96000;
  border-left: 2px solid #f96000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.swp-m .swiper-button-next::after,
.swp-m .swiper-button-prev::after {
  content: "";
  height: 2px;
  width: 17px;
  background: #f96000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.swp-m .swiper-button-next:hover,
.swp-m .swiper-button-prev:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.swp-m .swiper-button-next {
  right: -80px;
}
@media (min-width: 1200px) {
  .swp-m .swiper-button-next {
    right: -60px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .swp-m .swiper-button-next {
    right: -60px;
  }
}
@media (min-width: 1440px) {
  .swp-m .swiper-button-next {
    right: -60px;
  }
}
.swp-m .swiper-button-prev {
  left: -60px;
}
.swp-m .swiper-button-prev::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.fundingSwiper .swiper-slide,
.keyresSwiper .swiper-slide {
  padding-bottom: 16px;
}
.fundingSwiper .card,
.keyresSwiper .card {
  height: 100%;
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 55px 30px;
  margin: 16px 0 16px 0;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .fundingSwiper .card,
  .keyresSwiper .card {
    padding: 25px;
  }
}
@media (min-width:980px) {
  .fundingSwiper .card,
  .keyresSwiper .card {
    margin: 16px 12px;
  }
}
.fundingSwiper .card .image,
.keyresSwiper .card .image {
  margin: -55px -30px 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .fundingSwiper .card .image,
  .keyresSwiper .card .image {
    margin: -25px -25px 0;
  }
}
.fundingSwiper .card .image + i,
.keyresSwiper .card .image + i {
  margin-top: -35px;
}
@media (max-width: 575px) {
  .fundingSwiper .card .image + i,
  .keyresSwiper .card .image + i {
    margin-top: -30px;
  }
}
.fundingSwiper .card .image + h3,
.keyresSwiper .card .image + h3 {
  margin-top: 20px;
}
.fundingSwiper .card .image img,
.keyresSwiper .card .image img {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.fundingSwiper .card .image img:hover,
.keyresSwiper .card .image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.fundingSwiper .card i,
.keyresSwiper .card i {
  background: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
@media (max-width: 575px) {
  .fundingSwiper .card i,
  .keyresSwiper .card i {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }
}
.fundingSwiper .card i img,
.keyresSwiper .card i img {
  display: inline-block;
}
.fundingSwiper .card .content-type,
.keyresSwiper .card .content-type {
  color: #686a6c;
  font-weight: 700;
  font-size: 15px;
  margin-top: -5px;
}
.fundingSwiper .card .content-type + h3,
.keyresSwiper .card .content-type + h3 {
  margin-top: 15px;
}
.fundingSwiper .card .content-type + h3 + p,
.keyresSwiper .card .content-type + h3 + p {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .fundingSwiper .card .content-type + h3 + p,
  .keyresSwiper .card .content-type + h3 + p {
    margin-bottom: 50px;
  }
}
.fundingSwiper .card h2,
.keyresSwiper .card h2 {
  font-size: 54px;
  margin-bottom: 20px;
}
.fundingSwiper .card h3,
.keyresSwiper .card h3 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 36px;
}
.fundingSwiper .card h3 a,
.keyresSwiper .card h3 a {
  color: #131619;
}
.fundingSwiper .card p,
.keyresSwiper .card p {
  font-size: 14px;
  line-height: 1.25;
}
.fundingSwiper .card .source,
.keyresSwiper .card .source {
  font-size: 13px;
  color: #686a6c;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  margin: 0;
}

.lang-ar .swp-m .swiper-button-next {
  left: -60px;
  right: auto;
}
.lang-ar .swp-m .swiper-button-next::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lang-ar .swp-m .swiper-button-prev {
  right: -60px;
  left: auto;
}
.lang-ar .swp-m .swiper-button-prev::before {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width: 575px) {
  .swp-m .fundingSwiper .swiper-wrapper.funding-swiper .swiper-slide {
    flex: 0 0 86.6%;
  }
}
@media (min-width:720px) and (max-width:979px) {
  .swp-m .fundingSwiper .swiper-wrapper.funding-swiper .swiper-slide {
    flex: 0 0 44%;
  }
}
@media (max-width: 575px) {
  .single-card {
    margin: 0 auto !important;
  }
}
.single-card .swiper {
  margin: 0;
}
@media (max-width: 575px) {
  .single-card .swiper {
    margin: 0 auto !important;
  }
}
@media (max-width: 575px) {
  .single-card .swiper-wrapper .swiper-slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .single-card .swiper-wrapper .swiper-slide .ct-card {
    margin: 0 !important;
  }
}

@media (max-width: 575px) {
  .swp-m .ct-card-group.colm-3 .swiper.card-2-1 {
    min-width: 340px;
    margin-left: -26px;
  }
}

@media (min-width: 575.5px) and (max-width: 779px) {
  .swp-m .swiper.card-2-1 .swiper-wrapper .swiper-slide {
    min-width: 370px;
  }
}
@media (min-width: 780px) and (max-width: 979px) {
  .swp-m .swiper.card-2-1 .swiper-wrapper .swiper-slide {
    min-width: 390px;
  }
}

@media (min-width:980px) {
  .funding-sldr .swiper.fundingSwiper .swiper-wrapper {
    gap: 0;
  }
}

@media (min-width:720px) and (max-width:979px) {
  .swp-m .funding-sldr {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.multisize-card-container .swiper-slide.multiple {
  height: auto;
}

.page-not-found {
  padding-bottom: 50px;
  position: relative;
}
.page-not-found h3 {
  color: #f10f45;
}
.page-not-found p {
  margin-bottom: 15px;
}

.error {
  color: #f10f45;
}

@media (min-width:980px) {
  .cont_wrap {
    justify-content: space-between;
  }
}
@media (max-width:979px) {
  .cont_wrap .cols-7 {
    order: 2;
  }
}
@media (min-width:980px) {
  .cont_wrap .cols-7 {
    margin-left: 0;
  }
}
@media (min-width:980px) {
  .cont_wrap .cols-5 {
    margin-right: 0;
  }
}
@media (min-width:980px) {
  .cont_wrap .form-group {
    margin-top: 0;
  }
}
.cont_wrap form label {
  margin-top: 30px;
  margin-bottom: 12px;
  clear: both;
  float: left;
  width: 100%;
}
.cont_wrap form input {
  width: 100%;
}
.cont_wrap form .selectdropdown {
  width: 100%;
}
.cont_wrap form .form-actions {
  margin-top: 40px;
}
.cont_wrap form .form-actions input[type=submit] {
  width: auto;
}
.cont_wrap form textarea {
  width: 100%;
}

/* --- css for status message --- */
.messages__wrapper {
  padding: 0;
}
.messages__wrapper .messages--status {
  margin: 10px;
  color: #3c763d;
  background-color: #eff1f7;
  border: 1px solid #919395;
  padding: 10px 20px;
  overflow: hidden;
  height: 100%;
}
.messages__wrapper .messages--status button.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=30);
  opacity: 0.3;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  appearance: none;
  position: relative;
  top: 4px;
  color: inherit;
}

.lang-ar .cont_wrap form Select {
  padding-left: 30px;
  padding-right: 16px;
  text-align: right !important;
  background-position: left 1rem center;
}

.overlay-black {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
}
.overlay-black .modal-holder {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  z-index: 1;
}

.yt-modal {
  max-width: 950px;
  width: 100%;
  margin: 0 1.5em;
}
@media (min-width: 1440px) {
  .yt-modal {
    max-width: 1000px;
  }
}
.yt-modal_header {
  position: relative;
  z-index: 4;
}
.yt-modal_header #close-modal {
  width: 50px;
  height: 50px;
  background-color: #f96000;
  border-radius: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  cursor: pointer;
  transition: 0.5s ease-in;
  margin-bottom: 10px;
}
.yt-modal_header #close-modal:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.yt-modal_header .social-p {
  display: flex;
  justify-content: space-between;
  max-width: 66px;
  position: absolute;
  width: 100%;
  height: 110px;
  right: 8px;
  top: 10px;
  flex-wrap: wrap;
  display: none;
}
.yt-modal_header .social-p .btn-icon {
  width: 50px;
  height: 50px;
  position: relative;
  margin-bottom: 5px;
}
.yt-modal_header .social-p .btn-icon span {
  display: none;
}
.yt-modal_header .share-text,
.yt-modal_header .youtube-link,
.yt-modal_header .title-hidden {
  visibility: hidden;
}
.yt-modal_content {
  background: url(../images/loading.gif) no-repeat center center;
}
.yt-modal_content iframe {
  width: 100%;
  height: 70vh;
}
@media (max-width:767px) {
  .yt-modal_content iframe {
    height: 30vh;
  }
}
@media (min-width:768px) and (max-width:979px) {
  .yt-modal_content iframe {
    height: 38vh;
  }
}
@media (min-height: 980px) {
  .yt-modal_content iframe {
    height: 48vh;
  }
}

.overlay-black .yt-modal_header .social-p {
  display: block;
  top: 75px;
}

/* HTML: <div class="throbber"></div> */
.path-frontpage .throbber {
  width: 50px !important;
  display: block !important;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #eff1f7;
  border-right-color: #f96000;
  animation: l2 1s infinite linear;
  background: transparent !important;
  margin: 0 auto !important;
}

@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
.path-frontpage .ajax-progress {
  width: 500px !important;
  display: block !important;
  margin: 0 auto !important;
}

.path-frontpage .ajax-progress-throbber .message {
  display: block !important;
  padding: 1px 5px 2px;
  margin: 32px auto 0 auto !important;
  text-align: center !important;
  font-size: 14px;
}