@charset "UTF-8";
/* MIXIN FOR WHITE BACKGROUND WITH CONTAINER STYLES FOR INNER DIV - ADVICE PAGES */
/* MIXIN FOR WHITE BACKGROUND WITH CONTAINER STYLES FOR INNER DIV - ADVICE PAGES */
/* MIXIN FOR IMAGE ON LATEST/RELATED ADVICE ARTICLES */
/* MIXIN FOR IMAGE ON LATEST/RELATED ADVICE ARTICLES */
/* MIXIN FOR LATEST ARTICLES - ADVICE PAGE */
/* MIXIN FOR LATEST ARTICLES - ADVICE PAGE */
.block-client-area h3, .client-area-components h3 {
  font-size: 2.625rem;
  line-height: normal;
}

@media only screen and (max-width: 1024px) {
  .block-client-area h3, .client-area-components h3 {
    font-size: 1.5rem;
  }
}

.block-client-area p, .client-area-components p {
  font-size: 20px;
  line-height: normal;
}

@media only screen and (max-width: 1024px) {
  .block-client-area p, .client-area-components p {
    font-size: 1rem;
  }
}

.client_land_components .title {
  display: none;
}

.ca-component-title {
  font-size: 2.625rem;
  line-height: normal;
  font-weight: 700;
  color: #004FA3;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .ca-component-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.ca-component-subtitle {
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 400;
  color: #3F4048;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .ca-component-subtitle {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.client-area-gradient-linear .ca-component-title, .client-area-gradient-linear .ca-component-subtitle {
  color: #ffffff;
}

body[class*='page-recruitment-expertise-'].client-area-expertise-page #main .region-wrapper .block*.block[class*="-theme-page-title"] {
  padding: 0;
}

body[class*='page-recruitment-expertise-'].client-area-expertise-page #main .region-wrapper .block.block[class*="-theme-page-title"] {
  margin: 0;
  padding-bottom: 0;
  background: transparent;
}

body[class*='page-recruitment-expertise-'].client-area-expertise-page #main .region-wrapper .block.block[class*="-theme-page-title"] h1 {
  margin: inherit;
}

body[class*='page-recruitment-expertise-'].client-area-expertise-page.new-consultant-tile #main .region-wrapper .block.block[class*="-theme-page-title"] h1 {
  margin-top: 50px;
  max-width: 100%;
  text-align: center;
}

.client-area-expertise-page.page-node-type-b-to-b-lead-gen .banner-text {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .client-area-expertise-page.page-node-type-b-to-b-lead-gen .block-consultantbrowsebylinks {
    top: -132px;
  }
}

.client-area-expertise-page.page-node-type-b-to-b-lead-gen .view-our-consultant .view-content {
  margin: 0 auto;
}

.client-area-expertise-page.page-node-type-client-discipline .region-banner .banner-text {
  display: block;
}

.client-area-expertise-page .our_consultant-block_1 h2 {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .client-area-expertise-page .view-our-consultant .view-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1200px) {
  .client-area-expertise-page .view-our-consultant .view-content {
    max-width: 1200px;
    padding: 0;
  }
}

.client-area-find-consultant.page-node-type-b-to-b-lead-gen .main-wrapper {
  background: #f5f5f5;
}

@media only screen and (max-width: 767px) {
  .client-area-find-consultant.page-node-type-b-to-b-lead-gen .main-wrapper {
    overflow: unset;
  }
}

@media only screen and (min-width: 1200px) {
  .client-area-find-consultant.page-node-type-b-to-b-lead-gen .main-contianer {
    max-width: 1200px;
  }
}

.client-area-find-consultant.page-node-type-b-to-b-lead-gen .main-contianer.no-banner-cta {
  padding-top: 0;
}

.client-area-find-consultant.page-node-type-b-to-b-lead-gen .block-mp-theme-page-title {
  display: block;
}

.client-area-find-consultant.client-area-expertise-page .view-our-consultant .view-content {
  margin: 0 0 0 -15px;
}

@media only screen and (max-width: 1024px) {
  .client-area-find-consultant.client-area-expertise-page .view-our-consultant .view-content {
    margin: 0 0 0 -30px;
  }
}

@media only screen and (max-width: 767px) {
  .client-area-find-consultant.client-area-expertise-page .view-our-consultant .view-content {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .client-area-find-consultant .mp-banner-block-wrapper {
    display: none;
  }
}

.ca-btn--white {
  border-radius: 30px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #124395;
  display: block;
  margin: auto;
  padding: 20px 25px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  font-weight: 700;
  line-height: 12.8px;
  min-height: 56px;
}

.ca-btn--white:hover, .ca-btn--white:focus {
  background-color: #124395;
  color: #ffffff;
  border: 2px solid #ffffff;
}

@media only screen and (max-width: 1024px) {
  .ca-btn--white {
    max-width: 288px;
    width: 100%;
    min-height: 40px;
    line-height: normal;
    padding: 10px;
  }
}

.ca-btn--primary {
  border-radius: 30px;
  background-color: #124395;
  color: #ffffff;
  margin: auto;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  border: 1px solid #124395;
  padding: 15px 30px;
}

.ca-btn--primary:hover {
  background-color: #ffffff;
  color: #124395;
  border: 1px solid #124395;
}

@media only screen and (max-width: 1024px) {
  .ca-btn--primary {
    max-width: 288px;
    width: 100%;
    padding: 5px 24px 5px;
  }
}

.wp-block-drupalblock-mypage-job-alert-block.block-mp-job-alert {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.wp-block-drupalblock-mypage-job-alert-block.block-mp-job-alert.aligncenter > div {
  margin: auto;
}

.wp-block-drupalblock-mypage-job-alert-block.block-mp-job-alert.alignleft > div {
  margin-right: auto;
}

.wp-block-drupalblock-mypage-job-alert-block.block-mp-job-alert.alignright > div {
  margin-left: auto;
}

.block--client-area-menu-cta {
  padding: 0 !important;
  background: transparent !important;
}

.client_area_menu_cta__link a {
  background-color: #002A54;
  color: #ffffff;
  padding: 16px 15px;
  font-size: 16px;
  text-align: center;
  float: right;
  margin-top: 0;
  text-decoration: none;
  max-width: 250px;
  width: auto;
}

.client_area_menu_cta__link a:hover, .client_area_menu_cta__link a:focus, .client_area_menu_cta__link a:active {
  text-decoration: none !important;
  background-color: #0E3577;
}

@media only screen and (max-width: 1024px) {
  .client_area_menu_cta__link a {
    width: 100%;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
}

.page-node-type-client-landing-page .client_area_menu_cta__link a, .page-node-type-b2b-landing-page .client_area_menu_cta__link a, .client-area-expertise-page .client_area_menu_cta__link a {
  background-color: #124395;
}

.page-node-type-client-landing-page .client_area_menu_cta__link a:hover, .page-node-type-client-landing-page .client_area_menu_cta__link a:focus, .page-node-type-client-landing-page .client_area_menu_cta__link a:active, .page-node-type-b2b-landing-page .client_area_menu_cta__link a:hover, .page-node-type-b2b-landing-page .client_area_menu_cta__link a:focus, .page-node-type-b2b-landing-page .client_area_menu_cta__link a:active, .client-area-expertise-page .client_area_menu_cta__link a:hover, .client-area-expertise-page .client_area_menu_cta__link a:focus, .client-area-expertise-page .client_area_menu_cta__link a:active {
  background-color: #0E3577;
}

@media only screen and (max-width: 1024px) {
  .page-node-type-client-landing-page #main, .page-node-type-b2b-landing-page #main, .client-area-expertise-page #main {
    margin-top: 0;
  }
  .page-node-type-client-landing-page .header-wrapper, .page-node-type-b2b-landing-page .header-wrapper, .client-area-expertise-page .header-wrapper {
    position: relative;
  }
  .page-node-type-client-landing-page .region-navigation, .page-node-type-b2b-landing-page .region-navigation, .client-area-expertise-page .region-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-node-type-client-landing-page .region-navigation .block-mp-theme-caiamajobseeker, .page-node-type-client-landing-page .region-navigation .block-pp-theme-caiamajobseeker, .page-node-type-client-landing-page .region-navigation .block-pe-theme-caiamajobseeker, .page-node-type-b2b-landing-page .region-navigation .block-mp-theme-caiamajobseeker, .page-node-type-b2b-landing-page .region-navigation .block-pp-theme-caiamajobseeker, .page-node-type-b2b-landing-page .region-navigation .block-pe-theme-caiamajobseeker, .client-area-expertise-page .region-navigation .block-mp-theme-caiamajobseeker, .client-area-expertise-page .region-navigation .block-pp-theme-caiamajobseeker, .client-area-expertise-page .region-navigation .block-pe-theme-caiamajobseeker {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -17px;
  }
  .page-node-type-client-landing-page .header-wrapper, .page-node-type-b2b-landing-page .header-wrapper, .client-area-expertise-page .header-wrapper {
    position: relative;
  }
  .page-node-type-client-landing-page .header-wrapper .container, .page-node-type-b2b-landing-page .header-wrapper .container, .client-area-expertise-page .header-wrapper .container {
    padding-right: 15px;
  }
  .page-node-type-client-landing-page .header-wrapper .mobile-menu, .page-node-type-b2b-landing-page .header-wrapper .mobile-menu, .client-area-expertise-page .header-wrapper .mobile-menu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #E5EDF6;
  }
  .page-node-type-client-landing-page .header-wrapper .mobile-menu .fa-bars, .page-node-type-client-landing-page .header-wrapper .mobile-menu .fa-times, .page-node-type-b2b-landing-page .header-wrapper .mobile-menu .fa-bars, .page-node-type-b2b-landing-page .header-wrapper .mobile-menu .fa-times, .client-area-expertise-page .header-wrapper .mobile-menu .fa-bars, .client-area-expertise-page .header-wrapper .mobile-menu .fa-times {
    font-size: 16px;
    line-height: normal;
    padding: 0;
  }
  .page-node-type-client-landing-page #navigation-wrapper .client-area-main-menu .menu--ng-main-navigation, .page-node-type-b2b-landing-page #navigation-wrapper .client-area-main-menu .menu--ng-main-navigation, .client-area-expertise-page #navigation-wrapper .client-area-main-menu .menu--ng-main-navigation {
    margin-top: 0;
  }
  .page-node-type-client-landing-page #navigation-wrapper.ng-navigation-wrapper, .page-node-type-b2b-landing-page #navigation-wrapper.ng-navigation-wrapper, .client-area-expertise-page #navigation-wrapper.ng-navigation-wrapper {
    left: inherit !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow-y: auto;
    display: none;
  }
  .page-node-type-client-landing-page #navigation-wrapper.ng-navigation-wrapper .language-switcher-mobile, .page-node-type-b2b-landing-page #navigation-wrapper.ng-navigation-wrapper .language-switcher-mobile, .client-area-expertise-page #navigation-wrapper.ng-navigation-wrapper .language-switcher-mobile {
    border-radius: 8px;
  }
  .page-node-type-client-landing-page #navigation-wrapper.ng-navigation-wrapper .language-switcher-mobile h3, .page-node-type-b2b-landing-page #navigation-wrapper.ng-navigation-wrapper .language-switcher-mobile h3, .client-area-expertise-page #navigation-wrapper.ng-navigation-wrapper .language-switcher-mobile h3 {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }
  .page-node-type-client-landing-page #navigation-wrapper.ng-navigation-wrapper .language-switcher-mobile .single ul li a, .page-node-type-b2b-landing-page #navigation-wrapper.ng-navigation-wrapper .language-switcher-mobile .single ul li a, .client-area-expertise-page #navigation-wrapper.ng-navigation-wrapper .language-switcher-mobile .single ul li a {
    font-size: 1rem;
  }
  .page-node-type-client-landing-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0 a, .page-node-type-client-landing-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0.ca-top-main-menu, .page-node-type-client-landing-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0.top-main-menu, .page-node-type-b2b-landing-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0 a, .page-node-type-b2b-landing-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0.ca-top-main-menu, .page-node-type-b2b-landing-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0.top-main-menu, .client-area-expertise-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0 a, .client-area-expertise-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0.ca-top-main-menu, .client-area-expertise-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0.top-main-menu {
    font-size: 1rem;
    color: #004FA3;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-node-type-client-landing-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0 a.active-text, .page-node-type-client-landing-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0.ca-top-main-menu.active-text, .page-node-type-client-landing-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0.top-main-menu.active-text, .page-node-type-b2b-landing-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0 a.active-text, .page-node-type-b2b-landing-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0.ca-top-main-menu.active-text, .page-node-type-b2b-landing-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0.top-main-menu.active-text, .client-area-expertise-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0 a.active-text, .client-area-expertise-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0.ca-top-main-menu.active-text, .client-area-expertise-page #navigation-wrapper.ng-navigation-wrapper ul li.primary-menu-level-0.top-main-menu.active-text {
    font-weight: 700;
  }
  .page-node-type-client-landing-page #navigation-wrapper.ng-navigation-wrapper .accordion-toggle .show-second-level.plus-icon, .page-node-type-b2b-landing-page #navigation-wrapper.ng-navigation-wrapper .accordion-toggle .show-second-level.plus-icon, .client-area-expertise-page #navigation-wrapper.ng-navigation-wrapper .accordion-toggle .show-second-level.plus-icon {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .page-node-type-client-landing-page #navigation-wrapper.ng-navigation-wrapper .accordion-toggle .show-second-level.plus-icon::before, .page-node-type-b2b-landing-page #navigation-wrapper.ng-navigation-wrapper .accordion-toggle .show-second-level.plus-icon::before, .client-area-expertise-page #navigation-wrapper.ng-navigation-wrapper .accordion-toggle .show-second-level.plus-icon::before {
    font-family: "Font Awesome 6 Pro";
    content: "";
    color: #124395;
    display: inline-block;
    font-size: 20px;
    margin-right: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    font-size: 1rem;
  }
  .page-node-type-client-landing-page #navigation-wrapper.ng-navigation-wrapper .accordion-toggle .show-second-level.plus-icon.active-icon::before, .page-node-type-b2b-landing-page #navigation-wrapper.ng-navigation-wrapper .accordion-toggle .show-second-level.plus-icon.active-icon::before, .client-area-expertise-page #navigation-wrapper.ng-navigation-wrapper .accordion-toggle .show-second-level.plus-icon.active-icon::before {
    font-family: "Font Awesome 6 Pro";
    content: "";
    color: #124395;
    display: inline-block;
    font-size: 20px;
    margin-right: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    font-size: 1rem;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content, .client-area-expertise-page #navigation-wrapper .accordion-content {
    overflow: auto;
    display: none;
    position: static;
    right: inherit;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-nav-wrapper, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-nav-wrapper, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-nav-wrapper {
    padding: 0 35px 0 25px;
    background: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-nav-wrapper .main-menu-title, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-nav-wrapper .main-menu-title, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-nav-wrapper .main-menu-title {
    display: none;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .accordion-mobile-only, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .accordion-mobile-only, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .accordion-mobile-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 {
    padding: 0;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .accordion-content-1, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .accordion-content-1, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .accordion-content-1 {
    display: none;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .show-third-level.plus-icon, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .show-third-level.plus-icon, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .show-third-level.plus-icon {
    padding: 10px 20px;
    height: auto;
    position: absolute;
    top: -4px;
    right: 0;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .show-third-level.plus-icon:before, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .show-third-level.plus-icon:before, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .show-third-level.plus-icon:before {
    font-family: "Font Awesome 6 Pro";
    content: "";
    color: #124395;
    display: inline-block;
    font-size: 20px;
    margin-right: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
    font-size: 1rem;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .show-third-level.plus-icon.active-icon:before, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .show-third-level.plus-icon.active-icon:before, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .show-third-level.plus-icon.active-icon:before {
    font-family: "Font Awesome 6 Pro";
    content: "";
    color: #124395;
    display: inline-block;
    font-size: 20px;
    margin-right: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
    font-size: 1rem;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 li.primary-menu-level-2, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 li.primary-menu-level-2, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 li.primary-menu-level-2 {
    border-bottom: 0;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 li.primary-menu-level-2 a.primary-menu-level-2, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 li.primary-menu-level-2 a.primary-menu-level-2, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 li.primary-menu-level-2 a.primary-menu-level-2 {
    width: 100%;
    padding: 10px;
    color: #6D6E70;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items .accordion-toggle > span.primary-menu-level-1, .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items .accordion-toggle > a.primary-menu-level-1, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items .accordion-toggle > span.primary-menu-level-1, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items .accordion-toggle > a.primary-menu-level-1, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items .accordion-toggle > span.primary-menu-level-1, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items .accordion-toggle > a.primary-menu-level-1 {
    color: #6D6E70;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 80%;
    width: 100%;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items .accordion-toggle > span.primary-menu-level-1.active-text, .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items .accordion-toggle > a.primary-menu-level-1.active-text, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items .accordion-toggle > span.primary-menu-level-1.active-text, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items .accordion-toggle > a.primary-menu-level-1.active-text, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items .accordion-toggle > span.primary-menu-level-1.active-text, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items .accordion-toggle > a.primary-menu-level-1.active-text {
    font-weight: 700;
  }
  .page-node-type-client-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .secondary-menu-child-wrapper, .page-node-type-b2b-landing-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .secondary-menu-child-wrapper, .client-area-expertise-page #navigation-wrapper .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .secondary-menu-child-wrapper {
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .page-node-type-client-landing-page .header-wrapper .overlay, .page-node-type-b2b-landing-page .header-wrapper .overlay, .client-area-expertise-page .header-wrapper .overlay {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .page-node-type-client-landing-page #navigation-wrapper, .page-node-type-b2b-landing-page #navigation-wrapper, .client-area-expertise-page #navigation-wrapper {
    background-color: #002A54;
  }
  .page-node-type-client-landing-page #navigation-wrapper.ng-navigation-wrapper, .page-node-type-b2b-landing-page #navigation-wrapper.ng-navigation-wrapper, .client-area-expertise-page #navigation-wrapper.ng-navigation-wrapper {
    background-color: #002A54;
  }
  .page-node-type-client-landing-page .region-navigation, .page-node-type-b2b-landing-page .region-navigation, .client-area-expertise-page .region-navigation {
    position: relative;
  }
  .page-node-type-client-landing-page .region-navigation .block--client-area-menu-cta, .page-node-type-b2b-landing-page .region-navigation .block--client-area-menu-cta, .client-area-expertise-page .region-navigation .block--client-area-menu-cta {
    position: absolute;
    top: 0;
    right: 0;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu {
    height: 56px;
    top: 56px;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .menu--ng-main-navigation ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .menu--ng-main-navigation ul li a {
    font-size: 1rem;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .menu--ng-main-navigation ul li:first-child {
    padding-left: 0;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .menu--ng-main-navigation ul li:last-child {
    padding-right: 0;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .menu--ng-main-navigation ul li.primary-menu-level-0.active a.top-main-menu {
    background-color: #ffffff;
    color: #004FA3;
    border-radius: 20px;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .menu--ng-main-navigation ul li.primary-menu-level-0.active a.top-main-menu::after {
    display: none;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0 > a, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0 .ca-top-main-menu, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0 .top-main-menu {
    padding: 6px 20px;
    border: 0;
    border-radius: 20px;
    font-weight: 500;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0 > a:hover, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0 > a:focus, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0 .ca-top-main-menu:hover, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0 .ca-top-main-menu:focus, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0 .top-main-menu:hover, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0 .top-main-menu:focus {
    background-color: #ffffff;
    color: #004FA3;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0 > a:focus-visible, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0 .ca-top-main-menu:focus-visible, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0 .top-main-menu:focus-visible {
    outline: none;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0:hover a:after {
    display: none;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0:hover a.ca-top-main-menu:after, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu ul li.primary-menu-level-0:hover a.top-main-menu:after {
    display: none;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content {
    overflow: hidden;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 20px;
    height: 380px;
    background-color: transparent;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .menu-wrapper {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content.open {
    left: 0;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-nav-wrapper {
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-nav-wrapper .nav-intro-wrapper {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#002B54), to(#004FA3));
    background: linear-gradient(180deg, #002B54 0%, #004FA3 100%);
    padding: 40px;
    border-radius: 0;
    min-width: 385px;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-nav-wrapper .nav-intro-wrapper .client-area-main-navigation__intro-heading-text {
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: normal;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-nav-wrapper .nav-intro-wrapper .client-area-main-navigation__intro-body p {
    color: #ffffff;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-nav-wrapper .nav-intro-wrapper {
    max-width: 300px;
    padding: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper .primary-menu-level-1 {
    width: 240px;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper .primary-menu-level-1 span:first-child {
    margin-bottom: 0;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper .primary-menu-level-1 .primary-menu-level-2 span, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper .primary-menu-level-1 .primary-menu-level-2 a {
    font-size: 1rem;
    font-weight: 400;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper .primary-menu-level-1 .primary-menu-level-2 span:hover, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper .primary-menu-level-1 .primary-menu-level-2 a:hover {
    font-weight: 700;
    color: #004FA3;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper .primary-menu-level-1 .primary-menu-level-2 span:after, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper .primary-menu-level-1 .primary-menu-level-2 a:after {
    display: none;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper .primary-menu-level-1 .primary-menu-level-2 .primary-menu-level-3 a {
    font-size: 1rem;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section {
    max-width: 240px;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div a {
    width: 200px;
    padding: 15px 0 15px 0;
    position: relative;
    margin-bottom: 0;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div a:hover {
    border-bottom: 1px solid #004FA3;
    text-decoration: none;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div a .circle {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
    right: 0;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div a .circle:after {
    top: auto;
    right: 0;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div > span.menu-tab, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div > a.menu-tab {
    padding: 15px 35px 15px 5px;
    position: relative;
    border-bottom: 1px solid #E5EDF6;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div > span.menu-tab:hover, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div > a.menu-tab:hover {
    font-weight: 700;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div > span.menu-tab .circle, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div > a.menu-tab .circle {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
    right: 0;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div > span.menu-tab .circle:after, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div > a.menu-tab .circle:after {
    top: auto;
    right: 0;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div > span.menu-tab.active, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div > a.menu-tab.active {
    color: #124395;
    font-weight: 700;
    border-bottom: 1px solid #124395;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div > span.menu-tab.active:after, #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1.child-items > div > a.menu-tab.active:after {
    top: auto;
    right: 0;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .secondary-menu-child-wrapper {
    margin: 20px 30px 10px;
    padding: 0 15px;
    min-width: 470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-left: 1px solid #E5EDF6;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .secondary-menu-child-wrapper {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1024px) {
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .secondary-menu-child-wrapper li {
    width: auto;
    margin-left: 20px;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .secondary-menu-child-wrapper li a {
    width: auto;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .secondary-menu-child-wrapper .column li {
    margin-left: 60px;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .secondary-menu-child-wrapper .column:first-child li {
    margin-left: 20px;
  }
  #navigation-wrapper.ng-navigation-wrapper .client-area-main-menu .accordion-content .primary-menu-child-wrapper.tab-section .primary-menu-level-1 .secondary-menu-child-wrapper.more-then-6-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#navigation-wrapper.ng-navigation-wrapper .menu--ng-main-navigation ul li .client-area-main-navigation__intro-cta a {
  background: #ffffff;
  border-radius: 30px;
  color: #004FA3;
  font-size: 1rem;
  text-align: center;
  padding: 16px 20px;
}

#navigation-wrapper.ng-navigation-wrapper .menu--ng-main-navigation ul li .client-area-main-navigation__intro-cta a:hover, #navigation-wrapper.ng-navigation-wrapper .menu--ng-main-navigation ul li .client-area-main-navigation__intro-cta a:focus, #navigation-wrapper.ng-navigation-wrapper .menu--ng-main-navigation ul li .client-area-main-navigation__intro-cta a:active {
  text-decoration: none !important;
  background-color: #004FA3;
  color: #ffffff;
}

.page-node-type-b2b-landing-page .client-area-main-menu [role=region] {
  position: static;
}

.all-brands-component-wrapper {
  margin: 20px 0;
  padding: 0 30px 0;
  background-color: #ffffff;
}

.all-brands-component {
  border-radius: 20px;
}

.all-brands-component .brand-header__subtitle {
  color: #ffffff;
}

.all-brands-component .brand-header__subtitle {
  margin-bottom: 40px;
}

.all-brands-component .all-brands-component-container {
  padding-top: 52px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .all-brands-component .all-brands-component-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.all-brands-component .brand-card__name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}

.all-brands-component .brand-card__name--mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .all-brands-component .brand-card__name {
    display: none;
  }
  .all-brands-component .brand-card__name--mobile {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
  }
}

.brand-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .brand-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.brand-card .brand-card__item {
  padding: 10px 10px 25px 10px;
  height: 475px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item {
    background: #F5F8FB;
  }
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item {
    padding: 0;
    overflow: hidden;
    height: auto;
    display: block;
    background-size: cover !important;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    width: 100%;
  }
}

.brand-card .brand-card__item .brand-card__left-view {
  width: 186px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item .brand-card__left-view {
    padding: 10px;
    width: 100%;
  }
}

.brand-card .brand-card__item .brand-card__left-view .brand-card__left-view--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item .brand-card__left-view .brand-card__left-view--center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .brand-card .brand-card__item .brand-card__left-view .brand-card__left-view--center img {
    max-width: 168px;
  }
  .brand-card .brand-card__item .brand-card__left-view .brand-card__left-view--center h3 {
    margin-top: 0;
    margin-bottom: 5px;
    max-width: 80%;
  }
  .brand-card .brand-card__item .brand-card__left-view .brand-card__left-view--center p {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .brand-card .brand-card__item .brand-card__left-view .brand-card__left-view--center img {
    max-width: 100px;
  }
}

@media only screen and (max-width: 540px) {
  .brand-card .brand-card__item .brand-card__left-view .brand-card__left-view--center img {
    max-width: 100px;
  }
}

.brand-card .brand-card__item .brand-card__left-view .brand-card__content {
  width: 100%;
}

.brand-card .brand-card__item .brand-card__left-view .brand-card__content .brand-card__subtitle {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item .brand-card__left-view .brand-card__content {
    max-width: 82%;
    padding-left: 15px;
  }
  .brand-card .brand-card__item .brand-card__left-view .brand-card__content .brand-card__subtitle {
    text-align: left;
  }
}

.brand-card .brand-card__item .brand-card__left-view .brand-card__subtitle {
  text-align: center;
  font-size: 1rem;
  line-height: normal;
  font-weight: 500;
}

.brand-card .brand-card__item .brand-card__left-view .brand-card__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 168px;
  width: 100%;
}

.brand-card .brand-card__item .brand-card__left-view .brand-card__arrow {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}

.brand-card .brand-card__item .brand-card__left-view .brand-card__arrow i {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item .brand-card__left-view .brand-card__arrow {
    position: absolute;
    top: 40%;
    right: 10px;
  }
}

.brand-card .brand-card__item .brand-card__left-view .brand-card__arrow:hover {
  background-color: #124395;
}

.brand-card .brand-card__item .brand-card__left-view .brand-card__arrow:hover i {
  color: #ffffff;
}

.brand-card .brand-card__item .brand-card__right-view {
  width: 366px;
  padding-left: 25px;
  padding-top: 100px;
  display: none;
  position: relative;
}

.brand-card .brand-card__item .brand-card__right-view .brand-card__white-logo {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item .brand-card__right-view {
    background: none;
    background-position: bottom center !important;
    width: 100%;
    padding: 0 10px 10px 10px;
    text-align: center;
    position: relative;
  }
  .brand-card .brand-card__item .brand-card__right-view .brand-card__white-logo {
    content: "";
    background-image: url("../images/client_area/mp-logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    height: 25px;
    font-size: 0;
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
  }
}

.brand-card .brand-card__item .brand-card__right-view .brand-card__summary {
  font-size: 18px;
  line-height: normal;
  overflow: hidden;
  -webkit-transition: width 0.9s ease;
  transition: width 0.9s ease;
  width: 321px;
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item .brand-card__right-view .brand-card__summary {
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .brand-card .brand-card__item .brand-card__right-view .brand-card__summary {
    overflow-y: auto;
    white-space: break-spaces;
    word-wrap: break-word;
    max-height: 130px;
  }
  .brand-card .brand-card__item .brand-card__right-view .brand-card__summary::-webkit-scrollbar {
    width: 3px;
  }
  .brand-card .brand-card__item .brand-card__right-view .brand-card__summary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #3c3c3c;
            box-shadow: inset 0 0 6px #3c3c3c;
  }
  .brand-card .brand-card__item .brand-card__right-view .brand-card__summary::-webkit-scrollbar-thumb {
    background-color: #e1e5fdb0;
    outline: 2px solid transparent;
  }
}

.brand-card .brand-card__item .brand-card__right-view .brand-card__cta {
  border-radius: 30px;
  min-width: 150px;
  display: inline-block;
  width: 270px;
  text-align: center;
  padding-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item .brand-card__right-view .brand-card__cta {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .brand-card .brand-card__item.page-executive {
    background: url("../images/client_area/pe_brand_bg.svg") no-repeat #F5F8FB;
  }
}

.brand-card .brand-card__item.page-executive .brand-card__name, .brand-card .brand-card__item.page-executive .brand-card__subtitle, .brand-card .brand-card__item.page-executive .brand-card__summary, .brand-card .brand-card__item.page-executive .brand-card__name--mobile {
  color: #223A49;
}

.brand-card .brand-card__item.page-executive .brand-card__cta {
  background-color: #3F4048;
}

.brand-card .brand-card__item.page-executive .brand-card__cta:hover, .brand-card .brand-card__item.page-executive .brand-card__cta:focus {
  background-color: #655C39;
}

.brand-card .brand-card__item.page-executive .brand-card__arrow i {
  color: #223A49;
}

.brand-card .brand-card__item.page-executive .brand-card__arrow:hover {
  background-color: #223A49;
}

.brand-card .brand-card__item.page-executive .brand-card__right-view {
  background: url("../images/client_area/pe-logo.svg") no-repeat;
  background-size: auto;
  background-position: bottom right;
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item.page-executive .brand-card__right-view {
    background: none;
  }
  .brand-card .brand-card__item.page-executive .brand-card__right-view .brand-card__white-logo {
    content: "";
    background-image: url("../images/client_area/pe-logo.svg");
  }
}

.brand-card .brand-card__item.page-executive.brand-card__item--open {
  background: radial-gradient(122.22% 35.06% at 100% 100%, #223A49 0%, #F5F8FB 100%);
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item.page-executive.brand-card__item--open .brand-card__right-view {
    background: none;
  }
}

@media only screen and (min-width: 1024px) {
  .brand-card .brand-card__item.page-personnel {
    background: url("../images/client_area/pp_brand_bg.svg") no-repeat #F5F8FB;
  }
}

.brand-card .brand-card__item.page-personnel .brand-card__name, .brand-card .brand-card__item.page-personnel .brand-card__name--mobile {
  color: #EE3524;
}

.brand-card .brand-card__item.page-personnel .brand-card__subtitle, .brand-card .brand-card__item.page-personnel .brand-card__summary {
  color: #3F4048;
}

.brand-card .brand-card__item.page-personnel .brand-card__cta {
  background-color: #CA2D1E;
}

.brand-card .brand-card__item.page-personnel .brand-card__cta:hover, .brand-card .brand-card__item.page-personnel .brand-card__cta:focus {
  background-color: #A12418;
}

.brand-card .brand-card__item.page-personnel .brand-card__arrow i {
  color: #EE3524;
}

.brand-card .brand-card__item.page-personnel .brand-card__arrow:hover {
  background-color: #CA2D1E;
}

.brand-card .brand-card__item.page-personnel .brand-card__right-view {
  background: url("../images/client_area/pp-logo.svg") no-repeat;
  background-size: auto;
  background-position: bottom right;
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item.page-personnel .brand-card__right-view {
    background: none;
  }
  .brand-card .brand-card__item.page-personnel .brand-card__right-view .brand-card__white-logo {
    content: "";
    background-image: url("../images/client_area/pp-logo.svg");
  }
}

.brand-card .brand-card__item.page-personnel.brand-card__item--open {
  background: radial-gradient(122.22% 35.06% at 100% 100%, #ee3524 0%, #F5F8FB 100%);
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item.page-personnel.brand-card__item--open .brand-card__right-view {
    background: none;
  }
}

@media only screen and (min-width: 1024px) {
  .brand-card .brand-card__item.page-outsourcing {
    background: url("../images/client_area/po_brand_bg.svg") no-repeat #F5F8FB;
  }
}

.brand-card .brand-card__item.page-outsourcing .brand-card__name, .brand-card .brand-card__item.page-outsourcing .brand-card__name--mobile {
  color: #841957;
}

.brand-card .brand-card__item.page-outsourcing .brand-card__subtitle, .brand-card .brand-card__item.page-outsourcing .brand-card__summary {
  color: #3F4048;
}

.brand-card .brand-card__item.page-outsourcing .brand-card__cta {
  background-color: #9E1F63;
}

.brand-card .brand-card__item.page-outsourcing .brand-card__cta:hover, .brand-card .brand-card__item.page-outsourcing .brand-card__cta:focus {
  background-color: #841957;
}

.brand-card .brand-card__item.page-outsourcing .brand-card__arrow i {
  color: #841957;
}

.brand-card .brand-card__item.page-outsourcing .brand-card__arrow:hover {
  background-color: #841957;
}

.brand-card .brand-card__item.page-outsourcing .brand-card__right-view {
  background: url("../images/client_area/po-logo.svg") no-repeat;
  background-size: auto;
  background-position: bottom right;
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item.page-outsourcing .brand-card__right-view {
    background: none;
  }
  .brand-card .brand-card__item.page-outsourcing .brand-card__right-view .brand-card__white-logo {
    content: "";
    background-image: url("../images/client_area/po-logo.svg");
  }
}

.brand-card .brand-card__item.page-outsourcing.brand-card__item--open {
  background: radial-gradient(122.22% 35.06% at 100% 100%, #a6206d 0%, #F5F8FB 100%);
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item.page-outsourcing.brand-card__item--open .brand-card__right-view {
    background: none;
  }
}

@media only screen and (min-width: 1024px) {
  .brand-card .brand-card__item.michael-page-international {
    background: url("../images/client_area/enterprise_brand_bg.svg") no-repeat #F5F8FB;
  }
}

.brand-card .brand-card__item.michael-page-international .brand-card__name, .brand-card .brand-card__item.michael-page-international .brand-card__name--mobile {
  color: #2C6BFF;
}

.brand-card .brand-card__item.michael-page-international .brand-card__subtitle, .brand-card .brand-card__item.michael-page-international .brand-card__summary {
  color: #223A49;
}

.brand-card .brand-card__item.michael-page-international .brand-card__cta {
  background-color: #2C6BFF;
}

.brand-card .brand-card__item.michael-page-international .brand-card__cta:hover, .brand-card .brand-card__item.michael-page-international .brand-card__cta:focus {
  background-color: #002A54;
}

.brand-card .brand-card__item.michael-page-international .brand-card__arrow i {
  color: #2C6BFF;
}

.brand-card .brand-card__item.michael-page-international .brand-card__arrow:hover {
  background-color: #002A54;
}

.brand-card .brand-card__item.michael-page-international .brand-card__right-view {
  background: url("../images/client_area/es-logo.svg") no-repeat;
  background-size: auto;
  background-position: bottom right;
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item.michael-page-international .brand-card__right-view {
    background: none;
  }
  .brand-card .brand-card__item.michael-page-international .brand-card__right-view .brand-card__white-logo {
    content: "";
    background-image: url("../images/client_area/es-logo.svg");
  }
}

.brand-card .brand-card__item.michael-page-international.brand-card__item--open {
  background: radial-gradient(122.22% 35.06% at 100% 100%, #2C6BFF 0%, #F5F8FB 100%);
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item.michael-page-international.brand-card__item--open .brand-card__right-view {
    background: none;
  }
}

@media only screen and (min-width: 1024px) {
  .brand-card .brand-card__item.page-michael-page {
    background: url("../images/client_area/mp_brand_bg.svg") no-repeat #F5F8FB;
  }
}

.brand-card .brand-card__item.page-michael-page .brand-card__name, .brand-card .brand-card__item.page-michael-page .brand-card__name--mobile {
  color: #124395;
}

.brand-card .brand-card__item.page-michael-page .brand-card__cta {
  background-color: #124395;
}

.brand-card .brand-card__item.page-michael-page .brand-card__cta:hover, .brand-card .brand-card__item.page-michael-page .brand-card__cta:focus {
  background-color: #0d316d;
}

.brand-card .brand-card__item.page-michael-page .brand-card__arrow i {
  color: #124395;
}

.brand-card .brand-card__item.page-michael-page .brand-card__arrow:hover {
  background-color: #0d316d;
}

.brand-card .brand-card__item.page-michael-page .brand-card__right-view {
  background: url("../images/client_area/mp-logo.svg") no-repeat;
  background-size: auto;
  background-position: bottom right;
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item.page-michael-page .brand-card__right-view {
    background: none;
  }
  .brand-card .brand-card__item.page-michael-page .brand-card__right-view .brand-card__white-logo {
    content: "";
    background-image: url("../images/client_area/mp-logo.svg");
  }
}

.brand-card .brand-card__item.page-michael-page.brand-card__item--open {
  background: radial-gradient(122.22% 35.06% at 100% 100%, #124395 0%, #F5F8FB 100%) !important;
}

@media only screen and (max-width: 1024px) {
  .brand-card .brand-card__item.page-michael-page.brand-card__item--open .brand-card__right-view {
    background: none;
  }
}

.client_landing_page__client-components .field--label {
  display: none;
}

.client_landing_page__client-components li {
  list-style: none;
}

.client-area-testimonial-wrapper {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#002B54), to(#004FA3));
  background: linear-gradient(180deg, #002B54 0%, #004FA3 100%);
}

@media only screen and (max-width: 768px) {
  .client-area-testimonial-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .client-area-testimonial-wrapper .animated-svg {
    display: none;
  }
}

.client-area-testimonial-wrapper .container {
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .client-area-testimonial-wrapper .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.client-area-testimonial-wrapper .container .swiper-nav {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .client-area-testimonial-wrapper .container .swiper-nav {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .container {
    padding: 0;
  }
}

.client-area-testimonial-wrapper .first-static-block {
  background: #004FA3;
  padding: 15px 150px 15px 20px;
  border-radius: 30px 30px 0 30px;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .client-area-testimonial-wrapper .first-static-block {
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .client-area-testimonial-wrapper .first-static-block {
    padding: 30px 150px 30px 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .first-static-block {
    padding: 35px 30px 50px;
    margin-left: 40px;
    max-width: 420px;
  }
}

@media only screen and (min-width: 1180px) {
  .client-area-testimonial-wrapper .first-static-block {
    margin-left: 80px;
    max-width: 490px;
  }
}

.client-area-testimonial-wrapper .first-static-block h3 {
  font-size: 64px;
  font-weight: 700;
  margin: 0;
  line-height: 1.17;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .client-area-testimonial-wrapper .first-static-block h3 {
    font-size: 90px;
  }
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .first-static-block h3 {
    font-size: 150px;
    text-align: center;
  }
}

.client-area-testimonial-wrapper .first-static-block p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.36;
  margin: 0;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .client-area-testimonial-wrapper .first-static-block p {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .first-static-block p {
    font-size: 36px;
    text-align: center;
  }
}

.client-area-testimonial-wrapper .first-static-block p.second-subtitle {
  font-style: italic;
  color: #F9C10D;
}

@media only screen and (max-width: 1023px) {
  .client-area-testimonial-wrapper .second-static-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .second-static-block {
    max-width: 450px;
    position: absolute;
    top: 220px;
    right: 9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media only screen and (min-width: 1180px) {
  .client-area-testimonial-wrapper .second-static-block {
    max-width: 576px;
    top: 175px;
    right: 30px;
  }
}

.client-area-testimonial-wrapper .second-static-block .second-block-item {
  width: 100%;
}

.client-area-testimonial-wrapper .second-static-block .second-block-item:nth-child(1) {
  background: #44E9F5;
  border-radius: 30px 30px 30px 0;
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .second-static-block .second-block-item:nth-child(1) {
    max-width: 293px;
    width: 100%;
    height: 263px;
  }
  .client-area-testimonial-wrapper .second-static-block .second-block-item:nth-child(2) {
    max-width: 293px;
    width: 100%;
  }
}

@media only screen and (min-width: 1180px) {
  .client-area-testimonial-wrapper .second-static-block .second-block-item:nth-child(1) {
    height: 297px;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.client-area-testimonial-wrapper .second-static-block .second-block-item.image-item {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .client-area-testimonial-wrapper .second-static-block .second-block-item.image-item {
    text-align: center;
  }
}

.client-area-testimonial-wrapper .second-static-block img {
  width: 160px;
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .second-static-block img {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.client-area-testimonial-wrapper .second-static-block p {
  padding: 25px 20px;
  font-size: 16px;
  text-align: center;
  margin: 0;
  line-height: 1.35;
  color: #002B54;
}

.client-area-testimonial-wrapper .second-static-block p strong {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .client-area-testimonial-wrapper .second-static-block p {
    padding: 40px;
    font-size: 16px;
    line-height: 1.25;
  }
}

@media only screen and (min-width: 1180px) {
  .client-area-testimonial-wrapper .second-static-block p {
    padding: 35px;
  }
}

.client-area-testimonial-wrapper .testimonial-wrapper {
  display: inline-block;
  margin: 20px 0;
  padding: 0;
  max-width: 1020px;
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .testimonial-wrapper {
    max-width: 890px;
    margin: 30px;
  }
}

@media only screen and (min-width: 1180px) {
  .client-area-testimonial-wrapper .testimonial-wrapper {
    max-width: 1020px;
    margin: 30px 70px;
  }
}

.client-area-testimonial-wrapper .testimonial-wrapper .swiper-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.client-area-testimonial-wrapper .testimonial-wrapper .swiper-items .testimonial-item {
  background-color: #ffffff;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .client-area-testimonial-wrapper .testimonial-wrapper .swiper-items .testimonial-item {
    padding: 35px 45px;
  }
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .testimonial-wrapper .swiper-items .testimonial-item {
    width: 430px !important;
  }
}

@media only screen and (min-width: 1180px) {
  .client-area-testimonial-wrapper .testimonial-wrapper .swiper-items .testimonial-item {
    padding: 45px 55px;
    width: 500px !important;
  }
}

.client-area-testimonial-wrapper .testimonial-wrapper .swiper-items .testimonial-item:nth-child(odd) {
  border-radius: 30px 30px 30px 0;
}

.client-area-testimonial-wrapper .testimonial-wrapper .swiper-items .testimonial-item:nth-child(even) {
  border-radius: 30px 30px 0 30px;
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .testimonial-wrapper .swiper-items .testimonial-item:nth-child(even) {
    margin-top: 100px;
  }
}

.client-area-testimonial-wrapper .testimonial-wrapper .swiper-items .testimonial-item .testimonial-desc {
  font-weight: 400;
  font-style: italic;
  line-height: 1.15;
  margin-bottom: 0;
  font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .testimonial-wrapper .swiper-items .testimonial-item .testimonial-desc {
    font-size: 16px;
  }
}

.client-area-testimonial-wrapper .testimonial-wrapper .swiper-items .testimonial-item .testimony-info {
  font-weight: 700;
  color: #124395;
  line-height: 1.15;
  margin-bottom: 0;
  font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .testimonial-wrapper .swiper-items .testimonial-item .testimony-info {
    font-size: 16px;
  }
}

.client-area-testimonial-wrapper .testimonial-wrapper .swiper-items .testimonial-item img {
  max-width: 90px;
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .testimonial-wrapper .swiper-items .testimonial-item img {
    max-width: 170px;
  }
}

.client-area-testimonial-wrapper .swiper-nav {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .client-area-testimonial-wrapper .swiper-nav {
    position: relative;
  }
}

@media only screen and (max-width: 1024px) {
  .client-area-testimonial-wrapper .swiper-nav {
    display: none;
  }
}

.client-area-testimonial-wrapper .swiper-button-next, .client-area-testimonial-wrapper .swiper-button-prev {
  top: 67%;
}

.client-area-testimonial-wrapper .swiper-button-next.swiper-button-disabled, .client-area-testimonial-wrapper .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.client-area-testimonial-wrapper .swiper-button-next {
  right: 5%;
}

@media only screen and (max-width: 1023px) {
  .client-area-testimonial-wrapper .swiper-button-next {
    right: 0;
  }
}

.client-area-testimonial-wrapper .swiper-button-prev {
  left: 5%;
}

@media only screen and (max-width: 1023px) {
  .client-area-testimonial-wrapper .swiper-button-prev {
    right: 40px;
    left: auto;
  }
}

.client-area-testimonial-wrapper .swiper-button-next:after,
.client-area-testimonial-wrapper .swiper-button-prev:after {
  content: '';
  background: url("../images/slider-right-arrow.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client-area-testimonial-wrapper .swiper-button-next:hover:after, .client-area-testimonial-wrapper .swiper-button-next:focus:after,
.client-area-testimonial-wrapper .swiper-button-prev:hover:after,
.client-area-testimonial-wrapper .swiper-button-prev:focus:after {
  background: url("../images/slider-right-arrow--hover.svg") no-repeat;
  background-size: contain;
}

.client-area-testimonial-wrapper .swiper-button-prev:after,
.client-area-testimonial-wrapper .swiper-button-prev::before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.client-area-testimonial-wrapper .testimonial-bottom-image {
  width: 185px;
  position: absolute;
  overflow: hidden;
  padding: 20px 0px 0 20px;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .testimonial-bottom-image {
    display: none;
  }
}

.client-area-testimonial-wrapper .testimonial-bottom-image-desktop {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .client-area-testimonial-wrapper .testimonial-bottom-image-desktop {
    display: block;
    position: relative;
    overflow: hidden;
    left: 20%;
    margin-top: -140px;
  }
}

@media only screen and (min-width: 1180px) {
  .client-area-testimonial-wrapper .testimonial-bottom-image-desktop {
    max-width: 300px;
    max-height: 260px;
    width: 100%;
    height: 100%;
    left: 320px;
  }
}

@media only screen and (min-width: 1024px) {
  .tailored-talent-solution-component {
    margin: 20px 0;
    padding: 0 30px 0;
    background-color: #ffffff;
  }
}

.tailored-talent-solution-component .tailored-talent-solution-wrapper {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .tailored-talent-solution-component .tailored-talent-solution-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .tailored-talent-solution-component .tailored-talent-solution-wrapper {
    border-radius: 20px;
  }
}

.tailored-talent-solution-component .tailored-talent-solution-wrapper .container {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .tailored-talent-solution-component .tailored-talent-solution-wrapper .container {
    padding: 0 15px;
  }
}

.tailored-talent-solution-component .tailored-talent-solution-wrapper #svg-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .tailored-talent-solution-component .tailored-talent-solution-wrapper #svg-section {
    display: none;
  }
}

.tailored-talent-solution-component .tailored-talent-solution-wrapper h3, .tailored-talent-solution-component .tailored-talent-solution-wrapper p {
  color: #ffffff;
}

.tailored-talent-solution-component .tailored-talent-solution-wrapper .ca-btn--white {
  margin-top: 30px;
}

.tailored-talent-solution-component .tailored-talent-solution-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .tailored-talent-solution-component .tailored-talent-solution-content {
    margin-top: 30px;
  }
}

.tailored-talent-solution-component .tailored-talent-solution-content li {
  list-style: none;
  color: #ffffff;
}

.tailored-talent-solution-component .tailored-talent-solution-content .even-column {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (min-width: 1024px) {
  .tailored-talent-solution-component .tailored-talent-solution-content .even-column {
    margin-top: 80px;
  }
}

.tailored-talent-solution-component .tailored-talent-solution-content .odd-column, .tailored-talent-solution-component .tailored-talent-solution-content .even-column {
  max-width: 50%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tailored-talent-solution-component .tailored-talent-solution-content {
    display: block;
  }
  .tailored-talent-solution-component .tailored-talent-solution-content .odd-column, .tailored-talent-solution-component .tailored-talent-solution-content .even-column {
    max-width: 100%;
  }
  .tailored-talent-solution-component .tailored-talent-solution-content .even-column {
    margin-top: 0;
  }
}

.tailored-talent-solution-component .tailored-talent-solution-item {
  background-color: #ffffff;
  border-radius: 100px;
  padding: 15px 15px 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  position: relative;
  border-radius: 24px;
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tailored-talent-solution-component .tailored-talent-solution-item {
    max-width: 93%;
    border-radius: 100px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .tailored-talent-solution-component .tailored-talent-solution-item {
    padding: 30px 30px 30px 40px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1180px) {
  .tailored-talent-solution-component .tailored-talent-solution-item {
    padding: 30px 30px 30px 50px;
  }
}

.tailored-talent-solution-component .tailored-talent-solution-item .item-count {
  border-radius: 100%;
  border: 2px solid #124395;
  background-color: #ffffff;
  color: #124395;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -20px;
  top: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}

@media only screen and (max-width: 1023px) {
  .tailored-talent-solution-component .tailored-talent-solution-item .item-count {
    left: 15px;
    width: 26px;
    height: 26px;
  }
}

.tailored-talent-solution-component .tailored-talent-solution-item h3 {
  font-size: 20px;
  line-height: normal;
  color: #124395;
  margin-bottom: 10px;
  margin-top: 0;
}

@media only screen and (max-width: 1023px) {
  .tailored-talent-solution-component .tailored-talent-solution-item h3 {
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
}

.tailored-talent-solution-component .tailored-talent-solution-item p {
  color: #3F4048;
  margin: 0;
  font-size: 16px;
}

@media only screen and (max-width: 1023px) {
  .tailored-talent-solution-component .tailored-talent-solution-item p {
    padding-left: 15px;
    font-size: 14px;
  }
}

.tailored-talent-solution-component .tailored-talent-solution-item .talent-left {
  padding-right: 30px;
  max-width: 80%;
  width: 100%;
}

@media only screen and (min-width: 1180px) {
  .tailored-talent-solution-component .tailored-talent-solution-item .talent-left {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1023px) {
  .tailored-talent-solution-component .tailored-talent-solution-item .talent-left {
    padding-right: 0;
    max-width: 100%;
  }
}

.tailored-talent-solution-component .tailored-talent-solution-item .talent-right {
  width: 100px;
}

@media only screen and (max-width: 1024px) {
  .tailored-talent-solution-component .tailored-talent-solution-item .talent-right {
    display: none;
  }
}

.tailored-talent-solution-component .tailored-talent-solution-item .talent-right img {
  border-radius: 50%;
}

.tailored-talent-solution-component .category-mobile {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .tailored-talent-solution-component .category-mobile {
    display: block;
    text-align: center;
  }
  .tailored-talent-solution-component .category-mobile button {
    display: inline;
    width: auto;
  }
}

.tailored-talent-solution-component .category-mobile .filter-item {
  border-radius: 20px;
  border: 2px solid #ffffff;
  padding: 5px 15px;
  min-width: inherit;
  margin: 0 5px 10px 5px;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
}

.tailored-talent-solution-component .category-mobile .filter-item.active {
  background-color: #ffffff;
  color: #004FA3;
}

.tailored-talent-solution-component .animated-svg {
  position: absolute;
  z-index: 1;
  top: 16%;
  width: 102px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .tailored-talent-solution-component .animated-svg {
    display: none;
  }
}

.delivering-great-outcomes {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .delivering-great-outcomes {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.delivering-great-outcomes .container {
  padding: 0;
}

.delivering-great-outcomes .mb-0 {
  text-align: center;
  color: #004FA3;
  font-size: 24px;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .delivering-great-outcomes .mb-0 {
    font-size: 42px;
  }
}

.delivering-great-outcomes .mb-1 {
  text-align: center;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .delivering-great-outcomes .mb-1 {
    font-size: 20px;
  }
}

.delivering-great-outcomes .dgo-slider {
  overflow: hidden;
  position: relative;
  margin-top: 25px;
}

.delivering-great-outcomes .dgo-slider .swiper-wrapper {
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .delivering-great-outcomes .dgo-slider .swiper-wrapper {
    overflow: auto;
  }
}

.delivering-great-outcomes .dgo-slider .swiper-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.delivering-great-outcomes .dgo-slider .swiper-slide-active {
  visibility: visible !important;
}

.delivering-great-outcomes .dgo-slider .swiper-slide {
  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;
  text-align: center;
  padding: 30px 30px 30px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .delivering-great-outcomes .dgo-slider .swiper-slide {
    padding: 30px 30px 45px 45px;
    -ms-flex-negative: unset;
        flex-shrink: unset;
  }
}

.delivering-great-outcomes .dgo-slider .swiper-pagination {
  display: block;
  position: relative;
  margin-left: 5px;
}

@media only screen and (min-width: 1024px) {
  .delivering-great-outcomes .dgo-slider .swiper-pagination {
    display: none;
  }
}

.delivering-great-outcomes .dgo-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  border: 1px solid #666666;
  width: 10px;
  height: 10px;
}

@media only screen and (min-width: 768px) {
  .delivering-great-outcomes .dgo-slider .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin-right: 15px;
  }
}

.delivering-great-outcomes .dgo-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #666666;
}

.delivering-great-outcomes .dgo-slider .dog-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  height: 230px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 70px;
}

@media only screen and (min-width: 768px) {
  .delivering-great-outcomes .dgo-slider .dog-col {
    padding-top: 100px;
    width: 325px;
    height: 325px;
  }
}

@media only screen and (min-width: 1024px) {
  .delivering-great-outcomes .dgo-slider .dog-col {
    padding-top: 65px;
    width: 265px;
    height: 265px;
  }
}

@media only screen and (min-width: 1180px) {
  .delivering-great-outcomes .dgo-slider .dog-col {
    padding-top: 100px;
    width: 325px;
    height: 325px;
  }
}

.delivering-great-outcomes .dgo-slider .dog-col h3 {
  color: #ffffff;
  font-size: 40px;
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
  .delivering-great-outcomes .dgo-slider .dog-col h3 {
    font-size: 60px;
  }
}

.delivering-great-outcomes .dgo-slider .dog-col h3 .bubblecounter {
  margin: 0 5px;
}

.delivering-great-outcomes .dgo-slider .dog-col h3 .last-item {
  font-size: 24px;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .delivering-great-outcomes .dgo-slider .dog-col h3 .last-item {
    font-size: 36px;
  }
}

.delivering-great-outcomes .dgo-slider .dog-col .mb-sub-text {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .delivering-great-outcomes .dgo-slider .dog-col .mb-sub-text {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
  }
  .delivering-great-outcomes .dgo-slider .dog-col .mb-sub-text span {
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.delivering-great-outcomes .dgo-slider .dog-col.col-dgo-2 h3 {
  color: #004FA3;
}

.delivering-great-outcomes .dgo-slider .dog-col.col-dgo-2 .mb-sub-text {
  color: #002B54;
}

.col-dgo-1 {
  background: #004FA3;
  -webkit-box-shadow: 0 0 0 1px white, -10px -5px 18px rgba(250, 166, 26, 0.5), 10px 10px 20px rgba(68, 233, 245, 0.5);
          box-shadow: 0 0 0 1px white, -10px -5px 18px rgba(250, 166, 26, 0.5), 10px 10px 20px rgba(68, 233, 245, 0.5);
}

.col-dgo-2 {
  background: #E5EDF6;
  -webkit-box-shadow: 0 0 0 1px white, -10px -5px 18px gray, 10px 10px 20px rgba(0, 174, 255, 0.5);
          box-shadow: 0 0 0 1px white, -10px -5px 18px gray, 10px 10px 20px rgba(0, 174, 255, 0.5);
}

.col-dgo-3 {
  background: #002B54;
  -webkit-box-shadow: 0 0 0 1px white, -10px -10px 18px rgba(123, 97, 255, 0.51), 10px 5px 20px #004fa3;
          box-shadow: 0 0 0 1px white, -10px -10px 18px rgba(123, 97, 255, 0.51), 10px 5px 20px #004fa3;
}

@media only screen and (max-width: 767px) {
  .dgo-slider .swiper-wrapper {
    margin: 0px 0px -20px -20px;
  }
}

@media only screen and (min-width: 767px) {
  .dgo-slider .swiper-pagination {
    display: none;
  }
}

.client-landing-page.latest-insights-banner {
  position: inherit;
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.client-landing-page.latest-insights-banner .swiper-button-disabled {
  display: none;
}

.client-landing-page.latest-insights-banner .generic-button {
  background: #124395;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  padding: 20px 15px;
  letter-spacing: 0.3px;
  margin-top: 20px;
  border-radius: 30px;
  outline: none;
  display: block;
  text-align: center;
  max-width: 300px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.client-landing-page.latest-insights-banner .generic-button:hover, .client-landing-page.latest-insights-banner .generic-button:focus {
  background: #0d316d;
}

@media only screen and (max-width: 767px) {
  .client-landing-page.latest-insights-banner .generic-button {
    font-weight: 500;
    font-size: 14px;
    max-width: 100%;
  }
}

.client-landing-page.latest-insights-banner .insight-banner-slider {
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item.banner_position_right .banner-item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1025px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-item-wrapper {
    gap: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-item-wrapper {
    gap: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-image-display {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-image-display {
    width: 728px;
  }
}

@media only screen and (max-width: 1024px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-image-display {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-image-display {
    width: 100%;
  }
}

.client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-image-display img {
  max-height: 600px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-image-display img {
    max-height: 256px;
  }
}

.client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-summary-display {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-summary-display {
    padding-bottom: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-summary-display {
    width: 300px;
  }
}

.client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-summary-display .banner-summary hr {
  color: #3f4048;
  width: 186px;
  float: left;
  border: 1px solid;
}

@media only screen and (max-width: 1024px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-summary-display .banner-summary hr {
    margin-bottom: 25px;
  }
}

.client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-summary-display .banner-summary h3 {
  color: #004FA3;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 15px;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-summary-display .banner-summary h3 {
    font-size: 20px;
  }
}

.client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-summary-display .banner-summary .banner_descriptin {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .insight-slider-item .banner-summary-display .banner-summary .banner_descriptin {
    font-size: 14px;
  }
}

.client-landing-page.latest-insights-banner .insight-banner-slider .swiper-wrapper {
  overflow: unset;
  margin: 0px 0px 20px -20px;
}

@media only screen and (max-width: 767px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .swiper-wrapper {
    margin: 0px 0px 0px -20px;
  }
}

.client-landing-page.latest-insights-banner .insight-banner-slider .swiper-button-next, .client-landing-page.latest-insights-banner .insight-banner-slider .swiper-button-prev {
  background-image: url("../images/client_area/mp-arrow-grey.svg");
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
}

.client-landing-page.latest-insights-banner .insight-banner-slider .swiper-button-next:after, .client-landing-page.latest-insights-banner .insight-banner-slider .swiper-button-prev:after {
  display: none;
}

.client-landing-page.latest-insights-banner .insight-banner-slider .swiper-button-next:hover, .client-landing-page.latest-insights-banner .insight-banner-slider .swiper-button-next:focus, .client-landing-page.latest-insights-banner .insight-banner-slider .swiper-button-prev:hover, .client-landing-page.latest-insights-banner .insight-banner-slider .swiper-button-prev:focus {
  background-image: url("../images/client_area/mp-arrow-grey-hover.svg");
}

@media only screen and (max-width: 1024px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .swiper-button-next, .client-landing-page.latest-insights-banner .insight-banner-slider .swiper-button-prev {
    display: none;
  }
}

.client-landing-page.latest-insights-banner .insight-banner-slider .swiper-pagination {
  display: block;
}

.client-landing-page.latest-insights-banner .insight-banner-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  border: 1px solid #666666;
}

.client-landing-page.latest-insights-banner .insight-banner-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #666666;
}

.client-landing-page.latest-insights-banner .insight-banner-slider .swiper-button-prev {
  rotate: 180deg;
  left: 5%;
}

@media only screen and (max-width: 1280px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .swiper-button-prev {
    left: 1%;
  }
}

.client-landing-page.latest-insights-banner .insight-banner-slider .swiper-button-next {
  right: 5%;
}

@media only screen and (max-width: 1280px) {
  .client-landing-page.latest-insights-banner .insight-banner-slider .swiper-button-next {
    right: 1%;
  }
}

.client-landing-page.latest-insights-banner .insight-banner-slider .swiper-notification {
  display: none;
}

.client-landing-page.latest-insights-banner .swiper-slide-active {
  visibility: visible !important;
}

.client-area-latest-article-wrapper, .page-recruitment-expertise-advice-page .featured-topic-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  position: relative;
}

.client-area-latest-article-wrapper .swiper-button-next, .client-area-latest-article-wrapper .swiper-button-prev, .page-recruitment-expertise-advice-page .featured-topic-wrapper .swiper-button-next, .page-recruitment-expertise-advice-page .featured-topic-wrapper .swiper-button-prev {
  background-image: url("../images/client_area/mp-arrow-grey.svg");
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
}

.client-area-latest-article-wrapper .swiper-button-next:hover, .client-area-latest-article-wrapper .swiper-button-prev:hover, .page-recruitment-expertise-advice-page .featured-topic-wrapper .swiper-button-next:hover, .page-recruitment-expertise-advice-page .featured-topic-wrapper .swiper-button-prev:hover {
  background-image: url("../images/client_area/mp-arrow-grey-hover.svg");
}

.client-area-latest-article-wrapper .swiper-button-next:hover:before, .client-area-latest-article-wrapper .swiper-button-prev:hover:before, .page-recruitment-expertise-advice-page .featured-topic-wrapper .swiper-button-next:hover:before, .page-recruitment-expertise-advice-page .featured-topic-wrapper .swiper-button-prev:hover:before {
  display: none;
}

.client-area-latest-article-wrapper .swiper-button-next::after, .client-area-latest-article-wrapper .swiper-button-prev::after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .swiper-button-next::after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .swiper-button-prev::after {
  display: none;
}

.client-area-latest-article-wrapper .swiper-button-next, .page-recruitment-expertise-advice-page .featured-topic-wrapper .swiper-button-next {
  right: 5%;
}

.client-area-latest-article-wrapper .swiper-button-prev, .page-recruitment-expertise-advice-page .featured-topic-wrapper .swiper-button-prev {
  left: 5%;
  rotate: 180deg;
}

.client-area-latest-article-wrapper .swiper-button-disabled, .page-recruitment-expertise-advice-page .featured-topic-wrapper .swiper-button-disabled {
  display: none;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.client-area-latest-article-wrapper .client-area-latest-articles h3 .latest_articles__block-title, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles h3 .latest_articles__block-title {
  line-height: normal;
  font-size: 2.625rem;
  line-height: normal;
  text-align: center;
  font-weight: 700;
  color: #124395;
}

.client-area-latest-article-wrapper .client-area-latest-articles .container, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .container {
  overflow: hidden;
}

.client-area-latest-article-wrapper .client-area-latest-articles .swiper-slide .views-field-nothing > .field-content, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .swiper-slide .views-field-nothing > .field-content {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  overflow: hidden;
}

.client-area-latest-article-wrapper .client-area-latest-articles .swiper-slide .views-field-nothing > .field-content:focus-visible, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .swiper-slide .views-field-nothing > .field-content:focus-visible {
  outline: none;
  border: 2px solid #3f4048;
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights {
  padding: 0;
  position: static;
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights h2, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights h2 {
  margin-bottom: 60px;
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights h2, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .client_area_latest_articles__block-title, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .client_area_latest_articles__block-title {
  font-size: 2.625rem;
  line-height: normal;
  font-weight: 700;
  color: #004FA3;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .client_area_latest_articles__block-title, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .client_area_latest_articles__block-title {
    font-size: 1.5rem;
  }
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights {
  overflow: hidden;
  text-align: center;
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-field-field-advice-teaser, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-field-field-advice-teaser {
  display: block;
  min-height: 70px;
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-field-field-read-time:before, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-field-field-read-time:before {
  content: "|";
  margin-right: 5px;
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-field-field-author-of-advice, .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-field-field-read-time, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-field-field-author-of-advice, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-field-field-read-time {
  display: inline;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-field-nothing img, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-field-nothing img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-field-nothing .field-content, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-field-nothing .field-content {
    display: block;
  }
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content {
  width: auto;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content {
    margin-left: 0;
  }
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-topic, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-topic {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 20px;
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-topic a, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-topic a {
  color: #004FA3;
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-title, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-title {
  min-height: 3.8em;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-title, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-title {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin-bottom: 10px;
  }
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-title .field-content, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-title .field-content {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-title .field-content, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-title .field-content {
    font-size: 1rem;
    font-weight: 500;
  }
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-field-advice-teaser, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-field-advice-teaser {
  font-size: 1.125rem;
  line-height: normal;
  color: #3F4048;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-field-advice-teaser, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-field-advice-teaser {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-field-author-of-advice, .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-field-read-time, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-field-author-of-advice, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-field-read-time {
  font-size: 1.125rem;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-field-author-of-advice, .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-field-read-time, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-field-author-of-advice, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .view-content .latest-article-right-content .views-field-field-read-time {
    font-size: 1rem;
    font-weight: 500;
    color: #3F4048;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights.swiper-container-initialized .view-content, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights.swiper-container-initialized .view-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row {
  border-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:focus, .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:hover, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:focus, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:hover {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:focus, .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:hover, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:focus, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:hover {
    margin: 0;
  }
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:focus .views-field-title .field-content, .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:hover .views-field-title .field-content, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:focus .views-field-title .field-content, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:hover .views-field-title .field-content {
  text-decoration: underline;
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:focus .views-field-field-media, .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:hover .views-field-field-media, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:focus .views-field-field-media, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:hover .views-field-field-media {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:focus .views-field-field-media, .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:hover .views-field-field-media, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:focus .views-field-field-media, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:hover .views-field-field-media {
    margin-top: 0;
  }
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:focus .views-field-field-media::before, .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:hover .views-field-field-media::before, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:focus .views-field-field-media::before, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .views-row:hover .views-field-field-media::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0000003d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link {
  color: #124395;
  font-weight: 700;
  border-bottom: 2px solid #124395;
  padding: 0;
  background-image: url(/themes/custom/mp_theme/images/arrow.svg);
  background-repeat: no-repeat;
  background-position: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  position: static;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border-bottom-width: 2px;
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link a, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  line-height: normal;
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link a::after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link a::after {
  content: "\f061";
  font-size: 18px;
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link:hover, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link:hover {
  border-color: #004FA3;
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link:hover a, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link:hover a {
  color: #004FA3;
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link:hover a::after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link:hover a::after {
  background-image: url(/themes/custom/mp_theme/images/arrow-hover.svg);
  color: #004FA3;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link {
    max-width: 120px;
  }
  .client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link a, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .more-link a {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}

.client-area-latest-article-wrapper .client-area-latest-articles .related-insights .view-related-insights .field-topic, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .related-insights .view-related-insights .field-topic {
  position: absolute;
  top: 205px;
  margin-top: 10px;
}

.client-area-latest-article-wrapper .client-area-latest-articles .swiper-pagination, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .swiper-pagination {
  display: none;
}

.client-area-latest-article-wrapper .client-area-latest-articles .swiper-pagination .swiper-pagination-bullet, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 1px solid #6D6E70;
}

.client-area-latest-article-wrapper .client-area-latest-articles .swiper-pagination .swiper-pagination-bullet-active, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6D6E70;
  border: 1px solid #6D6E70;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-latest-articles .swiper-pagination, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles .swiper-pagination {
    display: block;
    width: 100%;
    left: 0;
    right: 0;
  }
}

.client-area-latest-article-wrapper .client-area-latest-articles.withpagination .swiper-button-next, .client-area-latest-article-wrapper .client-area-latest-articles.withpagination .swiper-button-prev, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles.withpagination .swiper-button-next, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-latest-articles.withpagination .swiper-button-prev {
  top: 50%;
  z-index: 9;
}

.client-area-latest-article-wrapper .client-area-view-all-link, .client-area-latest-article-wrapper .view-all-link, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link {
  text-align: center;
  margin: 5px 0 0 0;
  position: static !important;
  font-weight: 700;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 60px auto 0 auto;
  border-bottom-width: 2px;
}

@media only screen and (min-width: 768px) {
  .client-area-latest-article-wrapper .client-area-view-all-link, .client-area-latest-article-wrapper .view-all-link, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link {
    position: absolute;
    right: 0;
    top: -70px;
  }
}

.client-area-latest-article-wrapper .client-area-view-all-link a, .client-area-latest-article-wrapper .view-all-link a, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
}

.client-area-latest-article-wrapper .client-area-view-all-link a:after, .client-area-latest-article-wrapper .view-all-link a:after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a:after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: #124395;
  display: inline-block;
  font-size: 24px;
  margin-right: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.client-area-latest-article-wrapper .client-area-view-all-link a:hover, .client-area-latest-article-wrapper .client-area-view-all-link a:focus, .client-area-latest-article-wrapper .client-area-view-all-link a:focus-visible, .client-area-latest-article-wrapper .view-all-link a:hover, .client-area-latest-article-wrapper .view-all-link a:focus, .client-area-latest-article-wrapper .view-all-link a:focus-visible, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a:hover, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a:focus, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a:focus-visible, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a:hover, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a:focus, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a:focus-visible {
  color: #0d2f69;
  text-decoration: none;
}

.client-area-latest-article-wrapper .client-area-view-all-link a:hover:after, .client-area-latest-article-wrapper .client-area-view-all-link a:focus:after, .client-area-latest-article-wrapper .client-area-view-all-link a:focus-visible:after, .client-area-latest-article-wrapper .view-all-link a:hover:after, .client-area-latest-article-wrapper .view-all-link a:focus:after, .client-area-latest-article-wrapper .view-all-link a:focus-visible:after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a:hover:after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a:focus:after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a:focus-visible:after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a:hover:after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a:focus:after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a:focus-visible:after {
  color: #0d2f69;
}

.client-area-latest-article-wrapper .client-area-view-all-link a, .client-area-latest-article-wrapper .view-all-link a, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 2px solid #124395;
  place-content: space-between center;
  padding-bottom: 15px;
  line-height: normal;
}

.client-area-latest-article-wrapper .client-area-view-all-link a:hover, .client-area-latest-article-wrapper .client-area-view-all-link a:focus, .client-area-latest-article-wrapper .client-area-view-all-link a:focus-visible, .client-area-latest-article-wrapper .view-all-link a:hover, .client-area-latest-article-wrapper .view-all-link a:focus, .client-area-latest-article-wrapper .view-all-link a:focus-visible, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a:hover, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a:focus, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a:focus-visible, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a:hover, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a:focus, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a:focus-visible {
  border-color: #0d2f69;
}

.client-area-latest-article-wrapper .client-area-view-all-link a:hover::after, .client-area-latest-article-wrapper .client-area-view-all-link a:focus::after, .client-area-latest-article-wrapper .client-area-view-all-link a:focus-visible::after, .client-area-latest-article-wrapper .view-all-link a:hover::after, .client-area-latest-article-wrapper .view-all-link a:focus::after, .client-area-latest-article-wrapper .view-all-link a:focus-visible::after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a:hover::after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a:focus::after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a:focus-visible::after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a:hover::after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a:focus::after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a:focus-visible::after {
  color: #0d2f69;
}

.client-area-latest-article-wrapper .client-area-view-all-link a::after, .client-area-latest-article-wrapper .view-all-link a::after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a::after, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a::after {
  content: "\f061";
  font-size: 18px;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .client-area-latest-article-wrapper .client-area-view-all-link, .client-area-latest-article-wrapper .view-all-link, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link {
    max-width: 90%;
  }
  .client-area-latest-article-wrapper .client-area-view-all-link a, .client-area-latest-article-wrapper .view-all-link a, .page-recruitment-expertise-advice-page .featured-topic-wrapper .client-area-view-all-link a, .page-recruitment-expertise-advice-page .featured-topic-wrapper .view-all-link a {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}

.client_landing_page__client-components h3.field--label ~ ul {
  background: #ffffff;
}

.client_landing_page__client-components h3.field--label ~ ul > li:nth-child(2) {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  margin-top: -90px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .client_landing_page__client-components h3.field--label ~ ul > li:nth-child(2) {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    margin-top: -48px;
  }
}

.client_landing_page__client-components h3.field--label ~ ul > li:nth-child(2) > div {
  padding-top: 60px;
}

.b2b_landing_page__body .block-gutenberg:nth-child(2) {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  margin-top: -90px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .b2b_landing_page__body .block-gutenberg:nth-child(2) {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }
}

.our-expertise--component {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .our-expertise--component {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.our-expertise--component .ca-btn--primary:hover, .our-expertise--component .ca-btn--primary:focus {
  border-color: #0E3577;
  background-color: #0E3577;
  color: #ffffff;
}

.our-expertise--component .ca-btn--primary:focus {
  border: 2px solid #3f4048;
}

.our-expertise--component .our-expertise-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .our-expertise-content {
    display: block;
    margin-bottom: 10px;
  }
}

.our-expertise--component .our-expertise-inner {
  max-width: 570px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .our-expertise-inner {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .our-expertise-inner {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-block {
  position: relative;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 25px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-block {
    height: 90px;
    padding: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-block img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-block img {
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
  }
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  to {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

@keyframes slideOut {
  from {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  to {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal {
  position: fixed;
  z-index: 999;
  background: #ffffff;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

@media only screen and (min-width: 769px) {
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal {
    top: 50%;
    left: 50%;
    right: -100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 72px;
    padding-bottom: 72px;
    -webkit-animation: slideIn 0.2s forwards;
            animation: slideIn 0.2s forwards;
    -webkit-box-shadow: 0 1px 10px #08080829;
            box-shadow: 0 1px 10px #08080829;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal {
    position: relative;
    right: inherit;
    top: inherit;
    display: none;
    -webkit-transition: inherit;
    transition: inherit;
    margin-top: 10px;
    z-index: 0;
  }
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .container {
    width: 100%;
    padding: 0;
  }
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .container button {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0;
  width: 50px;
  height: 50px;
  margin-top: 0;
  line-height: normal;
  background-color: transparent;
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .container button i {
  color: #6D6E71;
  font-size: 1.25rem;
}

@media only screen and (max-width: 1200px) {
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .container button {
    width: 40px;
    height: 40px;
  }
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .container button i {
    color: #6D6E71;
    font-size: 1rem;
  }
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal.animate-modal {
  -webkit-animation: slideOut 0.5s forwards;
          animation: slideOut 0.5s forwards;
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .our-expertise-item-modal--left-content {
  max-width: 990px;
  width: 100%;
  background-color: #E5EDF6;
  border-radius: 10px;
  padding: 60px 310px 60px 100px;
  height: 480px;
}

@media only screen and (max-width: 1200px) {
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .our-expertise-item-modal--left-content {
    padding: 30px 230px 30px 30px;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .our-expertise-item-modal--left-content {
    max-width: 100%;
    border-radius: 5px;
    padding: 15px;
    height: auto;
    padding-top: 35px;
  }
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .our-expertise-item-modal--left-content h4 {
  font-size: 2rem;
  line-height: 40px;
  font-weight: 700;
  color: #004FA3;
  margin-bottom: 10px;
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .our-expertise-item-modal--left-content h4 {
    font-size: 1rem;
    line-height: normal;
  }
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .our-expertise-item-modal--left-content p {
  font-size: 1.25rem;
  line-height: 28px;
  color: #3F4048;
  margin-top: 0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .our-expertise-item-modal--left-content p {
    font-size: 1rem;
    line-height: normal;
  }
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .our-expertise-item-modal--right-content {
  max-width: 400px;
  width: 100%;
  margin-left: -220px;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1200px) {
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .our-expertise-item-modal--right-content {
    max-width: 250px;
    height: 250px;
  }
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .our-expertise-item-modal--right-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .our-expertise-item-modal--right-content {
    display: none;
  }
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-modal .our-expertise-close-modal:focus {
  border: 2px solid #3f4048;
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-overlay {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-item-overlay {
    display: none;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3f4048;
    opacity: 0.2;
    -webkit-box-shadow: 0 1px 10px #3f4048;
            box-shadow: 0 1px 10px #3f4048;
    z-index: 99;
  }
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-link {
  background: #ffffff;
  border-radius: 20px;
  padding: 8px 15px;
  color: #004FA3;
  font-weight: 500;
  position: relative;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  white-space: normal;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-link {
    font-size: 0.875rem;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: auto;
  }
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-link i {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-link:hover, .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-link:focus {
  background-color: #004FA3;
  color: #ffffff;
}

.our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-link:hover i, .our-expertise--component .our-expertise-inner .our-expertise-item .our-expertise-link:focus i {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .our-expertise--component .our-expertise-inner:hover .our-expertise-link {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.our-expertise--component .expertise-wrapper #ca-expertise-show-more {
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper #ca-expertise-show-more {
    margin-top: 10px;
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper ul {
  list-style: none;
}

.our-expertise--component .expertise-wrapper .ul-item-2 li:nth-child(1) {
  max-width: 50%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-2 li:nth-child(1) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-2 li:nth-child(1) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-2 li:nth-child(2) {
  max-width: 50%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-2 li:nth-child(2) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-2 li:nth-child(2) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-3 li:nth-child(1) {
  max-width: 590px;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-3 li:nth-child(1) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-3 li:nth-child(1) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-3 li:nth-child(2) {
  max-width: 290px;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-3 li:nth-child(2) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-3 li:nth-child(2) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-3 li:nth-child(3) {
  max-width: 290px;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-3 li:nth-child(3) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-3 li:nth-child(3) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-3.ul-item-3-reverse li:nth-child(1) {
  max-width: 290px;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-3.ul-item-3-reverse li:nth-child(1) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-3.ul-item-3-reverse li:nth-child(1) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-3.ul-item-3-reverse li:nth-child(2) {
  max-width: 290px;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-3.ul-item-3-reverse li:nth-child(2) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-3.ul-item-3-reverse li:nth-child(2) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-3.ul-item-3-reverse li:nth-child(3) {
  max-width: 590px;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-3.ul-item-3-reverse li:nth-child(3) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-3.ul-item-3-reverse li:nth-child(3) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-4 li:nth-child(1) {
  max-width: 25%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-4 li:nth-child(1) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-4 li:nth-child(1) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-4 li:nth-child(2) {
  max-width: 25%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-4 li:nth-child(2) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-4 li:nth-child(2) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-4 li:nth-child(3) {
  max-width: 25%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-4 li:nth-child(3) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-4 li:nth-child(3) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-4 li:nth-child(4) {
  max-width: 25%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-4 li:nth-child(4) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-4 li:nth-child(4) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(1) {
  max-width: 24%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(1) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(1) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(2) {
  max-width: 17%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(2) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(2) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(3) {
  max-width: 17%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(3) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(3) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(4) {
  max-width: 24%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(4) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(4) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(5) {
  max-width: 17%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(5) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-5 li:nth-child(5) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(5) {
  max-width: 24%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(5) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(5) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(4) {
  max-width: 17%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(4) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(4) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(3) {
  max-width: 17%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(3) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(3) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(2) {
  max-width: 24%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(2) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(2) {
    max-width: 100%;
  }
}

.our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(1) {
  max-width: 17%;
}

@media only screen and (max-width: 1024px) {
  .our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(1) {
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .our-expertise--component .expertise-wrapper .ul-item-5.ul-item-5-reverse li:nth-child(1) {
    max-width: 100%;
  }
}

.client-area-popup {
  background: #fff;
  border-radius: 20px;
}

.client-area-popup.ui-dialog {
  width: 80% !important;
}

@media only screen and (min-width: 1300px) {
  .client-area-popup.ui-dialog {
    max-width: 1200px;
    width: 100% !important;
  }
}

@media only screen and (max-width: 540px) {
  .client-area-popup.ui-dialog {
    width: 90% !important;
  }
}

.client-area-popup.ui-dialog .ui-dialog-titlebar {
  border: none;
  padding: 25px 0;
}

.client-area-popup.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  text-align: center;
  color: #004FA3;
  margin: 0;
  font-size: 30px;
  line-height: 1.5;
}

.client-area-popup.ui-dialog .ui-dialog-titlebar-close {
  top: 15px;
  right: -70px;
  margin: 0;
  padding: 20px 25px;
  background-color: transparent;
  border: none;
}

@media only screen and (max-width: 1025px) {
  .client-area-popup.ui-dialog .ui-dialog-titlebar-close {
    right: -40px;
  }
}

@media only screen and (max-width: 540px) {
  .client-area-popup.ui-dialog .ui-dialog-titlebar-close {
    right: -20px;
  }
}

.client-area-popup.ui-dialog .ui-dialog-titlebar-close:focus, .client-area-popup.ui-dialog .ui-dialog-titlebar-close:focus-visible {
  border: 2px solid #333;
  border-radius: 5px;
}

.client-area-popup.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  background-image: url("../images/icon-grey.png");
  width: 15px;
  height: 15px;
}

@media only screen and (max-width: 767px) {
  .client-area-popup.ui-dialog .ui-dialog-titlebar-close .ui-icon {
    width: 15px;
    height: 15px;
  }
}

.client-area-popup.ui-dialog #drupal-modal {
  background: none;
  padding-top: 0;
}

.client-area-popup.ui-dialog #drupal-modal .form-item {
  max-width: 48%;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .client-area-popup.ui-dialog #drupal-modal .form-item {
    max-width: 46%;
  }
}

@media only screen and (max-width: 768px) {
  .client-area-popup.ui-dialog #drupal-modal .form-item {
    max-width: 100%;
  }
}

.client-area-popup.ui-dialog #drupal-modal .form-item.js-form-type-textarea, .client-area-popup.ui-dialog #drupal-modal .form-item.form-item-below-form-text, .client-area-popup.ui-dialog #drupal-modal .form-item.js-form-type-webform-markup, .client-area-popup.ui-dialog #drupal-modal .form-item.checkboxes--wrapper {
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .client-area-popup.ui-dialog #drupal-modal .form-item.js-form-type-textarea, .client-area-popup.ui-dialog #drupal-modal .form-item.form-item-below-form-text, .client-area-popup.ui-dialog #drupal-modal .form-item.js-form-type-webform-markup, .client-area-popup.ui-dialog #drupal-modal .form-item.checkboxes--wrapper {
    max-width: 98%;
  }
}

@media only screen and (max-width: 768px) {
  .client-area-popup.ui-dialog #drupal-modal .form-item.js-form-type-textarea, .client-area-popup.ui-dialog #drupal-modal .form-item.form-item-below-form-text, .client-area-popup.ui-dialog #drupal-modal .form-item.js-form-type-webform-markup, .client-area-popup.ui-dialog #drupal-modal .form-item.checkboxes--wrapper {
    max-width: 100%;
  }
}

.client-area-popup.ui-dialog #drupal-modal .form-item.form-item-below-form-text p, .client-area-popup.ui-dialog #drupal-modal .form-item.js-form-type-webform-markup p {
  max-width: 100%;
  margin: 0;
  margin-bottom: 16px;
}

.client-area-popup.ui-dialog #drupal-modal .form-item.checkboxes--wrapper .form-item {
  max-width: 100%;
}

.client-area-popup.ui-dialog .ui-dialog-buttonpane {
  background: none;
}

.client-area-popup.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  max-width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .client-area-popup.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    margin: 0;
  }
}

.client-area-popup.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  display: inline-block;
  max-width: 268px;
  width: 100%;
  margin: 0 15px 15px 0;
  background-color: #124395;
  color: #ffffff;
  height: 56px;
  font-size: 1rem;
  line-height: 18.75px;
  border: 2px solid #124395;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.client-area-popup.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover, .client-area-popup.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:focus, .client-area-popup.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:focus-visible {
  background: #0E3577;
  color: #ffffff;
  border-color: #0E3577;
  outline: none;
}

@media only screen and (max-width: 820px) {
  .client-area-popup.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    max-width: 47%;
  }
}

@media only screen and (max-width: 430px) {
  .client-area-popup.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    display: block;
    max-width: 100%;
  }
}

@media only screen and (max-width: 820px) {
  .client-area-popup.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
    margin-right: 0;
  }
}

.client-area-popup.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.webform-button--previous {
  background-color: #ffffff;
  border: 2px solid #124395;
  color: #124395;
}

.client-area-popup.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.webform-button--previous:hover, .client-area-popup.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.webform-button--previous:focus, .client-area-popup.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.webform-button--previous:focus-visible {
  background: #0E3577;
  color: #ffffff;
  border-color: #0E3577;
  outline: none;
}

.client-area-popup.ui-widget.ui-widget-content {
  padding: 0 80px;
}

@media only screen and (max-width: 1024px) {
  .client-area-popup.ui-widget.ui-widget-content {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .client-area-popup.ui-widget.ui-widget-content {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 540px) {
  .client-area-popup.ui-widget.ui-widget-content {
    padding: 0 20px;
  }
}

.client-area-popup.ui-widget.ui-widget-content ul {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.client-area-popup .messages {
  display: none;
}

.client-area-popup .webform-submission-form {
  padding-top: 0;
}

.client-area-popup .webform-submission-form .form-item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 540px) {
  .client-area-popup .webform-submission-form .form-item {
    margin-bottom: 15px;
  }
}

.client-area-popup .webform-submission-form .form-item .form-item--error-message {
  font-size: 14px !important;
}

.client-area-popup .webform-submission-form .form-item input:not([type="checkbox"]), .client-area-popup .webform-submission-form .form-item select, .client-area-popup .webform-submission-form .form-item textarea {
  max-width: 100%;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #9B9B9B;
  padding: 10px 38px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.client-area-popup .webform-submission-form .form-item input:not([type="checkbox"]).valid, .client-area-popup .webform-submission-form .form-item select.valid, .client-area-popup .webform-submission-form .form-item textarea.valid {
  border: 2px solid #2fba2f;
}

.client-area-popup .webform-submission-form .form-item input:not([type="checkbox"]).valid.empty-input, .client-area-popup .webform-submission-form .form-item select.valid.empty-input, .client-area-popup .webform-submission-form .form-item textarea.valid.empty-input {
  background-image: none !important;
  border: 1px solid #9B9B9B;
}

.client-area-popup .webform-submission-form .form-item input:not([type="checkbox"]).valid.empty-input.hasDatepicker, .client-area-popup .webform-submission-form .form-item select.valid.empty-input.hasDatepicker, .client-area-popup .webform-submission-form .form-item textarea.valid.empty-input.hasDatepicker {
  background-image: url("../images/job-apply/calendar-days-solid.svg") !important;
}

.client-area-popup .webform-submission-form .form-item input:not([type="checkbox"]):focus-visible, .client-area-popup .webform-submission-form .form-item select:focus-visible, .client-area-popup .webform-submission-form .form-item textarea:focus-visible {
  border-color: #124395;
}

@media only screen and (max-width: 540px) {
  .client-area-popup .webform-submission-form .form-item input:not([type="checkbox"]), .client-area-popup .webform-submission-form .form-item select, .client-area-popup .webform-submission-form .form-item textarea {
    height: 45px;
    padding: 10px 30px 10px 10px;
  }
}

@media only screen and (max-width: 540px) {
  .client-area-popup .webform-submission-form .form-item.js-form-type-textarea label {
    margin-bottom: 10px;
  }
}

.client-area-popup .webform-submission-form .form-item .select2-widget.valid-text + .select2 .select2-selection--single {
  border: 2px solid #2fba2f;
}

.client-area-popup .webform-submission-form .form-item label {
  line-height: 24px;
}

.client-area-popup .webform-submission-form .form-item .cv-label, .client-area-popup .webform-submission-form .form-item legend {
  font-size: 1.125rem;
  line-height: 18px;
  color: #3F4048;
  margin-bottom: 8px;
}

.client-area-popup .webform-submission-form .form-item legend, .client-area-popup .webform-submission-form .form-item.fieldgroup.js-webform-type-radios legend {
  margin-bottom: 20px;
}

.client-area-popup .webform-submission-form .form-item legend .jaj-subtext, .client-area-popup .webform-submission-form .form-item.fieldgroup.js-webform-type-radios legend .jaj-subtext {
  display: none;
}

.client-area-popup .webform-submission-form .form-item .form-item--error-message {
  margin-top: 4px;
}

.client-area-popup .webform-submission-form .js-form-type-textarea textarea {
  max-width: 99%;
  height: inherit;
}

@media only screen and (max-width: 820px) {
  .client-area-popup .webform-submission-form .js-form-type-textarea textarea {
    max-width: 100%;
  }
}

.client-area-popup .webform-submission-form .js-form-type-checkbox label.option, .client-area-popup .webform-submission-form .js-form-type-radio label.option {
  font-size: 1rem;
  margin-bottom: 0;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 35px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 0;
}

.client-area-popup .webform-submission-form .js-form-type-checkbox label.option:hover, .client-area-popup .webform-submission-form .js-form-type-radio label.option:hover {
  background: transparent;
}

.client-area-popup .webform-submission-form .js-form-type-checkbox label.option:before, .client-area-popup .webform-submission-form .js-form-type-radio label.option:before {
  border-radius: 5px;
  border-color: #9B9B9B;
  position: relative;
}

.client-area-popup .webform-submission-form .js-form-type-checkbox input[type="checkbox"]:checked ~ label::before, .client-area-popup .webform-submission-form .js-form-type-radio input[type="checkbox"]:checked ~ label::before {
  border-radius: 5px;
}

.client-area-popup .webform-submission-form .js-form-type-checkbox input[type="checkbox"]:checked ~ label, .client-area-popup .webform-submission-form .js-form-type-radio input[type="checkbox"]:checked ~ label {
  border: 0 !important;
  background: transparent;
  color: unset;
}

.client-area-popup .webform-submission-form .js-form-type-checkbox input[type="checkbox"]:checked ~ label::before, .client-area-popup .webform-submission-form .js-form-type-radio input[type="checkbox"]:checked ~ label::before {
  border: 2px solid #2fba2f;
  color: #2fba2f;
}

.client-area-popup .webform-submission-form .js-form-type-checkbox input[type="checkbox"]:focus + label, .client-area-popup .webform-submission-form .js-form-type-radio input[type="checkbox"]:focus + label {
  background-color: transparent;
}

.client-area-popup .webform-submission-form .js-form-type-checkbox input[type="checkbox"]:focus + label:before, .client-area-popup .webform-submission-form .js-form-type-radio input[type="checkbox"]:focus + label:before {
  border: 2px solid #2fba2f;
  color: #2fba2f;
}

.client-area-popup .webform-submission-form .js-form-type-checkbox input[type="checkbox"]:hover + label, .client-area-popup .webform-submission-form .js-form-type-checkbox input[type="checkbox"]:hover ~ label, .client-area-popup .webform-submission-form .js-form-type-checkbox input[type="checkbox"]:focus ~ label, .client-area-popup .webform-submission-form .js-form-type-radio input[type="checkbox"]:hover + label, .client-area-popup .webform-submission-form .js-form-type-radio input[type="checkbox"]:hover ~ label, .client-area-popup .webform-submission-form .js-form-type-radio input[type="checkbox"]:focus ~ label {
  background-color: transparent;
}

.client-area-popup .webform-submission-form .js-form-type-checkbox input[type="checkbox"].error ~ label, .client-area-popup .webform-submission-form .js-form-type-radio input[type="checkbox"].error ~ label {
  border: 0 !important;
}

.client-area-popup .webform-submission-form .js-form-type-checkbox input[type="checkbox"].error ~ label::before, .client-area-popup .webform-submission-form .js-form-type-radio input[type="checkbox"].error ~ label::before {
  border-color: #be1200;
}

.client-area-popup .webform-submission-form .js-form-type-checkbox input[type="checkbox"]:not(:checked):focus + label::before, .client-area-popup .webform-submission-form .js-form-type-checkbox input[type="checkbox"]:not(:checked):focus-within + label::before, .client-area-popup .webform-submission-form .js-form-type-checkbox input[type="checkbox"]:not(:checked).valid:focus + label::before, .client-area-popup .webform-submission-form .js-form-type-checkbox input[type="checkbox"]:not(:checked).valid:focus-within + label::before, .client-area-popup .webform-submission-form .js-form-type-radio input[type="checkbox"]:not(:checked):focus + label::before, .client-area-popup .webform-submission-form .js-form-type-radio input[type="checkbox"]:not(:checked):focus-within + label::before, .client-area-popup .webform-submission-form .js-form-type-radio input[type="checkbox"]:not(:checked).valid:focus + label::before, .client-area-popup .webform-submission-form .js-form-type-radio input[type="checkbox"]:not(:checked).valid:focus-within + label::before {
  border: 3px solid #3f4048;
  color: #3f4048;
}

.client-area-popup .webform-submission-form .fieldset-wrapper .js-form-type-radio {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client-area-popup .webform-submission-form .fieldset-wrapper .js-form-type-radio label.option {
  font-weight: 400;
}

.client-area-popup .webform-submission-form .fieldset-wrapper .js-form-type-radio label.option::before {
  border-radius: 100%;
  margin-left: -35px;
}

.client-area-popup .webform-submission-form .fieldset-wrapper .js-form-type-radio label.option:hover {
  background-color: transparent;
}

.client-area-popup .webform-submission-form .fieldset-wrapper .js-form-type-radio input:checked ~ label {
  border-width: 0 !important;
  background: transparent;
}

.client-area-popup .webform-submission-form .fieldset-wrapper .js-form-type-radio input:checked ~ label:before {
  border-radius: 100%;
}

.client-area-popup .webform-submission-form .form-item-preferred-job-type-section-preferred-job-type {
  display: block !important;
  max-width: 100% !important;
  margin-bottom: 20px !important;
}

.client-area-popup .webform-submission-form .cv-upload-options {
  max-width: 470px;
  width: 100%;
  display: block;
}

.client-area-popup .webform-submission-form .cv-upload-options .upload-list {
  max-width: 100%;
}

.client-area-popup .webform-submission-form .cv-upload-options .upload-list a {
  text-decoration: none;
}

.client-area-popup .webform-submission-form .cv-upload-options .draggable .uploaded-cv {
  margin-bottom: 5px;
}

.client-area-popup .webform-submission-form .cv-upload-options .form-item .form-item--error-message {
  margin-top: 0;
}

.client-area-popup .webform-submission-form .form-item .jaj-subtext {
  max-width: 371px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-top: -15px;
}

.client-area-popup .webform-submission-form .password-field {
  width: 100%;
}

.client-area-popup .webform-submission-form .cv-upload-options {
  margin-top: 0;
}

.client-area-popup .webform-submission-form .cv-upload-options .tabledrag-toggle-weight {
  display: none;
}

.client-area-popup .webform-submission-form .cv-upload-options .upload-spinner {
  position: absolute;
  top: 0;
  right: 20px;
}

.client-area-popup .webform-submission-form .cv-upload-options table .file-list {
  margin-top: 0;
}

.client-area-popup .webform-submission-form .cv-upload-options table .file-list li {
  border-radius: 10px;
  margin-top: 0;
}

.client-area-popup .webform-submission-form .cv-upload-options .form-item .messages--error.file-upload-js-error {
  margin-top: 4px;
}

.client-area-popup .webform-submission-form .upload-list {
  margin-bottom: 0;
}

.client-area-popup .webform-submission-form .upload-list a {
  margin-top: 0;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #9B9B9B;
  color: #666666;
}

.client-area-popup .webform-submission-form .upload-list a:after {
  content: "\f078";
  color: #3F4048;
}

.client-area-popup .webform-submission-form .upload-list a.mp-cv-upload-error {
  border: 2px solid #be1200;
}

.client-area-popup .webform-submission-form .cv-label {
  display: block;
}

.client-area-popup .webform-submission-form .file-chooser-field-wrapper {
  margin-top: -9px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 99;
  position: absolute;
  border: 1px solid #666666;
  max-width: 100%;
  width: 99.2%;
}

.client-area-popup .webform-submission-form .file-chooser-field-wrapper a {
  color: #666666;
  padding-left: 45px;
}

.client-area-popup .webform-submission-form .file-chooser-field-wrapper a.browse {
  background: url("../images/job-apply/brows-icon.svg") no-repeat;
  background-size: 17px 14px;
  background-position: 22px;
  padding-left: 46px;
}

.client-area-popup .webform-submission-form .file-chooser-field-wrapper a.browse:hover, .client-area-popup .webform-submission-form .file-chooser-field-wrapper a.browse:focus, .client-area-popup .webform-submission-form .file-chooser-field-wrapper a.browse:focus-visible {
  background: url("../images/job-apply/browse-icon-hover.svg") no-repeat;
  background-color: #124395;
  background-position: 22px;
  background-size: 17px 14px;
  color: #ffffff;
}

.client-area-popup .webform-submission-form .file-chooser-field-wrapper .user-cv-lists li {
  background: url("../images/job-apply/cv-icon.svg") no-repeat;
  background-position: 22px;
  background-size: 17px 14px;
}

.client-area-popup .webform-submission-form .file-chooser-field-wrapper .user-cv-lists li:before {
  display: none;
}

.client-area-popup .webform-submission-form .file-chooser-field-wrapper .user-cv-lists a:hover {
  background: url("../images/job-apply/cv-hover.svg") no-repeat;
  background-color: #124395;
  background-position: 22px;
  background-size: 17px 14px;
  color: #ffffff;
}

.client-area-popup .webform-submission-form .file-chooser-field-wrapper .user-cv-lists a:hover:before {
  display: none;
}

.client-area-popup .webform-submission-form .cv-file-description {
  margin-top: -17px;
}

.client-area-popup .webform-submission-form .mycv-selected li {
  margin-top: 0;
  border-radius: 10px;
}

.client-area-popup .webform-submission-form input[type="submit"], .client-area-popup .webform-submission-form input[type="button"], .client-area-popup .webform-submission-form button, .client-area-popup .webform-submission-form .form-submit, .client-area-popup .webform-submission-form [type='button'], .client-area-popup .webform-submission-form [type='reset'], .client-area-popup .webform-submission-form [type='submit'] {
  background-color: #124395;
  color: #ffffff;
  height: 56px;
  display: block;
  font-size: 1rem;
  line-height: 18.75px;
  border-radius: 30px;
  min-width: 185px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.client-area-popup .webform-submission-form input[type="submit"]:hover, .client-area-popup .webform-submission-form input[type="submit"]:focus, .client-area-popup .webform-submission-form input[type="submit"]:focus-visible, .client-area-popup .webform-submission-form input[type="button"]:hover, .client-area-popup .webform-submission-form input[type="button"]:focus, .client-area-popup .webform-submission-form input[type="button"]:focus-visible, .client-area-popup .webform-submission-form button:hover, .client-area-popup .webform-submission-form button:focus, .client-area-popup .webform-submission-form button:focus-visible, .client-area-popup .webform-submission-form .form-submit:hover, .client-area-popup .webform-submission-form .form-submit:focus, .client-area-popup .webform-submission-form .form-submit:focus-visible, .client-area-popup .webform-submission-form [type='button']:hover, .client-area-popup .webform-submission-form [type='button']:focus, .client-area-popup .webform-submission-form [type='button']:focus-visible, .client-area-popup .webform-submission-form [type='reset']:hover, .client-area-popup .webform-submission-form [type='reset']:focus, .client-area-popup .webform-submission-form [type='reset']:focus-visible, .client-area-popup .webform-submission-form [type='submit']:hover, .client-area-popup .webform-submission-form [type='submit']:focus, .client-area-popup .webform-submission-form [type='submit']:focus-visible {
  background-color: #0E3577;
  color: #ffffff;
  border: 2px solid #0E3577;
}

@media only screen and (max-width: 768px) {
  .client-area-popup .webform-submission-form input[type="submit"], .client-area-popup .webform-submission-form input[type="button"], .client-area-popup .webform-submission-form button, .client-area-popup .webform-submission-form .form-submit, .client-area-popup .webform-submission-form [type='button'], .client-area-popup .webform-submission-form [type='reset'], .client-area-popup .webform-submission-form [type='submit'] {
    min-width: 100px;
    width: 100%;
    max-width: 185px;
  }
}

.client-area-popup .webform-submission-form input[type="submit"],
.client-area-popup .webform-submission-form button {
  min-width: 268px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 570px) {
  .client-area-popup .webform-submission-form input[type="submit"],
  .client-area-popup .webform-submission-form button {
    max-width: 45%;
    min-width: 45%;
  }
}

.client-area-popup .webform-submission-form input[type="submit"].webform-button--previous,
.client-area-popup .webform-submission-form button.webform-button--previous {
  background-color: #ffffff;
  border: 2px solid #124395;
  color: #124395;
}

.client-area-popup .webform-submission-form input[type="submit"].webform-button--previous:hover, .client-area-popup .webform-submission-form input[type="submit"].webform-button--previous:focus,
.client-area-popup .webform-submission-form button.webform-button--previous:hover,
.client-area-popup .webform-submission-form button.webform-button--previous:focus {
  background-color: #0E3577;
  border-color: #0E3577;
  color: #ffffff;
}

.client-area-popup .webform-submission-form .mp-mobile-app-ios .mobile-browse-wrapper {
  width: 100%;
}

.client-area-popup .webform-submission-form .mp-mobile-app-ios .mobile-browse-wrapper .upload-cv-text {
  margin-top: 0;
  background-color: #ffffff !important;
  border-radius: 10px;
  border: 1px solid #9B9B9B;
  color: #666666;
}

.client-area-popup .webform-submission-form .mp-mobile-app-ios .mobile-browse-wrapper .upload-cv-text:after {
  content: "\f078" !important;
  color: #3F4048;
}

.client-area-popup .webform-submission-form .mp-mobile-app-ios .mobile-browse-wrapper .upload-cv-text.mp-cv-upload-error {
  border: 2px solid #be1200;
}

.client-area-popup .webform-submission-form .mp-mobile-app-ios .mobile-browse-wrapper #mobile-app-browse {
  margin-top: -9px;
}

.client-area-popup .webform-submission-form .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse {
  background-image: url("../images/job-apply/brows-icon.svg") !important;
  background-size: 17px 14px !important;
  background-position: 22px !important;
  padding-left: 46px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -9px;
  border: 1px solid #666666 !important;
}

.client-area-popup .webform-submission-form .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse a {
  color: #666666;
}

.client-area-popup .webform-submission-form .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse:hover, .client-area-popup .webform-submission-form .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse:focus, .client-area-popup .webform-submission-form .mp-mobile-app-ios .mobile-browse-wrapper .cv-browse:focus-visible {
  background: url("../images/job-apply/browse-icon-hover.svg") no-repeat;
  background-color: #124395;
  background-position: 22px;
  background-size: 17px 14px;
  color: #ffffff;
}

.client-area-popup .webform-submission-form .select2-container {
  max-width: 100%;
  width: 100% !important;
}

.client-area-popup .webform-submission-form .select2-container--default .select2-selection--single {
  height: 60px;
  border-radius: 10px;
}

.client-area-popup .webform-submission-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  font-size: 1rem;
  line-height: 18px;
  white-space: break-spaces;
}

.client-area-popup .webform-submission-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666666;
}

.client-area-popup .webform-submission-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: 18px;
  right: 10px;
}

.client-area-popup .webform-submission-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: "\f078";
  color: #3F4048;
  font: normal normal normal 14px/1 "Font Awesome 6 Pro";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  rotate: 180deg;
}

.client-area-popup .webform-submission-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.client-area-popup .webform-submission-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 18px;
  right: 10px;
}

.client-area-popup .webform-submission-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.client-area-popup .webform-submission-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\f078";
  color: #3F4048;
  font: normal normal normal 14px/1 "Font Awesome 6 Pro";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.client-area-popup .webform-submission-form .form-item .valid-text + .select2 .select2-selection--single {
  border: 2px solid #2fba2f;
  padding-right: 35px;
}

.client-area-popup .webform-submission-form .rc-anchor-light.rc-anchor-normal, .client-area-popup .webform-submission-form .rc-anchor-light.rc-anchor-compact {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .client-area-popup .webform-submission-form .webform-options-display-three-columns, .client-area-popup .webform-submission-form .webform-options-display-two-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media only screen and (max-width: 540px) {
  .client-area-popup .webform-submission-form .webform-options-display-three-columns, .client-area-popup .webform-submission-form .webform-options-display-two-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.client-area-popup .webform-submission-form:not(.multistep-webform) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}

.client-area-popup .webform-submission-form:not(.multistep-webform) .form-item {
  max-width: 48%;
  width: 100%;
}

.client-area-popup .webform-submission-form:not(.multistep-webform) .form-item.form-item-below-form-text, .client-area-popup .webform-submission-form:not(.multistep-webform) .form-item.js-form-type-textarea, .client-area-popup .webform-submission-form:not(.multistep-webform) .form-item.checkboxes--wrapper {
  max-width: 100%;
}

.client-area-popup .webform-submission-form:not(.multistep-webform) .form-item.form-item-below-form-text .form-item, .client-area-popup .webform-submission-form:not(.multistep-webform) .form-item.js-form-type-textarea .form-item, .client-area-popup .webform-submission-form:not(.multistep-webform) .form-item.checkboxes--wrapper .form-item {
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .client-area-popup .webform-submission-form:not(.multistep-webform) .form-item {
    max-width: 46%;
  }
}

@media only screen and (max-width: 768px) {
  .client-area-popup .webform-submission-form:not(.multistep-webform) .form-item {
    max-width: 100%;
  }
}

@media only screen and (max-width: 570px) {
  .client-area-popup .webform-submission-form:not(.multistep-webform) input[type="submit"] {
    max-width: 100%;
  }
}

.client-area-popup .webform-submission-form:not(.multistep-webform) .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client-area-popup .webform-submission-form:not(.multistep-webform) .captcha {
  width: 100%;
}

.client-area-popup .webform-submission-form .webform-confirmation__message {
  text-align: center;
}

.client-area-popup .webform-submission-form .webform-confirmation__message h4 {
  margin-bottom: 0;
  color: #004FA3;
}

.client-area-popup .webform-submission-form .webform-confirmation__message p {
  text-align: center;
  color: #004FA3;
}

.client-area-popup .webform-submission-form .webform-confirmation__back {
  margin-top: 48px;
  text-align: center;
}

.client-area-popup .webform-submission-form .webform-confirmation__back a {
  display: inline-block;
  padding: 14px 15px;
  border: 2px solid #004FA3;
  border-radius: 50px;
  background: #004FA3;
  color: #ffffff;
  text-decoration: none;
}

.client-area-popup .webform-submission-form .webform-confirmation__back a:hover, .client-area-popup .webform-submission-form .webform-confirmation__back a:focus, .client-area-popup .webform-submission-form .webform-confirmation__back a:focus-visible {
  background: #0E3577;
  color: #ffffff;
  border-color: #0E3577;
  outline: none;
}

.client-area-popup .webform-submission-form .form-text.valid ~ .form-item--error-message,
.client-area-popup .webform-submission-form .form-email.valid ~ .form-item--error-message,
.client-area-popup .webform-submission-form .form-number.valid ~ .form-item--error-message,
.client-area-popup .webform-submission-form .form-select.valid ~ .form-item--error-message,
.client-area-popup .webform-submission-form .form-textarea.valid ~ .form-item--error-message {
  display: none;
}

@media only screen and (max-width: 400px) {
  .client-area-popup .webform-submission-form .captcha {
    width: 100%;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }
}

.client-area-popup .webform-progress {
  width: 99%;
}

@media only screen and (max-width: 768px) {
  .client-area-popup .webform-progress {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .client-area-popup .webform-progress {
    width: 98%;
  }
}

.client-area-popup .webform-progress .progress-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  font-size: 1.16rem;
}

.client-area-popup .webform-progress-tracker .progress-step:not(.is-active):not(.is-complete) .progress-marker::before {
  background-color: #ffffff;
  border: 1px solid #004FA3;
  color: #004FA3;
}

.client-area-popup .webform-progress-tracker .progress-step .progress-marker::before {
  margin-top: -9px;
  margin-left: inherit;
  margin-right: inherit;
}

.client-area-popup .webform-progress-tracker .progress-step .progress-marker:after {
  display: none;
}

.client-area-popup .webform-progress-tracker .progress-step.is-active:hover .progress-marker::before {
  background-color: #004FA3;
}

.client-area-popup .webform-progress-tracker .progress-step.is-active .progress-title {
  font-weight: 400;
  color: #004FA3;
}

.client-area-popup .webform-progress-tracker .progress-step.is-complete .progress-marker:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background-color: #004FA3;
  color: #ffffff;
}

.client-area-popup .webform-progress-tracker li:first-child .progress-text {
  padding-left: 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.client-area-popup .webform-progress-tracker li:last-child .progress-text {
  padding-right: 0;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.client-area-popup .progress-title {
  font-weight: 400;
  color: #004FA3;
}

.client-area-popup .progress-step.is-active .progress-marker::before {
  background-color: #004FA3;
}

.client-area-popup .progress-tracker {
  margin-top: 18px;
  margin-bottom: 70px;
  position: relative;
}

.client-area-popup .progress-tracker--center .progress-marker::after {
  right: 0;
}

.client-area-popup .progress-marker::before {
  width: 34px;
  height: 34px;
  top: -6px;
  z-index: 1;
}

.client-area-popup .progress-marker::after {
  height: 4px;
}

.client-area-popup .multistep-webform div[id^='edit-step-'].js-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}

.client-area-popup .multistep-webform .webform-actions {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.client-area-popup .multistep-webform .webform-actions {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

.client-area-popup .multistep-webform .webform-actions .webform-button--previous {
  margin-right: 15px;
}

.client-area-popup .multistep-webform .webform-actions .notranslate {
  display: inline-block;
}

@media only screen and (max-width: 570px) {
  .client-area-popup .multistep-webform .webform-actions .notranslate {
    width: 100%;
    text-align: center;
  }
}

.client-area-popup .multistep-webform .webform-actions .js-form-submit {
  display: inline-block;
  margin-top: 0;
}

@media only screen and (max-width: 430px) {
  .client-area-popup .multistep-webform .webform-actions .js-form-submit {
    display: block;
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 824px) {
  .client-area-popup .multistep-webform .webform-actions {
    width: 95%;
  }
}

@media only screen and (min-width: 1025px) {
  .client-area-popup .multistep-webform .form-item:not(.js-form-type-checkbox) {
    max-width: 48%;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 824px) {
  .client-area-popup .multistep-webform .form-item:not(.js-form-type-checkbox) {
    max-width: 46%;
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {
  .client-area-popup .multistep-webform .form-item:not(.js-form-type-checkbox) {
    max-width: 100%;
    width: 100%;
  }
}

.client-area-popup .multistep-webform .form-item.js-form-type-textarea, .client-area-popup .multistep-webform .form-item.form-item-below-form-text {
  max-width: 100%;
}

.client-area-popup .multistep-webform .form-item.checkboxes--wrapper {
  max-width: 100%;
  width: 100%;
}

.client-area-popup .multistep-webform .form-item.checkboxes--wrapper .js-form-type-checkbox {
  margin-bottom: 15px;
}

.client-area-popup .multistep-webform .webform-progress ul li {
  list-style: none;
  margin-left: 0;
  padding: 0;
  width: 100%;
  border: none;
  position: relative;
  height: 1px;
  background: #124395;
  display: block;
}

.client-area-popup .multistep-webform .webform-progress ul li:not(:first-child):not(:last-child) {
  margin-left: -25px;
}

.client-area-popup .multistep-webform .webform-progress ul li:not(:first-child):not(:last-child) .progress-text {
  margin-left: -5px;
}

.client-area-popup .multistep-webform .webform-progress ul li.is-complete {
  margin-top: -2px;
  padding-top: 2px;
  height: 5px;
}

.client-area-popup .multistep-webform .webform-progress ul li:last-child {
  width: 30px;
  position: absolute;
  right: 0;
}

.client-area-popup .multistep-webform .webform-progress ul li:last-child .progress-text {
  width: 200px;
  right: -5px;
  position: absolute;
  text-align: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.client-area-popup .captcha-size {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  max-width: 212px;
  width: 100%;
}

.client-area-popup .webform-submission-form .form-item select {
  max-width: 371px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #9B9B9B;
  padding: 10px 38px 10px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.client-area-popup .webform-submission-form .select2-container {
  max-width: 371px;
  width: 100% !important;
  margin-left: 2px;
}

.client-area-popup .webform-submission-form .select2-container--default .select2-selection--single {
  height: 60px;
  border-radius: 10px;
}

.client-area-popup .webform-submission-form .select2-container--default .select2-selection--single:focus-visible {
  border: 0 !important;
}

.client-area-popup .webform-submission-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  font-size: 1rem;
  line-height: 24px;
}

.client-area-popup .webform-submission-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666666;
}

.client-area-popup .webform-submission-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 18px;
  right: 15px;
}

.client-area-popup .webform-submission-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.client-area-popup .webform-submission-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\f078";
  color: #3f4048;
  font: normal normal normal 14px / 1 "Font Awesome 6 Pro";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.search-empty-result.page-node-type-client-landing-page .select2-container--default span.select2-search.select2-search--dropdown {
  display: none;
}

.search-empty-result.page-node-type-client-landing-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #124395;
}

.search-empty-result.page-node-type-client-landing-page .select2-container--default.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  margin-top: -7px;
}

.search-empty-result.page-node-type-client-landing-page .select2-container--default.select2-container--open .select2-dropdown--below .select2-results > .select2-results__options {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.search-empty-result.page-node-type-client-landing-page .select2-container--default.select2-container--open .select2-dropdown--above {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.search-empty-result.page-node-type-client-landing-page .select2-container--default.select2-container--open .select2-dropdown--above .select2-results > .select2-results__options {
  border-bottom: 1px solid #CCCCCC;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.search-empty-result.page-node-type-client-landing-page .select2-container--default .select2-results__option[aria-selected='true'] {
  display: none;
}

.search-empty-result.page-node-type-client-landing-page .select2-container--default .select2-results__option {
  padding: 10px 5px;
  border-bottom: 1px solid #CCCCCC;
}

.search-empty-result.page-node-type-client-landing-page .select2-container--default .select2-selection__clear {
  display: none;
}

.search-empty-result.page-node-type-client-landing-page .select2-results__option[aria-selected] {
  padding-left: 16px;
}

.search-empty-result.page-node-type-client-landing-page li.select2-results__option:first-child {
  display: none;
}

.our-recruitment-services {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .our-recruitment-services {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.our-recruitment-services .recruitment-service-swiper-items {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .our-recruitment-services .recruitment-service-swiper-items {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    gap: unset;
    padding-bottom: 10px;
    padding-top: 60px;
  }
}

.our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 10px;
  position: relative;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 150px;
          flex: 1 1 150px;
  min-width: 150px;
  padding: 25px 20px 25px 20px;
  border-radius: 12px;
  border-width: 1px;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item {
    max-width: 372px;
  }
}

@media only screen and (max-width: 1024px) {
  .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item {
    padding: 25px 0px 25px 0px;
  }
}

.our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .swiper-slider-background-image {
  position: absolute;
  width: 100%;
  top: 0;
  height: 170PX;
  z-index: -1;
  left: 0;
  background-size: cover;
  background-position: top;
}

.our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .service-item {
    padding: 0px 15px 10px 15px;
  }
}

@media only screen and (min-width: 1025px) {
  .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item:hover {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
    -webkit-transition: scale 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: scale 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: scale 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    transition: scale 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item:hover .item-cta .item-cta-link {
    color: #ffffff;
    background-color: #004FA3;
  }
  .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item:hover .item-cta .item-cta-link i {
    color: #ffffff;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1024px) {
  .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item:hover {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    gap: unset;
  }
}

@media only screen and (min-width: 1025px) {
  .our-recruitment-services .recruitment-service-slider.item-count-1 .recruitment-service-swiper-items, .our-recruitment-services .recruitment-service-slider.item-count-2 .recruitment-service-swiper-items {
    gap: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .our-recruitment-services .recruitment-service-slider.item-count-2 .recruitment-service-swiper-items, .our-recruitment-services .recruitment-service-slider.item-count-3 .recruitment-service-swiper-items {
    gap: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .our-recruitment-services .recruitment-service-slider.item-count-1 .recruitment-service-slider-wrapper, .our-recruitment-services .recruitment-service-slider.item-count-2 .recruitment-service-slider-wrapper, .our-recruitment-services .recruitment-service-slider.item-count-3 .recruitment-service-slider-wrapper, .our-recruitment-services .recruitment-service-slider.item-count-4 .recruitment-service-slider-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1024px) {
  .our-recruitment-services .recruitment-service-slider.item-count-1 .recruitment-service-slider-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 1024px) {
  .our-recruitment-services .recruitment-service-swiper-pagination {
    display: block;
    left: 0;
    right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .our-recruitment-services .recruitment-service-slider.item-count-2 .recruitment-service-swiper-pagination {
    display: none;
  }
}

.our-recruitment-services .service-item .item-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.our-recruitment-services .service-item .item-title {
  margin-top: 20px;
  margin-bottom: 10px;
  color: white;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .our-recruitment-services .service-item .item-title {
    font-size: 16px;
    text-align: center;
  }
}

.our-recruitment-services .service-item .item-description {
  margin-bottom: 10px;
  line-height: 1.2;
  color: white;
}

@media only screen and (max-width: 768px) {
  .our-recruitment-services .service-item .item-description {
    text-align: center;
  }
}

.our-recruitment-services .service-item .item-content {
  padding: 45px 0;
  width: 100%;
}

.our-recruitment-services .service-item .item-content .item-img {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #124395), to(#f5f5f400));
  background: linear-gradient(to top, #124395 60%, #f5f5f400);
}

.our-recruitment-services .service-item .item-content .item-data {
  position: relative;
  top: 55px;
}

.our-recruitment-services .item-cta {
  margin-top: -20px;
  margin-bottom: -5px;
}

@media only screen and (max-width: 1024px) {
  .our-recruitment-services .item-cta {
    margin-top: -30px;
    margin-bottom: -5px;
  }
}

.our-recruitment-services .item-cta .item-cta-link {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 15px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  display: block;
}

@media only screen and (max-width: 768px) {
  .our-recruitment-services .item-cta .item-cta-link {
    font-size: 14px;
  }
}

.our-recruitment-services .item-cta .item-cta-link i {
  font-size: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.our-recruitment-services .item-cta .item-cta-link:hover {
  color: #ffffff;
  background-color: #004FA3;
}

@media only screen and (min-width: 1025px) {
  .our-recruitment-services .recruitment-service-slider.item-count-1 .item-cta, .our-recruitment-services .recruitment-service-slider.item-count-2 .item-cta, .our-recruitment-services .recruitment-service-slider.item-count-3 .item-cta, .our-recruitment-services .recruitment-service-slider.item-count-4 .item-cta {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .our-recruitment-services .hide-cta-text .item-cta-link {
    background-color: #ffffff;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }
  .our-recruitment-services .hide-cta-text .item-cta-link span {
    display: none;
  }
  .our-recruitment-services .hide-cta-text .item-cta-link i {
    color: #004FA3;
    font-size: 20px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .our-recruitment-services .hide-cta-text .item-cta-link:hover {
    background-color: #004FA3;
  }
  .our-recruitment-services .hide-cta-text .item-cta-link:hover i {
    color: #ffffff;
  }
}

.b2b-faq-popup {
  /* Modal background */
  /* Modal content box */
  /* Close button */
}

.b2b-faq-popup .faq-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

@media only screen and (max-width: 767px) {
  .b2b-faq-popup .faq-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media only screen and (min-width: 767px) {
  .b2b-faq-popup .faq-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    padding: 0px 60px 30px 60px;
  }
}

.b2b-faq-popup .back {
  color: #124395;
  font-size: 1rem;
  display: none;
  cursor: pointer;
}

.b2b-faq-popup .faq-item {
  padding-bottom: 10px;
  height: 85px;
  line-height: 1.3;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E5EDF6;
  font-size: 1rem;
}

.b2b-faq-popup .faq-item span {
  color: #124395;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.b2b-faq-popup .faq-item span strong {
  color: #004FA3;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: break-word;
}

.b2b-faq-popup .faq-item span i {
  padding: 0px 0px 15px 10px;
}

.b2b-faq-popup .faq-columns .faq-item:hover {
  border-bottom: 1px solid #004FA3;
}

.b2b-faq-popup .faq-columns .faq-item:hover strong {
  color: #124395;
}

.b2b-faq-popup .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #00000099;
}

.b2b-faq-popup .modal-content {
  background-color: #ffffff;
  margin: 5% auto;
  margin-top: 7%;
  padding: 30px 30px;
  border-radius: 20px;
  width: 80%;
  position: relative;
}

@media only screen and (min-width: 1300px) {
  .b2b-faq-popup .modal-content {
    max-width: 1200px;
    width: 100%;
  }
}

.b2b-faq-popup .close {
  color: #6D6E71;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  padding: 10px;
}

.b2b-faq-popup .close:hover {
  color: #3f4048;
}

.b2b-faq-popup .header {
  padding-bottom: 40px;
}

.b2b-faq-popup .faq-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0px 30px;
}

.b2b-faq-popup .faq-footer a {
  background: #124395;
  color: #ffffff;
  border: none;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  width: 270px;
  height: 55px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  padding-top: 15px;
}

.b2b-faq-popup .faq-footer a:hover {
  background: #0E3577;
}

@media only screen and (max-width: 767px) {
  .b2b-faq-popup .faq-footer a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 255px;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.b2b-faq-popup .faq-answer {
  display: none;
}

@media only screen and (min-width: 767px) {
  .b2b-faq-popup .faq-answer {
    padding: 45px 60px 0px 60px;
    min-height: 345px;
  }
}

.b2b-faq-popup .faq-answer .answer {
  display: none;
}

.b2b-faq-popup .faq-answer .answer span {
  word-wrap: break-word;
}

.b2b-faq-popup .faq-answer .faq-item {
  height: 30px;
  margin-bottom: 30px;
}

.b2b-faq-popup .faq-answer span {
  font-size: 1rem;
  padding-top: 10px;
}

.linkedin-block-container {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .linkedin-block-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .linkedin-block-container .container {
    padding: 0 30px;
  }
}

.linkedin-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 30px;
  border-radius: 20px;
  background: #004FA3;
  max-width: 994px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .linkedin-block-wrapper {
    padding: 15px;
  }
}

.linkedin-block-wrapper .linked-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.linkedin-block-wrapper img {
  width: 50px;
  height: 50px;
}

.linkedin-block-wrapper p {
  margin: 0;
  margin-right: 15px;
  color: #ffffff;
  font-size: 32px;
}

@media only screen and (max-width: 768px) {
  .linkedin-block-wrapper p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 540px) {
  .linkedin-block-wrapper p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 430px) {
  .linkedin-block-wrapper p {
    margin-right: 30px;
  }
}

.linkedin-block-wrapper a {
  border-radius: 30px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #124395;
  display: block;
  margin: auto;
  padding: 20px 25px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  font-weight: 700;
  line-height: 12.8px;
  min-height: 56px;
  padding-left: 85px;
  padding-right: 85px;
}

.linkedin-block-wrapper a:hover, .linkedin-block-wrapper a:focus {
  background-color: #124395;
  color: #ffffff;
  border: 2px solid #ffffff;
}

@media only screen and (max-width: 1024px) {
  .linkedin-block-wrapper a {
    max-width: 288px;
    width: 100%;
    min-height: 40px;
    line-height: normal;
    padding: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .linkedin-block-wrapper a {
    padding: 10px 30px;
  }
}
/*# sourceMappingURL=client-area.css.map */