.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #1b222c;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Jost, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #ad153e;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover, a:active {
  color: #be234d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: auto;
  margin-right: auto;
}

.section.cc-cta {
  height: 560px;
  background-color: #f4f4f4;
  background-image: url('../images/Image.png');
  background-position: 50%;
  background-size: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  padding-left: 0;
  padding-right: 0;
}

.section.cc-store-home-wrap {
  color: #1b222c;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.faq {
  padding-left: 0;
  padding-right: 0;
}

.section.space {
  max-width: 1440px;
  margin-top: 140px;
  margin-bottom: 160px;
  padding-top: 160px;
  padding-left: 100px;
  padding-right: 100px;
}

.section.space.home-about-us-1 {
  padding: 0;
}

.section.blog {
  background-color: #f3f4f6;
  padding: 40px 90px;
}

.section.blog.practice-area, .section.about-us-page-features {
  padding-left: 0;
  padding-right: 0;
}

.section.about-us-page-features.about-us {
  max-width: none;
  padding-bottom: 0;
}

.section.footer {
  background-color: #1b222c;
  padding-left: 0;
  padding-right: 0;
}

.section.hero {
  max-height: 90vh;
  background-color: #1b222c;
  overflow: hidden;
}

.section.our-work {
  display: none;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
}

.container.cc-blog-detail.header {
  padding-top: 0;
}

.container.hero {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 0;
}

.container.practice-areas {
  padding-top: 140px;
  padding-bottom: 100px;
}

.container.for-articles {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.contact-us {
  padding-top: 40px;
}

.container.small {
  padding-top: 40px;
  padding-bottom: 100px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #0c1015;
  font-size: 18px;
  line-height: 150%;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: #fafafa;
  -webkit-text-stroke-color: #fafafa;
  text-transform: capitalize;
  margin-top: 32px;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
}

.paragraph-bigger.smaller {
  color: #65707e;
  font-size: 16px;
  line-height: 140%;
}

.paragraph-bigger.smaller.pa-small {
  color: #d7cece;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ad153e;
  border-radius: 8px;
  padding: 16px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #e91b53;
}

.button:active {
  background-color: #e91b53;
}

.button.cc-jumbo-button {
  color: #1b222c;
  background-color: #fff;
  padding: 14px 48px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button:hover {
  color: #fafafa;
  background-color: #e91b53;
}

.button.cc-jumbo-button:active {
  color: #fff;
  background-color: #e91b53;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 1;
  color: #ad153e;
  font-weight: 600;
}

.label.cc-light.left-aligned {
  display: block;
}

.label.cc-blog-date {
  opacity: .75;
  color: #1e2329;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.label.footer {
  color: #fafafa;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: 1;
  color: #65707e;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}

.paragraph-light.area-text {
  color: #fafafa;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-light.contact-us {
  color: #dad5d5;
  font-weight: 300;
}

.paragraph-light.after-hero {
  color: #4b5460;
  font-size: 16px;
  font-weight: 300;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
}

.heading-jumbo-small {
  color: #1b222c;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

.heading-jumbo-small.home {
  color: #1b222c;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  padding-top: 0;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  max-width: 1440px;
  min-height: 80px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation {
  width: 100%;
  height: 10vh;
  background-color: #1b222c;
  border-bottom: 1px solid #2c3849;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 80px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #ad153e;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.navbar-navigation-item {
  opacity: 1;
  color: #fafafa;
  text-transform: capitalize;
  margin-right: 24px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
}

.navigation-item.navbar-navigation-item:hover {
  color: #ad153e;
}

.navigation-item.navbar-navigation-item.w--current {
  color: #e95980;
  font-weight: 500;
}

.logo-image {
  display: block;
}

.navigation-items {
  color: #fafafa;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #1b222c;
  background-image: url('../images/Desktop---3.png');
  background-size: 1440px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 560px;
  color: #fff;
  background-color: #000;
  background-image: url('../images/Desktop---3.png');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  display: flex;
}

.intro-header.about-us-page {
  margin-bottom: 0;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
  margin-top: 140px;
  margin-bottom: 220px;
}

.intro-content.cc-homepage {
  width: 88%;
  max-width: 1180px;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 60px;
}

.intro-content.cc-homepage.homepage-hero {
  width: 96%;
  margin-top: 0;
}

.intro-content.about-us {
  width: 80%;
  max-width: 1240px;
}

.motto-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  width: 600px;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 60px 32px;
}

.contact-form-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template: ". ."
  / 1.25fr 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.details-wrap.footer {
  margin-bottom: 0;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  border-radius: 8px;
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 500;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 500px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/ai-min.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-overview-header.projet-3--mg {
  background-image: url('../images/sex-for-grades-main-min.png');
}

.project-overview-header.project-2-img {
  background-image: url('../images/traditional-ll.png');
}

.project-overview-header.project-4-img {
  background-image: url('../images/God-Please.png');
}

.project-overview-header.project-5-5img {
  background-image: url('../images/ip-law.png');
}

.project-overview-header.energy {
  background-image: url('../images/energy.png');
}

.project-overview-header.competition {
  background-image: url('../images/competiition.png');
}

.project-overview-header.dispute-resolution {
  background-image: url('../images/dispute-resolution_1.png');
  background-size: cover;
}

.project-overview-header.data-protection {
  background-image: url('../images/datat-protection_1.png');
}

.project-overview-header.tax-law {
  background-image: url('../images/tax.png');
}

.project-overview-header.commercial-law {
  background-image: url('../images/coporate-and-commercial.png');
}

.project-overview-header.mip-law {
  background-image: url('../images/MERGER-AND-ACQUISITIONS.png');
}

.project-overview-header.banking-and-finance {
  background-image: url('../images/banking-AND-FINANCE.png');
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 80%;
  margin: 10px auto 60px;
  padding-top: 10px;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  box-shadow: -1px 0 24px rgba(170, 164, 164, .2);
}

.blog-preview-image {
  height: 240px;
  min-width: 28%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 40px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-preview-image.tab-down {
  background-image: url('../images/sex-for-grades-thumbnail-min.jpg');
}

.blog-preview-image.tab-down._1 {
  background-image: url('../images/ai-thumbnail-min.jpg');
}

.blog-preview-image.tab-down._2 {
  background-image: url('../images/traditional-ll.png');
}

.blog-preview-image.tab-down._4 {
  background-image: url('../images/dispute-1.png');
}

.blog-preview-image.tab-down._5 {
  background-image: url('../images/ip-1.png');
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-heading-link {
  color: #323a46;
  margin-bottom: 10px;
  padding-top: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.blog-heading-link:hover, .blog-heading-link:active {
  opacity: .8;
  color: #1b222c;
}

.contact-email-link {
  opacity: 1;
  color: #fafafa;
  margin-bottom: 5px;
  font-size: 14px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.section-heading.afterhero, .section-heading.ab-us-home {
  font-size: 40px;
  font-weight: 600;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
  justify-content: space-between;
  display: flex;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-heading.to-be-hidden {
  display: block;
}

.blog-preview-wrap {
  width: 28%;
  background-color: #f2f2f2;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-preview-wrap.middle {
  width: 45%;
  height: 480px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
}

.collection-list-wrapper {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.business-article-heading {
  color: #ad153e;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.business-article-heading.read-article-link {
  padding-bottom: 4px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.button-2 {
  background-color: #ad153e;
  border: 1px solid #ad153e;
  border-radius: 10px;
  padding: 14px 24px;
}

.button-2:hover {
  color: #fff;
}

.style-guide-swatch {
  height: 60px;
  margin-bottom: 5px;
}

.style-guide-swatch.swatch---secondary-blue {
  background-color: #949dff;
}

.style-guide-swatch.swatch---accent {
  background-color: #a778ff;
}

.style-guide-swatch.swatch---primary-blue {
  background-color: #4353ff;
}

.style-guide-individual-element {
  margin-bottom: 20px;
}

.style-guide-element-description {
  color: #5e5e5e;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.style-guide-section-wrap {
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: #302929;
}

.style-guide-help-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.style-guide-swatches-wrap {
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.style-guide-swatch-wrap {
  flex: 1;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.style-guide-elements-wrap {
  flex-direction: column;
  flex: 1;
}

.style-guide-help-wrap {
  width: 300px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-left: 40px;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.style-guide-help-image {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.button-3 {
  background-color: #ad153e;
}

.button-3.button-secondary {
  color: #ad153e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ad153e;
  border-radius: 10px;
  padding: 16px 60px;
}

.button-3.button-secondary:hover {
  background-color: #ad153e;
}

.button-3.button-secondary:active {
  color: #fff;
  background-color: #ad153e;
}

.button-3.button-secondary.hero {
  color: #fafafa;
  border-color: #fafafa;
}

.button-3.button-secondary.hero:hover {
  border-color: #ad153e;
}

.button-3.button-small {
  background-color: #ad153e;
  border: 1px solid #ad153e;
  border-radius: 6px;
  padding: 8px 18px;
  font-size: 12px;
}

.button-3.button-small:hover {
  color: #fff;
}

.button-3.button-large {
  background-color: #ad153e;
  border: 1px solid #fa6800;
  border-radius: 10px;
  padding: 18px 56px;
  font-size: 14px;
}

.button-3.button-large:hover {
  color: #fff;
}

.style-guide-page-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.style-guide-title {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 54px;
}

.hero-heading {
  font-size: 56px;
  font-weight: 500;
  line-height: 130%;
}

.button-4 {
  background-color: #ad153e;
  border: 1px solid #ad153e;
  border-radius: 10px;
  padding: 14px 24px;
}

.button-4:hover {
  color: #fff;
}

.button-4.nav {
  padding: 10px 48px;
  font-size: 14px;
}

.div-block {
  display: flex;
}

.div-block-2 {
  height: 2px;
  background-color: #ad153e;
}

.lines {
  width: 240px;
  height: 4px;
  background-color: #ad153e;
}

.abous-us-home-page {
  background-color: #f2f2f2;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 140px 100px;
  display: flex;
}

.abous-us-home-page.inverted {
  background-color: #fafafa;
  flex-direction: row;
}

.abous-us-home-page.inverted.about-us-page {
  flex-direction: row-reverse;
}

.abous-us-home-page.inverted-2 {
  background-color: #111;
}

.left-content.white {
  color: #fafafa;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  width: 18px;
  height: 18px;
  color: #fafafa;
  -webkit-text-stroke-color: #ad153e;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accordion-arrow-wrap---brix {
  width: 50px;
  min-height: 50px;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.arrow-line---brix {
  width: 11px;
  min-height: 2px;
  background-color: #4a3aff;
  border-radius: 500px;
  position: absolute;
}

.arrow-line---brix._1---brix {
  color: #fafafa;
  background-color: #ad153e;
  left: 7px;
  transform: rotate(45deg);
}

.arrow-line---brix._2---brix {
  color: #ad153e;
  background-color: #ad153e;
  right: 7px;
  transform: rotate(-45deg);
}

.button-secondary {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border-radius: 80px;
  padding: 15px 48px;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
}

.button-secondary.cloneable-header-button {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.preview-page {
  max-width: 1140px;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  color: #66686c;
  margin-top: 18px;
  margin-bottom: 0;
}

.section-2 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-2.cloneables-listing {
  padding-top: 0;
  padding-bottom: 140px;
}

.heading-size-3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.heading-size-3.faq {
  text-align: center;
  padding-bottom: 60px;
  font-size: 40px;
  line-height: 120%;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: 32px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: none;
  border-color: #ad153e;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  box-shadow: 0 3px 14px rgba(74, 58, 255, .03), 0 -2px 4px rgba(20, 20, 43, .02), 0 12px 24px rgba(20, 20, 43, .01);
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faqs-section {
  min-height: 624px;
  background-color: #fafafa;
  border-radius: 20px;
  padding: 100px 80px;
  transform: translate(0);
}

.container-default {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.grid {
  display: block;
}

.faq-header {
  max-width: 100.001%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  background-color: #ad153e;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
}

.cc-field {
  color: #1b222c;
}

.div-block-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.body {
  background-color: #fafafa;
}

.div-block-4 {
  margin-right: 60px;
}

.div-blck-pad {
  margin-left: 60px;
}

.div-blck-pad.inverted {
  margin-left: 0;
  margin-right: 60px;
}

.area-of-expertise-dic {
  height: 560px;
  max-width: 50%;
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 16px;
  padding: 320px 10px 40px;
  display: flex;
}

.area-of-expertise-dic._2nd {
  margin-left: 40px;
}

.area-of-expertise-dic._2nd.merger-and-acqisitions {
  background-image: url('../images/MERGER-AND-ACQUISITIONS.png');
}

.area-of-expertise-dic._2nd.dispute {
  background-image: url('../images/dispute-resolution.png');
  background-position: 0 0;
  background-size: contain;
  margin-left: 40px;
  padding-top: 320px;
}

.area-of-expertise-dic._2nd.dispute.mistak {
  margin-left: 0;
  padding-top: 280px;
}

.area-of-expertise-dic._2nd.energy {
  background-image: url('../images/tax.png');
  background-size: contain;
}

.area-of-expertise-dic.plenty.white-collar {
  background-image: url('../images/White-collar.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  margin-left: 40px;
  padding-top: 280px;
}

.area-of-expertise-dic.coporate-and-commercial {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.area-of-expertise-dic.coporate-and-commercial.for-cms {
  height: 560px;
  background-image: url('../images/energy.png');
  background-size: cover;
  margin-bottom: 40px;
  padding-top: 360px;
  padding-bottom: 10px;
}

.area-of-expertise-dic.coporate-and-commercial.for-cms._2 {
  background-image: url('../images/competiition.png');
}

.area-of-expertise-dic.coporate-and-commercial.for-cms._3 {
  background-image: url('../images/dispute-resolution_1.png');
}

.area-of-expertise-dic.coporate-and-commercial.for-cms._4 {
  background-image: url('../images/datat-protection_1.png');
}

.area-of-expertise-dic.coporate-and-commercial.for-cms._5 {
  background-image: url('../images/tax.png');
}

.area-of-expertise-dic.coporate-and-commercial.for-cms._6 {
  background-image: url('../images/coporate-and-commercial.png');
}

.area-of-expertise-dic.coporate-and-commercial.for-cms._7 {
  background-image: url('../images/MERGER-AND-ACQUISITIONS.png');
  background-position: 50%;
  background-size: cover;
}

.area-of-expertise-dic.coporate-and-commercial.for-cms._8 {
  background-image: url('../images/banking-AND-FINANCE.png');
}

.area-of-expertise-dic.data {
  background-image: url('../images/datat-protection.png');
}

.area-of-expertise-dic._2 {
  background-image: url('../images/competiition.png');
}

.content-for-area-of-specialization {
  min-height: 180px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-text-fill-color: inherit;
  background-color: rgba(27, 34, 44, .51);
  background-clip: border-box;
  border-radius: 8px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 20px;
}

.heading {
  color: #fafafa;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Jost, sans-serif;
  font-weight: 500;
  line-height: 130%;
}

.ara-text, .link-block {
  color: #fafafa;
}

.flex-box-for-area-practice {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.blog-image-home-page {
  height: 240px;
  background-image: url('../images/Rectangle-4592.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

.blog-image-home-page.two {
  height: 280px;
  background-image: url('../images/ai-thumbnail-min.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: opacity .6s;
  overflow: hidden;
}

.blog-image-home-page.two._2 {
  background-image: url('../images/sex-for-grades-thumbnail-min.jpg');
}

.web-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1b222c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.frame-1000005110 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-47840 {
  grid-column-gap: 257px;
  grid-row-gap: 257px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.frame-47838 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-47834 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h5-logo-2 {
  object-fit: cover;
}

.error-3d87e9a2-c17a-c6c8-7155-f28b13ca4f52 {
  color: #e0e0e0;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.contact-01-2714931-5 {
  color: #e0e0e0;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.frame-47833 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.uilinstagram {
  width: 40px;
  height: 40px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f0e9e9;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.vectors-wrapper {
  width: 14px;
  height: 14px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-2 {
  width: 40px;
  height: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-6 {
  grid-column-gap: 320px;
  grid-row-gap: 320px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text {
  color: #f2f2f2;
  font-family: Jost, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.frame-1000005111 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-2 {
  color: #e0e0e0;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.frame-1153 {
  min-width: 240px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.learn-more {
  color: #f2f2f2;
  font-family: Jost, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.frame-1000004929 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1149 {
  width: 100%;
  max-width: 248px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #fafafa;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  padding-left: 15px;
  display: flex;
}

.label-2 {
  border-style: none;
  border-width: undefinedpx;
  opacity: .6;
  color: #212121;
  border-color: #212121;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.frame-1148 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ad153e;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15.5px 13px;
  display: flex;
}

.label-3 {
  border-style: solid;
  border-width: undefinedpx;
  color: #fafafa;
  border-color: #212121;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.frame-47839 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-3 {
  height: 1px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-3 {
  color: #bdbdbd;
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.frame-1000005112 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.frame-1000005113 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.frame-1000005114 {
  max-width: 320px;
  min-width: 280px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000005115 {
  min-width: 180px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000005116 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-4 {
  width: 14px;
  height: 14px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-5 {
  width: 40px;
  height: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000005117 {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.text-4 {
  color: #f2f2f2;
  font-family: Jost, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.frame-1000005118 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000005119 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000005120 {
  width: 100%;
  max-width: 248px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #fafafa;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  padding-left: 15px;
  display: flex;
}

.frame-1000005121 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ad153e;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 13px;
  display: flex;
}

.label-4 {
  border-style: none;
  border-width: undefinedpx;
  color: #fafafa;
  border-color: #212121;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.frame-1000005122 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-5 {
  color: #bdbdbd;
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.blog-section {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #f3f4f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 90px;
  display: flex;
}

.section-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-6 {
  color: #ad153e;
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.text-7 {
  color: #2e2e2e;
  text-align: center;
  text-transform: undefined;
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.no-matter-the-size-o {
  color: #637381;
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.blog-cards {
  width: 100%;
  max-width: 1260px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-card1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.rectangle-4592 {
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-8 {
  color: #212b36;
  text-align: left;
  font-family: Jost, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.error-8560adef-cd8e-0596-aca9-ba22ce5608fa {
  color: #637381;
  text-align: left;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.frame-1000005104 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #ad153e;
  border-top-width: 4px;
  border-bottom: 2px solid #ad153e;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 4px;
  display: flex;
}

.text-9 {
  color: #ad153e;
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.second-feature-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #111;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 120px 80px;
  display: flex;
}

.second-feature-div.white {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.second-feature-div.white.whitte {
  background-color: #fff;
}

.second-feature-div.grey {
  color: #f2f2f2;
  background-color: #f2f2f2;
}

.second-feature-div.dark {
  margin-left: auto;
  margin-right: auto;
}

.second-feature-div.height-special {
  justify-content: flex-start;
  padding-top: 140px;
  padding-bottom: 140px;
}

.second-feature-div.home {
  background-color: #f2f2f2;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.why-hire-us {
  max-width: 1240px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-hire-us.inverted {
  flex-direction: row;
}

.why-hire-us.inverted.inverted-again {
  flex-direction: row-reverse;
}

._9-jpg {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 8px;
}

.flex_wrapper {
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.frame-1000005102 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-10 {
  color: #ad153e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 10px;
}

.heading-features {
  color: #1b222c;
  letter-spacing: -1px;
  font-family: Jost, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.heading-features.white {
  color: #1b222c;
}

.heading-features.white.home {
  color: #fafafa;
}

.tabpanel {
  width: 100%;
  max-width: 560px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: .580002px;
  padding-right: 7px;
  display: flex;
}

.body-features {
  color: #f3f3f3;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
}

.body-features.white, .body-features.black {
  color: #1b222c;
}

.home-page-image {
  width: 50%;
  height: 600px;
  background-image: url('../images/h5-advantage.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.home-page-image.home-page {
  width: auto;
}

.home-page-image.home-again {
  width: 60%;
  height: 100%;
  background-image: none;
}

.home-page-image.black-home {
  width: auto;
  background-image: url('../images/div.jarallax-3.png');
}

.home-page-image.for-mission, .home-page-image.mobile-vision {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.frame-1000005087 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-col-md-5 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 15px;
  display: flex;
}

.text-11 {
  color: #ad153e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 10px;
}

.text-12 {
  color: #111;
  letter-spacing: -1px;
  font-family: Jost, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.p {
  width: 100%;
  max-width: 470px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1.38px;
  display: flex;
}

.error-cb9c9f24-ee61-465f-3ded-834f2d88c8c6 {
  color: #606060;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
}

.div-col-md-6 {
  width: 100%;
  height: 500px;
  max-width: 640px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-de-images {
  width: 100%;
  max-width: 570px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.d1-jpg {
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 2px 20px 30px rgba(20, 20, 20, .3);
}

.heading-1-2500 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-family: Jost, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 56px;
  position: absolute;
  top: 228px;
  left: -14.0195px;
}

.text-13 {
  color: #fff;
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  position: absolute;
  top: 283px;
  left: 12.0293px;
}

.d2-jpg {
  object-fit: cover;
  border-radius: 3px;
  position: absolute;
  top: 299.25px;
  left: 399px;
  box-shadow: 2px 20px 30px rgba(20, 20, 20, .3);
}

.div-block-7 {
  background-color: #ad153e;
  background-image: linear-gradient(#ad153e, #ad153e);
}

._1440-px-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

._1440-px-container.about-us-header.homepage-hero {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.features-div {
  margin-left: auto;
  margin-right: auto;
}

.blog-image-div {
  width: 100%;
  padding-left: 0;
  overflow: visible;
}

.link {
  padding-top: 10px;
  padding-left: 0;
  font-weight: 500;
}

.blog-details-div {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  padding-left: 8px;
  display: flex;
}

.blog-details-div.blog-pag {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  padding-left: 4px;
}

.text-block {
  text-transform: none;
}

.paragraph-4 {
  font-size: 16px;
  line-height: 160%;
}

.paragraph-4.about-us-header {
  font-size: 20px;
  font-weight: 300;
}

.paragraph {
  color: #565656;
  margin-bottom: 16px;
}

.paragraph.inverted {
  color: #ada9a9;
  text-align: left;
  margin-bottom: 16px;
  font-size: 15px;
}

.text-content-div {
  width: 50%;
}

.heading-9 {
  text-align: right;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
}

.heading-9.inverted {
  color: #fafafa;
  text-align: left;
  margin-bottom: 0;
  font-size: 40px;
}

.number-frame {
  height: 50px;
  min-width: 50px;
  text-align: center;
  background-color: #e6dadd;
  border: 1px solid #ad153e;
  border-radius: 4px;
  margin-top: 10px;
  margin-right: 20px;
}

.text-div-heading-and-body {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.number-and-text-div-flexbox {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.number-and-text-div-flexbox._2, .number-and-text-div-flexbox._3 {
  padding-top: 10px;
}

.small-heading {
  color: #ad153e;
  -webkit-text-stroke-color: #ad153e;
  font-size: 16px;
  font-weight: 500;
}

.heading-11 {
  color: #fafafa;
  margin-bottom: 10px;
  font-size: 20px;
}

.heading-12, .heading-13, .heading-14 {
  color: #ad153e;
}

.heading-15 {
  margin-top: 40px;
}

.navbar-logo-left {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1b222c;
  border: 1px solid #333940;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbarcontainer {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding: 8px 80px;
  display: flex;
}

.navbar-content {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h5-logo-3 {
  object-fit: cover;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 12px;
  display: flex;
}

.text-14 {
  color: #f2f2f2;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.frame-1000004457 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ad153e;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 13.5px 40px;
  display: flex;
}

.text-15 {
  color: #fafafa;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.menu-button-2 {
  display: none;
}

.footer-link {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-color: transparent;
}

.link-10 {
  padding-top: 40px;
  padding-left: 80px;
}

.paractice-area-main-image {
  height: 560px;
}

.practice-area-heading {
  color: #1b222c;
}

.p-a-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 220px 100px;
}

.image-div{
  height: 320px;
  background-image: url('../images/placeholder.png');
  background-position: 50% 0;
  background-size: cover;
  border: 4px solid #cf5274;
  border-radius: 360px;
}

.image-div.charles {
  height: 320px;
  background-image: url('../images/charles-1.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border: 4px solid #cf5274;
  border-radius: 360px;
}

.image-div.chukwudi {
  background-image: url('../images/');
  background-position: 50% 0;
  background-repeat: repeat;
}

.image-div.darlington {
  background-image: url('../images/darlington.jpeg');
}

.image-div.chukwubuikem {
  background-image: url('../images/WhatsApp-Image-2023-08-19-at-8.34.49-AM.jpeg');
  background-position: 50%;
  background-size: cover;
}

.image-div.vitalis {
  background-image: url('../images/WhatsApp-Image-2023-07-23-at-6.50.19-PM.jpeg');
}

.linkedin-block {
  width: 32px;
  height: 32px;
  background-image: url('../images/Linkedin.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.partner-div {
  min-width: 320px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.partner-div._1 {
  margin-left: 20px;
}

.text-and-link-div {
  text-align: center;
}

.job-function {
  color: #ad153e;
}

.partner-name {
  font-size: 20px;
  font-weight: 500;
}

.flex-box-for-partners {
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.flex-box-for-partners.lanscaoe {
  justify-content: space-around;
}

.bold-text {
  font-size: 20px;
  font-weight: 500;
}

.bold-text-2, .bold-text-3 {
  font-weight: 500;
}

.partners-heading {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.heading-16 {
  text-align: center;
}

.label-5 {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.label-5.cc-blog-date {
  opacity: .75;
  color: #1e2329;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.link-11 {
  padding-top: 10px;
  padding-left: 0;
  font-weight: 500;
}

.rich-text-3 {
  width: 80%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-3 p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text-3 figcaption {
  opacity: .6;
}

.rich-text-3 figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.link-12 {
  padding-top: 40px;
  padding-left: 80px;
}

.singular-article-container {
  align-items: center;
  display: flex;
}

.article-image-div {
  width: 28%;
  margin-right: 40px;
}

.article-text-div {
  text-align: left;
}

.date-and-time-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.articles-flexbox {
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
}

.collection-list-wrapper-2 {
  display: block;
}

.area-odf-expertise-flexbox {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.area-of-exp-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  display: flex;
}

.div-block-9 {
  padding-bottom: 40px;
}

.heading-17 {
  color: #fafafa;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Jost, sans-serif;
  font-weight: 500;
  line-height: 130%;
}

.practice-area-heading-2 {
  color: #1b222c;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-home-wrap.contact-us-page {
    overflow: visible;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    padding-top: 40px;
  }

  .container.hero {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .container._1440-px-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container.practice-areas {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .label {
    color: #fafafa;
  }

  .label.cc-blog-date {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .rich-text {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-light {
    text-align: left;
    margin-bottom: 0;
  }

  .paragraph-light.contact-us {
    font-size: 16px;
    font-weight: 300;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    color: #fff;
    display: block;
  }

  .menu {
    grid-column-gap: 128px;
    grid-row-gap: 128px;
    flex: 1;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .navigation-wrap {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }

  .navigation {
    justify-content: flex-start;
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.navbar-navigation-item {
    width: 540px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    margin: 10px auto;
    display: flex;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #1b222c;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 50px;
  }

  .intro-header {
    background-position: 50% 100%;
    background-size: cover;
    padding-left: 40px;
    padding-right: 40px;
  }

  .intro-header.about-us-page {
    padding-left: 40px;
  }

  .intro-content.cc-homepage.homepage-hero {
    width: 100%;
  }

  .intro-content.about-us {
    width: 100%;
    max-width: 1024px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-wrap {
    width: 560px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-form-grid {
    width: 100%;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 3.25fr;
    grid-auto-columns: 1fr;
    align-content: start;
    align-items: start;
    justify-items: start;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .details-wrap {
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .contact-heading {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 100%;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .detail-header-image {
    height: 460px;
    margin-bottom: 10px;
  }

  .blog-item {
    width: 100%;
    flex-direction: column;
  }

  .blog-preview-image {
    width: 100%;
    height: 460px;
    margin-bottom: 20px;
  }

  .blog-preview-image.tab-down {
    margin-right: 0;
  }

  .blog-summary-wrap {
    width: 100%;
    padding-top: 0;
  }

  .blog-heading-link {
    padding-top: 4px;
  }

  .home-content-wrap {
    margin-bottom: 0;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .blog-preview-wrap.middle {
    width: 100%;
    height: 480px;
    margin-bottom: 10px;
  }

  .business-article-heading {
    text-align: left;
  }

  .hero-heading {
    font-size: 40px;
  }

  .button-4.nav {
    margin-left: 60px;
    margin-right: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block, .lines {
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .div-block-3 {
    text-align: left;
  }

  .area-of-expertise-dic {
    max-width: 100%;
    margin-bottom: 40px;
    padding-top: 340px;
  }

  .area-of-expertise-dic._2nd {
    margin-left: 0;
  }

  .area-of-expertise-dic._2nd.merger-and-acqisitions {
    padding-top: 340px;
  }

  .area-of-expertise-dic._2nd.dispute, .area-of-expertise-dic.plenty.white-collar {
    margin-left: 0;
    padding-top: 340px;
  }

  .area-of-expertise-dic.coporate-and-commercial.for-cms {
    width: 100%;
  }

  .flex-box-for-area-practice {
    flex-direction: column;
  }

  .frame-1000005112 {
    align-items: flex-start;
  }

  .frame-1000005113 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .frame-1000005117 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .second-feature-div.home {
    padding: 60px;
  }

  .why-hire-us {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .why-hire-us.inverted, .why-hire-us.inverted.inverted-again.tab-g {
    flex-direction: column;
  }

  .why-hire-us.inverted.mobile-j {
    flex-direction: column-reverse;
  }

  .flex_wrapper {
    width: 100%;
  }

  .heading-features.white {
    font-size: 32px;
  }

  .home-page-image {
    width: 100%;
  }

  ._1440-px-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  ._1440-px-container.about-us-header {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-details-div.blog-pag {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .paragraph {
    text-align: left;
  }

  .text-content-div {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .heading-9 {
    text-align: left;
  }

  .heading-15 {
    font-size: 40px;
  }

  .div-block-8 {
    height: 30%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link {
    justify-content: center;
  }

  .menu-button-2 {
    background-image: url('../images/hamburger.svg');
    background-position: 0 0;
    background-size: cover;
  }

  ._2nd {
    width: 100%;
  }

  .link-10 {
    padding-left: 40px;
  }

  .p-a-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-div {
    height: 280px;
  }

  .partner-div {
    min-width: 280px;
  }

  .flex-box-for-partners.lanscaoe.first-one.tab, .flex-box-for-partners.lanscaoe.tab {
    flex-direction: column;
    align-items: center;
  }

  .label-5 {
    color: #fafafa;
  }

  .label-5.cc-blog-date {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .rich-text-3 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-12 {
    padding-left: 40px;
  }

  .singular-article-container {
    flex-direction: column;
  }

  .articles-flexbox {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .collection-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-content: flex-start;
    display: flex;
  }

  .area-odf-expertise-flexbox {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .section.about-us-page-features, .section.footer {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .container._1440-px-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 100%;
    max-width: 560px;
    text-align: left;
  }

  .paragraph-light {
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item.navbar-navigation-item {
    width: 500px;
  }

  .navigation-items {
    margin-left: -30px;
    margin-right: -30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    margin-left: auto;
    margin-right: auto;
  }

  .intro-header.cc-subpage {
    padding-left: 40px;
    padding-right: 40px;
  }

  .intro-content {
    width: 90%;
  }

  .intro-content.cc-homepage.homepage-hero {
    padding-top: 40px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    width: 440px;
    padding: 30px;
  }

  .contact-form-grid {
    width: 100%;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 3.25fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: 560px;
    text-align: left;
  }

  .blog-item {
    width: 100%;
  }

  .blog-preview-image.tab-down {
    height: 320px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .blog-heading-link {
    text-align: left;
    font-size: 24px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .business-article-heading {
    margin-top: 10px;
  }

  .business-article-heading.read-article-link {
    margin-top: 0;
  }

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

  .button-4.nav {
    margin-left: 0;
    margin-right: 0;
    padding: 16px 24px;
  }

  .cloneable-header-grid {
    grid-template-columns: 1fr;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .faqs-section {
    padding: 80px 24px;
  }

  .div-block-3 {
    width: 100%;
  }

  .area-of-expertise-dic, .area-of-expertise-dic._2nd.merger-and-acqisitions, .area-of-expertise-dic._2nd.dispute {
    padding-top: 328px;
  }

  .area-of-expertise-dic._2nd.dispute.mistak {
    padding-top: 300px;
  }

  .area-of-expertise-dic._2nd.energy {
    padding-top: 328px;
  }

  .area-of-expertise-dic.plenty.white-collar {
    padding-top: 300px;
  }

  .area-of-expertise-dic.data {
    padding-top: 328px;
  }

  .heading {
    text-align: left;
  }

  .blog-image-home-page.two {
    margin-bottom: 10px;
  }

  .second-feature-div.white.whitte, .second-feature-div.grey, .second-feature-div.height-special {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-page-image {
    background-image: url('../images/h5-advantage.png');
    background-position: 0 0;
    background-size: auto;
  }

  ._1440-px-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .link {
    text-align: left;
  }

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

  .link-2, .link-3, .link-4, .link-5, .link-6, .link-7 {
    text-align: left;
  }

  .div-block-8 {
    padding-top: 60px;
  }

  .link-8, .link-9 {
    text-align: left;
  }

  .p-a-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .flex-box-for-partners.lanscaoe {
    flex-direction: column;
    align-items: center;
  }

  .link-11 {
    text-align: left;
  }

  .rich-text-3 {
    width: 100%;
    max-width: 560px;
    text-align: left;
  }

  .heading-17 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.blog {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.hero {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .container._1440-px-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 15px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 14px;
  }

  .paragraph-bigger.smaller {
    text-align: left;
    font-size: 14px;
  }

  .paragraph-bigger.smaller.pa-small {
    text-align: center;
    font-size: 16px;
  }

  .label.cc-light {
    text-align: center;
  }

  .label.cc-light.left-aligned {
    text-align: center;
    font-size: 12px;
  }

  .label.cc-blog-date {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
  }

  .paragraph-light {
    margin-bottom: 4px;
  }

  .paragraph-light.area-text {
    font-size: 14px;
  }

  .paragraph-light.contact-us {
    font-family: Jost, sans-serif;
    font-weight: 300;
    line-height: 170%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    line-height: 120%;
  }

  .heading-jumbo-small.home {
    text-align: center;
    font-size: 18px;
  }

  .menu {
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-wrap {
    min-height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation {
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 24px;
  }

  .navigation-item.navbar-navigation-item {
    width: 290px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    justify-content: space-between;
    margin-left: -16px;
    margin-right: -16px;
    display: block;
  }

  .cta-wrap {
    padding: 40px 15px 10px;
  }

  .intro-header, .intro-header.cc-subpage {
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-header.about-us-page {
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-content, .intro-content.cc-homepage.homepage-hero {
    width: 100%;
  }

  .motto-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .contact-form-grid {
    width: 100%;
  }

  .contact-heading {
    font-size: 24px;
    line-height: 130%;
  }

  .contact-heading.contact {
    font-size: 36px;
    font-weight: 600;
    line-height: 140%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .detail-header-image {
    height: 200px;
  }

  .blog-item {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .blog-preview-image, .blog-preview-image.tab-down {
    height: 240px;
  }

  .blog-summary-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-heading-link {
    font-size: 20px;
  }

  .home-content-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .home-section-wrap {
    flex: 1;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-heading.afterhero {
    text-align: left;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 130%;
  }

  .about-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.5fr;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .work-heading {
    text-align: center;
    font-size: 28px;
  }

  .blog-heading {
    margin-bottom: 40px;
  }

  .blog-preview-wrap.middle {
    width: 100%;
    height: 408px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .collection-list-wrapper {
    margin-bottom: 20px;
  }

  .business-article-heading {
    text-align: left;
    margin-top: 10px;
    font-size: 18px;
  }

  .style-guide-page-wrap {
    display: none;
  }

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

  .button-4.nav {
    padding: 12px 20px;
  }

  .lines {
    width: 120px;
    margin-left: 0;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .faqs-section {
    padding: 64px 16px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3 {
    width: 100%;
    padding-bottom: 10px;
  }

  .area-of-expertise-dic {
    height: 480px;
    max-width: 100%;
    flex: 1;
    margin-bottom: 10px;
    padding: 200px 0 0;
  }

  .area-of-expertise-dic._2nd {
    margin-left: 0;
    padding-top: 180px;
  }

  .area-of-expertise-dic._2nd.merger-and-acqisitions {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .area-of-expertise-dic._2nd.dispute {
    padding-bottom: 0;
  }

  .area-of-expertise-dic._2nd.dispute.mistak {
    padding-left: 0;
    padding-right: 0;
  }

  .area-of-expertise-dic._2nd.energy {
    padding-bottom: 0;
  }

  .area-of-expertise-dic.plenty.white-collar {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .area-of-expertise-dic.coporate-and-commercial {
    padding-bottom: 0;
  }

  .area-of-expertise-dic.coporate-and-commercial.for-cms {
    height: 480px;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 360px;
    padding-bottom: 10px;
  }

  .area-of-expertise-dic.coporate-and-commercial.for-cms._3 {
    background-position: 50%;
  }

  .area-of-expertise-dic.data {
    padding-bottom: 0;
  }

  .content-for-area-of-specialization {
    min-height: 180px;
    object-fit: fill;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .flex-box-for-area-practice {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .blog-image-home-page.two {
    height: 180px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .web-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .second-feature-div.white, .second-feature-div.white.whitte, .second-feature-div.grey, .second-feature-div.dark, .second-feature-div.height-special {
    padding: 60px 16px;
  }

  .second-feature-div.home {
    padding: 40px 16px;
  }

  .why-hire-us {
    flex: 0 auto;
  }

  .why-hire-us.inverted.mobile-j {
    flex-direction: column-reverse;
  }

  ._9-jpg {
    display: none;
  }

  .flex_wrapper {
    width: 100%;
  }

  .heading-features, .heading-features.white {
    font-size: 40px;
  }

  .body-features.white {
    font-size: 15px;
  }

  .home-page-image {
    height: 280px;
    background-size: cover;
    overflow: hidden;
  }

  .home-page-image.home-page {
    min-width: 280px;
  }

  .home-page-image.home-page.link2 {
    background-image: url('../images/div.jarallax.png');
    align-self: stretch;
  }

  .home-page-image.home-page.experience {
    background-image: url('../images/div.jarallax-2.png');
    align-self: stretch;
  }

  .home-page-image.black-home {
    min-width: 280px;
    flex: 0 auto;
    align-self: stretch;
  }

  .home-page-image.for-mission {
    background-image: url('../images/MISSION.png');
    align-self: stretch;
  }

  .home-page-image.mobile-vision {
    background-image: url('../images/VISION.png');
    align-self: stretch;
  }

  ._1440-px-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-details-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
  }

  .paragraph-4.about-us-header {
    font-size: 16px;
  }

  .paragraph.inverted {
    font-size: 14px;
  }

  .heading-9 {
    font-size: 24px;
  }

  .heading-9.inverted {
    font-size: 32px;
  }

  .number-frame {
    height: 40px;
    min-width: 40px;
  }

  .text-div-heading-and-body {
    padding-top: 10px;
  }

  .number-and-text-div-flexbox, .number-and-text-div-flexbox._2, .number-and-text-div-flexbox._3 {
    flex-direction: column;
  }

  .heading-11, .heading-12, .heading-13, .heading-14 {
    font-size: 18px;
  }

  .heading-15 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 120%;
  }

  .heading-15.blog {
    line-height: 140%;
  }

  .link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9 {
    text-align: left;
  }

  ._2nd {
    padding-left: 0;
    padding-right: 0;
  }

  .link-10 {
    padding-top: 20px;
    padding-left: 24px;
  }

  .paractice-area-main-image {
    height: 400px;
  }

  .practice-area-heading {
    font-size: 40px;
  }

  .p-a-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .label-5.cc-blog-date {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .rich-text-3 {
    width: 100%;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
  }

  .link-12 {
    padding-top: 20px;
    padding-left: 24px;
  }

  .heading-17 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .practice-area-heading-2 {
    font-size: 40px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-90dbaaec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dae5cafd-93bd-519a-0056-8b556832602c-90dbaaec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f41cbdec-9799-15bf-4f76-525df315cef5-90dbaaf1 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f41cbdec-9799-15bf-4f76-525df315cf0d-90dbaaf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-90dbaaf6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-90dbaaf6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-90dbaaf6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-db1dcdb2-9fef-db5c-5b47-db1817cba529-90dbaaf6, #w-node-_66cf940a-a4d4-b76d-9108-a7a316d35e65-90dbaaf6, #w-node-_9cd7268d-32a9-70d3-cc9f-05527130d66d-90dbaaf6, #w-node-_03d45fb6-c4c9-866a-e120-f3ef3feabba2-90dbaaf6, #w-node-b594fe90-da85-cc13-47fd-dbf81f43e63a-90dbaaf6 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-90dbaaec, #w-node-dae5cafd-93bd-519a-0056-8b556832602c-90dbaaec, #w-node-f41cbdec-9799-15bf-4f76-525df315cef5-90dbaaf1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f41cbdec-9799-15bf-4f76-525df315cf0d-90dbaaf1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f41cbdec-9799-15bf-4f76-525df315cef5-90dbaaf1 {
    order: 1;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f41cbdec-9799-15bf-4f76-525df315cf0d-90dbaaf1 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


