:root {
  --navy: #13294b;
  --gold: #c2a662;
  --red: #840013;
  --white: white;
  --gold-bg: #c2a66226;
  --grey: #656565;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--navy);
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 100;
  line-height: 150%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 100;
  line-height: 150%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.nav-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 150%;
  transition: color .3s;
}

.nav-link:hover {
  border-bottom: 2px solid var(--gold);
  color: var(--gold);
}

.nav-link.w--current {
  color: var(--gold);
}

.nav-link-b {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.header {
  background-color: var(--red);
  min-height: 76px;;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 50px;
}

.container.banner {
  padding-left: 0;
  padding-right: 0;
}

.container.our-team-content-container {
  padding-left: 50px;
  padding-right: 50px;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  padding: 10px 20px;
}

.header-b {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  /* height:53px; */
}

.header-logo {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.header-language {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 100%;
  transition: color .3s;
  display: flex;
}

.header-language.hide-desktop {
  display: none;
}

.section {
  overflow: hidden;
}

.section.red-bg {
  background-color: var(--red);
  width: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
  overflow: hidden;
}

.section.footer {
  margin: 0;
  padding-top: 0;
  padding-bottom: 50px;
}

.section.footer.contact {
  padding-bottom: 0;
}

.section.fixed {
  z-index: 100;
  background-color: var(--gold);
  position: fixed;
  inset: auto 0% 0%;
  overflow: visible;
}

.section.about-bg {
  background-color: #c2a66226;
}

.section.contact-bg {
  background-color: #c2a66226;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.padding-top-50-gold-bg {
  background-color: var(--gold-bg);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.padding-top-50 {
  padding-top: 50px;
  padding-bottom: 70px;
  overflow: hidden;
}

.section.padding-50-25-gold-bg {
  background-color: var(--gold-bg);
  padding-top: 50px;
  padding-bottom: 25px;
}

.home-banner {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.img-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-about-b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-left: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-about-col.l {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  /* width: 55%; */
  width:50%;
  margin-top: 50px;
  margin-bottom: 70px;
  display: flex;
}

.home-about-col.r {
  /* width: 44%; */
  width:50%;
  padding-top: 0;
}

.home-about-line {
  background-color: var(--gold);
  width: 150px;
  height: 2px;
}

.home-about-content {
  color: var(--navy);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 100px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.home-about-titie {
  color: var(--navy);
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.home-about-btn-b {
  color: var(--white);
  text-align: left;
  border-radius: 50px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.home-about-btn {
  background-color: var(--gold);
  color: var(--white);
  border-radius: 50px;
  padding: 10px 25px;
  text-decoration: none;
  transition: all .3s;
}

.home-about-btn:hover {
  background-color: var(--red);
}

.home-practice-area-titie {
  color: var(--white);
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.home-practice-area-content {
  color: var(--white);
  width: 60%;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.home-practice-area-col {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.home-practice-area-list {
  grid-row-gap: 10px;
  color: var(--white);
  flex-flow: wrap;
  width: 100%;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.home-practice-area-text {
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.home-practice-area {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.home-practice-area:hover {
  color: var(--gold);
}

.home-practice-area.case-sharing {
  width: 100%;
}

.home-practice-area-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-team-b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: block;
  position: relative;
}

.home-team-titie {
  color: var(--navy);
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.home-team-col {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer-col {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.footer-titie {
  color: var(--navy);
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.footer-content {
  color: var(--navy);
  justify-content: space-between;
  align-items: stretch;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.footer-row {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-contact {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--navy);
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.footer-contact-text {
  width: 70%;
}

.footer-contact-b {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.home-fixed-bottom-b {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-fixed-bottom-contact {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  /* width:25%; */
  width:31%;
}

.home-fixed-bottom-contact-text {
  color: var(--red);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  line-height: 100%;
}

.home-fixed-bottom-contact-number {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  align-items: center;
  font-family: Noto Sans, sans-serif;
  font-size: 100%;
  line-height: 100%;
  display: flex;
}

.home-fixed-bottom-dropdown {
  color: #9a9a9a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.home-fixed-bottom-dropdown-toggle {
  background-color: var(--white);
  max-height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
}

.home-fixed-bottom-form{
  min-width:69%;
}
.home-fixed-bottom-form-input {
  color: #9a9a9a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-top: 15px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.home-fixed-bottom-input-form {
  align-items: stretch;
  width: 100%;
}

.home-fixed-bottom-form-checkbox {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}

.home-fixed-bottom-checkbox-b {
  color: var(--white);
  font-size: 14px;
  line-height: 120%;
}

.home-fixed-bottom-button {
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.home-fixed-bottom-button-b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  transition: all .3s;
}

.home-fixed-bottom-button-b:hover {
  color: var(--gold);
}

.home-fixed-bottom-text-field {
  color: #9a9a9a;
  min-height: 45px;
  margin-bottom: 0;
  font-size: 16px;
}

.home-about-content-slider {
  padding-top: 25px;
  display: flex;
}

.hide {
  display: none;
}

.our-team-card {
  border: 1px solid var(--gold);
  width: 100%;
  min-height: 475px;
  padding: 35px;
  position: relative;
}

.our-team-card-title-b {
  flex-flow: column;
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 150%;
  display: flex;
}

.our-team-card-title {
  color: var(--gold);
  margin-top: -25px;
  font-size: 18px;
  font-weight: 800;
}

.about-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-left: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-content.l, .about-content.r {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 0;
}

.about-content-col.l, .about-content-col.r {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 50%;
  padding: 5%;
  display: flex;
}

.about-content-col.img {
  align-self: center;
  width: 50%;
  height: 100%;
}

.about-content-titie {
  color: var(--navy);
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.about-content-text {
  color: var(--navy);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.about-banner {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.about-banner-text {
  color: var(--navy);
  font-family: Noto Sans, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 150%;
}

.banner-title {
  font-size: 50px;
}

.our-team-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  position: relative;
  overflow: hidden;
}

.our-team-content-filter-b {
  flex-flow: column;
  display: flex;
}

.out-team-content-filter-text {
  color: var(--navy);
  font-family: Noto Sans, sans-serif;
}

.our-team-content-team-b {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.member-name {
  font-family: Noto Sans, sans-serif;
  font-weight: 300;
  line-height: 150%;
  text-decoration: underline;
}

.our-team-content-title {
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.our-team-content-team {
  width: 25%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.our-team-content-name-b {
  color: var(--navy);
  transition: all .3s;
}

.our-team-content-name-b:hover {
  color: var(--gold);
}

.about-detail-banner {
  width: 100%;
  max-width: 1440px;
  position: relative;
  overflow: hidden;
}

.about-detail-banner-text {
  color: var(--navy);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Noto Sans, sans-serif;
  font-weight: 100;
  line-height: 150%;
  display: flex;
}

.about-detail-breadcrumb {
  color: var(--grey);
  text-decoration: none;
}

.about-detail-breadcrumb-arrow {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.about-detail-breadcrumb-b {
  font-size: 18px;
  font-weight: 400;
}

.our-team-detail-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  margin-bottom: 50px;
}

.our-team-detail-row.content {
  margin-top: -25px;
  display: flex;
  position: relative;
}

.our-team-detail-name {
  font-family: Noto Sans, sans-serif;
  font-size: 50px;
  line-height: 150%;
}

.our-team-detail-title-b {
  margin-top: -20px;
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 150%;
}

.our-team-detail-col.l {
  width: 70%;
}

.our-team-detail-col.r {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 30%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 5%;
}

.our-team-detail-contact-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.our-team-detail-contact-email, .our-team-detail-contact-phone {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--navy);
  align-items: center;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  display: flex;
}

.our-team-detail-content-b {
  display: flex;
}

.our-team-detail-content-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--navy);
  align-items: center;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.our-team-detail-line {
  background-color: var(--navy);
  width: 150px;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.our-team-detail-content-title {
  font-family: Noto Sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 150%;
}

.our-team-detail-b {
  flex-flow: column;
}

.our-team-practice-area {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.our-team-practice-area-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.practice-areas-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.practice-area-list {
  grid-row-gap: 10px;
  color: var(--navy);
  flex-flow: wrap;
  padding-top: 25px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.practice-area {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--navy);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33%;
  text-decoration: none;
  display: flex;
}

.practice-area.home-team {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-b {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.contact-col.l {
  width: 40%;
}

.contact-col.r {
  flex: 1;
}

.contact-detail-title {
  padding-bottom: 25px;
  font-size: 28px;
  line-height: 100%;
}

.contact-detail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-bottom: 25px;
  font-size: 28px;
  line-height: 100%;
  display: flex;
}

.contact {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--navy);
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.contact-text {
  width: 100%;
}

.contact-workinghr {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-size: 28px;
  line-height: 100%;
}

.contact-workinghr-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--navy);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.contact-form-b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contact-form-title {
  padding-bottom: 25px;
  font-size: 32px;
  font-weight: 100;
  line-height: 100%;
}

.contact-form-field {
  border-top-style: solid;
  border-top-width: .5px;
  border-top-color: var(--navy);
  border-right-style: solid;
  border-right-width: .5px;
  border-right-color: var(--navy);
  border-bottom-style: solid;
  border-bottom-width: .5px;
  border-bottom-color: var(--navy);
  border-left-style: solid;
  border-left-width: .5px;
  border-left-color: var(--navy);
  background-color: #0000;
  height: 48px;
}

.contact-form-field.inquiry {
  height: 150px;
}

.contact-form-tag-name {
  font-size: 24px;
  font-weight: 100;
  line-height: 100%;
}

.coontact-form {
  flex: 1;
}

.contact-form-name {
  width: 50%;
}

.content-form-name-b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-bottom: 25px;
  display: flex;
}

.content-form-company-b, .content-form-email-b, .content-form-inquiry-b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-bottom: 25px;
}

.contact-form-tag-required {
  color: var(--red);
  font-size: 24px;
  font-weight: 100;
  line-height: 100%;
}

.contact-form-tag {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.content-form-checkbox {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding-left: 15px;
  display: flex;
}

.content-form-submit-btn {
  background-color: var(--gold);
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 700;
}

.checkbox {
  margin-top: 0;
}

.view-full-text {
  color: var(--gold);
  flex: 1;
  font-weight: 300;
}

.content-form-checkbox-b {
  justify-content: space-between;
  display: flex;
}

.successful-case-b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
}

.successful-case-content-b {
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.successful-case-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 50%;
  padding-top: 25px;
  padding-right: 50px;
  display: flex;
}

.successful-case-content-title {
  color: var(--navy);
  font-size: 20px;
  line-height: 150%;
  transition: all .3s;
}

.successful-case-content-title:hover {
  color: var(--gold);
}

.successful-case-content-text-b {
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.successful-case-detail-b {
  flex-flow: column;
}

.successful-case-detail {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
}

.successful-case-detail.padding-top-25 {
  padding-top: 25px;
}

.successful-case-detail-title {
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 150%;
}

.successful-case-detail-date {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.successful-case-name {
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 150%;
}

.successful-case-member-title {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  display: flex;
}

.successful-case-detail-content {
  font-size: 18px;
  line-height: 150%;
}

.successful-case-more-b {
  flex-flow: column;
}

.logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner-text {
  font-size: 55px;
  line-height: 150%;
}

.home-fixed-bottom-col {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  width:100%;
}

.home-fixed-bottom-input-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-fixed-bottom-contact-number-icon {
  width: 20%;
}

.home-case-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-case-b-col {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.home-case-titie {
  color: var(--white);
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.home-case-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  display: flex;
}

.home-case-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid var(--gold);
  color: var(--white);
  flex-flow: column;
  width: 50%;
  padding: 35px;
  display: flex;
  position: relative;
}

.home-case-card-title {
  color: var(--gold);
  font-size: 18px;
  font-weight: 800;
  line-height: 150%;
}

.home-case-card-content {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.home-arrow-btn-b {
  background-color: var(--gold);
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-arrow-btn {
  transition: all .3s;
}

.home-arrow-btn:hover {
  transform: translate(5px, -2px);
}

.home-section-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.our-team-card-content-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.our-team-content-filter-title {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.our-team-content-filter-content {
  height: 0;
  overflow: hidden;
}

.language-btn {
  color: var(--white);
  text-decoration: none;
}

.language-btn:hover {
  color: var(--gold);
}

.contact-link {
  color: var(--navy);
  line-height: 150%;
  text-decoration: none;
  transition: all .3s;
}

.contact-link:hover {
  color: var(--gold);
}

.practice-area-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--navy);
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.practice-area-link:hover {
  color: var(--gold);
}

.our-team-detail-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 150%;
}

.succcessful-case-content {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  display: flex;
}

.home-fixed-bottom-dropdown-list {
  inset: auto 0% 0%;
}

.home-fixed-bottom-dropdown-list.w--open {
  background-color: var(--white);
  max-height: 270px;
  inset: auto 0% 100%;
  overflow: scroll;
}

.home-fixed-bottom-dropdown-list-link {
  color: var(--navy);
  flex-flow: wrap;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.home-fixed-bottom-dropdown-list-link:hover {
  color: var(--gold);
}

.home-fixed-bottom-dropdown-list-b {
  flex-flow: column wrap;
  padding: 10px 20px;
}

.our-team-slider-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: static;
}

.our-team-slider-arrow-wrapper {
  color: #232322;
  background-color: #e4fd5b;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.our-team-slider-arrow-wrapper:hover {
  color: #fff;
  background-color: #232322;
}

.our-team-slider-arrow-wrapper.next-button {
  border: 1px solid var(--gold);
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 0;
  width: 35px;
  height: 35px;
  transition-property: none;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.our-team-slider-arrow-wrapper.back-button {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--gold);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--gold);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--gold);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--gold);
  background-color: #0000;
  border-radius: 0;
  width: 35px;
  height: 35px;
}

.icon-1x1-medium {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-1x1-medium.is-right {
  transform: rotate(180deg);
}

.our-team-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.our-team-slide {
  width: 100%;
  height: auto;
  margin-right: 25px;
}

.our-team-slider-mask {
  width: 33.33%;
  height: auto;
  overflow: visible;
}

.home-team-slider-arrow-b {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
  overflow: hidden;
}

.home-team-content-text {
  flex: 0 auto;
  font-size: 18px;
}

.body {
  font-size: 16px;
  line-height: 150%;
}

.home-team-slider-arrow {
  overflow: hidden;
}

.home-banner-content {
  z-index: 1;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  min-height: 600px;
  padding-top: 140px;
  padding-bottom: 40px;
  padding-left: 50px;
  font-weight: 100;
  display: flex;
  position: relative;
}

.home-banner-img-b {
  z-index: 0;
  /* background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-banner-img {
  z-index: 0;
  background-image: url('../images/leechancheng-banner-img-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-banner-img.home-banner-01 {
  background-image: url('../images/leechancheng-banner-img-min.jpg');
}

.about-b {
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-b.right-img-b {
  margin-left: 0;
}

.about-col.l {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  flex: 1;
  width: 50%;
  height: 100%;
  margin: 50px -50px 70px 50px;
  display: flex;
}

.about-col.r {
  flex: 1;
  width: 50%;
  padding-top: 0;
}

.practice-area-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.practice-area-detail-b, .practice-area-contact-b {
  flex-flow: column;
}

.practice-area-more {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
}

.practice-area-more.padding-top-25 {
  padding-top: 25px;
}

.practice-area-more-title {
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 150%;
}

.practice-area-content-b {
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.practice-area-detail {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
}

.practice-area-detail.padding-top-25 {
  padding-top: 25px;
}

.practice-area-detail-title {
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 150%;
}

.practice-area-detail-content-txt {
  font-size: 18px;
  line-height: 150%;
}

.practice-area-detail-content-txt.padding-top-25 {
  padding-top: 25px;
  font-weight: 300;
}

.practice-area-detail-content-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
}

.home-fixed-bottom-select {
  width: 100%;
}

.home-fixed-bottom-form-select {
  color: #9a9a9a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-top: 15px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.home-fixed-bottom-select-filed {
  background-color: var(--white);
  color: #9a9a9a;
  min-height: 45px;
  margin-bottom: 0;
  font-size: 16px;
}

.practice-area-case-b {
  flex-flow: column;
}

.practice-are-detail-more-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.policy-content {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  display: flex;
}

.policy-content-detail-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.policy-content-detail {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
}

.policy-content-detail.padding-top-25 {
  padding-top: 25px;
}

.policy-content-detail-title {
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 150%;
}

.policy-content-detail-txt {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
}

.policy-content-detail-txt.padding-top-25 {
  padding-top: 25px;
  line-height: 120%;
}

.policy-link {
  color: var(--navy);
}

.policy-link:hover {
  color: var(--gold);
}

.content-form-phone-b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-bottom: 25px;
}

.paragraph-txt {
  margin-bottom: 20px;
}

.bold-text, .content-txt-bold {
  font-weight: 600;
}

.home-fixed-bottom-form-content-field, .home-fixed-bottom-field-b {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-fixed-bottom-form-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-fixed-bottom-form-b {
  margin-bottom: 0;
}

.home-fixed-bottom-submit-btn {
  background-color: var(--red);
  border-radius: 25px;
}

.checkbox-2 {
  margin-top: 2px;
}

.success-message {
  color: var(--red);
  background-color: #0000;
}

.home-fixed-bottom-text-field-phoine {
  color: #9a9a9a;
  min-height: 45px;
  margin-bottom: 0;
  font-size: 16px;
}

html.w-mod-js [data-ix="show-up-0o-to-100o"], html.w-mod-js [data-ix="show-up-0o-to-100o-2"], html.w-mod-js [data-ix="show-up-0o-to-100o-3"], html.w-mod-js [data-ix="show-up-0o-to-100o-4"], html.w-mod-js [data-ix="show-up-0o-to-100o-5"] {
  opacity: 0;
  transform: translate(0, 100px);
}

@media screen and (min-width: 1280px) {
  .section, .section.fixed {
    width: 100%;
  }

  .about-content-col.l {
    padding: 50px;
  }

  .about-detail-breadcrumb:hover {
    color: var(--gold);
  }

  .practice-area {
    width: 25%;
    transition: all .3s;
  }

  .practice-area:hover {
    color: var(--gold);
  }

  .our-team-content-filter-content {
    width: 100%;
  }

  .our-team-slide {
    width: 90%;
  }

  .home-fixed-bottom-form-content-field, .home-fixed-bottom-form-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding: 15px 25px;
  }

  .nav-link-b {
    background-color: var(--red);
  }

  .container, .container.our-team-content-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container.footer {
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container.header {
    padding-right: 0;
  }

  .section.footer {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .section.footer.contact {
    padding-bottom: 30px;
  }

  .section.fixed {
    padding-top: 5px;
  }

  .home-about-b {
    margin-left: 25px;
  }

  .home-about-content {
    margin-right: 50px;
  }

  .home-practice-area-content {
    width: 90%;
  }

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

  .footer-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-contact-text {
    width: 100%;
  }

  .icon {
    color: var(--white);
  }

  .header-menu-btn {
    padding: 20px;
    font-size: 35px;
  }

  .header-menu-btn.w--open {
    background-color: var(--gold);
    padding: 20px;
  }

  .home-fixed-bottom-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .home-fixed-bottom-contact {
    display: none;
  }

  .home-fixed-bottom-dropdown {
    flex: 0 auto;
    width: 30%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .home-fixed-bottom-dropdown-toggle {
    width: 100%;
  }

  .home-fixed-bottom-form-input {
    width: 33.33%;
    max-height: 45px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .home-fixed-bottom-form-checkbox {
    flex-flow: wrap;
    padding-top: 10px;
  }

  .home-fixed-bottom-button-b {
    text-align: center;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .3s;
  }

  .home-fixed-bottom-checkbox {
    margin-bottom: 0;
  }

  .our-team-card {
    width: 100%;
    height: 100%;
  }

  .about-content.l {
    display: block;
  }

  .about-content.r {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .about-content-col.l, .about-content-col.r {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-content-col.img {
    width: 100%;
  }

  .about-banner-text {
    top: 30%;
  }

  .our-team-content-team {
    width: 33.33%;
  }

  .about-detail-banner-text {
    margin-left: 25px;
    top: 30%;
  }

  .our-team-detail-row {
    margin-left: 0;
    margin-right: 0;
  }

  .our-team-detail-row.content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .our-team-detail-contact-b {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .our-team-practice-area {
    flex-flow: column;
    display: flex;
  }

  .our-team-practice-area-b {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-col.l {
    flex: 1;
  }

  .contact-text {
    width: 100%;
  }

  .view-full-text {
    width: auto;
    margin-top: -20px;
    padding-left: 20px;
    padding-right: 0;
  }

  .content-form-checkbox-b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .successful-case-content {
    width: 100%;
  }

  .successful-case-detail {
    margin-left: 0;
    margin-right: 0;
  }

  .content-form-send-btn.padding-20 {
    padding-top: 25px;
  }

  .home-fixed-bottom-dropdown-b {
    width: 100%;
  }

  .home-fixed-bottom-col {
    flex-flow: wrap;
  }

  .home-fixed-bottom-input-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    width: 100%;
  }

  .home-case-content {
    flex-flow: column;
    display: flex;
  }

  .home-case-card {
    width: 100%;
  }

  .our-team-slider-arrow-wrapper {
    display: none;
  }

  .our-team-slider-arrow-wrapper.next-button, .our-team-slider-arrow-wrapper.back-button {
    width: 100%;
    height: 100%;
    display: block;
  }

  .our-team-slide {
    width: 90%;
    margin-right: 25px;
  }

  .our-team-slider-mask {
    width: 55%;
  }

  .home-team-slider-arrow-b {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .home-banner-content {
    width: 90%;
    min-height: 400px;
    padding-left: 25px;
  }

  .about-col.l {
    margin-left: 25px;
    margin-right: -25px;
  }

  .view-full-text-b {
    margin-top: -15px;
  }

  .practice-area-more, .practice-area-detail {
    margin-left: 0;
    margin-right: 0;
  }

  .home-fixed-bottom-form-select {
    width: 33.33%;
    max-height: 45px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .policy-content-detail, .policy-content-detail-txt {
    margin-left: 0;
    margin-right: 0;
  }

  .home-fixed-bottom-form-content-field {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-fixed-bottom-form-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-fixed-bottom-submit-btn {
    width: 100%;
    height: 100%;
  }

  .home-fixed-bottom-btn {
    align-self: stretch;
  }

  .header-logo-b {
    flex: 1;
    justify-content: space-between;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  .nav-link {
    background-color: var(--red);
    padding: 15px 25px;
  }

  .nav-link-b {
    z-index: 100;
    width: 100%;
    position: relative;
    top: 100%;
  }

  .header {
    z-index: 999;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container, .container.our-team-content-container, .container.footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.header {
    padding-left: 5%;
    padding-right: 0;
    position: static;
  }

  .section.footer {
    padding-bottom: 130px;
  }

  .section.footer.contact {
    padding-bottom: 30px;
  }

  .section.inner-page-title {
    padding-top: 75px;
  }

  .home-banner {
    margin-top: 75px;
  }

  .home-about-b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-left: 0;
  }

  .home-about-col.l {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-about-col.r, .home-practice-area-content {
    width: 100%;
  }

  .home-practice-area-text {
    max-width: none;
    font-size: 16px;
  }

  .home-practice-area {
    width: 100%;
  }

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

  .footer-content {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .footer-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer-contact-text {
    line-height: 100%;
  }

  .header-menu-btn {
    padding: 20px;
  }

  .header-menu-btn.w--open {
    background-color: var(--gold);
  }

  .home-fixed-bottom-dropdown {
    flex: 0 auto;
    width: 33.33%;
  }

  .home-fixed-bottom-dropdown-toggle {
    padding-left: 10px;
  }

  .home-fixed-bottom-form-input {
    flex: 0 auto;
    width: 33.33%;
  }

  .home-fixed-bottom-checkbox-b {
    font-size: 2.2vw;
  }

  .home-fixed-bottom-button {
    display: none;
  }

  .home-fixed-bottom-button-b, .home-fixed-bottom-text-field {
    font-size: 13px;
  }

  .our-team-card {
    width: 100%;
  }

  .about-content.l {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap-reverse;
    margin-left: 0;
  }

  .about-content.r {
    flex-flow: column-reverse;
    margin-right: 0;
  }

  .about-content-col.l, .about-content-col.r {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-content-col.img {
    width: 100%;
  }

  .about-banner {
    height: 100px;
  }

  .our-team-content-team {
    width: 50%;
  }

  .about-detail-banner-text {
    margin-left: 0;
  }

  .our-team-detail-row.content {
    flex-flow: column;
  }

  .our-team-detail-name {
    font-size: 32px;
  }

  .our-team-detail-title-b {
    font-size: 22px;
  }

  .our-team-detail-col.l, .our-team-detail-col.r {
    width: 100%;
  }

  .our-team-detail-contact-email, .our-team-detail-contact-phone, .our-team-detail-content-text {
    font-size: 18px;
  }

  .our-team-practice-area {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .practice-area-list {
    grid-row-gap: 15px;
    justify-content: center;
  }

  .practice-area {
    width: 50%;
  }

  .contact-b {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .contact-col.l, .successful-case-content {
    width: 100%;
  }

  .successful-case-content-name-b {
    font-size: 18px;
    line-height: 150%;
  }

  .successful-case-detail-title, .successful-case-detail-date, .successful-case-name {
    font-size: 22px;
  }

  .successful-case-member-title {
    font-size: 18px;
  }

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

  .home-fixed-bottom-col {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-fixed-bottom-input-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .down-arrow {
    right: -10%;
  }

  .our-team-slider-arrow-wrapper.next-button, .our-team-slider-arrow-wrapper.back-button {
    width: 100%;
    height: 100%;
  }

  .our-team-slide {
    width: 75%;
    margin-right: 25px;
  }

  .our-team-slider-mask {
    width: 100%;
  }

  .home-team-slider-arrow-b {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .home-team-content-text {
    text-align: left;
  }

  .home-banner-content {
    width: 100%;
    min-height: 300px;
    padding-top: 120px;
  }

  .about-b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-left: 0;
  }

  .about-b.right-img-b {
    flex-flow: column-reverse;
  }

  .about-col.l {
    width: 100%;
    margin: 0;
    padding: 25px;
  }

  .about-col.r {
    width: 100%;
  }

  .practice-area-more-title {
    font-size: 22px;
  }

  .practice-area-detail-title {
    font-size: 28px;
  }

  .practice-area-detail-content-title {
    font-size: 22px;
  }

  .home-fixed-bottom-form-select {
    flex: 0 auto;
    width: 33.33%;
  }

  .home-fixed-bottom-select-filed {
    font-size: 13px;
  }

  .policy-content-detail-title {
    font-size: 22px;
  }

  .home-fixed-bottom-form-content-field {
    flex-flow: column;
    width: 75%;
    display: flex;
  }

  .home-fixed-bottom-field-b {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    display: flex;
  }

  .home-fixed-bottom-form-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    align-items: stretch;
    display: flex;
  }

  .home-fixed-bottom-form-b {
    margin-bottom: 5px;
  }

  .home-fixed-bottom-submit-btn {
    background-color: var(--red);
    white-space: pre-wrap;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-fixed-bottom-btn {
    width: 25%;
    font-size: 14px;
  }

  .home-fixed-bottom-checklbox {
    margin-top: 0;
  }

  .header-logo-b {
    flex: 1;
    justify-content: space-between;
    display: flex;
  }

  .home-fixed-bottom-text-field-phoine {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link-b.hide-mobile {
    flex-flow: row;
    display: none;
  }

  .header {
    position: fixed;
  }

  .container, .container.our-team-content-container, .container.footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.header {
    padding-left: 5%;
    position: static;
  }

  .header-b {
    flex-flow: row;
  }

  .header-logo {
    font-size: 20px;
  }

  .header-language {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
  }

  .section.red-bg {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section.footer {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .section.footer.contact {
    padding-bottom: 0;
  }

  .section.fixed {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .section.contact-bg {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section.padding-top-50-gold-bg {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.padding-top-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section.padding-50-25-gold-bg {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .home-banner {
    margin-top: 75px;
  }

  .home-about-col.l {
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .footer-contact {
    line-height: 100%;
  }

  .footer-contact-icon {
    min-width: 30px;
  }

  .footer-contact-text {
    overflow-wrap: anywhere;
    font-size: 16px;
  }

  .home-fixed-bottom-b {
    flex-flow: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-fixed-bottom-dropdown-toggle {
    padding-right: 30px;
  }

  .home-fixed-bottom-form-checkbox {
    padding: 0;
  }

  .home-fixed-bottom-checkbox-b {
    font-size: 3vw;
  }

  .home-fixed-bottom-button-b {
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 3vw;
  }

  .home-fixed-bottom-text-field {
    border-radius: 0;
    flex-flow: wrap;
    min-height: 20px;
    padding-left: 5px;
    font-size: 3vw;
    display: flex;
    overflow: hidden;
  }

  .our-team-card {
    flex-flow: column;
    justify-content: space-between;
  }

  .about-content-col.l, .about-content-col.r {
    padding-top: 10px;
    padding-bottom: 35px;
  }

  .about-content-text {
    font-size: 16px;
  }

  .about-banner {
    height: 100px;
  }

  .banner-title {
    margin-top: 25px;
    font-size: 32px;
  }

  .our-team-content-team {
    width: 100%;
  }

  .about-detail-banner-text {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about-detail-breadcrumb-arrow {
    padding-left: 5px;
    padding-right: 5px;
  }

  .about-detail-breadcrumb-b {
    font-size: 16px;
  }

  .our-team-detail-name {
    font-size: 32px;
  }

  .our-team-detail-title-b {
    font-size: 22px;
  }

  .our-team-detail-contact-email, .our-team-detail-contact-phone {
    font-size: 16px;
  }

  .practice-areas-content {
    margin-bottom: 0;
    margin-left: 0;
  }

  .practice-area {
    width: 100%;
  }

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

  .contact-form-title {
    font-size: 28px;
  }

  .contact-form-field {
    border-width: .5px;
  }

  .contact-form-tag-name {
    font-size: 18px;
  }

  .content-form-name-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contact-form-tag-required {
    font-size: 18px;
  }

  .content-form-checkbox {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
  }

  .content-form-submit-btn {
    width: 100%;
  }

  .content-form-checkbox-b {
    line-height: 150%;
  }

  .successful-case-content {
    width: 100%;
    padding-right: 0;
  }

  .successful-case-detail-title {
    font-size: 22px;
  }

  .successful-case-detail-date {
    font-size: 16px;
  }

  .successful-case-name {
    font-size: 30px;
  }

  .successful-case-member-title {
    font-size: 22px;
  }

  .content-form-send-btn.padding-20 {
    justify-content: center;
    padding-top: 20px;
    display: flex;
  }

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

  .banner-text {
    font-size: 28px;
  }

  .home-fixed-bottom-col {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-fixed-bottom-input-box {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .down-arrow {
    right: -10%;
  }

  .home-case-b-col {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .home-case-card {
    padding: 20px 25px;
  }

  .home-section-heading {
    font-size: 28px;
  }

  .contact-link {
    overflow-wrap: anywhere;
  }

  .home-fixed-bottom-dropdown-list-link {
    font-size: 14px;
  }

  .home-fixed-bottom-dropdown-list-b {
    padding-left: 10px;
  }

  .our-team-slider-nav {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .our-team-slider-arrow-wrapper.next-button, .our-team-slider-arrow-wrapper.back-button {
    width: auto;
  }

  .our-team-slide {
    width: 100%;
    margin-right: 20px;
  }

  .our-team-slider-mask {
    width: 100%;
  }

  .home-team-slider-arrow-b {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .home-banner-content {
    width: 100%;
    min-height: 200px;
    padding-top: 100px;
    padding-left: 5%;
  }

  .about-col.l {
    padding-left: 5%;
    padding-right: 5%;
  }

  .view-full-text-b {
    margin-top: 0;
  }

  .practice-area-more-title {
    font-size: 30px;
  }

  .home-fixed-bottom-select-filed {
    border-radius: 0;
    width: 150%;
    min-height: 20px;
    padding-left: 5px;
    font-size: 3vw;
  }

  .policy-content-detail-title {
    font-size: 22px;
  }

  .checkbox-label {
    margin-bottom: 0;
  }

  .home-fixed-bottom-form-content-field {
    width: 75%;
  }

  .home-fixed-bottom-form-b {
    margin-bottom: 0;
    font-size: 14px;
  }

  .home-fixed-bottom-submit-btn {
    text-align: center;
    height: 90%;
    padding: 0 5%;
    font-size: 3vw;
    line-height: 120%;
  }

  .home-fixed-bottom-btn {
    width: 25%;
  }

  .header-logo-b {
    justify-content: space-between;
    display: flex;
  }

  .home-fixed-bottom-text-field-phoine {
    border-radius: 0;
    flex-flow: wrap;
    width: 90%;
    min-height: 20px;
    padding-left: 5px;
    font-size: 3vw;
    display: flex;
    overflow: hidden;
  }
}


