/*Font Family - INTER*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100&family=Poppins:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Helvetica:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*Page Colors*/
/*Common Styles i.e. Body, Headings, Para, a:link, onHover, HR, */
/*Colors*/
/* Version 2 */
:root {
  font-family: 'Roboto', 'sans-serif';
}

.font-poppins {
  font-family: "Roboto", sans-serif;
}

body {
  display: block;
  font-family: 'Roboto', 'sans-serif';
  background-color: #e5edf6;
  color: #36444D;
  cursor: default;
}

hr {
  color: #393d4e;
}

.hr-97 {
  width: 97%;
  margin: 1.5rem auto;
}

a:link {
  color: #004FA3;
}

a:hover {
  text-decoration: none;
}

p {
  font-family: 'Roboto', 'sans-serif';
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #36444D;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1rem;
  }
}

.img-responsive {
  max-width: 100%;
}

/*spacing*/
@media screen and (max-width: 768px) {
  .card-space-sm {
    padding: 20px;
  }
}

.section-bottom-space {
  margin-bottom: 40px;
}

.p-card {
  padding: 60px !important;
}

@media screen and (max-width: 768px) {
  .p-card {
    padding: 30px !important;
  }
}

.px-card {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

@media screen and (max-width: 768px) {
  .px-card {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.py-card {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
  .py-card {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.p-card--left {
  padding-left: 40px !important;
}

@media screen and (max-width: 768px) {
  .p-card--left {
    padding-left: 40px !important;
  }
}

.p-card--right {
  padding-right: 40px !important;
}

@media screen and (max-width: 768px) {
  .p-card--right {
    padding-right: 40px !important;
  }
}

/*headings*/
h1 {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3.25rem;
  color: #393d4e;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 46.88px;
  color: #004FA3;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 1.875rem;
    line-height: normal;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #002B54;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.vertical-line-block {
  width: 1px;
  min-height: 100%;
  background-color: rgba(81, 86, 105, 0.3);
}

.horizontal-line-block {
  height: 1px;
  width: 100%;
  background-color: #E9E9E9;
}

.card-subtext {
  font-family: 'Roboto', 'sans-serif';
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #002B54;
}

@media only screen and (max-width: 768px) {
  .card-subtext {
    font-size: 1.5rem;
    line-height: normal;
  }
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* Ellipse Background*/
.chart-ellipse {
  width: 177px;
  display: block;
  margin: 0 auto;
}

.chart-ellipse .txt-desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}

/*Desktop*/
@media only screen and (min-width: 575.98px) {
  .hide-desktop {
    display: none;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  #block-tt-theme-content form .vertical-line-block {
    rotate: 180deg;
    width: 95%;
    margin: 15px auto;
    height: 1px;
  }
  .hr-97 {
    width: 90%;
    margin: 15px auto;
  }
}

/* Mobile Landscape Orientation*/
@media only screen and (min-device-width: 667px) and (max-device-width: 740px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #block-tt-theme-content form .container {
    max-width: 100%;
  }
  #block-tt-theme-content form .vertical-line-block:nth-child(6) {
    rotate: 180deg;
    width: 75%;
    margin: 15px 0;
    height: 1px;
  }
}

@media only screen and (min-device-width: 844px) and (max-device-width: 915px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #block-tt-theme-content form .container {
    max-width: 100%;
  }
  #block-tt-theme-content form .v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
  }
}

/*iPad Air */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #block-tt-theme-content form .container {
    padding-left: 0;
    padding-right: 0;
  }
  #block-tt-theme-content form .v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
  }
  #block-tt-theme-content form .w-md-75 {
    width: 75%;
  }
  #block-tt-theme-content form .vertical-line-block:nth-child(6) {
    rotate: 180deg;
    width: 75%;
    margin: 15px 0;
    height: 1px;
  }
}

/*iPad Air */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #block-tt-theme-content form .vertical-line-block:nth-child(8) {
    rotate: 180deg;
    width: 100%;
    margin: 15px 0;
    height: 1px;
  }
}

/* Form starts*/
.form-select {
  width: 50%;
  color: #393d4e;
  font-size: 1rem !important;
  width: auto;
  height: 40px;
  background-color: #e7e9f4;
  border: 0;
  cursor: pointer;
  border-radius: 1.5rem !important;
  -webkit-box-shadow: inset 0.125rem 0.125rem 0.375rem rgba(71, 77, 111, 0.3), inset 0.125rem 0.125rem 0.375rem rgba(255, 255, 255, 0.8);
          box-shadow: inset 0.125rem 0.125rem 0.375rem rgba(71, 77, 111, 0.3), inset 0.125rem 0.125rem 0.375rem rgba(255, 255, 255, 0.8);
}

/* Show more starts*/
.show-more a,
.show-less a {
  background-repeat: no-repeat;
  color: #004FA3 !important;
  background-position: 100%;
  display: inline-block;
  padding-right: 20px;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.insight {
  overflow: hidden;
}

.insight-text {
  display: none;
}

/*Show more ends*/
/* Height */
.h-40 {
  min-height: 40px;
}

@media (max-width: 767.98px) {
  .h-40 {
    min-height: auto;
  }
}

.w-xl-75 {
  width: auto;
}

@media only screen and (min-width: 1200px) {
  .w-xl-75 {
    width: 75%;
  }
}

.w-xl-50 {
  width: auto;
}

@media only screen and (min-width: 1200px) {
  .w-xl-50 {
    width: 50%;
  }
}

.top-15 {
  top: auto;
}

@media only screen and (min-width: 1200px) {
  .top-15 {
    top: -13px;
  }
}

@media only screen and (max-width: 1024px) {
  .hide-lg {
    display: none;
  }
}

.two-column-divider {
  border-left: 1px solid rgba(81, 86, 105, 0.3);
}

@media only screen and (max-width: 768px) {
  .two-column-divider {
    border-left: 0;
    border-top: 1px solid rgba(81, 86, 105, 0.3);
  }
}

/*Tooltip start*/
.tt-tooltip {
  background-color: #393d4e;
  -webkit-box-shadow: inset 3px 3px 6px 0px rgba(71, 77, 111, 0.3);
          box-shadow: inset 3px 3px 6px 0px rgba(71, 77, 111, 0.3);
  border-radius: 24px;
}

.tt-tooltip .tooltip-inner {
  background-color: transparent;
  color: white;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 600;
  max-width: 260px;
  width: 100%;
  vertical-align: middle;
  line-height: 24px;
}

.tt-tooltip .tooltip-arrow {
  display: none;
}

/*Tooltip End*/
.tt-btn,
.tt-btn:link {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background: #F9C10D;
  border: 1px solid #F9C10D;
  color: #002B54;
  padding: 12px 15px;
  border-radius: 24px;
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 16.41px;
  position: relative;
  padding-right: 38px;
}

.tt-btn:before,
.tt-btn:link:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/arrow-right-long-new.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 11px;
  background-size: 16px;
}

.tt-btn.tt-key-dash-btn,
.tt-btn:link.tt-key-dash-btn {
  width: 100%;
  max-width: 150px;
}

.tt-btn.tt-key-dash-btn:before,
.tt-btn:link.tt-key-dash-btn:before {
  background-image: url(../images/icons/arrow-right-long-new.svg);
}

.tt-btn:hover,
.tt-btn:link:hover {
  color: #002B54;
  background-color: white;
  border: 1px solid #002B54;
}

.tt-btn:hover:before,
.tt-btn:link:hover:before {
  background-image: url(../images/icons/arrow-right-long-new.svg);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.btn-explore {
  color: #002B54 !important;
  max-width: 160px !important;
  width: 100% !important;
}

.btn-explore:before, .btn-explore:hover .btn-explore:hover {
  background-image: url(../images/icons/icon-download.svg) !important;
}

.card-horizontal-divider {
  border-bottom: 1px solid #E9E9E9;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Components */
.dashboard-logo {
  position: fixed;
  width: 180px;
  top: 40px;
}

.dashboard-logo.toggle-logo {
  width: 68px;
  height: 55px;
  background: #7343eb;
  padding: 15px;
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  .dashboard-logo {
    display: none;
  }
}

#block-tt-theme-main-menu {
  background: white;
  border-radius: 24px;
  margin-top: 10px;
  width: 246px;
  position: fixed;
  height: 87%;
  top: 100px;
  overflow-y: hidden;
}

#block-tt-theme-main-menu::-webkit-scrollbar {
  width: 5px;
}

#block-tt-theme-main-menu ul {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 95%;
}

#block-tt-theme-main-menu ul::-webkit-scrollbar {
  width: 1px;
}

#block-tt-theme-main-menu ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#block-tt-theme-main-menu ul::-webkit-scrollbar-thumb {
  background-color: #e1e5fdb0;
  outline: 1px solid transparent;
}

@media only screen and (max-width: 1024px) {
  #block-tt-theme-main-menu .menu-bookmark {
    display: none;
  }
}

.mini-menu {
  width: 72px !important;
  z-index: 2;
}

.mini-menu .data-update p {
  display: none;
}

.mini-menu .data-update .collapse-menu {
  display: block;
  font-size: 0;
}

.mini-menu .data-update .collapse-menu::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mini-menu .tt-menu li:not(.d-block) a {
  font-size: 0;
}

.mini-menu .tt-menu li:not(.d-block)::before {
  background-position: center !important;
  margin: 0 auto;
}

.mini-menu .tt-menu li:not(.d-block) {
  padding: 0;
}

#block-tt-theme-content main[role="main"], main.overview {
  width: 100%;
  padding-left: 263px;
}

@media only screen and (max-width: 1024px) {
  #block-tt-theme-content main[role="main"], main.overview {
    width: 100%;
    padding-left: 0;
  }
}

.collapsible-right-container {
  position: relative;
  right: 128px;
}

@media only screen and (max-width: 1024px) {
  .collapsible-right-container {
    right: auto;
  }
}

.menu-home::before,
.menu-survey::before,
.menu-outlook::before,
.menu-motivation::before,
.menu-aiinfluence::before,
.menu-work::before,
.menu-faq::before,
.menu-feedback::before,
.menu-premium::before,
.menu-back::before,
.menu-download-report-link::before,
.menu-bookmark::before,
.menu-collapse::before {
  content: "";
  width: 41px;
  height: 41px;
  display: block;
  background-position: center !important;
  margin-left: 24px;
}

.menu-home::before {
  background: url(../images/icons/menu/home.svg) no-repeat;
}

.menu-survey::before {
  background: url(../images/icons/menu/study.svg) no-repeat 0 0;
}

.menu-outlook::before {
  background: url(../images/icons/menu/outlook.svg) no-repeat;
  background-size: 23px;
}

.menu-motivation::before {
  background: url(../images/icons/menu/motivation.svg) no-repeat 0 0;
}

.menu-aiinfluence::before {
  background: url(../images/icons/menu/robot.svg) no-repeat;
  background-size: 25px;
}

.menu-work::before {
  background: url(../images/icons/menu/equation.svg) no-repeat 0 3px;
}

.menu-faq::before {
  background: url(../images/icons/menu/message-question.svg) no-repeat 0 1px;
}

.menu-premium::before {
  background: url(../images/icons/menu/info-circle.svg) no-repeat 9px 7px;
}

.menu-feedback::before {
  background: url(../images/icons/menu/premiun.svg) no-repeat 11px 9px;
}

.menu-download-report-link::before {
  background: url(../images/icons/menu/download.svg) no-repeat 12px 7px;
}

.menu-back {
  padding: 15px 0;
}

.menu-back::before {
  background: url(../images/icons/menu/back.svg) no-repeat 0 0;
}

.menu-bookmark::before {
  background: url(../images/icons/menu/bookmark.svg) no-repeat 0 0;
}

.menu-collapse::before {
  background: url(../images/icons/menu/collapse.svg) no-repeat 0 0;
}

.tt-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tt-menu li:not(.d-block) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  height: 75px;
  background-color: white;
}

.tt-menu li:not(.d-block) a {
  color: #6D6E71;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  position: absolute;
  padding-left: 74px;
  padding-right: 34px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.tt-menu li:not(.d-block):hover, .tt-menu li:not(.d-block).menu-item--active-trail {
  background-color: #004FA3;
  cursor: pointer;
}

.tt-menu li:not(.d-block):hover.menu-home::before, .tt-menu li:not(.d-block).menu-item--active-trail.menu-home::before {
  background: url(../images/icons/menu/home-hover.svg) no-repeat 0px 0;
}

.tt-menu li:not(.d-block):hover.menu-survey::before, .tt-menu li:not(.d-block).menu-item--active-trail.menu-survey::before {
  background: url(../images/icons/menu/study-hover.svg) no-repeat 0 0;
}

.tt-menu li:not(.d-block):hover.menu-outlook::before, .tt-menu li:not(.d-block).menu-item--active-trail.menu-outlook::before {
  background: url(../images/icons/menu/outlook-hover.svg) no-repeat 0 0;
}

.tt-menu li:not(.d-block):hover.menu-motivation::before, .tt-menu li:not(.d-block).menu-item--active-trail.menu-motivation::before {
  background: url(../images/icons/menu/motivation-hover.svg) no-repeat 0 0;
}

.tt-menu li:not(.d-block):hover.menu-aiinfluence::before, .tt-menu li:not(.d-block).menu-item--active-trail.menu-aiinfluence::before {
  background: url(../images/icons/menu/robot-hover.svg) no-repeat 0 0;
}

.tt-menu li:not(.d-block):hover.menu-work::before, .tt-menu li:not(.d-block).menu-item--active-trail.menu-work::before {
  background: url(../images/icons/menu/equation-hover.svg) no-repeat 0 3px;
}

.tt-menu li:not(.d-block):hover.menu-faq::before, .tt-menu li:not(.d-block).menu-item--active-trail.menu-faq::before {
  background: url(../images/icons/menu/message-question-hover.svg) no-repeat 0 0px;
}

.tt-menu li:not(.d-block):hover.menu-premium::before, .tt-menu li:not(.d-block).menu-item--active-trail.menu-premium::before {
  background: url(../images/icons/menu/info-circle.svg) no-repeat 0px -3px;
  background-size: 44px !important;
}

.tt-menu li:not(.d-block):hover.menu-feedback::before, .tt-menu li:not(.d-block).menu-item--active-trail.menu-feedback::before {
  background: url(../images/icons/menu/premium.svg) no-repeat 2px -4px;
  background-size: 48px;
}

.tt-menu li:not(.d-block):hover.menu-back::before, .tt-menu li:not(.d-block).menu-item--active-trail.menu-back::before {
  background: url(../images/icons/menu/back-hover.svg) no-repeat 0 0;
}

.tt-menu li:not(.d-block):hover.menu-download-report-link::before, .tt-menu li:not(.d-block).menu-item--active-trail.menu-download-report-link::before {
  background: url(../images/icons/menu/download-hover.svg) no-repeat 12px 7px;
}

.tt-menu li:not(.d-block):hover.menu-bookmark::before, .tt-menu li:not(.d-block).menu-item--active-trail.menu-bookmark::before {
  background: url(../images/icons/menu/bookmark-hover.svg) no-repeat 0 0;
}

.tt-menu li:not(.d-block):hover.menu-collapse::before, .tt-menu li:not(.d-block).menu-item--active-trail.menu-collapse::before {
  background: url(../images/icons/menu/collapse-hover.svg) no-repeat 0 0;
}

.tt-menu li:not(.d-block):hover a, .tt-menu li:not(.d-block).menu-item--active-trail a {
  color: white;
}

.tt-menu li.d-block {
  padding-bottom: 30px;
}

.tt-mobile-logo .menu-home::before {
  background: url(../images/icons/menu/home-hover.svg) no-repeat;
}

.tt-mobile-logo .menu-survey::before {
  background: url(../images/icons/menu/study-hover.svg) no-repeat 0 0;
}

.tt-mobile-logo .menu-outlook::before {
  background: url(../images/icons/menu/outlook-hover.svg) no-repeat;
  background-size: 23px;
}

.tt-mobile-logo .menu-motivation::before {
  background: url(../images/icons/menu/motivation-hover.svg) no-repeat 0 0;
}

.tt-mobile-logo .menu-aiinfluence::before {
  background: url(../images/icons/menu/robot-hover.svg) no-repeat;
  background-size: 25px;
}

.body-padding {
  display: block;
}

.body-padding .tt-menu li:not(.d-block) a {
  display: none;
}

.body-padding .data-update {
  padding: 0;
  margin-top: 20px;
}

.body-padding .data-update p {
  display: none;
}

.body-padding .collapse-menu {
  font-size: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.body-padding .collapse-menu::before {
  margin-right: 0;
}

.body-padding .tt-menu li {
  width: 100%;
  padding-right: 0;
}

.body-padding .tt-menu li:before {
  width: 100%;
  background-position: center;
}

.body-padding .tt-menu li:hover:before {
  background-position: center;
}

.tt-close-menu {
  display: none;
}

.data-update {
  padding: 0 20px 0 15px;
  color: #6D6E71 !important;
  font-size: 1rem;
  padding: 0 20px;
  margin-top: 20px;
}

.data-update p {
  color: #6D6E71 !important;
  font-size: 1rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  padding-left: 50px;
}

.collapse-menu {
  color: #6D6E71;
}

/** mobile menu **/
.mobile-menu-overlay,
.filter-overlay {
  width: 100%;
  height: 100vh;
  display: block;
  background-color: #ffffffb0;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
  font-size: 0;
}

.filter-overlay {
  z-index: 8;
}

#block-mobilemenu {
  display: none;
}

@media screen and (max-width: 1024px) {
  body {
    padding-left: 0;
  }
  #block-mobilemenu {
    display: block;
  }
  #block-mobilemenu h2 {
    display: none;
  }
  .tt-mobile-menu {
    background-color: #004FA3;
    color: white;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tt-mobile-menu span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #block-tt-theme-main-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 3px 5px 5px #0000006e;
            box-shadow: 3px 5px 5px #0000006e;
    height: 100%;
    max-height: 100%;
    z-index: 11;
    padding-top: 20px;
    max-width: 317px;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }
  .show-menu {
    display: block !important;
  }
  .tt-close-menu {
    display: block;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.0784314);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.0784314);
    padding-left: 20px;
    font-size: 0;
    padding-bottom: 15px;
  }
  .tt-close-menu::before {
    content: "";
    width: 24px;
    height: 24px;
    position: relative;
    top: 3px;
    background: url(../images/icons/tt-icons/close.svg) no-repeat;
    display: block;
  }
  .burger-menu {
    background: url(../images/icons/tt-icons/buger-menu.svg) no-repeat;
    font-size: 0;
    display: block;
    width: 32px;
    height: 21px;
  }
  .tt-right-logo {
    background: url(../images/icons/tt-icons/pi-logo.svg) no-repeat;
    font-size: 0;
    display: block;
    width: 37px;
    height: 28px;
  }
  .collapse-menu,
  .data-update {
    display: none;
  }
  .tt-mobile-logo {
    margin-left: -12px;
  }
  .tt-mobile-logo span::before {
    margin-left: 0;
  }
}

.filters-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #e5edf6;
  padding-bottom: 10px;
}

.filters-form .language-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 16.41px;
  color: #004FA3;
  margin-right: 10px;
}

.filters-form .filters-form--wrapper {
  width: 100%;
}

.filters-form #edit-close-location,
.filters-form #edit-close-industry,
.filters-form #edit-close-job-function,
.filters-form #edit-close-filter {
  display: none;
}

.filters-form .filter-divider {
  padding-right: 10px;
  display: block;
  color: white;
  font-weight: 700;
}

.filters-form .global-filters:focus {
  outline: auto;
}

.filters-form .js-form-item {
  margin-right: 10px;
}

@media screen and (min-width: 1200px) {
  .filters-form .js-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.filters-form label {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  font-family: 'Roboto', 'sans-serif';
}

@media screen and (max-width: 1024px) {
  .filters-form label {
    display: block;
  }
}

.filters-form .clear-filters {
  padding-right: 15px;
  max-width: 150px;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
}

@media only screen and (min-width: 1024px) {
  .filters-form .tt-language-field {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 37px;
  }
  .filters-form .tt-language-field .select2 {
    float: right;
  }
}

.filters-form .filter-form--left .tt-language-field {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .filters-form .filter-form--left .tt-language-field {
    display: block;
  }
}

.filters-form .form-select {
  max-width: 240px;
  width: 100%;
  border-radius: 1.25rem !important;
  color: #393d4e;
  font-size: 1rem !important;
  height: 40px;
  background-color: #e7e9f4;
  border: 0;
  cursor: pointer;
  background-image: url(../images/icons/arrow_down.svg);
  -webkit-box-shadow: inset -2px -2px 6px 0px white, inset 2px 2px 6px 0px rgba(71, 77, 111, 0.3);
          box-shadow: inset -2px -2px 6px 0px white, inset 2px 2px 6px 0px rgba(71, 77, 111, 0.3);
  background-repeat: no-repeat;
  background-size: 10px 5px;
}

.filters-form .filter-mobile-nav {
  display: none;
  background: #eceef8;
  height: auto;
  position: fixed;
  top: 56px;
  width: 100%;
  left: 0;
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
  z-index: 9;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 55px;
}

.filters-form .filter-mobile-nav .filter-text {
  background-color: #eceef8;
  position: relative;
  z-index: 9;
  left: -14px;
  padding-left: 13px;
  height: 42px;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filters-form .filter-mobile-nav .filter-slider .filter-slider--text {
  -webkit-box-shadow: inset -2px -2px 6px 0px white, inset 2px 2px 6px 0px rgba(71, 77, 111, 0.3);
          box-shadow: inset -2px -2px 6px 0px white, inset 2px 2px 6px 0px rgba(71, 77, 111, 0.3);
  border-radius: 1.25rem;
  padding: 5px 10px;
}

.filters-form .filter-mobile-nav img {
  margin-right: 10px;
}

.filters-form .filter-mobile-nav a {
  background: url(../images/icons/arrow_down.svg) no-repeat center;
  display: block;
  font-size: 0;
  width: 43px;
  height: 53px;
  border: 0;
  position: absolute;
  right: 0;
  background-color: #eceef8;
  top: 0;
}

.filters-form .filter-mobile-nav > div.d-flex {
  position: fixed;
  white-space: nowrap;
}

.filters-form .filter-form--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #004FA3;
  border-radius: 20px;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.filters-form .filter-form--left label {
  margin-right: 10px;
}

.filters-form .filter-form--left .select2-container--default .select2-selection--single {
  border: 1px solid #6D6E71;
}

.filters-form .filter-form--left .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
}

.filters-form .tt-logo {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media screen and (max-width: 1230px) {
  .filters-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .filters-form {
    margin-top: 60px;
  }
  .filters-form .filter-mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 2px 5px #00000042;
            box-shadow: 0 2px 5px #00000042;
  }
  .filters-form .filter-divider {
    padding: 0 0 10px;
  }
  .filters-form .tt-logo {
    display: none;
  }
  .filters-form #edit-close-location,
  .filters-form #edit-close-industry,
  .filters-form #edit-close-job-function {
    display: block;
    float: right;
    position: relative;
    top: -37px;
    background: url(../images/icons/close.png) no-repeat;
    font-size: 0;
    display: block;
    width: 13px;
    height: 13px;
    border: 0;
  }
  .filters-form .form-select {
    max-width: 100%;
  }
  .filters-form label,
  .filters-form select {
    margin-bottom: 15px;
  }
  .filters-form .filter-form--left {
    display: none;
    position: fixed;
    background: white;
    z-index: 9;
    left: 0;
    width: 100%;
    padding: 15px;
    background: #eceef8;
    -webkit-box-shadow: 0 2px 5px rgba(71, 77, 111, 0.3);
            box-shadow: 0 2px 5px rgba(71, 77, 111, 0.3);
    border-radius: 0;
  }
  .filters-form .filter-form--left label {
    color: #004FA3;
  }
  .filters-form .filter-form--left .filter-divider {
    color: #004FA3;
  }
  .filters-form .js-form-item {
    margin-right: 0;
  }
  .filters-form .js-form-type-url {
    float: right;
  }
  .filters-form #edit-close-filter {
    max-width: 113px;
    width: 100%;
    height: 40px;
    border-radius: 24px;
    color: white;
    font-size: 1rem;
    display: block;
    text-align: center;
    padding: 10px 10px 10px 20px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(71, 77, 111, 0.3);
            box-shadow: 5px 5px 10px 0px rgba(71, 77, 111, 0.3);
    background: url(../images/icons/tick.svg) no-repeat 18px 11px #004FA3;
    border: 0;
    cursor: pointer;
    top: -40px;
    position: relative;
  }
}

.filters-form .form-disabled .form-select,
.filters-form .form-disabled label {
  color: #c9ccd8;
}

.filters-form .form-disabled .form-select {
  background-image: url(../images/icons/disabled_arrow_down.svg);
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 1024px) {
  .select2-container {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 20px;
  border: 0;
  background-color: white;
  border: 2px solid #004FA3;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-top: 5px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #666666;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  display: none;
  letter-spacing: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #393d4e;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/icons/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 10px 5px;
  background-position: 3px 17px;
  width: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.select2-container--default.select2-container--open {
  border-radius: 20px;
}

.select2-container--default.select2-container--open .select2-selection--single {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/icons/arrow_up.svg);
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #e7e9f4;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/icons/disabled_arrow_down.svg);
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #c9ccd8;
}

.select2-container--default .select2-dropdown--below {
  background-color: white;
}

.select2-container--default .select2-dropdown--below.select2-dropdown {
  border-radius: 0 0 20px;
  border: none;
  -webkit-box-shadow: 3px 12px 13px 4px rgba(71, 77, 111, 0.3);
          box-shadow: 3px 12px 13px 4px rgba(71, 77, 111, 0.3);
  border-top: 1px solid rgba(81, 86, 105, 0.3);
  border-bottom-left-radius: 20px;
}

.select2-container--default .select2-dropdown--below.select2-dropdown .select2-search__field {
  border-radius: 25px;
  -webkit-box-shadow: inset -2px -2px 6px 0px white, inset 2px 2px 6px 0px rgba(71, 77, 111, 0.3);
          box-shadow: inset -2px -2px 6px 0px white, inset 2px 2px 6px 0px rgba(71, 77, 111, 0.3);
  border: none;
  background-color: #e7e9f4;
  padding: 11px 14px;
  height: 40px;
  margin-top: 6px;
  margin-bottom: 5px;
}

.select2-container--default .select2-dropdown--below .select2-results__options {
  border-radius: 0 0 20px 20px;
}

.select2-container--default .select2-dropdown--below .select2-results__options::-webkit-scrollbar {
  display: none;
}

.select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #004FA3;
}

.select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option[id$="-APAC"], .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option[id$="-Africa"], .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option[id$="-Europe"], .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option[id$="-Middle_East"], .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option[id$="-North_America"], .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option[id$="-South_America"] {
  font-weight: bold;
  font-size: 1rem;
}

.select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option:empty {
  display: none;
}

.select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option[aria-selected="true"] {
  background-color: #004FA3;
  color: white;
}

.select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected="false"] {
  background-color: #004FA3;
  color: white;
}

.select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected="true"] {
  background-color: #004FA3;
}

.select2-search--dropdown {
  padding-left: 8px;
  padding-right: 8px;
}

.contract-type .select2-container--default, .line-graph-container .select2-container--default, .people-block .select2-container--default {
  height: 40px;
}

.contract-type .select2-container--default .select2-selection, .line-graph-container .select2-container--default .select2-selection, .people-block .select2-container--default .select2-selection {
  width: 100%;
}

.filters-form .filter-mobile-nav a.filter-shown {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.chartjs-legend {
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.chartjs-legend li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 22px;
}

.chartjs-legend li:last-child {
  margin-bottom: 0;
}

.chartjs-legend li .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.chartjs-legend li .legend-item:hover {
  cursor: pointer;
}

.chartjs-legend li .legend-item:hover .label {
  text-decoration: underline;
}

.chartjs-legend li .legend-color {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 7px;
  margin-top: 5px;
  padding: 0 4px;
}

.chartjs-legend li.custom-legend div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#peopleGaugeChartLegends .chartjs-legend,
#satisfactionChartLegends .chartjs-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#peopleGaugeChartLegends .chartjs-legend li,
#satisfactionChartLegends .chartjs-legend li {
  margin-bottom: 0;
}

#peopleGaugeChartLegends .chartjs-legend li:nth-child(2),
#satisfactionChartLegends .chartjs-legend li:nth-child(2) {
  margin: 0 15px;
}

#recentJobStatusLegends .chartjs-legend li .legend-item:hover {
  cursor: default;
}

#recentJobStatusLegends .chartjs-legend li .legend-item:hover .label {
  font-weight: 400;
}

.chartjs-tooltip {
  background: #393d4e;
  border-radius: 1.25rem;
  color: whitesmoke;
  font-weight: 600;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  padding: 12px 16px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(71, 77, 111, 0.3);
          box-shadow: 3px 3px 6px 0px rgba(71, 77, 111, 0.3);
  display: none;
  max-width: 268px;
  text-align: center;
  z-index: 1;
}

.chartjs-tooltip#recentJobStatusTooltip {
  top: 30%;
  width: 100%;
}

.chartjs-tooltip.single-value-doughnut {
  top: 3em;
  left: 9em;
  width: 100%;
}

.chartjs-tooltip#jobChangeChartTooltip {
  width: 100%;
}

.chartjs-tooltip.multi-value-doughnut {
  top: 15em;
  width: auto;
}

@media screen and (max-width: 767px) {
  .chartjs-tooltip.multi-value-doughnut {
    width: 50%;
  }
}

.card.card-border-radius {
  border: 0 !important;
  border-radius: 1rem !important;
  background: white;
}

.card .card-body {
  border-radius: 1rem !important;
}

.card .card-body.remove-shadow {
  border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card .card-body .border-left {
  border-left: 1px solid #E9E9E9;
}

.card .card-body .border-right {
  border-right: 1px solid rgba(81, 86, 105, 0.3);
}

@media (max-width: 1024px) {
  .card .card-body .border-right {
    border-right: none;
  }
}

.card .card-body .border-bottom {
  border-bottom: 1px solid rgba(81, 86, 105, 0.3);
}

.card .card-body .bg-transparent-vline {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card.ai-in-job .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.card.ai-in-job .card-body .ai-current-job {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-purple {
  background: #004FA3;
  color: white;
}

.sub-status {
  font-size: 1rem;
  list-style: 8.75px;
  font-weight: 700;
  color: #393d4e;
}

.contract-type h3 {
  margin-bottom: 15px !important;
}

@media only screen and (min-width: 1200px) {
  .card-left-text {
    padding-right: 35px;
  }
}

.verticle-card .verticle-card--title {
  margin-bottom: 60px;
}

.pie-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pie-graph .pie-graph--left {
  margin-right: 30px;
}

.pie-graph .pie-graph--right {
  font-size: 1rem;
}

.pie-graph .pie-graph--right p, .pie-graph .pie-graph--right li {
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .pie-graph .pie-graph--left {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .pie-graph {
    display: block !important;
  }
  .pie-graph .pie-graph--left {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.tt-next-page .tt-next-page--subtext {
  font-weight: 700;
  font-size: 1rem;
  line-height: 18.4px;
  color: #002B54;
}

.tt-next-page .tt-next-page--title {
  font-size: 30px;
  font-weight: 400;
  font-family: 'Roboto', 'sans-serif';
  line-height: 35.16px;
  color: #002B54;
}

.tt-next-page--card img {
  margin-right: 24px;
}

@media screen and (max-width: 1200px) {
  .tt-next-page--card .tt-next-page--card-wrapper {
    margin-bottom: 20px;
  }
}

.tt-next-page--card .tt-next-page--card--subtext {
  color: #004FA3;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0;
}

.tt-next-page--card .tt-next-page--card--title {
  margin-bottom: -2px !important;
}

@media screen and (max-width: 1200px) {
  .tt-next-page--card .tt-next-page--card--title {
    margin-bottom: -7px !important;
  }
}

@media (min-width: 992px) {
  .who-took-our-survey--three-column .who-took-our-survey--column-1, .who-took-our-survey--three-column .who-took-our-survey--column-2 {
    max-width: 35%;
  }
  .who-took-our-survey--three-column .who-took-our-survey--column-3 {
    max-width: 30%;
  }
}

.progress-bar-block {
  display: block;
  margin-bottom: 10px;
}

.progress-bar-block:last-child {
  margin-bottom: 0;
}

.progress-bar-block .progress-label {
  margin-bottom: 5px;
  text-align: left;
  font-size: 1rem;
  font-family: 'Roboto', 'sans-serif';
  line-height: normal;
}

.progress-bar-block .progress {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 94%;
  height: 20px;
  overflow: hidden;
  background-color: #e7e9f4;
  border-radius: 10px;
  padding: 0 1px;
  -webkit-box-shadow: inset 0.125rem 0.125rem 0.375rem rgba(71, 77, 111, 0.3), inset 0.125rem 0.125rem 0.375rem rgba(255, 255, 255, 0.8);
  box-shadow: inset 0.125rem 0.125rem 0.375rem rgba(71, 77, 111, 0.3), inset 0.125rem 0.125rem 0.375rem rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.progress-bar-block .progress .progress-bar {
  height: 14px;
  background-color: #7342EB;
  border-radius: 10px;
  margin: 3px;
  line-height: normal;
  -webkit-animation-name: animateBar;
          animation-name: animateBar;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes animateBar {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes animateBar {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.progress-bar-block .progress .progress-bar:hover {
  background-color: #7342EB;
}

.progress-bar-block .progress-value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  line-height: normal;
  margin-left: 16px;
  width: 6%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .progress-bar-block .progress-value {
    width: auto;
  }
}

#newOpportunities {
  position: relative;
  margin-top: 30px;
}

#newOpportunities .average {
  width: 91.5%;
  height: 100%;
  position: absolute;
  top: 10px;
}

@media only screen and (max-width: 767px) {
  #newOpportunities .average {
    width: 80%;
  }
}

#newOpportunities .average_contents {
  position: relative;
  width: 5px;
  height: 100%;
  display: grid;
  -webkit-animation-name: animateAvgLine;
          animation-name: animateAvgLine;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

#newOpportunities .average_contents .avg_text {
  position: relative;
  left: -50%;
  top: -36px;
}

#newOpportunities .average_contents .avg_percent {
  position: absolute;
  left: -10px;
  bottom: -30px;
}

#newOpportunities .average_contents .average-line {
  border-left: 1px solid #000;
  position: absolute;
  height: 100%;
  z-index: 1;
}

@-webkit-keyframes animateAvgLine {
  0% {
    left: 0;
  }
}

@keyframes animateAvgLine {
  0% {
    left: 0;
  }
}

.faq-tab {
  width: 100%;
  overflow: hidden;
  margin-top: 0;
  border-bottom: 1px solid #E9E9E9;
}

.faq-tab .tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 2px;
  font-weight: 400;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.faq-tab .tab-label::after {
  content: " ";
  width: 0.75rem;
  height: 1.5rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-image: url(../images/icons/chevron-right.svg);
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  background-position: center;
}

.faq-tab .tab-label.tab-label-visited {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: 1px solid #E9E9E9;
  font-weight: 600;
}

.faq-tab .tab-label.tab-label-visited::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.faq-tab .tab-label.tab-label-visited a {
  font-weight: 500;
}

.faq-tab .tab-label a {
  color: #36444D;
  text-decoration: none;
}

.faq-tab .tab-content {
  display: none;
  padding: 0 2rem;
  font-size: 1rem;
}

.faq-tab .tab-content > * {
  font-weight: 400;
}

.faq-tab .tab-content p {
  font-size: 1rem;
}

.faq-tab .tab-content p:last-child {
  margin-bottom: 0;
}

.faq-title {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #E9E9E9;
}

.tab-label-visited ~ .tab-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.talent-trends-faq-body {
  padding: 30px 60px;
}

@media only screen and (max-width: 576px) {
  .talent-trends-faq-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.sticky-block.fixed {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #f5f5ff;
}

@media only screen and (max-width: 767px) {
  .sticky-block.fixed {
    padding-top: 1rem;
  }
}

.sticky-block.fixed .container {
  padding-left: 254px;
  padding-right: 15px;
}

@media only screen and (max-width: 1024px) {
  .sticky-block.fixed .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.sticky-block.fixed .container.collapsible-right-container {
  right: 128px;
}

@media only screen and (max-width: 1024px) {
  .sticky-block.fixed .container.collapsible-right-container {
    right: auto;
  }
}

.sticky-block.fixed #tt-floating-block {
  margin: 0 !important;
  background: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sticky-block.fixed #tt-floating-block .card-body {
  background: transparent;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sticky-block.fixed #tt-floating-block .floating-block-body {
  display: none;
}

.sticky-block.fixed #tt-floating-block .floating-block-body-summary {
  display: block;
}

.sticky-block.fixed #tt-floating-block .floating-block-content h2, .sticky-block.fixed #tt-floating-block .floating-block-content p {
  color: #393d4e;
}

@media only screen and (max-width: 767px) {
  .sticky-block.fixed #tt-floating-block .floating-block-content {
    margin-bottom: 1rem;
  }
}

.sticky-block.fixed #tt-floating-block .floating-block-image img {
  width: 85px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .sticky-block.fixed #tt-floating-block .floating-block-close {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background: url(/themes/custom/tt_theme/images/icons/close-black.svg) no-repeat;
    font-size: 0;
    top: 0;
    right: 0.5rem;
    padding: 0;
    margin: 0;
    background-size: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .sticky-block.fixed.fixed-close .container {
    display: none;
  }
}

.sticky-block .container {
  padding: 0;
}

.sticky-block .container.collapsible-right-container {
  position: relative;
  right: auto;
}

.sticky-block #tt-floating-block {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sticky-block #tt-floating-block .card-body {
  background: #004FA3;
  border: none;
}

.sticky-block #tt-floating-block .card-body h2, .sticky-block #tt-floating-block .card-body h3, .sticky-block #tt-floating-block .card-body .floating-block-title {
  font-size: 1.375rem;
}

.sticky-block #tt-floating-block .card-body .tt-btn {
  width: 100%;
  padding: 10px 25px;
  text-align: center;
}

.sticky-block #tt-floating-block .card-body .tt-btn::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sticky-block #tt-floating-block .card-body .tt-btn {
    width: auto;
  }
}

.sticky-block #tt-floating-block .floating-block-body-summary {
  display: none;
  font-size: 1rem;
  line-height: 1.2;
}

.sticky-block #tt-floating-block .floating-block-image img {
  width: 110px;
  height: auto;
}

.sticky-block #tt-floating-block .floating-block-close {
  display: none;
}

.sticky-block #tt-floating-block .floating-block-content h2, .sticky-block #tt-floating-block .floating-block-content p {
  color: white;
}

/* Floating block pop up*/
.floating-block-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.floating-block-overlay.show-overlay {
  display: block;
}

.floating-block-popup-modal {
  display: none;
  left: 0;
  right: 0;
  top: 20% !important;
  margin: 0 auto !important;
  width: 723px;
  background: white;
  border-radius: 1rem !important;
  -webkit-box-shadow: 0 5px 12px;
  box-shadow: 0 5px 12px;
}

@media screen and (max-width: 767px) {
  .floating-block-popup-modal {
    width: 90%;
  }
}

@media screen and (max-width: 767px) and (min-width: 525px) {
  .floating-block-popup-modal {
    width: 500px;
  }
}

.floating-block-popup-modal.active {
  display: block;
  z-index: 101;
}

.floating-block-popup-modal .popup-title {
  background: white;
  border: none;
}

.floating-block-popup-modal .popup-title .ui-dialog-title {
  font-family: 'Roboto', sans-serif;
  color: #004FA3;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 28px;
}

.floating-block-popup-modal .popup-title .ui-dialog-titlebar-close {
  top: -47%;
  background-color: transparent;
  border: 0;
  min-width: 0;
}

.floating-block-popup-modal .popup-title .ui-dialog-titlebar-close .ui-icon-closethick {
  background-image: url(/themes/custom/mp_theme/images/icon.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: right top;
  outline: 0;
}

.floating-block-popup-modal .ui-dialog-content {
  border-top: 1px solid #dadada;
  padding-top: 1.5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.floating-block-popup-modal #modal_floating_block .tthome_back {
  display: block;
  margin-bottom: 1rem;
  text-decoration: none;
}

.floating-block-popup-modal #modal_floating_block .tthome_back:hover {
  color: #9f9f9f;
}

.floating-block-popup-modal #modal_floating_block .modal_description {
  font-family: 'Roboto', 'sans-serif';
  color: #002B54;
  font-size: 1.130rem;
  font-weight: 400;
  line-height: 1.375rem;
}

.floating-block-popup-modal .ui-dialog-buttonset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.875rem 2.5rem;
}

@media screen and (max-width: 768px) {
  .floating-block-popup-modal .ui-dialog-buttonset {
    display: block;
  }
}

.floating-block-popup-modal .ui-dialog-buttonset button {
  max-width: 244px;
  width: 100%;
  padding: 0.5rem 1.5rem 1rem;
  border: 1px solid #7343eb;
  border-radius: 50px;
}

.floating-block-popup-modal .ui-dialog-buttonset #floating_block_client_btn {
  background: #F9C10D;
  border: 1px solid #F9C10D;
  color: #124395;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16.41px;
  margin-right: 30px;
  padding: 12px 15px;
  border-radius: 24px;
  text-decoration: none;
  display: block;
}

.floating-block-popup-modal .ui-dialog-buttonset #floating_block_client_btn:hover {
  color: #124395;
  background-color: white;
  border: 1px solid #002B54;
}

@media screen and (max-width: 768px) {
  .floating-block-popup-modal .ui-dialog-buttonset #floating_block_client_btn {
    margin-bottom: 15px;
  }
}

.floating-block-popup-modal .ui-dialog-buttonset #floating_block_candidate_btn {
  background: #004FA3;
  border: 1px solid #004FA3;
  color: white;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16.41px;
  padding: 12px 15px;
  border-radius: 24px;
  text-decoration: none;
  display: block;
}

.floating-block-popup-modal .ui-dialog-buttonset #floating_block_candidate_btn:hover {
  color: #124395;
  background-color: white;
  border: 1px solid #004FA3;
}

.floating-block-popup-modal .ui-dialog-titlebar {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
  padding-bottom: 1.25rem;
}

.client-testimonial-block .card-border-radius {
  background: #e5edf6;
}

.client-testimonial-block .card-body-ct {
  border: 2px solid white;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 820px) {
  .client-testimonial-block .card-body-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.client-testimonial-block .content-right-ct {
  max-width: 646px;
  margin: auto;
}

@media screen and (max-width: 820px) {
  .client-testimonial-block .content-right-ct {
    margin: 0 !important;
  }
}

.client-testimonial-block .block-description-ct p {
  font-family: 'Roboto', 'sans-serif';
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 41.4px;
  color: #002B54;
}

.client-testimonial-block .block-signature-ct p {
  font-family: 'Roboto', 'sans-serif';
  max-width: 400px;
  width: 100%;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 27.6px;
}

.client-testimonial-block .content-left-ct {
  max-width: 180px;
  margin: auto;
}

@media screen and (max-width: 820px) {
  .client-testimonial-block .content-left-ct {
    margin-bottom: 20px;
  }
}

/* pages */
.layout-content {
  margin-top: 35px;
}

@media only screen and (max-width: 1024px) {
  .layout-content {
    margin-top: 125px;
  }
}

.layout-content.page-home {
  margin-top: 0;
}

.page-title {
  padding: 0px;
}

.page-title .sub-title-bold {
  font-weight: 700;
  font-size: 1rem;
  line-height: 18.4px;
  margin-bottom: 20px;
}

.page-title h1, .page-title h3 {
  font-family: "Roboto", sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 70.31px;
  color: #004FA3;
}

.page-title p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 20.7px;
  color: #36444D;
}

@media only screen and (max-width: 768px) {
  .page-title h1 {
    font-size: 2.5rem;
    line-height: normal;
  }
}

/* Talent Trend Page  STARTS*/
.people-section .people {
  margin-right: 5px;
  cursor: pointer;
}

.people-section .people-label {
  margin: 0;
  color: #393d4e;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .people-section.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .people-section .people-container {
    margin-left: 0;
  }
  .people-section .people-label {
    margin-left: 0;
    width: 18rem;
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1rem;
  }
  .people-section .people {
    margin-right: 3px;
  }
}

.work-place:h4 {
  margin-bottom: 2.3rem;
}

.work-place-type {
  border-radius: 24px;
  color: white;
  padding: 0.75rem 1.625rem 0.625rem 1.5rem;
}

.work-place-type .work-percentage {
  font-size: 1.875rem;
}

.high-workplace.work-place-type {
  padding-top: 3.25rem;
  padding-bottom: 2.75rem;
}

.high-workplace .work-percentage {
  font-size: 2.625rem;
}

.high-workplace .work-place-text {
  top: 1.25rem;
  line-height: normal;
}

.medium-workplace.work-place-type {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.medium-workplace.work-place-type .work-place-text {
  top: 1rem;
}

.medium-workplace .work-percentage {
  font-size: 2.25rem;
}

.less-workplace-bg {
  background-color: #002B54;
}

.medium-workplace-bg {
  background-color: #004FA3;
}

.high-workplace-bg {
  background-color: #7342EA;
}

@media screen and (max-width: 1200px) {
  .card .card-body .border-left-none-md {
    border-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .line-graph-container {
    margin-bottom: 3rem !important;
  }
}

.line-graph-container .select2-container--default {
  max-width: 150px;
  width: 100% !important;
}

.line-graph {
  max-width: 560px;
}

.job_change_chart {
  max-width: 148px;
  width: 100%;
}

.card-explore p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.card-explore h3 {
  font-size: 2rem;
  line-height: 3rem;
}

.job-seeking-content--right {
  border-left: 1px solid #E9E9E9;
}

@media only screen and (max-width: 1200px) {
  .job-seeking-content--right {
    border-left: 0;
    border-top: 1px solid rgba(81, 86, 105, 0.3);
    padding-top: 10px;
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 991px) {
  .card .card-body .people-gauge--right {
    border-top: 1px solid rgba(81, 86, 105, 0.3);
    border-left: 0;
    padding-top: 11px;
    margin-top: 21px;
  }
}

/* Talent Trend Page  ENDS*/
/*Page Student participants*/
.five-column-graph .col {
  border-right: 1px solid #E9E9E9;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .five-column-graph .col {
    margin-bottom: 24px;
  }
}

.five-column-graph .col:last-child {
  border-width: 0;
}

@media screen and (max-width: 1325px) {
  .five-column-graph .col:nth-child(4) {
    border-width: 0;
  }
}

@media screen and (max-width: 1124px) {
  .five-column-graph .col:nth-child(3) {
    border-width: 0;
  }
  .five-column-graph .col:nth-child(4) {
    border-width: 1px;
  }
}

@media screen and (max-width: 1024px) {
  .five-column-graph .col:nth-child(3) {
    border-width: 1px;
  }
  .five-column-graph .col:nth-child(4) {
    border-width: 0;
  }
}

@media screen and (max-width: 991px) {
  .five-column-graph .col:nth-child(3) {
    border-width: 0;
  }
  .five-column-graph .col:nth-child(4) {
    border-width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .five-column-graph .col:nth-child(2), .five-column-graph .col:nth-child(4) {
    border-width: 0;
  }
  .five-column-graph .col:nth-child(3) {
    border-width: 1px;
  }
}

@media screen and (max-width: 497px) {
  .five-column-graph .col {
    border-right: 0;
    border-bottom: 1px solid rgba(81, 86, 105, 0.3);
  }
  .five-column-graph .col:nth-child(2), .five-column-graph .col:nth-child(4) {
    border-width: 1px;
  }
  .five-column-graph .col:last-child {
    border-width: 0;
  }
}

.people-block .card-body .card .card-body {
  border-radius: 1rem !important;
  -webkit-box-shadow: inset 0.125rem 0.125rem 0.375rem rgba(71, 77, 111, 0.3), inset 0.125rem 0.125rem 0.375rem rgba(255, 255, 255, 0.8);
          box-shadow: inset 0.125rem 0.125rem 0.375rem rgba(71, 77, 111, 0.3), inset 0.125rem 0.125rem 0.375rem rgba(255, 255, 255, 0.8);
}

.people-block .people-pink-icon ul li {
  background: url("../images/icons/people-pink-icon.svg") no-repeat;
}

.people-block .people-blue-icon ul li {
  background: url("../images/icons/people-blue-icon.svg") no-repeat;
}

.people-block .people-orange-icon ul li {
  background: url("../images/icons/people-orange-icon.svg") no-repeat;
}

.people-block .user-robot-icon ul li {
  background: url("../images/icons/robot-blue.svg") no-repeat;
}

.people-block .people-blue-icon ul,
.people-block .people-pink-icon ul,
.people-block .people-orange-icon ul,
.people-block .user-robot-icon ul {
  margin: 0;
  padding: 0;
}

.people-block .people-blue-icon ul li,
.people-block .people-pink-icon ul li,
.people-block .people-orange-icon ul li,
.people-block .user-robot-icon ul li {
  width: 18px;
  height: 22px;
  list-style: none;
  display: inline-block;
}

.people-block .people-blue-icon ul li:hover,
.people-block .people-pink-icon ul li:hover,
.people-block .people-orange-icon ul li:hover,
.people-block .user-robot-icon ul li:hover {
  cursor: pointer;
}

.people-block .people-blue-icon p,
.people-block .people-pink-icon p,
.people-block .people-orange-icon p,
.people-block .user-robot-icon p {
  margin-bottom: 0;
}

.people-block .user-robot-icon ul li {
  width: 24px;
}

.people-block .people-arrow {
  width: 24px;
  height: 32px;
  background: url("../images/icons/people-arrow.svg") no-repeat;
}

.people-block .people-inner-block p {
  color: #e7e9f4;
}

.people-block .mental-health .career-success-arrow,
.people-block .work-life .career-success-arrow {
  background: url("../images/icons/people-arrow.svg") no-repeat;
  background-size: 24px 32px;
  background-position: 45% 70%;
}

.promotion-text {
  font-size: 1rem;
}

.promotion-doughnut-margin {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .promotion-doughnut-margin {
    margin-top: 20px;
  }
}

/* Page Motivation */
@media only screen and (max-width: 546px) {
  .mental-health,
  .people-inner-wrapper,
  .work-life {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mental-health .people-pink-icon,
  .mental-health .people-blue-icon,
  .people-inner-wrapper .people-pink-icon,
  .people-inner-wrapper .people-blue-icon,
  .work-life .people-pink-icon,
  .work-life .people-blue-icon {
    width: 100% !important;
    text-align: center !important;
  }
  .mental-health b,
  .people-inner-wrapper b,
  .work-life b {
    text-align: center !important;
  }
  .vs-space {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .vs-space:not(.inner-vs-space) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .work-life .people-pink-icon,
  .mental-health .people-pink-icon {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .work-life .people-blue-icon,
  .mental-health .people-blue-icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .work-life .vs-space,
  .mental-health .vs-space {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.talent-modal--wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.talent-modal-btn {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #eceef8;
  color: #7343eb;
  -webkit-box-shadow: 0.18rem 0.18rem 0.375rem rgba(71, 77, 111, 0.3), -0.18rem -0.18rem 0.375rem rgba(255, 255, 255, 0.8);
          box-shadow: 0.18rem 0.18rem 0.375rem rgba(71, 77, 111, 0.3), -0.18rem -0.18rem 0.375rem rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  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-decoration: none;
  cursor: pointer;
  margin-top: -5px;
}

.talent-modal {
  position: absolute;
  top: 0;
  background: #393d4e;
  color: white;
  border-radius: 24px;
  max-width: 100%;
  width: 100%;
  padding: 15px 40px 15px 15px;
  right: 0;
  top: 40px;
  font-size: 1rem;
  display: none;
}

.talent-modal a {
  width: 14px;
  height: 15px;
  background: url(../images/icons/close-white.svg) no-repeat;
  display: block;
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.modal-toggle {
  display: none;
}

@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  .contract-type,
  .age-group {
    display: block !important;
  }
  .contract-type h5,
  .age-group h5 {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 768px) {
  .promotion-doughnut-margin #promotionStatusLegends {
    width: auto;
  }
}

/* Page AI Influence */
@media only screen and (max-width: 546px) {
  .ai-current-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ai-current-job .user-robot-icon,
  .ai-current-job .people-orange-icon,
  .ai-current-job .vs-space {
    width: 100% !important;
    text-align: center !important;
  }
  .ai-current-job .user-robot-icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ai-current-job .people-orange-icon {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ai-current-job .vs-space {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.language-switcher-language-session {
  display: none;
}

.new-opportunities .pie-graph--left {
  margin-right: 0;
}

.other-pages-card {
  display: block;
}

.home-page-card {
  display: none;
}

.page-home .other-pages-card {
  display: none;
}

.page-home .home-page-card {
  display: block;
}

@media only screen and (min-width: 768px) {
  .job-satisfaction-content {
    margin-top: 40px;
  }
}

#satisfactionChartLegends .chartjs-legend {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 390px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.current-workplace-content img {
  max-width: 348px;
  width: 100%;
}

.home-banner {
  background: white;
  border-radius: 20px;
  padding: 0 60px;
}

.home-banner h2 {
  color: #393d4e;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 53px;
  text-align: left;
}

.home-banner p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 20.7px;
  color: #36444D;
  margin-bottom: 34px;
}

.home-banner img {
  max-width: 100%;
  width: 100%;
}

.home-banner .tt-btn {
  max-width: 244px;
  width: 100%;
  text-align: center;
  padding-right: 15px !important;
  margin-bottom: 40px;
}

.home-banner .tt-btn::before {
  display: none !important;
}

@media only screen and (max-width: 576px) {
  .home-banner {
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 0;
    margin-top: 0;
    padding-top: 72px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .home-banner img {
    max-width: 70%;
  }
  .home-banner .home-banner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home-banner h1 {
    font-size: 2.5rem;
    line-height: 53px;
  }
}

.home-banner .page-title {
  margin-top: 50px;
}

.home-banner .page-title h1 {
  margin-bottom: 20px;
}

.col-survery-1,
.col-survery-2,
.col-survery-3 {
  background: #004FA3;
  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: 24px;
  color: #393d4e;
  width: 220px;
  height: 220px;
  border-radius: 100%;
}

.col-survery-1 h2, .col-survery-1 h3,
.col-survery-2 h2,
.col-survery-2 h3,
.col-survery-3 h2,
.col-survery-3 h3 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.col-survery-1 h2, .col-survery-1 .mb-sub-text,
.col-survery-2 h2,
.col-survery-2 .mb-sub-text,
.col-survery-3 h2,
.col-survery-3 .mb-sub-text {
  font-family: 'Roboto', 'sans-serif';
  margin-left: 0 !important;
}

.col-survery-1 p,
.col-survery-2 p,
.col-survery-3 p {
  margin-bottom: 0;
  font-weight: 500;
}

.col-survery-1.col-survery-2,
.col-survery-2.col-survery-2,
.col-survery-3.col-survery-2 {
  background: #F9C10D;
}

.col-survery-1.col-survery-3,
.col-survery-2.col-survery-3,
.col-survery-3.col-survery-3 {
  background: #002B54;
}

.card-white--1,
.card-white--2 {
  background: white;
  border-radius: 20px;
}

.card-white--1 h3,
.card-white--2 h3 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 38px;
  color: #393d4e;
}

.card-white--1 p,
.card-white--2 p {
  color: #515669;
  font-weight: 500;
  line-height: 26px;
}

.arrow-link {
  color: #004FA3;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  text-decoration: none !important;
}

.arrow-link:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/arrow-right--purple.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  top: 5px;
  background-size: 16px;
}

.arrow-link:hover, .arrow-link:link {
  text-decoration: underline;
}

.icon-view {
  width: 60px;
  height: 60px;
  background: #F15E4F;
  border-radius: 100%;
}

.page-home .filters-form {
  padding-top: 25px !important;
}

.page-home .c-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
}

.page-home .col-survery-2 .c-sub {
  color: #002B54;
}

.page-home .mb-sub-text {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 15px;
}

.key_dashboard h2 {
  font-family: 'Roboto', sans-serif;
}

.key_dashboard .card--key {
  padding: 30px 60px;
}

@media only screen and (max-width: 1200px) {
  .key_dashboard .card--key {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .key_dashboard .icon-view {
    width: 40px;
    height: 40px;
  }
  .key_dashboard .icon-view img {
    width: 20px;
  }
  .key_dashboard .card-white--left h2 {
    font-size: 2rem;
    line-height: normal;
  }
}

@media only screen and (min-width: 1400px) {
  .key_dashboard .card-white--left {
    width: 80%;
  }
  .key_dashboard .card-white--right {
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .key_dashboard .card-white--left h2 {
    font-size: 1.5rem;
    line-height: normal;
  }
}

.key_dashboard_2 {
  margin-bottom: 18px;
}

.page-home .talent-trends-bottom-block {
  margin-bottom: 40px;
}

.page-home .talent-trends-bottom-block .tt-block-wrapper {
  padding: 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 820px) {
  .page-home .talent-trends-bottom-block .tt-block-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-home .talent-trends-bottom-block .tt-block-wrapper .tt-block-left {
  max-width: 682px;
  width: 100%;
}

.page-home .talent-trends-bottom-block .tt-block-wrapper .tt-block-right {
  max-width: 250px;
  width: 100%;
}

.page-home .talent-trends-bottom-block .tt-block-wrapper .tt-block-right img {
  max-width: 250px;
  width: 100%;
}

@media only screen and (max-width: 820px) {
  .page-home .talent-trends-bottom-block .tt-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-home .talent-trends-bottom-block .tt-block-wrapper .tt-block-left, .page-home .talent-trends-bottom-block .tt-block-wrapper .tt-block-right {
    max-width: 100%;
    text-align: center;
  }
  .page-home .talent-trends-bottom-block .tt-block-wrapper .btn-explore {
    margin-left: auto;
    margin-right: auto;
  }
}

.insight-block {
  padding: 40px 0 16px 50px;
}

.insight-block .insight-block--right {
  padding-left: 40px;
}

.insight-block .insight-block--right .insight-pie {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 1399px) {
  .insight-block .insight-block--right .insight-pie .col-survery-1, .insight-block .insight-block--right .insight-pie .col-survery-2, .insight-block .insight-block--right .insight-pie .col-survery-3 {
    width: 170px;
    height: 170px;
  }
  .insight-block .insight-block--right .insight-pie h2 {
    font-size: 250%;
  }
}

@media only screen and (max-width: 460px) {
  .insight-block .insight-block--right .insight-pie {
    margin-right: 0;
  }
}

.insight-block .insight-block--right .insight-pie:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .insight-block {
    padding-left: 0;
  }
  .insight-block .insight-block--wrapper {
    display: block;
    text-align: center;
  }
  .insight-block .insight-block--left {
    width: 100%;
  }
  .insight-block .insight-block--right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .insight-block .insight-block--right .insight-pie .col-survery-1, .insight-block .insight-block--right .insight-pie .col-survery-2, .insight-block .insight-block--right .insight-pie .col-survery-3 {
    width: 190px;
    height: 190px;
  }
}

.home-section-title h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 18.4px;
  color: #002B54;
  text-transform: uppercase;
  padding-left: 60px;
}

@media only screen and (max-width: 576px) {
  .home-section-title h3 {
    padding-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */
