@font-face {
  font-family: Alibabasans;
  src: url('../fonts/alibabasans-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alibabasans;
  src: url('../fonts/alibabasans-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alibabasans;
  src: url('../fonts/alibabasans-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alibabasans;
  src: url('../fonts/alibabasans-heavy.otf') format("opentype"), url('../fonts/alibabasans-black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alibabasans;
  src: url('../fonts/alibabasans-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #faf4df;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  position: relative;
  left: 16px;
  right: 16px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

.container.hero-container {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: none;
}

.container.section-container {
  flex-flow: column;
  width: auto;
  padding-bottom: 0;
}

.container.footer-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.link-block {
  width: auto;
  height: 36px;
}

.fulcon_body {
  background-color: #faf4df;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block {
  width: 90%;
  max-width: none;
  padding: 16px;
  position: relative;
}

.brand-logo {
  width: auto;
  height: 100px;
}

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

.nav-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-btn {
  color: #faf4df;
  background-color: #a27050;
  align-self: center;
  width: auto;
  padding: 10px 20px;
}

.hero-section {
  background-image: url('../images/fulcon-stripes-1.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 5%;
  background-attachment: scroll;
  width: 100%;
  max-width: none;
  height: auto;
}

.hero-section.section-1 {
  background-position: 100% 120%;
  align-self: auto;
}

.hero-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #003470;
  background-image: linear-gradient(#03346fd4, #03346fd4), url('../images/lt109964.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 650px;
  padding: 40px 72px;
  display: flex;
  position: relative;
}

.heading-1 {
  color: #faf4df;
  text-align: center;
  font-family: Alibabasans, Arial, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 80px;
}

.hero-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.div-line, .div-line.links {
  background-color: #faf4df;
  width: 32px;
  height: 2px;
}

.text-block {
  color: #faf4df;
  font-family: Alibabasans, Arial, sans-serif;
  font-size: 18px;
}

.hero-corner {
  width: auto;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.wtd-section {
  background-image: url('../images/fulcon-stripes-1.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 35%;
  height: auto;
  padding-top: 96px;
  padding-bottom: 0;
}

.section-title {
  color: #00346e;
  text-align: center;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  font-family: Alibabasans, Arial, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 64px;
  display: flex;
  position: static;
}

.paragraph {
  color: #00346f;
  text-align: center;
  word-break: normal;
  width: 90%;
  max-width: 1044px;
  margin-top: 48px;
  font-family: Alibabasans, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.wtd-panel {
  opacity: 1;
  background-color: #a27050;
  background-image: linear-gradient(#a27151e6, #a27151e6), url('../images/lt100157-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 80px;
  padding: 42px;
  display: flex;
  position: relative;
}

.wtd-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1044px;
  padding: 40px;
  display: block;
}

.wtd-grid {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wtd-grid.contact-grid {
  place-items: center start;
}

.wtd-col {
  font-size: 20px;
}

.paragraph-2 {
  color: #faf4df;
  font-family: Alibabasans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.paragraph-2.blue {
  color: #00346e;
  margin-top: 30px;
  padding-top: 0;
}

.paragraph-2.blue.contact {
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
}

.image-2 {
  width: 100%;
  height: auto;
  min-height: 20px;
}

.div-block-2 {
  background-image: url('../images/devider.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 60px;
}

.contact-section {
  width: 90%;
  max-width: 1040px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.contact-card {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-3 {
  border-radius: 100px;
  width: 110px;
}

.contact-phone {
  color: #9f7052;
  font-family: Alibabasans, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.footer {
  background-color: #00346f;
  width: 100%;
}

.footer-left {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.footer-adress {
  color: #faf4df;
  font-family: Alibabasans, Arial, sans-serif;
  line-height: 24px;
}

.footer-adress.copyright {
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 10px;
  line-height: 10px;
}

.footer-socials {
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.link-block-2 {
  margin-top: 0;
  padding: 10px;
}

.copyright {
  font-size: 10px;
  line-height: 10;
}

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

.link {
  color: #faf4df;
  width: auto;
  height: auto;
  font-family: Alibabasans, Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.contatct-image.willem {
  background-image: url('../images/lt100347-2.jpg');
  background-position: 70% 30%;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.contatct-image.willem.mohamed {
  background-image: url('../images/lt100398-2.jpg');
  background-position: 80% 20%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .container.hero-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.section-container {
    width: 90%;
  }

  .container.footer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 30px 20px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .brand-logo {
    height: 90px;
  }

  .nav-btn {
    padding-left: 20px;
  }

  .hero-section {
    background-position: 0 100%;
    background-size: 6%;
  }

  .hero-section.section-1 {
    background-position: 100% 100%;
  }

  .hero-card {
    background-image: linear-gradient(#03346fd4, #03346fd4), url('../images/lt109964.jpg');
    background-position: 0 0, 50% 100%;
    background-attachment: scroll, scroll;
    min-height: 450px;
  }

  .heading-1 {
    font-size: 50px;
    line-height: 60px;
  }

  .div-line {
    width: 24px;
  }

  .text-block {
    font-size: 16px;
  }

  .hero-corner {
    width: 200px;
  }

  .image {
    max-width: 100%;
  }

  .wtd-section {
    width: 100%;
    padding-top: 72px;
  }

  .section-title {
    color: #00346e;
    height: auto;
    font-size: 42px;
  }

  .paragraph {
    width: 90%;
    font-size: 18px;
    line-height: 22px;
  }

  .wtd-panel {
    margin-top: 60px;
    padding: 30px;
  }

  .wtd-inner {
    padding: 20px;
  }

  .wtd-inner.contact-inner {
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .wtd-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .wtd-grid.contact-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center start;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    font-family: Alibabasans, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

  .div-block-2 {
    height: 50px;
  }

  .contact-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    width: 80px;
  }

  .contact-phone {
    font-size: 22px;
  }

  .footer-adress {
    font-size: 12px;
    line-height: 18px;
  }

  .footer-adress.copyright {
    font-size: 8px;
  }

  .link-block-2 {
    padding: 5px;
  }

  .image-4 {
    max-width: 70%;
  }

  .link {
    font-size: 14px;
  }

  .contatct-image.willem {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.hero-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.section-container {
    width: 90%;
  }

  .container.footer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

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

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

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .brand-logo {
    height: 80px;
  }

  .hero-section {
    background-position: 0 100%;
    background-size: 8%;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section.section-1 {
    width: auto;
  }

  .hero-card {
    min-height: 300px;
  }

  .heading-1 {
    font-size: 32px;
    line-height: 42px;
  }

  .div-line {
    width: 20px;
  }

  .text-block {
    font-size: 14px;
  }

  .hero-corner {
    width: 100px;
  }

  .wtd-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-title {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph {
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px;
  }

  .wtd-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wtd-inner.contact-inner {
    justify-content: flex-end;
    align-items: center;
  }

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

  .wtd-grid.contact-grid {
    grid-template-columns: 1fr;
    place-items: center start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2.blue {
    margin-top: 10px;
    font-size: 14px;
  }

  .paragraph-2.blue.contact {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .div-block-2 {
    height: 40px;
  }

  .contact-card {
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .contact-phone {
    font-size: 18px;
  }

  .footer-adress {
    font-size: 10px;
    line-height: 16px;
  }

  .link-block-2 {
    padding: 3px;
  }

  .image-4 {
    max-width: 60%;
  }

  .link {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .container.hero-container {
    width: 95%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.section-container {
    width: 95%;
    padding-top: 0;
  }

  .container.footer-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .brand-logo {
    height: 50px;
  }

  .nav-btn {
    padding: 5px 10px;
  }

  .hero-section {
    background-position: 0 100%;
    background-size: 10%;
    padding-top: 20px;
  }

  .hero-section.section-1 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .hero-card {
    min-height: 200px;
    padding: 20px;
  }

  .heading-1 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .div-line {
    width: 16px;
    height: 1px;
  }

  .text-block {
    font-size: 12px;
  }

  .hero-corner {
    width: 80px;
  }

  .wtd-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-title {
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph {
    margin-top: 14px;
    font-size: 12px;
    line-height: 14px;
  }

  .wtd-panel {
    margin-top: 40px;
    padding: 20px 20px 0;
  }

  .wtd-inner {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .wtd-inner.contact-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wtd-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .wtd-grid.contact-grid {
    place-items: center start;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .paragraph-2.blue.contact {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-2 {
    margin-top: -5px;
    padding-top: 0;
  }

  .div-block-2 {
    height: 30px;
  }

  .contact-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    width: 60px;
  }

  .contact-phone {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-left {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .footer-adress {
    text-align: center;
    padding-top: 20px;
  }

  .footer-socials {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .link {
    font-size: 10px;
  }

  .contatct-image {
    background-image: url('../images/lt100353-2.jpg');
    background-position: 70% 30%;
    background-size: cover;
    background-attachment: scroll;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contatct-image.willem {
    background-image: url('../images/lt100347-2.jpg');
    background-position: 60% 40%;
    width: 60px;
    height: 60px;
  }
}


@font-face {
  font-family: 'Alibabasans';
  src: url('../fonts/alibabasans-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alibabasans';
  src: url('../fonts/alibabasans-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alibabasans';
  src: url('../fonts/alibabasans-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alibabasans';
  src: url('../fonts/alibabasans-heavy.otf') format('opentype'), url('../fonts/alibabasans-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alibabasans';
  src: url('../fonts/alibabasans-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}