@font-face {
  font-family: fontBold;
  src: url("../../font/static/Asap-Bold.ttf");
}

@font-face {
  font-family: fontItalic;
  src: url("../../font/static/Asap-Italic.ttf");
}

@font-face {
  font-family: fontBoldItalic;
  src: url("../../font/static/Asap-BoldItalic.ttf");
}

@font-face {
  font-family: fontRegular;
  src: url("../../font/static/Asap-Regular.ttf");
}

@font-face {
  font-family: fontCalibri;
  src: url("../../font/calibri/Calibri Italic.ttf");
}

@font-face {
  font-family: fontCalibriBold;
  src: url("../../font/calibri/Calibri Bold Italic.ttf");
}

@font-face {
  font-family: fontCalibriRegular;
  src: url("../../font/calibri/Calibri Regular.ttf");
}

@font-face {
  font-family: fontCalibriRBold;
  src: url("../../font/calibri/Calibri Bold.TTF");
}

@media screen and (max-width: 1090px) {
  .body {
    max-width: 375px !important;
  }
}

.body {
  max-width: 1366px;
  margin: auto;
}

.body .autocomplete-suggestion {
  padding: 15px 10px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.body .autocomplete-suggestions {
  color: #505050;
  background: #FFF;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.51);
          box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.51);
  border-radius: 4px;
  font-size: 16px;
  font-family: fontRegular;
}

@media screen and (max-width: 1090px) {
  .body .header {
    display: none !important;
  }
  .body .C2S_noCaptive {
    display: none !important;
  }
  .body .footer {
    display: none !important;
  }
}

@media screen and (max-width: 1090px) {
  .body .header_mobile {
    display: block !important;
  }
  .body .C2S_noCaptive_mobile {
    display: block !important;
  }
  .body .footer_mobile {
    display: block !important;
  }
}

.body .header_mobile {
  display: none;
  margin: auto;
  max-width: 375px;
  border-bottom: 2px solid #00000029;
  height: 93px;
  z-index: 10000;
  position: fixed;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 6px 10px -10px rgba(0, 0, 0, 0.51);
          box-shadow: 0px 6px 10px -10px rgba(0, 0, 0, 0.51);
  padding-right: 4px;
}

.body .header_mobile .header_p1 {
  text-align: center;
  padding-top: 12px;
  font-size: 7pt;
  color: #023A85;
  opacity: 1;
  font-family: fontItalic;
  padding-left: 40px;
  padding-right: 40px;
}

.body .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #00000029;
  max-height: 80px;
  height: 80px;
  -webkit-box-shadow: 0px 6px 10px -10px rgba(0, 0, 0, 0.51);
          box-shadow: 0px 6px 10px -10px rgba(0, 0, 0, 0.51);
  z-index: 10000;
  position: fixed;
  margin-top: -102px;
  background-color: #FFFFFF;
  max-width: 1366px;
  width: 100%;
}

.body .header .header_p1 {
  padding-top: 25px;
  padding-right: 30px;
  top: 20px;
  left: 140px;
  width: 283px;
  height: 40px;
}

.body .header .header_p2 {
  padding: 1%;
  font-size: 18px;
  color: #023A85;
  opacity: 1;
  top: 28px;
  left: 449px;
  width: 733px;
  height: 22px;
  font-family: fontItalic;
}

.body .C2S_noCaptive_mobile {
  display: none;
  margin-top: 95px;
  padding-bottom: 60px;
  max-width: 375px;
  color: #023A85;
  margin: auto;
  padding-top: 95px;
}

.body .C2S_noCaptive_mobile .section_top_img .tex_top {
  text-align: center;
}

.body .C2S_noCaptive_mobile .section_top_text {
  color: #023A85;
}

.body .C2S_noCaptive_mobile .section_top_text .med_text_pv {
  background-color: #E8E8E8;
  height: 145px;
  text-align: center;
  padding: 7%;
}

.body .C2S_noCaptive_mobile .section_top_text .med_text_pv .top_text_1 {
  font-size: 16px;
  font-weight: bolder;
  font-family: fontBoldItalic;
}

.body .C2S_noCaptive_mobile .section_top_text .med_text_pv .top_text_2 {
  font-size: 12px;
  color: #505050;
  font-family: fontRegular;
}

.body .C2S_noCaptive_mobile .section_top_text .top_text_search {
  background-color: #F0B500;
  height: 135px;
  max-height: 179px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4%;
}

.body .C2S_noCaptive_mobile .section_top_text .top_text_search .medium_text1 {
  font-family: fontRegular;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
}

.body .C2S_noCaptive_mobile .section_top_text .top_text_search .imput_text {
  width: 100%;
  padding: 1%;
  color: #505050;
  font-size: 16px;
  opacity: 1;
  border-radius: 4px;
  border: transparent;
  -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.51);
          box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.51);
  font-family: fontRegular;
  height: 49px;
}

.body .C2S_noCaptive_mobile .section_top_text .top_text_search .button_search {
  background-color: transparent;
  border: transparent;
  position: absolute;
  margin-left: -43px;
  margin-top: 7px;
}

.body .C2S_noCaptive_mobile .section_top_text .top_text_foot {
  padding-top: 3%;
  font-size: 17px;
  text-align: center;
}

.body .C2S_noCaptive_mobile .section_top_text .top_text_foot .text_foot_text {
  padding-top: 3%;
  padding-bottom: 3%;
  font-family: fontRegular;
}

.body .C2S_noCaptive_mobile .section_top_text .top_text_foot .text_foot_text b {
  font-family: fontBold;
}

.body .C2S_noCaptive_mobile .section_top_result {
  display: none;
  font-family: fontItalic;
  color: #023A85;
  font-size: 17px;
  max-width: 375px;
  margin: auto;
}

.body .C2S_noCaptive_mobile .section_top_result b {
  font-family: fontBold;
}

.body .C2S_noCaptive_mobile .section_top_result .top_text_foot {
  padding-top: 3%;
  font-size: 17px;
  max-width: 375px;
  margin: auto;
  text-align: center;
}

.body .C2S_noCaptive_mobile .section_top_result .top_text_foot .text_foot_text {
  padding-top: 3%;
  padding-bottom: 3%;
  font-family: fontRegular;
}

.body .C2S_noCaptive_mobile .section_top_result .top_text_foot .text_foot_text b {
  font-family: fontBold;
}

.body .C2S_noCaptive_mobile .section_top_result .str_result {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 25px;
  padding-left: 7px;
}

.body .C2S_noCaptive_mobile .section_top_result .str_result .autocomplete-results {
  width: 308px;
  color: #505050;
  font-family: fontRegular;
  text-transform: capitalize;
  font-size: 14px;
  border-bottom: 2px solid #00000029;
}

.body .C2S_noCaptive_mobile .section_top_result .ind_btn {
  color: #FFFFFF;
  background-color: #F0B500;
  width: 82px;
  height: 41px;
  border: #F0B500;
  border-radius: 4px;
  font-family: fontBold;
  font-size: 14px;
  margin-left: 140px;
}

.body .C2S_noCaptive_mobile .section_top_result .ind_btn:hover {
  background-color: #004995;
}

.body .C2S_noCaptive_mobile .section_button_img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F0B500;
  font-family: fontItalic;
  color: #FFFFFF;
  font-size: 15px;
  height: 331px;
}

.body .C2S_noCaptive_mobile .section_button_img b {
  font-family: fontBold;
}

.body .C2S_noCaptive_mobile .section_button_img .button_img {
  padding-left: 60px;
}

.body .C2S_noCaptive_mobile .section_button_img .button_part_img {
  padding-top: 30px;
  margin-left: 30px;
}

.body .C2S_noCaptive_mobile .section_button_img .button_part_img .button_txt_1 {
  font-size: 17px;
}

.body .C2S_noCaptive_mobile .section_button_img .button_part_img .button_txt_2 {
  font-size: 14px;
}

.body .C2S_noCaptive_mobile .section_top_linkedIn {
  max-width: 1087px;
  margin: auto;
  padding-top: 3%;
  text-align: center;
}

.body .C2S_noCaptive_mobile .section_top_linkedIn .linkedIn_txt {
  color: #505050;
  padding-top: 2%;
  font-family: fontRegular;
  font-size: 16px;
}

.body .C2S_noCaptive_mobile .section_top_linkedIn .linkedIn_btn {
  color: #FFFF;
  background-color: #F0B500;
  padding: 1%;
  width: 177px;
  height: 41px;
  border: #F0B500;
  border-radius: 4px;
  font-family: fontBold;
  font-size: 16px;
}

.body .C2S_noCaptive_mobile .section_top_linkedIn .linkedIn_btn .fa {
  font-size: 20px;
  width: 37px;
}

.body .C2S_noCaptive_mobile .section_top_linkedIn .linkedIn_btn:hover {
  background-color: #004995;
}

.body .C2S_noCaptive {
  margin-top: 90px;
  padding-bottom: 60px;
}

.body .C2S_noCaptive .section_top_img {
  max-width: 1087px;
  margin: auto;
  padding-top: 2%;
  color: #023A85;
}

.body .C2S_noCaptive .section_top_img .tex_top {
  position: absolute;
  margin-left: 76px;
  text-align: center;
  margin-top: 59px;
}

.body .C2S_noCaptive .section_top_text {
  max-width: 1087px;
  margin: auto;
  text-align: center;
  color: #023A85;
}

.body .C2S_noCaptive .section_top_text .med_text_pv {
  padding-top: 22px;
  padding-bottom: 2%;
}

.body .C2S_noCaptive .section_top_text .med_text_pv .top_text_1 {
  font-size: 18px;
  font-weight: bolder;
  font-family: fontBoldItalic;
}

.body .C2S_noCaptive .section_top_text .med_text_pv .top_text_2 {
  font-size: 12px;
  color: #505050;
  font-family: fontRegular;
}

.body .C2S_noCaptive .section_top_text .top_text_search {
  background-color: #F0B500;
  height: 109px;
  max-height: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.body .C2S_noCaptive .section_top_text .top_text_search .medium_text1 {
  font-family: fontRegular;
  color: #FFFFFF;
  text-align: initial;
  padding-right: 3%;
  font-size: 18px;
  line-height: 0px;
}

.body .C2S_noCaptive .section_top_text .top_text_search .medium_text2 {
  font-family: fontBold;
  color: #FFFFFF;
  text-align: initial;
  padding-right: 3%;
  font-size: 18px;
}

.body .C2S_noCaptive .section_top_text .top_text_search .imput_text {
  width: 564px;
  padding: 1%;
  color: #505050;
  font-size: 16px;
  opacity: 1;
  border-radius: 4px;
  border: transparent;
  -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.51);
          box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.51);
  font-family: fontRegular;
}

.body .C2S_noCaptive .section_top_text .top_text_search .button_search {
  background-color: transparent;
  border: transparent;
  position: absolute;
  margin-left: 910px;
}

.body .C2S_noCaptive .section_top_text .top_text_foot {
  padding-top: 3%;
  font-size: 18px;
}

.body .C2S_noCaptive .section_top_text .top_text_foot .text_foot_text {
  padding-top: 3%;
  padding-bottom: 3%;
  font-family: fontRegular;
}

.body .C2S_noCaptive .section_top_text .top_text_foot .text_foot_text b {
  font-family: fontBold;
}

.body .C2S_noCaptive .section_top_result {
  display: none;
  font-family: fontItalic;
  color: #023A85;
  font-size: 18px;
  max-width: 1087px;
  margin: auto;
}

.body .C2S_noCaptive .section_top_result b {
  font-family: fontBold;
}

.body .C2S_noCaptive .section_top_result .top_text_foot {
  padding-top: 3%;
  font-size: 18px;
  max-width: 1087px;
  margin: auto;
  text-align: center;
}

.body .C2S_noCaptive .section_top_result .top_text_foot .text_foot_text {
  padding-top: 3%;
  padding-bottom: 3%;
  font-family: fontRegular;
}

.body .C2S_noCaptive .section_top_result .top_text_foot .text_foot_text b {
  font-family: fontBold;
}

.body .C2S_noCaptive .section_top_result .str_result {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 25px;
}

.body .C2S_noCaptive .section_top_result .str_result .autocomplete-results {
  width: 341px;
  color: #505050;
  font-family: fontRegular;
  text-transform: capitalize;
  font-size: 14px;
  border-bottom: 2px solid #00000029;
}

.body .C2S_noCaptive .section_top_result .ind_btn {
  color: #FFFFFF;
  background-color: #F0B500;
  width: 82px;
  height: 41px;
  border: #F0B500;
  border-radius: 4px;
  font-family: fontBold;
  font-size: 14px;
  margin-left: 507px;
}

.body .C2S_noCaptive .section_top_result .ind_btn:hover {
  background-color: #004995;
}

.body .C2S_noCaptive .section_button_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F0B500;
  font-family: fontItalic;
  color: #FFFFFF;
  font-size: 15px;
  height: 331px;
}

.body .C2S_noCaptive .section_button_img b {
  font-family: fontBold;
}

.body .C2S_noCaptive .section_button_img .button_img {
  padding-left: 60px;
}

.body .C2S_noCaptive .section_button_img .button_part_img {
  padding-left: 59px;
  padding-right: 72px;
  margin-top: 2px;
}

.body .C2S_noCaptive .section_button_img .button_part_img .button_txt_1 {
  font-size: 17px;
}

.body .C2S_noCaptive .section_button_img .button_part_img .button_txt_2 {
  font-size: 14px;
}

.body .C2S_noCaptive .section_top_linkedIn {
  max-width: 1087px;
  margin: auto;
  padding-top: 3%;
  text-align: center;
}

.body .C2S_noCaptive .section_top_linkedIn .linkedIn_txt {
  color: #505050;
  padding-top: 2%;
  font-family: fontRegular;
  font-size: 16px;
}

.body .C2S_noCaptive .section_top_linkedIn .linkedIn_btn {
  color: #FFFF;
  background-color: #F0B500;
  padding: 1%;
  width: 177px;
  height: 41px;
  border: #F0B500;
  border-radius: 4px;
  font-family: fontBold;
  font-size: 16px;
}

.body .C2S_noCaptive .section_top_linkedIn .linkedIn_btn .fa {
  font-size: 20px;
  width: 37px;
}

.body .C2S_noCaptive .section_top_linkedIn .linkedIn_btn:hover {
  background-color: #004995;
}

.body .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-height: 228px;
  height: 228px;
  background-color: #E8E8E8;
}

.body .footer .footer_p1 {
  color: #023A85;
  font-family: fontCalibriRegular;
  margin: auto;
}

.body .footer .footer_p1 b {
  font-family: fontCalibriRBold;
}

.body .footer_mobile {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 375px;
  max-height: 228px;
  height: 149px;
  background-color: #E8E8E8;
  margin: auto;
  padding-top: 36px;
}

.body .footer_mobile .footer_p1 {
  color: #023A85;
  font-family: fontCalibriRegular;
  margin: auto;
}

.body .footer_mobile .footer_p1 b {
  font-family: fontCalibriRBold;
}
/*# sourceMappingURL=index.css.map */