.body {
  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;
  background-color: #1c1c1c;
  font-family: Sans, Arial, sans-serif;
  color: #fff;
}

.im-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.im-hero {
  width: 1200px;
  margin-bottom: 40px;
  font-size: 30px;
}

.im-services {
  width: 1200px;
  margin-bottom: 40px;
}

.im-contact {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-bottom: 40px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.im-contact-btn {
  display: none;
  font-size: 20px;
}

.im-service-people {
  display: block;
  height: auto;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #ffcea9;
}

.im-service-people.companies-block {
  display: none;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffcea9;
  background-color: transparent;
}

.im-service-companies {
  display: block;
  max-width: 600px;
  font-size: 16px;
}

.im-service-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  margin-right: 30px;
  padding-right: 25px;
  padding-left: 25px;
  -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: 1px;
  border-color: #ffcea9;
  border-radius: 6px;
  background-color: transparent;
  color: #ffcea9;
}

.im-service-btn:active {
  border-style: solid;
  background-color: transparent;
  color: #1c1c1c;
}

.im-service-btn.secundary-btn {
  width: auto;
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-color: #ffcea9;
  background-color: transparent;
  color: #ffcea9;
}

.im-contact-mailto {
  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;
  font-size: 20px;
}

.im-logo-text {
  margin-top: 0px;
  font-size: 30px;
  line-height: 34px;
}

.im-contact-us {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 20px;
}

.im-headline-text {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 34px;
  text-align: left;
}

.im-subheadline-text {
  max-width: 900px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #737373;
  font-size: 30px;
  line-height: 34px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.im-people-text {
  margin-bottom: 0px;
  color: #1c1c1c;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.im-companies-text {
  margin-bottom: 0px;
  font-family: Sans, Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
}

.im-mailto {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.heading {
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  color: #ffcea9;
  font-size: 20px;
}

.im-group-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 20px;
}

.btn {
  display: block;
  margin-right: 40px;
  padding: 15px 30px;
  -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: 1px;
  border-color: #ffcea9;
  border-radius: 6px;
  color: #ffcea9;
  font-weight: 500;
  text-decoration: none;
}

.btn.active-btn-state {
  background-color: #ffcea9;
  color: #1c1c1c;
}

.link-2 {
  font-family: Sans, Arial, sans-serif;
  color: #ffcea9;
  font-weight: 500;
  text-decoration: none;
}

.link-2:active {
  color: #1c1c1c;
}

.text-span {
  color: #fff;
}

.text-span-2 {
  margin-right: 10px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.text-span-3 {
  margin-right: 10px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.im-quote {
  display: block;
  width: 1200px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.im-separator {
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.41);
  color: #ffcea9;
}

.im-author-quote {
  color: hsla(0, 0%, 100%, 0.51);
  font-style: italic;
}

.im-span {
  color: hsla(0, 0%, 100%, 0.95);
}

.text-span-4 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.bold-text {
  color: #fff;
  cursor: pointer;
}

.im-tooltip-about-jordan {
  position: absolute;
  top: 688px;
  display: none;
  width: auto;
  height: auto;
  padding: 30px 20px;
  -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;
  border-radius: 6px;
  background-color: #ffcea9;
  text-align: left;
}

.bold-text-2 {
  cursor: pointer;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

@media screen and (max-width: 991px) {
  .im-header {
    width: 90%;
  }
  .im-hero {
    width: 90%;
  }
  .im-services {
    width: 90%;
  }
  .im-contact {
    width: 90%;
  }
  .im-headline-text {
    line-height: 60px;
  }
  .im-quote {
    width: 90%;
  }
  .im-tooltip-about-jordan {
    top: 827px;
    display: block;
    width: 90%;
  }
  .paragraph {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .im-headline-text {
    font-size: 56px;
  }
  .im-tooltip-about-jordan {
    top: 905px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #1c1c1c;
    color: #fff;
  }
  .im-header {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .im-hero {
    margin-bottom: 40px;
  }
  .im-services {
    margin-bottom: 40px;
  }
  .im-logo {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .im-contact-btn {
    display: block;
  }
  .im-service-btn {
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .im-service-btn.secundary-btn {
    width: auto;
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .im-contact-mailto {
    -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;
    font-size: 20px;
  }
  .im-logo-text {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
  }
  .im-contact-us {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
  }
  .im-headline-text {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }
  .im-subheadline-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
  }
  .im-people-text {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .im-companies-text {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
  }
  .im-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .btn {
    font-size: 16px;
  }
  .btn.active-btn-state {
    margin-right: 15px;
  }
  .link-2 {
    font-size: 16px;
  }
  .link-3 {
    color: #ffcea9;
    text-decoration: none;
  }
  .im-tooltip-about-jordan {
    top: 1069px;
  }
}

@font-face {
  font-family: 'Sans';
  src: url('../fonts/Sans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sans';
  src: url('../fonts/Sans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Sans';
  src: url('../fonts/Sans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}