.w-form-formrecaptcha {
  margin-bottom: 8px;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

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

body {
  padding-top: 60px;
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  color: #c7aa8b;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin: 0px 0px 10px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-family: Kufam, sans-serif;
  color: #918b3d;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.body {
  padding-top: 0px;
  background-image: url("../images/bg.svg");
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: fixed;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 91%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 22px;
  grid-row-gap: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.container.flex-vertical {
  overflow: hidden;
}

.container.mission {
  background-color: #918b3d;
}

.container.vision {
  background-color: #d1d1d1;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;

  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 5px 5px 10px;
  font-family: Kufam, sans-serif;
  color: #f7f7f7;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #c8c04e;
}

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

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

.nav-link-2.materialicon {
  font-family: Materialiconsround, sans-serif;
  color: #918b3d;
  font-size: 20px;
}

.nav-link-2.selectedlink {
  color: #b9b03b;
  text-decoration: none;
}

.nav-link-2.chat {
  padding-top: 10px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.nav-link-2.chat:hover {
  color: #fff;
}

.mobile-margin-top-10 {
  display: none;
}

.button-primary {
  padding: 12px 25px;
  border-style: solid;
  border-width: 4px;
  border-color: #918b3d;
  border-radius: 0px;
  background-color: #918b3d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Kufam, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.header {
  display: block;
  overflow: visible;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.background-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.54)),
    to(rgba(0, 0, 0, 0.54))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.54),
    rgba(0, 0, 0, 0.54)
  );
  opacity: 1;
}

.heading {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Kufam, sans-serif;
  color: #f7f7f7;
  font-size: 39px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.image-2 {
  max-width: 200px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 12px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Kufam, sans-serif;
  color: #f7f7f7;
}

.button-outline {
  padding: 16px 25px;
  border-style: solid;
  border-width: 3px;
  border-color: #918b3d;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Kufam, sans-serif;
  font-size: 17px;
}

.button-outline:hover {
  padding: 22px 30px;
  background-color: #918b3d;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text-block-2 {
  padding-bottom: 15px;
  display: flex;
  flex-direction: row-reverse;
  opacity: 1;
  font-family: Kufam, sans-serif;
  color: #f7f7f7;
  text-align: right;
}

.image-3 {
  max-width: 90%;
}

.about {
  padding-bottom: 0px;
}

.grid-4 {
  margin-top: 38px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto 0px auto;
  grid-template-areas:
    "Area"
    "Area";
  -ms-grid-columns: 0.75fr 0px 0.25fr;
  grid-template-columns: 0.75fr 0.25fr;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #918b3d;
  color: #918b3d;
  cursor: pointer;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #4d4d4d;
  text-decoration: none;
}

.grid-5 {
  margin-top: 19px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.text-block-3 {
  color: #fff;
}

.paragraph {
  padding: 20px 11px 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Kufam, sans-serif;
  color: #d1d1d1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.footer {
  background-color: #918b3d;
  background-image: url("../images/Rectangle-24.png");
  background-position: 50% 100%;
  background-size: cover;
}

.sectors {
  padding-bottom: 47px;
}

.button-outline-black {
  padding: 12px 25px 10px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 3px solid #323232;
  background-color: transparent;
  font-family: Kufam, sans-serif;
  color: #323232 !important;
  font-size: 17px;
  font-weight: 600;
}

.button-outline-black:hover {
  background-color: #918b3d;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
  grid-column-gap: 30px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 25px;
  border-top: 1px solid #000;
  z-index: -1100;
}

.text-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link {
  color: #000;
}

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

.footer-social-block-three {
  display: none;
  margin-left: -32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link-three {
  margin-left: 15px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 31px;
  justify-content: center;
  flex-direction: column;
  row-gap: 25px;
}

.text-block-5 {
  display: block;
  max-width: 349px;
  font-family: Kufam, sans-serif;
  color: #d1d1d1;
  font-size: 17px;
  text-align: center;
}

.text-block-5.headertext {
  max-width: 100%;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  text-align: center;
}

.sectorcard {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 380px;
  padding: 21px 21px 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sectoricon {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.text-block-7 {
  font-family: Kufam, sans-serif;
  color: #f7f7f7;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
}

.image-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  min-height: 100%;
  min-width: 100%;
  background-color: #918b3d;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.grid-6 {
  margin-top: 66px;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 91%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  -o-object-fit: fill;
  object-fit: fill;
}

.title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0px;
  grid-row-gap: 15px;
}

.text-block-9 {
  padding-top: 8px;
  font-family: Kufam, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}

.text-block-9.black {
  color: #323232;
}

.grid-7 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.investcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #000;
}

.image-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-10 {
  font-family: Kufam, sans-serif;
  color: #918b3d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: start;
}

.messagegrid {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area Area";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-10 {
  position: relative;
  padding: 68px 74px 42px;
  background-color: #f7f7f7;
}

.text-block-11 {
  padding-top: 21px;
  font-family: Kufam, sans-serif;
  font-size: 17px;
  line-height: 34px;
  text-align: justify;
}

.image-11 {
  position: absolute;
  left: -50px;
  top: 35px;
  right: auto;
  bottom: auto;
}

.text-block-12 {
  font-family: Kufam, sans-serif;
  color: #f7f7f7;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.image-12 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logos-title-small {
  position: relative;
  padding: 60px 30px 90px;
}

.hero-subscribe-left {
  position: relative;
  top: 0px;
  padding: 0px 30px;
  border-bottom: 1px none #e4ebf3;
  background-color: transparent;
}

.hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 43px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #918b3d;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 52%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Kufam, sans-serif;
  color: #fff;
}

.margin-bottom-24px.white {
  color: #d1d1d1;
  line-height: 28px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 14px;
}

.shadow-two {
  width: 462px;
  padding-right: 42px;
  padding-left: 35px;
}

.shadow-two.image-absolute {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 393px;
}

.heading-2 {
  font-family: Kufam, sans-serif;
  color: #918b3d;
  font-weight: 700;
}

.button-outline-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 4px;
  border: 3px solid #f7f7f7;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Kufam, sans-serif;
  font-size: 17px;
  text-transform: none;
  white-space: nowrap;
}

.button-outline-white:hover {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #918b3d;
}

.text-span {
  font-family: Materialiconsround, sans-serif;
  color: #918b3d;
  font-size: 18px;
  font-weight: 400;
  text-transform: lowercase;
}

.hero-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 43px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.button-outline-primary {
  padding: 16px 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 3px;
  border-color: #918b3d;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Kufam, sans-serif;
  color: #918b3d;
  font-size: 17px;
}

.button-outline-primary:hover {
  padding: 21px 28px;
  border-style: none none solid;
  background-color: #f7f7f7;
}

.heading-3 {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Kufam, sans-serif;
  color: #f7f7f7;
  font-size: 51px;
  font-weight: 700;
  text-align: start;
  text-decoration: none;
}

.hero-split-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  padding-bottom: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0px;
  grid-row-gap: 7px;
}

.features-metrics {
  position: relative;
  display: none;
  padding: 60px 30px;
  border-bottom: 0px none #e4ebf3;
  background-color: transparent;
}

.features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #d1d1d1;
}

.features-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 67px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #918b3d;
  text-align: center;
}

.features-title {
  margin-bottom: 8px;
  font-family: Kufam, sans-serif;
  color: #918b3d;
  font-size: 51px;
  line-height: 48px;
  font-weight: 600;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.section-2 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../images/ronan-furuta-daSq9zhROxY-unsplash-1.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/ronan-furuta-daSq9zhROxY-unsplash-1.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: fill;
  object-fit: fill;
}

.section-2.contactus {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(15, 15, 15, 0.7)),
      to(rgba(15, 15, 15, 0.7))
    ),
    url("../images/AdobeStock_268155592.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(15, 15, 15, 0.7),
      rgba(15, 15, 15, 0.7)
    ),
    url("../images/AdobeStock_268155592.jpg");
  background-position: 0px 0px, 50% 76%;
  background-size: auto, cover;
}

.section-2.aboutusimage {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url("../images/Rectangle-40.jpg");
  background-image: linear-gradient(180deg, transparent, transparent),
    url("../images/Rectangle-40.jpg");
}

.text-block-13 {
  font-family: Kufam, sans-serif;
}

.grid-8 {
  position: relative;
  width: 600px;
  padding-right: 140px;
  padding-bottom: 90px;
  padding-left: 140px;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: start;
}

.div-block-11 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 310px;
  padding: 0px 19px 33px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: transparent;
  background-image: url("../images/Group-30.png");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-13 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  overflow: visible;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.text-block-14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Kufam, sans-serif;
  color: #f7f7f7;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.speaker-image-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 101%;
  background-image: url("../images/Gradient-Blur-001.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
}

.section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4.home-hero-section {
  display: none;
  overflow: hidden;
  min-height: 100vh;
  padding: 0px 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  font-size: 18px;
  line-height: 1.6em;
}

.speaker-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 101%;
  margin-right: auto;
  margin-left: auto;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.speaker-image.six {
  background-image: url("../images/Portrait004.jpg");
  background-position: 50% 0%;
}

.speaker-image.two {
  background-image: url("../images/Portrait002.jpg");
}

.speaker-image.five {
  width: 101%;
  background-image: url("../images/Portrait006.jpg");
  background-position: 0% 0%;
}

.speaker-image.three {
  margin-right: 0px;
  background-image: url("../images/Portrait001.jpg");
  background-position: 100% 0%;
}

.speaker-image.four {
  background-image: url("../images/Portrait0018.jpeg");
  background-position: 50% 0%;
}

.speaker-image.one {
  background-image: url("../images/Portrait003.jpg");
}

.speaker-image.six {
  width: 101%;
  background-image: url("../images/Portrait006.jpg");
  background-position: 0% 0%;
}

.speaker-image.seven {
  background-image: url("../images/Portrait004.jpg");
  background-position: 50% 0%;
}

.speaker-image.eight {
  width: 101%;
  background-image: url("../images/Portrait006.jpg");
  background-position: 0% 0%;
}

.speaker-image.nine {
  width: 101%;
  background-image: url("../images/Portrait006.jpg");
  background-position: 0% 0%;
}

.speakers-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.speaker-name {
  position: relative;
  z-index: 10;
  font-size: 64px;
}

.speaker-arrow {
  left: auto;
  top: auto;
  right: 5vw;
  bottom: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.04);
  border-radius: 100px;
  background-color: #918b3d;
}

.speaker-arrow.left {
  left: auto;
  right: 5vw;
  margin-right: 72px;
  background-color: #918b3d;
}

.slide-arrow {
  width: 18px;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.speaker-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.slide-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 65vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.speaker-slide-content {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.speaker-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -48px;
  margin-bottom: 36px;
}

.speaker-slide-mask {
  overflow: visible;
  width: 33.33%;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/AdobeStock_476039499.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-12:hover {
  -webkit-filter: none;
  filter: none;
}

.text-block-15 {
  font-family: Materialiconsround, sans-serif;
  color: #fff;
  font-size: 38px;
  text-align: center;
  text-transform: lowercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.playbutton {
  display: none;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.playbutton:hover {
  width: 70px;
  height: 70px;
  background-color: #918b3d;
}

.navbar-2 {
  padding: 29px 28px 13px;
  background-color: transparent;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-16 {
  display: none;
  font-family: Kufam, sans-serif;
  color: #d1d1d1;
}

.div-block-15 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-15:hover {
  padding-bottom: 11px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-block {
  margin-bottom: 0px;
  padding: 29px 29px 107px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(84%, #f7f7f7),
    to(rgba(145, 139, 61, 0))
  );
  background-image: linear-gradient(180deg, #f7f7f7 84%, rgba(145, 139, 61, 0));
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 190px;
  padding-top: 63px;
  padding-left: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 8px;
}

.section-5 {
  padding-top: 59px;
  padding-bottom: 0px;
}

.div-block-17 {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.radio-button {
  border-width: 2px;
  border-color: #000;
}

.radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: #f7f7f7;
  background-color: #000;
}

.text-field {
  background-color: #4d4d4d;
  color: #d4d4d4;
}

.text-field:focus {
  background-color: #323232;
}

.error-message {
  background-color: #c65151;
  color: #f7f7f7;
}

.text-area {
  min-height: 128px;
  background-color: #4d4d4d;
  color: #d1cfcf;
}

.text-area:focus {
  background-color: #323232;
}

.image-14 {
  width: 200px;
}

.image-14:hover {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 14px;
}

.text-block-17 {
  padding-top: 7px;
  padding-bottom: 14px;
  font-family: Kufam, sans-serif;
  color: #f7f7f7;
  font-size: 23px;
}

.image-15 {
  width: 46px;
}

.text-block-18 {
  padding-bottom: 33px;
  font-family: Kufam, sans-serif;
  color: #d1d1d1;
}

.div-block-21 {
  overflow: hidden;
}

.div-block-22 {
  display: block;
  overflow: hidden;
}

.div-block-23 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(58%, rgba(145, 139, 61, 0)),
    to(#918b3d)
  );
  background-image: linear-gradient(180deg, rgba(145, 139, 61, 0) 58%, #918b3d);
}

.div-block-24 {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: flex-end;
  grid-row-gap: 6px;
}

.text-block-14-copy {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Kufam, sans-serif;
  color: #d1d1d1;
  font-size: 14px;
  text-align: center;
}

.div-block-25 {
  position: absolute;
  left: 0%;
  top: 35%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: none;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#918b3d),
    to(rgba(145, 139, 61, 0))
  );
  background-image: linear-gradient(180deg, #918b3d, rgba(145, 139, 61, 0));
}

.div-block-25-copy {
  position: absolute;
  left: 0%;
  top: -1%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(69%, rgba(145, 139, 61, 0)),
    to(#323232)
  );
  background-image: linear-gradient(180deg, rgba(145, 139, 61, 0) 69%, #323232);
  mix-blend-mode: multiply;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 46px 0px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 43px;
  justify-content: center;
}

.div-block-27 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.image-16 {
  min-width: 483px;
}

.heading-2-copy {
  font-family: Kufam, sans-serif;
  color: #918b3d;
  font-weight: 700;
}

.paragraph-2 {
  color: #d1d1d1;
}

.track-horizontal-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee-horizontal-large {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 180px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  width: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.marquee-cover-horizontal {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-horizontal.flip-svp {
  overflow: visible;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-horizontal.flip-svp {
  overflow: hidden;
}

.icon-3 {
  width: 100%;
}

.icon-container-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 200px;
  height: 165px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 14px;
  background-color: #f7f7f7;
  box-shadow: 0 7px 15px 3px rgba(0, 0, 0, 0.3);
}

.grid-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.65fr 1.35fr;
  grid-template-columns: 0.65fr 1.35fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.73);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
}

.image-17 {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-4 {
  font-family: Kufam, sans-serif;
  color: #000;
}

.heading-4.white {
  color: #f7f7f7;
}

.paragraph-3 {
  color: #323232;
  text-align: justify;
}

.grid-10 {
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}

.image-17-copy {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-29-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-left: 0px;
  padding: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #918b3d;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.paragraph-5 {
  color: #f7f7f7;
  text-align: justify;
}

.image-18 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.div-block-32 {
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-21 {
  padding-top: 16px;
  padding-bottom: 26px;
  font-family: Kufam, sans-serif;
  color: #d1d1d1;
  font-size: 22px;
  line-height: 33px;
  text-align: justify;
}

.text-block-23 {
  padding-bottom: 63px;
  font-family: Kufam, sans-serif;
  color: #323232;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
}

.pricing-overview {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px none #e4ebf3;
}

.pricing-description {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  font-family: Kufam, sans-serif;
  color: #d1d1d1;
  font-weight: 400;
  text-align: center;
}

.pricing-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.corner-card {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.pricing-card-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pricing-image {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fawaz {
  background-image: url("../images/fawaz.png");
  background-size: contain;
  background-position: center;
}

.ahmed {
  background-image: url("../images/ahmed.webp");
  background-size: contain;
  background-position: center;
}

.hero-split-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 52%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-35 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.select-field {
  width: 100px;
  background-color: #4d4d4d;
  color: #d4d4d4;
}

.select-field:focus-visible {
  padding-right: 0px;
}

.select-field[data-wf-focus-visible] {
  padding-right: 0px;
}

.button-5 {
  background-color: #323232;
  color: #d1d1d1;
}

.field-label {
  color: #d1d1d1;
}

.div-block-36 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #918b3d;
}

.link-block-2 {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d1d1d1;
}

.radio-button-field {
  overflow: visible;
}

.div-block-37 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 700px;
}

.field-label-2 {
  display: none;
}

.link-block-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-top: 55px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none #000;
  background-color: #f7f7f7;
  color: #000;
  text-decoration: none;
}

.div-block-38.white {
  padding-right: 0px;
  background-color: #000;
}

.div-block-38.selected {
  height: 66px;
  padding-top: 25px;
  background-color: #918b3d;
}

.text-block-24 {
  padding-left: 27px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Kufam, sans-serif;
  color: #918b3d;
  font-size: 21px;
  font-weight: 600;
  text-align: start;
}

.text-block-24-y {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Kufam, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.error-message-2 {
  color: #fbd4d4;
}

.uploaded-file {
  background-color: #97ff9e;
}

.div-block-38-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.div-block-38-copy.white {
  padding-right: 0px;
  background-color: #918b3d;
}

.div-block-38-copy.selected {
  background-color: #918b3d;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-4 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  color: #d1d1d1;
}

.list-item {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dropdown-list {
  background-color: #323232;
}

.dropdown-list.w--open {
  color: #f7f7f7;
}

.dropdown-link {
  color: #f7f7f7;
}

.dropdown-link-2 {
  font-family: Kufam, sans-serif;
  color: #f7f7f7;
  font-weight: 400;
}

.dropdown-link-2.w--current {
  color: #918b3d;
}

.dropdown-link-3 {
  color: #f7f7f7;
}

.dropdown-link-3.w--current {
  font-family: Kufam, sans-serif;
  color: #918b3d;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-19 {
  width: 20px;
  height: 20px;
  max-width: 100%;
  color: #fff;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #918b3d;
  color: #918b3d;
}
.div-block-8 > li {
  background-color: transparent;
}
.link-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.link-block-4:hover {
  background-color: #b5af64;
}

.div-block-40 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #fff;
}

.text-block-25 {
  position: absolute;
  left: 0%;
  top: 40%;
  right: 0%;
  bottom: 40px;
  display: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Kufam, sans-serif;
  color: #d2d2d2;
  font-weight: 400;
  text-align: center;
}

.text-field-2 {
  display: block;
  overflow: visible;
}

.div-block-41 {
  height: 100px;
}

.div-block-42 {
  height: 100px;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: start;
}

.selectfieldcopy {
  width: 150px;
  background-color: #4d4d4d;
  color: #d4d4d4;
}

.selectfieldcopy:focus-visible {
  padding-right: 0px;
}

.selectfieldcopy[data-wf-focus-visible] {
  padding-right: 0px;
}

.div-block-34-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-field-copy {
  width: 150px;
  background-color: #4d4d4d;
  color: #d4d4d4;
}

.select-field-copy:focus-visible {
  padding-right: 0px;
}

.select-field-copy[data-wf-focus-visible] {
  padding-right: 0px;
}

.div-block-34-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-24-copy {
  padding-left: 27px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Kufam, sans-serif;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  text-align: start;
}

.form-block-copy {
  margin-bottom: 0px;
  padding: 29px 29px 107px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(84%, #918b3d),
    to(rgba(145, 139, 61, 0))
  );
  background-image: linear-gradient(180deg, #918b3d 84%, rgba(145, 139, 61, 0));
}

@media screen and (min-width: 1440px) {
  h3 {
    font-size: 32px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1300px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-column-gap: 24px;
  }

  .container.sectorcon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-wrapper {
    padding: 25px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .navbar-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-menu-wrapper {
    border-top-width: 2px;
    border-top-color: #918b3d;
    border-bottom-color: #918b3d;
  }

  .nav-link-2 {
    font-size: 17px;
  }

  .mobile-margin-top-10 {
    display: none;
  }

  .heading {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 52px;
  }

  .text-block {
    padding-top: 36px;
    padding-left: 20px;
    font-size: 27px;
  }

  .container-3 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-column-gap: 0px;
    grid-row-gap: 1px;
  }

  .grid-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid-5 {
    margin-top: 1px;
    padding-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-column-gap: 30px;
    grid-row-gap: 36px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-3 {
    padding-top: 7px;
    color: #d1d1d1;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph {
    padding-right: 29px;
    padding-bottom: 121px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 29px;
  }

  .container-6 {
    max-width: 1200px;
  }

  .text-block-5 {
    max-width: 424px;
    padding-bottom: 18px;
    font-size: 23px;
    line-height: 35px;
  }

  .text-block-5.headertext {
    max-width: 100%;
  }

  .sectorcard {
    min-height: 470px;
  }

  .sectoricon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-7 {
    font-family: Kufam, sans-serif;
    color: #f7f7f7;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
  }

  .image-9 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -2;
    overflow: hidden;
    min-height: 100%;
    min-width: 100%;
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-9:hover {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
  }

  .grid-6 {
    margin-top: 75px;
    padding-top: 0px;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-column-gap: 28px;
    grid-row-gap: 35px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-column-gap: 33px;
  }

  .text-block-9 {
    font-size: 35px;
  }

  .text-block-10 {
    font-size: 26px;
  }

  .text-block-11 {
    font-size: 23px;
  }

  .text-block-12 {
    padding-top: 23px;
    font-size: 26px;
    line-height: 36px;
  }

  .image-12 {
    width: 100%;
  }

  .hero-subscribe-left {
    border-bottom-width: 0px;
  }

  .hero-wrapper {
    padding: 75px 73px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .margin-bottom-24px {
    font-size: 21px;
  }

  .margin-bottom-24px.white {
    font-size: 21px;
  }

  .shadow-two {
    padding-left: 30px;
  }

  .shadow-two.image-absolute {
    width: 500px;
  }

  .heading-2 {
    font-size: 63px;
    line-height: 61px;
  }

  .text-span {
    color: #f7f7f7;
  }

  .heading-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 67px;
    line-height: 69px;
  }

  .features-title {
    margin-bottom: 14px;
    font-size: 55px;
  }

  .section-2.contactus {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.67)),
        to(rgba(0, 0, 0, 0.67))
      ),
      url("../images/AdobeStock_268155592.jpg");
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.67),
        rgba(0, 0, 0, 0.67)
      ),
      url("../images/AdobeStock_268155592.jpg");
    background-position: 0px 0px, 0% 85%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .text-block-13 {
    font-size: 18px;
  }

  .grid-8 {
    width: 511px;
    padding-right: 40px;
    padding-bottom: 82px;
    padding-left: 40px;
    grid-column-gap: 40px;
  }
  .grid-16 {
    width: 1000px;
    padding-right: 40px;
    padding-bottom: 82px;
    padding-left: 40px;
    grid-column-gap: 40px;
  }

  .div-block-11 {
    min-height: 489px;
  }

  .image-13 {
    position: absolute;
    z-index: -1;
  }

  .section-4.home-hero-section {
    display: none;
    min-height: 60vh;
  }

  .navbar-2 {
    background-color: transparent;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-16 {
    display: none;
    font-family: Kufam, sans-serif;
    color: #f7f7f7;
    font-size: 19px;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 14px;
    background-clip: content-box;
    -webkit-text-fill-color: inherit;
  }

  .form-block {
    margin-bottom: -22px;
    padding-bottom: 110px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(76%, #918b3d),
      to(rgba(145, 139, 61, 0))
    );
    background-image: linear-gradient(
      180deg,
      #918b3d 76%,
      rgba(145, 139, 61, 0)
    );
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 43px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 34px;
  }

  .section-5 {
    padding-bottom: 0px;
  }

  .text-field:hover {
    color: #fff;
  }

  .text-area {
    color: #d1d1d1;
  }

  .image-14 {
    width: 200px;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-row-gap: 19px;
  }

  .text-block-17 {
    padding-bottom: 8px;
    font-family: Kufam, sans-serif;
    color: #f7f7f7;
    font-size: 23px;
  }

  .image-15 {
    width: 47px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-18 {
    font-family: Kufam, sans-serif;
    color: #acacac;
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-23 {
    z-index: -1;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .div-block-25 {
    top: 22%;
  }

  .div-block-26 {
    padding-top: 26px;
    grid-column-gap: 24px;
  }

  .image-16 {
    min-width: 688px;
  }

  .section-6 {
    padding-bottom: 0px;
  }

  .heading-2-copy {
    font-size: 59px;
    line-height: 64px;
  }

  .paragraph-2 {
    color: #aaa;
    font-size: 24px;
    line-height: 33px;
  }

  .grid-9 {
    -ms-grid-columns: 0.35fr 0.8500000000000001fr;
    grid-template-columns: 0.35fr 0.8500000000000001fr;
  }

  .heading-4 {
    font-size: 33px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
  }

  .text-block-20 {
    font-size: 22px;
  }

  .div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-21 {
    padding-top: 35px;
    font-size: 26px;
    line-height: 40px;
  }

  .text-block-23 {
    padding-top: 16px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 28px;
    line-height: 41px;
  }

  .pricing-overview {
    border-bottom-style: none;
  }

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

  .link-block-2 {
    text-decoration: none;
  }

  .dropdown-link-3 {
    font-family: Kufam, sans-serif;
  }

  .trackingid {
    padding-top: 19px;
    font-size: 26px;
  }

  .form-block-copy {
    margin-bottom: -22px;
    padding-bottom: 110px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(76%, #918b3d),
      to(rgba(145, 139, 61, 0))
    );
    background-image: linear-gradient(
      180deg,
      #918b3d 76%,
      rgba(145, 139, 61, 0)
    );
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
  body {
    padding-top: 57px;
  }

  .left-arrow {
    margin-left: 0px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    height: 100vh;
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 53px;
    border-radius: 0px;
    background-color: #000;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

  .menu-button-2 {
    padding: 12px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .menu-button-2.w--open {
    background-color: #918b3d;
    color: #fff;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .sectorcard {
    min-height: 250px;
  }

  .container-copy {
    max-width: 728px;
  }

  .div-block-10 {
    padding-top: 36px;
    padding-right: 52px;
  }

  .text-block-11 {
    font-size: 16px;
    line-height: 26px;
  }

  .image-12 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hero-subscribe-left {
    border-bottom-style: none;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px.white {
    text-align: center;
  }

  .shadow-two {
    position: absolute;
    left: auto;
    top: auto;
    right: -7%;
    bottom: 0%;
    width: auto;
    max-width: 300px;
    min-height: auto;
  }

  .shadow-two.image-absolute {
    right: -4%;
  }

  .heading-2 {
    text-align: start;
  }

  .hero-wrapper-2 {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .icon-2 {
    color: #f7f7f7;
  }

  .features-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .features-block {
    padding-right: 36px;
  }

  .grid-8 {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 300px;
  }
  .grid-16 {
    padding-right: 40px;
    padding-left: 40px;
    grid-template-columns: 1fr;
    grid-column: 1fr;
    -ms-grid-column: 1fr;
  }

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

  .section-4.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .div-block-18 {
    padding-top: 16px;
    padding-bottom: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-18 {
    color: #928f8f;
    font-weight: 400;
  }

  .div-block-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }

  .image-16 {
    margin-top: -64px;
  }

  .section-6 {
    margin-top: 19px;
  }

  .heading-2-copy {
    text-align: center;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .hero-split-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

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

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

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

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .grid-4 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-flow: column;
    grid-column-gap: 0px;
    grid-template-areas: "Area Area";
    -ms-grid-columns: 0.75fr 0px 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
  }

  .grid-5 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .text-block-9 {
    line-height: 29px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .hero-subscribe-left {
    padding: 0px 15px 39px;
  }

  .shadow-two {
    display: none;
    margin-right: -117px;
  }

  .shadow-two.image-absolute {
    display: none;
    margin-right: -86px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    margin-bottom: -40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
    padding-left: 25px;
    border-left: 1px solid #918b3d;
    border-right-style: none;
  }

  .grid-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid-16 {
    padding-right: 0px;
    padding-left: 0px;
    grid-template-columns: 1fr;
    grid-column: 1fr;
    -ms-grid-column: 1fr;
  }

  .speaker-name {
    font-size: 48px;
  }

  .slide-image {
    min-height: 400px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .text-block-18 {
    color: #929090;
    font-size: 13px;
  }

  .marquee-cover-horizontal {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(70%, hsla(0, 0%, 100%, 0)),
        to(#fff)
      ),
      -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, #fff),
      linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 30%);
  }

  .flex-horizontal.flip-svp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-horizontal.flip-svp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-9 {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-29 {
    margin-left: 0px;
  }

  .image-17 {
    width: 101%;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .grid-10 {
    grid-auto-flow: row;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 0px !important;
    grid-template-areas: ".";
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-17-copy {
    width: 100%;
  }

  .div-block-29-copy {
    margin-right: 0px;
  }

  .text-block-21 {
    padding-right: 24px;
    padding-left: 25px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-5 {
    text-align: justify;
  }
  .grid-16 {
    grid-template-columns: 1fr;
    -ms-grid-column: 1fr;
    grid-column: 1frs;
  }
  .corner-card {
    grid-template-columns: 1fr;
    -ms-grid-column: 1fr;
    grid-column: 1fr;
  }
  .body {
    overflow: visible;
    max-width: 100vw;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container {
    overflow: hidden;
    width: 92%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container.flex-vertical {
    width: 100%;
  }

  .nav-menu-wrapper {
    height: 70vh;
  }

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 17px;
    border-radius: 0px;
  }

  .menu-button-2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .menu-button-2.w--open {
    padding: 10px;
  }

  .background-video {
    height: 70vh;
  }

  .heading {
    font-size: 34px;
    line-height: 46px;
  }

  .image-2 {
    max-width: 150px;
  }

  .container-3 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right;
  }

  .text-block-2 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #d1d1d1;
    font-size: 11px;
  }

  .image-3 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .grid-4 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-flow: row;
    grid-auto-rows: 2.25fr;
    grid-template-areas: "Area Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-3 {
    padding-bottom: 24px;
  }

  .grid-5 {
    margin-top: 21px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph {
    padding-bottom: 40px;
    font-size: 13px;
    line-height: 20px;
  }

  .sectors {
    display: none;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 15px;
  }

  .div-block-7 {
    padding-bottom: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 13px;
    grid-row-gap: 11px;
  }

  .text-block-4 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .container-6 {
    max-width: none;
  }

  .footer-social-block-three {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 30px;
    justify-content: center;
  }

  .text-block-5 {
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }

  .image-7 {
    height: 100px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .text-block-6 {
    text-align: center;
  }

  .sectorcard {
    min-height: 350px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-7 {
    padding-bottom: 22px;
  }

  .image-9 {
    min-height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-6 {
    margin-top: 39px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-copy {
    max-width: none;
  }

  .text-block-9 {
    font-size: 22px;
    line-height: 27px;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-10 {
    margin-top: 43px;
  }

  .messagegrid {
    grid-template-areas: "Area Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    margin-top: -165px;
    padding-right: 22px;
    padding-left: 23px;
  }

  .text-block-11 {
    padding-top: 17px;
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
  }

  .image-11 {
    left: 0%;
    top: -5%;
    right: auto;
    bottom: auto;
    margin-top: -6px;
  }

  .logos-title-small {
    overflow: hidden;
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .hero-subscribe-left {
    overflow: hidden;
    padding: 0px;
    border-bottom-style: none;
  }

  .hero-wrapper {
    overflow: hidden;
    margin-bottom: 0px;
    padding: 21px 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-split {
    margin-top: 2px;
    margin-bottom: 8px;
  }

  .margin-bottom-24px.white {
    line-height: 22px;
    text-align: start;
  }

  .hero-form {
    margin-bottom: 15px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .shadow-two {
    position: absolute;
    left: 60.3vw;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 200px;
  }

  .shadow-two.image-absolute {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
    overflow: visible;
    margin-top: -69px;
    margin-right: 4px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 26px;
  }

  .button-outline-white {
    padding: 15px 18px 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 14px;
  }

  .hero-wrapper-2 {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 17px;
  }

  .button-outline-primary {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 14px;
    text-decoration: none;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 33px;
  }

  .hero-split-copy {
    display: none;
    margin-bottom: 6px;
  }

  .icon-2 {
    color: #f7f7f7;
  }

  .grid-8 {
    width: 100%;

    padding-bottom: 51px;

    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-16 {
    width: 100%;
    padding-right: 28px;
    padding-bottom: 51px;
    padding-left: 28px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    min-height: 363px;
  }

  .text-block-14 {
    line-height: 24px;
  }

  .speaker-image-cover {
    display: block;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(145, 139, 61, 0.37)),
        to(rgba(145, 139, 61, 0.37))
      ),
      url("../images/Gradient-Blur-001.jpg");
    background-image: linear-gradient(
        180deg,
        rgba(145, 139, 61, 0.37),
        rgba(145, 139, 61, 0.37)
      ),
      url("../images/Gradient-Blur-001.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .section-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-4.home-hero-section {
    display: block;
    padding-top: 14px;
    padding-bottom: 36px;
  }

  .body-display.large {
    font-family: Kufam, sans-serif;
  }

  .speaker-image.two {
    background-image: url("../images/Back-Cover.png");
  }

  .speaker-image.five {
    background-image: url("../images/Medical-Investment.jpg");
  }

  .speaker-image.three {
    background-image: url("../images/Agriculture.jpg");
  }

  .speaker-image.four {
    background-image: url("../images/Construction.jpg");
  }

  .speaker-image.one {
    background-image: url("../images/Real-Estate.jpg");
  }

  .speaker-image.six {
    background-image: url("../images/IT.jpg");
  }

  .speaker-image.seven {
    background-image: url("../images/Telecommunication.jpg");
  }

  .speaker-image.eight {
    background-image: url("../images/Retail.jpg");
  }

  .speaker-image.nine {
    background-image: url("../images/Oil-and-Gas-investment.jpg");
  }

  .speaker-name {
    height: 50px;
    padding-top: 17px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(91%, #212121)
    );
    background-image: linear-gradient(180deg, transparent, #212121 91%);
    font-family: Kufam, sans-serif;
    color: #c7aa8b;
    font-size: 35px;
    line-height: 38px;
    text-align: inherit;
  }

  .speaker-arrow {
    top: auto;
    right: 5vw;
    bottom: 0px;
    background-color: #918b3d;
  }

  .speaker-arrow.left {
    left: auto;
    right: 0vw;
    margin-right: 84px;
    background-color: #918b3d;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
    padding-bottom: 26px;
  }

  .div-block-12 {
    min-height: 187px;
  }

  .navbar-2 {
    padding: 17px 20px 26px 11px;
  }

  .div-block-16 {
    padding-bottom: 40px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 34px;
  }

  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-field {
    color: #d4d4d4;
  }

  .text-field:focus-visible {
    color: #bbb;
  }

  .text-field[data-wf-focus-visible] {
    color: #bbb;
  }

  .text-area {
    color: #cfcfcf;
  }

  .div-block-18 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-17 {
    padding-top: 6px;
    text-align: center;
  }

  .image-15 {
    width: 35px;
  }

  .text-block-18 {
    text-align: center;
  }

  .image-16 {
    min-width: 100%;
  }

  .heading-2-copy {
    font-size: 25px;
    line-height: 26px;
  }

  .paragraph-2 {
    padding-bottom: 55px;
    color: #f7f7f7;
    text-align: center;
  }

  .container-13 {
    overflow: hidden;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .spacer-30._15-xsvp {
    width: 15px;
    height: 15px;
  }

  .icon-3 {
    width: 100%;
  }

  .icon-container-alt {
    width: 100px;
    height: 80px;
  }

  .grid-9 {
    margin-bottom: 49px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-29 {
    margin-top: -21px;
    margin-left: 0px;
    padding: 27px 15px 26px 21px;
  }

  .image-17 {
    height: 100%;
    min-height: 100%;
    padding-top: 3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .heading-4 {
    font-size: 20px;
  }

  .paragraph-3 {
    font-size: 12px;
    text-align: justify;
  }

  .grid-10 {
    margin-bottom: 55px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-17-copy {
    padding-top: 0px;
    padding-bottom: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .div-block-29-copy {
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    padding: 21px 14px 18px 16px;
  }

  .paragraph-5 {
    font-size: 12px;
    text-align: justify;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-31 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .text-block-21 {
    padding: 30px 20px 37px;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
  }

  .text-block-23 {
    padding-right: 20px;
    padding-bottom: 21px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
  }

  .pricing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-card-three {
    padding: 19px 24px;
    background-color: #323232;
  }

  .hero-split-copy {
    display: block;
    overflow: visible;
    margin-top: 2px;
    margin-bottom: 8px;
  }

  .div-block-36 {
    overflow: visible;
  }

  .link-block-2 {
    background-color: transparent;
    text-decoration: none;
  }

  .div-block-38 {
    border-radius: 0px;
    text-decoration: none;
  }

  .div-block-38.white {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .div-block-38.white.selected {
    border-top-left-radius: 0px;
  }

  .div-block-38.selected {
    border-top-left-radius: 0px;
  }

  .text-block-24-y {
    text-decoration: none;
  }

  .text-block-25 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    font-size: 16px;
    font-weight: 700;
  }

  .selectfieldcopy {
    width: 100%;
  }

  .div-block-34-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

#w-node-_2f25c337-a3ea-9d5c-fe2a-7bfd3d401e49-e35cb591 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.messagegrid > #w-node-_2f25c337-a3ea-9d5c-fe2a-7bfd3d401e49-e35cb591 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

#w-node-_49a0f25e-e66e-c40f-b46c-b120b14f5c25-e35cb591 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ed9532e-8f43-ace7-f63d-306a627e773c-e35cb591 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2610eef-004a-0f6b-8105-cd0e3b2f2673-e35cb591 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2610eef-004a-0f6b-8105-cd0e3b2f2674-e35cb591 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_084a1d11-531f-4ce5-ba43-0169df347fa7-e35cb591 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_084a1d11-531f-4ce5-ba43-0169df347fa8-e35cb591 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad04f4a8-af9d-77a4-5243-e8fec7fee93e-e35cb591 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-a00486af-fcfd-d962-47f2-8af638ffe5fa-e35cb591 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f877d661-8816-2271-a407-241d1bb93eb2-e35cb591 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.messagegrid > #w-node-f877d661-8816-2271-a407-241d1bb93eb2-e35cb591 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

@media screen and (max-width: 767px) {
  #w-node-_2f25c337-a3ea-9d5c-fe2a-7bfd3d401e49-e35cb591 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-f877d661-8816-2271-a407-241d1bb93eb2-e35cb591 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2f25c337-a3ea-9d5c-fe2a-7bfd3d401e49-e35cb591 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .messagegrid > #w-node-_2f25c337-a3ea-9d5c-fe2a-7bfd3d401e49-e35cb591 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-f877d661-8816-2271-a407-241d1bb93eb2-e35cb591 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .messagegrid > #w-node-f877d661-8816-2271-a407-241d1bb93eb2-e35cb591 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

#w-node-_21bcaec6-f21e-83d1-d056-86e28b051da1-9f1beaf1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21bcaec6-f21e-83d1-d056-86e28b051dab-9f1beaf1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21bcaec6-f21e-83d1-d056-86e28b051db5-9f1beaf1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ceeef133-3e47-eb4b-801e-5609e618827e-9f1beaf1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_4d6828dd-7bfc-d9e8-de22-c457928c114d-9f1beaf1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9cc97039-ebcf-da8b-e744-53ea823a66d2-823a66d2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_9cc97039-ebcf-da8b-e744-53ea823a66d3-823a66d2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2e45ffe1-c37e-6d63-2b71-138f2cdb8bcb-2cdb8bca {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2e45ffe1-c37e-6d63-2b71-138f2cdb8bcc-2cdb8bca {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2e45ffe1-c37e-6d63-2b71-138f2cdb8bcd-2cdb8bca {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_40ea5f48-f3f8-c5b3-ec1a-8acef410f6bf-f410f6be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_49a0f25e-e66e-c40f-b46c-b120b14f5c25-e35cb591 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ad04f4a8-af9d-77a4-5243-e8fec7fee93e-e35cb591 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_2e45ffe1-c37e-6d63-2b71-138f2cdb8bcb-2cdb8bca {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_40ea5f48-f3f8-c5b3-ec1a-8acef410f6c5-f410f6be {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_40ea5f48-f3f8-c5b3-ec1a-8acef410f6bf-f410f6be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad04f4a8-af9d-77a4-5243-e8fec7fee93e-e35cb591 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_2e45ffe1-c37e-6d63-2b71-138f2cdb8bcb-2cdb8bca {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2e45ffe1-c37e-6d63-2b71-138f2cdb8bcd-2cdb8bca {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_40ea5f48-f3f8-c5b3-ec1a-8acef410f6bf-f410f6be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
  }
}

@font-face {
  font-family: "Kufam";
  src: url("../fonts/Kufam-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kufam";
  src: url("../fonts/Kufam-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kufam";
  src: url("../fonts/Kufam-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Materialiconsround";
  src: url("../fonts/MaterialIconsRound-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.notoarabic {
  font-family: "Noto Sans Arabic", sans-serif;
  line-height: 160%;
}
.notoarabicbold {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 20px;
  line-height: 160%;
}
.currentlink {
  color: white;
}
.white {
  color: white !important;
}
.passivelink {
  color: gray;
}
.arabic {
  left: 0% !important;
  top: 0% !important;
  right: auto !important;
  bottom: 0% !important ;
  line-height: 160%;
}
.sectoricon {
  width: 100px;
  border-radius: 5px;
}
.footercontact {
  border: black 3px solid;
  background: none;
  z-index: 100;
}

.footercontact .nav-link-2:nth-child(1) {
  color: black !important;
}
.footercontact .icon-4 {
  color: black !important;
}
.arabic-slider {
  direction: ltr;
}
.arabic-slider > * {
  direction: ltr;
  text-align: right !important;
}
.english-slider > * {
  direction: ltr;
  text-align: left !important;
}
.arabic-slider.speaker-name {
  text-align: right !important;
}
