:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding: 20px 6%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.nav-menu {
  width: 32%;
  justify-content: space-around;
  font-size: 13px;
  display: flex;
}

.nav-main-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo-div {
  width: 25%;
}

.nav-logo {
  width: 100%;
}

.nav-link {
  color: #2c2c2c;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link:lang(en) {
  color: #2c2c2c;
}

.home-hero {
  padding: 3% 100px 6%;
}

.breadcrumb {
  color: #b1b1b1;
  font-size: 11.5px;
  text-decoration: none;
}

.home-hero-title {
  color: #2c2c2c;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Librebaskerville, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 120%;
}

.orange-text {
  color: #ff704b;
}

.orange-text.italic {
  color: #013f62;
  font-style: italic;
}

.hero-main-div {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.hero-left-div {
  width: 45%;
}

.hero-right-div {
  width: 48%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hero-left-image {
  width: 100%;
}

.hero-years {
  color: #2c2c2c;
  letter-spacing: -.5px;
  font-family: Librebaskerville, sans-serif;
  font-size: 78px;
  line-height: 95%;
}

.hero-years-div {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.hero-years-sentence {
  width: 14ch;
  color: #2c2c2c;
  margin-left: 12px;
  font-family: Librebaskerville, sans-serif;
  font-size: 15.6px;
  line-height: 145%;
}

.hero-right-content-div {
  grid-column-gap: 90px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-right-headcontent {
  width: 6ch;
  color: #2c2c2c;
  font-family: Librebaskerville, sans-serif;
  font-size: 17px;
  line-height: 125%;
}

.hero-right-headcontent.reduce-lenght {
  width: 15%;
}

.hero-right-body-text {
  width: 40ch;
  color: #2c2c2c;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 125%;
}

.hero-right-points-div {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #2c2c2c;
  padding: 11px 55px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.underline-button {
  color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #2c2c2c;
  text-decoration: none;
}

.button.underline-button.article-button {
  text-align: left;
}

.hero-cta-div {
  grid-column-gap: 35px;
  display: flex;
}

.hero-logo-div {
  grid-column-gap: 25px;
  background-color: #f2f2f2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 8%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.expertise {
  padding: 4% 8% 6%;
}

.expertise.more-bottom-padding {
  padding-bottom: 10%;
}

.section-heading {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librebaskerville, sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 100%;
}

.expertise-main-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expertise-left-div {
  width: 35%;
}

.expertise-right-div {
  width: 100%;
  height: 280px;
  background-color: #013f62;
  border-radius: 8px;
  justify-content: space-between;
  padding: 7% 6%;
  display: flex;
}

.our-expertise-links {
  width: 15ch;
  color: #2c2c2c;
  font-family: Librebaskerville, sans-serif;
  font-size: 19px;
  line-height: 135%;
}

.our-expertise-links.increase-char {
  width: 19ch;
}

.expertise-orange-left {
  width: auto;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.expertise-orange-right {
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabs {
  justify-content: space-between;
  margin-top: 6%;
  display: flex;
}

.tabs-menu {
  width: 35%;
  flex-direction: column;
  display: flex;
}

.tabs-content {
  width: 65%;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-left: 3px solid #e1e1e1;
  padding: 12px 15px 12px 40px;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-left-color: #000;
}

.expertise-tab-title {
  width: 15ch;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librebaskerville, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 135%;
}

.tab-main-linkdiv {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 35px;
}

.tab-links {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 140%;
  text-decoration: none;
}

.tab-links.link-with-sideborders {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-links._3rd-link {
  padding-left: 15px;
}

.tab-links._1st-link {
  padding-right: 15px;
}

.image {
  width: 75%;
}

.tab-pane {
  height: 100%;
}

.articles {
  padding: 4% 8% 6%;
}

.articles.hide {
  display: none;
}

.articles-main {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-top: 3%;
  display: flex;
}

.article-title {
  color: #ff704b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librebaskerville, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.article-card {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 27px 25px;
  display: flex;
}

.article-desc {
  color: #adadad;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 135%;
}

.contact {
  padding: 4% 8% 200px;
}

.contact-main {
  justify-content: space-between;
  display: flex;
}

.contactus-left {
  width: 35%;
}

.contactus-right {
  width: 65%;
  padding-left: 8%;
}

.form-input-field {
  color: #2c2c2c;
  background-color: #f1f1f1;
  border: 0 solid #000;
  margin-bottom: 18px;
  padding: 20px 12px;
  font-family: Inter, sans-serif;
}

.form-input-field::-ms-input-placeholder {
  color: #7a7a7a;
}

.form-input-field::placeholder {
  color: #7a7a7a;
}

.form-input-field.more-bottom-margin {
  margin-bottom: 40px;
}

.form-input-field.message-field {
  margin-bottom: 40px;
  padding-top: 12px;
}

.form-block {
  margin-top: 10%;
  margin-bottom: 0;
}

.map {
  height: 100%;
}

.footer {
  background-color: #013f62;
  padding-top: 7%;
  padding-bottom: 1%;
}

.footer-locations {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5%;
}

.footer-location {
  color: #fff;
  border-right: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 152%;
  display: inline-block;
}

.footer-location.no-border {
  border-right-style: none;
}

.footer-verticaldivider-line {
  width: 2px;
  height: 15px;
  border-right: 1px solid #fff;
}

.footer-copyright {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.map-embed {
  height: 100%;
}

.firm-hero {
  padding-top: 3%;
  padding-left: 100px;
  padding-right: 100px;
}

.firm-hero-main-div {
  background-image: url('../images/Group-702-1.png');
  background-position: 50.6%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.firmhero-left, .firmhero-right {
  width: 50%;
  border: 1px solid #acacac;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.hero-title {
  color: #15095c;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Librebaskerville, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.hero-title.expertise_page_title {
  text-align: left;
  display: none;
}

.hero-paragraph {
  width: 25ch;
  color: #2c2c2c;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Librebaskerville, sans-serif;
  font-size: 20px;
  line-height: 131%;
}

.hero-paragraph.orange-para {
  width: 30ch;
  color: #013f62;
  line-height: 144%;
}

.italic {
  font-style: italic;
}

.firm-section2 {
  justify-content: space-between;
  padding: 3% 100px 6%;
  display: flex;
}

.section2-para {
  width: 48%;
  color: #2c2c2c;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 175%;
}

.address-div {
  grid-column-gap: 10px;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.location-pin {
  width: 4%;
}

.address {
  width: 80%;
  color: #2c2c2c;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 145%;
}

.opportunities-hero {
  padding: 3% 100px 10%;
}

.opportunities-hero-para {
  width: 85ch;
  color: #2c2c2c;
  text-align: center;
  margin: 3% auto 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 145%;
}

.opportunities-tiles-main-div {
  justify-content: space-between;
  margin-top: 6%;
  display: flex;
}

.hero-cards {
  width: 28%;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.cards-image, .cards-image-div {
  width: 100%;
  position: relative;
}

.card-text {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librebaskerville, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-text:hover {
  color: #ff704b;
}

.d-c-hero {
  padding: 3% 100px 10%;
}

.d-c-body {
  color: #2c2c2c;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 175%;
}

.d-c-body.bottom-margin {
  margin-bottom: 2%;
}

.d-c-body-wrap {
  margin-top: 3%;
}

.d-c-list {
  margin-bottom: 0;
  padding-left: 20px;
}

.d-c-list-item {
  font-size: 17px;
  list-style-type: lower-alpha;
}

.contactus-hero {
  padding-top: 3%;
  padding-left: 100px;
  padding-right: 100px;
}

.contact-us-contactinfo-div {
  width: 100%;
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

.contact-us-contactinfo-div.reduce-top-margin {
  margin-top: 20px;
}

.contact-info {
  width: auto;
  color: #2c2c2c;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 145%;
}

.contact-logos {
  width: 2.5%;
}

.link {
  color: #2c2c2c;
  text-decoration: none;
}

.work-with-us {
  color: #2c2c2c;
  margin-top: 6%;
  margin-bottom: 0;
  font-family: Librebaskerville, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 115%;
}

.bold {
  font-weight: 700;
}

.work-with-us-body {
  width: auto;
  color: #2c2c2c;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 145%;
}

.contactus-pagemap {
  width: 65%;
  height: 400px;
  padding-left: 8%;
}

.visit {
  padding: 3% 8% 10%;
}

.slider {
  background-color: #fff;
  display: none;
}

.slider-arrow-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow {
  height: 120%;
  align-items: flex-end;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.right-arrow {
  height: 120%;
  align-items: flex-end;
  display: flex;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-horizontal-line {
  display: none;
}

.button-overlay {
  z-index: 1;
  background-color: #494949;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-overlay:hover {
  background-color: #000;
}

.text-block {
  z-index: 2;
  position: relative;
}

.logos {
  width: 80%;
  height: 60px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider_div_container {
  width: 100%;
  position: relative;
}

.slide_div {
  width: 33.33%;
}

.slide_image_container {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow_right, .arrow_left, .right_arrow_icon, .left_arrow_icon, .slide_nav_container, .grid_div {
  display: none;
}

.expertise-hero-section {
  padding-top: 3%;
  padding-left: 8%;
  padding-right: 8%;
}

.expertise-hero-para {
  width: 85ch;
  color: #2c2c2c;
  text-align: center;
  margin: 3% auto 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 145%;
}

.expertise_old {
  padding: 4% 8% 6%;
  display: none;
}

.expertise_old.more-bottom-padding {
  padding-bottom: 10%;
}

.tabs_old {
  justify-content: space-between;
  margin-top: 6%;
  display: none;
}

.expertise_slider_container {
  width: 100%;
  margin-top: 3%;
  position: relative;
}

.swiper.myswiper, .swiper.swiper-2 {
  width: 100%;
  height: 100%;
}

.swiper.sector-swiper {
  height: 320px;
  overflow: hidden;
}

.swiper-wrapper.expertise_wrapper {
  display: flex;
}

.swiper-wrapper.logo-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.swiper-wrapper.sector-wrapper {
  padding-right: 20px;
}

.swiper-slide {
  width: 100%;
}

.swiper-slide.logo-slide {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.expertise_slider_right_image {
  width: auto;
}

.sectors {
  padding: 4% 8% 6%;
}

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

.section_view_all_button {
  background-image: linear-gradient(#53a5c9, #1f6b8c);
  padding: 11px 45px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.sectors_grids_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3%;
  display: grid;
}

.sector_name_container {
  border-bottom: 1px solid #000;
  padding: 10px;
  position: relative;
}

.triangle-top-right {
  width: 0;
  height: 0;
  border-top: 20px solid #d9d9d9;
  border-left: 20px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.sector_name {
  font-family: Librebaskerville, sans-serif;
  font-size: 17px;
  line-height: 125%;
}

.logo_slider {
  display: none;
}

.expertise-sector-flex-container {
  grid-column-gap: 20px;
  border-bottom: 1px solid #cacaca;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4%;
  padding-bottom: 40px;
  display: flex;
}

.expertise-sector-flex-container.underline_removed {
  border-bottom-width: 0;
  padding-bottom: 10px;
}

.exp-sector-container {
  margin-top: 100px;
}

.exp-sector-container.desktop, .exp-sector-container.tablet {
  display: none;
}

.exp-main-content-container {
  width: 100%;
}

.view_all_button_exp_page {
  color: #5e5e5e;
  background-color: rgba(56, 152, 236, 0);
  padding-left: 0;
  padding-right: 20px;
  font-family: Librebaskerville, sans-serif;
  font-size: 20px;
  line-height: 120%;
  text-decoration: underline;
}

.button_container_exp_page {
  padding-top: 10px;
  display: inline-block;
  position: relative;
}

.sector_vertical_scroll_section {
  margin-top: 4%;
}

.sector_name_text_exp_page {
  color: #5e5e5e;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: Librebaskerville, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.exp-image-container {
  display: none;
}

.exp-image {
  width: 80px;
}

.try-para {
  width: 48%;
  height: 100%;
  color: #2c2c2c;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 175%;
}

.exp-content_container {
  margin-top: 20px;
  padding-bottom: 20px;
}

.exp-content-title-text {
  color: #013f62;
  text-align: center;
  font-family: Librebaskerville, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
}

.exp-content-para-text {
  color: #2b2b2b;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 175%;
}

.exp-content-2-points-text-container {
  padding-bottom: 40px;
}

.exp-list-item-text {
  color: #2b2b2b;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 175%;
}

.exp-list {
  padding-left: 20px;
}

.exp-content-highlight-text {
  color: #013f62;
  margin-top: 60px;
  font-family: Librebaskerville, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.logo-slider-section {
  padding: 4% 8% 6%;
}

.logo-div-exp {
  grid-column-gap: 25px;
  background-color: #f2f2f2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.exp-content-highlight-point-text {
  color: #013f62;
  font-family: Librebaskerville, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.exp-normal-point-text {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.exp-points-contaiiner {
  margin-bottom: 30px;
}

.dropdown-toggle-jfs {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropddown-icon-jfs {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  width: auto;
  background-color: #f2f2f2;
}

.navbar-logo-center {
  display: none;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

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

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.sector-content-list {
  display: none;
}

.sectors-hero {
  padding-top: 3%;
  padding-left: 100px;
  padding-right: 100px;
}

.sectors-card-section {
  padding: 3% 8% 4%;
}

.sectors_card_container {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.card-wrapper {
  width: 250px;
  height: 250px;
  perspective: 1000px;
  margin: 0 auto;
  display: inline-block;
}

.card-wrapper.flip-diagonal-right {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card {
  width: 250px;
  height: 100%;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.front {
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}

.back {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.card_front_image {
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.name_front_sector {
  position: absolute;
  top: auto;
  bottom: 16%;
  left: 5%;
  right: 5%;
}

.back_image_sector {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
}

.back_content_sector {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
}

.swiper-arrow {
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 20px;
  position: absolute;
  top: -22%;
}

.swiper-arrow.hide {
  display: none;
}

.jfs_blogs_hero_banner_image {
  width: 100vw;
}

.jfs_blogs_content_container {
  width: 85%;
  background-color: #fff;
  border-bottom: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  position: relative;
  top: -100px;
}

.jfs_blog_title_container {
  width: 70%;
}

.jfs_heading_text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librebaskerville, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.jfs_blog_content_head_container {
  grid-column-gap: 20px;
  display: flex;
}

.jfs_insights_container {
  width: 30%;
}

.horizontal_line_container_jfs_blogs {
  height: 1px;
  background-color: #000;
}

.jfs_blog_side_tag {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.jfs_side_date_text {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  line-height: 24px;
}

.jfs_side_mins_read_text {
  color: #565555;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  line-height: 24px;
}

.jfs_side_mins_read_text.tab {
  display: none;
}

.jfs_blog_rich_text {
  margin-top: 60px;
}

.jfs_blog_paragraph {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.jfs_blog_heading_2_text {
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  line-height: 44px;
}

.vertical_divider_jfs_blog {
  display: none;
}

.vertical_divider_jfs_blog.landing_page {
  width: 1px;
  height: 18px;
  background-color: #000;
  display: block;
}

.jfs_blogs_list_container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.jfs_blog_container {
  border: 1px solid #000;
  text-decoration: none;
}

.jfs_blog_content_container {
  padding: 10px;
}

.jfs_blog_image {
  width: 100%;
}

.blog_content_chip_container {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.jfs_blog_landing_title_container {
  margin-top: 20px;
}

.jfs_blog_landing_title_text {
  color: #000;
  font-family: Librebaskerville, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.jfs_blog_landing_tag_text {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.insights-hero {
  padding: 3% 100px 10%;
}

.jfs_insights_pagination_container {
  margin-top: 40px;
}

.blog_insights_date_text {
  color: #000;
  font-family: Librebaskerville, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.popup-overlay {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-modal {
  width: 80%;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.popup-header-text {
  color: #013f62;
  text-align: center;
  font-family: Librebaskerville, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
}

.popup-content-container {
  margin-top: 40px;
}

.popup-content-text {
  color: #000;
  text-align: justify;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.popup-agree-button-container {
  margin-top: 40px;
  display: flex;
}

.popup-agree-button {
  background-color: #013f62;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.popup-modal-container {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.insights-hero-para {
  width: 85ch;
  color: #2c2c2c;
  text-align: center;
  margin: 3% auto 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 145%;
  display: none;
}

@media screen and (min-width: 1280px) {
  .firm-hero-main-div {
    background-position: 50.5%;
  }

  .expertise-sector-flex-container {
    grid-column-gap: 30px;
  }

  .sector_name_text_exp_page {
    font-size: 16px;
  }

  .exp-content-title-text {
    font-size: 44px;
  }

  .jfs_blogs_list_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .popup-modal {
    width: 60%;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    padding-top: 22px;
    padding-bottom: 22px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  }

  .nav-link {
    font-size: 15px;
  }

  .home-hero {
    padding-left: 125px;
    padding-right: 125px;
  }

  .breadcrumb {
    font-size: 13px;
  }

  .home-hero-title {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 68px;
  }

  .hero-main-div {
    margin-top: 48px;
  }

  .hero-left-div {
    width: 45%;
  }

  .hero-right-div {
    width: 48%;
  }

  .hero-years {
    font-size: 88px;
  }

  .hero-years-div {
    margin-bottom: 33px;
  }

  .hero-years-sentence {
    margin-left: 13px;
    font-size: 18.5px;
  }

  .hero-right-content-div {
    grid-column-gap: 100px;
  }

  .hero-right-headcontent {
    font-size: 19px;
  }

  .hero-right-body-text {
    font-size: 16px;
  }

  .hero-right-points-div {
    grid-row-gap: 27px;
  }

  .button {
    padding: 13px 63px;
    font-size: 15px;
  }

  .hero-cta-div {
    grid-column-gap: 40px;
  }

  .expertise {
    padding-left: 9%;
    padding-right: 9%;
  }

  .section-heading {
    font-size: 46px;
  }

  .expertise-right-div {
    height: 320px;
  }

  .our-expertise-links {
    font-size: 22px;
  }

  .tab-link {
    padding: 13px 16px 13px 41px;
  }

  .expertise-tab-title {
    font-size: 25px;
  }

  .tab-main-linkdiv {
    margin-top: 31px;
    margin-bottom: 36px;
  }

  .tab-links {
    font-size: 14px;
  }

  .articles {
    padding-left: 9%;
    padding-right: 9%;
  }

  .article-title {
    font-size: 24px;
  }

  .article-card {
    padding: 28px 26px;
  }

  .article-desc {
    margin-top: 17px;
    margin-bottom: 42px;
    font-size: 20px;
  }

  .contact {
    padding-bottom: 190px;
    padding-left: 9%;
    padding-right: 9%;
  }

  .form-input-field {
    margin-bottom: 22px;
    padding: 23px 14px;
    font-size: 16px;
  }

  .form-input-field.more-bottom-margin {
    margin-bottom: 42px;
  }

  .form-input-field.message-field {
    margin-bottom: 42px;
    padding-top: 14px;
  }

  .footer-location {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
  }

  .footer-verticaldivider-line {
    height: 16px;
  }

  .footer-copyright {
    font-size: 14px;
  }

  .firm-hero {
    padding-left: 125px;
    padding-right: 125px;
  }

  .firm-hero-main-div {
    background-position: 50.6%;
  }

  .hero-title {
    margin-top: 35px;
    font-size: 50px;
  }

  .hero-paragraph {
    font-size: 22px;
  }

  .firm-section2 {
    padding-left: 125px;
    padding-right: 125px;
  }

  .section2-para {
    font-size: 18px;
  }

  .address-div {
    grid-column-gap: 12px;
    margin-top: 22px;
  }

  .address {
    font-size: 18px;
  }

  .opportunities-hero {
    padding-left: 125px;
    padding-right: 125px;
  }

  .opportunities-hero-para {
    font-size: 18px;
  }

  .hero-cards {
    grid-row-gap: 55px;
  }

  .card-text {
    font-size: 38px;
  }

  .d-c-hero {
    padding-left: 125px;
    padding-right: 125px;
  }

  .d-c-body, .d-c-list-item {
    font-size: 18px;
  }

  .contactus-hero {
    padding-left: 125px;
    padding-right: 125px;
  }

  .contact-us-contactinfo-div {
    grid-column-gap: 12px;
  }

  .contact-us-contactinfo-div.reduce-top-margin {
    margin-top: 22px;
  }

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

  .work-with-us {
    font-size: 30px;
  }

  .work-with-us-body {
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 18px;
  }

  .contactus-pagemap {
    height: 405px;
  }

  .visit, .expertise-hero-section {
    padding-left: 9%;
    padding-right: 9%;
  }

  .expertise-hero-para {
    font-size: 18px;
  }

  .expertise_old, .sectors {
    padding-left: 9%;
    padding-right: 9%;
  }

  .section_view_all_button {
    padding: 13px 53px;
    font-size: 15px;
  }

  .sectors_grids_container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .sector_name_container {
    padding: 15px;
  }

  .sector_name {
    font-size: 19px;
  }

  .expertise-sector-flex-container {
    margin-top: 3%;
  }

  .exp-sector-container {
    margin-top: 120px;
  }

  .view_all_button_exp_page {
    font-size: 22px;
  }

  .exp-image {
    width: 100px;
  }

  .try-para {
    font-size: 18px;
  }

  .exp-content-title-text {
    font-size: 46px;
  }

  .exp-content-para-text {
    font-size: 18px;
  }

  .exp-list-item-text {
    font-size: 16px;
  }

  .exp-content-highlight-text {
    margin-top: 80px;
    font-size: 24px;
  }

  .logo-slider-section.inside_pages {
    padding-left: 9%;
    padding-right: 9%;
  }

  .exp-content-highlight-point-text {
    font-size: 22px;
  }

  .exp-normal-point-text {
    font-size: 16px;
  }

  .exp-points-contaiiner {
    margin-bottom: 40px;
  }

  .sectors-hero {
    padding-left: 125px;
    padding-right: 125px;
  }

  .sectors-card-section {
    padding-left: 9%;
    padding-right: 9%;
  }

  .sectors_card_container {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .card-wrapper {
    width: 300px;
    height: 300px;
  }

  .card {
    width: 300px;
  }

  .front {
    font-size: 16px;
    line-height: 22px;
  }

  .back {
    font-size: 14px;
    line-height: 24px;
  }

  .jfs_blogs_content_container {
    padding: 80px 60px;
    top: -150px;
  }

  .jfs_blog_title_container {
    width: 65%;
  }

  .jfs_heading_text {
    font-size: 38px;
    line-height: 48px;
  }

  .jfs_blog_content_head_container {
    grid-column-gap: 40px;
  }

  .jfs_blog_side_tag {
    font-size: 18px;
    line-height: 28px;
  }

  .jfs_side_date_text, .jfs_side_mins_read_text {
    font-size: 16px;
    line-height: 26px;
  }

  .jfs_blog_paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .jfs_blog_heading_2_text {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 46px;
  }

  .jfs_blogs_list_container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .jfs_blog_content_container {
    padding: 20px;
  }

  .jfs_blog_landing_title_text {
    font-size: 18px;
    line-height: 28px;
  }

  .jfs_blog_landing_tag_text {
    font-size: 14px;
    line-height: 24px;
  }

  .insights-hero {
    padding-left: 125px;
    padding-right: 125px;
  }

  .blog_insights_date_text {
    font-size: 14px;
    line-height: 24px;
  }

  .popup-header-text {
    font-size: 36px;
    line-height: 46px;
  }

  .popup-content-text, .popup-agree-button {
    font-size: 18px;
    line-height: 28px;
  }

  .popup-agree-button:hover {
    background-color: #000;
  }

  .insights-hero-para {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    padding: 27px 8%;
  }

  .nav-menu, .nav-link {
    font-size: 19px;
  }

  .home-hero {
    padding-left: 195px;
    padding-right: 195px;
  }

  .breadcrumb {
    font-size: 17px;
  }

  .home-hero-title {
    margin-top: 43px;
    margin-bottom: 43px;
    font-size: 90px;
  }

  .hero-main-div {
    margin-top: 65px;
  }

  .hero-left-div {
    width: 46%;
  }

  .hero-right-div {
    width: 47%;
  }

  .hero-years {
    font-size: 111px;
  }

  .hero-years-div {
    margin-bottom: 43px;
  }

  .hero-years-sentence {
    margin-left: 18px;
    font-size: 25px;
  }

  .hero-right-content-div {
    grid-column-gap: 125px;
  }

  .hero-right-headcontent {
    font-size: 23px;
  }

  .hero-right-body-text {
    font-size: 20px;
  }

  .hero-right-points-div {
    grid-row-gap: 40px;
  }

  .button {
    padding: 20px 80px;
    font-size: 20px;
  }

  .hero-cta-div {
    grid-column-gap: 50px;
  }

  .expertise {
    padding-left: 10%;
    padding-right: 10%;
  }

  .expertise.inside_pages {
    padding-left: 9%;
    padding-right: 9%;
  }

  .section-heading {
    font-size: 60px;
  }

  .expertise-right-div {
    height: 400px;
  }

  .our-expertise-links {
    font-size: 28px;
  }

  .expertise-orange-left {
    margin-right: 20px;
  }

  .expertise-orange-right {
    width: 110px;
    height: 110px;
  }

  .tab-link {
    padding: 18px 28px 18px 60px;
  }

  .expertise-tab-title {
    font-size: 33px;
  }

  .tab-main-linkdiv {
    width: 88%;
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .tab-links {
    font-size: 18px;
  }

  .tab-links.link-with-sideborders {
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .tab-links._3rd-link {
    padding-left: 20px;
  }

  .tab-links._1st-link {
    padding-right: 20px;
  }

  .articles {
    padding-left: 10%;
    padding-right: 10%;
  }

  .article-title {
    font-size: 28px;
  }

  .article-card {
    padding: 32px 28px;
  }

  .article-desc {
    margin-top: 25px;
    margin-bottom: 52px;
    font-size: 24px;
  }

  .contact {
    padding-bottom: 230px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact.inside_pages {
    padding-left: 9%;
    padding-right: 9%;
  }

  .form-input-field {
    margin-bottom: 30px;
    padding: 30px 22px 30px 18px;
    font-size: 20px;
  }

  .form-input-field.more-bottom-margin, .form-input-field.message-field {
    margin-bottom: 52px;
  }

  .footer-location {
    border-right-width: 2px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .footer-verticaldivider-line {
    height: 20px;
  }

  .footer-copyright {
    font-size: 19px;
  }

  .firm-hero {
    padding-left: 195px;
    padding-right: 195px;
  }

  .firm-hero-main-div {
    background-position: 50.5%;
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .firmhero-left, .firmhero-right {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-title {
    margin-top: 43px;
    font-size: 60px;
  }

  .hero-title.expertise_page_title {
    font-size: 62px;
  }

  .hero-paragraph {
    font-size: 28px;
  }

  .firm-section2 {
    padding-left: 195px;
    padding-right: 195px;
  }

  .section2-para {
    font-size: 24px;
  }

  .address-div {
    grid-column-gap: 18px;
    margin-top: 25px;
  }

  .address {
    font-size: 22px;
  }

  .opportunities-hero {
    padding-left: 195px;
    padding-right: 195px;
  }

  .opportunities-hero-para {
    font-size: 24px;
  }

  .card-text {
    font-size: 50px;
  }

  .d-c-hero {
    padding-left: 195px;
    padding-right: 195px;
  }

  .d-c-body {
    font-size: 24px;
  }

  .d-c-list {
    padding-left: 28px;
  }

  .d-c-list-item {
    font-size: 24px;
  }

  .contactus-hero {
    padding-left: 195px;
    padding-right: 195px;
  }

  .contact-us-contactinfo-div {
    grid-column-gap: 18px;
  }

  .contact-us-contactinfo-div.reduce-top-margin {
    margin-top: 25px;
  }

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

  .work-with-us {
    font-size: 40px;
  }

  .work-with-us-body {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
  }

  .contactus-pagemap {
    height: 500px;
  }

  .visit {
    padding-left: 10%;
    padding-right: 10%;
  }

  .expertise-hero-para {
    font-size: 24px;
  }

  .expertise_old {
    padding-left: 10%;
    padding-right: 10%;
  }

  .expertise_slider_container {
    margin-top: 4%;
  }

  .sectors {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section_view_all_button {
    font-size: 17px;
  }

  .sectors_grids_container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .sector_name_container {
    padding: 0;
  }

  .sector_name {
    font-size: 23px;
  }

  .expertise-sector-flex-container.underline_removed.added_bottom_padding {
    padding-bottom: 20px;
  }

  .view_all_button_exp_page {
    font-size: 24px;
  }

  .sector_name_text_exp_page {
    font-size: 18px;
  }

  .exp-image {
    width: 120px;
  }

  .try-para {
    font-size: 24px;
  }

  .exp-content-title-text {
    font-size: 50px;
  }

  .exp-content-para-text {
    font-size: 24px;
  }

  .exp-list-item-text {
    font-size: 22px;
  }

  .exp-content-highlight-text, .exp-content-highlight-point-text {
    font-size: 28px;
  }

  .sectors-hero {
    padding-left: 195px;
    padding-right: 195px;
  }

  .card-wrapper {
    width: 400px;
    height: 400px;
  }

  .card {
    width: 400px;
  }

  .front {
    font-size: 22px;
    line-height: 28px;
  }

  .swiper-arrow {
    top: -28%;
  }

  .jfs_blogs_content_container {
    padding: 100px 80px;
    top: -200px;
  }

  .jfs_heading_text {
    font-size: 42px;
    line-height: 52px;
  }

  .jfs_blog_side_tag {
    font-size: 22px;
    line-height: 32px;
  }

  .jfs_side_date_text, .jfs_side_mins_read_text {
    font-size: 20px;
    line-height: 30px;
  }

  .jfs_blog_rich_text {
    margin-top: 80px;
  }

  .jfs_blog_paragraph {
    font-size: 22px;
    line-height: 32px;
  }

  .jfs_blog_heading_2_text {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
  }

  .jfs_blogs_list_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 100px;
  }

  .jfs_blog_content_container {
    padding: 30px;
  }

  .jfs_blog_landing_title_text {
    font-size: 24px;
    line-height: 34px;
  }

  .jfs_blog_landing_tag_text {
    font-size: 18px;
    line-height: 28px;
  }

  .insights-hero {
    padding-left: 195px;
    padding-right: 195px;
  }

  .blog_insights_date_text {
    font-size: 18px;
    line-height: 28px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .popup-modal {
    width: 50%;
    padding: 60px;
  }

  .popup-header-text {
    font-size: 40px;
    line-height: 50px;
  }

  .popup-content-container {
    margin-top: 60px;
  }

  .popup-content-text {
    font-size: 22px;
    line-height: 32px;
  }

  .popup-agree-button-container {
    margin-top: 60px;
  }

  .popup-agree-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 32px;
  }

  .insights-hero-para {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    display: none;
  }

  .nav-logo {
    display: block;
  }

  .nav-link {
    padding: 0;
  }

  .nav-link.drop-list {
    padding-left: 10px;
    font-size: 12px;
  }

  .home-hero {
    padding: 30px 60px 60px;
  }

  .home-hero-title {
    font-size: 44px;
    line-height: 55px;
  }

  .hero-main-div {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .hero-left-div {
    width: 100%;
  }

  .hero-right-div {
    width: 100%;
    grid-row-gap: 50px;
  }

  .hero-years {
    font-size: 79px;
  }

  .hero-years-sentence {
    font-size: 18px;
  }

  .hero-right-content-div {
    grid-column-gap: 115px;
  }

  .hero-right-headcontent {
    font-size: 18px;
  }

  .hero-right-body-text {
    width: auto;
    font-size: 16px;
  }

  .hero-right-points-div {
    grid-row-gap: 35px;
  }

  .button {
    width: 100%;
    padding: 16px 0;
    font-size: 18px;
  }

  .button.underline-button.article-button {
    width: auto;
  }

  .button.auto-width {
    width: auto;
    padding-left: 55px;
    padding-right: 55px;
  }

  .button.potrait-mobile {
    display: none;
  }

  .button.new_expertise {
    width: auto;
    padding: 14px 20px;
    font-size: 16px;
  }

  .hero-cta-div {
    justify-content: space-between;
  }

  .hero-logo-div {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .expertise {
    padding: 60px 60px 80px;
  }

  .expertise.more-bottom-padding {
    padding-bottom: 170px;
  }

  .section-heading {
    font-size: 32px;
  }

  .expertise-right-div {
    height: 260px;
    padding: 30px;
  }

  .our-expertise-links {
    width: 14ch;
    font-size: 20px;
  }

  .our-expertise-links.increase-char {
    width: 10ch;
  }

  .expertise-orange-left {
    width: 85%;
  }

  .expertise-orange-right {
    width: 80px;
    height: 80px;
    align-items: center;
  }

  .tabs {
    display: none;
  }

  .tabs-menu {
    width: 35%;
  }

  .tabs-content {
    width: 65%;
  }

  .tab-link {
    padding-left: 20px;
  }

  .expertise-tab-title {
    width: 100%;
    font-size: 20px;
  }

  .expertise-tab-title.tab {
    width: auto;
    font-size: 26px;
  }

  .tab-main-linkdiv.potraitmobile {
    display: none;
  }

  .tab-links {
    font-size: 18px;
    line-height: 28px;
  }

  .tab-links.link-with-sideborders {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tab-links._3rd-link {
    padding-left: 12px;
  }

  .tab-links._1st-link {
    padding-right: 12px;
  }

  .image {
    width: 100%;
  }

  .articles {
    padding: 60px 60px 50px;
  }

  .articles-main {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 30px;
  }

  .article-title {
    font-size: 25px;
    line-height: 35px;
  }

  .article-card {
    background-color: #fff;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .article-desc {
    margin-bottom: 30px;
  }

  .contact {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-main {
    flex-direction: column;
  }

  .contactus-left {
    width: 100%;
  }

  .contactus-right {
    width: 100%;
    height: 400px;
    margin-top: 50px;
    padding-left: 0%;
  }

  .form-block {
    margin-top: 50px;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .footer-locations {
    padding-bottom: 70px;
  }

  .footer-location {
    line-height: 20px;
  }

  .firm-hero {
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .firmhero-left {
    border-style: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .firmhero-right {
    box-shadow: none;
    border-style: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-title {
    margin-bottom: 30px;
    font-size: 38px;
  }

  .hero-title.expertise_page_title {
    text-align: center;
  }

  .hero-paragraph {
    width: auto;
    font-size: 19px;
  }

  .hero-paragraph.orange-para {
    width: auto;
  }

  .firm-section2 {
    padding: 30px 60px 60px;
  }

  .section2-para {
    width: 47%;
    font-size: 18px;
  }

  .location-pin {
    width: 25px;
  }

  .address {
    font-size: 16px;
  }

  .opportunities-hero {
    padding: 30px 40px 110px;
  }

  .opportunities-hero-para {
    width: 100%;
    margin-top: 0%;
    font-size: 18px;
  }

  .opportunities-tiles-main-div {
    margin-top: 40px;
  }

  .hero-cards {
    width: 31%;
    grid-row-gap: 20px;
  }

  .card-text {
    font-size: 22px;
  }

  .d-c-hero {
    padding: 30px 60px 110px;
  }

  .d-c-body {
    font-size: 18px;
  }

  .d-c-body.bottom-margin {
    margin-bottom: 30px;
  }

  .d-c-body-wrap {
    margin-top: 0%;
  }

  .d-c-list-item {
    font-size: 16px;
  }

  .contactus-hero {
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-us-contactinfo-div {
    grid-column-gap: 8px;
    margin-top: 6%;
  }

  .contact-us-contactinfo-div.reduce-top-margin {
    margin-top: 15px;
  }

  .contact-info {
    font-size: 16px;
  }

  .contact-logos {
    width: 25px;
  }

  .work-with-us {
    margin-top: 50px;
    font-size: 28px;
  }

  .work-with-us-body {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
  }

  .contactus-pagemap {
    width: 100%;
    height: 400px;
    margin-top: 50px;
    padding-left: 0%;
  }

  .visit {
    padding: 40px 60px 110px;
  }

  .slider {
    height: auto;
    margin-top: 40px;
    margin-right: 60px;
    display: block;
  }

  .slider-arrow-div {
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    border-radius: 100%;
  }

  .left-arrow {
    height: 122%;
    justify-content: flex-start;
  }

  .slider-arrow {
    width: 23px;
  }

  .right-arrow {
    height: 122%;
    justify-content: flex-end;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    font-size: 10px;
    display: flex;
    top: auto;
    bottom: -63px;
    left: 0%;
    right: 0%;
  }

  .button-overlay {
    display: none;
  }

  .expertise-hero-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .expertise-hero-para {
    width: 100%;
    margin-top: 0%;
    font-size: 18px;
  }

  .expertise_old {
    padding: 60px 0% 100px 60px;
  }

  .expertise_old.more-bottom-padding {
    padding-bottom: 170px;
  }

  .tabs_old {
    display: none;
  }

  .expertise_slider_container {
    margin-top: 4%;
  }

  .swiper.sector-swiper {
    display: none;
  }

  .swiper-wrapper.logo-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .expertise_slider_right_image {
    width: 100%;
  }

  .sectors {
    padding: 60px 60px 80px;
  }

  .section_view_all_button {
    font-size: 12px;
  }

  .sectors_grids_container {
    grid-template-columns: 1fr 1fr;
    margin-top: 4%;
  }

  .sector_name {
    font-size: 15px;
  }

  .expertise-sector-flex-container {
    border-bottom-style: none;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }

  .exp-sector-container {
    margin-top: 20px;
  }

  .exp-sector-container.desktop {
    display: none;
  }

  .exp-sector-container.tablet {
    margin-top: 40px;
  }

  .exp-main-content-container {
    width: auto;
  }

  .try-para {
    width: 47%;
    font-size: 18px;
  }

  .exp-content_container {
    padding-bottom: 0;
  }

  .exp-content-para-text {
    margin-top: 20px;
    font-size: 14px;
  }

  .exp-content-2-points-text-container {
    padding-bottom: 0;
  }

  .exp-content-highlight-text {
    margin-top: 40px;
  }

  .logo-slider-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-div-exp {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .exp-normal-point-text {
    font-size: 12px;
  }

  .dropdown-text-jfs {
    flex: 1;
  }

  .navbar-logo-center {
    display: block;
  }

  .navbar-logo-center-container.shadow-three {
    padding-left: 60px;
    padding-right: 60px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    width: 25%;
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 68px;
  }

  .nav-menu-three {
    grid-row-gap: 20px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding: 20px 60px 40px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-menu-block {
    width: 100%;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .nav-link-2, .nav-dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-dropdown-link {
    padding: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .sector-content-list {
    display: block;
  }

  .sectors-hero {
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .sectors-card-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sectors_card_container {
    grid-template-columns: 1fr 1fr;
  }

  .swiper-arrow {
    padding: 15px;
  }

  .jfs_blogs_content_container {
    width: 90%;
    padding: 40px 20px;
  }

  .jfs_blog_title_container {
    width: 100%;
  }

  .jfs_heading_text {
    font-size: 34px;
    line-height: 44px;
  }

  .jfs_blog_content_head_container {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .horizontal_line_container_jfs_blogs {
    display: none;
  }

  .jfs_blog_side_tag {
    font-size: 14px;
    line-height: 24px;
  }

  .jfs_side_date_text {
    font-size: 12px;
    line-height: 22px;
  }

  .jfs_side_mins_read_text {
    display: none;
  }

  .jfs_side_mins_read_text.tab {
    font-size: 12px;
    line-height: 22px;
    display: block;
  }

  .jfs_blog_rich_text {
    margin-top: 40px;
  }

  .jfs_blog_paragraph {
    font-size: 14px;
    line-height: 24px;
  }

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

  .jfs_side_tag_date_flex_tab_mob {
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    display: flex;
  }

  .vertical_divider_jfs_blog {
    width: .5px;
    height: 18px;
    background-color: #666262;
    align-self: center;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .jfs_blogs_list_container {
    grid-template-columns: 1fr 1fr;
  }

  .insights-hero {
    padding: 30px 40px 80px;
  }

  .popup-modal {
    width: 85%;
    padding: 30px;
  }

  .popup-header-text {
    font-size: 32px;
    line-height: 42px;
  }

  .popup-content-text, .popup-agree-button {
    font-size: 14px;
    line-height: 24px;
  }

  .insights-hero-para {
    width: 100%;
    margin-top: 0%;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .home-hero {
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-hero-title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 50px;
  }

  .hero-main-div {
    grid-row-gap: 40px;
  }

  .hero-years {
    font-size: 75px;
  }

  .hero-years-sentence {
    font-size: 16px;
  }

  .hero-right-headcontent {
    font-size: 17px;
  }

  .hero-right-body-text {
    font-size: 15px;
  }

  .hero-right-points-div {
    grid-row-gap: 30px;
  }

  .button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
  }

  .hero-logo-div {
    margin-top: 40px;
  }

  .expertise {
    padding: 50px 40px 60px;
  }

  .expertise.more-bottom-padding {
    padding-bottom: 145px;
  }

  .section-heading {
    font-size: 30px;
  }

  .section-heading.left-padding {
    padding-left: 40px;
  }

  .expertise-right-div {
    align-items: flex-start;
  }

  .tabs {
    display: none;
  }

  .expertise-tab-title {
    width: 12ch;
  }

  .expertise-tab-title.tab {
    font-size: 25px;
  }

  .tab-links {
    font-size: 17px;
  }

  .articles {
    padding: 50px 0;
  }

  .articles-main {
    grid-row-gap: 20px;
  }

  .article-title {
    font-size: 22px;
    line-height: 33px;
  }

  .article-card {
    background-color: #f8f8f8;
    padding: 33px 40px;
  }

  .article-desc {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .contact {
    padding: 50px 40px 170px;
  }

  .contactus-right {
    height: 350px;
    margin-top: 40px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-location {
    padding-left: 10px;
    font-size: 13px;
  }

  .footer-location.no-border {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .footer-copyright {
    font-size: 12px;
  }

  .firm-hero {
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .firm-hero-main-div {
    background-image: url('../images/Group-697.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .firmhero-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .firmhero-right {
    width: 100%;
    padding: 0;
  }

  .hero-title {
    margin-bottom: 20px;
  }

  .hero-title.expertise_page_title {
    font-size: 36px;
  }

  .hero-paragraph {
    width: auto;
    text-align: center;
  }

  .hero-paragraph.orange-para {
    width: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .firm-section2 {
    padding: 50px 40px;
  }

  .section2-para {
    font-size: 17px;
  }

  .address {
    width: 100%;
    font-size: 15px;
  }

  .opportunities-hero {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .opportunities-hero-para {
    font-size: 17px;
  }

  .opportunities-tiles-main-div {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .hero-cards {
    width: 100%;
    grid-row-gap: 20px;
  }

  .card-text {
    font-size: 40px;
  }

  .d-c-hero {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .d-c-body {
    font-size: 17px;
  }

  .d-c-body.bottom-margin {
    margin-bottom: 25px;
  }

  .d-c-list-item {
    font-size: 15px;
  }

  .contactus-hero {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-us-contactinfo-div.reduce-top-margin {
    margin-top: 10px;
  }

  .contact-info {
    width: 100%;
    font-size: 15px;
  }

  .link {
    font-size: 15px;
  }

  .work-with-us {
    font-size: 27px;
  }

  .work-with-us-body {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .contactus-pagemap {
    height: 350px;
    margin-top: 40px;
  }

  .visit {
    padding: 30px 40px 100px;
  }

  .slider {
    margin-top: 35px;
    margin-right: 0;
  }

  .slider-arrow-div {
    width: 45px;
    height: 45px;
  }

  .left-arrow, .right-arrow {
    width: 45px;
  }

  .slide-nav {
    bottom: -63px;
  }

  .hero-horizontal-line {
    width: 70%;
    border-top: 1px solid #acacac;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .expertise-hero-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .expertise-hero-para {
    font-size: 17px;
  }

  .expertise_old {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .expertise_old.more-bottom-padding {
    padding-bottom: 145px;
  }

  .tabs_old {
    display: none;
  }

  .sectors {
    padding: 40px 40px 60px;
  }

  .exp-image {
    width: 70px;
  }

  .try-para {
    font-size: 17px;
  }

  .exp-content-title-text {
    font-size: 32px;
  }

  .exp-content-highlight-text {
    font-size: 20px;
  }

  .logo-slider-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-div-exp {
    margin-top: 40px;
  }

  .navbar-logo-center-container.shadow-three {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .navbar-brand-three.w--current {
    width: 30vw;
  }

  .nav-menu-three {
    flex-direction: column;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

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

  .sectors-hero {
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sectors-card-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sectors_card_container {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 0fr;
    align-content: stretch;
    align-items: stretch;
    display: grid;
  }

  .card-wrapper.flip-diagonal-right {
    width: 100%;
    height: 40vw;
  }

  .card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-arrow {
    top: -20%;
  }

  .jfs_blogs_content_container {
    width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
    top: -80px;
  }

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

  .jfs_insights_container {
    width: 40%;
  }

  .jfs_blog_rich_text {
    margin-top: 30px;
  }

  .jfs_blog_paragraph {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 22px;
  }

  .jfs_blog_heading_2_text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .jfs_blogs_list_container {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .insights-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-modal {
    width: 90%;
    padding: 20px;
  }

  .popup-header-text {
    font-size: 30px;
    line-height: 40px;
  }

  .popup-content-container {
    margin-top: 20px;
  }

  .popup-content-text {
    font-size: 12px;
    line-height: 22px;
  }

  .popup-agree-button-container {
    margin-top: 20px;
  }

  .popup-agree-button {
    font-size: 12px;
    line-height: 22px;
  }

  .insights-hero-para {
    font-size: 17px;
  }
}

@media screen and (max-width: 479px) {
  .home-hero {
    padding: 20px 20px 45px;
  }

  .breadcrumb {
    font-size: 11px;
  }

  .home-hero-title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 42px;
  }

  .hero-years {
    font-size: 53px;
  }

  .hero-years-sentence {
    font-size: 12px;
  }

  .hero-right-content-div {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .hero-right-headcontent {
    width: 100%;
    font-size: 16px;
  }

  .hero-right-body-text {
    font-size: 14px;
  }

  .button.auto-width {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.non-mobile {
    display: none;
  }

  .button.potrait-mobile {
    display: block;
  }

  .hero-logo-div {
    margin-top: 30px;
  }

  .expertise {
    padding: 45px 20px 50px;
  }

  .expertise.more-bottom-padding {
    padding-bottom: 110px;
  }

  .section-heading {
    width: 12ch;
    font-size: 25px;
  }

  .section-heading.left-padding {
    padding-left: 20px;
  }

  .expertise-right-div {
    padding: 15px;
  }

  .expertise-orange-left {
    width: 55%;
  }

  .expertise-orange-right {
    width: 18vw;
    height: auto;
  }

  .expertise-tab-title {
    width: 13ch;
  }

  .expertise-tab-title.tab {
    width: 15ch;
    font-size: 18px;
  }

  .tab-main-linkdiv.desktop {
    display: none;
  }

  .tab-main-linkdiv.potraitmobile {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 25px;
    display: flex;
  }

  .tab-links {
    font-size: 12px;
    line-height: 24px;
    text-decoration: underline;
  }

  .articles {
    padding: 45px 0;
  }

  .article-title {
    font-size: 19px;
    line-height: 25px;
  }

  .article-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact {
    padding: 45px 20px 180px;
  }

  .footer {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-locations {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
    display: grid;
  }

  .footer-location {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 20px;
    display: block;
  }

  .footer-location._2nd_col {
    border-right-style: none;
  }

  .firm-hero {
    padding: 20px 20px 10px;
  }

  .firm-hero-main-div {
    padding-top: 0;
  }

  .firmhero-left {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero-title {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .hero-paragraph {
    font-size: 16px;
  }

  .hero-paragraph.orange-para {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .firm-section2 {
    grid-row-gap: 30px;
    flex-direction: column;
    padding: 45px 20px;
  }

  .section2-para {
    width: 100%;
    font-size: 14px;
  }

  .address-div {
    grid-column-gap: 8px;
  }

  .address {
    font-size: 14px;
  }

  .opportunities-hero {
    padding: 20px 20px 70px;
  }

  .opportunities-hero-para {
    width: 100%;
    font-size: 14px;
  }

  .opportunities-tiles-main-div {
    grid-row-gap: 60px;
    margin-top: 30px;
  }

  .card-text {
    font-size: 35px;
  }

  .d-c-hero {
    padding: 20px 20px 70px;
  }

  .d-c-body {
    width: 100%;
    font-size: 14px;
  }

  .d-c-body.bottom-margin {
    margin-bottom: 20px;
  }

  .d-c-list-item {
    font-size: 14px;
  }

  .contactus-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-contactinfo-div {
    grid-column-gap: 8px;
    align-items: flex-start;
    margin-top: 12%;
  }

  .contact-info {
    font-size: 12px;
    line-height: 20px;
  }

  .contact-logos {
    width: 23px;
  }

  .work-with-us {
    font-size: 20px;
  }

  .work-with-us-body {
    font-size: 14px;
  }

  .contactus-pagemap {
    margin-top: 20px;
  }

  .visit {
    padding: 20px 20px 70px;
  }

  .slider {
    height: auto;
  }

  .slider-arrow-div {
    width: 100%;
    height: 35px;
  }

  .left-arrow, .right-arrow {
    width: 35px;
    height: 120%;
  }

  .slide-nav {
    font-size: 8px;
    bottom: -55px;
  }

  .div-block-2 {
    background-color: #ff704b;
    flex-direction: column;
    padding: 25px;
    display: flex;
  }

  .hero-horizontal-line {
    width: 80%;
  }

  .expertise-hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .expertise-hero-para {
    width: 100%;
    font-size: 14px;
  }

  .expertise_old {
    padding: 45px 20px 75px;
  }

  .expertise_old.more-bottom-padding {
    padding-bottom: 110px;
  }

  .swiper-wrapper.logo-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sectors {
    padding: 40px 20px 60px;
  }

  .sectors_heading_flex {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .sectors_grids_container {
    grid-template-columns: 1fr;
    margin-top: 10%;
  }

  .exp-image {
    width: 60px;
  }

  .try-para {
    width: 100%;
    font-size: 14px;
  }

  .exp-content-title-text {
    font-size: 30px;
  }

  .exp-content-highlight-text {
    font-size: 18px;
  }

  .logo-slider-section {
    padding: 40px 20px;
  }

  .logo-div-exp {
    margin-top: 0;
  }

  .navbar-logo-center-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .navbar-brand-three {
    width: 50%;
  }

  .navbar-brand-three.w--current {
    width: 45vw;
  }

  .nav-menu-three {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sectors-hero {
    padding: 20px 20px 10px;
  }

  .sectors-card-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sectors_card_container {
    grid-row-gap: 30px;
    display: flex;
  }

  .card-wrapper.flip-diagonal-right {
    height: 80vw;
  }

  .card {
    width: 100%;
  }

  .front {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .back {
    font-size: .8rem;
    line-height: 1.4rem;
  }

  .swiper-arrow {
    padding: 12px;
    top: -15%;
  }

  .jfs_blogs_hero_banner_image {
    display: block;
  }

  .jfs_blogs_content_container {
    top: -60px;
  }

  .jfs_heading_text {
    font-size: 30px;
    line-height: 40px;
  }

  .jfs_blog_content_head_container {
    grid-row-gap: 40px;
  }

  .jfs_insights_container {
    width: 80%;
  }

  .jfs_blog_heading_2_text {
    font-size: 28px;
    line-height: 38px;
  }

  .insights-hero {
    padding: 20px 20px 70px;
  }

  .popup-modal {
    width: 95%;
    padding: 20px 10px;
  }

  .popup-header-text {
    font-size: 22px;
    line-height: 32px;
  }

  .popup-content-text {
    font-size: 10px;
    line-height: 20px;
  }

  .popup-agree-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    line-height: 20px;
  }

  .insights-hero-para {
    width: 100%;
    font-size: 14px;
  }
}

#w-node-_9462c95b-bc17-df39-6b44-509558f2e09a-f116c657 {
  grid-area: 2 / 1 / 3 / 7;
  justify-self: stretch;
}

#w-node-dd03ca4f-4706-5de0-7e66-5b05e2995833-f116c657, #w-node-_7502f837-7a8b-4ed8-cb68-99b43f217261-f116c657, #w-node-cd0ddd55-593a-5700-5d5d-dfea865e3b51-f116c657, #w-node-e8c656b7-df32-55e7-601b-1a586e11538d-f116c657, #w-node-f8ad6354-24de-6607-a338-6c3c817b2fb3-f116c657, #w-node-d773b768-1f3b-62fe-a2f5-d6b2c9010cae-f116c657, #w-node-dae77bde-f66b-d456-e2b4-c438a3cc932d-f116c657, #w-node-_89373d4c-e284-92bc-897d-4d8652a2b9f8-f116c657, #w-node-_2b184f15-1ecf-f351-5856-33f6efe342ba-f116c657, #w-node-a749f2fc-0fcd-c83e-df04-e038693eb57e-f116c657, #w-node-_7338a47f-c3b4-d1b5-0522-889c1747b1ec-f116c657, #w-node-a510676f-ce8f-5311-2c6c-eb6f63c3ae40-f116c657, #w-node-_0001503f-98be-392a-4f6a-5dd64a0a4cf1-f116c657, #w-node-c1670711-ffe3-c190-683a-35251d8f9ee8-f116c657, #w-node-_74e5a17b-5f77-902b-f7e3-7a2e859f1d83-f116c657, #w-node-_752b5577-9c71-ef8c-f381-6ed4d9f7b456-f116c657 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cd56b8a-d904-9ef6-3f47-d1e28de1d153-ff80f951, #w-node-_1ede9e9d-3a66-497f-4f8d-717853f68d6b-f508825b, #w-node-_768632f3-97b1-99f6-47c4-a0e5ca090b42-a888cc75, #w-node-_0fb0ac82-cf00-9afe-df5e-58aa7194c174-a6848e72, #w-node-_623768c0-7fa5-b111-97b2-cc8f1af49eb0-b2c24e3a, #w-node-dda7bfa9-0675-0075-4f82-dc202a03cc40-b0238540, #w-node-ed8d1427-37f9-4d1b-bb72-2be53df7b974-061cb963, #w-node-_3bf2085e-9b2b-24bd-ba64-2f32064d2557-3df7052e, #w-node-_37fb673e-8141-4f1a-221d-0728d0beb51d-a5b64d78, #w-node-_21144f1e-9d49-adf8-9b34-2d70d66e53f2-813338eb {
  grid-area: 2 / 1 / 3 / 7;
  justify-self: stretch;
}

#w-node-d301317a-a180-cc18-5bc7-71717ecac67d-f37d4a73 {
  grid-area: 6 / 2 / 7 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-dd03ca4f-4706-5de0-7e66-5b05e2995833-f116c657 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4d80b6af-fec6-a684-bf74-d41a5e2b4943-5e2b4939 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/LibreBaskerville-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/LibreBaskerville-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}