:root {
  --primary: #98694d;
  --black: black;
  --hue-light: #f8f4f1;
  --primary-inverted: #dbc1b6;
  --white: white;
  --relume-library-lite--rl-black: black;
  --border-color: #a5a5a5;
  --borderwidth: 0px;
  --borderradiuswidth: 0px;
  --relume-library-lite--rl-white: white;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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;
}

body {
  color: #333;
  font-family: "29 Lt Zarid Serif", sans-serif;
  font-size: 22px;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lucky Beauty;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sangbleu Kingdom, sans-serif;
  font-size: 46px;
  font-style: italic;
  font-weight: 300;
  line-height: 120%;
}

h3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sangbleu Kingdom, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  line-height: 120%;
}

h4 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sangbleu Kingdom, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
}

h5 {
  color: var(--primary);
  -webkit-text-stroke-color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sangbleu Kingdom, sans-serif;
  font-weight: 300;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  position: relative;
}

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

li {
  padding-bottom: 10px;
}

sub {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
}

.image-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 380px;
  display: flex;
}

.section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 120px 24px;
  text-decoration: none;
  display: flex;
}

.section.highlightbglight.glance-section {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
}

.section.highlightbglight.graphic-footpring-section {
  background-color: var(--hue-light);
  height: 80vh;
  position: relative;
}

.section.sustainabiltybg {
  background-image: url('../images/esgz1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 120px;
}

.section.section-highlight2 {
  background-color: #fafafa;
}

.section.ctasection {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/03.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  min-height: auto;
  transition: all .2s;
}

.section.ctasection:hover {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.section.downloadcenter {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 50px;
}

.section.businessmodel-section {
  background-color: var(--hue-light);
  overflow: hidden;
}

.section.strategy-section {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.section.ceosection {
  min-height: auto;
}

.cta-container {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  font-size: 24px;
  line-height: 120%;
  text-decoration: none;
}

.cta {
  grid-column-gap: 8px;
  background-color: #98694d;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.cta.rtl {
  color: #fff;
  font-family: "29 Lt zarid display variable", sans-serif;
  font-style: normal;
}

.highlightbglight {
  background-color: #f5f3eb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.col.metricblock {
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  border-radius: 0;
  flex: 1 0 23%;
  font-family: Sangbleu Kingdom, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.col.align-left {
  justify-content: center;
  align-items: flex-start;
}

.col._w-50 {
  width: 50%;
}

.col.country-cols {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 80%;
  width: 30%;
  font-size: 20px;
}

.col.download-c-single-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.col.statement-head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

.col.align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.col.d-none {
  display: none;
}

.metricblock {
  grid-row-gap: 4px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 10px;
  text-decoration: none;
  display: flex;
}

.metricvalue {
  color: var(--primary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sangbleu Kingdom, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.navbar {
  z-index: 1001;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.loader-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: auto;
  margin-left: 50%;
  margin-right: 50%;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-50%, -50%);
}

._w-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

._w-container.charts-containerr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
}

._w-container.financial-kpi-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
}

._w-container.center {
  justify-content: flex-start;
  align-items: center;
}

._w-container.full-width {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 100%;
}

._w-container.full-width.p-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

._w-container.row {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

._w-container.z-index-plus {
  z-index: 2;
  position: relative;
}

.row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.row.kpicolumns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
}

.row.gap-less {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
}

.row.statement-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 10px;
}

.row.esg-row-verts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
}

.row.myswiper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.businessmodel-metric {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.sustainabiltybg {
  background-color: rgba(0, 0, 0, .2);
  background-image: linear-gradient(122.23deg, #fff, rgba(255, 255, 255, 0)), url('../images/sustainability.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.env-vertical-col {
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(248, 244, 241, .84);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.barline {
  grid-row-gap: 10px;
  background-color: #98694d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 168.312px;
  padding: 2px 10px;
  text-decoration: none;
  display: flex;
}

.financialblock {
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  flex-direction: column;
  flex: 30%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  max-width: 1200px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.financial-title {
  grid-column-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bar-chart {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.single-bar-container {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.baryear {
  width: 70px;
  margin-top: 0;
  margin-bottom: 0;
}

.bar {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.barblock {
  background-color: #98694d;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 2px 12px;
  display: flex;
}

.barblock.hue2, .barblock.hue3, .barblock.hue4, .barblock.hue5 {
  background-color: #b8b8b8;
}

.bar__number {
  color: #fff;
}

.bar--block {
  width: 100%;
  display: block;
}

.standard-tab {
  opacity: .7;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slide-image {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/jaimie-phillips-KamSS2euCzA-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-image.slide-bg1 {
  opacity: .71;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/slide01.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-image.slide-bg2 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url('../images/slide02.webp');
}

.slide-image.slide-bg3 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url('../images/Rimal-Park-Fund-1.webp');
}

.slide-image.slide-bg4 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/slide04.webp');
}

.slide-image.slide-bg5 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url('../images/slide05.webp');
}

.slide-image.slide-bginit {
  opacity: .71;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6) 58%), url('../images/slide1-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-slider {
  text-align: initial;
  background-color: #131313;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slide-base {
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.slide-animated-titles {
  z-index: 9;
  color: #fff;
  letter-spacing: 0;
  max-width: 850px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sangbleu Kingdom, sans-serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 300;
  line-height: 68px;
  position: relative;
}

.slide-animated-titles.subhead {
  letter-spacing: 0;
  max-width: 850px;
  font-family: "29 Lt Zarid Serif", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.page--loader {
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
}

.load-overlay-side.cc-left {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #131313;
  width: 50%;
  height: 100%;
}

.load-overlay-side.cc-right {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #131313;
  width: 50%;
  height: 100%;
}

.logo {
  flex: 0 8%;
  width: 65px;
  height: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.statementimage.animate-reveal {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  flex: 0 auto;
  align-self: stretch;
  width: 50%;
  max-width: 200px;
  height: auto;
}

.statementimage.animate-reveal.xs {
  width: 90%;
}

.hiddensustainability {
  display: none;
}

.whitetext {
  color: #fff;
}

.color-primary {
  color: var(--primary);
}

.color-primary.env-vert-title {
  font-size: 24px;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-secondary {
  background-image: linear-gradient(to bottom, var(--primary-inverted), var(--primary-inverted));
}

._w-60 {
  width: 60%;
}

.financial-kpi-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #e9e9ea;
  flex-direction: column;
  flex: 30%;
  order: 1;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.progress-bar {
  z-index: 99999;
  background-color: var(--primary);
  transform-origin: 0 0;
  transform-style: preserve-3d;
  width: 100%;
  height: 5px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: scale3d(0, 1, 1);
}

.text-soft {
  opacity: .7;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.mapsvg {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.single-country {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  border: 0 solid #d8d8d8;
  border-bottom-width: 1px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: background-color .3s, padding .3s;
  display: flex;
  position: relative;
}

.single-country:hover {
  z-index: 2;
  color: #333;
  background-color: rgba(39, 39, 39, .07);
  padding-left: 20px;
  padding-right: 20px;
}

.country-image {
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 0%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  width: 220px;
  height: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: -50px;
  right: 25%;
}

.countries {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.value-text-sub {
  margin-top: -6px;
}

.value-text-sub.text-soft {
  border: 2px #000;
  flex: 0 60%;
  width: 20%;
}

.single_country_image {
  width: 90px;
  height: 76.0449px;
}

.single_country_image.bcclogo {
  padding-left: 10px;
  padding-right: 16px;
}

.text-marquee-field {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--white);
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  font-family: Sangbleu Kingdom, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.marquee-star {
  background-color: var(--primary);
  border-radius: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(-20deg);
}

.downloadfullreport {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.download-center-list {
  width: 100%;
}

.download-center-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.download-center-link-item {
  color: var(--black);
  flex-flow: row;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1600%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 44px;
}

.container-regular {
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-brand {
  z-index: 22;
}

.nav-menu-wrapper {
  color: #fff;
  background-color: #181818;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-menu {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1600px;
  height: 100vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Sangbleu Kingdom, sans-serif;
  font-size: 40px;
  font-style: italic;
  line-height: 120%;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--primary);
}

.nav-link.arv {
  font-family: "29 Lt Zarid Serif", sans-serif;
  font-style: normal;
}

.menu-button {
  border: 0px solid var(--white);
  color: var(--white);
  margin-left: auto;
  font-family: Sangbleu Kingdom, sans-serif;
  font-style: italic;
  display: flex;
}

.menu-button.w--open {
  z-index: 22;
  background-color: rgba(0, 0, 0, 0);
}

.text-inside {
  margin-bottom: 0;
}

.higlight-content-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.business-model-logos {
  max-width: 90%;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: #000;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.full-width {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

.row-gapless {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.icon-2 {
  font-size: 30px;
}

.wrapperx {
  position: relative;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-n {
  overflow: hidden;
}

.slide-nav {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  bottom: 10px;
}

.html-embed {
  position: fixed;
}

.svg-icon {
  width: 40px;
  height: 40px;
}

.svg-icon:hover {
  cursor: pointer;
}

.svg-icon.downloadicon {
  width: 30px;
  height: 20px;
}

.ico {
  color: var(--primary);
  flex-flow: row;
  flex: 1;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.business-line-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  flex: none;
  display: flex;
}

.business-line-list.business-model {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
}

.business-line-list.highlightsmodel {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: rgba(0, 0, 0, 0);
}

.business-line-list.highlightsmodel.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.handle {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  color: #fff;
  cursor: grab;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 4px;
  transition: all .3s linear;
  display: flex;
  position: relative;
  top: 0;
}

.handle:hover {
  background-color: var(--black);
}

.handle:focus {
  background-color: #7290b0;
}

.businessline-track {
  color: #fff;
  background-color: #f1eeee;
  border-radius: 100vw;
  width: 100%;
  height: 4px;
  margin-top: 30px;
}

.strategy-section {
  background-color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 100px 50px;
  text-decoration: none;
  display: flex;
}

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq-item {
  border: 0px solid var(--relume-library-lite--rl-black);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #fff;
  background-color: rgba(0, 0, 0, .13);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.faq-list-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.faqlist {
  width: 100%;
}

.faq-list-title {
  color: #fff;
  font-family: Sangbleu Kingdom, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-body {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 0 30px 30px;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.container-xxl {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10vw;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
}

.strategy-bg-image {
  background-image: url('../images/strategybg.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.color-gray {
  color: #4f4f4f;
}

.company-name {
  font-size: 30px;
  line-height: 40px;
}

.highlight-element-highlights {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20vw;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.highlight-element-highlights.swiper-slide {
  grid-row-gap: 0px;
}

.highlights-title {
  font-size: 28px;
  line-height: 120%;
}

.statement-name {
  font-size: 24px;
}

.statement-quote-mark {
  flex: none;
  width: 40px;
  height: auto;
  display: inline;
}

.statement-quote-mark.end-solid {
  align-self: flex-end;
}

.statement-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  padding-bottom: 12px;
  display: flex;
}

.statement-heading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1 0 100%;
}

.statement-content-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
}

.stataement-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--hue-light);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.newbusinessmodeltable {
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #aaa #aaa var(--border-color);
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  width: 152vw;
  display: flex;
}

.newbusinessmodeltable.business-line-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.newbusinessmodeltable.business-line-list.business-model {
  background-color: #fff;
  width: 1700px;
}

.businesslinerow {
  border-bottom: 1px solid var(--border-color);
  justify-content: flex-start;
  align-items: stretch;
}

.businesslinerow.bg-secondary {
  border-bottom: 1px solid var(--border-color);
  background-image: linear-gradient(#d8d8d8, #d8d8d8);
  justify-content: flex-start;
  align-items: stretch;
}

.businesslinerow.bg-secondary.table-cell-header {
  font-family: Sangbleu Kingdom, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.businesslinerow.row-title {
  background-color: #f4f3f3;
}

.businessmodelheaderrow-cell {
  grid-column-gap: 10px;
  border-right: 1px solid var(--border-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  text-decoration: none;
  display: flex;
}

.businessmodelheaderrow-cell.row-cell-title {
  justify-content: flex-start;
  align-items: center;
  font-family: Sangbleu Kingdom, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.businessmodelheaderrow-cell.col-cell {
  grid-row-gap: 10px;
  flex-flow: column;
}

.statement-image {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
}

.text-block {
  display: inline-block;
}

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

.subscript, .subscript-2 {
  font-size: 16px;
}

.b-green {
  color: green;
}

.arv {
  color: var(--white);
  font-family: "29 Lt Zarid Serif", sans-serif;
  font-style: normal;
  text-decoration: none;
  display: none;
  position: absolute;
  right: 100%;
}

@media screen and (min-width: 1280px) {
  .section.highlightbglight.graphic-footpring-section {
    overflow: hidden;
  }

  .cta-container, .cta {
    display: block;
  }

  .col._w-50 {
    width: 50%;
  }

  .loader-image {
    z-index: 2;
    align-self: auto;
    width: 10vw;
    margin-left: 50%;
    margin-right: 50%;
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(-50%, -50%);
  }

  ._w-container.z-index-plus {
    z-index: 5;
    position: relative;
  }

  .financialblock {
    box-shadow: none;
    border-radius: 0;
    flex: 1 0 33%;
  }

  .barblock.hue5 {
    background-color: #b8b8b8;
  }

  .slide-image.slide-bginit {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/slide1-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-slider {
    height: 100vh;
    overflow: hidden;
  }

  .slide-animated-titles {
    letter-spacing: 0;
  }

  .page--loader {
    z-index: 1001;
    perspective-origin: 0%;
    transform-origin: 0%;
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .load-overlay-side {
    background-color: #131313;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .load-overlay-side.cc-left {
    z-index: 1;
    perspective-origin: 100%;
    transform-origin: 100%;
    width: 50%;
    position: static;
  }

  .load-overlay-side.cc-right {
    z-index: 1;
    perspective-origin: 0%;
    transform-origin: 0%;
    width: 50%;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .mapsvg {
    z-index: 0;
  }

  .single-country:hover {
    background-color: #eaecf0;
  }

  .country-image {
    object-position: 50% 0%;
    right: 90px;
  }

  .higlight-content-image {
    height: auto;
  }

  .container-xxl {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .section.sustainabiltybg {
    min-height: 100vh;
  }

  .section.section-highlight2.overflow-hidden {
    min-height: auto;
  }

  .section.strategy-section {
    justify-content: center;
    align-items: center;
  }

  .col._w-50.statement-head {
    position: relative;
  }

  .navbar {
    position: fixed;
  }

  .slide-image.slide-bginit {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
    height: 100%;
  }

  .page--loader {
    z-index: 1001;
  }

  .statementimage.animate-reveal {
    object-position: 50% 50%;
    width: 70%;
    max-width: 50%;
    overflow: hidden;
  }

  .statementimage.animate-reveal.xs {
    max-width: 200px;
  }

  .navbar-no-shadow-container {
    max-width: 1600px;
    padding-left: 44px;
  }

  .higlight-content-image {
    height: auto;
  }

  .business-line-list.highlightsmodel {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .handle {
    background-color: rgba(0, 0, 0, .8);
    height: 4px;
    top: 0;
  }

  .businessline-track {
    background-color: #f1eeee;
    max-width: 1200px;
  }

  .faq-body {
    display: block;
  }

  .highlight-element-highlights {
    width: 20vw;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding: 20px;
  }

  .section.highlightbglight.graphic-footpring-section {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-container {
    padding-top: 8px;
  }

  .highlightbglight.section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .col.metricblock {
    flex-basis: 40%;
  }

  .col._w-50.statement-head {
    width: 100%;
  }

  .metricblock {
    flex: 1 0 40%;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .loader-image {
    width: 20vw;
  }

  ._w-container.financial-kpi-container {
    flex-wrap: wrap;
  }

  ._w-container.row.statementssection {
    flex-flow: column;
  }

  .row {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .row.kpicolumns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .sustainabiltybg {
    background-color: #fff;
    background-image: none;
  }

  .env-vertical-col {
    height: auto;
    padding: 20px;
  }

  .financialblock {
    flex: 1 0 40%;
  }

  .standard-tab {
    flex: 0 30%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-slider {
    height: auto;
  }

  .slide-base {
    min-height: auto;
    padding: 150px 20px 100px;
  }

  .slide-animated-titles {
    max-width: 100%;
    margin-top: 10px;
    font-size: 40px;
  }

  .slide-animated-titles.subhead {
    font-size: 20px;
  }

  .page--loader {
    display: none;
  }

  .statementimage.animate-reveal {
    object-position: 50% 0%;
    width: 100%;
  }

  .hiddensustainability {
    object-fit: cover;
    width: 100%;
    height: 40vh;
    margin-bottom: 20px;
    display: none;
  }

  ._w-60 {
    width: 100%;
  }

  .financial-kpi-item {
    flex-basis: 40%;
  }

  .container {
    max-width: 728px;
  }

  .mapsvg {
    object-fit: cover;
    height: 480px;
    position: relative;
  }

  .single-country {
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .single-country:hover {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }

  .country-image {
    display: block;
    position: relative;
    bottom: 0;
    right: auto;
  }

  .countries {
    flex-flow: wrap;
  }

  .value-text-sub.text-soft {
    flex-grow: 1;
  }

  .text-marquee-field {
    font-size: 60px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    z-index: 30;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: relative;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    color: #fff;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .business-model-logos {
    height: 15vh;
  }

  .row-gapless {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .row-gapless.menu {
    flex-flow: row;
  }

  .highlight-element-highlights {
    width: 42vw;
  }
}

@media screen and (max-width: 767px) {
  li {
    padding-bottom: 0;
  }

  .section.sustainabiltybg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .section.ctasection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col._w-50, .col._w-50.statement-head {
    width: 100%;
  }

  .col.country-cols {
    flex-shrink: 0;
    flex-basis: 100%;
  }

  ._w-container.financial-kpi-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  ._w-container.row.statementssection {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .row.esg-row-verts {
    width: 100%;
  }

  .financialblock {
    flex-basis: 100%;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .page--loader {
    display: none;
  }

  .logo {
    width: 70px;
    height: 110px;
  }

  .statementimage.animate-reveal {
    object-position: 50% 0%;
    max-width: 100%;
  }

  .hiddensustainability {
    height: auto;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .single-country {
    width: 100%;
  }

  .value-text-sub.text-soft {
    flex: 1 0 100%;
  }

  .text-marquee-field {
    font-size: 50px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    display: inline-block;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

  .stataement-block {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px 20px;
  }

  .section.highlightbglight.graphic-footpring-section {
    height: auto;
    min-height: auto;
  }

  .section.sustainabiltybg {
    overflow: hidden;
  }

  .section.section-highlight2.overflow-hidden {
    min-height: auto;
  }

  .cta {
    font-size: 15px;
  }

  .col {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .col.metricblock {
    border-bottom: 1px dashed var(--primary);
    flex-basis: 100%;
  }

  .metricblock {
    flex-basis: 40%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .metricvalue {
    font-size: 30px;
  }

  .loader-image {
    width: 40vw;
  }

  ._w-container.financial-kpi-container {
    flex-direction: column;
    align-items: stretch;
  }

  .row.kpicolumns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .financialblock {
    grid-row-gap: 12px;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
  }

  .single-bar-container {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .standard-tab {
    flex: 1 0 auto;
    width: auto;
  }

  .slide-image.slide-bginit {
    height: 100%;
  }

  .hero-slider {
    height: auto;
  }

  .slide-base {
    min-height: auto;
    padding-bottom: 70px;
  }

  .slide-animated-titles {
    font-size: 26px;
    line-height: 120%;
  }

  .slide-animated-titles.subhead {
    font-size: 16px;
    line-height: 120%;
  }

  .page--loader {
    display: none;
  }

  .logo {
    flex-basis: 11%;
    width: 60px;
    height: 90px;
  }

  .statementimage.animate-reveal {
    object-position: 50% 0%;
    height: 260px;
  }

  .statementimage.animate-reveal.xs {
    width: 100%;
    height: auto;
  }

  .hiddensustainability {
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .financial-kpi-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container {
    max-width: none;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mapsvg {
    width: 570px;
    height: auto;
    display: block;
    position: relative;
  }

  .single-country {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .country-image {
    object-fit: cover;
    object-position: 50% 50%;
    order: -1;
    width: 100%;
    height: 470px;
    bottom: 0;
  }

  .single_country_image {
    flex: 1 0 100%;
    order: -1;
    height: 90px;
  }

  .text-marquee-field {
    font-size: 26px;
  }

  .navbar-no-shadow-container {
    padding: 0 16px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-link {
    font-size: 20px;
  }

  .business-model-logos {
    height: auto;
  }

  .slide-n {
    height: 70vh;
  }

  .slide-nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .business-line-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .handle {
    width: 10vw;
    height: 20px;
    margin-top: 6px;
    top: -15px;
  }

  .container-xxl {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .company-name {
    font-size: 20px;
  }

  .highlight-element-highlights {
    width: 80vw;
    max-width: 100%;
    padding-bottom: 10px;
  }

  .statement-content {
    flex-flow: column;
  }

  .stataement-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 12px;
  }

  .newbusinessmodeltable.business-line-list.business-model {
    width: 1280px;
  }

  .businessmodelheaderrow-cell.row-cell-title {
    font-size: 15px;
  }

  .rtl {
    direction: rtl;
  }

  .code-embed {
    display: none;
  }
}


@font-face {
  font-family: 'Sangbleu Kingdom';
  src: url('../fonts/SangBleuKingdom-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sangbleu Kingdom';
  src: url('../fonts/SangBleuKingdom-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: '29 Ltzariddisplay';
  src: url('../fonts/29LTZaridDisplay-Medium.ttf') format('truetype'), url('../fonts/29LTZaridDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '29 Ltzariddisplay';
  src: url('../fonts/29LTZaridDisplay-Regular.ttf') format('truetype'), url('../fonts/29LTZaridDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '29 Lt zarid display variable';
  src: url('../fonts/29LTZaridDisplayVF.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alfont Com 29 Lt Zarid Serif 2';
  src: url('../fonts/29LT-Zarid-Serif-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '29 Lt Zarid Serif';
  src: url('../fonts/29LT-Zarid-Serif-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



.pan-image-wrapper .img {
  background-size: 100%;
  transition: background-size 0.2s ease-in-out;
}
.pan-image-wrapper .img:hover {
  background-size: 100%;
}
.line {
  overflow: hidden;
  padding: 4px 7px;
  margin:-4px 0px;
  transform: translateX(-7px);
}
.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal{
  top:auto;
  bottom:-10px;
}
.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal span{
  background-color:#98694d;
}
.menu-button.w--open .arv{
  display:block;
}

.mf-cursor{position:fixed;top:0;left:0;z-index:250;direction:ltr;contain:layout style size;pointer-events:none;transition:opacity .3s,color .4s}.mf-cursor:before{content:"";position:absolute;top:-24px;left:-24px;display:block;width:48px;height:48px;transform:scale(0.2);background:currentColor;border-radius:50%;transition:transform .25s ease-in-out,opacity .1s}.mf-cursor.-inverse{color:#fff}@supports(mix-blend-mode: exclusion){.mf-cursor.-exclusion{mix-blend-mode:exclusion}.mf-cursor.-exclusion:before{background:#fff}}.mf-cursor.-pointer:before{transform:scale(0.15)}.mf-cursor.-text:before{opacity:.85;transform:scale(1.7)}.mf-cursor.-text.-active:before{transform:scale(1.6);transition-duration:.2s}.mf-cursor.-icon:before{transform:scale(1.5)}.mf-cursor.-icon.-active:before{transform:scale(1.4)}.mf-cursor.-hidden:before{transform:scale(0)}.mf-cursor-text{position:absolute;top:-18px;left:-18px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transform:scale(0) rotate(10deg);opacity:0;color:#fff;font-size:16px;line-height:20px;text-align:center;transition:opacity .4s,transform .3s}.mf-cursor.-text .mf-cursor-text,.mf-cursor.-icon .mf-cursor-text{opacity:1;transform:scale(1)}.mf-cursor-media{position:absolute;width:400px;height:400px;margin:-200px 0 0 -200px}.mf-cursor-media img,.mf-cursor-media video{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:50%}@supports(object-fit: cover){.mf-cursor-media img,.mf-cursor-media video{position:static;width:100%;height:100%;object-fit:cover;transform:translateZ(0)}}.mf-cursor-media-box{position:relative;width:100%;height:100%;overflow:hidden;transform:scale(0) translateZ(0);padding:1px;opacity:0;border-radius:50%;transition:transform .35s,opacity .2s .2s}.mf-cursor.-media .mf-cursor-media-box{opacity:1;transform:scale(0.696);transition-duration:.4s,.4s;transition-delay:0s,0s}/*# sourceMappingURL=mouse-follower.min.css.map */
.mf-cursor-text{
  font-weight:500;
  color:white;
}
.mf-cursor.-text:before{
  opacity:1;
}
.mf-cursor:before{
  background:#98694D;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}
.scroll {
  animation: scroll 20s linear infinite;
}
.reverse {
  animation-direction: reverse;
}
.marquee-image {
  -webkit-transform: translateZ(0);
}
.slide-n.w-slide[aria-hidden=true] .slide-animated-titles{
  opacity:0;
  transform:translateY(100px);
  transition:all 0.5s ease-in-out 0.6s;
}
.slide-n.w-slide .slide-animated-titles{
  opacity:1;
  transform:translateY(0px);
  transition:all 0.5s ease-in-out 0.6s;
}
.w-slider-dot{
  width:12px;
  height:12px;
}
.navbar{
  transition:all 0.4s ease-in-out;
  transform: translateY(0%);
}
.navbar.hidden {
  transform: translateY(-100%);
}
.navbar.bg {
  background: #98694D;
}
.swiper-scrollbar{
  bottom: -20px !important;
}


@-webkit-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.mouse-scroll {
  position: absolute;
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7F8C8D;
  color: #FFF;
  bottom: 10px;
  text-decoration: none;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  z-index:1000;
}
.mouse-scroll .mouse {
  position: relative;
  display: block;
  width: 24px;
  height: 40px;
  margin: 0 auto 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #FFF;
  border-radius: 23px;
}
.mouse-scroll .mouse .mouse-movement {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 4px;
  height: 6px;
  margin: -3px 0 0 -2px;
  background: #FFF;
  border-radius: 50px;
  -webkit-animation: scroll-ani 2s linear infinite;
  -moz-animation: scroll-ani 2s linear infinite;
  animation: scroll-ani 2s linear infinite;
}
.mouse-scroll .mouse-message {
  padding: 0;
  font-size:20px;
  -webkit-animation: scroll-ani 2s linear infinite;
  -moz-animation: scroll-ani 2s linear infinite;
  animation: scroll-ani 2s linear infinite;
}