:root {
  --white: white;
  --dark-slate-grey: #3e3e3e;
  --anrgold: #8b6c44;
  --anrblue: #18436f;
  --alice-blue: #dcecf4;
  --anrlightgold: #b7a186;
  --midnight-blue: #021d2b;
  --black: black;
  --dim-grey: #606060;
  --dark-grey: #8da09e;
  --light-steel-blue: #98b6c6;
  --newanrblue: #00427c;
  --tan: #b7a186;
  --silver: #bec9c8;
  --dark-slate-blue: #18436f;
  --dark-grey2: #95a4a1;
  --darkslateblue: #00427c;
  --navy: #00427c;
  --dimgreytxt: #706f6f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cardo;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #706f6f;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cardo;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cardo;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cardo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cardo;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #706f6f;
  margin-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: var(--anrgold);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
}

li {
  margin-bottom: 10px;
  font-family: Tajawal, sans-serif;
  font-size: 1.5vw;
  line-height: 1.4;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

figcaption {
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
}

.main {
  background-color: var(--anrblue);
  overflow: hidden;
}

.main.white {
  background-color: var(--alice-blue);
}

.main.value {
  background-color: var(--alice-blue);
  padding-bottom: 40px;
}

.main.blie {
  background-color: var(--anrblue);
}

.main.blie.home-main {
  background-color: var(--white);
}

.main.buy {
  background-color: #0000;
  overflow: visible;
}

.main.buy.main-achievement {
  overflow: visible;
}

.main.main-gallery {
  background-color: var(--white);
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}

.main.main-safety {
  background-color: var(--anrlightgold);
}

.main.whitebg {
  background-color: var(--white);
}

.main.main-about-2022 {
  background-color: var(--white);
  width: 100%;
  max-width: none;
  padding-left: 0;
}

.main.main-about-2022.main-ip {
  background-color: #ffffff26;
}

.main.main-blog {
  z-index: 0;
  background-color: var(--white);
  display: block;
  position: relative;
}

.hero-section {
  background-image: url('../images/major-general-ahmed-naser-al-raisi.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.hero-section.hero-multi {
  display: none;
}

.hero-section.hero-home.hero-home-win {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Homepage-anr.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.hero-home.hero-home-2022 {
  background-image: url('../images/homepage_hero_banner_en_1.jpg');
  justify-content: center;
}

.hero-section.hero-home.hero-home-2022.hero-home-2022-ar {
  background-image: linear-gradient(#0006, #0006), url('../images/homepage_hero_banner_en_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.hero-home.hero-home-2022.hero-pad-left.ar-rtl {
  direction: rtl;
  text-align: right;
  background-image: linear-gradient(#0006, #0006), url('../images/homepage_hero_banner_en_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.hero-home-ar.hero-home-win {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Homepage-anr.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.hero-interpol-election {
  background-image: linear-gradient(#0006, #0006), url('../images/ANR-interpol-1920x1080.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.description-section {
  padding: 137px 3.888vw 245px;
  display: block;
}

.description-section.second {
  background-color: var(--white);
  background-image: none;
  padding: 6.5vw 0;
  display: block;
}

.description-section.second.contact-section {
  background-color: var(--anrblue);
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vw;
  padding-bottom: 0;
}

.description-section.second.contact-section.direction-rtl {
  direction: rtl;
}

.container {
  width: 55vw;
  padding-top: 30px;
}

.overflow {
  margin-bottom: 0;
  overflow: hidden;
}

.overflow.mb {
  margin-bottom: 2.22vw;
}

.overflow.mt {
  margin-top: 6.666vw;
}

.overflow.mt.auto {
  width: 30vw;
  margin-top: 0;
  margin-left: auto;
}

.overflow.auto {
  justify-content: flex-start;
  width: 30vw;
  margin-top: 0;
  margin-left: auto;
  padding-top: 20px;
  display: flex;
}

.overflow.content-align-right {
  direction: ltr;
}

.overflow.content-align-right.ar-rtl, .overflow.ar-rtl {
  direction: rtl;
}

.overflow.overflow-ar.hide-overflow {
  display: none;
}

.subheading {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Tajawal, sans-serif;
  font-size: 1.2vw;
  line-height: 1;
}

.subheading.slider {
  color: var(--midnight-blue);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1.5vw;
  font-family: Tajawal, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.2em;
}

.subheading.white {
  color: var(--white);
  font-family: Tajawal, sans-serif;
  font-size: 18px;
}

.parallax-heading {
  color: var(--white);
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 35vw;
  margin-bottom: 89px;
  font-family: Tajawal, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.parallax-heading.parallax-heading-ar {
  direction: rtl;
}

.parallax-heading.border-bottom-gold {
  max-width: 33vw;
}

.main-paragraph {
  color: var(--midnight-blue);
  object-fit: fill;
  margin-bottom: 0;
  font-family: Tajawal, sans-serif;
  font-size: 1.2vw;
  line-height: 1.2;
}

.main-paragraph.link {
  color: var(--white);
  text-transform: uppercase;
  font-family: Tajawal, sans-serif;
  font-size: 14px;
}

.main-paragraph.link.blog {
  color: var(--white);
  text-transform: uppercase;
  order: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: .85vw;
}

.main-paragraph.link.blog.direction-rtl {
  direction: rtl;
}

.main-paragraph.link.black {
  color: var(--midnight-blue);
}

.main-paragraph.link.black.safety-more-white {
  color: var(--white);
}

.main-paragraph.link.black.safety-more-white.safety-more-ar {
  direction: rtl;
}

.main-paragraph.white {
  color: var(--white);
  font-family: Tajawal, sans-serif;
  font-size: 18px;
}

.main-paragraph.white.about {
  z-index: 1;
  color: var(--white);
  margin-top: 20px;
  font-family: Tajawal, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.main-paragraph.white.about.direction-rtl {
  direction: rtl;
  text-align: right;
  font-size: 30px;
}

.main-paragraph.white.main-paragraph-ar {
  direction: rtl;
}

.main-paragraph.about {
  color: var(--black);
  font-family: Tajawal, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.main-paragraph.about.black {
  color: var(--white);
  flex: 0 auto;
  margin-bottom: 20px;
  font-size: 18px;
}

.main-paragraph.about.black.parallax-about {
  align-self: auto;
  width: 30vw;
  margin-top: auto;
  margin-left: auto;
  font-family: Tajawal, sans-serif;
  font-size: 18px;
  display: block;
}

.main-paragraph.about.black.direction-rtl {
  direction: rtl;
  text-align: right;
}

.main-paragraph.community-par {
  direction: ltr;
  color: var(--dark-slate-grey);
  text-align: left;
  padding-right: 140px;
  font-size: 1.3vw;
  line-height: 1.4;
  display: block;
}

.main-paragraph.community-par.community-par-ar, .main-paragraph.community-par.paragraph-ar {
  direction: rtl;
  text-align: right;
}

.main-paragraph.community-par.direction-rtl {
  direction: rtl;
}

.main-paragraph.community-par.text-colour-white {
  color: var(--white);
}

.main-paragraph.community-par.notosans {
  direction: rtl;
  color: var(--dim-grey);
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.main-paragraph.community-par.notosans.text-colour-white {
  color: var(--white);
}

.main-paragraph.community-par.notosans.text-colour-white.ar.about-par-ar-home {
  padding-right: 60px;
  font-size: 26px;
  font-weight: 400;
}

.main-paragraph.community-par.notosans.text-colour-white.en-par {
  direction: ltr;
  padding-right: 60px;
}

.main-paragraph.community-par.notosans.text-colour-white.en-par.about-par-home {
  padding-right: 70px;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.main-paragraph.community-par.notosans.text-colour-white.en-par.about-par-home.ar-rtl {
  direction: rtl;
  text-align: right;
  padding-right: 60px;
  font-family: Noto Naskh Arabic, sans-serif;
}

.main-paragraph.community-par.notosans.ar {
  text-align: right;
  padding-right: 60px;
  font-family: Noto Naskh Arabic, sans-serif;
  font-size: 1.125rem;
}

.main-paragraph.community-par.notosans.main-par-en {
  direction: ltr;
  width: auto;
  max-width: 648px;
  padding-right: 60px;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.main-paragraph.community-par.notosans.main-par-en.ar-rtl {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link.blog {
  flex-direction: column-reverse;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: auto;
}

.link.contact {
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.link.white {
  font-size: 15px;
}

.link.white.link-light-brown, .link.white.read-more-tan {
  color: var(--anrlightgold);
  text-transform: none;
}

.link-line {
  background-color: var(--alice-blue);
  color: var(--alice-blue);
  width: 3vw;
  height: 1px;
  margin-left: 10px;
}

.link-line.black {
  background-color: var(--midnight-blue);
  color: var(--midnight-blue);
}

.slider-section {
  direction: ltr;
  background-color: #0000;
  padding-top: 65px;
  padding-bottom: 10.55vw;
}

.slider-section.second {
  padding-top: 189px;
}

.slider-section.second.news-section {
  background-color: var(--dark-grey);
  padding-top: 60px;
  display: none;
}

.slider-section.awards-slider-home {
  display: none;
}

.mask-second {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slide-second {
  background-color: #0000;
}

.slide-nav-second {
  display: none;
}

.content-slider {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.grid-landing {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 61.66vw 1fr;
  width: 100vw;
  height: 100%;
}

.slider-second {
  background-color: #0000;
  width: 100%;
  height: 41.66vw;
  position: sticky;
  top: 0;
}

.blog-slide-image {
  filter: grayscale(30%);
  max-width: 100%;
  height: auto;
  padding-top: 51px;
}

.blog-slide-image.second {
  max-width: none;
  height: 40vh;
  margin-top: 0;
}

.white-filter {
  z-index: 1;
  background-color: #fff;
  display: block;
  position: absolute;
  inset: 0%;
}

.white-filter._1, .white-filter._4, .white-filter._3 {
  display: none;
}

.content-card-slide {
  border-right: 1px #000;
  justify-content: center;
  align-items: center;
  width: 61.66vw;
  height: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.content-card-slide._3 {
  align-items: center;
  width: 14vw;
  height: 32vw;
}

.content-card-slide._2 {
  width: 14vw;
}

._2 {
  justify-content: center;
  display: flex;
  position: relative;
}

._2._12vw {
  justify-content: flex-end;
  width: auto;
  display: flex;
  overflow: hidden;
}

.collumn-left {
  flex-direction: column;
  justify-content: center;
  padding-left: 7.785vw;
  padding-right: 0;
  display: flex;
}

.collumn-left.slider-house {
  z-index: 3;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  align-items: flex-end;
  width: 21.4vw;
  padding: 2.5vw;
  position: absolute;
  inset: auto 13vw 5vw auto;
}

.collumn-left.slider-house.direction-rtl {
  text-align: right;
  align-items: flex-end;
}

.collumn-left.blog {
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
}

.main-heading {
  font-family: Tajawal, sans-serif;
  font-size: 2.7778vw;
}

.main-heading.all-caps {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.main-heading.all-caps.white {
  color: var(--midnight-blue);
  text-align: left;
  text-transform: none;
  font-family: Tajawal, sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.main-heading.all-caps.white.hero {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: auto;
  font-family: Tajawal, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.main-heading.all-caps.white.hero.absolute {
  z-index: 1;
  font-size: 67px;
  position: relative;
  inset: 53px 0% -43% auto;
}

.main-heading.all-caps.white.hero.absolute.local-awards {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 1.2;
}

.main-heading.all-caps.white.hero.absolute.local-awards.local-awards-ar {
  direction: ltr;
}

.main-heading.all-caps.white.hero.absolute.local-awards.direction-rtl {
  direction: rtl;
}

.main-heading.all-caps.white.hero.margin {
  margin-left: 20px;
}

.main-heading.all-caps.white.hero.blog {
  width: 50%;
  font-size: 50px;
}

.main-heading.all-caps.white.hero.black {
  color: var(--midnight-blue);
  text-transform: none;
}

.main-heading.all-caps.white.hero.black.uae-safety-white {
  color: var(--white);
  text-transform: uppercase;
  font-size: 42px;
}

.main-heading.all-caps.white.hero.black.uae-safety-white.uae-safety-ar, .main-heading.all-caps.white.hero.black.uae-safety-white.direcion-rtl {
  direction: rtl;
}

.main-heading.all-caps.white.hero.news {
  text-transform: uppercase;
  font-size: 42px;
}

.main-heading.all-caps.white.hero.news.news-ar-heading {
  direction: rtl;
}

.main-heading.white {
  color: var(--alice-blue);
}

.link-section {
  background-color: var(--white);
  padding-top: 5.555vw;
  padding-bottom: 10.5555vw;
  display: block;
}

.link-section.ar-content {
  direction: rtl;
}

.link-section.achievements-section {
  padding-bottom: 50px;
  display: block;
}

.link-section.achievements-section.achievement-dynamic-content {
  display: none;
}

.link-section.inspector-general-fold {
  padding-bottom: 5.55vw;
}

.link-section.inspector-general-fold.boxed {
  padding-bottom: 2vw;
  display: none;
}

.link-section.inspector-general-fold.boxed.bg-green {
  padding-top: 2vw;
  display: none;
}

.grid-section {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 31.25vw 37.6389vw 470px;
}

.grid-section.inspector-general {
  display: none;
}

.container-text {
  padding-bottom: 6.11111vw;
  padding-left: 3.8888vw;
}

.container-text._2 {
  color: var(--midnight-blue);
  align-items: center;
  padding-bottom: 0;
  padding-left: 8.777vw;
  padding-right: 3.611vw;
  display: flex;
}

.container-text.blog {
  padding-bottom: 0;
  padding-left: 0;
}

.container-text.blog.flex {
  align-items: flex-start;
  padding-bottom: 32px;
  display: flex;
}

.container-text.blog.flex.reverse {
  padding-top: 32px;
}

.container-text.blog.flex.direction-rtl {
  justify-content: flex-end;
}

.container-image-background {
  background-image: url('../images/im5.jpg');
  background-position: 50%;
  background-size: cover;
  height: 23.4722vw;
  position: relative;
  overflow: hidden;
}

.backgound-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.backgound-image.first {
  background-image: url('../images/buy2.jpg');
}

.backgound-image.first.section2, .backgound-image.second, .backgound-image.third {
  background-image: url('../images/international-leader.jpeg');
}

.backgound-image.image-first {
  background-image: url('../images/buy1.jpg');
}

.backgound-image.image-first.section2 {
  background-image: url('../images/as_leader.jpg');
}

.backgound-image.image-first.current-role {
  background-image: url('../images/Group_70.png');
}

.backgound-image.image-first.presidency1 {
  background-image: url('../images/Group_68.png');
}

.backgound-image.image-first.about-career-bg {
  background-image: url('../images/about_below_fold.jpg');
}

.backgound-image.image-first.contrib-en {
  background-image: url('../images/advancement.jpg');
}

.backgound-image.image-second {
  background-image: url('../images/as_leader.jpg');
}

.backgound-image.image-second.current-role {
  background-image: url('../images/Group_70.png');
}

.backgound-image.image-second.presidency1 {
  background-image: url('../images/Group_68.png');
  background-repeat: no-repeat;
}

.backgound-image.image-second.about-career-bg {
  background-image: url('../images/about_below_fold.jpg');
}

.backgound-image.image-second.contrib-en {
  background-image: url('../images/advancement.jpg');
}

.backgound-image.third-image {
  background-image: url('../images/about_below_fold.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.backgound-image.third-image.current-role {
  object-fit: cover;
  background-image: url('../images/Group_70.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.backgound-image.third-image.vision-subhero {
  background-image: url('../images/roadmap.jpg');
}

.backgound-image.third-image.presidency1 {
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/Group_68.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: content-box;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 35vw;
  overflow: visible;
}

.backgound-image.third-image.contrib-en {
  background-image: url('../images/advancement.jpg');
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 42vw 1fr;
}

.grid.grid-achievement, .grid.grid-contributions {
  display: none;
}

.grid.grid-inspector-general {
  grid-template-columns: 1fr 1fr;
  place-items: stretch center;
}

.grid.grid-inspector-general.on-interpol {
  grid-template-columns: 1fr;
}

.grid.grid-inspector-general.presidency.grid-contrib {
  padding-top: 40px;
}

.grid.grid-inspector-general.presidency.ar {
  direction: ltr;
}

.grid.grid-intl-leader {
  grid-template-columns: 1fr 1fr;
  display: none;
}

.container-image-second {
  width: 32vw;
  height: 42.91vw;
  position: relative;
}

.container-image-second.fourth-image {
  width: 100%;
  height: 28vw;
  overflow: hidden;
}

.container-image-second.fourth-image.container-image-inspector-general {
  height: 40vw;
}

.container-image-second.fourth-image.container-image-inspector-general.container-img-presidency {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  min-height: 35vw;
  max-height: 100%;
}

.containedr-link {
  direction: rtl;
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 7.2222vw;
  padding-left: 5vw;
  display: flex;
}

.containedr-link.container-link-achivements {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.containedr-link.home-firstfold {
  direction: rtl;
  text-align: left;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
}

.containedr-link.home-firstfold.imgonleft {
  background-color: #8ea09e;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 5vw;
}

.containedr-link.home-second-fold {
  padding-top: 4vw;
}

.containedr-link.grid-interpol-election {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.containedr-link.grid-interpol-election.on-my-election {
  max-width: 65rem;
}

.containedr-link.vision-container {
  direction: ltr;
  text-align: left;
  padding-right: 5vw;
}

.containedr-link.vision-container.directionrtl {
  direction: rtl;
  text-align: right;
}

.link-wrap {
  opacity: 1;
  color: var(--alice-blue);
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 2.777vw;
  margin-right: auto;
  font-family: Cardo;
  font-size: 2.777vw;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
  overflow: hidden;
}

.link-wrap:hover {
  opacity: 1;
}

.link-heading {
  opacity: 1;
  color: var(--midnight-blue);
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cardo;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  overflow: visible;
}

.link-heading.track-record {
  color: var(--anrgold);
  margin-bottom: 20px;
  padding-right: 140px;
  font-family: Tajawal, sans-serif;
  font-weight: 700;
}

.link-heading.track-record.track-record-ar {
  direction: rtl;
}

.grid-second {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  height: 47vw;
}

.grid-second.grid-contact {
  height: 56vw;
}

.background-image-wrapp {
  background-image: url('../images/Contact.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.background-image-wrapp.second {
  background-color: var(--anrblue);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 56px 57px;
  display: flex;
}

.background-image-wrapp.second.contact-wrap {
  background-color: var(--anrgold);
  padding-right: 88px;
}

.slider {
  background-color: #0000;
  height: 100%;
  margin-top: 3vw;
}

.mask {
  width: 36.6667vw;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.content-slide {
  flex-direction: column;
  display: flex;
}

.content-slide.reverse {
  flex-direction: column-reverse;
  display: flex;
  transform: translate(0, -22%);
}

.image {
  width: 100%;
}

.image.slide {
  opacity: 1;
  mix-blend-mode: normal;
}

.image.slide.grayscale {
  filter: grayscale();
}

.image._2 {
  cursor: pointer;
  width: 1.1vw;
}

.order-heading {
  color: var(--alice-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 18px;
  font-family: Cardo;
  font-size: 96px;
  font-weight: 400;
  line-height: .8;
  display: none;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tajawal, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.text-span {
  font-size: 18px;
}

.text-span._2 {
  color: var(--white);
  justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 14px;
}

.logo-image {
  width: 7.8vw;
  margin-bottom: 1.5vw;
  margin-right: auto;
  position: static;
  inset: 0% auto auto;
}

.logo-image._404 {
  width: 300px;
  position: absolute;
  top: 3%;
}

.bold-text {
  font-weight: 400;
}

.slider-grid {
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 1.8vw;
}

.container-text-grid {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.container-text-grid.second {
  padding-left: 0;
  padding-right: 11vw;
}

.container-text-grid.about {
  justify-content: center;
  align-items: flex-start;
  padding-right: 3vw;
}

.container-text-grid.about.second {
  flex-direction: column;
  padding-left: 100px;
  padding-right: 100px;
}

.container-text-grid.about.second.container-text-police-right {
  justify-content: flex-start;
  padding-left: 0;
}

.container-text-grid.about.second.container-text-police-right.direction-rtl {
  padding-left: 100px;
  padding-right: 0;
}

.container-text-grid.about.second.enhanced-bilaterak, .container-text-grid.about.second.building-strong {
  padding-left: 0;
}

.container-text-grid.about.career {
  display: block;
}

.container-text-grid.about.text-grid-educ {
  justify-content: center;
}

.container-text-grid.about.container-text-police-health {
  justify-content: flex-start;
}

.container-text-grid.about.container-text-police-health.direction-rtl {
  padding-left: 3vw;
  padding-right: 14vw;
}

.container-text-grid.about.intl-text-grid, .container-text-grid.about.partnership-txt.intl-page {
  padding-left: 10vw;
}

.container-text-grid.about.direction-rtl {
  direction: rtl;
}

.container-text-grid.about.keyrole {
  padding-left: 14vw;
}

.container-text-grid.about.about-page-text {
  padding-left: 10vw;
}

.price-paragraph {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-size: 1.05vw;
  font-weight: 500;
  line-height: 1;
}

.price-paragraph.link {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-left: auto;
  font-family: Cardo;
}

.span-link {
  opacity: .53;
  text-transform: none;
  font-style: italic;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 18px;
  padding-top: 0;
  padding-bottom: 13px;
  padding-left: 0;
  font-family: Tajawal, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.text-field::placeholder {
  color: var(--white);
  text-transform: uppercase;
}

.text-field.blue {
  color: var(--midnight-blue);
  text-transform: capitalize;
  border-bottom-color: #98b6c6;
  margin-top: 1.5vw;
  font-family: Cardo;
  font-size: 20px;
}

.text-field.blue.margin {
  text-transform: capitalize;
}

.text-field._2 {
  border-bottom-color: #ffffff2e;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
}

.text-field.textfield-ar {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
  font-size: 16px;
}

.submit-button {
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  padding: 16px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
}

.submit-button.white {
  margin-top: 0;
  padding: 16px 20px;
  font-size: 16px;
}

.submit-button.blue {
  color: var(--midnight-blue);
  font-size: 14px;
}

.heading-contact {
  color: var(--white);
  font-family: Tajawal, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.heading-contact.heading-ar {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
  font-weight: 500;
}

.bold-text-contact {
  font-weight: 500;
}

.icon-image {
  width: 1.6vw;
}

.slide-nav {
  display: none;
}

.slide {
  margin-right: 100px;
}

.right-arrow {
  justify-content: center;
  width: 18vw;
  display: flex;
}

.right-arrow.second {
  justify-content: center;
  align-items: center;
  width: 30vw;
  display: flex;
}

.right-arrow.second.blog {
  width: 20vw;
}

.arrow {
  width: 50px;
}

.arrow._2 {
  transform: rotate(180deg);
}

.container-button {
  margin-right: auto;
}

.container-button._2 {
  align-items: center;
  margin-top: 37px;
  margin-left: 0;
}

.container-button._2.password {
  margin-left: auto;
}

.brand-link {
  margin-bottom: auto;
  position: absolute;
}

.brand-link._2 {
  inset: 20px auto auto 0%;
}

.brand-image {
  width: 100%;
}

.brand-image.menu {
  width: 150px;
  margin-bottom: 30px;
}

.brand-image.menu.hideme {
  display: none;
}

.container-style-guide {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.container-style-guide.style-guide {
  margin-bottom: 0;
  padding-top: 100px;
}

.style-text {
  color: var(--light-steel-blue);
  font-size: 14px;
  font-weight: 200;
  position: absolute;
  inset: 9% auto auto 0%;
}

.style-text.static {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 5px;
  font-weight: 400;
  position: static;
}

.style-guide-heading {
  font-size: 40px;
  font-weight: 300;
  position: sticky;
  top: 124px;
}

.main-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.main-text.blod {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}

.main-text.italic {
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.main-paragraph-style-guide {
  color: #fff;
  text-align: left;
  width: auto;
  max-width: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  position: static;
}

.main-paragraph-style-guide.italic {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.main-paragraph-style-guide.medium {
  font-size: 18px;
  font-weight: 500;
}

.main-paragraph-style-guide.bold {
  font-size: 18px;
  font-weight: 700;
}

.heading-second {
  color: #fff;
  letter-spacing: -.03em;
}

.col-right {
  border-top: 1px solid #c1c1c1;
}

.style-guide-grid {
  grid-column-gap: 0px;
  grid-row-gap: 137px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .4fr 1fr;
}

.background-color {
  background-color: #aeaeae;
  border: 1px solid #c1c1c1;
  width: 10vw;
  height: 10vw;
}

.background-color.second {
  background-color: var(--light-steel-blue);
}

.background-color.first {
  background-color: var(--midnight-blue);
  color: #f3f4f1;
}

.background-color.third {
  background-color: var(--alice-blue);
}

.info-heading {
  color: var(--light-steel-blue);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.col-left {
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 38px;
  bottom: auto;
}

.grid-style-guide {
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-heading-style.style-guide {
  border-top: 1px none var(--light-steel-blue);
  border-bottom: 1px solid var(--light-steel-blue);
  padding: 40px 100px;
  position: relative;
}

.main-heading-style {
  color: #fff;
  text-transform: capitalize;
  margin: 0 auto;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
}

.main-heading-style.style-guide {
  color: var(--white);
  margin-bottom: 140px;
  margin-left: 0;
  font-family: Cardo;
  font-size: 16vw;
}

.mask-slide-opacity._2.width {
  z-index: 2;
  background-color: #18436fa3;
  width: 18vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mask-slide-opacity.slide-1 {
  z-index: 3;
  background-color: #18436fa3;
  width: 12.5vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 88px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.navblog {
  background-color: var(--newanrblue);
}

.nav-menu {
  background-color: #00427c;
  align-items: center;
  width: 460px;
  margin-left: auto;
  display: block;
}

.menu-button {
  background-color: #0000;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.menu-button.w--open {
  background-color: #0000;
}

.social-container {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-right: 25px;
  display: flex;
}

.social-container.menu {
  padding-top: 26px;
  padding-bottom: 21px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.social-container.vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-container.socialcontainerar {
  padding-right: 50px;
}

.social-link {
  width: 1.2vw;
  height: 1.2vw;
  margin-left: 16px;
  font-family: Noto Sans, sans-serif;
  transition: opacity .4s ease-in-out;
}

.social-link:hover {
  opacity: .59;
}

.social-link.first {
  margin-left: 25px;
  transition: opacity .4s;
}

.social-link.first:hover {
  opacity: .59;
}

.social-link.search {
  flex-direction: row-reverse;
  align-items: center;
  width: auto;
  display: flex;
}

.social-link.blog {
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
  margin-left: 0;
}

.social-link.nav {
  height: auto;
  margin-left: 0;
  margin-right: 16px;
  padding-right: 0;
  transition: opacity .4s ease-in-out;
}

.social-link.nav:hover {
  opacity: .54;
}

.social-link.mobilelang {
  display: none;
}

.social-link.langswitcher {
  font-size: 13px;
}

.line-menu {
  background-color: var(--white);
  width: 36px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.container-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 105vh;
  display: flex;
  position: relative;
}

.nav-link {
  color: #b7a186;
  text-transform: capitalize;
  border: 1px #000;
  width: 100%;
  margin-left: 0;
  padding: 23px 25px 16px;
  font-family: Archivo, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  transition: color .4s ease-in-out, background-color .4s ease-in-out;
}

.nav-link:hover {
  background-color: var(--anrlightgold);
  color: var(--white);
}

.nav-link.w--current {
  background-color: var(--tan);
  color: var(--white);
}

.nav-link.direction-rtl {
  direction: rtl;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 70px;
  font-family: Noto Naskh Arabic, sans-serif;
}

.nav-link.archivo-expanded-bold {
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 70px;
}

.footer {
  z-index: 1;
  background-color: var(--anrblue);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 29vw;
  padding-right: 19vw;
  position: relative;
}

.footer-grid.direction-rtl {
  direction: rtl;
}

.footer-collumn {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 97px;
  display: flex;
}

.footer-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Tajawal, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.footer-heading.direction-rtl {
  direction: rtl;
  text-align: right;
}

.footer-link {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Tajawal, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.footer-link.direction-rtl {
  direction: rtl;
  text-align: right;
}

.bottom-rw-footer {
  margin-top: 8vw;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 19vw auto 33.5vw;
}

.container-logo-footer {
  padding-bottom: 2.5vw;
  padding-left: 5vw;
}

.footer-link-logo {
  width: 100px;
  margin-bottom: 30px;
}

.wrap-link-footer {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.top-text {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 40px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.webflow-link {
  color: var(--alice-blue);
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
}

.text-credits {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.udesly-link {
  color: var(--alice-blue);
  font-weight: 400;
  text-decoration: underline;
}

.wrap-copyright {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 0;
  padding-bottom: 2.5vw;
  padding-right: 27px;
  display: flex;
  position: static;
  bottom: 15px;
}

.back-to-top-text {
  color: var(--white);
  font-size: .6vw;
  font-weight: 400;
  line-height: 1;
}

.text-bold {
  font-family: Tajawal, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.footer-image {
  background-image: url('../images/Footer_02.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.bg-footer {
  background-image: url('../images/Footer_01.jpg');
  background-position: 100%;
  background-size: cover;
  width: 16vw;
  height: auto;
  position: absolute;
  inset: 0% auto 0 0%;
}

.contact-text {
  color: var(--white);
  font-family: Tajawal, sans-serif;
  font-size: 12px;
  line-height: 1.7;
}

.contact-text._18.menu {
  color: var(--midnight-blue);
}

.contact-text.second {
  margin-bottom: 0;
}

.contact-text.second.menu {
  color: var(--midnight-blue);
}

.contact-section {
  background-color: var(--white);
  padding: 100px 5vw;
  display: none;
}

.contact-grid {
  grid-template-rows: auto;
  grid-template-columns: 30vw 1fr;
  height: 27.3vw;
}

.collumn-contact {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4.7vw;
  padding-bottom: 4.7vw;
  padding-left: 4.7vw;
  display: flex;
  position: relative;
}

.collumn-contact.second {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 16vw 0 4.7vw;
  display: flex;
}

.collumn-contact.second.journal {
  width: 70%;
}

.collumn-contact.second.buy {
  padding-left: 0;
  padding-right: 0;
}

.collumn-contact.second.home, .collumn-contact.home {
  background-color: var(--anrblue);
}

.maps-image {
  opacity: .28;
  height: 27.3vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.contact-wrap {
  z-index: 2;
  position: relative;
}

.paragraph-home {
  color: var(--white);
}

.paragraph-home.buy {
  width: 173px;
}

.heading-contact-form {
  color: var(--white);
  font-family: Cardo;
  font-size: 2.5vw;
  font-weight: 400;
  position: relative;
}

.heading-contact-form.second {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cardo;
  font-size: 30px;
  font-weight: 400;
}

.contact-paragraph-second {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
}

.text-field-form {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.form {
  flex-direction: column;
  padding-top: 36px;
  display: flex;
}

.wrapper-services {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.line {
  background-color: var(--midnight-blue);
  flex: 1;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
}

.line.blog {
  width: 1px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.container-heading-hero {
  z-index: 18;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: 500;
  display: flex;
  position: relative;
}

.container-heading-hero.second {
  align-items: flex-start;
}

.row {
  text-align: left;
  display: flex;
}

.row.second {
  justify-content: center;
  align-items: center;
  margin-left: 0%;
}

.row.first {
  margin-left: -14%;
  margin-right: 0%;
}

.cover-shape {
  background-color: var(--newanrblue);
  display: none;
  position: absolute;
  inset: 0%;
}

.cover-shape.blue {
  background-color: var(--anrblue);
}

.cover-shape.blue.cover-gold {
  background-color: var(--anrgold);
}

.cover-shape.blue.tan {
  background-color: var(--anrlightgold);
}

.cover-shape.cover-blue {
  background-color: #00427c;
}

.cover-shape.cover-green {
  display: none;
}

.cover-shape.covershap-white {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.cover-shape.covershap-white.keyacheive-bg-color {
  color: #8ea09e;
  object-fit: fill;
  background-color: #8ea09e;
}

.cover-shape.keycover-color {
  background-color: #8ea09e;
}

.container-line-link {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.line-link {
  background-color: var(--midnight-blue);
  width: 50%;
  height: 1px;
}

.line-link.white {
  background-color: var(--white);
}

.line-link.white.button.top {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.line-link.white.button.top.second {
  inset: auto auto 0% 0%;
}

.line-link.white.button.top.blue {
  background-color: var(--midnight-blue);
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.container-link-footer {
  margin-bottom: 15px;
}

.hero-about {
  background-image: linear-gradient(#0006, #0006), url('../images/About_BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.hero-about.hero-policing {
  display: block;
}

.container-hero-heading.margin {
  margin-left: 14%;
  position: relative;
  top: 6%;
}

.hero-heading {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tajawal, sans-serif;
  font-size: 5.2777vw;
  font-weight: 700;
  line-height: 1;
}

.hero-heading.margin {
  margin-left: 20px;
}

.paragraph-about {
  color: var(--white);
  width: 27vw;
  margin-top: 5px;
  margin-left: auto;
  font-size: 18px;
}

.paragraph-about.absolute {
  width: 27%;
  font-family: Tajawal, sans-serif;
  font-size: 20px;
  position: absolute;
  bottom: 9.2vw;
  right: 11vw;
}

.about-section {
  background-image: url('../images/about_below_fold.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-bottom: 5vw;
  padding: 0 77px;
  display: flex;
  position: relative;
}

.about-section.safety-section-1 {
  display: block;
}

.text-span-about {
  font-size: 7.74vw;
  line-height: 1;
}

.about-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 289px;
  height: 200px;
  position: absolute;
  top: 94px;
  left: 54px;
}

.about-image.first {
  opacity: .35;
  background-image: url('../images/c8.jpg');
  width: 15vw;
  height: 10.5vw;
  top: 13.8vw;
  left: 11vw;
}

.about-image.second {
  opacity: .26;
  background-image: url('../images/c2.jpg');
  width: 30vw;
  height: 19.5vw;
  inset: 19.3vw 11vw auto auto;
}

.about-image.third {
  opacity: .47;
  background-image: url('../images/b13.jpg');
  background-position: 50%;
  width: 13.5vw;
  height: 22.5vw;
  inset: auto auto 10.4vw 22vw;
}

.card-section {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 11vw;
  padding-left: 14vw;
  padding-right: 11vw;
  display: flex;
  position: relative;
}

.card-section.safety-section-2 {
  display: none;
}

.about-image-big {
  background-image: url('../images/b4.jpg');
  background-position: 50%;
  background-size: cover;
  width: 42vw;
  height: 56vw;
  position: relative;
}

.about-image-big.blue {
  background-image: url('../images/image1.jpg');
  width: 600px;
  height: 800px;
}

.about-image-big.blue.advancement {
  background-image: url('../images/advancement.jpg');
}

.wrapper-text-about {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: 600px;
  height: auto;
  margin-left: 0;
  padding: 59px 82px;
  display: flex;
  position: absolute;
  right: 11vw;
}

.card-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.22vw;
  font-family: Cardo;
  font-size: 1.94vw;
  font-weight: 400;
  line-height: 1;
}

.card-heading.black {
  color: var(--anrgold);
  text-transform: none;
  font-family: Tajawal, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.card-heading.black.about-card-heading-gold {
  font-size: 30px;
}

.card-heading.black.about-card-heading-gold.direction-rtl {
  direction: rtl;
  text-align: right;
}

.section-grid {
  padding-bottom: 8vw;
}

.section-grid.section-grid-police-health {
  padding-bottom: 0;
}

.section-grid.section-elected {
  padding-bottom: 2vw;
}

.about-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 5vw;
  grid-template-rows: 600px;
  padding-bottom: 6vw;
}

.about-grid.second-grid {
  grid-template-rows: 600px;
}

.about-grid.second-grid.career-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.about-grid.second-grid.about-grid-health3 {
  grid-template-rows: 200px;
}

.about-grid.second-grid.about-grid-health3.direction-rtl {
  direction: rtl;
}

.about-grid.career-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-grid.career-grid.direction-rtl {
  direction: rtl;
}

.about-grid.career-grid.direction-rtl.about-career-win-rtl {
  grid-template-columns: 1fr 1fr;
}

.about-grid.career-grid.about-grid-win {
  grid-template-columns: 1fr 1fr;
  padding-bottom: 0;
}

.about-grid.uae-safety-grid-1, .about-grid.uae-safety-grid-2, .about-grid.uae-safety-grid-4, .about-grid.about-grid-intl-coop {
  grid-template-rows: 600px;
}

.about-grid.about-grid-health1 {
  grid-template-rows: 300px;
}

.about-grid.about-grid-health1.direction-rtl {
  direction: rtl;
  text-align: right;
}

.about-grid.about-grid-health2 {
  grid-template-rows: 200px;
}

.about-grid.about-grid-health2.direction-rtl {
  direction: rtl;
}

.about-grid.about-grid-health4 {
  grid-template-rows: 200px;
}

.about-grid.about-grid-health4.direction-rtl {
  direction: rtl;
}

.about-grid.was-elected {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-auto-flow: row;
}

.about-grid.intl-grid, .about-grid.about-grid-ar-intl {
  grid-template-rows: 600px 600px;
}

.grid-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.grid-image.first {
  background-image: url('../images/committe_interpol.jpg');
  position: relative;
}

.grid-image.first.career-first {
  background-image: none;
}

.grid-image.first.enhance-smart-government {
  background-image: url('../images/enhance_gov.jpg');
}

.grid-image.first.enhance-smart-government.img-elected {
  background-image: url('../images/ANR.jpg');
  background-position: 100%;
}

.grid-image.first.international-trade {
  background-image: url('../images/1-UAE-is-Home.jpg');
}

.grid-image.first.cross-border {
  background-image: url('../images/3-Interpol.jpg');
}

.grid-image.first.falcon-eye {
  background-image: url('../images/5-Abu-Dhabi.jpg');
}

.grid-image.first.abudhabi1 {
  background-image: url('../images/01_AbuDhabi.jpg');
}

.grid-image.first.face-recog {
  background-image: url('../images/03_Facial_Reconization.jpg');
}

.grid-image.first.dubai-sps {
  background-image: url('../images/05-Smart-Policing.jpg');
}

.grid-image.first.smart-helmet {
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.grid-image.first.intl-coop-1 {
  background-image: url('../images/01-International-Cooperation.jpg');
}

.grid-image.first.intl-coop-3 {
  background-image: url('../images/03-International-Cooperation.jpg');
}

.grid-image.first.ad-health-care {
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.grid-image.second {
  background-image: url('../images/international_partnerships.jpg');
  position: relative;
}

.grid-image.second.career-second {
  background-image: none;
}

.grid-image.second.residents {
  background-image: url('../images/2-Events.jpg');
}

.grid-image.second.innovation {
  background-image: url('../images/4-Abu-Dhabi.jpg');
}

.grid-image.second.ad-police {
  background-image: url('../images/02_AD_Police_Unit.jpg');
  background-size: cover;
}

.grid-image.second.falcon-eye {
  background-image: url('../images/04_Falcon_Eye.jpg');
}

.grid-image.second.ai-vast {
  background-image: url('../images/06_Vehicle.jpg');
}

.grid-image.second.al-hosn {
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.grid-image.second.intl-coop-2 {
  background-image: url('../images/02-International-Cooperation.jpg');
}

.grid-image.second.dev-drones {
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading-about-grid {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 2.777vw;
  font-family: Tajawal, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-about-grid.direction-rtl {
  direction: rtl;
  text-align: right;
  white-space: normal;
  flex: 0 auto;
  align-self: flex-end;
  text-decoration: none;
  display: block;
}

.background-section {
  background-image: url('../images/m4.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  padding: 168px 134px;
}

.background-section.parallax {
  background-image: linear-gradient(#0009, #0009), url('../images/bg_educ.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  place-content: space-between flex-start;
  align-items: stretch;
  height: auto;
  padding: 8.5vw 7vw;
  display: flex;
  position: static;
}

.heading-background-section {
  z-index: 1;
  color: var(--white);
  text-transform: none;
  flex: 0 auto;
  margin-bottom: auto;
  font-family: Tajawal, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  position: static;
}

.heading-background-section.direction-rtl {
  direction: rtl;
  text-align: right;
  align-self: flex-end;
  line-height: 1.3;
}

.container-paragraph {
  width: 35%;
  display: block;
}

.container-paragraph.four-decades {
  flex: 0 auto;
  padding-left: 25px;
}

.hero-journal {
  height: 100vh;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 48%;
  height: 100%;
}

.container-text-her {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10vw;
  display: flex;
}

.hero-image-journal {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/c6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
  overflow: hidden;
}

.sub-heading-blog {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 2vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.9vw;
  font-weight: 300;
  line-height: 1;
}

.journal-section {
  background-color: var(--white);
  align-items: center;
  padding: 12vw 52px 0;
  display: flex;
  position: relative;
}

.journal-section.buy {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 134px 0;
}

.journal-section.buy.no-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.journal-section.buy.no-padding.agent {
  padding-top: 60px;
  padding-bottom: 60px;
}

.journal-section.second {
  padding-left: 52px;
  padding-right: 52px;
}

.journal-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 66px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card {
  color: var(--midnight-blue);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 222px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-post-image {
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
}

.bunner-background {
  background-color: var(--midnight-blue);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: -9% 0% auto;
}

.collection-list-wrapper {
  z-index: 2;
  position: relative;
}

.container-text-card {
  background-color: #dcecf4c7;
  width: 90%;
  height: auto;
  margin-bottom: 2vw;
  padding: 1vw 1.3vw;
  position: relative;
}

.date-text {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.heading-blog-card {
  color: var(--midnight-blue);
  text-transform: none;
  margin-top: .5vw;
  font-family: Cardo;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.text-name {
  font-family: Cardo;
  font-size: 14px;
  line-height: 1;
}

.line-button.second {
  background-color: var(--white);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.line-button.second.blue {
  background-color: var(--midnight-blue);
}

.line-button.first {
  background-color: var(--white);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.line-button.first.blue {
  background-color: var(--midnight-blue);
}

.hero-contact {
  height: 100vh;
}

.contact-background {
  background-image: linear-gradient(#021d2bcf, #021d2bcf), url('../images/sell2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 55%;
  position: relative;
  overflow: hidden;
}

.container-hero-text-contact {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 45%;
  padding-left: 219px;
  display: flex;
}

.info-section {
  padding: 0;
}

.grid-info-contact {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
}

.bg-maps {
  opacity: .09;
  background-image: url('../images/maps.svg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 40vw;
}

.container-info-contact {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5vw;
  display: flex;
}

.info-contact {
  color: var(--white);
  margin-top: 1.2vw;
  font-family: Cardo;
  font-size: 3.2vw;
  line-height: 1;
}

.info-contact.top {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  width: auto;
  margin-top: 1vw;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
}

.info-paragraph {
  color: var(--white);
  margin-top: .5vw;
  margin-bottom: 2vw;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1;
}

.info-paragraph.second {
  margin-bottom: 1.8vw;
  font-size: 1.8vw;
  font-weight: 300;
}

.text-span-contact {
  font-weight: 700;
}

.faq-section {
  padding: 100px;
}

.faq-question-bar {
  color: #1a1e27;
  background-color: #0000;
  border-bottom: 1px #00000012;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-question-bar.faq {
  background-color: var(--alice-blue);
  align-items: center;
  margin-bottom: 0;
  padding: 24.5px 58px;
  font-size: 30px;
  position: relative;
}

.faq-question-wrap {
  background-color: var(--alice-blue);
  cursor: pointer;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 33px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1280px;
  padding: 0 4vw;
  display: flex;
  overflow: hidden;
}

.question-title {
  color: var(--midnight-blue);
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Cardo;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

.wrapper-faq {
  width: 100%;
  height: 1px;
}

.faq-circle {
  background-color: #0000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
  position: relative;
}

.faq-circle.bg {
  background-color: #0000;
  width: 74px;
  min-width: auto;
  height: 74px;
  min-height: auto;
  position: static;
  overflow: hidden;
}

.faq-circle.bg:hover {
  background-color: #0000;
}

.faq-paragraph {
  color: var(--midnight-blue);
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0 0 14px;
  font-family: Cardo;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.faq-grid {
  grid-column-gap: 13vw;
  grid-template-rows: auto;
  margin-bottom: 2.5vw;
}

.info-faq {
  color: #98b6c6;
  font-size: 18px;
  font-weight: 500;
}

.info-faq.second {
  color: var(--midnight-blue);
  font-size: 16px;
}

.open-form-section {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding-top: 215px;
  padding-bottom: 215px;
  display: block;
}

.open-form-section.achievements-cta {
  display: block;
}

.open-form-section.uae-safety-section {
  background-image: linear-gradient(#0009, #0009), url('../images/safety_uae_bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  height: 600px;
  display: flex;
}

.contact-form {
  z-index: 9999;
  background-color: var(--midnight-blue);
  display: none;
  position: fixed;
  inset: 0%;
}

.bg-effect {
  background-color: var(--alice-blue);
  position: absolute;
  inset: 0%;
}

.container-text-form {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.heading-form {
  text-transform: uppercase;
  font-family: Cardo;
  font-size: 84px;
  font-weight: 400;
  line-height: 1;
}

.heading-form.contact {
  color: var(--midnight-blue);
  font-size: 4vw;
}

.row-form {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3vw;
  display: flex;
}

.row-form.heading-second {
  flex-direction: column-reverse;
  width: 100%;
}

.container-row {
  flex: 1;
}

.container-row.margin-left {
  margin-left: 28px;
}

.container-row.margin-right {
  margin-right: 28px;
}

.form-value {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.close-button {
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.close-button.fixed {
  z-index: 999;
  background-color: #0e1b2c;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .4s ease-in-out;
  position: absolute;
  inset: 9% 6% auto auto;
  overflow: hidden;
}

.close-button.fixed:hover {
  background-color: #de3ad7;
}

.image-contact-page {
  z-index: 1;
  width: 100%;
  position: sticky;
  top: auto;
}

.image-contact-page.support {
  width: 70%;
  position: static;
}

.image-contact-page.support.close {
  width: 50%;
}

.image-contact-page.absolute {
  z-index: 999;
  width: 70%;
  position: absolute;
}

.image-contact-page.absolute.close {
  width: 50%;
}

.search {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.search-button {
  display: none;
}

.search-imput {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: #0000;
  width: 200px;
  margin-bottom: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.hero-blog-post {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-blog-post.hidden {
  display: none;
}

.background-image-blog {
  justify-content: center;
  width: 75vw;
  height: 110vh;
  margin-top: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-section {
  background-color: var(--alice-blue);
  justify-content: center;
  height: auto;
  padding: 18vw 140px 200px;
  display: flex;
}

.content-section.blog-content {
  background-color: var(--white);
  padding-top: 120px;
  padding-bottom: 100px;
}

.content-section.blog-content.container-large.pad-lr-60 {
  padding-top: 160px;
}

.blog-image {
  max-width: none;
  height: 100%;
}

.container-text-hero {
  position: absolute;
}

.filter {
  z-index: 2;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.text-date-blog-post {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 19px;
  font-size: 16px;
}

.heading-body-post {
  color: var(--midnight-blue);
  width: auto;
  margin-top: 0;
  margin-bottom: 3vw;
  font-family: Cardo;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}

.grid-blog-post {
  grid-column-gap: 0px;
  grid-template-columns: 51vw 1fr;
}

.grid-blog-post.hidden {
  display: none;
}

.body-post-italic {
  margin-bottom: 5vw;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 18px;
  position: relative;
}

.paragraph-blog {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-family: Cardo;
  font-size: 23px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.post-body-container {
  margin-bottom: 3vw;
}

.post-body-paragraph {
  color: var(--midnight-blue);
  font-size: 18px;
  line-height: 1.3;
}

.sub-heading-post {
  color: var(--midnight-blue);
  margin-bottom: 2vw;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.collum-right.blog {
  width: 10vw;
}

.text-blog {
  text-transform: uppercase;
  margin-bottom: 1vw;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.text-blog.bottom {
  color: var(--light-steel-blue);
  margin-bottom: 1.2vw;
  font-size: 16px;
  font-weight: 600;
}

.gallery-container {
  align-items: center;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto auto minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

.gallery-image-first {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 801px;
  position: relative;
  overflow: hidden;
}

.gallery-image-second {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 461px;
  position: relative;
  overflow: hidden;
}

.gallery-image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.hero-annunci {
  height: 650px;
  position: relative;
}

.link-2 {
  color: var(--light-steel-blue);
}

.section-info-text {
  background-color: var(--white);
  padding-top: 40px;
  position: relative;
}

.container-ads {
  z-index: 2;
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.ads-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 61.54% 38%;
}

.descfription {
  background-color: var(--white);
  padding-top: 56px;
  padding-left: 15%;
  padding-right: 15%;
}

.main-heading-annunci {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 55px;
  font-family: Cardo;
  font-size: 56px;
  font-weight: 400;
}

.text-span-heading-blog {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.description-paragraph {
  color: var(--midnight-blue);
  margin-bottom: 68px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.form-box {
  background-color: var(--midnight-blue);
  height: auto;
  padding: 76px 80px 51px;
  position: relative;
  left: -61px;
}

.price-heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Cardo;
  font-size: 49px;
  font-weight: 400;
}

.grid-services {
  grid-column-gap: 0px;
  border-top: 1px solid #ffffff2e;
  border-bottom: 1px solid #ffffff2e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  padding-top: 21px;
  padding-bottom: 21px;
}

.container-icon {
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-block {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.forn-intestation {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-block-rentalt {
  margin-top: 30px;
}

.line-button-second.first {
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.line-button-second.first.password {
  background-color: var(--midnight-blue);
}

.line-button-second.second {
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-button-second.second.password {
  background-color: var(--midnight-blue);
}

.submit-button-second {
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 49px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
}

.submit-button-second.white {
  margin-top: 0;
  padding: 13px 20px;
  font-family: Montserrat, sans-serif;
}

.submit-button-second.white.second {
  color: var(--midnight-blue);
}

.submit-button-second.white.second.password {
  margin-left: 0;
}

.submit-button-second.white.btn-ar {
  font-family: Noto Naskh Arabic, sans-serif;
}

.line-link-second {
  background-color: #021d2b;
  width: 50%;
  height: 1px;
}

.line-link-second.white {
  background-color: #fff;
}

.line-link-second.white.button.top {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.line-link-second.white.button.top.second {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.line-link-second.white.button.top.second.blue.password, .line-link-second.white.button.top.password {
  background-color: var(--midnight-blue);
}

.gallery-section {
  background-color: var(--white);
  padding-top: 220px;
  padding-bottom: 40px;
  position: relative;
}

.grid-gallery {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 82px;
  margin-left: 7%;
  position: relative;
}

.grid-gallery.second {
  margin-left: 0%;
}

.blue-bg {
  background-color: var(--midnight-blue);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 29% auto auto 0%;
}

.blue-bg.second {
  background-color: var(--alice-blue);
  height: 20%;
  inset: 0% 0% auto;
}

.blue-bg.third {
  background-color: var(--alice-blue);
  width: 20%;
  height: 110%;
  inset: 0% 0% auto auto;
}

.bg {
  z-index: 2;
  background-color: var(--alice-blue);
  width: 70%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bg.image {
  z-index: 0;
  opacity: .32;
  background-image: url('../images/c2_1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 78%;
  inset: 0% auto auto 0%;
}

.exclusive-properties {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sold-info {
  justify-content: space-around;
  align-items: center;
  margin-left: 100px;
  display: flex;
}

.testimonials-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-content: stretch;
  place-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.sold-section {
  background-color: #021d2b;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sell-main-section {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.background-alice-blu {
  background-color: #dcecf4;
  width: 100%;
  height: 60px;
}

.black-line {
  border: .5px solid #000;
  width: 50px;
}

.hero-backgroung {
  background-image: linear-gradient(#021d2b80, #021d2b80), url('../images/c1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-backgroung.filter-white.hero-news {
  background-image: linear-gradient(#0000, #0000), url('../images/news-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sold-paragraph {
  color: #fff;
  margin-bottom: 0;
  margin-right: 60px;
  font-family: Cardo;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.address {
  color: #fff;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 1;
  display: flex;
}

.white-card {
  background-color: #dcecf4cc;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1478px;
  height: auto;
  margin-bottom: 40px;
  padding-top: 90px;
  padding-bottom: 112px;
  display: flex;
  position: relative;
}

.white-card.white-card-news {
  display: block;
}

.review-slider {
  background-color: #0000;
  height: 22vw;
}

.testimonials-section {
  width: 100%;
  padding-bottom: 160px;
  display: block;
  position: relative;
}

.testimonials-section.uae-safety-page {
  display: block;
}

.sell-sub-heading {
  color: #000;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.sell-text-container {
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.exclusive-properties-2 {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-left: 0;
  display: flex;
}

.hero-blue-box {
  background-color: #021d2b;
  justify-content: flex-start;
  align-self: auto;
  width: 30%;
  max-width: 407px;
  height: 90%;
  max-height: 550px;
  margin-top: 220px;
  margin-left: 800px;
  padding: 44px 34px;
  display: block;
  position: absolute;
}

.hero-blue-box.buy {
  z-index: 7;
  width: 337px;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: auto;
  inset: auto 5% -17% auto;
}

.span-info {
  font-size: 14px;
}

.sell-hero.news-hero {
  display: none;
}

.sold-sub-heading {
  color: #fff;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.price {
  color: #fff;
  background-color: #0000;
  padding: 10px 0;
  font-family: Cardo;
  font-size: 3vw;
  line-height: 1;
  display: block;
}

.price.news-title {
  column-count: auto;
  white-space: normal;
  object-fit: fill;
  width: auto;
  min-height: 60px;
  font-family: Tajawal, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  overflow: visible;
}

.testimonials-heading {
  color: #021d2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Cardo;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.testimonial-slide {
  padding-left: 40px;
  padding-right: 40px;
}

.sell-paragraph {
  color: #021d2b;
  width: 353px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 120px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.testimonials-date {
  color: #fff;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.span-sold {
  padding-left: 40px;
}

.testimonials-image {
  width: auto;
  max-width: none;
  height: 100%;
}

.sell-heading-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sell-info {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: linear-gradient(#00000080, #00000080);
  background-clip: border-box;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

.sell-info.sell-info-ar {
  direction: rtl;
  text-align: right;
}

.testimonials-paragraph {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.bottom-sell-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: block;
}

.bottom-sell-section.news-white {
  min-height: 30px;
}

.testimonials-names {
  color: #fffc;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.sold-info-banner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-alice-blue {
  background-color: #dcecf4;
  width: 100%;
  height: 52%;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
}

.sold-heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 80px;
  margin-left: 120px;
  font-family: Cardo;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.sell-heading {
  color: #021d2b;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: Tajawal, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: .9;
  display: block;
}

.testimonials-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.white-line {
  border: .5px solid #fff;
  width: 100px;
}

.sold-text-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  padding-left: 40px;
  display: flex;
}

.sell-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.background-blue {
  background-color: var(--anrblue);
  width: 100%;
  height: 93%;
  position: absolute;
  inset: 0% 0% auto;
}

.background-blue.news-bg-blue {
  margin-top: 7%;
}

.sell-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 28vh;
  min-height: auto;
  max-height: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.sell-card:hover {
  transform: scale(.95);
}

.sell-card._13 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/c3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._6 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/m4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._17, .sell-card._2 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/b3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._7 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/b1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._9 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/b6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._15 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/c4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._12 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/c8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._1 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/c7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  margin-top: 0;
  padding-top: 0;
  transition: transform .4s ease-in-out;
}

.sell-card._10 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/c9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._3 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/c6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._8 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/m5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._16 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/c20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._11 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/c10.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._18 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/m2-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._4 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/m1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._14 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/c5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._5 {
  background-image: linear-gradient(#021d2b66, #021d2b66), url('../images/b2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-grid {
  z-index: 1;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  display: block;
  position: relative;
}

.testimonials-sub-heading {
  color: #021d2b;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.testimonials-sub-heading.safety-subheading {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-family: Tajawal, sans-serif;
  font-size: 22px;
  font-weight: 500;
  display: flex;
}

.testimonials-card {
  background-color: #021d2b;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 38vw;
  min-width: auto;
  max-width: none;
  height: 22vw;
  min-height: auto;
  max-height: none;
  display: flex;
  overflow: visible;
}

.testimonials-card.hidden {
  display: none;
}

.paragraph {
  color: #fff;
  max-width: 550px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Tajawal, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.paragraph.dark {
  color: var(--midnight-blue);
  text-align: center;
  margin: 20px auto;
}

.paragraph.vision-p.direction-rtl {
  direction: rtl;
}

.paragraph.paragraph-about-header {
  max-width: 560px;
  padding-top: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-container {
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: 10px;
  margin-left: 0;
  display: block;
  position: static;
  inset: 35% 0% 50% 100px;
}

.heading-container.heading-container-about {
  max-width: 523px;
}

.heading-container.heading-container-about.heading-container-ar {
  direction: rtl;
  text-align: right;
}

.heading-container.heading-container-about.heading-container-vision {
  max-width: 430px;
}

.heading-container.direction-rtl {
  direction: rtl;
  text-align: right;
}

.top-container {
  align-items: center;
  display: flex;
}

.white-line-second {
  background-color: var(--white);
  border: .5px #fff;
  width: 90px;
  height: 1px;
  margin-right: 10px;
  padding-right: 0;
}

.white-line-second.dark {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
}

.text-container-buy {
  z-index: 1;
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  inset: 35% 0% 50% 100px;
}

.sub-heading-buy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 300;
}

.sub-heading-buy.dark {
  color: #021d2b;
  text-align: center;
}

.heading-div {
  color: #fff;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-div.center {
  text-align: center;
  font-size: 60px;
  line-height: 1;
}

.heading-div.direction-rtl {
  direction: rtl;
}

.heading-div.dark-text {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: none;
  font-weight: 500;
}

.hero-section-buy {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Achievement-Background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-section-buy.gents {
  background-image: linear-gradient(#00000080, #00000080), url('../images/HERO-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
}

.hero-section-buy.hero-aboutpage {
  background-image: linear-gradient(#0006, #0006), url('../images/About_BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 25px;
}

.hero-section-buy.hero-aboutpage.hero-gallery {
  background-image: linear-gradient(#0006, #0006), url('../images/Gallery_bg-img.jpg');
  background-position: 0 0, 50%;
}

.hero-section-buy.hero-aboutpage.direction-rtl {
  direction: rtl;
}

.hero-section-buy.hero-aboutpage.hero-vision {
  background-image: linear-gradient(#0006, #0006), url('../images/ANR-interpol-1920x1080.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-buy.community-hero-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Community_contribution-2.jpg');
  background-size: auto, cover;
}

.hero-section-buy.community-hero-section.direction-rtl {
  direction: rtl;
}

.hero-section-buy.hero-policing {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Police-Safety-Home.jpg');
  background-position: 0 0, 50%;
  padding-left: 25px;
}

.hero-section-buy.hero-policing.hero-police-health {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Policing_UAE_bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-buy.hero-policing.hero-police-health.direction-rtl {
  direction: rtl;
  padding-right: 25px;
}

.hero-section-buy.hero-news-page {
  background-image: linear-gradient(#0006, #0006), url('../images/news-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: row;
  justify-content: center;
}

.hero-section-buy.hero-news-section {
  background-image: linear-gradient(#0006, #0006), url('../images/news-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 25px;
}

.hero-section-buy.hero-international {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Internation-Cooperation-Home.jpg');
  background-size: auto, cover;
}

.hero-section-buy.hero-international.direction-rtl, .hero-section-buy.direction-rtl {
  direction: rtl;
  padding-right: 25px;
}

.buy-section {
  display: block;
}

.price-heading-buy {
  z-index: 8;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Tajawal, sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: block;
  position: relative;
}

.description-text {
  z-index: 7;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}

.row-left {
  width: 100%;
  display: block;
}

.row-buy {
  z-index: 4;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 130px;
  display: flex;
  position: relative;
}

.row-buy.agent {
  background-color: var(--white);
}

.background {
  z-index: 0;
  background-color: var(--anrblue);
  width: 100%;
  height: 500px;
  position: absolute;
  inset: 0% auto auto;
}

.background._2 {
  background-color: var(--anrblue);
  height: 400px;
  top: auto;
}

.background._3 {
  background-color: var(--anrblue);
  top: auto;
  right: 0;
}

.background.agents {
  height: 300px;
}

.main-heading-buy {
  z-index: 2;
  color: var(--white);
  text-align: center;
  font-family: Tajawal, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.buy-cards {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px;
  display: flex;
  position: relative;
}

.buy-cards.no-padding {
  padding-bottom: 0;
}

.cards-grid-right {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-bottom: 60px;
  display: grid;
  position: relative;
  left: 7%;
  right: auto;
}

.ad {
  color: var(--white);
  text-transform: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 450px;
  max-width: 100%;
  height: 300px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-card {
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  height: 495px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-card.info-achievements {
  width: 100%;
  height: 600px;
}

.info-card.info-cardpolice-safety {
  height: auto;
  min-height: 420px;
  text-decoration: none;
}

.info-card.info-card-visions {
  justify-content: center;
}

.info-card.info-card-visions.direction-rtl {
  direction: rtl;
  text-align: right;
}

.info-text-container {
  z-index: 8;
  direction: ltr;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.info-text-container.info-text-ar {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
}

.info-text-container.direction-rtl {
  direction: rtl;
  text-align: right;
}

.info-card-second {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  height: 495px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-card-second.info-card-police-health, .info-card-second.info-card-internation-police {
  height: auto;
  min-height: 420px;
  text-decoration: none;
}

.info-card-second.info-card-visions {
  justify-content: center;
}

.info-card-second.info-card-visions.direction-rtl {
  direction: rtl;
  text-align: right;
}

.info-heading-second {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tajawal, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: .9;
}

.info-heading-second.heading-uae-police {
  margin-bottom: .8vw;
  font-size: 32px;
  font-weight: 700;
}

.info-heading-second.heading-achivement-homepage {
  font-size: 32px;
  font-weight: 700;
}

.info-heading-second.heading-achivement-homepage.heading-visions.direction-rtl {
  direction: rtl;
  text-align: right;
}

.info-heading-second.text-center {
  text-align: center;
  padding-bottom: 20px;
}

.info-heading-second.heading-comments {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.info-heading-second.heading-comments.heading-rtl {
  direction: rtl;
}

.more-info-section {
  padding-bottom: 8vw;
}

.more-info-section.moreinfo-contrib {
  padding-bottom: 0;
}

.more-info-section.moreinfo-contrib.direction-rtl {
  direction: rtl;
}

.more-info-section.more-info-safety {
  padding-bottom: 0;
}

.more-info-section.more-info-safety.direction-rtl, .more-info-section.more-info-safety.pillars-first-row-ar, .more-info-section.more-info-safety.pillars-second-row-ar {
  direction: rtl;
}

.more-info-section.moreinfo-achivements {
  padding-bottom: 0;
}

.more-info-section.moreinfo-achivements.direction-rtl {
  direction: rtl;
}

.more-info-container {
  flex-direction: row;
  display: flex;
}

.more-info-container.achieve-contrib-homepage {
  padding-top: 0;
}

.buy-heading-second {
  color: #fff;
  margin-top: 0;
  margin-bottom: 62px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.collection-list {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-left: auto;
  margin-right: 7%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.collection-list._2 {
  margin-left: auto;
  margin-right: 7%;
}

.collection-list-wrapper-2 {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.cards-grid-right-2 {
  z-index: 1;
  grid-template-rows: auto;
  justify-items: center;
  width: auto;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  left: 60px;
}

.cards-grid-right-2.bold-text-2 {
  margin-bottom: 120px;
  display: flex;
  left: auto;
  right: 60px;
}

.cards-grid-right-2.no-margin {
  margin-bottom: 0;
  display: flex;
}

.card {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 35vw;
  height: 30vh;
  padding: 20px;
  display: flex;
}

.card._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 400px;
  height: 300px;
}

.card._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  width: 400px;
  height: 300px;
}

.card._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  align-items: flex-start;
  width: 400px;
  height: 300px;
}

.card._5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/4.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  width: 400px;
  height: 300px;
}

.card._6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/9.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  width: 400px;
  height: 300px;
}

.card._1 {
  width: 400px;
  height: 300px;
}

.price-heading-agent {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Cardo;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.description-text-agent {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.icon-wrap {
  z-index: 7;
  margin-top: 15px;
  margin-bottom: -42px;
  position: relative;
}

.grid-5 {
  grid-column-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

.wrapper-content {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.wrapper-content.first {
  justify-content: flex-end;
}

.paragraph-buy {
  margin-bottom: 0;
  margin-left: 10px;
}

.image-absolute {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.image-absolute.image-absolute-mobile {
  display: none;
}

.hero-value {
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-hero-value {
  width: 150%;
  max-width: 120%;
}

.value-heading {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Cardo;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
}

.value-paragraph {
  text-align: center;
  width: 60%;
  margin-left: auto;
  font-size: 24px;
  line-height: 1;
}

.value-paragraph.second {
  color: var(--midnight-blue);
  text-align: left;
  margin-left: 0;
  font-size: 18px;
}

.container-radio-button {
  justify-content: flex-start;
  margin-bottom: 40px;
  margin-right: auto;
  display: flex;
}

.radio-button {
  border-color: var(--midnight-blue);
  color: var(--white);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-top: 0;
}

.radio-button.w--redirected-checked {
  background-color: var(--midnight-blue);
  background-size: 20px;
}

.radio-button-label {
  color: var(--midnight-blue);
  text-transform: uppercase;
  align-items: flex-end;
  margin-left: 21px;
  font-family: Cardo;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.radio-button-label.no-margin {
  margin: 61px auto 40px 0;
  font-size: 30px;
}

.checkbox-field-form {
  order: 0;
  margin-right: 43px;
  display: flex;
}

.div-block {
  padding-left: 25px;
}

.main-container {
  z-index: 4;
  width: 100%;
  max-width: 1920px;
  position: relative;
}

.main-container.nav {
  border-top: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  min-height: 80px;
  display: flex;
}

.main-container.value {
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.main-container.lateral {
  justify-content: flex-start;
  align-self: center;
  display: flex;
}

.main-container.lateral.second {
  justify-content: flex-end;
  display: flex;
}

.main-container.lateral.flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.main-container.blog-main-container {
  justify-content: space-around;
  width: auto;
  max-width: none;
  display: flex;
}

.main-container.blog-main-container.blog-template {
  border-bottom: 1px solid #b7a186;
  flex-direction: column;
  padding-bottom: 60px;
}

.wrapper-image-slide-first {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.rentalt-contact, .rental-content {
  width: 20%;
  height: 100%;
}

.left-arrow {
  display: none;
}

.bg-image-slide {
  width: 20%;
}

.bg-image-slide._4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 75%;
  background-size: 100vw;
  width: 100%;
  height: 100%;
}

.content-first {
  width: 20%;
  height: 100%;
}

.wrapper-content-image-slide {
  height: 100%;
  display: flex;
}

.content-second, .content-third {
  width: 20%;
  height: 100%;
}

.bg-image-slider-move {
  width: 20%;
}

.bg-image-slider-move._5 {
  background-position: 100%;
}

.bg-image-slider-move._3 {
  background-position: 50%;
}

.bg-image-slider-move._4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 75%;
  background-size: 100vw;
  width: 100%;
  height: 100%;
}

.slide-nav-rental {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 100%;
  margin: auto;
  display: flex;
  top: 0%;
  left: auto;
  right: 0;
}

.right-arrow-2 {
  display: none;
}

.wrapper-image-second {
  width: 20%;
}

.wrapper-content-image-second-slide {
  height: 100%;
  display: flex;
}

.row-3 {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
}

.row-3._2 {
  align-items: center;
  padding-bottom: 103px;
}

.collection-list-wrapper-3 {
  justify-content: center;
  width: auto;
  margin-left: auto;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: 140px;
  display: grid;
}

.collection-list-2.approfondimento {
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.description-text-3 {
  z-index: 2;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}

.price-heading-4 {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cardo;
  font-size: 20px;
  font-weight: 400;
  display: block;
  position: relative;
}

.icon-wrap-2 {
  z-index: 2;
  margin-top: 15px;
  margin-bottom: -78px;
  display: block;
  position: relative;
}

.paragraph-8 {
  margin-bottom: 0;
  margin-left: 10px;
  text-decoration: none;
}

.wrapper-content-2, .wrapper-content-2.first {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ad-3 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 37vw;
  height: 22vw;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ad-3.approfondimento {
  width: 100%;
  height: 232px;
}

.image-absolute-2 {
  position: absolute;
  inset: 0%;
}

.filter-2 {
  z-index: 1;
  background-color: #021d2b5e;
  position: absolute;
  inset: 0%;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.white-line-5 {
  border: .5px solid var(--midnight-blue);
  width: 100px;
}

.sold-sub-heading-3 {
  color: var(--midnight-blue);
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.sold-heading-second {
  color: var(--midnight-blue);
  margin: 10px auto 80px;
  font-family: Cardo;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.image-4 {
  width: 18px;
}

.image-5 {
  width: 30px;
}

.map {
  width: 100%;
}

.content-sell {
  display: none;
}

.wrap-image {
  height: 100%;
}

.value-form {
  margin-top: 60px;
}

.body {
  background-color: var(--midnight-blue);
}

.link-search {
  color: var(--white);
  font-family: Cardo;
  font-size: 20px;
  text-decoration: none;
}

.text-block-second {
  color: var(--alice-blue);
  margin-top: 7px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.paragraph-second {
  color: var(--white);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1;
}

.search-result-item {
  background-color: var(--midnight-blue);
  margin-bottom: 40px;
  padding: 31px 36px;
}

.search-button-second, .heading-search, .field-label {
  display: none;
}

.search-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: #0000;
  height: auto;
  font-family: Cardo;
  font-size: 150px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.hero-search {
  background-color: var(--midnight-blue);
  padding: 118px 60px;
}

.container-search {
  padding-top: 100px;
}

.utility-page-wrap {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: none;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 75px;
  padding-left: 59px;
  display: flex;
}

.heading-404 {
  color: var(--alice-blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Tajawal, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: .9;
}

.back-to-home-link {
  margin-left: 40px;
  text-decoration: none;
  transition: transform .4s ease-in-out;
}

.back-to-home-link:hover {
  transform: translate(15px);
}

.text-block-404 {
  color: var(--alice-blue);
  text-transform: uppercase;
  font-family: Tajawal, sans-serif;
  font-size: 18px;
}

.utility-page-form {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-image-password {
  width: 100px;
  margin-bottom: 40px;
}

.bg-password {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding: 34px 35px 53px;
  display: flex;
}

.privacy-headinf {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Cardo;
  font-size: 26px;
  font-weight: 400;
}

.text-field-password {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--midnight-blue);
  color: var(--midnight-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.main-subbmit-button {
  display: none;
}

.succes-message {
  color: var(--white);
  background-color: #0000;
  font-family: Montserrat, sans-serif;
}

.succes-text {
  font-family: Tajawal, sans-serif;
  font-size: 16px;
}

.succes-text.blue {
  color: var(--midnight-blue);
}

.error-message {
  color: #fd686b;
  background-color: #0000;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.error-text {
  font-family: Tajawal, sans-serif;
  font-size: 16px;
}

.wrap-text-card.wrap-text-ar {
  direction: rtl;
  text-align: right;
}

.author {
  color: var(--alice-blue);
  margin-top: 10px;
  font-family: Cardo;
  font-size: 18px;
  font-weight: 400;
  display: none;
}

.empty-state {
  background-color: var(--alice-blue);
  color: var(--midnight-blue);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.image-licensing {
  border: 1px solid #272727;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.image-licensing._1 {
  background-image: url('../images/c9.jpg');
  background-position: 50% 90%;
  background-size: cover;
  border-style: none;
  width: 100%;
  min-height: 150px;
}

.image-licensing._4 {
  background-image: url('../images/i2.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 150px;
}

.image-licensing._3 {
  background-image: url('../images/c10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-color: #272727;
  min-height: 150px;
}

.image-licensing._6 {
  background-image: url('../images/im5.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 300px;
}

.image-licensing._2 {
  background-image: url('../images/b3.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 300px;
}

.image-licensing._5 {
  background-image: url('../images/b2.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 150px;
}

.licensing-link-wrapper {
  align-items: center;
  display: flex;
}

.licensing-paragraph {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

.licensing-section {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
}

.licensing-section.bg-white {
  padding-top: 10px;
  display: none;
}

.source-link {
  color: var(--midnight-blue);
  background-color: #0000;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: color .4s;
}

.source-link:hover {
  color: var(--light-steel-blue);
}

.images-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.licensing-container {
  background-color: var(--white);
  border: 1px #272727;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
}

.licensing-head {
  color: var(--midnight-blue);
}

.small-hero {
  background-color: #f3f4f1;
  background-image: linear-gradient(#0006, #0006), url('../images/Gallery_bg-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.hero-heading-smal {
  color: #fff;
  font-family: Tajawal, sans-serif;
  font-size: 100px;
  line-height: 1;
}

.license-link {
  color: var(--midnight-blue);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: color .4s ease-in-out;
}

.license-link:hover {
  color: var(--light-steel-blue);
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.white-container {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  position: relative;
  bottom: auto;
}

.privacy-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-top: 0;
  font-size: 52px;
  font-weight: 400;
}

.content {
  z-index: 2;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 160px;
  position: relative;
  bottom: 0;
}

.bold-text-5 {
  text-transform: uppercase;
}

.return-paragraph {
  margin-bottom: 90px;
  font-size: 14.5px;
  line-height: 32px;
}

.paragraph.card {
  text-transform: none;
  background-image: none;
  width: auto;
  max-width: 350px;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 0;
  font-size: 16px;
}

.paragraph.card.uae-policing-card-p {
  display: none;
}

.paragraph.card.card-safety-footer {
  max-width: 450px;
}

.paragraph.card.p-visions {
  direction: ltr;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  min-height: 260px;
  font-size: 18px;
}

.paragraph.card.p-visions.direction-rtl {
  direction: rtl;
  text-align: right;
}

.text-span-5 {
  text-transform: none;
  font-size: 46px;
  font-weight: 700;
  position: static;
}

.text-span-hero-heading {
  text-transform: uppercase;
  margin-left: 40px;
}

.list-item {
  color: var(--white);
  padding-top: 20px;
}

.bg-third-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 100vw;
  height: 100%;
}

.bg-image, .image-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-size: 100vw;
  width: 100%;
  height: 100%;
}

.bg-image-slider, .bg-image-slide-second-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-size: 100vw;
  height: 100%;
}

.bg-slide-image-third {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-size: 100vw;
  width: 100%;
  height: 100%;
}

.bg-slide-image-second {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 25%;
  background-size: 100vw;
  height: 100%;
}

.bg-slide-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 100vw;
  height: 100%;
}

.bg-second-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 25%;
  background-size: 100vw;
  height: 100%;
}

.image-hero-second {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 75%;
  background-size: 100vw;
  width: 100%;
  height: 100%;
}

.image-hero-second._2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-size: 100vw;
}

.image-slider {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 25%;
  background-size: 100vw;
  width: 100%;
  height: 100%;
}

.image-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 100vw;
  width: 100%;
  height: 100%;
}

.slider-hero-second {
  background-color: #0000;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.changelog-section {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.changeloc-container {
  background-color: #0000;
  border: 1px solid #333;
  padding: 55px;
}

.changelog-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.home-body {
  font-family: Tajawal, sans-serif;
}

.home-body.home-ar {
  direction: ltr;
}

.home-body.home-2022 {
  font-family: Playfair Display, sans-serif;
}

.home-body.home-2022.home-2022-ar {
  font-family: Noto Naskh Arabic, sans-serif;
}

.home-body.home-2022.home-archivo {
  font-family: Archivo, sans-serif;
  font-size: 14px;
}

.year-heading {
  color: var(--anrgold);
  font-family: Tajawal, sans-serif;
  font-size: 60px;
}

.gallery-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  margin-top: 100px;
  display: none;
}

.gallery-div {
  background-image: url('../images/home-after-fold.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60vw;
  height: 350px;
  display: block;
}

.bold-text-6 {
  font-size: 18px;
  line-height: 1.4;
}

.news-grid-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-grid-items.direction-rtl {
  direction: rtl;
}

.collection-list-wrapper-4 {
  position: relative;
}

.news-links {
  font-family: Tajawal, sans-serif;
  text-decoration: none;
  display: block;
}

.news-links:visited {
  text-decoration: none;
}

.gradient-overlay {
  background-image: linear-gradient(#021d2b66, #021d2b66);
  width: auto;
  min-width: auto;
  height: 28vh;
  position: absolute;
}

.internal-links {
  color: var(--white);
  font-style: normal;
  text-decoration: none;
}

.internal-links:hover {
  color: var(--white);
  text-decoration: underline;
}

.internal-links:active, .internal-links:focus, .internal-links:visited {
  color: var(--white);
}

.gallery-block {
  column-count: 4;
  column-gap: 0;
}

.gallery-images {
  margin-bottom: 0;
}

.background-white {
  background-color: var(--white);
}

.h1-hero {
  text-align: center;
  margin-bottom: 40px;
  font-family: Tajawal, sans-serif;
  font-size: 50px;
  display: none;
}

.paragraph-hero {
  width: 50%;
  font-family: Tajawal, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  display: none;
}

.rich-text-educ {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30vw;
  margin-top: 60px;
  margin-left: auto;
  font-family: Tajawal, sans-serif;
  font-size: 16px;
  display: block;
}

.rich-text-educ p {
  font-family: Tajawal, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.rich-text-educ h2 {
  font-family: Tajawal, sans-serif;
}

.rich-text-educ ul {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.7;
  list-style-type: disc;
}

.rich-text-educ strong {
  color: var(--white);
}

.rich-text-educ li {
  white-space: normal;
  line-height: 1.6;
}

.container-educs {
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  display: block;
}

.msg-txtarea {
  color: var(--white);
  background-color: #0000;
  min-height: 120px;
  margin-top: 20px;
  font-family: Tajawal, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.msg-txtarea::placeholder {
  color: var(--white);
  text-transform: uppercase;
}

.msg-txtarea.text-area-ar {
  direction: rtl;
  color: var(--white);
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.hero-text-block {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 40px 80px 100px 100px;
  display: flex;
}

.hero-text-block.hero-text-block-arabic {
  direction: ltr;
}

.hero-text-block.direction-rtl {
  text-align: right;
}

.hero-text-block.hero-text-2022 {
  direction: ltr;
  justify-content: flex-end;
  width: 100%;
}

.hero-text-block.hero-text-2022.hero-text-ar {
  flex: 1;
  align-items: flex-start;
  display: none;
}

.hero-text-block.hero-text-2022.ar-pad {
  padding-bottom: 140px;
  padding-right: 100px;
}

.hero-text-block.hero-text-2022.home-hero-text-en {
  padding-bottom: 140px;
}

.hero-text-block.hero-banner-content-container {
  padding: 0;
}

.hero-text-block.hero-text-block-ar-elec {
  direction: rtl;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  padding-right: 60px;
}

.rich-text-hero {
  width: 550px;
}

.rich-text-hero h2 {
  direction: rtl;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 0 #b7a186;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  display: inline;
  position: relative;
  bottom: auto;
}

.rich-text-hero p {
  direction: ltr;
  color: var(--white);
  letter-spacing: 1.2px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: ArchivoMedium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: .6;
}

.rich-text-hero h4 {
  border-style: none solid solid;
  border-width: 2px 0 0;
  border-color: var(--anrgold);
  direction: ltr;
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Archivo expanded regular, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 2.1;
}

.rich-text-hero.rich-text-hero-arabic {
  direction: rtl;
  text-align: right;
}

.rich-text-hero.rich-text-hero-arabic.interpol-elec-ar {
  font-family: Noto Naskh Arabic, sans-serif;
}

.rich-text-hero h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tajawal, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.rich-text-hero.richtext-2022 {
  width: 100%;
}

.rich-text-hero.richtext-2022.richtext-ar {
  direction: rtl;
  text-align: right;
}

.rich-text-hero.richtext-2022.hero-pad {
  direction: ltr;
  padding-left: 4px;
}

.rich-text-hero.richtext-2022.hero-pad.ar {
  direction: rtl;
}

.rich-text-hero.richtext-2022.hero-pad.ar-rtl {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.major-img {
  z-index: 2;
  object-fit: fill;
  max-width: 45%;
  margin-left: -80px;
}

.paragraph-on-white {
  color: var(--midnight-blue);
  font-family: Tajawal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.track-record-section {
  background-color: var(--anrgold);
  padding-top: 0;
  padding-bottom: 0;
}

.track-record-title-container {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.h1-track-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Tajawal, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.h1-track-title.h1-track-title-ar {
  direction: rtl;
}

.lang-switch {
  color: var(--white);
  letter-spacing: .3px;
  font-family: Almarai, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.lang-switch.switchtoen {
  font-size: 14px;
}

.lang-switch.lang-switchnavblog {
  display: none;
}

.achievement-items-collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.achievement-items-collection:nth-child(2n) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.achievement-items-collection.direction-rtl {
  direction: rtl;
}

.rich-policing {
  color: var(--midnight-blue);
}

.rich-policing p {
  color: var(--black);
  font-family: Tajawal, sans-serif;
  font-size: 18px;
}

.rich-policing h2 {
  color: var(--black);
}

.rich-policing li {
  line-height: 1.3;
}

.rich-policing.rich-policing-rtl {
  direction: rtl;
  text-align: right;
}

.heading-news {
  text-align: left;
  text-transform: none;
  font-family: Tajawal, sans-serif;
  font-size: 100px;
}

.richtext-achievement {
  padding-right: 140px;
  font-family: Tajawal, sans-serif;
}

.richtext-achievement p {
  font-size: 1.3vw;
  line-height: 1.4;
}

.section {
  display: block;
}

.img-41 {
  margin-left: 4px;
}

.h2-acqui {
  color: #007096;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 50px;
  line-height: 23px;
}

.btn-container {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.img-digibank {
  margin-left: 1px;
}

.turbo-charge-wrapper {
  margin-top: 0;
}

.turbo-charge-wrapper.turbo-charge-mobile {
  display: none;
}

.primary-btn {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  font-size: 20px;
  font-weight: 400;
  transition: box-shadow .2s;
  box-shadow: 0 0 #848484;
}

.primary-btn:hover {
  background-color: #0096bd;
  box-shadow: 4px 0 15px -3px #848484;
}

.primary-btn.btn-on-white {
  color: #0096bd;
  border-color: #0096bd;
}

.primary-btn.btn-on-white:hover {
  color: #fff;
}

.numbers-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #007096;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Tajawal, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.section-timeline-v2 {
  z-index: -2;
  background-image: url('../images/logo-accent.png'), linear-gradient(#2d6f92e6, #2d6f92e6);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  position: relative;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#0000, #0000);
  width: 1px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 120px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.container-timeline {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.overlay-fade-top {
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 0;
  overflow: hidden;
}

.timeline_progress {
  z-index: -2;
  background-color: var(--midnight-blue);
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_text {
  color: #fff;
  font-family: Tajawal, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3;
}

.timeline_date-text-2 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_text-2 {
  color: #fff;
  font-family: Tajawal, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline_text-3 {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.overlay-fade-bottom-2 {
  background-image: linear-gradient(to top, #bec9c8, #0a0a0a00);
  height: 80px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.overlay-fade-top-2 {
  background-image: linear-gradient(#bec9c8, #0a0a0a00);
  height: 80px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.container-2 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_image-wrapper-2 {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_image-wrapper-2.margin-bottom-medium.image-sticky {
  position: sticky;
  top: 50vh;
}

.section-timeline {
  z-index: 1;
  background-color: var(--silver);
  position: relative;
}

.timeline_progress-2 {
  z-index: -2;
  border: 1px solid var(--anrlightgold);
  background-color: #414141;
  width: 2px;
  height: 100%;
  position: absolute;
}

.text-colour-white {
  color: #fff;
}

.timeline_progress-bar-2 {
  z-index: -1;
  background-color: var(--anrgold);
  width: 2px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_circle-2 {
  background-color: var(--anrblue);
  border: 1px solid #0000;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #bec9c8;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_date-text-3 {
  color: var(--anrblue);
  letter-spacing: -.03em;
  font-family: Tajawal, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  display: none;
  position: sticky;
  top: 50vh;
}

.inline-block {
  display: inline-block;
}

.timeline_text-4 {
  color: var(--anrblue);
  font-family: Tajawal, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.page-wrapper {
  z-index: 0;
  display: none;
  position: relative;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.hero-nav_button-wrapper {
  display: flex;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.section-timeline-heading {
  background-color: #0000;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.section-footer {
  position: relative;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/Grain-Background.png'), none;
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: 300px 300px, cover;
  position: absolute;
  inset: 0%;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.text-underline {
  background-image: url('../images/Underline.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.section-hero {
  position: relative;
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uae-approach-par {
  color: var(--white);
  text-align: center;
  width: 50vw;
  margin-top: 40px;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.4;
}

.uae-approach-par.direction-rtl {
  direction: rtl;
  line-height: 1.5;
}

.heading-h2-achieve {
  font-family: Tajawal, sans-serif;
}

.timeline_image_left {
  text-align: right;
  object-fit: fill;
  max-width: 80px;
  display: block;
  position: sticky;
  top: 50vh;
  overflow: visible;
}

.centre_block {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 80px;
  height: 80px;
  display: flex;
}

.h2 {
  color: #1d1f45;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.process_card_02 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title_text {
  color: #6937ff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
}

.paragraph-timeline {
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-timeline.paragaph-on-right {
  color: var(--dark-slate-blue);
}

.paragraph-timeline.paragraph-on-left {
  color: var(--dark-slate-blue);
  text-align: right;
}

.process_image {
  width: 60px;
  margin-bottom: 20px;
}

.process_line {
  background-image: url('../images/gold-line.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 2px;
  height: 100%;
  position: absolute;
}

.title_wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.process_card {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process_section {
  background-color: #bec9c8;
  justify-content: center;
  align-items: center;
  padding: 120px 25px;
  display: flex;
}

.process_section.direction-rtl {
  direction: rtl;
}

.section_container {
  max-width: 1140px;
}

.h1-achievement-title {
  color: var(--anrblue);
  text-align: center;
  margin-top: 10px;
  font-family: Tajawal, sans-serif;
  font-size: 40px;
  line-height: 55px;
}

.centre_icon_wrap {
  z-index: 5;
  background-color: var(--anrlightgold);
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px #e6cbff24;
}

.process_image_wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  min-height: 300px;
  padding: 30px;
  display: flex;
  position: relative;
}

.process_image_wrap.image-wrap-right {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.process_image_wrap.image-wrap-left {
  align-items: flex-end;
  padding-right: 0;
}

.centre_step {
  color: #6937ff;
  font-size: 21px;
  font-weight: 600;
  display: none;
}

.process_details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  min-height: 300px;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.process {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  display: flex;
  position: relative;
}

.interpol-img {
  width: 90px;
  margin-bottom: 20px;
}

.section-intro-intl {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.cooperation-paragraph-intro {
  color: var(--white);
  width: 70vw;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.cooperation-paragraph-intro.police-health-intro {
  width: auto;
  padding-left: 14vw;
  padding-right: 100px;
}

.cooperation-paragraph-intro.police-health-intro.direction-rtl {
  direction: rtl;
}

.cooperation-paragraph-intro.direction-rtl {
  direction: rtl;
  width: 80vw;
}

.image-gallery-section {
  width: 100%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

.image-gallery-section.pad-88 {
  padding-left: 88px;
  padding-right: 88px;
}

.gallery-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.gallery-wrapper.g-container {
  margin-bottom: 60px;
}

.gallery-grid-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: stretch;
  display: grid;
}

.contact-page {
  background-color: var(--anrblue);
}

.header-link {
  text-decoration: none;
}

.imgnewslink {
  display: block;
}

.video-main {
  background-color: var(--dark-grey);
  min-height: 300px;
  padding: 5.555vw 40px;
}

.lightbox-link {
  width: 100px;
  height: 100px;
}

.button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #272727;
  border-radius: 30px;
}

.modal-wrapper {
  z-index: 9999;
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 50px;
  display: none;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.bot-background {
  background-color: #272727;
  border-radius: 50%;
  width: 1vw;
  height: 1vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.modal {
  z-index: 10;
  color: #383838;
  cursor: default;
  background-color: #fff;
  border-radius: 2px;
  width: 500px;
  max-width: 100%;
  padding: 25px 40px;
  position: relative;
  box-shadow: 0 7px 50px -9px #0003;
}

.modal-title {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
}

.modal-closer {
  z-index: 99999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 3px;
  transition: transform .2s ease-in-out;
  position: fixed;
  top: 20px;
  right: 20px;
}

.modal-closer:hover {
  transform: scale(1.1);
}

.html-embed {
  display: block;
}

.modal-centering {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button-2 {
  background-color: #4f65ff;
  border-radius: 3px;
}

.button-2.modal-button {
  background-color: #5069fa;
}

.modal-2 {
  z-index: 30;
  color: #fff;
  text-align: center;
  background-color: #5069fa;
  border-radius: 5px;
  width: 50%;
  height: auto;
  padding: 50px;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 4px 4px 15px #5069fa45;
}

.container-3 {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.section-2 {
  z-index: 1;
  border-bottom: 3px dashed #e5e8fc;
  position: relative;
}

.section-2.up {
  z-index: 2;
}

.modal-parent {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.close {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 1.2em;
  position: absolute;
  inset: -25px -25px auto auto;
  transform: rotate(45deg);
  box-shadow: 1px 1px 5px #5069faa3;
}

.modal-bg {
  z-index: 0;
  cursor: pointer;
  background-color: #fffc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-title {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Tajawal, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.video-title.direction-rtl {
  direction: rtl;
}

.video-gallery {
  background-color: var(--dark-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.video-gallery-wrapper {
  padding-top: 60px;
  padding-bottom: 20px;
}

.videoslider {
  background-color: #0000;
  max-width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-2 {
  display: none;
  overflow: visible;
}

.video-caption {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  display: block;
}

.video-caption.text-rtl {
  direction: rtl;
}

.videoslide {
  background-color: #0000;
}

.user-name-t8 {
  color: var(--anrblue);
  margin-top: 12px;
  font-weight: 700;
}

.slider-t8 {
  background-color: #0000;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.left-arrow-t8 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
  inset: auto 200px 0% 0%;
}

.quote-t8 {
  color: var(--anrblue);
  text-align: center;
}

.testimonials-wrapper {
  background-color: var(--dark-grey);
  border-radius: 0;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 20px auto 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonials-t8 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.right-arrow-t8 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
  inset: auto 0% 0% 200px;
}

.mask-t8 {
  width: 50%;
  overflow: visible;
}

.slide-nav-t8 {
  color: var(--anrgold);
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.user-picture-t8 {
  border-radius: 100px;
  margin-top: 15px;
  box-shadow: 1px 1px 3px #bbb;
}

.testimonials-wrapper-t8 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.slide-wrapper-t8 {
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 25px 25px 78px;
  padding: 30px 12px;
  display: flex;
}

.comments-section {
  background-color: var(--dark-grey2);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 80px;
  display: flex;
}

.slider-2 {
  height: 100%;
}

.slider-3 {
  background-color: #0000;
  width: 60%;
  height: 100%;
}

.comments-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.left-arrow-3, .right-arrow-4 {
  display: block;
}

.slide-nav-3 {
  padding-top: 40px;
}

.commentslides {
  background-color: var(--dark-grey2);
}

.read-more.link-light-brown {
  color: var(--anrlightgold);
  text-decoration: none;
}

.vision-rich-text {
  padding-right: 100px;
}

.vision-rich-text p {
  direction: ltr;
  text-align: left;
  font-size: 1.5vw;
  line-height: 1.4;
}

.vision-rich-text ul {
  direction: ltr;
  text-align: left;
  font-family: Tajawal, sans-serif;
  font-size: 1.5vw;
  line-height: 1.4;
}

.vision-rich-text li {
  color: var(--dark-slate-grey);
  font-size: 1.5vw;
}

.blkqot {
  font-family: Tajawal, sans-serif;
  font-size: 1.5vw;
  font-style: normal;
  line-height: 1.4;
}

.blkqot.direction-rtl {
  direction: rtl;
}

.name-qot {
  direction: ltr;
  color: var(--dark-slate-grey);
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.name-qot.direction-rtl {
  direction: rtl;
  text-align: right;
  font-size: 1.6vw;
}

.vision-text-ar {
  padding-right: 100px;
}

.vision-text-ar p {
  direction: rtl;
  text-align: right;
  font-size: 1.5vw;
  line-height: 1.4;
}

.vision-text-ar ul {
  direction: rtl;
  text-align: right;
}

.richtext-interpol-elect {
  direction: ltr;
  text-align: left;
}

.richtext-interpol-elect p {
  direction: ltr;
  margin-bottom: 20px;
  font-size: 1.3vw;
  line-height: 1.6;
}

.richtext-interpol-elect ul {
  direction: ltr;
  font-size: 1.3vw;
  line-height: 1.4;
}

.richtext-interpol-elect li {
  color: var(--dark-slate-grey);
  font-family: Archivo, sans-serif;
  font-size: 1.3vw;
}

.richtext-interpol-elect.direction-rtl {
  direction: rtl;
}

.richtext-interpol-elect-ar {
  font-family: Noto Naskh Arabic, sans-serif;
}

.richtext-interpol-elect-ar p {
  font-family: Noto Naskh Arabic, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.richtext-interpol-elect-ar li {
  color: #706f6f;
  font-family: Noto Naskh Arabic, sans-serif;
  font-size: 18px;
}

.speech-vid {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.speech-container {
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
}

.boxed {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.heading1-playfair {
  direction: ltr;
  color: var(--darkslateblue);
  text-align: left;
  font-family: Playfair Display, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
}

.news-section-title.boxed {
  border-bottom: 2px solid var(--tan);
  width: 100%;
  margin-bottom: 70px;
}

.heading-xxlarge {
  text-align: left;
  font-family: Playfair Display, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
}

.heading-xxlarge.text-style-allcaps.text-color-darkgreen.text-weight-semibold.lh-one, .heading-xxlarge.text-style-allcaps.text-color-darkgreen.text-weight-bold.lh-one {
  font-family: Playfair Display, sans-serif;
  font-weight: 500;
}

.heading-xxlarge.text-color-navy {
  font-family: Archivo, sans-serif;
  line-height: 1;
}

.heading-xxlarge.text-color-navy.ar {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.heading-xxlarge.text-color-navy.ar.interpol-presidency {
  direction: rtl;
  text-align: right;
  padding-right: 60px;
  font-size: 4.5rem;
}

.heading-xxlarge.text-color-navy.home-ip-title {
  margin-bottom: 20px;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xxlarge.text-color-navy.home-ip-title.ar-rtl {
  direction: rtl;
  text-align: right;
  padding-right: 60px;
  font-family: Noto Naskh Arabic, sans-serif;
}

.heading-xxlarge.text-color-navy.archivo-expanded-bold {
  direction: ltr;
  text-align: left;
  text-indent: 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.heading-xxlarge.text-color-navy.archivo-expanded-bold.ar-rtl {
  direction: rtl;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-xlarge {
  height: 5rem;
}

.text-style-muted {
  opacity: .6;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-medium {
  font-family: Playfair Display, sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
}

.heading-medium.text-color-grey {
  font-weight: 500;
}

.margin-xsmall {
  margin: .5rem;
}

.icon-large {
  height: 4rem;
}

.lh-one {
  line-height: 1;
}

.show-tablet {
  display: none;
}

.overflow-auto {
  overflow: auto;
}

.show {
  display: block;
}

.padding-xhuge {
  padding: 8rem;
}

.fs-styleguide_color-sample {
  cursor: pointer;
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-cyan {
  background-color: #ecf8f9;
}

.fs-styleguide_color-sample.is-orange-secondary {
  background-color: #ffd3af;
}

.fs-styleguide_color-sample.is-off-white {
  background-color: #f9f9ff;
}

.fs-styleguide_color-sample.is-blue-secondary {
  background-color: #666dff;
}

.fs-styleguide_color-sample.is-border-color {
  background-color: #ebebeb;
}

.fs-styleguide_color-sample.is-hover-color {
  background-color: #222bff;
}

.fs-styleguide_color-sample.is-orange-tertiary {
  background-color: #ffe6d2;
}

.fs-styleguide_color-sample.is-blue-primary {
  background-color: #3941ff;
}

.fs-styleguide_color-sample.is-black {
  background-color: #232536;
}

.fs-styleguide_color-sample.is-orange-primary {
  background-color: #ffa155;
}

.max-width-medium {
  width: 100%;
  max-width: 64rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.max-width-xsmall {
  width: 100%;
  max-width: 32rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form-radio-label {
  margin-left: .5rem;
  font-size: .875rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-medium {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.padding-vertical.padding-medium.border-top-blue {
  border-top: 2px solid var(--navy);
}

.padding-0 {
  padding: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.form-5 {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.button-secondary {
  color: #232536;
  background-color: #ffd3af;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  display: flex;
}

.button-secondary:hover {
  color: #ffd3af;
  background-color: #232536;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.icon-1x1-medium {
  width: 2.5rem;
  height: 2.5rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.box-group-corner {
  width: 3rem;
  height: 3rem;
}

.box-group-corner.is-top-left {
  width: 3rem;
  height: 3rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-state-content {
  color: #232536;
  align-items: center;
  padding-right: 1.5rem;
  display: flex;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.form-checkbox-label {
  margin-left: .5rem;
  font-size: .875rem;
}

.padding-custom1 {
  padding: 1rem;
}

.form-checkbox-icon {
  cursor: pointer;
  background-color: #fff;
  border-style: solid;
  border-color: #ebebeb;
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #3941ff;
  background-size: 90%;
  border: .125rem solid #0000;
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
}

.text-color-grey {
  color: #706f6f;
}

.background-color-cyan {
  background-color: #ecf8f9;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.fs-styleguide_grid-title-wrapper {
  color: #f9f9ff;
  text-align: center;
  background-color: #232536;
  padding: .5rem;
  font-size: 1.3rem;
  font-weight: 400;
}

.button-arrow-icon {
  color: #80c7bc;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 1rem;
  margin-left: 1rem;
  display: flex;
}

.button-arrow-icon.is-black {
  color: #232536;
  transform: translate(0);
}

.max-width-large {
  width: 100%;
  max-width: 80rem;
}

.heading-small {
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-small.smaller {
  color: #5f5c59;
  border-bottom: 3px solid #aba9a7;
  font-size: 2rem;
}

.heading-small.smaller.text-weight-bold {
  font-weight: 700;
}

.heading-small.smaller.text-weight-bold.padding-bottom.padding-small {
  border-bottom-width: 2px;
}

.heading-small.text-color-grey {
  border-bottom: 1px solid var(--tan);
}

.heading-small.text-color-granite {
  text-decoration: underline;
}

.heading-small.text-color-navy {
  color: var(--tan);
  font-family: ArchivoMedium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.heading-small.text-color-navy.news-titles {
  color: var(--newanrblue);
  min-height: 75px;
  margin-top: 30px;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.heading-small.text-color-navy.news-titles.news-titles-ar {
  font-family: Noto Naskh Arabic, sans-serif;
}

.heading-small.text-color-navy.gen-name-footer {
  color: var(--tan);
  font-family: ArchivoMedium, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.heading-small.text-color-navy.gen-name-footer.gen-name-ar {
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.heading-small.text-color-navy.ar-footer {
  font-family: Noto Naskh Arabic, sans-serif;
}

.margin-custom3 {
  margin: 4rem;
}

.margin-tiny {
  margin: .125rem;
}

.fs-styleguide_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 0;
  padding-bottom: 4rem;
  display: grid;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-medium {
  height: 2.5rem;
}

.padding-small {
  padding: 1rem;
}

.dropdown-icon {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
}

.max-width-small {
  width: 100%;
  max-width: 48rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.form-radio-icon {
  border-color: #ebebeb;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -.125rem;
  margin-left: 0;
  margin-right: 0;
}

.form-radio-icon.w--redirected-checked {
  border-width: .375rem;
  border-color: #3941ff;
  width: 1.25rem;
  height: 1.25rem;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  width: 1.25rem;
  height: 1.25rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-normal {
  font-weight: 400;
}

.text-button {
  color: #666dff;
  align-items: center;
  text-decoration: none;
  transition: color .2s ease-out;
  display: flex;
}

.text-button:hover {
  color: #222bff;
}

.heading-xlarge {
  font-family: Playfair Display, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-xlarge.text-color-navy {
  text-align: left;
}

.heading-xlarge.text-color-white.text-name-header {
  font-size: 3.5rem;
  text-decoration: underline;
}

.text-color-darkgreen {
  color: #007473;
}

.form-message-error {
  background-color: #ffe0e1;
  margin-top: 1rem;
  padding: 0;
}

.padding-custom2 {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.text-style-italic {
  font-style: italic;
}

.padding-custom3 {
  padding: 2rem;
}

.fs-styleguide_color-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.form-checkbox {
  opacity: 1;
  flex-direction: row;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.margin-custom2 {
  margin: 3rem;
}

.background-color-orange {
  background-color: #ffe6d2;
}

.overflow-hidden {
  overflow: hidden;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-small {
  height: 2rem;
}

.background-color-gradient-green {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(to right, #007473, #80c7bc);
  background-clip: border-box;
}

.form-block-2 {
  margin-bottom: 0;
}

.margin-large {
  margin: 3rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.button-3 {
  color: #fff;
  background-color: #3941ff;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.button-3:hover {
  background-color: #222bff;
}

.background-color-off-white {
  background-color: #f9f9ff;
}

.text-weight-light {
  font-weight: 300;
}

.dropdown-toggle {
  background-color: #f9f9ff;
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.margin-huge {
  margin: 6rem;
}

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

.text-weight-bold {
  font-weight: 700;
}

.text-color-faded-green {
  color: #80c7bc;
}

.box-corner {
  background-color: #ffa155;
  width: 62.5%;
  height: 62.5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.box-corner.is-bottom-box {
  background-color: #666dff;
  width: 37.5%;
  height: 37.5%;
  inset: auto auto 0% 0%;
}

.box-corner.is-right-box {
  background-color: #666dff;
  width: 37.5%;
  height: 37.5%;
  inset: 0% 0% auto auto;
}

.box-corner.inner-box {
  background-color: #ffd3af;
  width: 60%;
  height: 60%;
  inset: 0% 0% auto auto;
}

.text-style-link {
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.text-style-link:hover {
  color: #222bff;
}

.heading-large {
  color: var(--newanrblue);
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading-large.text-style-allcaps.text-weight-bold.text-color-darkgreen.lh-one {
  line-height: 1.2;
}

.heading-large.text-color-navy.sub-sub-heading {
  text-decoration: underline;
}

.heading-large.anr-vision {
  margin-bottom: 20px;
}

.heading-large.heading-comittee {
  border-bottom: 2px solid #b7a186;
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
}

.heading-large.heading-comittee.ar {
  font-family: Noto Naskh Arabic, sans-serif;
}

.icon-1x1-xsmall {
  width: 1rem;
  height: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.form-radio {
  opacity: 1;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-style-subheader {
  letter-spacing: .125rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 500;
}

.page-wrapper-2022 {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.page-wrapper-2022.pad-88 {
  padding-left: 88px;
}

.form-input {
  color: #232536;
  background-color: #f9f9ff;
  border: 1px #000;
  border-radius: 0;
  height: 4rem;
  margin-bottom: 0;
  padding: 1.5rem;
  font-size: 1rem;
}

.form-input::placeholder {
  color: #2325364d;
}

.form-input.is-alternate {
  background-color: #0000;
  border-bottom: 1px solid #ebebeb;
  height: 2rem;
  padding: 1rem 0;
}

.form-input.is-alternate.is-text-area {
  min-height: 6rem;
}

.form-input.is-select-input {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

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

.fs-styleguide_header {
  background-color: #ffe6d2;
}

.fs-styleguide_classes {
  display: none;
}

.icon-1x1-small {
  width: 1.5rem;
  height: 1.5rem;
}

.text-style-quote {
  border-left: .25rem solid #ffd3af;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.heading-xsmall {
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-xsmall.text-color-granite:hover {
  color: var(--tan);
}

.heading-xsmall.text-color-granite.border-bottom-gold {
  border-bottom: 1px solid var(--tan);
}

.heading-xsmall.text-color-granite.notosans {
  font-family: Noto Sans, sans-serif;
}

.heading-xsmall.text-color-granite.notosans.border-bottom-gold {
  margin-top: 30px;
  padding-bottom: 10px;
  font-family: Archivo, sans-serif;
}

.heading-xsmall.text-color-granite.archivo-expanded-medium {
  color: #b7a186;
  text-transform: uppercase;
  font-family: Archivo expanded medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-xsmall.text-color-granite.archivo-expanded-medium.ar-link.ar-read-more {
  font-size: 20px;
}

.heading-xsmall.text-color-navy.heading-xsmall-ar {
  padding-right: 60px;
  font-family: Noto Naskh Arabic, sans-serif;
}

.heading-xsmall.text-color-navy.archivo-expanded-bold {
  text-transform: uppercase;
  margin-top: 40px;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-xsmall.text-color-navy.archivo-expanded-bold.ar-link.ar-read-more {
  font-size: 20px;
}

.heading-xsmall.text-color-gold {
  font-family: Archivo, sans-serif;
  font-weight: 700;
}

.heading-xsmall.text-color-gold.heading-xsmall-ar {
  font-family: Noto Naskh Arabic, sans-serif;
}

.heading-xsmall.text-color-gold.archivo-expanded {
  direction: ltr;
  text-align: left;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 16px;
}

.heading-xsmall.text-color-gold.archivo-expanded.ar-rtl {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
  font-size: 20px;
}

.margin-xhuge {
  margin: 8rem;
}

.form-success-icon-wrapper {
  color: #fff;
  background-color: #3941ff;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-right: 1.5rem;
  display: flex;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 98rem;
}

.primary-button-wrapper {
  color: #fff;
  cursor: pointer;
  background-color: #3941ff;
  align-items: center;
  padding: 1.5rem 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.primary-button-wrapper:hover {
  background-color: #222bff;
}

.primary-button-wrapper.btn-transparent {
  color: #007473;
  background-color: #0000;
  border: 2px solid #007473;
  justify-content: space-between;
  min-width: 250px;
  max-width: 250px;
  padding: .6rem 1rem;
}

.primary-button-wrapper.btn-transparent.border-white {
  border-color: #fff;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.container-large {
  width: 100%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

.container-large.pad-20 {
  padding-left: 30px;
  padding-right: 30px;
}

.container-large.pad-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.container-large.pad-lr-60 {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 88px;
  padding-right: 88px;
}

.container-large.pad-88 {
  padding-left: 88px;
  padding-right: 88px;
}

.container-large.pad-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.text-color-black {
  color: #3d3935;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.show-mobile-landscape {
  display: none;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_icon-row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_icon-row.is-gap-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

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

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #232536;
}

.text-color-white {
  color: #fff;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.margin-medium {
  margin: 2rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-xxhuge {
  margin: 12rem;
}

.form-error-icon-wrapper {
  color: #fff;
  background-color: #ff5558;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-right: 1.5rem;
  display: flex;
}

.dropdown-link {
  padding: 1rem 1.5rem;
}

.dropdown-link:hover {
  background-color: #f9f9ff;
}

.show-mobile-portrait {
  display: none;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.background-color-dark {
  background-color: #3d3935;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.form-state-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.margin-custom1 {
  margin: 2rem;
}

.fs-styleguide_grid-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_grid-content.is-left-aligned {
  justify-items: start;
}

.margin-0 {
  margin: 0;
}

.icon-1x1-xlarge {
  width: 5rem;
  height: 5rem;
}

.icon-xsmall {
  height: 1rem;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.form-message-success {
  background-color: #ecf8f9;
  margin-top: 1rem;
  padding: 0;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: .125rem solid #f9f9ff;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.max-width-xlarge {
  width: 100%;
  max-width: 90rem;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hide {
  display: none;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.section-bg-video {
  min-height: 100vh;
}

.left-side {
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  display: flex;
}

.vision {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.vcpe-col {
  display: flex;
}

.nav_container {
  color: #007473;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtexts-div {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav {
  color: #3d3935;
}

.footer_bottom-wrapper {
  background-color: var(--newanrblue);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.intro-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 600px;
  display: flex;
}

.footer_bottom-row {
  grid-template-rows: auto;
  grid-template-columns: 10rem max-content 10rem;
  grid-auto-rows: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  display: flex;
}

.numbers-hl {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.financial-content {
  border-top: 4px solid #80c7bc;
  border-bottom: 4px solid #80c7bc;
}

.vision-mission-container {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.footer_bottom-left-content {
  align-items: center;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.chairman-img {
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.right-side {
  justify-content: flex-end;
  min-height: 500px;
  display: flex;
}

.nav_link {
  color: #007473;
  padding: 1.5rem 1rem;
  transition: color .2s ease-out;
}

.nav_link:hover {
  color: #80c7bc;
}

.nav_link.w--current {
  color: #007473;
  border-top: .25rem solid #ffa155;
  padding-top: 1.25rem;
}

.loti-anim {
  height: 100vh;
}

.loti-anim.lotie-v2 {
  height: 700px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer_component {
  color: #fff;
}

.footer_component.footer-ar {
  direction: rtl;
  background-color: #fff;
}

.mockup {
  max-height: 500px;
}

.nav_logo {
  max-width: 100%;
}

.lottie-container {
  min-height: 100vh;
}

.lottie-container.lotie-con-v2 {
  background-image: url('../images/chairman-mazen-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 700px;
}

.subtext {
  font-size: 1rem;
}

.mission {
  width: 50%;
}

.initiative-cols {
  justify-content: flex-start;
  display: flex;
}

.future-proof {
  border: 0 #000;
  border-top: 4px solid #80c7bc;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80vh;
  display: flex;
}

.vm-p.text-color-white.width-67 {
  width: 67%;
}

.section-initiatives {
  background-image: url('../images/bg-bottom2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0rem;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: flex-start;
  display: flex;
}

.nav_link-list {
  color: #007473;
  margin-right: 1rem;
  font-weight: 500;
  display: flex;
}

.line-img {
  margin-top: 20px;
}

.section-vcpe {
  display: block;
}

.usd-number.heading-small.text-weight-semibold.text-color-darkgreen.inline-txts {
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.p-msg {
  max-width: 70%;
  font-weight: 600;
}

.social-icon {
  color: var(--tan);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.nav_menu {
  align-items: center;
  display: flex;
}

.nav_component {
  z-index: 1000;
  background-color: #0000;
  border-bottom: 1px solid #ffffff0d;
  padding-top: 50px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.vcpe-container {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.vcpe-container.padding-horizontal.padding-large {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.vcpe-container.padding-horizontal.padding-large.vcpe-v2 {
  min-height: 700px;
}

.grid-highlights {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-highlights.padding-vertical.padding-medium {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.item-subgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.initiative-content {
  flex-direction: row;
  justify-content: center;
  display: block;
}

.social-links {
  opacity: .8;
  width: 1.25rem;
  height: 1.25rem;
  transition: opacity .2s ease-out;
}

.social-links:hover {
  opacity: 1;
}

.anr-body-2022 {
  font-family: Noto Sans, sans-serif;
}

.subhead-title {
  border-bottom: 2px solid var(--tan);
  text-indent: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 80px;
  padding-bottom: 20px;
  display: flex;
}

.subhead-title.m-tb-70 {
  justify-content: space-between;
  max-width: none;
  margin-top: 90px;
  margin-bottom: 70px;
  padding-bottom: 20px;
  display: flex;
}

.subhead-title.m-tb-70.ar-news-title {
  flex-direction: row-reverse;
  margin-left: 18px;
  margin-right: 18px;
}

.subhead-title.m-tb-70.pad-lr-new {
  margin-left: 18px;
  margin-right: 18px;
  padding-left: 0;
}

.subhead-title.ar-rtl {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
}

.text-color-navy {
  color: var(--navy);
}

.text-color-gold {
  color: #b7a186;
}

.body-2 {
  font-family: Noto Sans, sans-serif;
}

.section-presidency {
  padding-left: 0;
  padding-right: 0;
}

.news-slider-container.pad-20 {
  padding-left: 15px;
  padding-right: 15px;
}

.news-item {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.news-item.news-item-home {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.news-item.news-item-home.news-item-home-ar {
  direction: rtl;
  text-align: right;
}

.text-color-granite {
  color: #606060;
}

.text-color-granite.footer-cpr {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  padding-top: 40px;
  font-family: ArchivoMedium, sans-serif;
  font-weight: 500;
}

.news-hero-img.hews-img {
  display: block;
}

.news-hero-img.hews-img.hidehero-image {
  display: none;
}

.read-more-href.text-color-granite {
  color: #b7a186;
  font-family: Archivo expanded medium, sans-serif;
  font-weight: 500;
}

.read-more-href.text-color-granite:hover {
  color: var(--tan);
}

.section-twitter {
  z-index: 0;
  padding-bottom: 90px;
  position: relative;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-grid-2022 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  justify-content: stretch;
  width: 100%;
}

.get-in-touch {
  flex-direction: column;
  display: flex;
}

.links-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.footer-name-wrapper {
  flex-direction: column;
  display: flex;
}

.footer-links-wrapper {
  padding-top: 10px;
  display: flex;
}

.footer-links {
  font-family: Noto Sans, sans-serif;
}

.footer-links.text-color-grey {
  color: var(--white);
  padding-right: 15px;
  font-family: ArchivoMedium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.footer-links.text-color-grey:hover {
  text-decoration: underline;
}

.footer-links.text-color-grey.ar-footer-links {
  padding-left: 15px;
  padding-right: 0;
  font-family: Noto Naskh Arabic, sans-serif;
}

.footer-links.text-color-gold {
  text-decoration: none;
}

.footer-links.text-color-gold:hover {
  text-decoration: underline;
}

.footer-links.text-color-gold.ar-footer-links {
  font-family: Noto Naskh Arabic, sans-serif;
}

.footer-links.text-color-gold.archivo-expanded-medium {
  color: var(--white);
  text-transform: uppercase;
  font-family: ArchivoMedium, sans-serif;
  font-weight: 500;
}

.contact-link-wrapper {
  padding-top: 10px;
}

.heading-h4 {
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.heading-h4.text-color-white {
  letter-spacing: 2px;
}

.grid-career {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 500px;
  display: grid;
}

.img-left-career {
  background-image: url('../images/about_below_fold.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.grid-achievements {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.achievement {
  border-left: 1px solid var(--tan);
}

.achivement-p {
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.achivement-p.text-color-granite {
  margin-top: 10px;
  display: block;
}

.common-h2 {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: .97em;
}

.common-h2.hero-banner-h2 {
  max-width: 470px;
}

.g-container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.g-container.ip-section2-heading {
  width: 100%;
  padding-bottom: 10px;
}

.g-container.ip-section2-heading.about-contribution-heading {
  width: 100%;
  margin-bottom: 0;
}

.g-container.ip-section2-heading.pad-88 {
  justify-content: space-around;
  align-items: center;
  padding-left: 88px;
  display: flex;
}

.g-container.ip-section2-heading.pad-98 {
  padding-left: 88px;
  padding-right: 88px;
}

.g-container.ip-section2-heading.pad-98.m-b-60 {
  margin-bottom: 60px;
}

.g-container.right-icon-blurb-container {
  border-bottom: 1px solid #b7a186;
  padding-top: 41px;
  padding-bottom: 41px;
}

.g-container.right-icon-blurb-container.border-b0 {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.g-container.ip-section4-heading {
  border-bottom: 2px #b7a186;
  padding-left: 88px;
  padding-right: 88px;
}

.g-container.ip-section4-heading.ip-heading-4 {
  border-bottom-style: none;
}

.g-container.ip-section4-heading.ip-sec4-heading-en {
  border-bottom-style: none;
  padding-left: 0;
  padding-right: 0;
}

.g-container.ip-section4-heading.pad-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.g-container.career-section {
  background-color: #0000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.g-container.about-achievements-heading {
  padding-bottom: 60px;
}

.g-container.about-achievements-heading.ar {
  text-align: right;
}

.g-container.about-achievements-heading.pad-98 {
  text-indent: 20px;
  padding-left: 70px;
  padding-right: 70px;
}

.g-container.about-highlights-heading {
  padding-bottom: 60px;
}

.g-container.about-highlights-heading.pad-98 {
  padding-bottom: 0;
}

.g-container.goverance-intro-container {
  border: 0 solid #000;
  padding-top: 0;
  padding-left: 98px;
  padding-right: 98px;
}

.g-container.goverance-bottom-container {
  max-width: 1366px;
}

.g-container.goverance-bottom-container.first {
  border-top: 0 solid #b7a186;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 61px;
}

.g-container.goverance-bottom-container.last {
  border-top: 0 solid #706f6f;
  padding-top: 0;
}

.g-container.ar {
  direction: rtl;
}

.g-container.news {
  padding-bottom: 70px;
}

.g-container.news.news-ar {
  direction: rtl;
  text-align: right;
}

.g-container.news.news-ar.pad-40 {
  padding-bottom: 40px;
}

.g-container.news.news-ar.pad-40.container-width, .g-container.news.news-ar.container-width {
  max-width: 1640px;
}

.g-container.news.news-ar.container-width.pad-20 {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.g-container.g-white {
  background-color: var(--white);
  padding-left: 0;
  padding-right: 0;
}

.g-container.g-white.pad-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.g-container.pres-mandate-g {
  padding-top: 2rem;
}

.g-container.pres-mandate-g.pad-88 {
  max-width: 1400px;
}

.g-container.pres-mandate-g.pad-98 {
  max-width: 1400px;
  padding-left: 98px;
  padding-right: 98px;
}

.g-container.pad-98 {
  justify-content: space-between;
  width: 100%;
  max-width: 1640px;
  padding-left: 103px;
  padding-right: 103px;
  display: block;
}

.g-container.pad-98.m-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.g-container.pad-98.pad-10 {
  padding-left: 98px;
  padding-right: 98px;
}

.g-container.pad-88 {
  color: #b7a186;
  flex: 0 auto;
  padding-left: 88px;
  padding-right: 88px;
  position: static;
}

.g-container.pad-88.pad-20.hideme {
  display: none;
}

.g-container.pad-0 {
  padding-left: 10px;
  padding-right: 10px;
}

.g-page.body-ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-h2 {
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2em;
}

.g-h2.h2-white {
  color: #fff;
}

.g-h2.h2-white.bordered-h2 {
  border-bottom: 2px solid #b7a186;
  padding-bottom: 13px;
}

.g-h2.h2-white.bordered-h2.h2-pb0 {
  text-indent: 10px;
  width: 100%;
  margin-bottom: 80px;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.g-h2.h2-white.bordered-h2.h2-pb0.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-h2.h2-white.bordered-h2.h2-pb0.ar-rtl {
  direction: rtl;
}

.g-h2.h2-white.bordered-h2.h2-pb0.ar-rtl.mandate-h2.mandate-h2-ar {
  font-family: Noto Naskh Arabic, sans-serif;
  font-weight: 700;
}

.g-h2.h2-white.bordered-h2.h2-pb0.pres-mandate-title {
  margin-bottom: 40px;
}

.g-h2.h2-blue {
  color: #00427c;
}

.g-h2.h2-blue.ip-section4-heading {
  margin-bottom: 0;
  padding-bottom: 13px;
  padding-left: 70px;
  padding-right: 70px;
}

.g-h2.h2-blue.ip-section4-heading.ar {
  direction: rtl;
  padding-right: 0;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-h2.h2-blue.ip-section4-heading.ar.manifesto-ar {
  border-bottom: 2px solid #b7a186;
  padding-left: 0;
}

.g-h2.h2-blue.ip-section4-heading.manifesto {
  padding-left: 0;
  padding-right: 0;
}

.g-h2.h2-blue.ip-section4-heading.h2-heading-en {
  color: var(--anrblue);
  white-space: normal;
  border-bottom: 2px #b7a186;
  width: 464px;
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 36px;
  font-weight: 700;
  overflow: visible;
}

.g-h2.h2-blue.ip-section4-heading.h2-heading-en.ar-inter-heading {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-h2.h2-blue.ip-section4-heading.h2-heading-en.ar-inter-heading.ar-rtl {
  direction: rtl;
}

.g-h2.h2-blue.h2-bordered {
  text-indent: 10px;
  border-bottom: 2px solid #b7a186;
  max-width: none;
  margin-bottom: 40px;
  padding-bottom: 13px;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 36px;
}

.g-h2.h2-blue.h2-bordered.about-career-heading {
  text-align: left;
  text-indent: 0;
  border-bottom-style: none;
  width: 100%;
  min-width: 300px;
  max-width: 447px;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
}

.g-h2.h2-blue.h2-bordered.about-career-heading.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-h2.h2-blue.h2-bordered.about-career-heading.ar-rtl-cont, .g-h2.h2-blue.h2-bordered.about-career-heading.ar-rtl {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-h2.h2-blue.h2-bordered.about-career-heading.mobile {
  display: none;
}

.g-h2.h2-blue.h2-bordered.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-h2.h2-blue.h2-bordered.pad-40 {
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 36px;
  display: block;
}

.g-h2.h2-blue.h2-bordered.pad-40.ar-rtl-heading {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-h2.h2-blue.h2-bordered.ar-rtl {
  direction: rtl;
}

.g-h2.h2-blue.governance-h2 {
  text-align: center;
  letter-spacing: .3px;
  border-bottom: 1px #706f6f;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 36px;
  display: inline-block;
}

.g-h2.h2-blue.governance-h2.ar, .g-h2.h2-blue.governance-h2.ar-gov-heading {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-paragraph {
  letter-spacing: .1px;
  font-family: Noto Sans, sans-serif;
  font-size: 30px;
  line-height: 1.4em;
}

.g-paragraph.paragraph-white {
  color: #fff;
}

.g-paragraph.paragraph-white.paragraph-547 {
  max-width: 547px;
}

.g-paragraph.paragraph-white.paragraph-547.paragraph-pb0 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.g-paragraph.paragraph-white.paragraph-547.paragraph-pb0.first {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.g-paragraph.paragraph-white.paragraph-547.paragraph-pb0.first.ar, .g-paragraph.paragraph-white.paragraph-547.paragraph-pb0.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-paragraph.about-contribution-paragraph {
  color: var(--white);
  max-width: 539px;
  margin-bottom: 20px;
  font-family: ArchivoMedium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.g-paragraph.about-contribution-paragraph.first {
  color: #706f6f;
  text-align: left;
  letter-spacing: .2px;
  max-width: 500px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: ArchivoRegular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.g-paragraph.about-contribution-paragraph.first.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-paragraph.about-contribution-paragraph.first.text-color-white {
  color: #fff;
  font-family: ArchivoMedium, sans-serif;
  font-weight: 500;
}

.g-paragraph.about-contribution-paragraph.first.text-color-white.ar-inter-para {
  direction: rtl;
  text-align: right;
}

.g-paragraph.about-contribution-paragraph.first.p-color-white {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.g-paragraph.about-contribution-paragraph.first.p-color-white.ar-rtl {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.g-paragraph.about-contribution-paragraph.first.ar-career-para, .g-paragraph.about-contribution-paragraph.first.ar-rtl-contr-para, .g-paragraph.about-contribution-paragraph.first.ar-rtl-inter-para {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-paragraph.about-contribution-paragraph.about-work-paragraph {
  max-width: 610px;
  font-size: 24px;
}

.g-paragraph.about-contribution-paragraph.about-work-paragraph.first {
  font-size: 24px;
}

.g-paragraph.about-contribution-paragraph.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-paragraph.about-contribution-paragraph.text-color-grey {
  color: #706f6f;
  text-align: left;
  max-width: 500px;
  font-family: ArchivoRegular, sans-serif;
  font-weight: 400;
  line-height: 32px;
}

.g-paragraph.about-contribution-paragraph.text-color-grey.ar-rtl, .g-paragraph.about-contribution-paragraph.text-color-grey.ar-rtl-inter-para, .g-paragraph.about-contribution-paragraph.ar-inter-para {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.g-columns.flex-vc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.g-columns.flex-vc.right-icon-blurb-columns {
  padding-left: 70px;
  padding-right: 105px;
}

.g-columns.flex-vc.about-contribution-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.g-columns.flex-vc.about-contribution-columns.about-work-columns {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 40px;
}

.g-columns.flex-vc.about-contribution-columns.pad-lr-30 {
  flex-flow: row;
  justify-content: space-between;
  max-width: none;
}

.ip-section2-column1 {
  order: 1;
  padding-left: 50px;
  padding-right: 20px;
}

.ip-section2-column1.about-contribution-column1 {
  padding-left: 60px;
}

.ip-section2-column1.about-contribution-column1.about-work-column1 {
  padding-left: 40px;
  padding-right: 0;
}

.ip-section2-column1.about-contribution-column1.about-work-column1.pol-work-right {
  order: 0;
}

.ip-section2-column1.about-contribution-column1.about-work-column1.ar-about {
  padding-left: 0;
  padding-right: 40px;
}

.ip-section2-column1.about-contribution-column1.contrib-left {
  flex: 1;
  order: -1;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.ip-section2-column1.col2-ar {
  order: -1;
  padding-left: 20px;
  padding-right: 50px;
}

.content-image-section {
  background-color: var(--newanrblue);
  margin-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 6rem;
}

.content-image-section.about-contribution {
  background-color: #fff;
  padding: 0 0 81px;
  display: none;
}

.content-image-section.about-contribution.about-work {
  padding-top: 20px;
  padding-bottom: 188px;
}

.content-image-section.about-contribution.about-work.pad-10 {
  display: none;
}

.blurb {
  width: 100%;
  display: block;
}

.blurb.ar {
  text-align: right;
}

.g-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

.g-h3.h3-white {
  color: #fff;
}

.g-h3.h3-white.h3-bordered {
  border-bottom: 2px solid #b7a186;
  padding-bottom: 19px;
}

.g-h3.h3-white.h3-bordered.h3-m0 {
  margin-top: 0;
  margin-bottom: 0;
}

.g-h3.h3-white.h3-bordered.h3-m0.blurb-heading {
  margin-bottom: 60px;
  padding-right: 12px;
  display: inline-block;
}

.g-h3.h3-white.h3-bordered.h3-m0.blurb-heading.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-h3.h3-blue {
  color: #00427c;
}

.g-h3.h3-blue.h3-bordered {
  border-bottom: 2px solid #b7a186;
  padding-bottom: 19px;
  display: inline-block;
}

.g-h3.h3-blue.h3-bordered.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-h3.h3-blue.h3-bordered.key-title {
  color: var(--white);
  text-indent: 20px;
  border-bottom-color: #00427c;
  width: 100%;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 36px;
}

.g-h3.h3-blue.h3-bordered.key-title.ar-rtl {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
  font-weight: 700;
}

.g-h3.h3-blue.governance-item-heading {
  letter-spacing: .3px;
  margin-bottom: 30px;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 30px;
}

.g-h3.h3-blue.governance-item-heading.last {
  margin-bottom: 18px;
}

.g-h3.h3-blue.governance-item-heading.last.ar-rtl, .g-h3.h3-blue.governance-item-heading.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-h3.h3-blue.governance-item-heading.ar-noto-family {
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-h3.h3-blue.governance-item-heading.ar-noto-family.ar-rtl {
  direction: rtl;
}

.blurb-section {
  background-color: var(--newanrblue);
  margin-top: -450px;
  margin-bottom: 0;
  padding-bottom: 64px;
}

.blurb-section.about-achievements {
  background-color: #8ea09e;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 88px;
  display: none;
}

.blurb-section.blurb-en {
  padding-bottom: 100px;
  display: block;
}

.blurb-content {
  border-left: 1px #b7a186;
  flex-direction: row;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.blurb-content.blurb-ar {
  border-left-style: none;
  border-right: 1px solid #b7a186;
  padding-left: 0;
  padding-right: 40px;
}

.blurb-content-paragraph {
  color: var(--white);
  letter-spacing: .1px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  line-height: 1.33em;
}

.blurb-content-paragraph.paragraph-pb0 {
  padding-bottom: 0;
}

.blurb-content-paragraph.paragraph-pb0.ar {
  direction: rtl;
  color: #606060;
  font-family: Noto Naskh Arabic, sans-serif;
}

.blurb-content-paragraph.paragraph-pb0.par60 {
  color: #606060;
  font-weight: 300;
}

.blurb-content-paragraph.about-achievements-blurb-paragraph {
  padding-bottom: 0;
}

.blurb-content-paragraph.about-achievements-blurb-paragraph.ar {
  direction: rtl;
  color: #606060;
  font-family: Noto Naskh Arabic, sans-serif;
}

.blurb-content-paragraph.about-achievements-blurb-paragraph.par-60 {
  color: #606060;
  width: 72.9762px;
  font-weight: 300;
}

.blurb-content-paragraph.ar {
  direction: rtl;
  color: var(--white);
  padding-bottom: 0;
  font-family: Noto Naskh Arabic, sans-serif;
}

.blurb-columns {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.blurb-column {
  padding-left: 20px;
  padding-right: 20px;
}

.blurb-column.blurb-column-first {
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.blurb-anchor {
  color: #b7a186;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

.blurb-anchor.ar {
  direction: rtl;
  text-align: left;
  font-family: Noto Naskh Arabic, sans-serif;
}

.ip-section5 {
  background-color: #0000;
  padding-top: 123px;
  padding-bottom: 50px;
}

.ip-section5.ip-section4-en {
  display: none;
}

.ip-section5.ip-en-section {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.ip-section5.ip-en-section.m-t-60 {
  margin-top: 60px;
}

.ip-section5.ip-en-section.m-t-40 {
  margin-top: 40px;
  padding-bottom: 20px;
}

.ip-section5.ip-en-section.m-t-40.m-b-60 {
  padding-bottom: 40px;
}

.ip-section5.ip-en-section.pad-tb-60 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.ip-section5.pad-60 {
  padding-top: 60px;
}

.ip-section5.pad-lr-88 {
  padding-left: 88px;
  padding-right: 88px;
}

.ip-section5.pad-lr-88.pad-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ip-section4-image-content {
  width: 100px;
  max-width: 100%;
}

.right-icon-blurb-content {
  color: #606060;
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 30px;
  line-height: 1.4em;
}

.right-icon-blurb-content.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.hero-banner {
  background-image: url('../images/banner-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.hero-banner.media-centre {
  background-image: url('../images/media-banner-bg.jpg');
  display: block;
}

.hero-banner.media-centre.ar-flex {
  background-image: linear-gradient(#0006, #0006), url('../images/media-banner-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: flex;
}

.hero-banner.about {
  background-image: url('../images/media-banner-bg.jpg');
  background-position: 50%;
  padding-top: 100px;
}

.hero-banner.about.about-new {
  background-image: url('../images/About_BG.jpg');
}

.hero-banner.about.mediapage {
  background-image: linear-gradient(#0006, #0006), url('../images/media-banner-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-banner.gallery {
  background-image: url('../images/Group-25.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.hero-banner.governance {
  background-image: url('../images/interpol-governance-hero_AR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-banner.governance.hero-governance-ar {
  background-image: url('../images/interpol-governance-hero_AR.jpg');
}

.hero-banner.hero-banner-ar-interpolpres {
  background-image: url('../images/interpol_Presidency_hero_AR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-banner.hero-banner-pres-en {
  background-image: linear-gradient(#00000040, #00000040), url('../images/interpol_Presidency_hero_EN.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-banner-paragraph {
  color: #fff;
  letter-spacing: .3px;
  margin-bottom: 0;
  font-family: ArchivoMedium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.hero-banner-paragraph.hero-ban-ar {
  font-family: Noto Naskh Arabic, sans-serif;
}

.hero-banner-paragraph.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.hero-banner-paragraph.par-interpol-pres-page {
  max-width: 90%;
  font-family: ArchivoRegular, sans-serif;
  font-weight: 400;
}

.hero-banner-paragraph.par-interpol-pres-page.ar-noto-family.ar-inter-para {
  max-width: 420px;
  font-family: Noto Naskh Arabic, sans-serif;
}

.hero-banner-paragraph.par-interpol-pres-page.mobile {
  display: none;
}

.hero-banner-paragraph.about-hero-para {
  max-width: 445px;
  font-family: ArchivoMedium, sans-serif;
  font-weight: 500;
}

.hero-banner-paragraph.ar-noto-family.ar-ban-title {
  display: inline-block;
}

.hero-banner-content {
  direction: ltr;
  max-width: 538px;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.hero-banner-content.ar {
  direction: rtl;
  padding-right: 0;
}

.hero-banner-content.ar.ar-home-banner {
  max-width: 800px;
  padding-bottom: 100px;
}

.hero-banner-content.ar.ar-home-banner.pad-88 {
  padding-left: 88px;
  padding-right: 88px;
}

.hero-banner-content.hero-title-interpol-pres {
  max-width: 700px;
}

.hero-banner-content.mar-30 {
  padding-left: 10px;
}

.hero-banner-content.ar-flex {
  direction: rtl;
  flex-direction: column;
  display: flex;
}

.hero-banner-content.ar-flex.ar-gar-banner {
  max-width: 400px;
}

.hero-banner-content.ar-flex.ar-rtl {
  text-align: right;
}

.hero-banner-content.ar-flex.ar-rtl.ar-ban-title {
  display: block;
}

.hero-banner-content.en-flex {
  flex-direction: column;
  justify-content: flex-end;
  display: block;
}

.hero-banner-content.ar-rtl {
  direction: rtl;
  text-align: right;
}

.hero-banner-heading {
  border-bottom: 2px #b7a186;
  max-width: 470px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 26px;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  display: inline-block;
}

.hero-banner-heading.ar-heading {
  font-family: Noto Naskh Arabic, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.hero-banner-heading.ar {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.hero-banner-heading.ar-hero-interpol-presidency {
  direction: rtl;
  text-align: right;
  max-width: 600px;
  padding-bottom: 10px;
  font-family: Noto Naskh Arabic, sans-serif;
  display: inline-block;
  position: relative;
}

.hero-banner-heading.archivo-expanded-bold {
  text-transform: uppercase;
  border-top: 0 #000;
  border-bottom: 2px solid #b7a186;
  border-left: 2px #000;
  border-right: 0 #000;
  max-width: 100%;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 42px;
  font-weight: 700;
  display: inline-block;
  position: static;
}

.hero-banner-heading.archivo-expanded-bold.news-ban-text {
  border-bottom-style: none;
  max-width: 64%;
}

.hero-banner-heading.archivo-expand-bold {
  text-transform: uppercase;
}

.hero-banner-heading.archivo-expand-bold.h1-interpol-pres-page {
  border-bottom-style: none;
  max-width: 100%;
  font-size: 42px;
  position: relative;
}

.hero-banner-heading.archivo-expand-bold.h1-interpol-pres-page.ar-font {
  font-family: Noto Naskh Arabic, sans-serif;
}

.hero-banner-heading.heading-border {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black var(--anrlightgold) #b7a186 black;
  padding-bottom: 23px;
}

.hero-banner-heading.ar-noto-family.ar-ban-news, .hero-banner-heading.news-ban-text {
  display: block;
}

.blurb-image {
  width: 100%;
  margin-bottom: 22px;
}

.ip-section4-image {
  text-align: right;
}

.card-body-right {
  background-color: #0000;
  width: 100%;
  max-width: 500px;
  height: 100%;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.card-body-right.about-contribution-column2 {
  object-fit: fill;
  flex: 0 auto;
  order: -1;
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding-right: 0;
  display: block;
}

.card-body-right.about-work-column2.international-loc-work-left {
  order: 0;
}

.card-body-right.about-work-column2.ar-img-about {
  padding-left: 10px;
  padding-right: 0;
}

.card-body-right.col1-ar {
  order: 1;
}

.card-body-right.pad-left {
  width: 484px;
}

.card-body-right.ar-rtl {
  direction: rtl;
}

.blurb-image-container {
  width: 48.4375px;
  position: relative;
  overflow: hidden;
}

.news-list {
  margin-bottom: -75px;
  margin-left: -8px;
  margin-right: -8px;
  display: block;
}

.news-list.news-list-ar {
  direction: rtl;
  text-align: right;
  position: static;
}

.load-more-btn {
  align-items: center;
  padding: 10px 30px;
  display: block;
}

.news-item {
  width: 100%;
  padding: 40px 0;
}

.news-item.ar-rtl {
  direction: rtl;
  text-align: right;
}

.news-item-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 0;
  margin-bottom: 23px;
  padding-bottom: 100%;
}

.news-item-meta {
  border-bottom: 1px solid #b7a186;
  margin-bottom: 30px;
  padding-bottom: 13px;
}

.news-item-date {
  color: #606060;
  letter-spacing: .1px;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  line-height: 1.33em;
}

.news-item-title {
  color: #00427c;
  text-align: left;
  letter-spacing: .2px;
  min-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 33.5px;
  padding-right: 33px;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
  overflow: visible;
}

.news-item-title.news-item-title-ar {
  text-align: right;
  margin-bottom: 10px;
  padding-left: 33px;
  padding-right: 0;
  font-family: Noto Naskh Arabic, sans-serif;
}

.news-item-title.ar-rtl {
  direction: rtl;
  text-align: right;
  padding-right: 0;
}

.news-item-link {
  color: #606060;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.news-item-link.ar-news-item-link {
  font-family: Noto Naskh Arabic, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.news-list-items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 16px;
  display: block;
}

.news-list-items.news-list-items-ar {
  float: right;
}

.overlay {
  mix-blend-mode: multiply;
  background-color: #565656b3;
  position: absolute;
  inset: 0;
}

.overlay.about {
  background-color: #56565696;
}

.pagination {
  width: 100%;
}

.div-block-4 {
  position: absolute;
}

.hero-banner-subheading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Archivo, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-banner-subheading.ar-subheading {
  font-family: Noto Naskh Arabic, sans-serif;
}

.hero-banner-subheading.archivo-expanded {
  font-family: Archivo expanded regular, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.hero-banner-subheading.archivo-expanded.ar-rtl {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.about-career-column2 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Group-155.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 0;
  display: block;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.about-career-paragraph {
  color: var(--white);
  letter-spacing: .1px;
  margin-bottom: 30px;
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  line-height: 1.33em;
}

.about-career-paragraph.ar {
  direction: rtl;
  color: var(--white);
  font-family: Noto Naskh Arabic, sans-serif;
}

.about-career-paragraph.ar.text-grey {
  color: #606060;
  background-color: #0000;
}

.about-career-columns {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.about-career-column1 {
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.about-career-content {
  max-width: 547px;
}

.about-career {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.g-h6 {
  color: #b7a186;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33em;
}

.g-h6.h6-bordered {
  border-bottom: 1px solid #b7a186;
  margin-bottom: 27px;
  padding-bottom: 13px;
  font-weight: 400;
}

.g-h6.h6-bordered.ar {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.about-highlights-content {
  color: #706f6f;
  margin-bottom: 50px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}

.about-highlights-content.ar {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.about-highights-columns {
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 29px;
}

.about-highights-columns.last {
  padding-bottom: 0;
}

.about-highlights {
  padding-bottom: 53px;
}

.about-highlights-column {
  padding-left: 10px;
  padding-right: 20px;
}

.about-highlights-column.last {
  padding-left: 20px;
  padding-right: 10px;
}

.column-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.interpol-policy-img {
  opacity: 1;
  width: 100%;
  max-width: 746px;
  height: 100%;
  min-height: auto;
  display: inline-block;
}

.governance-intro-columns {
  border-top: 2px #b7a186;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.governance-intro-columns.gov-intro-col-ar {
  padding-left: 0;
  padding-right: 60px;
}

.g-h4 {
  color: #b7a186;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
}

.g-h4.h4-blue {
  color: #00427c;
  margin-top: 0;
  margin-bottom: 0;
}

.g-h4.h4-blue.governance-intro-heading {
  letter-spacing: .3px;
  margin-bottom: 24px;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 30px;
}

.g-h4.h4-blue.governance-intro-heading.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-h4.h4-blue.governance-intro-heading.mob-gov-head {
  display: none;
}

.g-h4.h4-blue.governance-intro-heading.ar-gov-heading {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
  font-size: 36px;
}

.g-h4.governance-bottom-h4 {
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 29px;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.g-h4.governance-bottom-h4.ar, .g-h4.governance-bottom-h4.ar-rtl {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.governance-item {
  text-align: center;
}

.governance-paragraph {
  color: #606060;
  letter-spacing: .3px;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 42px;
}

.governance-paragraph.ar, .governance-paragraph.ar-rtl {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.g-h5 {
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
}

.governance-intro-paragraph {
  color: #606060;
  letter-spacing: .3px;
  max-width: none;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.governance-intro-paragraph.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.governance-intro-paragraph.ar-gov-para {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.goverance-intro {
  max-width: 648px;
}

.governance-intro-column2 {
  padding-right: 0;
}

.governance-intro-column2.col-gov-2-ar {
  order: 1;
}

.col1-gov {
  padding-right: 30px;
}

.col1-gov.col1-gov-ar {
  order: 2;
  padding-left: 30px;
  padding-right: 10px;
}

.governance-intro {
  padding-top: 0;
}

.governance-bottom {
  padding-top: 0;
  padding-bottom: 120px;
}

.governance-bottom-header {
  outline-offset: 0px;
  text-align: center;
  outline: 3px #333;
}

.goverance-bottom-column1 {
  border-right: 1px solid #706f6f;
  padding-left: 0;
  padding-right: 0;
}

.governance-bottom-column2 {
  padding-left: 0;
  padding-right: 0;
}

.governance-bottom-columns {
  margin-left: 0;
  margin-right: 0;
}

.random.ar {
  text-align: right;
}

.enquire {
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  font-family: Tajawal, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.enquire.ar-rtl {
  font-family: Noto Naskh Arabic, sans-serif;
}

.iconleftarrow {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.iconrightarrow {
  direction: ltr;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.governance-bottom-header-container {
  border-top: 1px #b7a186;
  max-width: 1366px;
  padding-top: 0;
}

.governance-bottom-columns-container {
  border-top: 0 #706f6f;
  padding-top: 0;
}

.text-block-405 {
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

.icon {
  font-size: 30px;
}

.read-more-link.text-color-gold {
  text-align: right;
  padding-right: 60px;
  font-family: Archivo expanded bold, sans-serif;
  font-weight: 700;
  display: block;
}

.read-more-link.text-color-gold.read-more-link-ar {
  direction: rtl;
  text-align: right;
  padding-right: 60px;
  display: block;
}

.read-more-link.text-color-navy {
  direction: ltr;
  text-align: left;
  align-self: auto;
  padding-right: 0;
  font-family: Archivo expanded bold, sans-serif;
  font-weight: 700;
  display: flex;
}

.read-more-link.text-color-navy.read-more-link-ar {
  direction: rtl;
  text-align: right;
  display: block;
}

.read-more-link.text-color-navy.ar-rtl {
  direction: rtl;
  padding-right: 60px;
}

.news-collection-list-ar {
  direction: rtl;
}

.card-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.cards-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-heading-holder {
  border: 1px #000;
  border-top: 2px solid #b7a186;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 12px;
  font-family: Playfair Display, sans-serif;
  display: flex;
  position: static;
  inset: 10px auto auto;
  overflow: visible;
}

.card-heading-background {
  background-color: #0000;
  border-radius: .125rem;
  flex: 0 auto;
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.card-item {
  border-radius: .25rem;
  width: 100%;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.card-background {
  filter: saturate(120%);
  height: 100%;
  position: relative;
}

.grid-item-overlay {
  opacity: 1;
  background-color: #00427c33;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-link {
  height: 100%;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
  display: block;
  position: relative;
}

.card-content {
  z-index: 5;
  opacity: 1;
  object-fit: cover;
  flex-direction: column;
  justify-content: space-between;
  height: 23rem;
  margin-top: -6rem;
  padding: 1rem 1% 1.25rem;
  font-family: Archivo, sans-serif;
  font-size: .875rem;
  display: flex;
  position: relative;
  transform: translate(0, -80%);
}

.card-content.pad-lr-20 {
  padding-left: 10px;
  padding-right: 10px;
}

.card-heading-2 {
  color: #00427c;
  text-transform: none;
  object-fit: fill;
  border-left: .375rem #bb4ef3;
  border-radius: .125rem;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 0;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  display: block;
  position: static;
}

.card-heading-2.card-h-ar {
  height: 2rem;
  padding-top: .5rem;
  font-family: Noto Naskh Arabic, sans-serif;
}

.card-heading-2.card-h-ar.text-color-white {
  color: #fff;
  flex: 0 auto;
  position: static;
  inset: auto 0% 0% auto;
}

.card-heading-2.ar-card-rtl {
  direction: rtl;
  align-self: center;
  font-family: Noto Naskh Arabic, sans-serif;
}

.card-heading-wrapper {
  flex: 1;
  font-family: Playfair Display, sans-serif;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.paragraph-interactive {
  color: #706f6f;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.paragraph-interactive.par-intertactive-ar {
  margin-top: 1rem;
  font-family: Noto Naskh Arabic, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}

.paragraph-interactive.par-intertactive-ar.text-color-white {
  color: #fff;
  position: absolute;
  bottom: 0;
}

.paragraph-interactive.ar-card-body {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
  font-weight: 400;
}

.cards-container {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 88px;
  font-family: Playfair Display, sans-serif;
  font-weight: 500;
}

.cards-container.cards-container-ar {
  direction: rtl;
  text-align: right;
  display: block;
}

.cards-container.pad-98 {
  width: 100%;
  max-width: 100%;
}

.manifesto-par {
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.manifesto-par.text-color-granite.p1 {
  width: 100%;
  max-width: 473px;
  margin-bottom: 40px;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.manifesto-par.text-color-granite.p1.p1-ar {
  direction: rtl;
  text-align: right;
  max-width: 100%;
  padding-right: 0;
  font-family: Noto Naskh Arabic, sans-serif;
}

.manifesto-par.text-color-granite.p1.ar-inter-key-para {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.manifesto-par.text-color-granite.p1.ar-inter-para {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.manifesto-par.text-color-granite.p2 {
  padding-left: 0;
  padding-right: 0;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.manifesto-par.text-color-granite.p2.p2-ar {
  direction: rtl;
  text-align: right;
  padding-right: 0;
  font-family: Noto Naskh Arabic, sans-serif;
}

.manifesto-par.text-color-granite.p2.ar-inter-para {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.img-holder {
  background-image: linear-gradient(#00427c, #00427c);
}

.section-committee {
  background-color: var(--white);
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.image-8 {
  width: 100%;
  display: block;
}

.committee-cols {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.committee-cols.com-col-ar {
  direction: rtl;
}

.com {
  background-color: #706f6f1a;
  padding: 3rem 2rem 3rem 88px;
}

.com.com-exec-ar {
  padding-left: 2rem;
  padding-right: 88px;
  font-family: Noto Naskh Arabic, sans-serif;
}

.assembly {
  background-color: #706f6f1a;
  padding: 3rem 88px 3rem 2rem;
}

.assembly.assem-ar {
  padding-left: 88px;
  padding-right: 2rem;
}

.par-commitee {
  color: var(--dimgreytxt);
  padding-top: 1rem;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.par-commitee.par-com-ar {
  font-family: Noto Naskh Arabic, sans-serif;
}

.new-cards-grid {
  grid-column-gap: 60px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.new-cards-grid.news-card-grid-ar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  direction: rtl;
}

.card-items {
  width: 100%;
  height: 30rem;
  position: relative;
}

.imgbg-gov-col2 {
  display: none;
}

.new-career {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hr-line-1 {
  background-color: #b7a186;
  width: 100%;
  max-width: 1400px;
  height: 1px;
  margin-top: 75px;
  margin-bottom: 75px;
  padding-left: 0;
  padding-right: 0;
}

.hr-line-1.g-container {
  background-color: #b7a186;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1px;
}

.hr-line-1.line-primary {
  color: #b7a186;
  background-color: #b7a186;
  width: 100%;
  max-width: 1400px;
  height: 2px;
  line-height: 20px;
}

.hr-line-1.line-primary.mar-top-bottom-70 {
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 0;
}

.hr-line-1.line-primary.color-blue {
  background-color: #00427c;
}

.hr-line-1.pad-bottom-60 {
  margin-bottom: 60px;
}

.hr-line-1.pad-top-20 {
  margin-top: 60px;
}

.hr-line-1.pad-50 {
  padding-left: 0;
  padding-right: 0;
}

.hr-line-1.color-blue {
  background-color: #00427c;
}

.hr-line-1.line-grey {
  background-color: #706f6f;
}

.card-head {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-head.ar-card-centre {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.div-block-5 {
  border-top: 1px solid #b7a186;
  margin-top: 30px;
  font-family: Archivo, sans-serif;
}

.image-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;
  width: 50%;
  height: 100%;
}

.ip-section6.pad-bottom-60 {
  padding-bottom: 60px;
  display: block;
}

.ip-section6.pad-bottom-60.hide-map {
  display: none;
}

.ip-section2-column1-copy {
  order: 1;
  padding-left: 50px;
  padding-right: 20px;
}

.ip-section2-column1-copy.about-contribution-column1 {
  padding-left: 60px;
}

.ip-section2-column1-copy.about-contribution-column1.about-work-column1 {
  padding-left: 40px;
  padding-right: 0;
}

.ip-section2-column1-copy.about-contribution-column1.about-work-column1.pol-work-right {
  order: 0;
}

.ip-section2-column1-copy.about-contribution-column1.about-work-column1.ar-about {
  padding-left: 0;
  padding-right: 40px;
}

.ip-section2-column1-copy.about-contribution-column1.contrib-left {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ip-section2-column1-copy.col2-ar {
  order: -1;
  padding-left: 20px;
  padding-right: 50px;
}

.g-columns-left-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.g-columns-left-image.flex-vc {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.g-columns-left-image.flex-vc.right-icon-blurb-columns {
  padding-left: 70px;
  padding-right: 105px;
}

.g-columns-left-image.flex-vc.about-contribution-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
}

.g-columns-left-image.flex-vc.about-contribution-columns.about-work-columns {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 40px;
}

.div-block-6 {
  flex: 0 auto;
  align-self: flex-end;
  width: 100%;
  margin-left: auto;
  padding-left: 0;
  font-family: Archivo, sans-serif;
}

.div-block-6.ar-rtl {
  direction: rtl;
}

.div-block-7 {
  padding: 40px 0;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-548 {
  width: 72.9762%;
}

.div-block-9 {
  justify-content: flex-end;
  width: 64%;
  display: flex;
}

.b {
  width: 100%;
}

.div-block-10 {
  width: 48.4375%;
}

.div-block-11 {
  width: 52%;
}

.blurb-image-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blurb-image-1.flex-vc {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blurb-image-1.flex-vc.right-icon-blurb-columns {
  padding-left: 70px;
  padding-right: 105px;
}

.blurb-image-1.flex-vc.about-contribution-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: flex-start;
}

.blurb-image-1.flex-vc.about-contribution-columns.about-work-columns {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 40px;
}

.blurb-image-1.flex-vc.about-contribution-columns.pad-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.hr-line-1-copy {
  height: 1px;
}

.hr-line-1-copy.g-container {
  background-color: #b7a186;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1px;
}

.blurb-paragraph {
  letter-spacing: .1px;
  font-family: Noto Sans, sans-serif;
  font-size: 30px;
  line-height: 1.4em;
}

.blurb-paragraph.paragraph-white {
  color: #fff;
}

.blurb-paragraph.paragraph-white.paragraph-547 {
  max-width: 547px;
}

.blurb-paragraph.paragraph-white.paragraph-547.paragraph-pb0 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.blurb-paragraph.paragraph-white.paragraph-547.paragraph-pb0.first {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.blurb-paragraph.paragraph-white.paragraph-547.paragraph-pb0.first.ar, .blurb-paragraph.paragraph-white.paragraph-547.paragraph-pb0.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.blurb-paragraph.about-contribution-paragraph {
  color: #706f6f;
  max-width: 539px;
  margin-bottom: 20px;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.blurb-paragraph.about-contribution-paragraph.first {
  color: #fff;
  letter-spacing: .3px;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 30px;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}

.blurb-paragraph.about-contribution-paragraph.first.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.blurb-paragraph.about-contribution-paragraph.about-work-paragraph {
  max-width: 610px;
  font-size: 24px;
}

.blurb-paragraph.about-contribution-paragraph.about-work-paragraph.first {
  font-size: 24px;
}

.blurb-paragraph.about-contribution-paragraph.ar {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.blurb-section2-column1 {
  order: 1;
  padding-left: 50px;
  padding-right: 20px;
}

.blurb-section2-column1.about-contribution-column1 {
  padding-left: 60px;
}

.blurb-section2-column1.about-contribution-column1.about-work-column1 {
  padding-left: 40px;
  padding-right: 0;
}

.blurb-section2-column1.about-contribution-column1.about-work-column1.pol-work-right {
  order: 0;
}

.blurb-section2-column1.about-contribution-column1.about-work-column1.ar-about {
  padding-left: 0;
  padding-right: 40px;
}

.blurb-section2-column1.about-contribution-column1.contrib-left {
  flex-direction: column;
  order: 1;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blurb-section2-column1.col2-ar {
  order: -1;
  padding-left: 20px;
  padding-right: 50px;
}

.blurb-image-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blurb-image-2.flex-vc {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blurb-image-2.flex-vc.right-icon-blurb-columns {
  padding-left: 70px;
  padding-right: 105px;
}

.blurb-image-2.flex-vc.about-contribution-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: flex-start;
}

.blurb-image-2.flex-vc.about-contribution-columns.about-work-columns {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 40px;
}

.blurb-image-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blurb-image-3.flex-vc {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blurb-image-3.flex-vc.right-icon-blurb-columns {
  padding-left: 70px;
  padding-right: 105px;
}

.blurb-image-3.flex-vc.about-contribution-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: flex-start;
}

.blurb-image-3.flex-vc.about-contribution-columns.about-work-columns {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 40px;
}

.content--section2-column1 {
  order: 1;
  padding-left: 50px;
  padding-right: 20px;
}

.content--section2-column1.about-contribution-column1 {
  padding-left: 60px;
}

.content--section2-column1.about-contribution-column1.about-work-column1 {
  padding-left: 40px;
  padding-right: 0;
}

.content--section2-column1.about-contribution-column1.about-work-column1.pol-work-right {
  order: 0;
}

.content--section2-column1.about-contribution-column1.about-work-column1.ar-about {
  padding-left: 0;
  padding-right: 40px;
}

.content--section2-column1.about-contribution-column1.contrib-left {
  order: -1;
  padding-left: 0;
  padding-right: 0;
}

.content--section2-column1.col2-ar {
  order: -1;
  padding-left: 20px;
  padding-right: 50px;
}

.fllex-space-btw {
  border-bottom: 1px solid #b7a186;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.fllex-space-btw.bottom-border-none {
  border-bottom-style: none;
}

.fllex-space-btw.ar-inter-last {
  flex-direction: row-reverse;
}

.text-block-406 {
  font-size: 1.875rem;
}

.orgname {
  color: #b7a186;
  width: 50%;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.4rem;
}

.orgname.ar-inter-rtl {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
  font-weight: 700;
}

.orgname.ar-inter-rtl.ar-edu-width {
  width: 50%;
  max-width: none;
  padding-left: 100px;
}

.div-block-12 {
  color: #706f6f;
  border-bottom: 0 #000;
  width: 50%;
  max-width: 632px;
  padding-bottom: 0;
  padding-left: 90px;
  font-family: Archivo, sans-serif;
  font-size: 1.5rem;
}

.paragraph-550 {
  color: #706f6f;
  margin-bottom: 40px;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-550.ar-inter-rtl {
  direction: rtl;
  text-align: right;
  font-family: Noto Naskh Arabic, sans-serif;
}

.paragraph-551 {
  color: #706f6f;
  margin-bottom: 40px;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-551.ar-inter-rtl {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
}

.link-3 {
  color: #b7a186;
  font-size: 16px;
  position: relative;
  top: 5px;
  right: 11px;
}

.link-3.ar-link3 {
  direction: rtl;
  font-family: Noto Naskh Arabic, sans-serif;
  font-size: 20px;
  font-weight: 500;
  left: 11px;
  right: 0;
}

.collection-list-3 {
  display: flex;
}

.c-map-contain {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0%;
}

.c-map-contain.hide-map {
  display: none;
}

.c-map-image {
  z-index: 1;
  width: 100%;
  display: block;
  position: relative;
}

.c-map-dot {
  z-index: 1;
  margin-top: 2em;
  margin-left: 1em;
  display: block;
  position: absolute;
  inset: 0%;
}

.c-map-dot.circle-hidden {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.5vw;
  line-height: 1.5vw;
  display: block;
  inset: 0%;
}

.c-map-circle {
  z-index: 0;
  background-color: #00427c;
  border-radius: 100px;
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  inset: 0%;
}

.paragraph-552 {
  color: #fff;
  margin-bottom: 31px;
  font-family: Archivo, sans-serif;
  font-size: 1.125rem;
}

.paragraph-553 {
  font-size: 1.25rem;
}

.paragraph-554 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Archivo, sans-serif;
  font-size: 1.125rem;
  line-height: 25px;
}

.paragraph-555 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Archivo, sans-serif;
  font-size: 1.25rem;
  line-height: 25px;
}

.heading-405 {
  color: #fff;
  border-top: 1px solid #ffffff40;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.c-map-hover {
  z-index: -1;
  background-color: #00427c;
  width: auto;
  min-width: 10rem;
  max-width: 20rem;
  height: auto;
  line-height: 0;
  display: none;
  position: absolute;
  inset: auto 0% -19px -5px;
}

.div-block-14 {
  color: #fff;
  margin-right: 0;
  padding: 20px 20px 0;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.c-map-triangle {
  border: 1.25rem solid #0000;
  border-top-color: #00427c;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  inset: auto auto -39px 16px;
}

.collection-wrapper {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.collection-list-4 {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.collection-item-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
}

.html-embed-3 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  font-family: Archivo, sans-serif;
  font-size: 1vw;
  line-height: 1;
  position: relative;
}

.pad-98 {
  padding-left: 98px;
  padding-right: 98px;
}

.div-block-15.pad-10 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-15.news-pad-left {
  display: block;
}

.div-block-15.news-pad-left.ar-rtl {
  direction: rtl;
}

.c-map-container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.c-map-container.ip-section2-heading {
  width: 100%;
  padding-bottom: 10px;
}

.c-map-container.ip-section2-heading.about-contribution-heading {
  width: 100%;
  margin-bottom: 0;
}

.c-map-container.right-icon-blurb-container {
  border-bottom: 1px solid #b7a186;
  padding-top: 41px;
  padding-bottom: 41px;
}

.c-map-container.right-icon-blurb-container.border-b0 {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.c-map-container.ip-section4-heading {
  border-bottom: 2px #b7a186;
  padding-left: 88px;
  padding-right: 88px;
}

.c-map-container.ip-section4-heading.ip-heading-4 {
  border-bottom-style: none;
}

.c-map-container.ip-section4-heading.ip-sec4-heading-en {
  border-bottom-style: none;
  padding-left: 0;
  padding-right: 0;
}

.c-map-container.career-section {
  background-color: #0000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.c-map-container.about-achievements-heading {
  padding-bottom: 60px;
}

.c-map-container.about-achievements-heading.ar {
  text-align: right;
}

.c-map-container.about-highlights-heading {
  padding-bottom: 60px;
}

.c-map-container.about-highlights-heading.pad-98 {
  padding-bottom: 0;
}

.c-map-container.goverance-intro-container {
  border: 0 solid #000;
  padding-top: 80px;
  padding-left: 98px;
  padding-right: 98px;
}

.c-map-container.goverance-bottom-container {
  max-width: 1366px;
}

.c-map-container.goverance-bottom-container.first {
  border-top: 0 solid #b7a186;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 61px;
}

.c-map-container.goverance-bottom-container.last {
  border-top: 0 solid #706f6f;
  padding-top: 0;
}

.c-map-container.ar {
  direction: rtl;
}

.c-map-container.news {
  padding-bottom: 70px;
}

.c-map-container.news.news-ar {
  direction: rtl;
  text-align: right;
}

.c-map-container.g-white {
  background-color: var(--white);
  padding-left: 0;
  padding-right: 0;
}

.c-map-container.pres-mandate-g {
  padding-top: 2rem;
}

.c-map-container.pad-98 {
  max-width: 1640px;
  height: auto;
  padding-left: 88px;
  padding-right: 88px;
}

.c-map-container.pad-98.hide-map {
  display: none;
}

.c-map-container.pad-88 {
  flex: 0 auto;
  padding-left: 88px;
  padding-right: 88px;
}

.cover-shape-2 {
  background-color: #00427c;
  display: none;
  position: absolute;
  inset: 0%;
}

.cover-shape-2.covershap-blue {
  background-color: #00427c;
  width: auto;
  height: auto;
}

.cover-shape-committe {
  background-color: #00427c;
  display: none;
  position: absolute;
  inset: 0%;
}

.cover-shape-committe.covershap-blue {
  background-color: #fff;
  width: auto;
  height: auto;
}

.div-block-16 {
  text-indent: 0;
}

.html-embed-4 {
  display: block;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.div-block-17.pad-10 {
  padding-left: 0;
}

.div-block-17.pad-10.ar-flex {
  display: flex;
}

.div-block-17.pad-10.ar-flex-end {
  justify-content: flex-end;
  display: flex;
}

.div-block-18 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-18.pad-gal-left.ar-rtl {
  direction: rtl;
  text-align: right;
}

.pad-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.mob-event-detail {
  display: none;
}

.collection-item-5 {
  width: 100%;
}

.key-content {
  max-width: 50%;
  padding-left: 40px;
}

.key-section-hr-line1 {
  background-color: #00427c;
  width: 100%;
  max-width: 1400px;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.key-section-hr-line1.g-container {
  background-color: #b7a186;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1px;
}

.key-section-hr-line1.line-primary {
  color: #b7a186;
  background-color: #b7a186;
  width: 100%;
  max-width: 1400px;
  height: 2px;
  line-height: 20px;
}

.key-section-hr-line1.line-primary.mar-top-bottom-70 {
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 0;
}

.key-section-hr-line1.line-primary.color-blue {
  background-color: #00427c;
}

.key-section-hr-line1.pad-bottom-60 {
  margin-bottom: 60px;
}

.key-section-hr-line1.pad-top-20 {
  margin-top: 60px;
}

.key-section-hr-line1.pad-50 {
  padding-left: 0;
  padding-right: 0;
}

.key-section-hr-line1.color-blue {
  background-color: #00427c;
}

.key-section-hr-line1.pad-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.key-section-hr-line1.key-white {
  background-color: #fff;
}

.image-10 {
  width: 48px;
  height: 45px;
}

.div-block-20 {
  align-items: center;
  display: flex;
}

.career-container {
  flex: 1;
  max-width: 648px;
  display: block;
  position: relative;
}

.career-content {
  text-align: left;
  flex: 1;
  max-width: none;
  padding-right: 40px;
}

.career-content.career-content-ar {
  text-align: right;
  flex: 0 auto;
}

.c-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-container.pad-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.about-uae {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.about-uae.pad-bottom-80 {
  padding-bottom: 80px;
}

.u-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.u-container.pad-30 {
  padding-left: 10px;
  padding-right: 0;
}

.uae-content {
  flex: 1;
  max-width: none;
  padding-left: 40px;
  padding-right: 0;
}

.uae-content.ar-rtl {
  direction: rtl;
}

.interpolpolicy {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.inter-content {
  flex: 1;
  max-width: none;
  padding-right: 50px;
}

.inter-content.ar-rtl {
  direction: rtl;
}

.inter-container, .uae-container {
  flex: 1;
  max-width: 648px;
  display: block;
  position: relative;
}

.keyacheive-section {
  background-color: #8ea09e;
  padding-top: 90px;
  padding-bottom: 90px;
}

.key-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.key-container.pad-30 {
  padding-left: 10px;
  padding-right: 0;
}

.key-container.pad-20 {
  align-items: flex-start;
  position: relative;
}

.key-img {
  flex: 1;
  max-width: 648px;
  display: block;
  position: relative;
}

.key-content-1 {
  max-width: 1640px;
}

.html-embed-5 {
  display: block;
}

.twitter-elfsight {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-406 {
  z-index: 0;
  background-color: var(--navy);
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-407 {
  color: #fff;
  text-align: center;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  display: none;
  position: relative;
  inset: -11px auto auto 5px;
}

.html_embed_sliderinmodal {
  display: block;
}

.html_embed_sliderinmodal.embed-hide {
  display: none;
}

.grid-post-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  justify-items: stretch;
  display: grid;
}

.blog-hero-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
}

.post-content {
  color: #706f6f;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.post-content li {
  margin-top: 10px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
}

.blog-post-featuredimg {
  object-fit: cover;
  width: 100%;
}

.hotspot {
  display: block;
  position: absolute;
}

.hotspot.hide-hotspot {
  display: none;
}

.modal-content {
  display: block;
  position: static;
}

.modal-content.hide-map {
  display: none;
}

.slide-item {
  display: block;
  position: static;
}

.reference_html, .html-embed-6 {
  display: block;
}

.html-embed-6.hide-map {
  display: none;
}

.dum {
  color: #f50004;
  display: block;
}

.collection-list-wrapper-6 {
  position: static;
}

.collection-list-wrapper-7 {
  display: block;
}

.continent-embed {
  padding-right: 0;
}

.hide-map {
  display: block;
}

.map-container.pad-40 {
  padding-top: 30px;
}

.map-container.pad-40.pad-88 {
  padding-left: 88px;
  padding-right: 88px;
}

.map-container.pad-40.pad-88.ar-map.armap-hideonmob {
  padding-bottom: 60px;
  display: block;
}

.div-block-21.pad-inter-left.ar-rtl, .pad-uae-left.ar-rtl {
  direction: rtl;
}

.ar-noto-family {
  font-family: Noto Naskh Arabic, sans-serif;
}

.ar-banner-title {
  font-family: Noto Naskh Arabic, sans-serif;
  display: inline;
}

.hero-para {
  font-family: Noto Naskh Arabic, sans-serif;
}

.grid-post-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-bottom: 16px;
  display: grid;
}

.blog-post-title {
  color: #00427c;
  font-family: Archivo expanded bold, sans-serif;
  font-size: 34px;
}

.bloglink.prevnext_link {
  color: var(--anrgold);
  max-width: 100%;
  font-family: ArchivoRegular, sans-serif;
  display: inline-block;
}

.bloglink.prevnext_link.w--current {
  max-width: 100%;
  padding: 1rem;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.nextandprevrow {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.prevdiv {
  font-family: ArchivoRegular, sans-serif;
}

.fs_prevnext_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_prevnext_block {
  background-color: #272727;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs_prevnext_block:hover {
  color: #fffc;
}

.fs_prevnext_empty {
  color: #ffffff4d;
  background-color: #272727;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.prevnext_list {
  position: relative;
}

.prevnext_item_two {
  position: absolute;
  inset: 0%;
}

.article-image {
  max-height: none;
  padding-bottom: 15px;
  display: block;
}

.heading-next-prev {
  color: #706f6f;
  font-family: ArchivoMedium, sans-serif;
  font-weight: 500;
}

.fs_insertpost {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 1440px) {
  h1 {
    color: var(--white);
    font-family: Cardo;
  }

  h2 {
    color: #706f6f;
    font-family: Archivo, sans-serif;
  }

  h3, h4, h5, h6 {
    color: var(--white);
    font-family: Cardo;
  }

  p {
    color: #706f6f;
    font-family: Archivo, sans-serif;
    font-size: 18px;
  }

  ol {
    color: var(--white);
    margin-top: 40px;
    font-family: Montserrat, sans-serif;
  }

  .main {
    background-color: var(--anrblue);
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .main.white {
    background-color: var(--alice-blue);
  }

  .main.value {
    padding: 0 0 220px;
  }

  .main.blie {
    background-color: var(--anrblue);
  }

  .main.buy {
    overflow: hidden;
  }

  .main.buy.main-achievement {
    overflow: visible;
  }

  .main.main-about-2022 {
    width: 100%;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section {
    background-image: url('../images/major-general-ahmed-naser-al-raisi.jpg');
    flex-direction: row;
  }

  .hero-section.hero-home.hero-home-2022 {
    padding-left: 0;
    line-height: 72px;
  }

  .hero-section.hero-home.hero-home-2022.hero-pad-left {
    padding-left: 108px;
  }

  .hero-section.hero-home.hero-home-2022.hero-pad-left.ar-rtl {
    padding-left: 0;
    padding-right: 45px;
  }

  .description-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-right: 140px;
    padding-top: 180px;
    padding-left: 140px;
    padding-right: 0;
  }

  .description-section.second {
    background-image: none;
    border: 1px #000;
    margin-right: 0;
    padding-top: 6.5vw;
    padding-bottom: 6.5vw;
  }

  .description-section.second.contact-section {
    max-width: 1640px;
    margin-bottom: 0;
  }

  .container {
    width: 55vw;
    padding-top: 5vw;
  }

  .overflow {
    flex: 0 auto;
  }

  .overflow.mb {
    margin-bottom: 24px;
  }

  .overflow.mt.auto, .overflow.auto {
    width: 31.2vw;
  }

  .subheading {
    font-family: Tajawal, sans-serif;
    font-size: 16px;
    line-height: 1.2;
  }

  .subheading.slider {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 1.5vw;
    padding-top: 0;
    font-size: 1.1vw;
    line-height: 1.4em;
  }

  .subheading.white {
    color: var(--white);
    font-family: Tajawal, sans-serif;
    font-size: 18px;
  }

  .parallax-heading {
    text-transform: none;
    max-width: 40vw;
    font-size: 24px;
  }

  .parallax-heading.border-bottom-gold {
    border-bottom: 2px solid var(--anrgold);
    border-radius: 0;
    max-width: 32vw;
    padding-bottom: 20px;
  }

  .main-paragraph {
    font-family: Tajawal, sans-serif;
    font-size: 18px;
  }

  .main-paragraph.link {
    color: var(--white);
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    font-family: Tajawal, sans-serif;
    font-size: 12px;
    transition: color .4s ease-in-out;
  }

  .main-paragraph.link:hover {
    color: var(--alice-blue);
  }

  .main-paragraph.link.blog {
    margin-left: 0;
    font-family: Tajawal, sans-serif;
    font-size: .85vw;
    font-weight: 400;
  }

  .main-paragraph.link.blog:hover {
    color: var(--alice-blue);
    transform: none;
  }

  .main-paragraph.link.black {
    color: var(--midnight-blue);
    text-transform: uppercase;
  }

  .main-paragraph.link.black.safety-more-white {
    font-size: 16px;
  }

  .main-paragraph.white {
    color: var(--white);
    font-size: 18px;
  }

  .main-paragraph.white.about {
    color: var(--white);
    font-family: Tajawal, sans-serif;
    font-size: 30px;
  }

  .main-paragraph.white.about.direction-rtl {
    direction: rtl;
    text-align: right;
  }

  .main-paragraph.about {
    color: var(--black);
    font-family: Tajawal, sans-serif;
    font-size: 18px;
  }

  .main-paragraph.about.black {
    margin-bottom: 20px;
    font-family: Tajawal, sans-serif;
    line-height: 1.8;
  }

  .main-paragraph.about.black.parallax-about {
    width: 30vw;
    margin-top: auto;
    margin-left: auto;
  }

  .main-paragraph.community-par {
    color: var(--dark-slate-grey);
    padding-right: 140px;
    display: block;
  }

  .main-paragraph.community-par.notosans.text-colour-white.en-par {
    padding-right: 100px;
  }

  .main-paragraph.community-par.notosans.main-par-en {
    font-size: 24px;
  }

  .link {
    color: var(--midnight-blue);
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 3px;
    text-decoration: none;
  }

  .link:hover {
    transform: translate(0);
  }

  .link.blog {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 0;
    padding-top: 0;
  }

  .link.contact {
    align-items: center;
    margin-top: 40px;
    margin-left: auto;
  }

  .slider-section {
    padding-top: 0;
  }

  .slider-section.second {
    background-color: var(--anrblue);
    padding-top: 189px;
  }

  .slider-section.second.news-section {
    display: none;
  }

  .mask-second, .content-slider {
    overflow: visible;
  }

  .grid-landing {
    grid-template-columns: 12.5vw 75vw 12.5vw;
    width: 100vw;
  }

  .blog-slide-image {
    max-width: 100%;
    padding-top: 55px;
  }

  .blog-slide-image.second {
    height: 55vh;
  }

  .white-filter {
    display: block;
  }

  .white-filter._1 {
    display: none;
  }

  .content-card-slide {
    border: 1px #000;
    overflow: visible;
  }

  .content-card-slide._3 {
    justify-content: flex-end;
    width: auto;
  }

  .content-card-slide._2 {
    justify-content: flex-start;
    width: 100%;
  }

  ._2 {
    justify-content: center;
    margin-right: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .collumn-left.slider-house {
    z-index: 8;
    background-color: var(--white);
    align-items: flex-start;
    width: 21.4vw;
    padding: 2.5vw;
    bottom: 1.1vw;
  }

  .main-heading.all-caps.white {
    direction: ltr;
    text-transform: none;
    font-family: Tajawal, sans-serif;
    font-size: 50px;
    display: block;
  }

  .main-heading.all-caps.white.hero {
    text-transform: uppercase;
    width: auto;
    font-size: 5vw;
    font-weight: 700;
  }

  .main-heading.all-caps.white.hero.absolute {
    font-size: 72px;
    position: relative;
    top: -110%;
    bottom: -91px;
  }

  .main-heading.all-caps.white.hero.absolute.local-awards {
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .main-heading.all-caps.white.hero.blog {
    width: 60%;
    font-size: 50px;
  }

  .main-heading.all-caps.white.hero.black {
    color: var(--midnight-blue);
    text-transform: none;
    font-size: 70px;
  }

  .main-heading.all-caps.white.mainheading-ar {
    direction: rtl;
  }

  .link-section {
    background-color: var(--white);
    padding-bottom: 5.55vw;
  }

  .grid-section {
    grid-template-columns: 31.25vw auto 35vw;
  }

  .grid-section.inspector-general {
    display: none;
  }

  .container-text {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .container-text._2 {
    justify-content: flex-end;
    padding-bottom: 4vw;
    padding-left: 13px;
    padding-right: 10vw;
  }

  .container-text.blog {
    flex-direction: column;
  }

  .container-text.blog.flex {
    flex-direction: row;
    justify-content: flex-start;
  }

  .container-text.blog.flex.reverse {
    padding-top: 32px;
  }

  .container-image-background {
    background-image: url('../images/fissa2.jpg');
    height: 28.25vw;
  }

  .backgound-image.first {
    background-image: url('../images/buy2.jpg');
  }

  .backgound-image.second, .backgound-image.third {
    background-image: url('../images/international-leader.jpeg');
  }

  .backgound-image.image-first {
    background-image: none;
  }

  .backgound-image.image-first.section2 {
    background-image: url('../images/as_leader.jpg');
  }

  .backgound-image.image-first.current-role {
    background-image: url('../images/Group_70.png');
  }

  .backgound-image.image-first.presidency1 {
    background-image: url('../images/interpol-presidency.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .backgound-image.image-second {
    background-image: url('../images/as_leader.jpg');
  }

  .backgound-image.image-second.current-role {
    background-image: url('../images/Group_70.png');
  }

  .backgound-image.image-second.presidency1 {
    background-image: url('../images/interpol-presidency.png');
    background-repeat: no-repeat;
  }

  .backgound-image.third-image.presidency1 {
    background-image: url('../images/Group_68.png');
    background-repeat: no-repeat;
  }

  .grid {
    grid-template-columns: 42vw 1fr;
  }

  .container-image-second.fourth-image {
    background-image: none;
    width: 100%;
    height: 31vw;
  }

  .container-image-second.fourth-image.container-image-inspector-general.container-img-presidency {
    min-height: 35vw;
  }

  .containedr-link {
    padding-left: 5vw;
  }

  .containedr-link.home-firstfold {
    padding-left: 0;
  }

  .containedr-link.home-firstfold.imgonleft {
    padding-left: 5vw;
  }

  .containedr-link.grid-interpol-election {
    max-width: 850px;
  }

  .containedr-link.grid-interpol-election.on-my-election {
    max-width: 75rem;
  }

  .link-wrap {
    opacity: 1;
    transition-property: none;
  }

  .link-heading {
    margin-left: 10px;
    font-family: Tajawal, sans-serif;
    font-size: 63px;
    line-height: 1;
  }

  .link-heading.track-record {
    margin-left: 0;
    padding-right: 140px;
    line-height: 1;
  }

  .grid-second {
    height: auto;
  }

  .background-image-wrapp {
    background-image: url('../images/Contact.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .background-image-wrapp.second {
    background-color: var(--anrblue);
    background-image: none;
    padding: 237px 117px;
  }

  .background-image-wrapp.second.contact-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .slider {
    margin-top: 2vw;
    padding-top: 0;
  }

  .mask {
    overflow: visible;
  }

  .content-slide {
    margin-left: auto;
    margin-right: auto;
  }

  .content-slide.reverse {
    flex-direction: column-reverse;
    display: flex;
    transform: translate(0, -22%);
  }

  .image {
    width: 20px;
    height: auto;
    margin-bottom: 0;
  }

  .image.slide {
    width: 100%;
  }

  .image._2 {
    width: 19px;
  }

  .order-heading {
    font-size: 5vw;
    display: none;
  }

  .heading {
    font-family: Tajawal, sans-serif;
    font-size: 32px;
    line-height: 1.1;
  }

  .text-span {
    font-family: Montserrat, sans-serif;
  }

  .text-span._2 {
    font-family: Tajawal, sans-serif;
    font-size: 16px;
  }

  .logo-image {
    width: 7.8vw;
    margin-bottom: 1.5vw;
  }

  .logo-image._404 {
    width: 300px;
  }

  .slider-grid {
    grid-row-gap: 1vw;
    grid-template-columns: 1fr;
    margin-bottom: 1.8vw;
  }

  .container-text-grid {
    align-items: center;
    padding-left: 0;
  }

  .container-text-grid.about {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 5vw;
    padding-right: 2vw;
  }

  .container-text-grid.about.second {
    align-items: flex-start;
    padding-left: 10vw;
  }

  .container-text-grid.about.second.txt-intl {
    padding-left: 5vw;
  }

  .container-text-grid.about.career {
    display: block;
  }

  .container-text-grid.about.container-text-police-health {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-text-grid.about.keyrole {
    padding-left: 10vw;
  }

  .container-text-grid.about.text-elected {
    padding-left: 0;
  }

  .price-paragraph {
    color: var(--midnight-blue);
    text-align: right;
    margin-bottom: 0;
    font-size: 1.05vw;
  }

  .price-paragraph.link {
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Cardo;
  }

  .price-paragraph.link:hover {
    opacity: .65;
    transform: none;
  }

  .span-link {
    color: #021d2b80;
    text-transform: lowercase;
    font-style: italic;
    font-weight: 400;
  }

  .text-field {
    text-transform: capitalize;
    flex: 1;
    margin-top: .5vw;
    padding-bottom: 10px;
    font-family: Tajawal, sans-serif;
    font-size: 16px;
  }

  .text-field.blue {
    color: var(--midnight-blue);
    text-transform: lowercase;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 2;
  }

  .text-field.blue.margin {
    text-transform: lowercase;
    margin-top: 94px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .text-field._2 {
    margin-top: 5px;
  }

  .text-field.message {
    margin-top: 10px;
    padding-top: 13px;
    padding-bottom: 40px;
    line-height: 7.2;
  }

  .submit-button {
    color: var(--midnight-blue);
    margin-top: 0;
    padding: 15px 20px;
    font-size: 1vw;
  }

  .submit-button:hover {
    opacity: .56;
  }

  .submit-button.white {
    color: var(--white);
  }

  .heading-contact {
    margin-bottom: 2vw;
    font-family: Tajawal, sans-serif;
    font-size: 38px;
    line-height: 1;
  }

  .icon-image {
    width: 1.6vw;
    font-size: 2vw;
  }

  .icon-image._2 {
    transform: rotate(-90deg);
  }

  .slide-nav {
    display: none;
  }

  .slide {
    margin-left: 0;
    margin-right: 191px;
  }

  .right-arrow {
    z-index: 9999;
    opacity: 0;
    cursor: none;
    background-color: #021d2b00;
    justify-content: center;
    align-items: center;
    width: 20vw;
    transition: opacity .4s;
    display: flex;
    overflow: visible;
  }

  .right-arrow:hover {
    opacity: 1;
  }

  .right-arrow.second {
    width: 30vw;
  }

  .arrow {
    width: 80px;
  }

  .arrow._2 {
    transform: rotate(180deg);
  }

  .container-button {
    margin-top: 26px;
    padding-left: 0;
    position: relative;
  }

  .container-button._2 {
    flex-direction: column;
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
  }

  .container-button._2.blue {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .container-button.second {
    margin-left: auto;
  }

  .brand-link {
    position: absolute;
    top: auto;
  }

  .brand-link.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .brand-link._2 {
    top: 100px;
  }

  .brand-image {
    width: 100%;
  }

  .brand-image.menu {
    width: 220px;
  }

  .brand-image.menu.hideme {
    display: none;
  }

  .container-style-guide {
    opacity: 1;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 65px;
    padding-right: 65px;
  }

  .container-style-guide.style-guide {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .main-text {
    text-transform: uppercase;
    margin-left: 17px;
    font-size: 18px;
  }

  .main-text.blod {
    line-height: 1.2;
  }

  .main-text.italic {
    font-family: Montserrat, sans-serif;
  }

  .main-paragraph-style-guide {
    width: auto;
    margin-bottom: 0;
    font-size: 1.3vw;
    position: static;
    bottom: 0%;
  }

  .col-right {
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .col-right._2 {
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide-grid {
    grid-template-columns: .4fr 1fr;
  }

  .background-color.second {
    background-color: var(--white);
  }

  .background-color.first {
    background-color: var(--midnight-blue);
  }

  .background-color.third {
    background-color: var(--alice-blue);
  }

  .grid-style-guide {
    grid-template-rows: auto auto auto;
  }

  .main-heading-style {
    letter-spacing: -.3vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 11vw;
  }

  .main-heading-style.style-guide {
    color: var(--alice-blue);
  }

  .mask-slide-opacity {
    z-index: 2;
    background-color: #021d2ba3;
    width: 22vw;
    height: 100%;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .mask-slide-opacity._2 {
    width: 20vw;
    inset: 0% 0% 0% auto;
  }

  .mask-slide-opacity._2.width {
    background-color: #18436fa3;
    width: 12.8vw;
  }

  .mask-slide-opacity.slide-1 {
    background-color: #18436fa3;
    width: 12.5vw;
  }

  .navbar {
    z-index: 1;
    align-items: center;
    padding: 18px 88px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .nav-menu {
    z-index: 999999;
    display: block;
    left: 0;
  }

  .menu-button {
    padding: 18px 25px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .social-container {
    align-items: flex-end;
    padding-right: 25px;
    display: flex;
  }

  .social-container.menu {
    padding-top: 10px;
    position: static;
  }

  .social-container.vertical {
    align-items: flex-start;
  }

  .social-link {
    width: 1.2vw;
    margin-left: 15px;
    margin-right: 0;
  }

  .social-link.search {
    cursor: pointer;
    flex-direction: row-reverse;
    align-items: flex-end;
    width: auto;
    height: auto;
    display: flex;
  }

  .social-link.blog {
    margin-left: 0;
  }

  .social-link.nav {
    width: auto;
    height: auto;
    margin-left: 15px;
    margin-right: 0;
  }

  .social-link.mobilelang {
    display: none;
  }

  .line-menu {
    width: 2vw;
    margin-top: 5px;
  }

  .nav-link {
    border: 1px #000;
    font-family: Playfair Display, sans-serif;
    font-size: 26px;
    line-height: 1;
  }

  .nav-link:hover {
    background-color: var(--dark-grey);
  }

  .nav-link.w--current {
    color: var(--midnight-blue);
    font-family: Noto Naskh Arabic, sans-serif;
    font-weight: 500;
  }

  .nav-link.w--current:hover {
    color: var(--white);
  }

  .nav-link.archivo-expanded-bold {
    font-family: Archivo, sans-serif;
  }

  .nav-link.archivo-expanded-bold.w--current {
    font-family: Archivo, sans-serif;
    font-weight: 700;
  }

  .footer {
    padding: 0 0 0;
    position: relative;
  }

  .footer-grid {
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    padding-left: 438px;
    padding-right: 172px;
    position: relative;
  }

  .footer-collumn {
    padding-top: 97px;
  }

  .footer-heading {
    font-family: Tajawal, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
  }

  .footer-link {
    margin-bottom: 0;
    font-family: Tajawal, sans-serif;
    font-size: 14px;
  }

  .footer-link:hover {
    color: var(--alice-blue);
  }

  .bottom-rw-footer {
    width: 100%;
    margin-top: 8vw;
    margin-right: auto;
    overflow: hidden;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 19vw 1fr 33.5vw;
    width: 100%;
  }

  .container-logo-footer {
    padding-bottom: 2.5vw;
    padding-left: 68px;
  }

  .footer-link-logo {
    width: 100px;
    margin-bottom: 30px;
  }

  .wrap-link-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-text {
    color: var(--white);
    font-size: 10px;
  }

  .webflow-link {
    color: var(--alice-blue);
    font-size: 10px;
  }

  .text-credits {
    color: var(--white);
    font-size: 10px;
  }

  .udesly-link {
    color: var(--alice-blue);
  }

  .wrap-copyright {
    align-items: flex-end;
    margin-bottom: 2.5vw;
    padding-bottom: 0;
    padding-right: 27px;
  }

  .back-to-top-text {
    color: var(--white);
    white-space: nowrap;
  }

  .text-bold {
    font-family: Tajawal, sans-serif;
    font-size: 12px;
  }

  .footer-image {
    opacity: .36;
    background-image: url('../images/Footer_02.jpg');
    background-position: 50% 0;
    background-size: cover;
    height: 100%;
    margin-bottom: 86px;
  }

  .bg-footer {
    opacity: .24;
    background-image: url('../images/Footer_01.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 auto;
    width: 16vw;
    height: auto;
    position: absolute;
    inset: 0% auto 0 0%;
  }

  .contact-text {
    margin-bottom: 1vw;
    font-family: Tajawal, sans-serif;
    font-size: 14px;
    line-height: 1.8;
  }

  .contact-text._18 {
    font-size: 14px;
  }

  .contact-text._18.menu {
    color: var(--midnight-blue);
    text-align: left;
    margin-bottom: 10px;
    margin-left: 25px;
  }

  .contact-text.second {
    margin-bottom: 0;
    font-size: 14px;
  }

  .contact-text.second.menu {
    color: var(--midnight-blue);
    margin-left: 25px;
  }

  .contact-section {
    background-color: var(--white);
    padding: 140px 5vw;
    display: block;
  }

  .contact-grid {
    grid-column-gap: 2.5vw;
    grid-template-rows: auto;
    grid-template-columns: 30% 1fr;
    width: 100%;
    height: auto;
  }

  .contact-grid.buy {
    flex-direction: row;
    grid-template-columns: 30% .75fr;
    display: flex;
  }

  .collumn-contact {
    background-color: var(--midnight-blue);
    flex-direction: column;
    flex: 0 auto;
    width: 36%;
    padding-top: 43px;
    padding-bottom: 42px;
    padding-left: 60px;
    display: flex;
    position: relative;
  }

  .collumn-contact.second {
    flex: 0 auto;
    justify-content: center;
    width: 36%;
    padding: 42.7px 258px 42.7px 91px;
  }

  .collumn-contact.second.journal {
    width: 70%;
  }

  .collumn-contact.second.buy {
    flex: 1;
    padding: 0;
  }

  .collumn-contact.second.home {
    width: 100%;
  }

  .collumn-contact.home {
    width: auto;
  }

  .maps-image {
    opacity: .12;
    width: auto;
    max-width: none;
    height: 27.3vw;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .maps-image.auto {
    width: 91%;
    height: auto;
  }

  .contact-wrap {
    z-index: 2;
    position: relative;
  }

  .paragraph-home {
    margin-bottom: 1.5vw;
    font-family: Tajawal, sans-serif;
    font-size: .83vw;
  }

  .paragraph-home.buy {
    width: 173px;
    font-size: 16px;
  }

  .text-span-home {
    font-size: 16px;
    font-weight: 300;
  }

  .heading-contact-form {
    margin-top: auto;
    margin-bottom: 0;
    font-family: Tajawal, sans-serif;
    font-size: 32px;
    font-weight: 400;
  }

  .heading-contact-form.second {
    margin-top: 0;
    font-family: Tajawal, sans-serif;
    font-size: 32px;
  }

  .contact-paragraph-second {
    margin-top: 17px;
    margin-bottom: 0;
    font-family: Tajawal, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.1;
  }

  .text-field-form {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--white);
    color: var(--white);
    background-color: #0000;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
  }

  .form {
    align-items: center;
    margin-top: 25px;
    padding-top: 0;
  }

  .wrapper-services {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .line {
    background-color: var(--midnight-blue);
    flex: 1;
    height: 1px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 0;
  }

  .row {
    align-items: stretch;
  }

  .cover-shape.blue {
    background-color: var(--anrblue);
  }

  .line-link {
    background-color: var(--white);
  }

  .line-link.white.button {
    width: 100%;
  }

  .line-link.white.button.top {
    margin-right: auto;
    top: 0;
    bottom: auto;
    left: 0;
  }

  .line-link.white.button.top.second {
    margin-left: auto;
    margin-right: 0;
    top: auto;
    bottom: 0;
  }

  .line-link.white.button.top.second.blue, .line-link.white.button.top.blue {
    background-color: var(--light-steel-blue);
  }

  .line-link.black {
    background-color: var(--midnight-blue);
  }

  .form-2 {
    align-items: flex-start;
  }

  .container-link-footer {
    margin-bottom: .6vw;
  }

  .container-hero-heading.margin {
    margin-left: 4%;
  }

  .hero-heading {
    text-transform: none;
    font-family: Tajawal, sans-serif;
    font-weight: 700;
  }

  .paragraph-about {
    font-family: Tajawal, sans-serif;
  }

  .paragraph-about.absolute {
    width: 27%;
    font-family: Tajawal, sans-serif;
    font-size: 18px;
    bottom: 60px;
    right: 60px;
  }

  .about-section {
    justify-content: flex-start;
    padding: 304.5px 77px 304.5px 70px;
    display: flex;
  }

  .about-section.safety-section-1 {
    display: block;
  }

  .text-span-about {
    font-size: 100px;
  }

  .about-image.first {
    width: 200px;
    height: 150px;
    top: 249.8px;
    left: 130px;
  }

  .about-image.second {
    width: 400px;
    height: 250px;
    top: 303.3px;
    right: 61px;
  }

  .about-image.third {
    width: 250px;
    height: 350px;
    bottom: 86.4px;
    left: 200px;
  }

  .card-section {
    padding-bottom: 11vw;
    padding-right: 50vw;
  }

  .about-image-big {
    width: 42vw;
    height: 56vw;
  }

  .about-image-big.blue {
    width: 600px;
    height: 800px;
  }

  .wrapper-text-about {
    width: 600px;
    height: auto;
    padding: 59px 82px;
    right: 18vw;
  }

  .card-heading.black {
    color: var(--black);
    text-transform: none;
    font-family: Tajawal, sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .card-heading.black.about-card-heading-gold {
    color: var(--anrgold);
  }

  .card-heading.black.about-card-heading-gold.direction-rtl {
    direction: rtl;
    text-align: right;
  }

  .section-grid {
    padding-bottom: 8vw;
  }

  .section-grid.section-grid-police-safety {
    padding-bottom: 0;
  }

  .about-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 5vw;
    grid-template-rows: 800px;
  }

  .about-grid.second-grid.career-grid {
    grid-column-gap: 2vw;
  }

  .about-grid.career-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .about-grid.was-elected {
    grid-template-rows: 800px;
  }

  .grid-image.first.enhance-smart-government.img-elected {
    padding-left: 5vw;
  }

  .grid-image.first.smart-helmet {
    background-image: none;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .grid-image.second.al-hosn {
    background-image: none;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .heading-about-grid {
    font-family: Tajawal, sans-serif;
    font-size: 36px;
    font-weight: 700;
  }

  .background-section.parallax {
    background-image: linear-gradient(#0009, #0009), url('../images/bg_educ.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 8.5vw 7vw;
    display: flex;
    position: relative;
  }

  .heading-background-section {
    text-transform: none;
    font-size: 40px;
    position: sticky;
    top: 220px;
  }

  .container-paragraph {
    width: 35%;
    font-family: Tajawal, sans-serif;
  }

  .container-paragraph.four-decades {
    padding-left: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr 48%;
  }

  .container-text-her {
    padding-left: 10vw;
  }

  .sub-heading-blog {
    margin-bottom: 2vw;
    font-size: 1.9vw;
  }

  .journal-section {
    flex-direction: column;
    align-items: center;
    padding: 12vw 52px 0;
  }

  .journal-section.buy {
    background-color: #0000;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
    padding: 60px 0;
  }

  .journal-section.buy.no-padding {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .journal-section.second {
    padding-top: 93px;
  }

  .journal-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 93px;
  }

  .blog-card {
    background-color: var(--alice-blue);
    color: var(--midnight-blue);
    width: 100%;
    height: 280px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }

  .blog-post-image {
    position: absolute;
  }

  .bunner-background {
    height: 55%;
    inset: -23% 0% auto;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .container-text-card {
    margin-bottom: 2vw;
    padding: 1vw 1.3vw;
  }

  .date-text {
    font-size: 14px;
  }

  .heading-blog-card {
    margin-top: .5vw;
    font-size: 20px;
  }

  .text-name {
    font-size: 18px;
  }

  .line-button {
    background-color: var(--white);
    width: 1px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .line-button.second {
    inset: 0% auto auto 0%;
  }

  .line-button.second.blue {
    background-color: var(--light-steel-blue);
  }

  .line-button.first {
    top: auto;
  }

  .line-button.first.blue {
    background-color: #98b6c6;
  }

  .contact-background {
    position: relative;
    overflow: hidden;
  }

  .info-section {
    justify-content: center;
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-info-contact {
    width: 100%;
  }

  .bg-maps {
    height: 40vw;
  }

  .container-info-contact {
    align-items: flex-start;
    padding-left: 60px;
  }

  .info-contact {
    margin-top: 1vw;
    font-family: Cardo;
    font-size: 30px;
    font-weight: 300;
  }

  .info-contact.top {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-family: Cardo;
    font-size: 30px;
    font-weight: 300;
  }

  .info-paragraph {
    margin-top: .5vw;
    margin-bottom: 1.8vw;
    font-size: 22px;
    font-weight: 300;
  }

  .info-paragraph.second {
    font-size: 22px;
    font-weight: 300;
  }

  .faq-section {
    flex-direction: column;
    align-items: center;
    width: 70%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .faq-question-bar.faq {
    align-items: center;
    max-width: none;
    margin-bottom: 0;
    padding: 39.5px 42px;
    position: relative;
  }

  .faq-question-wrap {
    color: #fff;
    width: 100%;
  }

  .faq-content {
    flex-direction: column;
    max-width: none;
    padding: 0 4vw;
    display: flex;
  }

  .question-title {
    clear: left;
    color: var(--midnight-blue);
    font-size: 35px;
  }

  .faq-circle.bg {
    width: 40px;
    height: 40px;
    bottom: auto;
    left: auto;
    right: 40px;
  }

  .faq-paragraph {
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
  }

  .faq-grid {
    grid-column-gap: 13vw;
    justify-items: start;
    margin-right: auto;
  }

  .info-faq {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .info-faq.second {
    font-size: 16px;
  }

  .open-form-section {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .open-form-section.community-cta {
    display: flex;
  }

  .open-form-section.policing-cta {
    background-color: var(--white);
    display: none;
  }

  .open-form-section.uae-safety-section {
    background-image: linear-gradient(#0009, #0009), url('../images/safety_uae_bg.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .contact-form {
    z-index: 10004;
    background-color: var(--light-steel-blue);
    display: none;
  }

  .container-text-form {
    z-index: 41;
    border-color: var(--light-steel-blue);
    display: flex;
  }

  .heading-form.contact {
    color: #021d2b;
    font-size: 4vw;
  }

  .row-form {
    width: 100%;
    margin-bottom: 1.3vw;
  }

  .row-form.heading-second {
    margin-bottom: 1.3vw;
  }

  .container-row.margin-left {
    margin-left: 2vw;
  }

  .container-row.margin-right {
    margin-right: 2vw;
  }

  .form-value {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .close-button {
    width: 66px;
    height: 66px;
  }

  .close-button.fixed {
    border-color: var(--midnight-blue);
    cursor: pointer;
    background-color: #0000;
    width: 46px;
    height: 46px;
    right: 6%;
  }

  .close-button.fixed {
    cursor: pointer;
    background-color: #0000;
    border-color: #021d2b;
    width: 46px;
    height: 46px;
    right: 6%;
  }

  .close-button.fixed:hover {
    background-color: #021d2b;
  }

  .image-contact-page {
    z-index: 2;
    right: auto;
  }

  .image-contact-page.absolute {
    z-index: 4;
    width: 70%;
  }

  .search {
    display: flex;
  }

  .search-button {
    display: none;
  }

  .search-imput {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--white);
    color: var(--white);
    background-color: #0000;
    width: 200px;
    margin-bottom: 0;
    margin-right: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
  }

  .search-imput:focus {
    border-bottom-color: var(--light-steel-blue);
  }

  .hero-blog-post {
    z-index: 4;
  }

  .background-image-blog {
    width: 80vw;
  }

  .content-section {
    padding-top: 18vw;
    padding-left: 220px;
    padding-right: 220px;
  }

  .filter {
    z-index: 1;
    background-color: #0009;
  }

  .filter.b {
    z-index: 0;
  }

  .text-date-blog-post {
    font-size: 24px;
  }

  .text-date-blog-post.time {
    font-size: 16px;
  }

  .heading-body-post {
    margin-top: 0;
    margin-bottom: 3vw;
    font-size: 45px;
  }

  .grid-blog-post {
    grid-template-columns: 70% 1fr;
  }

  .body-post-italic {
    color: var(--midnight-blue);
    margin-bottom: 40px;
  }

  .paragraph-blog {
    color: var(--midnight-blue);
    font-size: 23px;
  }

  .post-body-container {
    margin-bottom: 35px;
  }

  .post-body-paragraph {
    color: var(--midnight-blue);
    font-size: 18px;
  }

  .sub-heading-post {
    color: var(--midnight-blue);
    margin-bottom: 20px;
    font-size: 20px;
  }

  .collum-right.blog {
    width: 10vw;
  }

  .text-blog {
    text-transform: capitalize;
    margin-bottom: 1vw;
    font-weight: 400;
  }

  .text-blog.bottom {
    margin-bottom: 1.2vw;
    font-weight: 400;
  }

  .gallery-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .gallery-image-first {
    height: 801px;
  }

  .gallery-image-second {
    height: 461px;
  }

  .gallery-image-2 {
    height: 300px;
  }

  .hero-annunci {
    background-color: var(--midnight-blue);
    height: 800px;
    position: relative;
  }

  .form-block {
    width: 80%;
  }

  .checkbox-field {
    color: var(--midnight-blue);
    margin-bottom: 2vw;
    margin-right: auto;
    font-family: Montserrat, sans-serif;
  }

  .checkbox {
    color: var(--midnight-blue);
  }

  .link-2 {
    color: var(--light-steel-blue);
    transition: color .4s ease-in-out;
  }

  .link-2:hover {
    color: var(--midnight-blue);
  }

  .section-info-text {
    padding-left: 6.88vw;
    position: relative;
  }

  .descfription {
    z-index: 1;
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-left: 12%;
    padding-right: 25%;
    display: flex;
    position: relative;
  }

  .main-heading-annunci {
    color: var(--midnight-blue);
  }

  .description-paragraph {
    color: var(--midnight-blue);
    font-size: 18px;
    line-height: 1.5;
  }

  .form-box {
    z-index: 3;
    padding-top: 42px;
    padding-bottom: 29px;
    display: block;
    top: 27px;
    box-shadow: 1px 1px 3px #0003;
  }

  .grid-services {
    grid-template-rows: auto auto;
  }

  .container-icon {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block {
    margin-top: 15px;
  }

  .form-block-rentalt {
    margin-top: 20px;
  }

  .line-button-second {
    background-color: #fff;
    width: 1px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .line-button-second.first {
    top: auto;
  }

  .line-button-second.second {
    inset: 0% auto auto 0%;
  }

  .submit-button-second {
    color: #021d2b;
    margin-top: 0;
    padding: 15px 20px;
    font-size: 1vw;
  }

  .submit-button-second:hover {
    opacity: .56;
  }

  .submit-button-second.white {
    color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Tajawal, sans-serif;
    font-size: 16px;
  }

  .submit-button-second.white.second {
    margin-left: 0;
  }

  .line-link-second.white.button {
    width: 100%;
  }

  .line-link-second.white.button.top {
    margin-right: auto;
  }

  .line-link-second.white.button.top.second {
    margin-left: auto;
    margin-right: 0;
  }

  .line-link-second.white.button.top.second.blue, .line-link-second.white.button.top.blue {
    background-color: #98b6c6;
  }

  .form-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .gallery-section {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding-top: 230px;
    padding-bottom: 100px;
    padding-left: 0%;
    display: flex;
    position: relative;
  }

  .grid-gallery {
    z-index: 2;
    grid-column-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: 33.33% 33.33% 33.33%;
    justify-items: center;
    width: auto;
    margin-bottom: 82px;
    margin-left: 7%;
    position: relative;
  }

  .grid-gallery.second {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 7%;
  }

  .blue-bg {
    background-color: var(--midnight-blue);
    height: 55%;
  }

  .blue-bg.second {
    background-color: var(--alice-blue);
    height: 20%;
    inset: 0% 0% auto;
  }

  .blue-bg.third {
    background-color: var(--alice-blue);
    width: 20%;
    height: 110%;
    inset: 0% 0% 0% auto;
  }

  .bg {
    background-color: var(--alice-blue);
    width: 90%;
    height: 490px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .exclusive-properties {
    z-index: 2;
    margin-top: 0;
    margin-bottom: 35px;
    position: relative;
  }

  .testimonials-grid {
    align-items: center;
  }

  .sold-section {
    position: relative;
  }

  .sell-main-section {
    width: 100%;
  }

  .address {
    font-size: 18px;
  }

  .white-card {
    max-width: 1600px;
    padding-left: 40px;
  }

  .review-slider {
    height: auto;
    overflow: visible;
  }

  .testimonials-section {
    padding-bottom: 61px;
    overflow: visible;
  }

  .testimonials-section.uae-safety-page {
    display: block;
  }

  .hero-blue-box.buy {
    z-index: 9999;
    flex-direction: column;
    justify-content: space-around;
    width: 337px;
    max-width: none;
    height: auto;
    max-height: none;
    padding: 40px 40px 20px;
    display: flex;
    bottom: -8%;
    right: 8%;
    box-shadow: 7px 7px 4px #00000040;
  }

  .price {
    font-size: 40px;
  }

  .price.news-title {
    font-size: 24px;
  }

  .testimonials-heading.safety-heading {
    font-family: Tajawal, sans-serif;
  }

  .sold-info-banner {
    z-index: 1;
    position: relative;
  }

  .background-alice-blue {
    width: 100vw;
    left: 0;
    right: auto;
  }

  .sell-heading {
    text-transform: uppercase;
    font-size: 34px;
  }

  .sell-page {
    background-color: var(--white);
    overflow: hidden;
  }

  .background-blue {
    width: 100vw;
    left: auto;
    right: auto;
  }

  .sell-card {
    background-image: linear-gradient(#021d2b66, #021d2b66);
    width: auto;
    height: 400px;
    max-height: none;
    transition-property: none;
  }

  .sell-card:hover {
    transform: none;
  }

  .sell-card._13, .sell-card._6 {
    height: 300px;
  }

  .sell-card._17 {
    height: 300px;
    transition-property: none;
  }

  .sell-card._2 {
    justify-content: flex-end;
    width: auto;
    height: 300px;
  }

  .sell-card._7, .sell-card._9, .sell-card._15, .sell-card._12 {
    height: 300px;
  }

  .sell-card._1 {
    width: auto;
    height: 300px;
  }

  .sell-card._10, .sell-card._3, .sell-card._8, .sell-card._16 {
    height: 300px;
  }

  .sell-card._11 {
    width: auto;
    height: 300px;
  }

  .sell-card._18, .sell-card._4, .sell-card._14, .sell-card._5 {
    height: 300px;
  }

  .sell-grid {
    width: 100%;
    display: none;
  }

  .testimonials-sub-heading.safety-subheading {
    width: 45vw;
  }

  .testimonials-card {
    background-image: linear-gradient(#021d2b66, #021d2b66);
    width: 650px;
    height: 380px;
    max-height: none;
  }

  .paragraph {
    text-align: left;
    width: auto;
    max-width: 550px;
    margin-left: 0%;
    margin-right: 0;
    font-family: Tajawal, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .paragraph.dark {
    color: var(--midnight-blue);
    text-align: center;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    font-size: 14px;
  }

  .paragraph.direction-rtl {
    text-align: right;
  }

  .paragraph.paragraph-about-header {
    line-height: 1.4;
  }

  .heading-container {
    max-width: 900px;
    padding-right: 0;
    position: static;
    top: 320px;
  }

  .heading-container.heading-container-about {
    max-width: 520px;
  }

  .heading-container.heading-container-about.heading-container-vision {
    max-width: 420px;
  }

  .heading-container.direction-rtl {
    direction: rtl;
  }

  .top-container {
    height: auto;
    position: relative;
    left: -67px;
  }

  .top-container.bottom {
    justify-content: center;
    margin-bottom: 40px;
    left: auto;
  }

  .white-line-second {
    background-color: var(--white);
    width: 60px;
  }

  .white-line-second.dark {
    background-color: var(--midnight-blue);
  }

  .text-container-buy {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    position: static;
    top: 320px;
  }

  .sub-heading-buy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1vw;
    line-height: 1;
  }

  .sub-heading-buy.dark {
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading-div {
    font-family: Tajawal, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
  }

  .heading-div.center {
    text-align: center;
    line-height: 1;
  }

  .hero-section-buy {
    background-color: #fff;
    background-image: linear-gradient(#00000080, #00000080), url('../images/Achievement-Background.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border: 0 #f0f0f0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    margin-right: 10px;
    padding-top: 17vw;
    padding-left: 80px;
    display: flex;
  }

  .hero-section-buy.gents {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .hero-section-buy.hero-aboutpage {
    background-image: linear-gradient(to bottom, null, null), url('../images/About_BG.jpg');
    padding-left: 80px;
  }

  .hero-section-buy.hero-aboutpage.hero-gallery {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Gallery_bg-img.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-section-buy.hero-aboutpage.direction-rtl, .hero-section-buy.community-hero-section.direction-rtl {
    margin-right: 0;
    padding-left: 0;
    padding-right: 80px;
  }

  .hero-section-buy.hero-policing {
    padding-left: 80px;
  }

  .hero-section-buy.hero-policing.hero-police-health.direction-rtl {
    direction: rtl;
    padding-right: 80px;
  }

  .hero-section-buy.hero-news-page {
    align-items: center;
  }

  .hero-section-buy.hero-news-section {
    padding-left: 80px;
  }

  .hero-section-buy.hero-international.direction-rtl {
    padding-right: 80px;
  }

  .hero-section-buy.direction-rtl {
    padding-left: 25px;
    padding-right: 80px;
  }

  .price-heading-buy {
    z-index: 2;
    margin-bottom: 10px;
    font-family: Tajawal, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
  }

  .description-text {
    z-index: 2;
    font-size: 17px;
    position: relative;
  }

  .row-left {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: relative;
    left: 0;
  }

  .row-buy {
    width: 100%;
    padding-top: 130px;
    position: relative;
  }

  .row-buy.agent {
    align-items: flex-start;
  }

  .background {
    background-color: var(--anrblue);
    width: 100vw;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 14px;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
  }

  .background._2 {
    width: 100%;
    height: 400px;
    top: auto;
    left: auto;
    right: 0;
  }

  .background._3 {
    width: 100%;
    height: 400px;
    top: auto;
  }

  .background.agents {
    height: 22vw;
  }

  .main-heading-buy {
    z-index: 1;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 700;
    position: relative;
  }

  .buy-cards {
    padding-top: 0;
    padding-bottom: 100px;
    position: static;
  }

  .buy-cards.no-padding {
    padding-bottom: 0;
  }

  .cards-grid-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    margin-bottom: 60px;
    margin-right: auto;
    display: grid;
    left: 140px;
  }

  .ad {
    text-transform: none;
    background-image: none;
    justify-content: flex-end;
    align-items: flex-start;
    width: 500px;
    height: 300px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }

  .info-card {
    background-image: none;
    width: 50vw;
    height: 45vw;
    padding-bottom: 4.2vw;
    padding-left: 4.2vw;
    position: relative;
    overflow: hidden;
  }

  .info-card.info-achievements.direction-rtl {
    padding-left: 40px;
    padding-right: 4.2vw;
  }

  .info-card.info-card-visions.direction-rtl {
    direction: rtl;
  }

  .info-text-container {
    z-index: 3;
    direction: ltr;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .info-card-second {
    background-image: none;
    width: 50vw;
    height: 45vw;
    padding-bottom: 4.2vw;
    padding-left: 4.2vw;
    position: relative;
    overflow: hidden;
  }

  .info-heading-second {
    text-transform: none;
    margin-bottom: .8vw;
    font-size: 50px;
    line-height: .9;
  }

  .info-heading-second.heading-achivement-homepage.heading-visions.direction-rtl {
    direction: rtl;
  }

  .more-info-section {
    padding-top: 0;
  }

  .buy-heading-second {
    margin-bottom: 0;
    font-size: 20px;
  }

  .form-buy {
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    display: flex;
  }

  .form-block-buy {
    margin-top: auto;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: 140px;
    display: grid;
  }

  .collection-list-wrapper-2 {
    z-index: 2;
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    display: flex;
    position: relative;
    right: auto;
  }

  .cards-grid-right-2 {
    left: 0;
    right: auto;
  }

  .cards-grid-right-2.bold-text-2 {
    justify-items: stretch;
    margin-left: auto;
    margin-right: 0;
    left: auto;
    right: 0;
  }

  .card {
    background-image: url('../images/1.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    align-items: flex-start;
    width: 500px;
    height: 320px;
  }

  .card._2, .card._3, .card._4, .card._5, .card._6 {
    width: 500px;
    height: 320px;
  }

  .card._1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/1.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    width: 500px;
    height: 320px;
  }

  .price-heading-agent {
    font-size: 50px;
    line-height: 1.2;
  }

  .description-text-agent {
    font-size: 1vw;
  }

  .icon-wrap {
    z-index: 1;
    margin-top: 15px;
    margin-bottom: -42px;
    position: relative;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
  }

  .wrapper-content {
    border-right: 1px solid var(--white);
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-content.first {
    padding-left: 0;
    padding-right: 20px;
  }

  .wrapper-content._2 {
    border: 1px #000;
  }

  .paragraph-buy {
    margin-bottom: 0;
    font-size: 14px;
  }

  .image-absolute {
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .mask-sell {
    overflow: visible;
  }

  .value-heading {
    font-size: 70px;
  }

  .value-paragraph.second {
    color: var(--midnight-blue);
    width: 473px;
    margin-bottom: 150px;
    font-size: 20px;
    line-height: 1.2;
  }

  .radio-button {
    color: var(--midnight-blue);
    width: 32px;
    height: 32px;
  }

  .radio-button:active {
    border-color: var(--midnight-blue);
    color: var(--midnight-blue);
    background-color: #0000;
  }

  .radio-button.w--redirected-checked {
    background-color: var(--midnight-blue);
    background-size: auto 60%;
    border-style: none;
    padding-left: 14px;
  }

  .radio-button-label {
    font-size: 20px;
  }

  .radio-button-label.no-margin {
    font-size: 30px;
  }

  .checkbox-field-form {
    margin-right: 2vw;
  }

  .div-block {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .main-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .main-container.foter {
    flex-direction: column;
  }

  .main-container.nav {
    flex-direction: row;
    flex: 0 auto;
    max-width: 1640px;
    line-height: 20px;
  }

  .main-container.value {
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
    padding-left: 220px;
    padding-right: 220px;
  }

  .main-container.lateral {
    align-items: flex-start;
  }

  .slied-hero-third, .mask-slider-hero, .slide-hero-second {
    background-color: var(--midnight-blue);
  }

  .bg-image-slide._4, .bg-image-slider-move._4 {
    background-position: 75%;
    background-size: 100vw;
  }

  .slide-hero-first {
    background-color: var(--midnight-blue);
  }

  .row-3 {
    width: 100vw;
    margin-bottom: 0;
    padding-top: 130px;
    position: relative;
  }

  .row-3._2 {
    margin-top: 100px;
    margin-bottom: 0;
    padding-bottom: 103px;
  }

  .collection-list-wrapper-3 {
    z-index: 2;
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    display: flex;
    position: relative;
    right: auto;
  }

  .collection-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: 140px;
    display: grid;
  }

  .collection-list-2.approfondimento {
    grid-template-columns: 1fr 1fr 1fr;
    margin-right: auto;
  }

  .description-text-3 {
    z-index: 2;
    font-size: 1vw;
    position: relative;
  }

  .price-heading-4 {
    z-index: 2;
    margin-bottom: 10px;
    font-size: 2.5vw;
    line-height: 1.2;
    position: relative;
  }

  .icon-wrap-2 {
    z-index: 1;
    margin-top: 15px;
    margin-bottom: -78px;
    position: relative;
  }

  .paragraph-8 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .wrapper-content-2 {
    border-right: 1px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .wrapper-content-2.first {
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .wrapper-content-2._2 {
    border: 1px #000;
  }

  .ad-3 {
    text-transform: none;
    background-image: none;
    justify-content: flex-end;
    align-items: flex-start;
    width: 37vw;
    height: 22vw;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }

  .ad-3.approfondimento {
    width: auto;
    overflow: hidden;
  }

  .image-absolute-2 {
    width: 100%;
    max-width: none;
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .filter-2 {
    z-index: 1;
    background-color: #021d2b99;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
  }

  .white-line-5 {
    background-color: #021d2b;
    border-style: none;
    width: 62px;
    height: 1px;
    font-size: 62px;
  }

  .sold-sub-heading-3 {
    color: #021d2b;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
  }

  .sold-heading-second {
    z-index: 2;
    color: #021d2b;
    margin-top: 0;
    margin-left: auto;
    font-size: 90px;
    position: relative;
  }

  .image-4 {
    width: 18px;
    margin-left: 10px;
  }

  .image-5 {
    width: 30px;
  }

  .content-sell {
    z-index: 0;
    background-color: var(--midnight-blue);
    width: 100vw;
    display: block;
    position: absolute;
    inset: 0% auto;
  }

  .wrap-image {
    height: 100%;
  }

  .search-input {
    height: auto;
    padding: 6px 20px;
    font-family: Cardo;
    font-size: 150px;
    line-height: 1;
    display: block;
    position: static;
  }

  .hero-search {
    padding-top: 184px;
    padding-bottom: 184px;
  }

  .container-search {
    padding-top: 100px;
  }

  .utility-page-content {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 69px;
    padding-left: 0;
  }

  .heading-404 {
    color: var(--alice-blue);
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 153px;
    font-weight: 400;
  }

  .back-to-home-link {
    margin-left: 60px;
    padding-bottom: 13px;
  }

  .text-block-404 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .logo-404 {
    width: 71%;
  }

  .bg-password {
    align-items: center;
  }

  .author {
    font-family: Tajawal, sans-serif;
    display: none;
  }

  .image-licensing {
    border: 1px solid #ebebeb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px;
    display: flex;
  }

  .image-licensing._1 {
    background-image: none;
  }

  .licensing-paragraph {
    color: var(--midnight-blue);
    text-align: center;
    font-weight: 400;
  }

  .licensing-section {
    background-color: #0000;
    margin-bottom: 32px;
  }

  .licensing-container {
    background-color: var(--white);
    border-color: #f3f4f1;
    width: 100%;
  }

  .small-hero {
    color: #fff;
    background-color: #f3f4f1;
    background-image: linear-gradient(#0006, #0006), url('../images/Gallery_bg-img.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    min-height: 600px;
  }

  .hero-heading-smal {
    font-family: Tajawal, sans-serif;
    font-size: 100px;
  }

  .paragraph.card {
    max-width: 400px;
    font-size: 16px;
  }

  .paragraph.card.p-visions {
    direction: ltr;
    text-align: left;
  }

  .paragraph.card.p-visions.direction-rtl {
    direction: rtl;
    text-align: right;
  }

  .text-span-5 {
    text-transform: none;
    font-size: 53px;
    position: sticky;
  }

  .text-span-hero-heading {
    margin-left: 60px;
  }

  .bg-third-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: 100vw;
  }

  .bg-image, .image-slide {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0%;
    background-size: 100vw;
  }

  .bg-second-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 25%;
    background-size: 100vw;
  }

  .image-hero-second {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 75%;
    background-size: 100vw;
  }

  .image-hero-second._2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 100%;
    background-size: 100vw;
  }

  .image-slider {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 25%;
    background-size: 100vw;
  }

  .image-hero {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: 100vw;
  }

  .slider-hero-second {
    position: absolute;
  }

  .changeloc-container {
    background-color: #0000;
  }

  .italic-text, .italic-text-2 {
    font-style: normal;
  }

  .year-heading {
    color: var(--anrgold);
    text-align: left;
    font-family: Tajawal, sans-serif;
    font-size: 60px;
  }

  .gallery-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
    margin-top: 100px;
  }

  .gallery-div {
    background-image: url('../images/home-after-fold.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60vw;
    height: 350px;
    display: block;
  }

  .gallery-img {
    display: inline-block;
  }

  .bold-text-6 {
    font-size: 20px;
  }

  .news-grid-items {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-list-wrapper-4 {
    position: relative;
  }

  .gradient-overlay {
    background-image: linear-gradient(#021d2b66, #021d2b66);
    width: auto;
    height: 400px;
    position: absolute;
  }

  .gallery-block {
    column-gap: 0;
  }

  .gallery-images {
    margin-bottom: 0;
  }

  .background-white {
    min-height: 60px;
  }

  .h1-hero {
    margin-bottom: 40px;
    font-family: Tajawal, sans-serif;
    font-size: 50px;
  }

  .paragraph-hero {
    justify-content: center;
    align-items: center;
    width: 60%;
    font-family: Tajawal, sans-serif;
    font-size: 28px;
    font-weight: 500;
    display: none;
  }

  .rich-text-educ li {
    padding-right: 40px;
  }

  .container-educs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center space-around;
    place-items: start baseline;
    display: grid;
  }

  .div-block-2 {
    background-color: #c93535;
  }

  .div-block-3 {
    background-color: var(--anrblue);
  }

  .msg-txtarea {
    text-transform: capitalize;
    background-color: #0000;
  }

  .hero-text-block {
    width: 80%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 100px;
    padding: 60px 60px 100px 85px;
  }

  .hero-text-block.hero-text-2022 {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-block.hero-text-2022.ar-pad {
    padding-bottom: 160px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-block.hero-text-2022.home-hero-text-en {
    padding-bottom: 160px;
  }

  .rich-text-hero {
    width: 500px;
  }

  .rich-text-hero h2 {
    direction: ltr;
    font-size: 48px;
    line-height: 1;
  }

  .rich-text-hero p {
    direction: ltr;
    margin-top: 20px;
    font-size: 24px;
  }

  .rich-text-hero h4 {
    direction: ltr;
    font-size: 30px;
  }

  .rich-text-hero h5 {
    line-height: 1.4;
  }

  .rich-text-hero.richtext-2022.hero-pad {
    direction: ltr;
  }

  .rich-text-hero.interpol-election-rich-text-en {
    width: 550px;
  }

  .major-img {
    max-width: 45%;
    margin-left: -200px;
    position: relative;
  }

  .paragraph-on-white {
    color: var(--anrblue);
    font-family: Tajawal, sans-serif;
    font-size: 21px;
  }

  .rich-policing li {
    color: var(--midnight-blue);
    line-height: 1.3;
  }

  .rich-policing.rich-policing-rtl {
    direction: rtl;
    text-align: right;
  }

  .richtext-achievement p {
    color: var(--dark-slate-grey);
    font-family: Tajawal, sans-serif;
  }

  .uae-approach-par {
    font-family: Tajawal, sans-serif;
    font-size: 1.2vw;
  }

  .heading-h2-achieve {
    color: var(--midnight-blue);
  }

  .paragraph-timeline {
    color: var(--anrblue);
    font-size: 1.2vw;
  }

  .paragraph-timeline.paragaph-on-right {
    font-family: Tajawal, sans-serif;
    font-size: 1.2vw;
  }

  .paragraph-timeline.paragraph-on-left {
    font-family: Tajawal, sans-serif;
  }

  .process_image {
    width: 60px;
  }

  .process_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .process_image_wrap.image-wrap-right {
    padding-right: 0;
  }

  .process_image_wrap.image-wrap-left {
    padding-left: 0;
  }

  .interpol-img {
    width: 90px;
  }

  .cooperation-paragraph-intro {
    font-family: Tajawal, sans-serif;
    font-size: 20px;
    line-height: 1.5;
  }

  .cooperation-paragraph-intro.police-health-intro {
    width: auto;
    padding-left: 12vw;
  }

  .cooperation-paragraph-intro.direction-rtl {
    width: 85vw;
  }

  .gallery-wrapper.g-container {
    max-width: 1640px;
  }

  .vision-rich-text p {
    direction: ltr;
    color: var(--dark-slate-grey);
    font-family: Tajawal, sans-serif;
  }

  .vision-rich-text ul {
    direction: ltr;
    color: var(--dark-slate-grey);
  }

  .blkqot {
    font-size: 1.5vw;
  }

  .name-qot {
    font-family: Tajawal, sans-serif;
    font-size: 1.6vw;
  }

  .name-qot.direction-rtl {
    font-family: Tajawal, sans-serif;
  }

  .vision-text-ar p, .vision-text-ar ul {
    color: var(--dark-slate-grey);
    font-family: Tajawal, sans-serif;
  }

  .richtext-interpol-elect p {
    color: #706f6f;
    font-family: Tajawal, sans-serif;
    font-size: 1.5vw;
  }

  .richtext-interpol-elect li {
    color: #706f6f;
  }

  .richtext-interpol-elect.direction-rtl {
    direction: rtl;
  }

  .richtext-interpol-elect-ar p {
    color: var(--dark-slate-grey);
    font-family: Noto Naskh Arabic, sans-serif;
    line-height: 1.6;
  }

  .richtext-interpol-elect-ar li {
    color: var(--dark-slate-grey);
    line-height: 1.6;
  }

  .heading-xxlarge.text-color-navy.archivo-expanded-bold {
    font-size: 54px;
  }

  .padding-vertical.padding-medium {
    display: block;
  }

  .heading-small.text-color-navy.gen-name-footer {
    font-family: Archivo, sans-serif;
    font-weight: 500;
  }

  .page-wrapper-2022 {
    max-width: 2542px;
  }

  .text-size-medium {
    color: var(--dark-slate-grey);
  }

  .container-large {
    max-width: 1400rem;
  }

  .container-large.pad-20 {
    max-width: 1640px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-links.text-color-grey {
    font-size: 14px;
  }

  .achievement {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-container {
    max-width: 1400px;
  }

  .g-container.pad-98 {
    max-width: 1640px;
    padding-left: 103px;
    padding-right: 103px;
  }

  .g-container.pad-98.ar-rtl.g-container-herobanners, .g-container.pad-98.pad-20.g-container-herobanners {
    margin-top: 20vw;
    margin-bottom: auto;
  }

  .g-container.pad-98.pad-20.g-container-herobanners.g-container-herobannersar {
    margin-top: 22vw;
  }

  .g-container.pad-88 {
    max-width: 100%;
    padding-left: 88px;
    padding-right: 88px;
  }

  .g-container.pad-88.m-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .g-h2.h2-blue.ip-section4-heading.h2-heading-en {
    border-bottom-style: none;
  }

  .g-h2.h2-blue.h2-bordered {
    font-size: 3.375rem;
  }

  .g-h2.h2-blue.h2-bordered.about-career-heading {
    white-space: normal;
  }

  .g-columns, .g-columns.flex-vc {
    display: flex;
  }

  .ip-section5.ip-en-section.m-t-40.m-b-60 {
    margin-bottom: 60px;
  }

  .ip-section5.pad-98 {
    padding-left: 98px;
    padding-right: 98px;
  }

  .ip-section4-image-content {
    max-width: 100%;
  }

  .hero-banner-paragraph {
    font-size: 24px;
  }

  .hero-banner-paragraph.about-hero-para {
    font-size: 20px;
    line-height: 35px;
  }

  .hero-banner-content.ar {
    padding-right: 0;
  }

  .hero-banner-content.ar.ar-home-banner.pad-98 {
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 85px;
  }

  .hero-banner-content.hero-title-interpol-pres {
    padding-left: 10px;
  }

  .hero-banner-heading {
    border: 1px #000;
    border-bottom-width: 0;
  }

  .hero-banner-heading.archivo-expanded-bold {
    border-bottom-style: solid;
    max-width: none;
    padding-bottom: 20px;
    font-size: 42px;
  }

  .hero-banner-heading.archivo-expanded-bold.news-ban-text {
    border-bottom-style: none;
  }

  .card-body-right {
    max-width: 630px;
    display: block;
  }

  .pagination {
    flex-direction: row;
    align-content: stretch;
    align-items: center;
    width: 100%;
  }

  .hero-banner-subheading.archivo-expanded {
    font-size: 28px;
  }

  .about-highights-columns {
    flex-direction: row;
    display: flex;
  }

  .about-highlights-column {
    flex: 0 auto;
  }

  .interpol-policy-img {
    max-width: 738px;
  }

  .governance-intro-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .col1-gov {
    padding-left: 0;
  }

  .card-heading-holder {
    border-top-width: 0;
  }

  .card-content {
    height: 28rem;
  }

  .card-heading-2 {
    font-size: 1.4rem;
  }

  .paragraph-interactive {
    font-size: 1.2rem;
  }

  .manifesto-par.text-color-granite.p1 {
    max-width: 100%;
    font-family: Archivo, sans-serif;
  }

  .card-items {
    height: 35rem;
  }

  .hr-line-1 {
    background-color: #b7a186;
    max-width: 1640px;
  }

  .hr-line-1.line-primary, .hr-line-1.pad-bottom-60, .hr-line-1.pad-top-20, .hr-line-1.line-primary-color {
    background-color: #b7a186;
  }

  .image-9 {
    width: 46.8293%;
    height: 100%;
    display: block;
  }

  .ip-section6.pad-98 {
    padding-left: 98px;
    padding-right: 98px;
  }

  .g-columns-left-image, .g-columns-left-image.flex-vc, .blurb-image-1, .blurb-image-1.flex-vc {
    display: flex;
  }

  .blurb-image-1.flex-vc.about-contribution-columns.pad-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blurb-image-2, .blurb-image-2.flex-vc, .blurb-image-3, .blurb-image-3.flex-vc {
    display: flex;
  }

  .paragraph-549 {
    color: #0aa9f8;
  }

  .fllex-space-btw {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .orgname {
    max-width: 50%;
    line-height: 50px;
  }

  .paragraph-550, .paragraph-551 {
    font-size: 18px;
  }

  .collection-list-3 {
    display: flex;
  }

  .c-map-image {
    height: 100%;
  }

  .c-map-dot.circle-hidden {
    z-index: 999;
    width: 1263px;
    font-size: 1.5vw;
    display: none;
    position: relative;
  }

  .c-map-circle {
    width: 1.5em;
    height: 1.5em;
    font-size: 18px;
    line-height: 0;
  }

  .c-map-hover {
    display: none;
    bottom: 23px;
    left: -20px;
  }

  .c-map-triangle {
    bottom: -40px;
    left: 16px;
  }

  .html-embed-3 {
    z-index: auto;
    width: 100%;
    min-width: 0;
    height: 100%;
    font-size: 1vw;
    position: relative;
  }

  .div-block-15 {
    margin-left: 5px;
    padding-right: 10px;
  }

  .div-block-15.pad-10 {
    margin-left: auto;
  }

  .div-block-15.news-pad-left {
    padding-left: 3px;
  }

  .c-map-container {
    max-width: 1400px;
  }

  .c-map-container.pad-98 {
    z-index: 0;
    max-width: 100%;
    padding-left: 98px;
    padding-right: 98px;
    position: relative;
  }

  .c-map-container.pad-88 {
    max-width: 1400px;
    padding-left: 68px;
    padding-right: 68px;
  }

  .c-map-container.pad-88.m-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-17.pad-10 {
    padding-left: 10px;
  }

  .div-block-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18.pad-gal-left {
    padding-left: 8px;
  }

  .pad-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .key-section-hr-line1 {
    background-color: #00427c;
  }

  .key-section-hr-line1.line-primary, .key-section-hr-line1.pad-bottom-60, .key-section-hr-line1.pad-top-20 {
    background-color: #b7a186;
  }

  .career-container {
    flex: 0 auto;
    max-width: 648px;
  }

  .career-content {
    text-align: left;
    flex: 0 auto;
  }

  .about-uae.pad-bottom-80 {
    padding-bottom: 80px;
  }

  .uae-content, .inter-container {
    flex: 0 auto;
  }

  .uae-container, .key-img {
    flex: 0 auto;
    max-width: 648px;
  }

  .post-content li {
    font-size: 18px;
  }

  .div-block-21.pad-left-10 {
    padding-left: 10px;
  }

  .grid-post-header {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 20px;
    line-height: 28px;
  }

  .main {
    background-color: var(--anrblue);
  }

  .main.main-about-2022 {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 100%;
    margin: 0 auto;
  }

  .main.main-about-2022.main-ip {
    background-color: #ffffff26;
  }

  .hero-section.hero-home.hero-home-2022 {
    max-width: none;
  }

  .hero-section.hero-home.hero-home-2022.hero-pad-left {
    padding-left: 50px;
  }

  .overflow {
    flex-direction: column;
    align-self: flex-end;
    align-items: flex-end;
    max-width: 600px;
    display: flex;
  }

  .overflow.content-align-right {
    align-self: center;
  }

  .overflow.ar-rtl {
    text-align: right;
    flex: 0 auto;
    align-self: auto;
    max-width: 600px;
    display: block;
  }

  .overflow.overflow-interpol-elec {
    max-width: none;
  }

  .subheading.slider {
    font-size: 1.3vw;
  }

  .main-paragraph.white.about.direction-rtl {
    font-size: 32px;
    line-height: 1.4;
  }

  .main-paragraph.community-par {
    display: block;
  }

  .main-paragraph.community-par.notosans.text-colour-white.en-par.about-par-home {
    width: auto;
    max-width: 537px;
    padding-right: 0;
    font-size: 24px;
  }

  .main-paragraph.community-par.notosans.text-colour-white.en-par.about-par-home.ar-rtl {
    padding-right: 0;
  }

  .main-paragraph.community-par.notosans.ar {
    font-size: 1.125rem;
  }

  .main-paragraph.community-par.notosans.main-par-en {
    align-self: auto;
    max-width: 648px;
    padding-right: 0;
    display: inline-block;
  }

  .slider-section.awards-slider-home {
    display: none;
  }

  .blog-slide-image {
    max-width: 100%;
  }

  .main-heading.all-caps.white {
    display: block;
  }

  .main-heading.all-caps.white.hero.black.uae-safety-white {
    color: var(--white);
  }

  .link-section {
    display: block;
  }

  .backgound-image.image-first.current-role {
    position: static;
  }

  .backgound-image.image-second.current-role {
    position: absolute;
  }

  .backgound-image.third-image.current-role {
    object-fit: contain;
    background-color: #8ea09e;
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .grid.grid-inspector-general {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
  }

  .grid.grid-inspector-general.presidency.ar {
    justify-items: center;
    max-width: none;
  }

  .container-image-second.fourth-image.container-image-inspector-general.container-img-presidency {
    min-height: 37vw;
    display: block;
  }

  .containedr-link.home-firstfold {
    letter-spacing: .3px;
  }

  .containedr-link.home-firstfold.vision-firstfold {
    padding-left: 0;
  }

  .containedr-link.home-firstfold.imgonleft {
    text-transform: none;
    background-color: #8ea09e;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .containedr-link.grid-interpol-election {
    max-width: 65vw;
  }

  .containedr-link.grid-interpol-election.on-my-election {
    max-width: 90rem;
  }

  .background-image-wrapp.second.contact-wrap {
    padding-right: 50px;
  }

  .container-text-grid.about {
    padding-left: 5vw;
  }

  .container-text-grid.about.container-text-police-health {
    padding-left: 10vw;
  }

  .container-text-grid.about.intl-text-grid {
    padding-left: 5vw;
  }

  .container-text-grid.about.keyrole {
    padding-left: 6vw;
  }

  .text-field::placeholder {
    color: var(--white);
  }

  .brand-image.menu {
    width: 250px;
  }

  .navbar {
    z-index: 1;
  }

  .menu-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .social-container.socialcontainerar {
    padding-right: 0;
  }

  .social-link {
    height: 1vw;
  }

  .social-link.nav {
    font-size: 15px;
  }

  .social-link.langswitcher {
    width: 60px;
    height: auto;
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-image {
    background-image: url('../images/Footer_02.jpg');
  }

  .bg-footer {
    background-image: url('../images/Footer_01.jpg');
  }

  .cover-shape.cover-green {
    background-color: #8ea09e;
  }

  .cover-shape.covershap-white {
    width: auto;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .hero-about {
    display: none;
  }

  .about-section {
    padding-left: 0;
  }

  .card-section {
    padding-right: 45vw;
  }

  .card-heading.black.about-card-heading-gold.direction-rtl {
    line-height: 1.2;
  }

  .about-grid {
    grid-template-rows: 800px;
  }

  .about-grid.about-grid-health2 {
    align-items: stretch;
  }

  .about-grid.intl-grid {
    grid-template-rows: 800px 800px;
  }

  .heading-about-grid {
    font-size: 36px;
  }

  .container-paragraph {
    width: 50%;
  }

  .container-paragraph.four-decades {
    width: 35%;
  }

  .open-form-section.uae-safety-section {
    background-color: var(--white);
    background-image: linear-gradient(#0009, #0009), url('../images/safety_uae_bg.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    justify-content: center;
    display: flex;
  }

  .paragraph {
    font-size: 36px;
  }

  .paragraph.paragraph-about-header {
    max-width: 550px;
    font-size: 32px;
    line-height: 1.4;
  }

  .heading-container.heading-container-about {
    max-width: 550px;
  }

  .heading-container.heading-container-about.heading-container-vision {
    max-width: 480px;
  }

  .text-container-buy {
    flex: 0 auto;
  }

  .heading-div {
    font-size: 46px;
  }

  .hero-section-buy {
    padding-left: 13vw;
  }

  .hero-section-buy.hero-aboutpage {
    background-image: linear-gradient(#0006, #0006), url('../images/About_BG.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-left: 13vw;
  }

  .hero-section-buy.hero-aboutpage.hero-gallery {
    background-image: linear-gradient(#0006, #0006), url('../images/Gallery_bg-img.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-buy.hero-aboutpage.direction-rtl, .hero-section-buy.community-hero-section.direction-rtl {
    padding-right: 13vw;
  }

  .hero-section-buy.hero-policing {
    padding-left: 13vw;
  }

  .hero-section-buy.hero-policing.hero-police-health.direction-rtl {
    padding-left: 80px;
    padding-right: 13vw;
  }

  .hero-section-buy.hero-news-page {
    flex: 0 auto;
  }

  .hero-section-buy.hero-news-section {
    padding-left: 13vw;
  }

  .hero-section-buy.hero-international.direction-rtl {
    padding-left: 80px;
    padding-right: 13vw;
  }

  .hero-section-buy.direction-rtl {
    padding-right: 13vw;
  }

  .more-info-section.moreinfo-contrib {
    padding-bottom: 0;
  }

  .main-container.nav {
    max-width: 1640px;
    font-size: 30px;
    line-height: 20px;
  }

  .licensing-container {
    background-color: var(--white);
  }

  .small-hero {
    background-image: linear-gradient(#0006, #0006), url('../images/Gallery_bg-img.jpg');
    background-position: 0 0, 50%;
    min-height: 800px;
    display: none;
  }

  .gallery-block {
    column-gap: 0;
  }

  .msg-txtarea::placeholder {
    color: var(--white);
  }

  .hero-text-block {
    margin-right: 20px;
    padding-left: 260px;
  }

  .hero-text-block.hero-text-2022 {
    width: 100%;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .hero-text-block.hero-text-2022.ar-pad {
    padding-right: 0;
  }

  .rich-text-hero {
    width: 600px;
  }

  .rich-text-hero h2 {
    font-size: 64px;
    line-height: 1;
  }

  .rich-text-hero p {
    letter-spacing: 1px;
    font-size: 30px;
  }

  .rich-text-hero h4 {
    letter-spacing: normal;
    font-size: 40px;
  }

  .rich-text-hero.rich-text-hero-arabic.interpol-elec-ar.ar-rtl.on-my-ar {
    width: 600px;
  }

  .rich-text-hero.richtext-2022.hero-pad {
    padding-left: 0;
  }

  .major-img {
    z-index: 2;
    position: relative;
  }

  .paragraph-on-white {
    color: var(--midnight-blue);
    font-size: 22px;
  }

  .track-record-section {
    background-color: var(--anrgold);
    padding-bottom: 0;
  }

  .h1-track-title {
    color: var(--white);
    text-align: center;
    font-family: Tajawal, sans-serif;
  }

  .lang-switch {
    padding-right: 18px;
    font-family: Almarai, sans-serif;
    font-size: 15px;
  }

  .lang-switch.switchtoen {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-achive {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-news {
    flex-direction: column;
    align-self: auto;
    display: block;
  }

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

  .paragraph-timeline.paragraph-on-left {
    font-family: Tajawal, sans-serif;
  }

  .process_image {
    width: 60px;
  }

  .interpol-img {
    width: 90px;
  }

  .cooperation-paragraph-intro.police-health-intro {
    padding-left: 10vw;
  }

  .cooperation-paragraph-intro.direction-rtl {
    width: 75vw;
  }

  .image-gallery-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-gallery-section.pad-98 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-gallery-section.pad-88 {
    background-color: #333;
    width: 100%;
    max-width: 100%;
  }

  .gallery-wrapper.g-container {
    max-width: 1640px;
  }

  .gallerylightbox {
    text-indent: 0;
  }

  .galleryimg {
    width: 100%;
  }

  .blkqot, .blkqot.direction-rtl {
    font-size: 1.5vw;
    line-height: 1.4;
  }

  .name-qot.direction-rtl {
    font-family: Tajawal, sans-serif;
    font-size: 1.6vw;
  }

  .richtext-interpol-elect p {
    margin-bottom: 20px;
  }

  .heading-xxlarge.text-color-navy.ar {
    font-size: 4.5rem;
  }

  .heading-xxlarge.text-color-navy.ar.interpol-presidency {
    text-align: right;
    font-size: 4.5rem;
  }

  .heading-xxlarge.text-color-navy.home-ip-title {
    margin-bottom: 20px;
    font-size: 54px;
    display: inline-block;
  }

  .heading-xxlarge.text-color-navy.home-ip-title.ar-rtl {
    text-align: right;
    padding-right: 0;
  }

  .padding-vertical.padding-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-small.text-color-navy {
    font-size: 20px;
  }

  .heading-small.text-color-navy.news-titles {
    letter-spacing: .3px;
    font-size: 24px;
  }

  .heading-xsmall.text-color-granite.notosans.border-bottom-gold {
    letter-spacing: .3px;
    font-size: 18px;
  }

  .heading-xsmall.text-color-granite.archivo-expanded-medium {
    letter-spacing: normal;
    font-size: 18px;
  }

  .heading-xsmall.text-color-navy.heading-xsmall-ar {
    font-size: 18px;
  }

  .heading-xsmall.text-color-navy.archivo-expanded-bold {
    letter-spacing: normal;
    width: auto;
    max-width: 537px;
    margin-top: 40px;
    font-weight: 700;
  }

  .heading-xsmall.text-color-gold.heading-xsmall-ar {
    font-size: 18px;
  }

  .heading-xsmall.text-color-gold.archivo-expanded {
    margin-top: 40px;
  }

  .heading-xsmall.text-color-gold.archivo-expanded.ar-rtl {
    letter-spacing: normal;
  }

  .container-large {
    max-width: 1640px;
  }

  .container-large.about-header-large {
    max-width: 1400px;
  }

  .container-large.pad-20 {
    max-width: 1640px;
  }

  .container-large.pad-lr-60 {
    width: 1640px;
    padding-left: 0;
    padding-right: 0;
  }

  .subhead-title {
    text-align: left;
    justify-content: flex-start;
  }

  .subhead-title.m-tb-70 {
    margin-top: 90px;
    margin-bottom: 75px;
    padding-bottom: 20px;
  }

  .news-item.news-item-home {
    cursor: pointer;
    padding-top: 0;
  }

  .text-color-granite.footer-cpr {
    font-size: 14px;
    line-height: 20px;
  }

  .news-hero-img.hews-img {
    width: 100%;
  }

  .footer-links.text-color-grey {
    font-size: 16px;
  }

  .footer-links.text-color-gold.ar-footer-links {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-links.text-color-gold.archivo-expanded-medium {
    font-size: 16px;
  }

  .contact-link-wrapper {
    font-size: 14px;
    line-height: 20px;
  }

  .g-container {
    object-fit: fill;
    max-width: 1640px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .g-container.ip-section2-heading {
    padding-bottom: 30px;
  }

  .g-container.ip-section2-heading.about-contribution-heading.about-work-heading {
    padding-bottom: 60px;
  }

  .g-container.ip-section2-heading.pad-88 {
    max-width: 1640px;
    padding-left: 0;
  }

  .g-container.ip-section2-heading.pad-98 {
    padding-left: 0;
    padding-right: 0;
  }

  .g-container.right-icon-blurb-container {
    border-bottom: 1px solid #b7a186;
    padding-top: 41px;
  }

  .g-container.right-icon-blurb-container.border-b0 {
    border-bottom-width: 0;
  }

  .g-container.ip-section4-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .g-container.ip-section4-heading.pad-40.pad-98 {
    text-align: right;
  }

  .g-container.career-section {
    max-width: 1380px;
  }

  .g-container.about-achievements-heading {
    text-indent: 30px;
  }

  .g-container.goverance-intro-container {
    max-width: 1640px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .g-container.goverance-intro-container.pad-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .g-container.pad-98 {
    max-width: 1640px;
    padding-left: 0;
    padding-right: 0;
  }

  .g-container.pad-98.pad-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-container.pad-98.pad-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .g-container.pad-98.pad-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .g-container.pad-98.ar-rtl.g-container-herobanners.g-container-herobannersar {
    margin-top: 22vw;
  }

  .g-container.pad-98.pad-40.pad-20.g-container-herobanners.banner-interpolprespage {
    margin-top: 20vw;
  }

  .g-container.pad-98.pad-20.g-container-herobanners {
    margin-top: 17vw;
  }

  .g-container.pad-98.pad-20.g-container-herobanners.g-container-herobannersmedia {
    margin-top: 20vw;
  }

  .g-container.pad-98.pad-20.g-container-herobanners.g-container-herobannersar {
    margin-top: 23vw;
  }

  .g-container.pad-88 {
    max-width: 1640px;
    padding-left: 0;
    padding-right: 0;
  }

  .g-container.pad-88.pad-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-container.pad-0 {
    max-width: 1640px;
  }

  .g-section {
    font-family: Noto Sans, sans-serif;
  }

  .g-page {
    font-family: Noto Sans, sans-serif;
    font-size: 30px;
    line-height: 1.4em;
  }

  .section-3 {
    background-color: #00427c;
  }

  .g-h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 72px;
    font-weight: 500;
    line-height: 1.2em;
  }

  .g-h2.bordered-h2 {
    border: 0 solid #b7a186;
    border-bottom-width: 2px;
  }

  .g-h2.h2-white.bordered-h2.h2-pb0 {
    max-width: 100%;
    margin-bottom: 80px;
    font-size: 54px;
    display: block;
  }

  .g-h2.h2-blue.ip-section4-heading.h2-heading-en {
    border-bottom-width: 0;
    width: 648px;
    padding-left: 0;
    font-size: 54px;
  }

  .g-h2.h2-blue.h2-bordered {
    text-indent: 20px;
    width: auto;
    max-width: none;
    font-size: 54px;
  }

  .g-h2.h2-blue.h2-bordered.about-career-heading {
    clear: none;
    direction: ltr;
    text-align: left;
    border-bottom-width: 0;
    flex-direction: row;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    min-width: 265px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 3.375rem;
    display: block;
  }

  .g-h2.h2-blue.h2-bordered.about-career-heading.ar-rtl {
    display: inline;
  }

  .g-h2.h2-blue.h2-bordered.pad-40 {
    text-indent: 0;
    font-size: 3.3rem;
  }

  .g-h2.h2-blue.h2-bordered.pad-88 {
    padding-left: 88px;
    padding-right: 88px;
  }

  .g-h2.h2-blue.governance-h2 {
    font-size: 54px;
  }

  .g-paragraph {
    letter-spacing: .1px;
    max-width: 547px;
    font-family: Noto Sans, sans-serif;
    font-size: 30px;
    line-height: 1.4em;
  }

  .g-paragraph.about-contribution-paragraph {
    color: var(--white);
    text-indent: 0;
    padding-top: 30px;
    font-family: Archivo, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .g-paragraph.about-contribution-paragraph.first {
    color: #706f6f;
    max-width: 648px;
    font-family: Archivo, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .g-paragraph.about-contribution-paragraph.first.p-color-white {
    color: #fff;
    text-align: left;
    font-size: 24px;
    line-height: 36px;
    overflow: visible;
  }

  .g-paragraph.about-contribution-paragraph.about-work-paragraph {
    font-size: 24px;
  }

  .g-paragraph.about-contribution-paragraph.text-color-grey {
    color: #706f6f;
    max-width: 638px;
  }

  .g-columns {
    grid-column-gap: 16px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .g-columns.flex-vc.right-icon-blurb-columns {
    padding-left: 70px;
    padding-right: 70px;
  }

  .g-columns.flex-vc.about-contribution-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .g-columns.flex-vc.about-contribution-columns.about-work-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .g-columns.flex-vc.about-contribution-columns.pad-lr-30 {
    flex-direction: row;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .ip-section2-column1 {
    padding-left: 50px;
  }

  .ip-section2-column1.about-contribution-column1.about-work-column1 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .ip-section2-column1.about-contribution-column1.contrib-left {
    flex: 0 auto;
    padding-top: 0;
  }

  .ip-section2-column1.col2-ar {
    direction: rtl;
    text-align: right;
    flex: 0 auto;
    order: 0;
    font-family: Noto Naskh Arabic, sans-serif;
    position: relative;
  }

  .content-image-section {
    background-color: #00427c;
    width: 100%;
  }

  .content-image-section.about-contribution {
    display: none;
  }

  .content-image-section.about-contribution.about-work.pad-10 {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .g-h3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .g-h3.h3-white.h3-bordered.h3-m0.blurb-heading {
    display: inline-block;
  }

  .g-h3.h3-white.h3-bordered.h3-m0.blurb-heading.heading1 {
    padding-right: 12px;
  }

  .g-h3.h3-blue.h3-bordered.key-title {
    font-size: 54px;
  }

  .g-h3.h3-blue.governance-item-heading {
    font-size: 42px;
  }

  .blurb-section.about-achievements {
    display: none;
  }

  .blurb-columns {
    display: flex;
  }

  .blurb-column {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .blurb-column.blurb-column-first {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ip-section5 {
    width: 100%;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
  }

  .ip-section5.ip-en-section {
    max-width: 1640px;
    margin-top: 0;
    padding-top: 0;
    font-family: Archivo expanded bold, sans-serif;
    font-weight: 700;
  }

  .ip-section5.ip-en-section.m-t-40.m-b-60 {
    margin-bottom: 60px;
  }

  .ip-section5.pad-lr-88.pad-tb-60 {
    padding-left: 0;
    padding-right: 0;
  }

  .right-icon-blurb-content {
    padding-right: 10px;
  }

  .hero-banner {
    background-image: url('../images/banner-bg.jpg');
    background-position: 50%;
    background-size: cover;
    position: relative;
  }

  .hero-banner-paragraph {
    letter-spacing: .3px;
    font-size: 30px;
    line-height: 44px;
  }

  .hero-banner-paragraph.ar {
    text-align: right;
  }

  .hero-banner-paragraph.par-interpol-pres-page {
    max-width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .hero-banner-paragraph.about-hero-para {
    max-width: 100%;
    font-size: 30px;
    line-height: 42px;
  }

  .hero-banner-content {
    direction: ltr;
    text-align: left;
  }

  .hero-banner-content.ar {
    text-align: right;
    padding-right: 10px;
  }

  .hero-banner-content.ar.ar-home-banner.pad-98 {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    padding-right: 10px;
  }

  .hero-banner-content.hero-title-interpol-pres {
    padding-left: 0;
  }

  .hero-banner-content.mar-30 {
    max-width: 648px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-banner-content.ar-flex.ar-gar-banner {
    text-align: right;
  }

  .hero-banner-content.ar-flex.ar-rtl {
    font-family: Noto Naskh Arabic, sans-serif;
  }

  .hero-banner-content.ar-rtl {
    direction: rtl;
  }

  .hero-banner-heading {
    margin-top: 0;
    margin-bottom: 32px;
    padding-bottom: 26px;
    font-size: 64px;
    line-height: 70px;
  }

  .hero-banner-heading.archivo-expanded-bold {
    font-size: 64px;
  }

  .hero-banner-heading.archivo-expanded-bold.news-ban-text {
    border-bottom-style: none;
    max-width: 80%;
  }

  .hero-banner-heading.archivo-expand-bold.h1-interpol-pres-page {
    font-size: 64px;
  }

  .card-body-right {
    max-width: 648px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-body-right.about-contribution-column2 {
    flex: 1;
    order: -1;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .card-body-right.pad-left {
    width: 632px;
    max-width: none;
    padding-left: 0;
  }

  .blurb-image-container {
    position: relative;
    overflow: hidden;
  }

  .news-item-img {
    filter: grayscale();
    mix-blend-mode: normal;
    background-size: cover;
    margin-bottom: 40px;
    padding-bottom: 100%;
    position: relative;
  }

  .news-item-link {
    color: #b7a186;
    font-family: Archivo, sans-serif;
    font-weight: 500;
  }

  .linktonews {
    position: absolute;
    inset: 0;
  }

  .overlay {
    z-index: 0;
    mix-blend-mode: multiply;
    background-color: #565656b3;
    position: absolute;
    inset: 0;
  }

  .pagination {
    width: 100%;
  }

  .hero-banner-subheading.archivo-expanded {
    font-size: 40px;
  }

  .about-career-column2 {
    overflow: hidden;
  }

  .about-career-content {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-career {
    display: block;
  }

  .about-hightlights-content-container {
    max-width: 703px;
  }

  .about-highights-columns {
    flex-wrap: nowrap;
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
  }

  .about-highlights-column {
    padding-left: 10px;
    display: flex;
  }

  .about-highlights-column.last {
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 10px;
  }

  .interpol-policy-img {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    display: block;
  }

  .g-h4.governance-bottom-h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .governance-paragraph, .governance-intro-paragraph {
    font-size: 24px;
  }

  .goverance-bottom-column1 {
    padding-right: 100px;
  }

  .governance-bottom-header-container {
    margin-left: auto;
    margin-right: auto;
  }

  .read-more-link.text-color-gold {
    display: block;
  }

  .read-more-link.text-color-gold.read-more-link-ar {
    direction: rtl;
    padding-right: 0;
  }

  .read-more-link.text-color-navy {
    align-self: center;
    width: 100%;
    max-width: 537px;
  }

  .read-more-link.text-color-navy.read-more-link-ar {
    max-width: none;
  }

  .read-more-link.text-color-navy.ar-rtl {
    padding-right: 0;
  }

  .card-heading-holder {
    border-top-width: 0;
  }

  .card-heading-2 {
    width: auto;
    height: auto;
    padding-left: 70px;
    font-family: Archivo expanded bold, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
  }

  .paragraph-interactive {
    padding-left: 0;
  }

  .cards-container {
    margin-left: auto;
    margin-right: auto;
  }

  .cards-container.pad-98 {
    padding-left: 0;
    padding-right: 0;
  }

  .manifesto-par.text-color-granite.p1 {
    width: 648px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }

  .manifesto-par.text-color-granite.p1.p1-ar {
    width: 100%;
  }

  .manifesto-par.text-color-granite.p2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    font-weight: 700;
  }

  .image-8 {
    width: auto;
    display: inline-block;
  }

  .new-cards-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hr-line-1 {
    background-color: #b7a186;
    max-width: 1640px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hr-line-1.g-container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .hr-line-1.line-primary, .hr-line-1.line-primary.color-blue {
    max-width: 100%;
  }

  .card-head {
    justify-content: flex-start;
  }

  .div-block-5 {
    margin-bottom: 40px;
  }

  .image-9 {
    width: 50%;
    height: 100%;
  }

  .ip-section6 {
    width: 100%;
    max-width: 1452px;
    margin-left: auto;
    margin-right: auto;
  }

  .ip-section6.pad-98 {
    padding-left: 0;
  }

  .ip-section6.pad-bottom-60 {
    width: 100%;
    max-width: 1640px;
    padding-bottom: 70px;
  }

  .ip-section2-column1-copy {
    padding-left: 50px;
  }

  .ip-section2-column1-copy.about-contribution-column1.about-work-column1 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .ip-section2-column1-copy.about-contribution-column1.contrib-left {
    flex-direction: column;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-end;
    display: flex;
  }

  .g-columns-left-image {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .g-columns-left-image.flex-vc.right-icon-blurb-columns {
    padding-left: 70px;
    padding-right: 70px;
  }

  .g-columns-left-image.flex-vc.about-contribution-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .g-columns-left-image.flex-vc.about-contribution-columns.about-work-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .div-block-6 {
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    align-items: flex-start;
    width: 632px;
    max-width: 632px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .blurb-image-1 {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .blurb-image-1.flex-vc.right-icon-blurb-columns {
    padding-left: 70px;
    padding-right: 70px;
  }

  .blurb-image-1.flex-vc.about-contribution-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .blurb-image-1.flex-vc.about-contribution-columns.about-work-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .blurb-image-1.flex-vc.about-contribution-columns.pad-10 {
    flex-direction: row;
    justify-content: space-between;
  }

  .hr-line-1-copy {
    background-color: #b7a186;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hr-line-1-copy.g-container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .blurb-paragraph {
    letter-spacing: .1px;
    max-width: 547px;
    font-family: Noto Sans, sans-serif;
    font-size: 30px;
    line-height: 1.4em;
  }

  .blurb-paragraph.about-contribution-paragraph {
    font-family: Archivo, sans-serif;
  }

  .blurb-paragraph.about-contribution-paragraph.first {
    text-indent: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    font-family: Archivo, sans-serif;
    font-size: 22px;
    display: block;
  }

  .blurb-paragraph.about-contribution-paragraph.about-work-paragraph {
    font-size: 24px;
  }

  .blurb-section2-column1 {
    padding-left: 50px;
  }

  .blurb-section2-column1.about-contribution-column1.about-work-column1 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .blurb-section2-column1.about-contribution-column1.contrib-left {
    flex-direction: row;
    flex: none;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .blurb-image-2 {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .blurb-image-2.flex-vc.right-icon-blurb-columns {
    padding-left: 70px;
    padding-right: 70px;
  }

  .blurb-image-2.flex-vc.about-contribution-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .blurb-image-2.flex-vc.about-contribution-columns.about-work-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .blurb-image-3 {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .blurb-image-3.flex-vc.right-icon-blurb-columns {
    padding-left: 70px;
    padding-right: 70px;
  }

  .blurb-image-3.flex-vc.about-contribution-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .blurb-image-3.flex-vc.about-contribution-columns.about-work-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .content--section2-column1 {
    padding-left: 50px;
  }

  .content--section2-column1.about-contribution-column1.about-work-column1 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .orgname {
    max-width: 50%;
    font-size: 30px;
  }

  .div-block-12 {
    max-width: 632px;
    padding-left: 60px;
  }

  .paragraph-550, .paragraph-551 {
    font-size: 24px;
  }

  .collection-list-3 {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .collection-list-wrapper-5 {
    display: flex;
  }

  .c-map-contain {
    width: 100%;
    position: relative;
  }

  .c-map-image {
    width: 100%;
  }

  .c-map-dot.circle-hidden {
    width: auto;
    margin-top: 2em;
    font-size: 1vw;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .c-map-circle {
    width: 1.5em;
    font-size: 1vw;
    line-height: 1;
    display: block;
    position: relative;
  }

  .c-map-hover {
    bottom: 51px;
    left: -20px;
  }

  .collection-wrapper {
    width: 100%;
  }

  .collection-item-4 {
    width: 100%;
    padding-left: 0;
    font-size: 26px;
    position: absolute;
    inset: 0%;
  }

  .html-embed-3 {
    width: 100%;
    min-width: 0;
    height: 100%;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 15px;
    position: relative;
    inset: 0%;
  }

  .pad-88 {
    text-indent: 10px;
  }

  .div-block-15 {
    margin-left: 25px;
  }

  .div-block-15.news-pad-left {
    padding-left: 0;
  }

  .c-map-container {
    object-fit: fill;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .c-map-container.ip-section2-heading {
    padding-bottom: 30px;
  }

  .c-map-container.ip-section2-heading.about-contribution-heading.about-work-heading {
    padding-bottom: 60px;
  }

  .c-map-container.right-icon-blurb-container {
    border-bottom: 1px solid #b7a186;
    padding-top: 41px;
  }

  .c-map-container.right-icon-blurb-container.border-b0 {
    border-bottom-width: 0;
  }

  .c-map-container.ip-section4-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .c-map-container.career-section {
    max-width: 1380px;
  }

  .c-map-container.goverance-intro-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-map-container.pad-98 {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .c-map-container.pad-88 {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  .cover-shape-2.covershap-blue {
    background-color: #00427c;
  }

  .cover-shape-committe.covershap-blue {
    background-color: #fff;
  }

  .div-block-17.mar-20 {
    padding-left: 10px;
  }

  .div-block-17.pad-10 {
    padding-left: 7px;
  }

  .div-block-18.pad-gal-left {
    padding-left: 25px;
  }

  .pad-20 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .key-content {
    flex: 1;
    justify-content: flex-end;
    max-width: 40%;
    padding-left: 0;
    display: flex;
  }

  .key-section-hr-line1 {
    background-color: #00427c;
    max-width: 1640px;
    height: 1px;
    margin: 60px auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .key-section-hr-line1.g-container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .image-10 {
    width: auto;
    height: auto;
  }

  .div-block-20 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .career-container {
    flex: 0 auto;
    max-width: none;
  }

  .career-content {
    text-align: right;
  }

  .c-container {
    justify-content: space-between;
  }

  .c-container.pad-10 {
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }

  .about-uae {
    display: block;
  }

  .u-container {
    justify-content: space-between;
  }

  .u-container.pad-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .interpolpolicy {
    display: block;
  }

  .inter-content {
    flex: 1;
    padding-right: 0;
  }

  .inter-content.ar-rtl.ar-40-right {
    flex: none;
    align-self: auto;
    padding-right: 40px;
    display: block;
  }

  .inter-container, .uae-container {
    flex: 0 auto;
    max-width: none;
  }

  .keyacheive-section {
    background-color: #8ea09e;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    display: block;
  }

  .key-container {
    justify-content: space-between;
  }

  .key-container.pad-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .key-img {
    flex: 1;
    max-width: 55%;
  }

  .key-content-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .post-content li {
    font-size: 20px;
  }

  .map-container.pad-40 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .div-block-21.pad-left-10 {
    padding-left: 0;
  }

  .div-block-21.pad-inter-left {
    padding-left: 25px;
  }

  .collection-list-5 {
    text-indent: 0;
  }

  .pad-uae-left {
    padding-left: 25px;
  }
}

@media screen and (max-width: 991px) {
  li {
    font-size: 2vw;
  }

  .hero-section {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
  }

  .hero-section.hero-home.hero-home-win {
    background-image: linear-gradient(#0000, #0000), url('../images/Homepage-anr.jpg');
    background-position: 0 0, 65%;
  }

  .hero-section.hero-home.hero-home-2022 {
    background-image: url('../images/homepage_hero_banner_en_1.jpg');
  }

  .hero-section.hero-home.hero-home-2022.hero-home-2022-ar {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/homepage_hero_banner_ar.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-section.hero-home.hero-home-2022.hero-pad-left {
    justify-content: flex-end;
  }

  .hero-section.hero-home-ar.hero-home-win {
    background-image: linear-gradient(#0000, #0000), url('../images/Homepage-anr.jpg');
    background-position: 0 0, 65%;
  }

  .hero-section.hero-interpol-election {
    background-image: linear-gradient(#0000, #0000), url('../images/ANR-interpol-1920x1080.jpg');
    background-position: 0 0, 100%;
  }

  .description-section {
    padding: 40px 40px 60px;
  }

  .description-section.second.contact-section {
    padding-top: 10vw;
  }

  .container {
    width: 100%;
  }

  .overflow.mt.auto {
    width: auto;
    margin-left: 0;
  }

  .overflow.auto {
    margin-left: 0;
  }

  .subheading {
    font-size: 12px;
  }

  .subheading.slider {
    font-size: 14px;
  }

  .subheading.white {
    font-size: 12px;
  }

  .parallax-heading {
    max-width: 100vw;
    font-size: 20px;
    line-height: 1.4;
  }

  .parallax-heading.border-bottom-gold {
    max-width: 90vw;
    margin-bottom: 20px;
  }

  .main-paragraph {
    font-size: 18px;
  }

  .main-paragraph.link {
    font-size: 16px;
  }

  .main-paragraph.link.blog {
    font-size: 14px;
  }

  .main-paragraph.white.about {
    font-size: 26px;
  }

  .main-paragraph.white.about.direction-rtl {
    font-size: 28px;
  }

  .main-paragraph.about {
    font-size: 16px;
  }

  .main-paragraph.about.black {
    font-size: 14px;
  }

  .main-paragraph.about.black.parallax-about {
    width: 60vw;
    margin-left: 0;
  }

  .main-paragraph.community-par {
    padding-right: 0;
    font-size: 2.5vw;
  }

  .main-paragraph.community-par.notosans, .main-paragraph.community-par.notosans.text-colour-white.ar.about-par-ar-home {
    font-size: 1.125rem;
  }

  .main-paragraph.community-par.notosans.text-colour-white.en-par.about-par-home.ar-rtl, .main-paragraph.community-par.notosans.main-par-en.ar-rtl {
    padding-right: 0;
  }

  .slider-section.second {
    padding: 193px 40px 14.55vw;
  }

  .content-slider {
    justify-content: center;
  }

  .grid-landing {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .white-filter, .content-card-slide._3, .content-card-slide._2 {
    display: none;
  }

  .collumn-left.slider-house {
    width: 220px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: -3.5vw;
  }

  .main-heading.all-caps.white {
    font-size: 40px;
  }

  .main-heading.all-caps.white.hero {
    text-transform: uppercase;
    font-size: 45px;
  }

  .main-heading.all-caps.white.hero.absolute.local-awards {
    font-size: 40px;
  }

  .main-heading.all-caps.white.hero.blog {
    width: 100%;
  }

  .main-heading.all-caps.white.hero.black {
    text-transform: none;
  }

  .link-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-section {
    grid-template-columns: auto;
  }

  .container-text {
    padding-left: 0;
  }

  .container-text._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-image-background {
    height: 400px;
  }

  .backgound-image.third-image.presidency1 {
    background-position: 50% 10%;
  }

  .grid {
    grid-template-columns: auto 1fr;
  }

  .grid.grid-inspector-general {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid.grid-intl-leader {
    grid-template-columns: 1fr;
  }

  .container-image-second.fourth-image {
    height: 400px;
    display: block;
  }

  .container-image-second.fourth-image.container-image-inspector-general.container-img-presidency {
    height: 50vw;
  }

  .containedr-link {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 0;
  }

  .containedr-link.home-firstfold.imgonleft {
    min-height: 30vw;
    padding: 40px 20px;
  }

  .link-heading.track-record {
    line-height: 1em;
  }

  .grid-second {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .grid-second.grid-contact {
    height: 100vh;
  }

  .background-image-wrapp.bgimagecontact {
    display: none;
  }

  .mask {
    width: 100%;
  }

  .content-slide.reverse {
    transform: none;
  }

  .image.slide {
    width: 100%;
  }

  .heading {
    font-size: 28px;
    line-height: 1.2;
  }

  .logo-image {
    width: 76px;
  }

  .container-text-grid.about {
    padding-left: 40px;
  }

  .container-text-grid.about.second {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-text-grid.about.text-grid-educ {
    padding-left: 0;
  }

  .price-paragraph {
    font-size: 11px;
  }

  .text-field {
    font-size: 13px;
  }

  .text-field.blue {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .submit-button {
    margin-top: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }

  .submit-button.white {
    font-size: 14px;
  }

  .heading-contact {
    font-size: 33px;
  }

  .icon-image._2 {
    width: 15px;
  }

  .right-arrow {
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    margin-top: auto;
    padding-left: 40px;
    display: flex;
    inset: auto auto -12% 0%;
  }

  .right-arrow.second {
    align-items: flex-end;
    width: auto;
    height: 50px;
    margin-top: auto;
    padding-right: 40px;
    inset: auto 0% -12% auto;
  }

  .right-arrow.second.left {
    inset: auto auto -12% 0%;
  }

  .brand-link.w--current {
    z-index: 0;
    margin-bottom: 0;
    position: relative;
  }

  .brand-link._2.w--current {
    flex-direction: row;
    align-items: stretch;
    margin-bottom: auto;
    position: absolute;
  }

  .brand-image {
    width: 100%;
  }

  .brand-image.menu {
    margin-top: 4vh;
  }

  .container-style-guide {
    align-items: flex-start;
  }

  .main-text, .main-text.blod, .main-paragraph-style-guide {
    font-size: 18px;
  }

  .main-heading-style {
    white-space: nowrap;
  }

  .mask-slide-opacity._2.width, .mask-slide-opacity.slide-1 {
    display: none;
  }

  .navbar {
    background-color: #0000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    z-index: 5;
    width: 100vw;
  }

  .menu-button {
    margin-left: auto;
    margin-right: 0;
  }

  .social-container {
    display: none;
  }

  .social-container.menu {
    display: block;
    bottom: 1%;
  }

  .social-link {
    flex: 0 auto;
    width: 15px;
    height: auto;
  }

  .social-link.first {
    width: 15px;
    height: auto;
  }

  .social-link.blog {
    width: 25px;
    height: 25px;
  }

  .social-link.nav {
    display: inline-block;
  }

  .social-link.mobilelang {
    width: auto;
    display: block;
  }

  .container-menu {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-link {
    font-size: 36px;
  }

  .nav-link.direction-rtl {
    text-align: center;
  }

  .nav-link.archivo-expanded-bold {
    text-align: center;
    padding-left: 25px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-collumn {
    padding-top: 0;
  }

  .bottom-rw-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-2 {
    grid-template-columns: auto;
  }

  .container-logo-footer {
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-link-logo {
    width: 120px;
  }

  .wrap-link-footer {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: none;
  }

  .top-text, .text-credits {
    text-align: center;
  }

  .wrap-copyright {
    margin-right: auto;
  }

  .footer-image, .bg-footer {
    display: none;
  }

  .contact-section {
    padding: 40px;
  }

  .contact-grid {
    grid-template-rows: auto;
    grid-template-columns: auto;
    height: auto;
  }

  .collumn-contact {
    padding-top: 87.7px;
    padding-bottom: 87.7px;
  }

  .collumn-contact.second.journal {
    width: 100%;
    padding: 40px 60px;
  }

  .collumn-contact.second.buy {
    padding-left: 0;
    padding-right: 0;
  }

  .collumn-contact.second.home {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .maps-image.auto {
    width: 60%;
    height: auto;
  }

  .container-heading-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .row.first {
    margin-left: 0%;
  }

  .cover-shape.blue {
    display: block;
  }

  .cover-shape.cover-blue {
    background-color: #00427c;
  }

  .hero-about {
    justify-content: center;
    height: 700px;
  }

  .container-hero-heading.margin {
    width: 500px;
    margin-left: 0%;
  }

  .hero-heading {
    font-size: 50px;
  }

  .paragraph-about {
    width: 70%;
    font-size: 16px;
  }

  .paragraph-about.absolute {
    width: auto;
    margin-top: 40px;
    margin-left: 0;
    position: static;
    left: 0;
  }

  .about-section {
    background-image: linear-gradient(#0006, #0006), url('../images/about_below_fold.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 700px;
    margin-bottom: 3vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-image-big.blue {
    width: 53vw;
    height: 500px;
  }

  .wrapper-text-about {
    height: auto;
    padding: 40px 20px;
    right: 40px;
  }

  .card-heading.black {
    font-size: 30px;
  }

  .about-grid {
    grid-template-rows: 500px;
  }

  .about-grid.career-grid, .about-grid.career-grid.about-grid-win {
    grid-template-columns: 1fr;
  }

  .grid-image.first.career-first, .grid-image.second.career-second {
    display: none;
  }

  .heading-about-grid {
    font-size: 22px;
  }

  .background-section.parallax {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-background-section {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 29px;
  }

  .container-paragraph.four-decades {
    width: 80%;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .container-text-her {
    padding-left: 40px;
  }

  .sub-heading-blog {
    font-size: 14px;
  }

  .journal-section {
    padding: 40px 40px 0;
  }

  .journal-section.buy {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .journal-section.buy.no-padding {
    padding-top: 16px;
  }

  .journal-section.buy.no-padding.agent {
    padding-top: 10px;
  }

  .journal-section.second {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .journal-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-card {
    align-items: flex-end;
    width: 100%;
    height: 220px;
  }

  .bunner-background {
    display: none;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .date-text {
    font-size: 11px;
  }

  .heading-blog-card {
    font-size: 20px;
  }

  .text-name {
    font-size: 12px;
  }

  .container-hero-text-contact {
    padding-left: 40px;
  }

  .info-contact, .info-contact.top {
    font-size: 20px;
  }

  .info-paragraph, .info-paragraph.second {
    font-size: 16px;
  }

  .faq-section {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .question-title {
    width: 90%;
    font-size: 20px;
  }

  .faq-circle.bg {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .faq-paragraph {
    font-size: 15px;
  }

  .info-faq, .info-faq.second {
    font-size: 16px;
  }

  .contact-form {
    display: none;
  }

  .container-text-form {
    padding-left: 100px;
    padding-right: 100px;
  }

  .row-form {
    margin-bottom: 0;
  }

  .row-form.heading-second {
    width: 100%;
  }

  .container-row.margin-left {
    margin-left: 0;
  }

  .form-value {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .close-button.fixed:hover {
    background-color: var(--midnight-blue);
  }

  .close-button.fixed {
    cursor: pointer;
    top: 4%;
    right: 5%;
  }

  .image-contact-page {
    position: static;
  }

  .hero-blog-post {
    height: 700px;
  }

  .background-image-blog {
    width: 100%;
    height: 700px;
  }

  .content-section {
    padding: 40px;
  }

  .content-section.blog-content {
    padding-top: 12vw;
    padding-bottom: 60px;
  }

  .content-section.blog-content.container-large.pad-lr-60 {
    padding-top: 140px;
  }

  .filter.b {
    background-color: #021d2b8c;
  }

  .text-date-blog-post.time {
    margin-bottom: 10px;
  }

  .heading-body-post {
    font-size: 35px;
  }

  .grid-blog-post {
    grid-template-columns: 66vw 1fr;
  }

  .paragraph-blog {
    font-size: 18px;
  }

  .post-body-paragraph {
    font-size: 14px;
  }

  .sub-heading-post {
    font-size: 17px;
  }

  .collum-right.blog {
    width: auto;
  }

  .text-blog, .text-blog.bottom {
    font-size: 12px;
  }

  .gallery-image-first {
    height: 540px;
  }

  .gallery-image-second {
    height: 300px;
  }

  .gallery-image-2 {
    height: 200px;
  }

  .hero-annunci {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    height: auto;
    padding-top: 202px;
    padding-bottom: 202px;
    position: relative;
  }

  .checkbox-field {
    margin-right: auto;
  }

  .link-2 {
    color: var(--midnight-blue);
  }

  .section-info-text {
    padding-top: 0;
  }

  .ads-grid {
    grid-template-columns: 100%;
  }

  .descfription {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-box {
    left: auto;
  }

  .submit-button-second.white {
    font-size: 13px;
  }

  .gallery-section {
    padding-top: 40px;
  }

  .grid-gallery {
    margin-bottom: 20px;
  }

  .grid-gallery.second {
    margin-bottom: 0;
  }

  .blue-bg {
    display: none;
  }

  .sold-info {
    justify-content: space-between;
    margin-left: 0;
  }

  .sold-section {
    padding-bottom: 80px;
  }

  .sell-main-section {
    margin-left: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-backgroung {
    height: auto;
  }

  .hero-backgroung.filter-white {
    background-image: linear-gradient(#dcecf4cc, #dcecf4cc), url('../images/c1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .sold-paragraph {
    margin-left: 30px;
    margin-right: 30px;
  }

  .address {
    font-size: 14px;
  }

  .white-card {
    background-color: #0000;
    width: 100%;
    margin-bottom: 0;
    padding-top: 165px;
    padding-bottom: 140px;
  }

  .review-slider {
    height: auto;
  }

  .hero-blue-box {
    width: 100%;
    max-width: none;
    margin-left: 0;
    position: static;
  }

  .hero-blue-box.buy {
    padding-bottom: 74px;
    display: none;
  }

  .price {
    font-size: 28px;
  }

  .price.news-title {
    font-size: 2.5vw;
  }

  .testimonials-date {
    padding-left: 0;
  }

  .testimonials-image {
    width: 100%;
    height: auto;
  }

  .testimonials-paragraph {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2;
  }

  .testimonials-names {
    padding-left: 0;
  }

  .sold-info-banner {
    flex-direction: column;
  }

  .testimonials-text-container {
    padding: 67px 40px;
  }

  .sell-card {
    background-position: 50%;
    width: 100%;
    height: 250px;
  }

  .sell-card._13, .sell-card._6, .sell-card._17, .sell-card._2, .sell-card._7, .sell-card._9, .sell-card._15, .sell-card._12, .sell-card._1, .sell-card._10, .sell-card._3, .sell-card._8, .sell-card._16, .sell-card._11, .sell-card._18, .sell-card._4, .sell-card._14, .sell-card._5 {
    height: 250px;
  }

  .sell-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 0;
  }

  .testimonials-sub-heading.safety-subheading {
    width: 70%;
  }

  .testimonials-card {
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: auto;
  }

  .paragraph {
    max-width: 400px;
    margin-top: 20px;
    margin-left: 0;
    font-size: 26px;
  }

  .paragraph.dark {
    color: var(--midnight-blue);
    text-align: center;
    margin-bottom: 20px;
  }

  .paragraph.vision-p {
    max-width: 800px;
  }

  .paragraph.paragraph-about-header {
    font-size: 1.125rem;
  }

  .heading-container {
    border-radius: 11px;
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    max-width: 412px;
    margin-top: 20px;
    display: flex;
    position: static;
  }

  .heading-container.heading-container-about {
    padding-bottom: 10px;
  }

  .heading-container.heading-container-about.heading-container-vision {
    max-width: 800px;
  }

  .heading-container.heading-container-about.heading-container-vision.heading-rtl {
    align-items: flex-end;
  }

  .text-container-buy {
    border-radius: 11px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-end;
    align-items: flex-start;
    max-width: 412px;
    margin-top: 40px;
    display: flex;
    position: static;
  }

  .text-container-buy.vision {
    max-width: 600px;
  }

  .sub-heading-buy {
    font-size: 16px;
  }

  .heading-div {
    margin-top: 0;
    font-size: 40px;
  }

  .heading-div.dark-text {
    font-size: 30px;
  }

  .hero-section-buy {
    width: 100vw;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .hero-section-buy.gents {
    justify-content: center;
    height: auto;
    padding-top: 211px;
    padding-bottom: 211px;
  }

  .hero-section-buy.hero-aboutpage {
    background-image: linear-gradient(#0006, #0006), url('../images/About_BG.jpg');
    background-position: 0 0, 50%;
    align-items: flex-end;
    height: 700px;
  }

  .hero-section-buy.hero-aboutpage.hero-vision {
    background-image: linear-gradient(#0006, #0006), url('../images/ANR-interpol-1920x1080.jpg');
    background-position: 0 0, 60%;
  }

  .hero-section-buy.community-hero-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Community_contribution-2.jpg');
    background-position: 0 0, 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-section-buy.hero-policing.hero-police-health {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Policing_UAE_bg.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .buy-section {
    padding-bottom: 40px;
  }

  .row-left {
    width: 100%;
  }

  .row-buy.agent {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .background._2, .background.agents {
    display: none;
  }

  .cards-grid-right {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 16px;
    display: flex;
    left: auto;
  }

  .ad {
    margin-bottom: 20px;
  }

  .info-card {
    width: 100%;
    height: 600px;
  }

  .info-card.info-achievements {
    height: 400px;
  }

  .info-card-second {
    justify-content: flex-end;
    width: 100%;
    height: 600px;
  }

  .info-heading-second {
    margin-bottom: 10px;
  }

  .info-heading-second.text-center {
    font-size: 30px;
  }

  .info-heading-second.heading-comments {
    font-size: 32px;
  }

  .more-info-container {
    flex-direction: column;
  }

  .collection-list {
    grid-template-columns: 1fr;
    margin-right: auto;
    display: grid;
  }

  .collection-list._2 {
    margin-right: auto;
  }

  .collection-list-wrapper-2 {
    justify-content: center;
  }

  .cards-grid-right-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    left: auto;
  }

  .cards-grid-right-2.bold-text-2 {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    right: auto;
  }

  .cards-grid-right-2.no-margin {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card, .card._2, .card._3, .card._4, .card._5, .card._6, .card._1 {
    width: 100%;
    height: 400px;
  }

  .hero-value {
    height: 500px;
  }

  .image-hero-value {
    max-width: 150%;
  }

  .container-radio-button {
    flex-direction: column;
  }

  .radio-button.w--redirected-checked {
    background-color: var(--midnight-blue);
  }

  .checkbox-field-form {
    margin-bottom: 10px;
  }

  .main-container.foter {
    padding-top: 40px;
  }

  .main-container.nav {
    background-color: #0000;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .main-container.value {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-container.lateral.flex {
    flex-direction: column;
  }

  .main-container.blog-main-container.blog-template {
    padding-bottom: 10px;
  }

  .rentalt-contact, .rental-content {
    display: none;
  }

  .bg-image-slide._4 {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100vw;
  }

  .content-first {
    display: none;
  }

  .content-second, .content-third {
    width: 50%;
  }

  .bg-image-slider-move {
    width: 50%;
    display: none;
  }

  .bg-image-slider-move._5 {
    display: none;
  }

  .bg-image-slider-move._3 {
    display: block;
  }

  .bg-image-slider-move._4 {
    background-position: 100%;
    display: block;
  }

  .wrapper-image-second {
    width: 50%;
    display: block;
  }

  .row-3._2 {
    align-items: center;
  }

  .collection-list-wrapper-3 {
    margin-right: auto;
  }

  .collection-list-2.approfondimento {
    grid-template-columns: 1fr;
  }

  .checkbox-label {
    font-family: Cardo;
  }

  .wrap-image {
    align-items: center;
    width: 100%;
    height: 500px;
    display: flex;
    overflow: hidden;
  }

  .slide-nav-sell {
    bottom: -54px;
  }

  .heading-404 {
    font-size: 70px;
  }

  .text-block-404 {
    font-size: 12px;
  }

  .author {
    display: none;
  }

  .image-licensing._4, .image-licensing._3 {
    min-height: 300px;
  }

  .licensing-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .images-grid {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-container {
    width: 80%;
  }

  .hero-heading-smal {
    font-size: 60px;
  }

  .paragraph.card.p-visions {
    min-height: auto;
    font-size: 16px;
  }

  .text-span-5 {
    font-size: 37px;
  }

  .bg-third-image {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 100vw;
  }

  .bg-image {
    background-position: 0%;
    background-repeat: repeat;
    background-size: cover;
  }

  .bg-slide-image {
    background-position: 0%;
  }

  .bg-second-image {
    background-position: 100%;
    background-size: 100vw 60vh;
  }

  .slider-hero-second {
    height: 100%;
    display: none;
  }

  .gallery-div {
    width: 80vw;
  }

  .news-grid-items {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-block {
    column-count: 2;
  }

  .h1-hero {
    text-align: center;
    font-size: 40px;
  }

  .paragraph-hero {
    width: 90%;
    font-size: 22px;
  }

  .rich-text-educ {
    border: 1px #000;
    border-radius: 0;
    width: 80vw;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .hero-text-block {
    background-image: linear-gradient(#18436f66, #18436f66);
    order: 1;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .hero-text-block.hero-text-2022 {
    background-image: none;
  }

  .hero-text-block.hero-text-2022.ar-pad {
    padding-right: 20px;
  }

  .hero-text-block.hero-text-block-ar-elec {
    background-image: none;
    padding-right: 40px;
  }

  .rich-text-hero {
    width: 100%;
  }

  .rich-text-hero h2 {
    font-size: 2.5rem;
  }

  .rich-text-hero p {
    font-size: 1.125rem;
  }

  .rich-text-hero h4 {
    font-size: 4vw;
  }

  .major-img {
    flex: 0 auto;
    order: -1;
    align-self: center;
    max-width: 60%;
    margin-left: 0;
  }

  .achievement-items-collection, .achievement-items-collection:nth-child(2n) {
    grid-template-columns: 1fr;
  }

  .richtext-achievement {
    padding-right: 0;
  }

  .richtext-achievement p {
    font-size: 2.5vw;
  }

  .h2-acqui {
    font-size: 30px;
    line-height: 100%;
  }

  .acqui-images {
    max-width: 85%;
  }

  .turbo-charge-wrapper {
    display: none;
  }

  .turbo-charge-wrapper.turbo-charge-mobile {
    background-color: #0000;
    display: block;
  }

  .acq-row1.acq-row-mob {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .numbers-container.container-1140 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .timeline_text-4 {
    font-size: 2vw;
  }

  .button-icon-small, .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .uae-approach-par {
    width: 80vw;
    font-size: 2.5vw;
  }

  .centre_block {
    width: 150px;
  }

  .paragraph-timeline {
    font-size: 2.2vw;
  }

  .process_image {
    width: 80px;
  }

  .process_image_wrap {
    padding: 15px;
  }

  .process_details {
    padding: 10px;
  }

  .cooperation-paragraph-intro.police-health-intro {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .image-gallery-section.pad-98 {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-2 {
    width: 70%;
  }

  .slide-nav-2 {
    display: block;
    position: relative;
  }

  .left-arrow-2 {
    text-align: center;
    display: none;
  }

  .right-arrow-3 {
    display: none;
  }

  .testimonials-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .comments-section {
    background-color: var(--dark-grey);
    height: auto;
  }

  .comments-wrapper {
    width: 75%;
  }

  .vision-rich-text {
    padding-right: 0;
  }

  .vision-rich-text p, .vision-rich-text li {
    font-size: 2vw;
  }

  .section-quote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blkqot {
    font-size: 2vw;
  }

  .blkqot.direction-rtl {
    font-size: 2.5vw;
  }

  .name-qot {
    font-size: 2.2vw;
  }

  .name-qot.direction-rtl {
    font-size: 3vw;
  }

  .vision-text-ar {
    padding-right: 0;
  }

  .vision-text-ar p, .vision-text-ar li, .richtext-interpol-elect p {
    font-size: 2.5vw;
  }

  .richtext-interpol-elect li {
    font-size: 2.5vw;
    line-height: 1.6;
  }

  .richtext-interpol-elect-ar p, .richtext-interpol-elect-ar li {
    font-size: 2.5vw;
  }

  .speech-container {
    width: 90%;
    padding-top: 40px;
  }

  .heading-xxlarge {
    font-size: 4rem;
  }

  .heading-xxlarge.text-color-navy.ar.interpol-presidency {
    direction: ltr;
    padding-right: 0;
  }

  .heading-xxlarge.text-color-navy.home-ip-title.ar-rtl {
    padding-right: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .show-tablet {
    display: block;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-vertical, .padding-vertical.padding-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-medium.mb-40 {
    margin-bottom: 70px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .form-checkbox-icon {
    flex: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .heading-small.smaller.text-weight-bold.padding-bottom.padding-small {
    font-size: 1.3rem;
  }

  .heading-small.text-color-navy.news-titles {
    min-height: 120px;
    line-height: 1;
  }

  .heading-small.text-color-navy.news-titles.news-titles-ar {
    text-align: right;
  }

  .heading-small.text-color-navy.gen-name-footer {
    text-align: center;
    font-size: 1.4rem;
  }

  .heading-small.text-color-navy.gen-name-footer.gen-name-ar {
    align-self: center;
  }

  .heading-small.text-color-navy.ar-footer {
    text-align: center;
  }

  .fs-styleguide_grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-large {
    padding: 2rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .heading-xsmall.text-color-granite.archivo-expanded-medium {
    font-size: 14px;
  }

  .heading-xsmall.text-color-granite.archivo-expanded-medium.ar-link {
    font-size: 16px;
  }

  .heading-xsmall.text-color-navy.heading-xsmall-ar {
    padding-right: 0;
  }

  .heading-xsmall.text-color-navy.archivo-expanded-bold {
    font-family: Archivo expanded medium, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .heading-xsmall.text-color-navy.archivo-expanded-bold.ar-link {
    font-size: 16px;
  }

  .heading-xsmall.text-color-gold.archivo-expanded {
    font-family: Archivo expanded medium, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .heading-xsmall.text-color-gold.archivo-expanded.ar-rtl.ar-link {
    font-size: 16px;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-large.pad-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.pad-lr-60 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .page-padding.pad-tab-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-side {
    min-height: 350px;
  }

  .vision {
    width: 80%;
    margin-bottom: 2rem;
  }

  .vcpe-col {
    flex-direction: column;
    min-height: 70vh;
  }

  .numbers-hl {
    text-align: left;
    align-items: center;
  }

  .sar-number.heading-large.text-weight-bold.text-color-faded-green {
    text-align: left;
  }

  .vision-mission-container.padding-vertical.padding-medium {
    align-items: stretch;
    display: block;
  }

  .footer_bottom-left-content {
    justify-content: center;
  }

  .chairman-img {
    max-height: 600px;
  }

  .right-side {
    min-height: 350px;
  }

  .nav_link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    transition: background-color .2s ease-out, color .2s ease-out;
  }

  .nav_link:hover {
    color: #fff;
    background-color: #80c7bc;
  }

  .nav_link.w--current {
    color: #232536;
    background-color: #ffd3af;
    border-top-style: none;
    padding-top: 1.5rem;
  }

  .loti-anim.lotie-v2 {
    height: 600px;
  }

  .mockup {
    max-height: 500px;
  }

  .nav_logo {
    max-width: 80%;
  }

  .lottie-container.lotie-con-v2 {
    min-height: 600px;
  }

  .col-lottie.padding-0 {
    display: block;
  }

  .mission {
    width: 80%;
  }

  .mission.padding-left.padding-xhuge {
    padding-left: 0;
  }

  .nav_menu-icon {
    color: #007473;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
  }

  .vm-p.text-color-white.width-67.text-size-medium {
    width: auto;
  }

  .social-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav_link-list {
    color: #fff;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .p-msg.padding-vertical.padding-medium {
    max-width: none;
  }

  .nav_menu-button {
    color: #ffd3af;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: -.75rem;
    padding: .75rem;
  }

  .nav_menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .nav_menu {
    background-color: #007473;
  }

  .nav_component {
    padding-top: .75rem;
    padding-bottom: .75rem;
    position: relative;
  }

  .vcpe-container.padding-horizontal.padding-large {
    min-height: 70vh;
  }

  .vcpe-container.padding-horizontal.padding-large.vcpe-v2.padding-left.padding-xhuge {
    min-height: 600px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .item-subgrid.padding-vertical.padding-medium {
    grid-template-columns: 1fr;
  }

  .lottie-holder.padding-medium {
    text-align: left;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .subhead-title.m-tb-70 {
    text-indent: 10px;
  }

  .news-item.news-item-home {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-color-granite.footer-cpr {
    text-align: center;
    padding-top: 10px;
  }

  .news-hero-img.hews-img {
    min-height: 220px;
  }

  .read-more-href.text-color-granite.read-more-ar {
    direction: rtl;
    text-align: right;
  }

  .footer-grid-2022 {
    grid-template-columns: 2fr;
  }

  .get-in-touch {
    justify-content: flex-start;
    align-items: center;
  }

  .links-social {
    padding-top: 10px;
  }

  .footer-links-wrapper {
    text-align: left;
    justify-content: center;
  }

  .footer-links.text-color-grey {
    font-size: 13px;
  }

  .contact-link-wrapper {
    padding-top: 10px;
  }

  .g-container {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-container.ip-section2-heading {
    width: 100%;
    padding-bottom: 40px;
  }

  .g-container.ip-section2-heading.about-contribution-heading {
    width: 100%;
  }

  .g-container.ip-section2-heading.about-contribution-heading.about-work-heading {
    padding-bottom: 30px;
  }

  .g-container.ip-section2-heading.pad-88 {
    padding-left: 20px;
  }

  .g-container.ip-section2-heading.pad-98 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .g-container.ip-section2-heading.pad-98.m-b-60, .g-container.ip-section2-heading.pad-98.m-b-60.pad-20 {
    margin-bottom: 0;
  }

  .g-container.ip-section2-heading.pad-98.pad-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-container.right-icon-blurb-container, .g-container.right-icon-blurb-container.border-b0 {
    padding-right: 40px;
  }

  .g-container.ip-section4-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-container.career-section {
    padding-left: 0;
    padding-right: 0;
  }

  .g-container.about-achievements-heading, .g-container.about-highlights-heading {
    padding-bottom: 30px;
  }

  .g-container.goverance-intro-container {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .g-container.goverance-bottom-container.first {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .g-container.goverance-bottom-container.last {
    padding-top: 0;
  }

  .g-container.news.news-ar {
    padding-bottom: 0;
  }

  .g-container.pres-mandate-g.pad-88 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .g-container.pad-98, .g-container.pad-98.pad-10, .g-container.pad-88, .g-container.pad-88.pad-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-h2.h2-white.bordered-h2.h2-pb0 {
    padding-bottom: 15px;
    font-size: 48px;
  }

  .g-h2.h2-white.bordered-h2.h2-pb0.ar-rtl {
    font-family: Noto Naskh Arabic, sans-serif;
    font-weight: 700;
  }

  .g-h2.h2-white.bordered-h2.h2-pb0.ar-rtl.mandate-h2 {
    margin-bottom: 0;
  }

  .g-h2.h2-white.bordered-h2.h2-pb0.pres-mandate-title {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 700;
  }

  .g-h2.h2-blue.ip-section4-heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
  }

  .g-h2.h2-blue.ip-section4-heading.h2-heading-en {
    border-bottom-style: none;
    width: 100%;
    padding-left: 0;
  }

  .g-h2.h2-blue.h2-bordered {
    font-size: 48px;
  }

  .g-h2.h2-blue.h2-bordered.about-career-heading {
    min-width: 300px;
    max-width: 100%;
  }

  .g-h2.h2-blue.h2-bordered.about-career-heading.desktop {
    display: none;
  }

  .g-h2.h2-blue.h2-bordered.about-career-heading.mobile {
    display: inline-block;
  }

  .g-h2.h2-blue.h2-bordered.pad-40 {
    text-indent: 0;
  }

  .g-h2.h2-blue.governance-h2 {
    margin-bottom: 0;
    font-size: 3rem;
  }

  .g-paragraph.paragraph-white.paragraph-547.paragraph-pb0, .g-paragraph.paragraph-white.paragraph-547.paragraph-pb0.first {
    font-size: 18px;
  }

  .g-paragraph.about-contribution-paragraph {
    color: #fff;
    max-width: 100%;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .g-paragraph.about-contribution-paragraph.first {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .g-paragraph.about-contribution-paragraph.first.text-color-white {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .g-paragraph.about-contribution-paragraph.first.p-color-white {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .g-paragraph.about-contribution-paragraph.about-work-paragraph, .g-paragraph.about-contribution-paragraph.about-work-paragraph.first {
    max-width: 100%;
    font-size: 18px;
  }

  .g-paragraph.about-contribution-paragraph.text-color-grey {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .g-paragraph.about-contribution-paragraph.ar-inter-para {
    font-weight: 400;
  }

  .g-columns {
    flex-direction: column;
  }

  .g-columns.flex-vc, .g-columns.flex-vc.right-icon-blurb-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .g-columns.flex-vc.about-contribution-columns {
    flex-flow: column-reverse;
  }

  .g-columns.flex-vc.about-contribution-columns.about-work-columns {
    flex-direction: column-reverse;
    padding-right: 0;
  }

  .ip-section2-column1 {
    padding-left: 0;
    padding-right: 0;
  }

  .ip-section2-column1.about-contribution-column1 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .ip-section2-column1.about-contribution-column1.about-work-column1 {
    padding-left: 0;
  }

  .ip-section2-column1.about-contribution-column1.about-work-column1.ar-about {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .ip-section2-column1.about-contribution-column1.contrib-left {
    order: -1;
  }

  .content-image-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .content-image-section.about-contribution {
    padding: 50px 0;
  }

  .content-image-section.about-contribution.about-work {
    padding-bottom: 50px;
  }

  .g-h3.h3-white.h3-bordered.h3-m0.blurb-heading {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 32px;
  }

  .g-h3.h3-blue.h3-bordered {
    font-size: 36px;
  }

  .g-h3.h3-blue.governance-item-heading {
    margin-bottom: 18px;
    font-size: 36px;
  }

  .g-h3.h3-blue.governance-item-heading.last {
    font-size: 36px;
  }

  .blurb-section {
    margin-top: -230px;
    margin-bottom: 50px;
  }

  .blurb-section.about-achievements {
    padding-bottom: 50px;
  }

  .blurb-content {
    padding-left: 20px;
  }

  .blurb-content.blurb-ar {
    padding-right: 30px;
  }

  .blurb-content-paragraph {
    padding-bottom: 20px;
    font-size: 18px;
  }

  .blurb-content-paragraph.paragraph-pb0 {
    font-size: 18px;
  }

  .blurb-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: contain;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }

  .blurb-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blurb-column.blurb-column-first {
    object-fit: contain;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blurb-anchor {
    font-size: 18px;
  }

  .ip-section5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ip-section5.ip-en-section.pad-tb-60 {
    flex-direction: column;
    display: flex;
  }

  .ip-section5.pad-60 {
    padding-top: 40px;
  }

  .right-icon-blurb-content {
    font-size: 18px;
  }

  .hero-banner {
    background-position: 77%;
    background-size: cover;
    align-items: flex-end;
    padding-bottom: 50px;
  }

  .hero-banner.about {
    background-position: 50%;
  }

  .hero-banner.about.about-new.about-ar {
    background-image: linear-gradient(#0006, #0006), url('../images/About_BG.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-banner.gallery {
    background-position: 50%;
  }

  .hero-banner.governance {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 95vh;
  }

  .hero-banner.hero-banner-ar-interpolpres {
    background-image: linear-gradient(#0000, #000), url('../images/interpol_Presidency_hero_AR.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-banner.hero-banner-pres-en {
    background-image: linear-gradient(#0000, #000), url('../images/interpol_Presidency_hero_EN.jpg');
    background-position: 0 0, 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-banner-paragraph {
    font-size: 18px;
  }

  .hero-banner-heading {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 48px;
    line-height: 1em;
  }

  .card-body-right {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-right: 10px;
  }

  .card-body-right.about-contribution-column2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    order: 0;
    justify-content: flex-end;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .card-body-right.about-work-column2 {
    text-align: center;
    padding-right: 0;
  }

  .card-body-right.pad-left {
    width: 100%;
    max-width: 100%;
  }

  .news-item-meta {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .news-item-date {
    font-size: 18px;
  }

  .news-item-title {
    padding-bottom: 20px;
    font-size: 28px;
  }

  .news-item-link {
    font-size: 18px;
  }

  .news-list-items {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-banner-subheading {
    font-size: 36px;
  }

  .about-career-column2 {
    padding-bottom: 75%;
  }

  .about-career-paragraph {
    font-size: 18px;
  }

  .about-career-columns {
    flex-direction: column;
  }

  .about-career-column1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-career-content {
    max-width: 100%;
  }

  .about-career {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-work-image {
    max-width: 70%;
  }

  .g-h6.h6-bordered {
    font-size: 18px;
  }

  .about-highlights-content {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .about-highlights {
    padding-bottom: 50px;
  }

  .interpol-policy-img {
    max-width: none;
    height: auto;
    min-height: auto;
    display: block;
  }

  .governance-intro-columns {
    flex-direction: column-reverse;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .governance-intro-columns.gov-intro-col-ar {
    padding-right: 0;
  }

  .g-h4.h4-blue.governance-intro-heading {
    font-size: 26px;
    line-height: 1.4em;
    display: none;
  }

  .g-h4.h4-blue.governance-intro-heading.mob-gov-head {
    display: block;
  }

  .g-h4.h4-blue.governance-intro-heading.mob-gov-head.ar-rtl {
    direction: rtl;
    text-align: right;
    font-family: Noto Naskh Arabic, sans-serif;
  }

  .g-h4.governance-bottom-h4 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.2em;
  }

  .governance-paragraph, .governance-intro-paragraph {
    font-size: 18px;
    line-height: 1.4em;
  }

  .goverance-intro {
    max-width: 100%;
  }

  .governance-intro-column2 {
    text-align: center;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .governance-intro-column2.col-gov-2-ar {
    order: 2;
  }

  .col1-gov {
    padding-left: 0;
    padding-right: 0;
  }

  .col1-gov.col1-gov-ar {
    order: 1;
  }

  .governance-intro {
    padding-top: 0;
  }

  .governance-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .goverance-bottom-column1 {
    padding-right: 40px;
  }

  .governance-bottom-column2 {
    padding-left: 40px;
  }

  .image-7 {
    max-width: 70%;
  }

  .image-7.img-gov {
    display: none;
  }

  .governance-bottom-header-container, .governance-bottom-columns-container {
    padding-top: 50px;
  }

  .read-more-link.text-color-gold.read-more-link-ar, .read-more-link.text-color-navy.ar-rtl {
    padding-right: 0;
  }

  .cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .card-item {
    height: 30rem;
  }

  .card-background {
    background-color: #fff;
    background-image: none;
  }

  .card-content {
    height: 16rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .card-heading-2 {
    height: 3rem;
    padding-top: .5rem;
    padding-left: 2.8rem;
    font-size: 30px;
    line-height: 28px;
  }

  .cards-container {
    max-width: none;
    margin-top: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .manifesto-par.text-color-granite.p1 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .manifesto-par.text-color-granite.p2 {
    padding-left: 0;
    padding-right: 0;
  }

  .committee-cols {
    grid-template-columns: 1fr;
  }

  .com {
    padding-left: 2rem;
  }

  .com.com-exec-ar, .assembly {
    padding-right: 2rem;
  }

  .assembly.assem-ar {
    padding-left: 2rem;
  }

  .new-cards-grid {
    grid-template-columns: 1fr;
  }

  .card-items {
    height: 24rem;
  }

  .imgbg-gov-col2 {
    background-image: url('../images/responsibility-mob.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: block;
  }

  .hr-line-1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hr-line-1.g-container {
    padding-bottom: 0;
  }

  .image-9 {
    order: 1;
    width: 100%;
  }

  .ip-section2-column1-copy {
    padding-left: 40px;
    padding-right: 10px;
  }

  .ip-section2-column1-copy.about-contribution-column1 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .ip-section2-column1-copy.about-contribution-column1.about-work-column1 {
    padding-left: 0;
  }

  .ip-section2-column1-copy.about-contribution-column1.about-work-column1.ar-about {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .ip-section2-column1-copy.about-contribution-column1.contrib-left {
    order: 1;
    display: flex;
  }

  .g-columns-left-image.flex-vc, .g-columns-left-image.flex-vc.right-icon-blurb-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .g-columns-left-image.flex-vc.about-contribution-columns {
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .g-columns-left-image.flex-vc.about-contribution-columns.about-work-columns {
    flex-direction: column-reverse;
    padding-right: 0;
  }

  .div-block-6 {
    order: 0;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
  }

  .blurb-image-1.flex-vc, .blurb-image-1.flex-vc.right-icon-blurb-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .blurb-image-1.flex-vc.about-contribution-columns {
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .blurb-image-1.flex-vc.about-contribution-columns.about-work-columns {
    flex-direction: column-reverse;
    padding-right: 0;
  }

  .hr-line-1-copy.g-container {
    padding-bottom: 0;
  }

  .blurb-paragraph.paragraph-white.paragraph-547.paragraph-pb0, .blurb-paragraph.paragraph-white.paragraph-547.paragraph-pb0.first {
    font-size: 18px;
  }

  .blurb-paragraph.about-contribution-paragraph {
    max-width: 100%;
    font-size: 18px;
  }

  .blurb-paragraph.about-contribution-paragraph.first {
    width: 100%;
    margin-bottom: 20px;
  }

  .blurb-paragraph.about-contribution-paragraph.about-work-paragraph, .blurb-paragraph.about-contribution-paragraph.about-work-paragraph.first {
    max-width: 100%;
    font-size: 18px;
  }

  .blurb-section2-column1 {
    padding-left: 40px;
    padding-right: 10px;
  }

  .blurb-section2-column1.about-contribution-column1 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blurb-section2-column1.about-contribution-column1.about-work-column1 {
    padding-left: 0;
  }

  .blurb-section2-column1.about-contribution-column1.about-work-column1.ar-about {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .blurb-section2-column1.about-contribution-column1.contrib-left {
    order: 1;
    align-items: flex-end;
    display: flex;
  }

  .blurb-image-2.flex-vc, .blurb-image-2.flex-vc.right-icon-blurb-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .blurb-image-2.flex-vc.about-contribution-columns {
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .blurb-image-2.flex-vc.about-contribution-columns.about-work-columns {
    flex-direction: column-reverse;
    padding-right: 0;
  }

  .blurb-image-3.flex-vc, .blurb-image-3.flex-vc.right-icon-blurb-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .blurb-image-3.flex-vc.about-contribution-columns {
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .blurb-image-3.flex-vc.about-contribution-columns.about-work-columns {
    flex-direction: column-reverse;
    padding-right: 0;
  }

  .content--section2-column1 {
    padding-left: 40px;
    padding-right: 10px;
  }

  .content--section2-column1.about-contribution-column1 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .content--section2-column1.about-contribution-column1.about-work-column1 {
    padding-left: 0;
  }

  .content--section2-column1.about-contribution-column1.about-work-column1.ar-about {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .orgname.ar-inter-rtl {
    font-weight: 700;
  }

  .link-3 {
    font-family: Archivo expanded medium, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .link-3.ar-link3 {
    font-size: 16px;
  }

  .c-map-contain {
    max-width: 100%;
  }

  .c-map-dot {
    z-index: 1;
    display: block;
    inset: 0%;
  }

  .c-map-dot.circle-hidden {
    margin-left: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .c-map-circle {
    position: relative;
    inset: 0%;
  }

  .paragraph-554 {
    line-height: 3vw;
  }

  .c-map-hover {
    background-color: #00000073;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .div-block-14 {
    background-color: var(--darkslateblue);
    width: 50%;
    display: block;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .c-map-triangle {
    border: 20px solid #0000;
    border-top-color: #00427c;
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 0;
    display: none;
  }

  .collection-item-4 {
    position: absolute;
    inset: 0%;
  }

  .html-embed-3 {
    position: relative;
  }

  .c-map-container {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-map-container.ip-section2-heading {
    width: 100%;
    padding-bottom: 40px;
  }

  .c-map-container.ip-section2-heading.about-contribution-heading {
    width: 100%;
  }

  .c-map-container.ip-section2-heading.about-contribution-heading.about-work-heading {
    padding-bottom: 30px;
  }

  .c-map-container.right-icon-blurb-container, .c-map-container.right-icon-blurb-container.border-b0 {
    padding-right: 40px;
  }

  .c-map-container.ip-section4-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-map-container.career-section {
    padding-left: 0;
    padding-right: 0;
  }

  .c-map-container.about-achievements-heading, .c-map-container.about-highlights-heading {
    padding-bottom: 30px;
  }

  .c-map-container.goverance-intro-container {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-map-container.goverance-bottom-container.first {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .c-map-container.goverance-bottom-container.last {
    padding-top: 0;
  }

  .c-map-container.news.news-ar {
    padding-bottom: 0;
  }

  .c-map-container.pad-98, .c-map-container.pad-88 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .mob-event-detail {
    z-index: 999;
    background-color: #00000080;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .event-body {
    background-color: #fff;
    width: 600px;
    display: block;
    position: absolute;
    inset: 0% 0% 0% 20%;
  }

  .close-modal {
    background-color: var(--black);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .text-block-408 {
    font-size: 19px;
  }

  .key-content {
    max-width: 100%;
    padding-left: 0;
  }

  .key-section-hr-line1 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .key-section-hr-line1.g-container {
    padding-bottom: 0;
  }

  .career-container {
    max-width: 100%;
  }

  .career-content {
    align-self: auto;
    padding-top: 20px;
  }

  .career-content.career-content-ar {
    flex: 0 auto;
    padding-right: 0;
  }

  .c-container.pad-10 {
    flex-direction: column-reverse;
  }

  .about-uae {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-uae.pad-bottom-80 {
    padding-top: 0;
  }

  .u-container.pad-30 {
    flex-direction: column-reverse;
  }

  .uae-content {
    align-self: auto;
    padding-top: 20px;
    padding-left: 0;
  }

  .interpolpolicy {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .inter-content {
    align-self: auto;
    padding-top: 20px;
  }

  .inter-content.ar-rtl.ar-40-right {
    padding-right: 0;
  }

  .inter-container, .uae-container {
    max-width: 100%;
  }

  .key-container.pad-30, .key-container.pad-20 {
    flex-direction: column-reverse;
  }

  .key-img {
    max-width: 100%;
  }

  .grid-post-content {
    grid-template-columns: 1fr;
  }

  .map-container.pad-40.pad-88.ar-map.armap-hideonmob {
    display: none;
  }

  .grid-post-header {
    grid-template-columns: 1fr;
  }

  .nextandprevrow {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  li {
    font-size: 3vw;
  }

  .hero-section {
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-section.hero-home.hero-home-win {
    background-image: linear-gradient(#0000, #0000), url('../images/Homepage-anr.jpg');
    background-position: 0 0, 75%;
  }

  .hero-section.hero-home.hero-home-2022 {
    background-position: 60%;
    background-size: cover;
  }

  .hero-section.hero-home.hero-home-2022.hero-home-2022-ar {
    background-position: 45%;
  }

  .hero-section.hero-home-ar.hero-home-win {
    background-image: linear-gradient(#0000, #0000), url('../images/Homepage-anr.jpg');
    background-position: 0 0, 80%;
  }

  .hero-section.hero-interpol-election {
    background-image: linear-gradient(#0000, #0000), url('../images/ANR-interpol-1920x1080.jpg');
    background-position: 0 0, 85%;
  }

  .description-section {
    padding: 100px 20px;
  }

  .description-section.second.contact-section {
    height: 100vh;
    padding-top: 25vw;
  }

  .overflow.auto {
    width: auto;
  }

  .subheading.slider {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .parallax-heading {
    font-size: 25px;
  }

  .main-paragraph.white.about {
    font-size: 18px;
    line-height: 1.4;
  }

  .main-paragraph.white.about.direction-rtl {
    font-size: 22px;
  }

  .main-paragraph.about.black {
    font-size: 15px;
  }

  .main-paragraph.about.black.parallax-about {
    width: 100%;
    margin-left: 0;
  }

  .main-paragraph.community-par {
    font-size: 3vw;
  }

  .main-paragraph.community-par.notosans.text-colour-white.en-par.about-par-home {
    padding-right: 0;
    font-size: 20px;
  }

  .main-paragraph.community-par.notosans.main-par-en {
    padding-right: 0;
  }

  .link-line.black {
    margin-left: 0;
  }

  .slider-section {
    padding-bottom: 40px;
  }

  .slider-section.second {
    padding: 100px 20px 140px;
  }

  .slide-nav-second {
    display: block;
  }

  .grid-landing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-second {
    height: auto;
  }

  .blog-slide-image {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .content-card-slide {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .collumn-left {
    padding-top: 43px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .collumn-left.slider-house {
    box-shadow: none;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 60px;
    padding: 10px 40px;
    position: static;
  }

  .collumn-left.blog {
    padding-top: 0;
  }

  .main-heading.all-caps.white {
    font-size: 30px;
  }

  .main-heading.all-caps.white.hero {
    font-size: 50px;
  }

  .main-heading.all-caps.white.hero.absolute {
    margin-bottom: 20px;
    font-size: 35px;
    bottom: 0%;
  }

  .main-heading.all-caps.white.hero.blog {
    font-size: 30px;
  }

  .link-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-text.blog.flex, .container-text.blog.flex.reverse {
    padding-top: 10px;
  }

  .link-heading {
    font-size: 40px;
  }

  .grid-second {
    height: auto;
  }

  .grid-second.grid-contact {
    align-content: stretch;
    justify-items: stretch;
  }

  .background-image-wrapp.second {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-image-wrapp.second.contact-wrap {
    flex-direction: column;
  }

  .image.slide {
    width: 100%;
  }

  .logo-image {
    width: 103px;
  }

  .slider-grid {
    margin-bottom: 20px;
  }

  .container-text-grid.about {
    padding-left: 0;
  }

  .container-text-grid.about.second {
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .container-text-grid.about.second.container-text-police-right.direction-rtl {
    padding-left: 100px;
  }

  .container-text-grid.about.second.enhanced-bilaterak {
    order: 4;
  }

  .container-text-grid.about.container-text-police-health {
    order: 1;
    padding-right: 0;
  }

  .container-text-grid.about.container-text-police-health.direction-rtl {
    padding-left: 0;
    padding-right: 0;
  }

  .container-text-grid.about.intl-text-grid, .container-text-grid.about.partnership-txt {
    order: 2;
  }

  .price-paragraph {
    font-size: 14px;
  }

  .icon-image {
    width: 20px;
  }

  .slide {
    margin-bottom: 20px;
  }

  .right-arrow {
    justify-content: center;
    align-items: flex-end;
    width: 50px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    display: none;
    bottom: -15%;
  }

  .right-arrow.second {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .right-arrow.second.blog {
    justify-content: flex-end;
    padding-right: 20px;
    display: none;
    bottom: -15%;
  }

  .arrow {
    margin-left: auto;
  }

  .container-button._2 {
    margin-top: 20px;
  }

  .container-button._2.blue {
    margin-top: 40px;
  }

  .container-button.second {
    text-align: center;
    position: relative;
  }

  .brand-image {
    max-width: 80%;
  }

  .brand-image.menu {
    margin-top: 4vh;
    margin-bottom: 30px;
  }

  .container-style-guide.style-guide {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-text {
    text-decoration: none;
  }

  .style-guide-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .background-color.second, .background-color.first, .background-color.third {
    width: 20vw;
    height: 20vw;
  }

  .container-heading-style.style-guide, .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    margin-left: auto;
  }

  .social-container.menu {
    padding-bottom: 38px;
    display: flex;
    bottom: 0;
  }

  .footer-grid, .bottom-rw-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-link-logo {
    width: 120px;
  }

  .top-text {
    align-self: flex-start;
  }

  .contact-section, .collumn-contact.second.journal, .container-heading-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-heading-hero.second {
    align-items: flex-start;
    padding-left: 0;
  }

  .row.second {
    justify-content: flex-start;
  }

  .row.second.direction-rtl {
    direction: rtl;
  }

  .hero-about {
    height: auto;
    padding: 198px 20px;
  }

  .hero-heading {
    font-size: 40px;
  }

  .hero-heading.margin {
    margin-left: 10px;
  }

  .paragraph-about {
    width: auto;
  }

  .paragraph-about.absolute {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    line-height: 1.4;
    position: static;
  }

  .about-section {
    flex-direction: column;
    padding: 100px 20px;
    display: flex;
  }

  .text-span-about {
    font-size: 16px;
  }

  .about-image.first, .about-image.second, .about-image.third {
    display: none;
  }

  .card-section {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-image-big.blue {
    width: 100%;
  }

  .wrapper-text-about {
    width: 100%;
    position: static;
  }

  .about-grid {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .about-grid.career-grid {
    padding-left: 0;
  }

  .about-grid.about-grid-health1 {
    flex-wrap: nowrap;
    grid-template-rows: 300px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .grid-image.first {
    height: 350px;
  }

  .grid-image.first.committee, .grid-image.first.enhance-smart-government, .grid-image.first.international-trade, .grid-image.first.cross-border, .grid-image.first.falcon-eye {
    order: -1;
  }

  .grid-image.first.smart-helmet {
    flex: 1;
    align-self: center;
    align-items: center;
  }

  .grid-image.first.intl-coop-1, .grid-image.first.intl-coop-3 {
    order: 1;
  }

  .grid-image.first.ad-health-care {
    flex: 1;
    order: -1;
    align-self: center;
    align-items: center;
  }

  .grid-image.second {
    height: 350px;
  }

  .grid-image.second.al-hosn {
    flex: 1;
    align-self: center;
  }

  .grid-image.second.intl-coop-2 {
    order: 3;
  }

  .grid-image.second.dev-drones {
    flex: 1;
    align-self: center;
  }

  .heading-about-grid {
    font-size: 22px;
  }

  .background-section.parallax {
    flex-direction: column;
    height: auto;
    padding: 40px 20px;
  }

  .heading-background-section {
    margin-bottom: 60px;
  }

  .container-text-her {
    padding-left: 40px;
  }

  .sub-heading-blog {
    font-size: 14px;
  }

  .journal-section {
    padding: 60px 40px 0;
  }

  .journal-section.buy, .journal-section.second {
    padding-left: 40px;
    padding-right: 40px;
  }

  .journal-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .blog-card {
    height: 250px;
  }

  .blog-post-image {
    width: 100%;
    height: auto;
  }

  .grid-info-contact {
    grid-template-columns: 100%;
  }

  .faq-section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .open-form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-form {
    display: none;
  }

  .container-text-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-form.contact {
    font-size: 30px;
  }

  .row-form {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .container-row.margin-right {
    margin-right: 0;
  }

  .close-button.fixed {
    cursor: pointer;
    cursor: pointer;
    width: 35px;
    height: 35px;
    top: 6%;
    right: 4%;
  }

  .hero-blog-post {
    height: auto;
  }

  .background-image-blog {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.blog-content {
    padding-top: 15vw;
  }

  .blog-image {
    width: auto;
    height: 100%;
  }

  .heading-body-post {
    margin-bottom: 20px;
  }

  .grid-blog-post {
    grid-row-gap: 54px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 100%;
  }

  .collum-right.blog {
    display: block;
  }

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gallery-image-first {
    height: 320px;
  }

  .gallery-image-second {
    height: 200px;
  }

  .gallery-image-2 {
    height: 100px;
  }

  .hero-annunci {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    position: relative;
  }

  .descfription {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-heading-annunci {
    font-size: 39px;
    line-height: 1;
  }

  .text-span-heading-blog {
    font-size: 13px;
  }

  .form-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-gallery {
    grid-template-columns: 1fr;
    margin-bottom: 16px;
    margin-left: 0%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sell-main-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .background-alice-blu {
    display: none;
  }

  .sold-paragraph {
    margin-left: 40px;
    margin-right: 0;
  }

  .testimonials-section {
    display: none;
  }

  .sold-sub-heading {
    font-size: 14px;
  }

  .price.news-title {
    font-size: 3vw;
  }

  .span-sold {
    font-size: 53px;
  }

  .sell-info {
    min-width: 100vw;
  }

  .sold-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 53px;
  }

  .sold-text-container {
    padding-left: 0;
  }

  .sell-card {
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    min-height: 300px;
    display: flex;
  }

  .sell-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-sub-heading.safety-subheading {
    width: 90%;
  }

  .paragraph {
    font-size: 18px;
  }

  .paragraph.dark {
    color: var(--midnight-blue);
    text-align: center;
    margin-bottom: 20px;
  }

  .heading-container {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: 0;
  }

  .heading-container.heading-container-about.heading-container-vision.heading-rtl {
    align-items: flex-end;
  }

  .text-container-buy {
    flex: 0 auto;
    justify-content: center;
    align-self: flex-end;
    align-items: flex-start;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 20px;
    position: relative;
    inset: auto;
  }

  .text-container-buy.txt-intro {
    padding-bottom: 40px;
  }

  .sub-heading-buy.dark {
    font-size: 16px;
  }

  .heading-div {
    font-size: 30px;
  }

  .heading-div.dark-text {
    font-size: 22px;
  }

  .hero-section-buy {
    justify-content: flex-start;
    height: auto;
    padding-top: 306px;
    padding-bottom: 306px;
    padding-left: 40px;
  }

  .hero-section-buy.gents {
    justify-content: center;
  }

  .hero-section-buy.hero-aboutpage {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 20px;
  }

  .hero-section-buy.hero-aboutpage.hero-vision {
    background-image: linear-gradient(#0006, #0006), url('../images/ANR-interpol-1920x1080.jpg');
    background-position: 0 0, 70%;
  }

  .hero-section-buy.hero-policing {
    align-items: flex-end;
    height: 100vh;
    padding-bottom: 60px;
  }

  .hero-section-buy.hero-international {
    flex-direction: row;
    align-items: center;
    height: 100vh;
    padding-bottom: 20px;
  }

  .price-heading-buy {
    font-size: 20px;
  }

  .row-left {
    width: 100%;
  }

  .background._2, .background._3 {
    display: none;
  }

  .main-heading-buy {
    margin-bottom: 60px;
    font-size: 35px;
  }

  .cards-grid-right {
    width: 100%;
  }

  .ad {
    width: 100%;
    height: 250px;
  }

  .info-card {
    height: 450px;
  }

  .info-card.info-achievements {
    height: 300px;
  }

  .info-card-second {
    height: 450px;
  }

  .info-heading-second.heading-achivement-homepage.heading-visions {
    font-size: 26px;
  }

  .info-heading-second.heading-comments {
    font-size: 24px;
  }

  .collection-list {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-list._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-grid-right-2.bold-text-2, .cards-grid-right-2.no-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .card, .card._2, .card._3, .card._4, .card._5, .card._6, .card._1 {
    height: 300px;
  }

  .price-heading-agent {
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 1;
  }

  .description-text-agent {
    font-size: 14px;
  }

  .image-hero-value {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .value-heading {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .value-paragraph.second {
    text-align: left;
    width: auto;
    font-size: 16px;
  }

  .main-container.foter {
    padding-top: 20px;
  }

  .main-container.value, .main-container.main-container-safety {
    padding-top: 40px;
  }

  .bg-image-slide._4 {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100vw;
  }

  .collection-list-2.approfondimento {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-item {
    width: 100%;
  }

  .content-sell {
    display: none;
  }

  .utility-page-content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-404 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 61px;
    line-height: 1;
  }

  .back-to-home-link {
    margin-left: 0;
  }

  .back-to-home-link:hover {
    transform: none;
  }

  .image-licensing._1, .image-licensing._4, .image-licensing._3, .image-licensing._5 {
    min-height: 300px;
  }

  .images-grid {
    grid-template-columns: 1fr;
  }

  .licensing-container {
    width: 80%;
  }

  .hero-heading-smal {
    font-size: 30px;
  }

  .privacy-heading {
    text-align: left;
    font-size: 45px;
  }

  .content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph.card.p-visions {
    width: 100%;
    max-width: none;
  }

  .bg-third-image {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 100vw;
  }

  .bg-image {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto 70vh;
  }

  .image-slide {
    background-repeat: no-repeat;
  }

  .bg-image-slide-second-2 {
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: auto 70vh;
  }

  .bg-second-image {
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: auto 70vh;
  }

  .image-hero-second, .image-slider, .image-hero {
    background-repeat: no-repeat;
  }

  .year-heading {
    font-size: 30px;
  }

  .gallery-div {
    width: 80vw;
  }

  .news-grid-items {
    grid-template-columns: 1fr;
  }

  .h1-hero {
    font-size: 40px;
  }

  .hero-text-block {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .rich-text-hero h2 {
    direction: ltr;
    padding-bottom: 10px;
    font-size: 28px;
    display: inline-block;
  }

  .rich-text-hero p {
    padding-top: 10px;
    font-size: 18px;
  }

  .rich-text-hero h4 {
    font-size: 24px;
  }

  .rich-text-hero h5 {
    font-size: 18px;
  }

  .major-img {
    margin-left: auto;
  }

  .achievement-items-collection, .achievement-items-collection:nth-child(2n) {
    grid-template-columns: 1fr;
  }

  .richtext-achievement p {
    font-size: 3vw;
  }

  .h2-acqui {
    font-size: 26px;
  }

  .acqui-images {
    max-width: 100%;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_date-text-2 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_text-2, .timeline_text-3 {
    font-size: 20px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_progress-2 {
    left: 6px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text-3 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_text-4 {
    font-size: 3.5vw;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .uae-approach-par {
    font-size: 3vw;
  }

  .centre_block {
    order: 9;
    width: 55px;
  }

  .process_card_02 {
    margin-bottom: 35px;
  }

  .paragraph-timeline {
    font-size: 3.5vw;
  }

  .paragraph-timeline.paragaph-on-right.direction-rtl {
    text-align: right;
  }

  .paragraph-timeline.paragraph-on-left {
    text-align: left;
  }

  .paragraph-timeline.paragraph-on-left.direction-rtl {
    text-align: right;
  }

  .process_line {
    inset: 0% 25px;
  }

  .process_card {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .process_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h1-achievement-title {
    font-size: 38px;
    line-height: 38px;
  }

  .centre_icon_wrap {
    order: 9;
  }

  .process_image_wrap {
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .process_image_wrap.image-wrap-right {
    order: 1;
    width: 100%;
    padding-left: 60px;
    display: block;
  }

  .process_image_wrap.image-wrap-right.direction-rtl {
    padding-left: 0;
    padding-right: 60px;
  }

  .process_image_wrap.image-wrap-left {
    order: 11;
    width: 100%;
    display: block;
  }

  .process_details {
    order: -1;
    justify-content: flex-start;
    width: 90%;
    min-height: auto;
    padding: 20px;
    display: none;
  }

  .gallery-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .video-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-2 {
    width: 90%;
  }

  .container-3 {
    padding: 25px 15px;
  }

  .video-title {
    font-size: 24px;
    line-height: 1;
  }

  .video-gallery-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav-2 {
    position: relative;
  }

  .testimonials-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-t8 {
    padding: 40px 10px;
  }

  .slider-3, .comments-wrapper {
    width: 100%;
  }

  .left-arrow-3, .right-arrow-4 {
    display: none;
  }

  .vision-rich-text {
    padding-right: 0;
  }

  .vision-rich-text p, .vision-rich-text li, .blkqot {
    font-size: 3vw;
  }

  .blkqot.direction-rtl {
    font-size: 4vw;
    line-height: 1.6;
  }

  .name-qot {
    font-size: 3.2vw;
  }

  .name-qot.direction-rtl {
    font-size: 4.2vw;
  }

  .vision-text-ar p, .vision-text-ar li {
    font-size: 4vw;
  }

  .richtext-interpol-elect p, .richtext-interpol-elect li {
    font-size: 3vw;
  }

  .richtext-interpol-elect-ar p {
    font-size: 18px;
    line-height: 1.6;
  }

  .richtext-interpol-elect-ar li {
    font-size: 18px;
  }

  .heading-xxlarge {
    font-size: 3rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .box-group-corner {
    width: 1.5rem;
    height: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .heading-small {
    font-size: 1.125rem;
  }

  .heading-small.text-color-navy.gen-name-footer {
    text-align: center;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_color-row {
    grid-template-columns: 1fr 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .show-mobile-landscape {
    display: block;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .vision {
    width: 100%;
  }

  .footer_bottom-row {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_bottom-left-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .right-side {
    justify-content: center;
    min-height: auto;
    max-height: 250px;
  }

  .nav_link {
    padding: 1rem 1.25rem;
  }

  .nav_link.w--current {
    padding-top: 1rem;
  }

  .mockup {
    max-height: 300px;
  }

  .mission {
    width: 100%;
  }

  .initiative-cols {
    flex-direction: column;
  }

  .social-wrapper {
    text-align: center;
  }

  .vcpe-container.padding-horizontal.padding-large.vcpe-v2.padding-left.padding-xhuge {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-highlights.padding-vertical.padding-medium {
    grid-template-columns: 1fr;
  }

  .news-hero-img.hews-img {
    object-fit: cover;
    min-height: 220px;
  }

  .footer-grid-2022 {
    grid-template-columns: 2fr;
  }

  .footer-links-wrapper {
    justify-content: center;
  }

  .g-container.ip-section2-heading.pad-98.m-b-60, .g-container.pad-98.m-tb-80.pad-10.mar-0 {
    margin-bottom: 0;
  }

  .g-h2.h2-white.bordered-h2.h2-pb0 {
    margin-bottom: 0;
    font-size: 36px;
  }

  .g-h2.h2-blue.h2-bordered {
    font-size: 36px;
  }

  .g-h2.h2-blue.h2-bordered.about-career-heading {
    color: #00427c;
  }

  .g-paragraph.about-contribution-paragraph {
    color: #fff;
  }

  .ip-section5.ip-en-section.pad-tb-60 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-banner {
    background-position: 77%;
  }

  .hero-banner.about.mediapage {
    padding-bottom: 60px;
  }

  .hero-banner.gallery {
    background-position: 34% 100%;
  }

  .hero-banner.governance {
    padding-bottom: 60px;
  }

  .hero-banner.hero-banner-ar-interpolpres {
    background-image: linear-gradient(#0000, #000), url('../images/interpol_Presidency_hero_AR.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-banner.hero-banner-pres-en {
    background-position: 0 0, 30%;
  }

  .news-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .news-list-items {
    width: 100%;
    padding-right: 0;
  }

  .governance-item {
    padding-top: 60px;
  }

  .governance-item.pad-top-0 {
    padding-top: 0;
  }

  .goverance-bottom-column1 {
    border-bottom: 1px solid #b7a186;
    border-right-style: none;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .governance-bottom-column2 {
    padding-left: 0;
  }

  .governance-bottom-columns-container {
    flex-direction: row;
    display: block;
  }

  .governance-bottom-columns-container.pad-top-0 {
    padding-top: 0;
  }

  .card-content {
    align-items: flex-start;
    padding-left: 6%;
    padding-right: 6%;
  }

  .card-heading-2 {
    border-left-style: none;
    padding-top: .5rem;
    padding-left: 2rem;
    font-size: 1.4rem;
  }

  .cards-container {
    padding-top: 3rem;
  }

  .manifesto-par.text-color-granite.p1, .manifesto-par.text-color-granite.p2 {
    font-size: 18px;
    line-height: 26px;
  }

  .img-holder {
    min-height: 200px;
  }

  .assembly {
    padding-right: 2rem;
  }

  .card-head {
    justify-content: flex-start;
  }

  .ip-section6.pad-bottom-60 {
    padding-bottom: 20px;
  }

  .ip-section6.pad-bottom-60.hidemap-mobile {
    display: none;
  }

  .fllex-space-btw {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .orgname {
    width: 100%;
    padding-bottom: 20px;
    font-weight: 700;
    line-height: 32px;
  }

  .div-block-12 {
    align-self: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }

  .paragraph-550 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .paragraph-551 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .c-map-dot.circle-hidden {
    display: none;
  }

  .paragraph-554 {
    line-height: 23px;
  }

  .paragraph-555 {
    line-height: 20px;
  }

  .heading-405 {
    line-height: 16px;
  }

  .c-map-hover {
    height: auto;
    display: none;
  }

  .div-block-14 {
    padding-top: 23px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 0;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .blog-hero-img {
    background-position: 50%;
    background-size: cover;
    min-height: 250px;
  }

  .pad-40 {
    padding-bottom: 40px;
  }

  .blog-post-title {
    font-size: 24px;
    line-height: 32px;
  }

  .nextandprevrow {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 0;
  }

  li {
    font-size: 5vw;
  }

  .hero-section {
    background-position: 55%;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .hero-section.hero-home {
    background-size: cover;
    background-attachment: fixed;
    height: 750px;
  }

  .hero-section.hero-home.hero-home-win {
    background-image: linear-gradient(#0000, #0000), url('../images/Homepage-anr.jpg');
    background-position: 0 0, 72%;
  }

  .hero-section.hero-home.hero-home-2022 {
    background-size: auto 750px;
  }

  .hero-section.hero-home.hero-home-2022.hero-home-2022-ar {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/homepage_hero_banner_ar.jpg');
    background-position: 0 0, 40%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 750px;
    background-attachment: scroll, fixed;
  }

  .hero-section.hero-home-ar {
    height: 750px;
  }

  .hero-section.hero-home-ar.hero-home-win {
    background-image: linear-gradient(#0000, #0000), url('../images/Homepage-anr.jpg');
    background-position: 0 0, 75%;
  }

  .hero-section.hero-interpol-election {
    background-image: linear-gradient(#0000, #0000), url('../images/ANR-interpol-1920x1080.jpg');
    background-position: 0 0, 75%;
  }

  .description-section.second.contact-section {
    height: 110vh;
  }

  .overflow.auto {
    width: auto;
  }

  .subheading {
    margin-bottom: 20px;
  }

  .subheading.slider {
    margin-top: 0;
    font-size: 16px;
  }

  .parallax-heading {
    font-size: 18px;
  }

  .main-paragraph.link {
    white-space: nowrap;
  }

  .main-paragraph.white {
    line-height: 1.4;
  }

  .main-paragraph.white.about {
    font-size: 18px;
  }

  .main-paragraph.about.black {
    font-size: 18px;
    line-height: 1.5;
  }

  .main-paragraph.about.black.parallax-about {
    margin-top: 20px;
  }

  .main-paragraph.community-par {
    font-size: 5vw;
  }

  .main-paragraph.community-par.notosans.text-colour-white.en-par.about-par-home, .main-paragraph.community-par.notosans.main-par-en {
    font-size: 14px;
    line-height: 1.6;
  }

  .slider-section {
    padding-top: 20px;
  }

  .slider-section.second {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mask-second {
    overflow: visible;
  }

  .grid-landing {
    grid-row-gap: 16px;
    grid-auto-flow: row;
  }

  .blog-slide-image {
    padding-top: 20px;
  }

  .collumn-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collumn-left.slider-house {
    justify-content: center;
    align-self: auto;
    min-height: 250px;
    margin-bottom: 60px;
    padding: 20px 20px 10px;
  }

  .main-heading.all-caps.white {
    font-size: 31px;
  }

  .main-heading.all-caps.white.hero {
    font-size: 30px;
  }

  .main-heading.all-caps.white.hero.absolute.local-awards {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
  }

  .main-heading.all-caps.white.hero.margin {
    margin-left: 5px;
    font-size: 30px;
  }

  .main-heading.all-caps.white.hero.black {
    font-size: 26px;
  }

  .main-heading.all-caps.white.hero.black.uae-safety-white {
    font-size: 7vw;
  }

  .link-section {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-image-background {
    height: 250px;
  }

  .backgound-image.image-first.current-role, .backgound-image.image-second.current-role {
    background-position: 0%;
  }

  .backgound-image.third-image.current-role {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .grid {
    grid-template-columns: auto;
  }

  .containedr-link.home-firstfold {
    padding-bottom: 0;
  }

  .containedr-link.home-firstfold.imgonleft {
    padding: 30px 20px;
  }

  .link-heading {
    font-size: 23px;
  }

  .background-image-wrapp.second.contact-wrap {
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 40px;
    position: relative;
  }

  .heading {
    font-size: 20px;
  }

  .container-text-grid.about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-text-grid.about.second {
    padding-top: 40px;
  }

  .container-text-grid.about.second.text-grid-educ {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .container-text-grid.about.second.container-text-police-right.direction-rtl {
    padding-left: 20px;
  }

  .container-text-grid.about.container-text-police-health {
    padding-top: 40px;
  }

  .text-field {
    font-family: ArchivoRegular, sans-serif;
  }

  .submit-button.white {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    font-weight: 400;
  }

  .heading-contact {
    font-family: ArchivoMedium, sans-serif;
    font-size: 25px;
    font-weight: 500;
  }

  .right-arrow {
    padding-left: 0;
    bottom: -15%;
    left: 0;
    right: auto;
  }

  .right-arrow.second {
    width: 50px;
    padding-right: 0;
    bottom: -8%;
    right: 0;
  }

  .right-arrow.second.left {
    bottom: -8%;
  }

  .right-arrow.second.blog {
    width: 50px;
    padding-right: 0;
    right: 20px;
  }

  .arrow {
    width: 100%;
  }

  .container-button.second {
    margin-top: 40px;
    font-size: 19px;
  }

  .brand-link {
    flex: 0 auto;
    max-width: 65%;
    display: block;
    position: absolute;
  }

  .brand-link.w--current {
    flex: 0 auto;
  }

  .brand-link._2 {
    justify-content: flex-start;
    padding-left: 20px;
    top: 0;
  }

  .brand-link._2.w--current {
    top: 10px;
  }

  .brand-image.menu {
    width: 130px;
    max-width: 100%;
    margin-top: 4vh;
    margin-bottom: 30px;
  }

  .brand-image.logoinmenu {
    max-width: 100%;
    display: inline-block;
  }

  .container-style-guide.style-guide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-text {
    font-size: 16px;
  }

  .main-paragraph-style-guide {
    text-align: left;
    font-size: 16px;
  }

  .background-color.second, .background-color.first, .background-color.third {
    width: 78vw;
    height: 78vw;
  }

  .grid-style-guide {
    grid-template-columns: 1fr;
  }

  .container-heading-style.style-guide {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    background-color: var(--midnight-blue);
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar.ar-bg-header {
    background-color: #0000;
  }

  .nav-menu {
    z-index: 1;
    flex: 0 auto;
    width: 100vw;
  }

  .menu-button {
    z-index: 10;
    flex: 0 auto;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .social-container.menu {
    display: flex;
    position: static;
  }

  .social-link {
    width: 20px;
    height: auto;
  }

  .social-link.first {
    width: 20px;
    margin-left: 20px;
  }

  .social-link.blog {
    margin-bottom: 10px;
  }

  .container-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    border: 1px #000;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  .nav-link.archivo-expanded-bold {
    padding-left: 20px;
  }

  .footer {
    padding-bottom: 60px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-collumn {
    padding-top: 0;
  }

  .bottom-rw-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-link-footer {
    flex-direction: column;
  }

  .top-text {
    margin-right: 20px;
  }

  .contact-text._18.menu, .contact-text.second.menu {
    color: var(--midnight-blue);
    margin-left: 20px;
  }

  .contact-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-grid {
    width: 100%;
  }

  .collumn-contact.second.journal {
    padding: 46px 25px;
  }

  .collumn-contact.second.home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collumn-contact.home {
    width: 100%;
    padding-left: 20px;
  }

  .maps-image {
    display: none;
  }

  .heading-contact-form {
    font-size: 20px;
    line-height: 1;
  }

  .heading-contact-form.second {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
  }

  .contact-paragraph-second {
    font-size: 12px;
  }

  .text-field-form {
    font-size: 11px;
  }

  .form {
    padding-top: 10px;
  }

  .container-heading-hero {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cover-shape.blue {
    display: block;
  }

  .hero-about {
    height: auto;
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .hero-heading {
    font-size: 27px;
  }

  .paragraph-about {
    font-size: 15px;
  }

  .text-span-about {
    font-size: 16px;
  }

  .card-section {
    padding-left: 0;
    padding-right: 0;
  }

  .card-heading.black.about-card-heading-gold {
    font-size: 26px;
  }

  .section-grid {
    padding-bottom: 60px;
  }

  .about-grid {
    padding-top: 40px;
  }

  .about-grid.second-grid.uae-safety-grid-3 {
    padding-bottom: 4vw;
  }

  .about-grid.career-grid {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 0;
    display: grid;
  }

  .about-grid.uae-safety-grid-2 {
    padding-bottom: 4vw;
  }

  .grid-image.first.career-first, .grid-image.second.career-second {
    display: none;
  }

  .background-section.parallax {
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .background-section.parallax.background-educ {
    background-image: linear-gradient(#0009, #0009), url('../images/bg_educ.jpg');
    background-position: 0 0, 50% 0;
  }

  .heading-background-section {
    font-size: 24px;
  }

  .container-paragraph.four-decades {
    width: 90%;
  }

  .container-paragraph.four-decades.mobile {
    padding-left: 10px;
  }

  .container-text-her {
    padding-left: 20px;
  }

  .sub-heading-blog {
    font-size: 14px;
  }

  .journal-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .journal-section.buy {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .journal-section.buy.no-padding {
    padding-top: 0;
    padding-left: 20px;
  }

  .journal-section.buy.no-padding.agent {
    padding-bottom: 0;
  }

  .journal-section.second {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-card {
    height: 200px;
    padding-top: 80px;
  }

  .blog-post-image {
    width: 100%;
    height: auto;
  }

  .hero-contact {
    height: auto;
  }

  .contact-background {
    height: 400px;
  }

  .container-hero-text-contact {
    padding-top: 81px;
    padding-bottom: 81px;
    padding-left: 20px;
  }

  .faq-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-question-bar {
    padding: 15px 0;
  }

  .question-title {
    flex: 1;
    font-size: 20px;
  }

  .faq-paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .open-form-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .open-form-section.uae-safety-section {
    height: auto;
  }

  .contact-form {
    display: none;
  }

  .container-text-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-button.fixed:hover {
    background-color: var(--midnight-blue);
  }

  .close-button.fixed {
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: 3%;
  }

  .content-section {
    padding: 20px;
  }

  .content-section.blog-content {
    padding-top: 120px;
  }

  .content-section.blog-content.container-large.pad-lr-60 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-blog {
    margin-bottom: 10px;
  }

  .text-blog.bottom {
    margin-bottom: 20px;
  }

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .gallery-image-first {
    height: 200px;
  }

  .gallery-image-2 {
    height: 95px;
  }

  .descfription {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-heading-annunci {
    font-size: 25px;
  }

  .text-span-heading-blog {
    font-size: 13px;
  }

  .form-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-heading {
    font-size: 30px;
  }

  .text-block {
    font-size: 10px;
  }

  .submit-button-second.white {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: ArchivoRegular, sans-serif;
    font-size: 12px;
  }

  .gallery-section {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-gallery {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bg {
    display: none;
  }

  .sold-info {
    flex-direction: column;
    flex: none;
    align-items: flex-start;
  }

  .sell-main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-alice-blu {
    display: none;
  }

  .hero-backgroung.filter-white {
    background-image: linear-gradient(#dcecf4cc, #dcecf4cc), url('../images/c1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .sold-paragraph {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .white-card {
    background-color: #0000;
  }

  .sell-sub-heading {
    font-size: 14px;
  }

  .price.news-title {
    flex-direction: row;
    flex: 0 auto;
    align-items: stretch;
    min-height: 55px;
    font-size: 5vw;
    display: block;
    position: static;
    overflow: visible;
  }

  .sell-paragraph {
    margin-left: 20px;
    font-size: 13px;
  }

  .span-sold {
    font-size: 45px;
  }

  .sold-info-banner {
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sold-heading {
    margin-left: 0;
    font-size: 45px;
  }

  .sell-heading {
    margin-left: 20px;
    font-size: 25px;
  }

  .white-line {
    width: 20px;
  }

  .sell-card {
    object-fit: fill;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

  .sell-card._13, .sell-card._6, .sell-card._17, .sell-card._2, .sell-card._7, .sell-card._9, .sell-card._15, .sell-card._12, .sell-card._1, .sell-card._10, .sell-card._3, .sell-card._8, .sell-card._16, .sell-card._11, .sell-card._18, .sell-card._4, .sell-card._14, .sell-card._5 {
    height: 150px;
  }

  .paragraph.dark {
    color: var(--midnight-blue);
    text-align: center;
  }

  .heading-container {
    position: static;
  }

  .heading-container.heading-container-about.heading-container-vision.heading-rtl {
    align-items: flex-end;
  }

  .top-container.bottom {
    margin-bottom: 20px;
  }

  .white-line-second {
    width: 27px;
  }

  .white-line-second.dark {
    width: 50px;
  }

  .text-container-buy {
    height: auto;
    margin-right: 0;
  }

  .sub-heading-buy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1;
  }

  .sub-heading-buy.dark {
    font-size: 12px;
  }

  .heading-div {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 25px;
  }

  .heading-div.center {
    font-size: 36px;
  }

  .hero-section-buy {
    padding: 174px 20px;
  }

  .hero-section-buy.hero-aboutpage {
    height: 750px;
  }

  .hero-section-buy.hero-aboutpage.hero-vision {
    background-image: linear-gradient(#0006, #0006), url('../images/ANR-interpol-1920x1080.jpg');
    background-position: 0 0, 75%;
  }

  .hero-section-buy.community-hero-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Community_contribution-2.jpg');
    background-position: 0 0, 26%;
  }

  .hero-section-buy.hero-policing {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Police-Safety-Home.jpg');
    background-position: 0 0, 50%;
    background-attachment: scroll, fixed;
  }

  .hero-section-buy.hero-news-section {
    height: 700px;
  }

  .hero-section-buy.hero-international {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Internation-Cooperation-Home.jpg');
    background-position: 0 0, 40%;
    height: 100vh;
  }

  .hero-section-buy.hero-section-achieve {
    height: 90vh;
  }

  .buy-section {
    padding-bottom: 0;
  }

  .price-heading-buy {
    font-size: 18px;
    line-height: 1;
  }

  .description-text {
    font-size: 14px;
  }

  .row-buy {
    padding-top: 50px;
  }

  .row-buy.agent {
    padding-top: 20px;
  }

  .background._2, .background._3 {
    display: none;
  }

  .main-heading-buy {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1;
  }

  .cards-grid-right {
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .ad {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: 250px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 25px;
    overflow: hidden;
  }

  .info-card {
    height: 300px;
    padding: 20px;
  }

  .info-card.info-cardpolice-safety {
    height: 320px;
    min-height: auto;
  }

  .info-card.info-card-visions {
    justify-content: center;
    align-items: stretch;
    height: auto;
    min-height: 320px;
  }

  .info-card-second {
    height: 300px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-card-second.info-card-police-health, .info-card-second.info-card-internation-police {
    height: 320px;
    min-height: auto;
  }

  .info-card-second.info-card-visions {
    height: auto;
  }

  .info-heading-second {
    font-size: 25px;
  }

  .info-heading-second.heading-achivement-homepage.heading-visions {
    font-size: 24px;
  }

  .info-heading-second.text-center {
    font-size: 18px;
    line-height: 1.2;
  }

  .info-heading-second.heading-comments {
    font-size: 18px;
  }

  .collection-list {
    z-index: 2;
    flex-direction: column;
    grid-template-rows: auto auto;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .cards-grid-right-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card._4 {
    background-image: linear-gradient(to bottom, null, null), url('../images/2_1.jpg');
    background-position: 0 0, 60%;
  }

  .icon-wrap {
    display: none;
  }

  .image-absolute {
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
  }

  .image-absolute.image-absolute-mobile {
    display: block;
  }

  .image-absolute.image-absolute-non-mobile {
    display: none;
  }

  .hero-value {
    height: 500px;
  }

  .value-heading {
    font-size: 27px;
  }

  .checkbox-field-form {
    align-items: center;
  }

  .div-block {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .main-container {
    z-index: 3;
    position: relative;
  }

  .main-container.foter {
    padding-top: 20px;
  }

  .main-container.nav {
    flex: 0 auto;
  }

  .main-container.value {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-image-slide._4 {
    background-size: auto 55vh;
  }

  .collection-list-2.approfondimento {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-heading-4 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
  }

  .icon-wrap-2 {
    display: none;
  }

  .ad-3.approfondimento {
    justify-content: flex-end;
    height: 160px;
  }

  .image-absolute-2 {
    width: 100%;
  }

  .grid-6 {
    display: none;
  }

  .white-line-5 {
    width: 50px;
  }

  .sold-sub-heading-3 {
    font-size: 12px;
  }

  .sold-heading-second {
    font-size: 30px;
  }

  .collection-item, .collection-item-buy {
    width: auto;
  }

  .image-rental {
    width: 100%;
  }

  .heading-404 {
    margin-bottom: 20px;
    font-size: 31px;
  }

  .licensing-paragraph {
    font-size: 16px;
  }

  .licensing-section {
    padding: 20px;
  }

  .source-link {
    font-size: 16px;
  }

  .images-grid {
    grid-template-columns: 1fr;
  }

  .licensing-container {
    width: 95%;
    padding: 20px;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .small-hero {
    min-height: 450px;
    padding-top: 25px;
  }

  .hero-heading-smal {
    font-size: 30px;
  }

  .license-link {
    font-size: 16px;
  }

  .privacy-heading {
    font-size: 34px;
    line-height: 1;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.card.p-visions {
    margin-top: 0;
    font-size: 17px;
  }

  .text-span-5 {
    font-size: 30px;
  }

  .collection-item-third {
    max-width: none;
  }

  .bg-image {
    background-position: 5%;
  }

  .bg-image-slide-second-2 {
    background-position: 40%;
    background-size: auto 65vh;
  }

  .changelog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changeloc-container {
    padding: 25px;
  }

  .changelog-text {
    text-align: center;
    font-size: 19px;
  }

  .year-heading {
    line-height: 1;
  }

  .news-grid-items {
    grid-template-rows: auto;
    grid-auto-flow: row;
  }

  .gradient-overlay {
    height: auto;
    min-height: 300px;
  }

  .h1-hero {
    text-align: center;
    font-size: 36px;
  }

  .rich-text-educ {
    border: 1px #000;
    border-radius: 0;
    width: 85vw;
    margin-left: 0;
  }

  .msg-txtarea {
    font-family: ArchivoRegular, sans-serif;
  }

  .hero-text-block {
    width: 100%;
    padding: 40px 20px 60px;
  }

  .hero-text-block.hero-text-2022 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-hero {
    width: 100%;
  }

  .rich-text-hero h2 {
    direction: ltr;
    font-size: 30px;
    line-height: 1.4;
  }

  .rich-text-hero p {
    font-weight: 400;
    line-height: 1.2;
  }

  .rich-text-hero h4 {
    font-size: 24px;
    line-height: 1.2;
  }

  .rich-text-hero h5 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .rich-text-hero.richtext-2022 {
    align-self: auto;
  }

  .major-img {
    max-width: 100%;
    margin-left: auto;
  }

  .richtext-achievement p {
    font-size: 5vw;
  }

  .primary-btn {
    width: 250px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline_text-4 {
    font-size: 5vw;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .button-icon-small, .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .button-icon {
    display: none;
  }

  .uae-approach-par {
    width: 90vw;
    font-size: 5vw;
  }

  .bold-text-7, .bold-text-8 {
    font-size: 7vw;
  }

  .h2 {
    font-size: 27px;
  }

  .process_card_02 {
    flex-direction: column;
  }

  .paragraph-timeline {
    font-size: 5vw;
  }

  .process_image_wrap {
    flex: 0 auto;
    display: none;
  }

  .process_image_wrap.image-wrap-left {
    padding-left: 60px;
  }

  .process_image_wrap.image-wrap-left.direction-rtl {
    padding-left: 0;
    padding-right: 60px;
  }

  .process_details {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .video-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modal-wrapper {
    padding: 70px 20px 20px;
  }

  .modal {
    padding-left: 30px;
    padding-right: 30px;
  }

  .modal-2 {
    width: 100%;
  }

  .video-title {
    font-size: 22px;
  }

  .testimonials-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .testimonials-t8, .comments-wrapper {
    width: 100%;
  }

  .vision-rich-text {
    padding-right: 0;
  }

  .vision-rich-text p, .vision-rich-text li, .blkqot, .blkqot.direction-rtl {
    font-size: 5vw;
  }

  .name-qot {
    font-size: 5.2vw;
  }

  .name-qot.direction-rtl {
    font-size: 5.5vw;
  }

  .vision-text-ar p, .vision-text-ar li, .richtext-interpol-elect p {
    font-size: 5vw;
  }

  .richtext-interpol-elect ul {
    padding-left: 0;
  }

  .richtext-interpol-elect li {
    font-size: 5vw;
    list-style-type: disc;
  }

  .richtext-interpol-elect-ar p, .richtext-interpol-elect-ar li {
    font-size: 18px;
  }

  .speech-container {
    width: 100%;
  }

  .heading-xxlarge.text-color-navy.ar.interpol-presidency, .heading-xxlarge.text-color-navy.home-ip-title {
    font-size: 36px;
  }

  .heading-xxlarge.text-color-navy.archivo-expanded-bold {
    text-indent: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge.finance-padding-mob {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-small.smaller.text-weight-bold.padding-bottom.padding-small {
    font-size: 1.3rem;
  }

  .heading-small.text-color-navy.news-titles {
    min-height: 70px;
  }

  .heading-small.text-color-navy.gen-name-footer {
    font-size: 1.1rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-xsmall.text-color-granite.archivo-expanded-medium {
    font-size: 16px;
  }

  .heading-xsmall.text-color-gold.archivo-expanded {
    font-size: 14px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-large.pad-lr-60 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .show-mobile-portrait {
    display: block;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .page-padding, .page-padding.pad-tab-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer_bottom-row {
    grid-auto-columns: 1fr;
  }

  .numbers-hl {
    align-items: center;
  }

  .sar-number.heading-large.text-weight-bold.text-color-faded-green {
    font-size: 2rem;
  }

  .sar-number.heading-large.text-weight-bold.text-color-faded-green.sar-mobile {
    font-size: 2.5rem;
  }

  .col-right-2 {
    margin-top: 2rem;
  }

  .footer_bottom-left-content {
    font-size: 12px;
  }

  .chairman-img {
    max-height: 360px;
  }

  .loti-anim.lotie-v2 {
    height: 360px;
  }

  .lottie-container.lotie-con-v2 {
    min-height: 360px;
  }

  .social-wrapper {
    position: static;
  }

  .vcpe-container.padding-horizontal.padding-large.vcpe-v2.padding-left.padding-xhuge {
    min-height: 400px;
    padding-top: 2rem;
  }

  .lottie-holder.padding-medium {
    width: 60%;
  }

  .subhead-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .subhead-title.m-tb-70 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .news-item.news-item-home {
    position: static;
  }

  .section-twitter {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .footer-links-wrapper {
    flex-direction: row;
  }

  .footer-links.text-color-grey {
    padding-right: 10px;
    font-size: 12px;
  }

  .g-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .g-container.ip-section2-heading {
    padding-bottom: 30px;
  }

  .g-container.ip-section2-heading.pad-88 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .g-container.ip-section2-heading.pad-88.pad-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-container.ip-section2-heading.pad-98 {
    max-width: 1400px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-container.right-icon-blurb-container, .g-container.right-icon-blurb-container.border-b0 {
    padding-right: 20px;
  }

  .g-container.ip-section4-heading, .g-container.goverance-intro-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .g-container.goverance-intro-container.pad-25.pad-20, .g-container.pres-mandate-g.pad-88 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-container.pad-98 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .g-container.pad-98.m-tb-80.pad-10.mar-0 {
    margin-bottom: 0;
  }

  .g-container.pad-98.pad-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .g-container.pad-98.pad-10.pad-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-container.pad-98.ar-rtl {
    direction: rtl;
    text-align: right;
    padding-right: 10px;
  }

  .g-container.pad-98.pad-40.pad-20 {
    padding-left: 20px;
  }

  .g-container.pad-98.pad-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-container.pad-98.pad-20.g-container-herobanners.g-container-herobannersmedia {
    align-items: flex-start;
  }

  .g-container.pad-88 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .g-container.pad-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .g-h2.h2-white.bordered-h2.h2-pb0 {
    text-indent: 0;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .g-h2.h2-blue.ip-section4-heading {
    font-size: 36px;
  }

  .g-h2.h2-blue.ip-section4-heading.h2-heading-en {
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
  }

  .g-h2.h2-blue.h2-bordered {
    text-indent: 0;
    font-size: 36px;
  }

  .g-h2.h2-blue.h2-bordered.about-career-heading {
    color: #00427c;
    min-width: auto;
    max-width: none;
    font-size: 2rem;
  }

  .g-h2.h2-blue.h2-bordered.pad-40 {
    text-indent: 0;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .g-h2.h2-blue.governance-h2 {
    font-size: 2.5rem;
  }

  .g-paragraph.about-contribution-paragraph {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
  }

  .g-paragraph.about-contribution-paragraph.first {
    width: 100%;
    max-width: none;
  }

  .g-paragraph.about-contribution-paragraph.first.text-color-white {
    font-size: 18px;
    line-height: 1.4rem;
  }

  .g-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .g-columns.flex-vc {
    flex-flow: column-reverse wrap;
  }

  .g-columns.flex-vc.right-icon-blurb-columns {
    flex-direction: column-reverse;
    place-content: stretch flex-start;
  }

  .ip-section2-column1 {
    order: -1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ip-section2-column1.col2-ar {
    padding-right: 15px;
  }

  .content-image-section.about-contribution {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-image-section.about-contribution.about-work.pad-10 {
    padding: 0 10px;
  }

  .g-h3.h3-white.h3-bordered.h3-m0.blurb-heading {
    font-size: 26px;
  }

  .g-h3.h3-white.h3-bordered.h3-m0.blurb-heading.blurb-heading-last {
    color: #606060;
  }

  .g-h3.h3-white.h3-bordered.h3-m0.blurb-heading.blurb-heading-last.ar {
    color: var(--white);
  }

  .g-h3.h3-blue.h3-bordered {
    font-size: 28px;
  }

  .g-h3.h3-blue.h3-bordered.key-title {
    text-indent: 0;
    font-size: 36px;
    font-weight: 700;
  }

  .blurb-section {
    margin-bottom: 50px;
  }

  .blurb-content {
    padding-left: 20px;
  }

  .blurb-content.blurb-ar {
    padding-right: 20px;
  }

  .blurb-column.blurb-column-first {
    padding-bottom: 30px;
  }

  .ip-section5.ip-en-section.pad-tb-60 {
    padding-top: 0;
  }

  .ip-section4-image-content {
    width: 80px;
  }

  .hero-banner {
    background-position: 77%;
  }

  .hero-banner.gallery {
    background-position: 40% 100%;
    background-attachment: scroll;
  }

  .hero-banner.governance {
    background-position: 45%;
  }

  .hero-banner.governance.hero-governance-ar {
    background-position: 60%;
    background-attachment: scroll;
  }

  .hero-banner.hero-banner-ar-interpolpres {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-banner.hero-banner-pres-en {
    background-image: linear-gradient(#0000, #000), url('../images/interpol_Presidency_hero_EN.jpg');
    background-position: 0 0, 45%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-banner-paragraph.par-interpol-pres-page {
    line-height: 26px;
  }

  .hero-banner-paragraph.par-interpol-pres-page.mobile {
    display: inline-block;
  }

  .hero-banner-paragraph.par-interpol-pres-page.desktop {
    display: none;
  }

  .hero-banner-content.hero-title-interpol-pres.ar.ar-mob-pad {
    padding-right: 0;
  }

  .hero-banner-heading {
    font-size: 36px;
  }

  .hero-banner-heading.archivo-expanded-bold {
    font-size: 30px;
  }

  .hero-banner-heading.archivo-expanded-bold.news-ban-text {
    max-width: 80%;
  }

  .hero-banner-heading.archivo-expand-bold.h1-interpol-pres-page {
    font-size: 24px;
    line-height: 1.2em;
  }

  .ip-section4-image {
    text-align: center;
    padding-bottom: 30px;
  }

  .card-body-right {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-body-right.about-contribution-column2 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .card-body-right.about-work-column2 {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .news-item-title {
    min-height: 10px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 1.1;
  }

  .news-list-items {
    margin-bottom: 60px;
    padding-right: 0;
  }

  .hero-banner-subheading {
    font-size: 28px;
  }

  .hero-banner-subheading.archivo-expanded {
    font-size: 24px;
  }

  .about-career-column1 {
    padding: 20px;
  }

  .about-career {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-work-image {
    max-width: 100%;
  }

  .about-highights-columns {
    padding-bottom: 0;
  }

  .about-highlights.pad-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-highlights-column, .about-highlights-column.last {
    padding-left: 0;
    padding-right: 0;
  }

  .interpol-policy-img {
    max-width: 100%;
  }

  .governance-intro-columns {
    padding-right: 0;
  }

  .governance-intro-column2, .col1-gov {
    padding-left: 0;
    padding-right: 0;
  }

  .goverance-bottom-column1 {
    border-top: 0 solid #000;
    border-right-width: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .governance-bottom-column2 {
    padding-left: 0;
  }

  .enquire {
    font-family: ArchivoRegular, sans-serif;
    font-size: 14px;
  }

  .governance-bottom-header-container, .governance-bottom-columns-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .governance-bottom-columns-container.pad-top-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-heading-holder {
    flex: 0 auto;
    display: block;
  }

  .card-item {
    height: 25rem;
  }

  .card-background {
    filter: saturate(125%);
    margin-top: 0;
  }

  .grid-item-overlay {
    padding-top: 0;
  }

  .card-content {
    height: 20rem;
    margin-top: -4rem;
  }

  .card-heading-2 {
    border-left-style: none;
    height: 2rem;
    padding-top: .5rem;
    padding-left: 2rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .card-heading-2.card-h-ar {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .paragraph-interactive {
    margin-top: 0;
    font-size: .875rem;
  }

  .paragraph-interactive.ar-card-body {
    font-size: 18px;
    line-height: 26px;
  }

  .cards-container {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .manifesto-par.text-color-granite.p1 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .card-items {
    height: 26rem;
  }

  .imgbg-gov-col2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 300px;
  }

  .hr-line-1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .ip-section2-column1-copy {
    order: -1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ip-section2-column1-copy.about-contribution-column1.contrib-left {
    order: 0;
  }

  .ip-section2-column1-copy.col2-ar {
    padding-right: 15px;
  }

  .g-columns-left-image.flex-vc {
    flex-flow: column-reverse wrap;
  }

  .g-columns-left-image.flex-vc.right-icon-blurb-columns {
    flex-direction: column-reverse;
    place-content: stretch flex-start;
  }

  .g-columns-left-image.flex-vc.about-contribution-columns {
    flex-direction: column;
    padding-top: 0;
  }

  .div-block-6 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blurb-image-1.flex-vc {
    flex-flow: column-reverse wrap;
  }

  .blurb-image-1.flex-vc.right-icon-blurb-columns {
    flex-direction: column-reverse;
    place-content: stretch flex-start;
  }

  .blurb-section2-column1 {
    order: -1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blurb-section2-column1.about-contribution-column1.contrib-left {
    padding-top: 0;
  }

  .blurb-section2-column1.col2-ar {
    padding-right: 15px;
  }

  .blurb-image-2.flex-vc {
    flex-flow: column-reverse wrap;
  }

  .blurb-image-2.flex-vc.right-icon-blurb-columns {
    flex-direction: column-reverse;
    place-content: stretch flex-start;
  }

  .blurb-image-3.flex-vc {
    flex-flow: column-reverse wrap;
  }

  .blurb-image-3.flex-vc.right-icon-blurb-columns {
    flex-direction: column-reverse;
    place-content: stretch flex-start;
  }

  .content--section2-column1 {
    order: -1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content--section2-column1.col2-ar {
    padding-right: 15px;
  }

  .fllex-space-btw {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .fllex-space-btw.ar-inter-last {
    flex-direction: column;
    align-items: flex-start;
  }

  .orgname {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
  }

  .orgname.ar-inter-rtl {
    font-weight: 700;
  }

  .orgname.ar-inter-rtl.ar-edu-width {
    width: 100%;
    padding-left: 0;
  }

  .div-block-12 {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .paragraph-551 {
    line-height: 24px;
  }

  .link-3, .c-map-dot.circle-hidden {
    display: none;
  }

  .c-map-circle {
    width: 1em;
    height: 1em;
    padding-bottom: 0;
    padding-right: 0;
  }

  .c-map-hover {
    background-color: #00000073;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: fixed;
    inset: 0%;
    transform: none;
  }

  .div-block-14 {
    background-color: #00427c;
    width: 96%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .html-embed-3 {
    display: block;
  }

  .div-block-15 {
    padding-left: 10px;
  }

  .c-map-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-map-container.ip-section2-heading {
    padding-bottom: 30px;
  }

  .c-map-container.right-icon-blurb-container, .c-map-container.right-icon-blurb-container.border-b0 {
    padding-right: 20px;
  }

  .c-map-container.ip-section4-heading, .c-map-container.goverance-intro-container, .c-map-container.pad-98 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-16 {
    text-align: left;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    display: block;
  }

  .container-4 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .div-block-17, .pad-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-19 {
    background-color: #ce6e6e;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .collection-item-5 {
    position: static;
  }

  .key-section-hr-line1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .career-content {
    padding-right: 0;
  }

  .c-container.pad-10.pad-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-uae, .interpolpolicy {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .inter-content {
    padding-right: 0;
  }

  .key-container.pad-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-hero-img {
    min-height: 200px;
  }

  .div-block-21 {
    align-self: flex-start;
    padding-left: 10px;
  }

  .div-block-21.pad-inter-left.ar-header-mob-gov {
    padding-left: 20px;
  }

  .fs_prevnext_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }
}

#w-node-_7cf9eb93-c70a-f999-aeea-b5072daae515-63c03ad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce444098-84e0-be67-9bf6-bb2d63c03adc-63c03ad3 {
  place-self: start center;
}

#w-node-_681ee43c-f249-2f81-8f6e-ba80bcecfb08-63c03ad3, #w-node-_9dc16855-847e-2cc8-fe67-e56065bb6f27-63c03ad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce444098-84e0-be67-9bf6-bb2d63c03ad9-63c03ad3 {
  justify-self: end;
}

#w-node-d661093a-604e-6b4c-314e-56bc0f5409c1-0f5409bb {
  justify-self: auto;
}

#w-node-_0c8c5047-171f-a4c6-c0af-f54a8aa75ed9-8aa75ed1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c8c5047-171f-a4c6-c0af-f54a8aa75ee5-8aa75ed1 {
  place-self: start center;
}

#w-node-_0c8c5047-171f-a4c6-c0af-f54a8aa75ee6-8aa75ed1, #w-node-_0c8c5047-171f-a4c6-c0af-f54a8aa75eef-8aa75ed1, #w-node-_92452182-d96d-febd-05a8-635a23b467e7-e2c1038d, #w-node-_8682cbd7-c9a1-553b-8649-f60e888fdcc6-e2c1038d, #w-node-ff4b4192-2c96-8934-5993-2fe441288e5b-e2c1038d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c8940d6-ee4d-0f36-ec63-68df35ec32a2-e2c1038d, #w-node-_0a55f650-3115-b6f0-433a-9ebdf786722e-e2c1038d {
  place-self: auto;
}

#w-node-_95306e0e-dfb4-3870-8f22-23c76e5d9abb-6e5d9ab8 {
  align-self: stretch;
}

#w-node-_5c8940d6-ee4d-0f36-ec63-68df35ec32a2-5ec103c6 {
  place-self: auto;
}

#w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e644e-a82e6444 {
  align-self: center;
}

#w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e645b-a82e6444 {
  justify-self: end;
}

#w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e6462-a82e6444 {
  align-self: center;
}

#w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e6472-a82e6444 {
  justify-self: end;
}

#w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e6479-a82e6444 {
  align-self: center;
}

#w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e6489-a82e6444 {
  justify-self: end;
}

#w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e6490-a82e6444 {
  align-self: center;
}

#w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e64a0-a82e6444 {
  justify-self: end;
}

#w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e64a7-a82e6444 {
  align-self: center;
}

#w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e64b4-a82e6444 {
  justify-self: end;
}

#w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e64bb-a82e6444 {
  align-self: center;
}

#w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e64c9-a82e6444 {
  justify-self: end;
}

#w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e64d0-a82e6444 {
  align-self: center;
}

#w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e64dd-a82e6444 {
  justify-self: end;
}

#w-node-_5c8940d6-ee4d-0f36-ec63-68df35ec32a2-13c103c9 {
  place-self: auto;
}

#w-node-_1a543483-d91b-b053-6179-ed996587cc26-6587cc23 {
  align-self: stretch;
}

#w-node-_420e8e3f-3e98-9920-dded-c8c223a40f01-23a40ef8 {
  align-self: center;
}

#w-node-_420e8e3f-3e98-9920-dded-c8c223a40f0e-23a40ef8 {
  justify-self: end;
}

#w-node-_420e8e3f-3e98-9920-dded-c8c223a40f15-23a40ef8 {
  align-self: center;
}

#w-node-_420e8e3f-3e98-9920-dded-c8c223a40f27-23a40ef8 {
  justify-self: end;
}

#w-node-_420e8e3f-3e98-9920-dded-c8c223a40f2e-23a40ef8 {
  align-self: center;
}

#w-node-_420e8e3f-3e98-9920-dded-c8c223a40f3f-23a40ef8 {
  justify-self: end;
}

#w-node-_420e8e3f-3e98-9920-dded-c8c223a40f46-23a40ef8 {
  align-self: center;
}

#w-node-_420e8e3f-3e98-9920-dded-c8c223a40f57-23a40ef8 {
  justify-self: end;
}

#w-node-_420e8e3f-3e98-9920-dded-c8c223a40f5e-23a40ef8 {
  align-self: center;
}

#w-node-_420e8e3f-3e98-9920-dded-c8c223a40f6c-23a40ef8 {
  justify-self: end;
}

#w-node-_420e8e3f-3e98-9920-dded-c8c223a40f73-23a40ef8 {
  align-self: center;
}

#w-node-_420e8e3f-3e98-9920-dded-c8c223a40f81-23a40ef8 {
  justify-self: end;
}

#w-node-_420e8e3f-3e98-9920-dded-c8c223a40f88-23a40ef8 {
  align-self: center;
}

#w-node-_420e8e3f-3e98-9920-dded-c8c223a40f96-23a40ef8 {
  justify-self: end;
}

#w-node-_5c8940d6-ee4d-0f36-ec63-68df35ec32a2-81c103ca, #w-node-_076934e8-cf1f-8ba7-f94c-ee2d4f497eb2-81c103ca, #w-node-_5c8940d6-ee4d-0f36-ec63-68df35ec32a2-51c103cb, #w-node-_0a55f650-3115-b6f0-433a-9ebdf786722e-51c103cb {
  place-self: auto;
}

#w-node-_98d86efd-2e74-6c3f-97e2-5b34e0f6a52b-c9c103cf {
  justify-self: center;
}

#w-node-de6650b7-280f-1ade-491b-9b6b133ab3a6-cac1044f {
  justify-self: end;
}

#w-node-_70a4b2ee-9cb4-dfd1-ea7f-88ff1a385faa-cac1044f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c500264-c52c-4ec6-6a0c-d4f18267a04b-cac1044f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_64639e8d-d5ef-2f7c-d318-198491cebc23-cac1044f {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_1f4a5108-51ae-b252-787d-a4e892a73c04-cac1044f, #w-node-_29ec3282-a75b-b12b-37ca-005185cdfb0c-cac1044f, #w-node-f1a2311f-59d0-6f57-4b81-c474322297ce-cac1044f, #w-node-_4fc7260c-b4fe-05fe-2bef-79d4c2b4dc1d-cac1044f, #w-node-_5b6a4145-6bcb-564f-5711-5340e26e569c-cac1044f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_745dfdb0-d781-825e-89f5-8cf179a8ce50-cac1044f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_2fc4c158-7a5b-df16-5d2e-18ff6093a1ca-e7c104f2 {
  align-self: center;
}

#w-node-bb80392c-c3fc-b57e-2e78-c6b02b9e8573-e7c104f2 {
  justify-self: end;
}

#w-node-_5e348aa3-9c37-3251-ac42-e0fe4771b01b-e7c104f2 {
  align-self: center;
}

#w-node-_5e348aa3-9c37-3251-ac42-e0fe4771b028-e7c104f2 {
  justify-self: end;
}

#w-node-d2215dcf-9892-3dde-9721-c98652c62d3f-e7c104f2 {
  align-self: center;
}

#w-node-d2215dcf-9892-3dde-9721-c98652c62d4f-e7c104f2 {
  justify-self: end;
}

#w-node-_09b3b372-68c4-0758-856f-1fa5c84234f4-e7c104f2 {
  align-self: center;
}

#w-node-_09b3b372-68c4-0758-856f-1fa5c8423504-e7c104f2 {
  justify-self: end;
}

#w-node-_32872980-af11-0c89-a07d-3e387a8cc347-e7c104f2 {
  align-self: center;
}

#w-node-_32872980-af11-0c89-a07d-3e387a8cc357-e7c104f2 {
  justify-self: end;
}

#w-node-_2fc4c158-7a5b-df16-5d2e-18ff6093a1ca-33c104f3 {
  align-self: center;
}

#w-node-bb80392c-c3fc-b57e-2e78-c6b02b9e8573-33c104f3 {
  justify-self: end;
}

#w-node-_5e348aa3-9c37-3251-ac42-e0fe4771b01b-33c104f3 {
  align-self: center;
}

#w-node-_5e348aa3-9c37-3251-ac42-e0fe4771b028-33c104f3 {
  justify-self: end;
}

#w-node-d2215dcf-9892-3dde-9721-c98652c62d3f-33c104f3 {
  align-self: center;
}

#w-node-d2215dcf-9892-3dde-9721-c98652c62d4f-33c104f3 {
  justify-self: end;
}

#w-node-_09b3b372-68c4-0758-856f-1fa5c84234f4-33c104f3 {
  align-self: center;
}

#w-node-_09b3b372-68c4-0758-856f-1fa5c8423504-33c104f3 {
  justify-self: end;
}

#w-node-_32872980-af11-0c89-a07d-3e387a8cc347-33c104f3 {
  align-self: center;
}

#w-node-_32872980-af11-0c89-a07d-3e387a8cc357-33c104f3 {
  justify-self: end;
}

#w-node-_2fc4c158-7a5b-df16-5d2e-18ff6093a1ca-98c104f4 {
  align-self: center;
}

#w-node-bb80392c-c3fc-b57e-2e78-c6b02b9e8573-98c104f4 {
  justify-self: end;
}

#w-node-_5e348aa3-9c37-3251-ac42-e0fe4771b01b-98c104f4 {
  align-self: center;
}

#w-node-_5e348aa3-9c37-3251-ac42-e0fe4771b028-98c104f4 {
  justify-self: end;
}

#w-node-af371e5b-382e-cf3b-924f-6bf0ca438915-98c104f4 {
  align-self: center;
}

#w-node-af371e5b-382e-cf3b-924f-6bf0ca438922-98c104f4 {
  justify-self: end;
}

#w-node-_2fc4c158-7a5b-df16-5d2e-18ff6093a1ca-19c104f6 {
  align-self: center;
}

#w-node-bb80392c-c3fc-b57e-2e78-c6b02b9e8573-19c104f6 {
  justify-self: end;
}

#w-node-_5e348aa3-9c37-3251-ac42-e0fe4771b01b-19c104f6 {
  align-self: center;
}

#w-node-_5e348aa3-9c37-3251-ac42-e0fe4771b028-19c104f6 {
  justify-self: end;
}

#w-node-d2215dcf-9892-3dde-9721-c98652c62d3f-19c104f6 {
  align-self: center;
}

#w-node-d2215dcf-9892-3dde-9721-c98652c62d4f-19c104f6 {
  justify-self: end;
}

#w-node-_09b3b372-68c4-0758-856f-1fa5c84234f4-19c104f6 {
  align-self: center;
}

#w-node-_09b3b372-68c4-0758-856f-1fa5c8423504-19c104f6 {
  justify-self: end;
}

#w-node-_32872980-af11-0c89-a07d-3e387a8cc347-19c104f6 {
  align-self: center;
}

#w-node-_32872980-af11-0c89-a07d-3e387a8cc357-19c104f6 {
  justify-self: end;
}

#w-node-_623f0575-ed12-8241-1e15-c4b0cb9e03ea-12c10534, #w-node-_623f0575-ed12-8241-1e15-c4b0cb9e03f8-12c10534, #w-node-_623f0575-ed12-8241-1e15-c4b0cb9e0406-12c10534 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79357d68-b378-3415-0c28-050689054dd4-b7c10537 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f8836-3ac10548 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f883a-3ac10548 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f883c-3ac10548, #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f8844-3ac10548, #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f8848-3ac10548, #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f884a-3ac10548, #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f8852-3ac10548, #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f8856-3ac10548, #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f8858-3ac10548, #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f8864-3ac10548, #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f8868-3ac10548, #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f886a-3ac10548 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f8893-3ac10548 {
  justify-self: end;
}

#w-node-a35f8080-5c25-3509-8cd2-03e8328888c2-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888c8-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888ce-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888d4-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888da-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888e0-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888e6-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888ec-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888f2-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888f8-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888fe-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e832888904-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e83288890a-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e832888910-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e832888916-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e83288891c-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e832888922-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e832888928-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e83288893b-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e832888946-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e832888958-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e832888963-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e832888975-2ec1054b {
  align-self: auto;
}

#w-node-fde85320-be58-5d69-6c2b-59a4b0d30341-04c1054c, #w-node-fde85320-be58-5d69-6c2b-59a4b0d30348-04c1054c, #w-node-fde85320-be58-5d69-6c2b-59a4b0d3034e-04c1054c {
  justify-self: center;
}

#w-node-_75f56787-b552-d2a4-f200-21adcf1701ad-30c1054d, #w-node-_75f56787-b552-d2a4-f200-21adcf170214-30c1054d {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-ce444098-84e0-be67-9bf6-bb2d63c03ad9-63c03ad3 {
    justify-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-ce444098-84e0-be67-9bf6-bb2d63c03ad9-63c03ad3 {
    justify-self: end;
  }

  #w-node-d661093a-604e-6b4c-314e-56bc0f5409c1-0f5409bb {
    justify-self: auto;
  }

  #w-node-_95306e0e-dfb4-3870-8f22-23c76e5d9abb-6e5d9ab8 {
    align-self: stretch;
  }

  #w-node-_95306e0e-dfb4-3870-8f22-23c76e5d9b0c-6e5d9ab8 {
    align-self: end;
  }

  #w-node-_95306e0e-dfb4-3870-8f22-23c76e5d9b18-6e5d9ab8 {
    place-self: end;
  }

  #w-node-_95306e0e-dfb4-3870-8f22-23c76e5d9b1c-6e5d9ab8 {
    align-self: start;
  }

  #w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e6452-a82e6444, #w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e6466-a82e6444, #w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e647d-a82e6444, #w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e6494-a82e6444, #w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e64ab-a82e6444, #w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e64bf-a82e6444, #w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e64d4-a82e6444 {
    justify-self: center;
  }

  #w-node-_1a543483-d91b-b053-6179-ed996587cc26-6587cc23 {
    align-self: stretch;
  }

  #w-node-_1a543483-d91b-b053-6179-ed996587cc7d-6587cc23 {
    align-self: end;
  }

  #w-node-_1a543483-d91b-b053-6179-ed996587cc80-6587cc23 {
    place-self: end;
  }

  #w-node-_1a543483-d91b-b053-6179-ed996587cc84-6587cc23 {
    align-self: start;
  }

  #w-node-_420e8e3f-3e98-9920-dded-c8c223a40f05-23a40ef8, #w-node-_420e8e3f-3e98-9920-dded-c8c223a40f19-23a40ef8, #w-node-_420e8e3f-3e98-9920-dded-c8c223a40f32-23a40ef8, #w-node-_420e8e3f-3e98-9920-dded-c8c223a40f4a-23a40ef8, #w-node-_420e8e3f-3e98-9920-dded-c8c223a40f62-23a40ef8, #w-node-_420e8e3f-3e98-9920-dded-c8c223a40f77-23a40ef8, #w-node-_420e8e3f-3e98-9920-dded-c8c223a40f8c-23a40ef8 {
    justify-self: center;
  }

  #w-node-ecabc6fa-5d89-98c4-009e-71b6e5d3b59b-c9c103cf, #w-node-_98d86efd-2e74-6c3f-97e2-5b34e0f6a526-c9c103cf, #w-node-_4bc47264-f210-09e3-f119-3e9f841748d6-c9c103cf {
    justify-self: end;
  }

  #w-node-_77be5444-03e4-3194-14e7-f34201345de9-e7c104f2, #w-node-_5e348aa3-9c37-3251-ac42-e0fe4771b01f-e7c104f2, #w-node-d2215dcf-9892-3dde-9721-c98652c62d43-e7c104f2, #w-node-_09b3b372-68c4-0758-856f-1fa5c84234f8-e7c104f2, #w-node-_32872980-af11-0c89-a07d-3e387a8cc34b-e7c104f2, #w-node-_77be5444-03e4-3194-14e7-f34201345de9-33c104f3, #w-node-_5e348aa3-9c37-3251-ac42-e0fe4771b01f-33c104f3, #w-node-d2215dcf-9892-3dde-9721-c98652c62d43-33c104f3, #w-node-_09b3b372-68c4-0758-856f-1fa5c84234f8-33c104f3, #w-node-_32872980-af11-0c89-a07d-3e387a8cc34b-33c104f3, #w-node-_77be5444-03e4-3194-14e7-f34201345de9-98c104f4, #w-node-_5e348aa3-9c37-3251-ac42-e0fe4771b01f-98c104f4, #w-node-af371e5b-382e-cf3b-924f-6bf0ca438919-98c104f4 {
    justify-self: center;
  }

  #w-node-_6198ca06-0b5d-6636-bb98-505d6aa5c4b3-98c104f4 {
    justify-self: stretch;
  }

  #w-node-_97b46c0b-efae-08d6-8943-394aa9a76096-98c104f4 {
    justify-self: start;
  }

  #w-node-_77be5444-03e4-3194-14e7-f34201345de9-19c104f6, #w-node-_5e348aa3-9c37-3251-ac42-e0fe4771b01f-19c104f6, #w-node-d2215dcf-9892-3dde-9721-c98652c62d43-19c104f6, #w-node-_09b3b372-68c4-0758-856f-1fa5c84234f8-19c104f6, #w-node-_32872980-af11-0c89-a07d-3e387a8cc34b-19c104f6 {
    justify-self: center;
  }

  #w-node-_79357d68-b378-3415-0c28-050689054dd4-b7c10537 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_85046bd9-f176-ce6f-b072-503bd7f9b6dc-7cc10547, #w-node-eec34c99-1b65-e5c6-d3e1-5ca29fe7b862-7cc10547, #w-node-_80088110-04c0-e07e-86d6-ab306a4ce9f2-7cc10547, #w-node-_80088110-04c0-e07e-86d6-ab306a4ce9f7-7cc10547, #w-node-_863ed099-1d45-5d1a-949a-2f902661de6a-7cc10547, #w-node-_863ed099-1d45-5d1a-949a-2f902661de6f-7cc10547 {
    justify-self: start;
  }

  #w-node-a35f8080-5c25-3509-8cd2-03e8328888c2-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888c8-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888e0-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888ec-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888f2-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e8328888f8-2ec1054b, #w-node-a35f8080-5c25-3509-8cd2-03e832888904-2ec1054b {
    align-self: auto;
  }

  #w-node-fde85320-be58-5d69-6c2b-59a4b0d3034e-04c1054c {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_18c40cf9-4d76-903a-d6e5-ad1d147b0c97-b1c10306, #w-node-_81847c7b-c221-6703-b1a8-e108f48eb583-b1c10306 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_9dc16855-847e-2cc8-fe67-e56065bb6f27-63c03ad3, #w-node-ce444098-84e0-be67-9bf6-bb2d63c03ad9-63c03ad3 {
    justify-self: center;
  }

  #w-node-d661093a-604e-6b4c-314e-56bc0f5409bc-0f5409bb, #w-node-_619a9634-fbb9-3ee8-9ae0-7a528b849057-8b849050 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_0c8c5047-171f-a4c6-c0af-f54a8aa75eef-8aa75ed1 {
    justify-self: center;
  }

  #w-node-d6e71c9d-f505-c5f5-5967-c6aa8736e774-e2c1038d, #w-node-e2e1add1-4061-6841-748d-999c8155ad8e-e2c1038d, #w-node-_27538084-1f2e-d5c6-bd2e-7a832aa2ba9e-31c103d6, #w-node-_27538084-1f2e-d5c6-bd2e-7a832aa2ba9e-70c103d7 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_745dfdb0-d781-825e-89f5-8cf179a8ce50-cac1044f {
    justify-self: auto;
  }

  #w-node-b9bf4fec-abe6-ff58-c41c-f0679b611af6-f3c104ea, #w-node-_02ce27f3-a967-bebb-42ab-b6d0593b20d5-f3c104ea, #w-node-_18c40cf9-4d76-903a-d6e5-ad1d147b0c97-f3c104ea, #w-node-_81847c7b-c221-6703-b1a8-e108f48eb583-f3c104ea, #w-node-df08eed3-ff82-e7ca-500f-1db47b97e168-c4c104eb, #w-node-_8cd45a30-b2ad-432f-ce7e-f44017511309-c4c104eb, #w-node-_18c40cf9-4d76-903a-d6e5-ad1d147b0c97-c4c104eb, #w-node-_81847c7b-c221-6703-b1a8-e108f48eb583-c4c104eb, #w-node-_18c40cf9-4d76-903a-d6e5-ad1d147b0c97-f8c104f0, #w-node-f837cf69-1e10-23de-63b9-561ea6e82d20-f8c104f0, #w-node-_18c40cf9-4d76-903a-d6e5-ad1d147b0c97-e7c104f2, #w-node-f837cf69-1e10-23de-63b9-561ea6e82d20-e7c104f2, #w-node-_18c40cf9-4d76-903a-d6e5-ad1d147b0c97-33c104f3, #w-node-f837cf69-1e10-23de-63b9-561ea6e82d20-33c104f3, #w-node-_18c40cf9-4d76-903a-d6e5-ad1d147b0c97-77c104f5, #w-node-f837cf69-1e10-23de-63b9-561ea6e82d20-77c104f5, #w-node-_18c40cf9-4d76-903a-d6e5-ad1d147b0c97-19c104f6, #w-node-f837cf69-1e10-23de-63b9-561ea6e82d20-19c104f6, #w-node-_18c40cf9-4d76-903a-d6e5-ad1d147b0c97-b9c104f7, #w-node-f837cf69-1e10-23de-63b9-561ea6e82d20-b9c104f7, #w-node-_18c40cf9-4d76-903a-d6e5-ad1d147b0c97-05c104f8, #w-node-f837cf69-1e10-23de-63b9-561ea6e82d20-05c104f8 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_79357d68-b378-3415-0c28-050689054dd4-b7c10537 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_18c40cf9-4d76-903a-d6e5-ad1d147b0c97-90c1053f, #w-node-_18c40cf9-4d76-903a-d6e5-ad1d147b0c97-7fc10540 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f883a-3ac10548 {
    place-self: center;
  }

  #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f883c-3ac10548, #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f884a-3ac10548, #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f8858-3ac10548, #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f886a-3ac10548 {
    place-self: start center;
  }

  #w-node-dd67204a-0ca4-151d-33a0-c3f2d076e1c4-aec10555, #w-node-dd67204a-0ca4-151d-33a0-c3f2d076e1c4-62c10556 {
    order: -9999;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce444098-84e0-be67-9bf6-bb2d63c03adc-63c03ad3, #w-node-ce444098-84e0-be67-9bf6-bb2d63c03ad9-63c03ad3, #w-node-_0c8c5047-171f-a4c6-c0af-f54a8aa75ee5-8aa75ed1, #w-node-_0c8c5047-171f-a4c6-c0af-f54a8aa75ef5-8aa75ed1 {
    justify-self: center;
  }

  #w-node-de6650b7-280f-1ade-491b-9b6b133ab3a6-cac1044f {
    justify-self: start;
  }

  #w-node-_70a4b2ee-9cb4-dfd1-ea7f-88ff1a385faa-cac1044f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ed80ebd-6166-e0ad-b451-6f993f8f8893-3ac10548 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e6452-a82e6444 {
    align-self: end;
  }

  #w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e6466-a82e6444, #w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e647d-a82e6444 {
    place-self: end center;
  }

  #w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e64ab-a82e6444, #w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e64bf-a82e6444, #w-node-_48a45baa-7e4a-ec25-7daf-0a49a82e64d4-a82e6444, #w-node-_420e8e3f-3e98-9920-dded-c8c223a40f05-23a40ef8 {
    align-self: end;
  }

  #w-node-_420e8e3f-3e98-9920-dded-c8c223a40f19-23a40ef8, #w-node-_420e8e3f-3e98-9920-dded-c8c223a40f32-23a40ef8 {
    place-self: end center;
  }

  #w-node-_420e8e3f-3e98-9920-dded-c8c223a40f62-23a40ef8, #w-node-_420e8e3f-3e98-9920-dded-c8c223a40f77-23a40ef8, #w-node-_420e8e3f-3e98-9920-dded-c8c223a40f8c-23a40ef8 {
    align-self: end;
  }

  #w-node-a9db8a0c-025c-8c30-dac8-c0c9f5d52c02-98c104f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e348aa3-9c37-3251-ac42-e0fe4771b01f-19c104f6 {
    justify-self: center;
  }

  #w-node-d64190fe-3f82-b70e-2823-93c71a3e909c-38c1053d, #w-node-d64190fe-3f82-b70e-2823-93c71a3e909c-5fc1053e {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Archivo expanded bold';
  src: url('../fonts/Archivo_Expanded-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo expanded regular';
  src: url('../fonts/Archivo_Expanded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo expanded medium';
  src: url('../fonts/Archivo_Expanded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArchivoRegular';
  src: url('../fonts/Archivo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArchivoMedium';
  src: url('../fonts/Archivo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}