@font-face {
  font-family: MATERIALS ICONS;
  src: url('../fonts/MaterialIconsSharp-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --royal-blue: #466281;
  --steel-blue: #3f95c0;
  --steel-blue-2: #4d8aa8;
}

.logo-link-block-drop {
  align-items: center;
  width: 50%;
  max-width: 240px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.logo-link-block-drop.w--current {
  width: 50%;
  max-width: 320px;
}

.top-nav-bar {
  z-index: 50;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f1f1f1c4;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.link-block-cs {
  color: #4e4e4e;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 14px 5px;
  text-decoration: none;
  display: flex;
}

.link-hover-line-cs {
  width: 80%;
  height: 3px;
  transform-style: preserve-3d;
  background-color: #fff;
  transform: scale3d(0, 1, 1);
}

.text-block-cs {
  letter-spacing: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.link-container-cs {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-container-cs {
  border-bottom: 1px solid #9c9c9cb0;
  justify-content: center;
  align-items: stretch;
  width: 95%;
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-logo {
  width: 100%;
}

.body {
  letter-spacing: 1px;
  font-family: Nunito Sans, sans-serif;
}

.hero-section-cs {
  z-index: 10;
  background-color: #101111;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-container-cs {
  z-index: 6;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1300px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 2.6vh;
}

.hero-image-cs {
  width: 49%;
  max-width: 550px;
  height: auto;
  display: block;
}

.hero-text-container-cs {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  margin-left: 38px;
  margin-right: 30px;
  display: flex;
}

.hero-heading-cs {
  color: #fff;
  text-align: left;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  border-bottom: 2px solid #333;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 45px;
  font-weight: 800;
  line-height: 45px;
}

.hero-button-cs {
  color: #375b86;
  text-transform: uppercase;
  background-color: #b3b3b3;
  background-image: linear-gradient(66deg, #fff, #e4e4e4 14%, #cfcfcf 34%, #c2c2c2 58%, #fff 70% 80%, #888);
  border-radius: 30px;
  margin-top: 16px;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 16px;
  font-weight: 900;
  transition: color .3s, margin .3s, padding .3s;
  display: block;
}

.hero-button-cs:hover {
  color: #313131;
  margin-top: 12px;
  padding: 11px 24px;
}

.main-navigation-cs {
  z-index: 50;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #fff0;
  align-items: center;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo-drop {
  width: 100%;
}

.nav-container-drop {
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-block-drop {
  color: #4e4e4e;
  text-transform: uppercase;
  border-right: 1px solid #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
  text-decoration: none;
  display: flex;
}

.link-block-drop.special-link {
  border-right-width: 0;
}

.logo-link-block-cs {
  align-items: center;
  width: 50%;
  max-width: 220px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.logo-link-block-cs.w--current {
  width: 50%;
  max-width: 320px;
}

.link-block-special-cs {
  color: #4e4e4e;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px 14px 12px;
  text-decoration: none;
  display: flex;
}

.link-block-special-cs.special-link-cs {
  background-color: var(--royal-blue);
  color: #fff;
  border-right-width: 0;
  border-radius: 20px;
  margin-left: 5px;
  padding-top: 3px;
  padding-bottom: 0;
  transition: background-color .3s;
}

.link-block-special-cs.special-link-cs:hover {
  background-color: #314d6d;
}

.about-us-section-cs {
  z-index: 8;
  background-image: linear-gradient(#2d2d2e, #4b4b4b);
  width: 100%;
  display: block;
  position: relative;
}

.about-us-container-cs {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 95%;
  max-width: 960px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.atf-heading-cs {
  color: #474747;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  border-bottom: 1px solid #a6bfdb;
  margin-top: 0;
  margin-bottom: 23px;
  padding-bottom: 18px;
  font-family: Baskervville, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.tab-link-cs {
  opacity: .6;
  cursor: pointer;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 50%;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 13px;
  transition: opacity .3s;
}

.tab-link-cs:hover {
  opacity: .82;
}

.tab-link-cs.w--current {
  opacity: 1;
  cursor: default;
  background-color: #fff;
  padding-top: 28px;
}

.tabs-menu-cs {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
}

.content-container-cs {
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 78px;
  display: flex;
}

.tabs-content-cs {
  background-color: #fff;
  border-radius: 20px;
}

.tab-footer-container-cs {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.tab-image-cs {
  border-radius: 200px;
  width: 150px;
  margin-left: 18px;
  margin-right: 18px;
}

.footer-cs {
  z-index: 11;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.about-the-firm-section-cs {
  z-index: 6;
  background-color: #f7f9f9;
  background-image: linear-gradient(#f8f8f8, #e7e7e7);
  width: 100%;
  position: relative;
  overflow: visible;
}

.angle-section-1-cs {
  z-index: 5;
  width: 100%;
  height: 10px;
  position: relative;
}

.radio-interview-section-cs {
  z-index: 9;
  background-image: linear-gradient(#4b4b4b, #0000 35%, #ffffff9c), url('../images/audio-background-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.ri-container-cs {
  width: 96%;
  max-width: 1000px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.ri-heading-cs {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-top: 1px solid #ffffff5e;
  border-bottom: 1px solid #ffffff5e;
  margin-top: 0;
  padding-top: 33px;
  padding-bottom: 33px;
  font-size: 46px;
  line-height: 46px;
}

.ri-video-holder-cs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 28px;
  display: grid;
}

.copyright-text-cs {
  color: #a8a8a8;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.copyright-year {
  padding-right: 7px;
}

.ri-individual-video-holder-cs {
  width: 100%;
}

.hero-paragraph-cs {
  color: #afafaf;
  margin-top: 22px;
  font-size: 16px;
  line-height: 24px;
}

.hero-heading-span-cs {
  font-weight: 300;
}

.div-block-32 {
  z-index: 10;
  background-color: #dde3e5;
  position: fixed;
  inset: auto 0% 0%;
}

.heading-10 {
  text-align: center;
  margin-top: 27px;
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 400;
}

.text-span-15 {
  font-weight: 800;
}

.text-span-author-cs {
  color: #6b91bd;
  font-style: italic;
  font-weight: 700;
}

.hero-decorative-line-1-cs {
  background-color: #1b1b1b;
  width: 50%;
  position: absolute;
  inset: 0% -9% 0% auto;
  transform: skew(18deg);
}

.hero-decorative-line-2-cs {
  background-color: #202020;
  width: 50%;
  position: absolute;
  inset: 0% -13% 0% auto;
  transform: skew(18deg);
}

.div-block-35 {
  background-color: #1a1a1a;
  width: 50%;
  position: absolute;
  inset: 0% -12% 0% auto;
  transform: skew(18deg);
}

.div-block-36 {
  background-color: #222;
  width: 50%;
  position: absolute;
  inset: 0% -15% 0% auto;
  transform: skew(18deg);
}

.bottom-angle-1-cs {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transform-origin: 100% 0;
  background-color: #ffffffa3;
  width: 100%;
  height: 150vh;
  position: absolute;
  inset: 0% 0% auto;
  transform: skew(0deg);
}

.atf-paragraph-cs {
  text-align: justify;
  margin-bottom: 70px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.top-angle-1-cs {
  transform-origin: 100% 0;
  background-color: #f7f7f7;
  width: 100%;
  height: 150vh;
  position: absolute;
  inset: 0% 0% auto;
  transform: skew(0deg);
}

.atf-text-emphises-cs {
  color: #3c6faa;
  font-style: italic;
  font-weight: 800;
}

.tab-text-cs {
  color: #366296;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
}

.tab-decorative-line-1-cs {
  border-top: 1px solid #d3d3d3;
  flex: 1;
  width: 40%;
  height: 3px;
}

.about-us-heading-cs {
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 51px;
  font-family: Baskervville, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.atf-container-cs {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 95%;
  max-width: 960px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 114px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.tab-button-cs {
  text-align: center;
  text-transform: uppercase;
  background-color: #3d6283;
  border-radius: 20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: 15px;
  font-weight: 700;
  transition: background-color .3s;
}

.tab-button-cs:hover {
  background-color: #284c6b;
}

.angle-section-2-cs {
  z-index: 7;
  width: 100%;
  height: 10px;
  position: relative;
}

.bottom-angle-2-cs {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transform-origin: 0 0;
  background-color: #474747d6;
  width: 100%;
  height: 150vh;
  position: absolute;
  inset: 0% 0% auto;
  transform: skew(0deg);
}

.top-angle-2-cs {
  transform-origin: 0 0;
  background-color: #2d2d2e;
  width: 100%;
  height: 150vh;
  position: absolute;
  inset: 0% 0% auto;
  transform: skew(0deg);
}

.office-title-cs {
  color: #424242;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baskervville, sans-serif;
  font-weight: 400;
}

.locations-list-cs {
  color: #4471a7;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.locations-heading-cs {
  color: #383838;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.space-break-for-mobile-cs {
  color: #43565f00;
  display: none;
}

.locations-container-cs {
  flex-direction: column;
  align-items: center;
  width: 95%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.locations-section-cs {
  z-index: 4;
  background-image: linear-gradient(#fff, #ffffff3b), url('../images/background-city-01.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 415px;
  display: flex;
  position: relative;
}

.decorative-dot-cs {
  color: #566369;
}

.office-address-cs {
  color: #5d84af;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
}

.individual-office-cs {
  text-align: center;
  flex: 1;
  padding-top: 13px;
  padding-bottom: 13px;
}

.office-container-cs {
  border-top: 1px solid #2a3941;
  border-bottom: 1px solid #2a3941;
  justify-content: space-around;
  width: 100%;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-content-container-cs {
  background-color: #252525;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 20px;
  display: block;
}

.hero-logo-hover-cs {
  width: 40%;
  max-width: 600px;
  position: absolute;
  inset: auto auto -6% 2%;
}

.large-logo-bottom-cs {
  width: 100%;
  max-width: 600px;
  margin-bottom: 10px;
}

.close-icon-mobile-cs, .menu-link-mobile-cs {
  font-family: MATERIALS ICONS, sans-serif;
  display: none;
}

.disclaimer-cs {
  color: #7e7e7e;
  text-align: center;
  width: 90%;
  max-width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}

.video-container-cs {
  width: 100%;
  min-height: 40px;
  padding-top: 56.1702%;
  position: relative;
  overflow: hidden;
}

.html-embed-video-cs {
  width: 101%;
  height: 101%;
  position: absolute;
  inset: -.5% 0% 0% -.5%;
}

.tab-main-paragraph-cs {
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.arrow-holder {
  align-items: flex-end;
  height: 100vh;
  min-height: 582px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
}

.arrow-down-icon {
  z-index: 1;
  width: 60px;
  padding: 10px;
  line-height: 40px;
  text-decoration: none;
  transition: padding .3s;
}

.arrow-down-icon:hover {
  padding: 1px;
}

.image {
  opacity: .47;
  width: 100%;
}

.logo-scroll-bar-3 {
  z-index: 14;
  background-color: #fff;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 0 14px -5px #00000059;
}

.anchor {
  position: absolute;
  inset: -92px auto auto 0%;
}

.anchor.our-partners {
  top: -105px;
}

.logo-container-2 {
  flex: none;
  align-items: center;
  width: 2550px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.partner-logo-banner {
  object-fit: contain;
  flex: none;
  width: 170px;
  height: 130px;
}

.partner-logo-banner.short {
  max-height: 86px;
}

.partner-logo-banner.short.center {
  padding-bottom: 8px;
}

.featured-on-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #131414;
  border-radius: 83px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-37 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% -20px;
}

.featured-on {
  z-index: 15;
  margin-top: 16px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .logo-link-block-drop, .logo-link-block-drop.w--current {
    width: 30%;
  }

  .link-block-cs {
    margin-right: 0;
  }

  .hero-image-cs {
    max-width: 300px;
  }

  .hero-text-container-cs {
    margin-right: 14px;
  }

  .hero-heading-cs {
    font-size: 38px;
  }

  .link-block-drop {
    margin-right: 0;
  }

  .logo-link-block-cs {
    width: 38%;
  }

  .logo-link-block-cs.w--current {
    width: 30%;
  }

  .link-block-special-cs {
    margin-right: 0;
  }

  .hero-decorative-line-1-cs {
    right: -12%;
  }

  .hero-decorative-line-2-cs {
    right: -19%;
  }

  .hero-logo-hover-cs {
    left: -2%;
  }
}

@media screen and (max-width: 767px) {
  .logo-link-block-drop {
    width: 60%;
    max-width: 320px;
    margin-top: 8px;
    padding-bottom: 12px;
  }

  .logo-link-block-drop.w--current {
    width: 50%;
  }

  .top-nav-bar {
    position: relative;
  }

  .link-block-cs {
    display: block;
  }

  .text-block-cs {
    font-size: 12px;
  }

  .link-container-cs {
    z-index: 20;
    background-color: #fff;
    flex-direction: column;
    padding-top: 13px;
    padding-bottom: 30px;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-container-cs {
    flex-direction: column;
    align-items: center;
  }

  .hero-section-cs {
    height: auto;
    min-height: 720px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-container-cs {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
    top: auto;
  }

  .hero-image-cs {
    width: 70%;
  }

  .hero-text-container-cs {
    align-items: center;
  }

  .hero-heading-cs {
    text-align: center;
    margin-top: 19px;
  }

  .main-navigation-cs {
    display: block;
    position: relative;
  }

  .nav-container-drop {
    flex-direction: column;
    align-items: center;
  }

  .link-block-drop {
    display: block;
  }

  .link-block-drop.special-link {
    color: #fff;
    background-color: #698897;
    margin-top: 8px;
    margin-bottom: 11px;
    padding-top: 4px;
    line-height: 14px;
  }

  .logo-link-block-cs {
    width: 70%;
    max-width: 300px;
  }

  .logo-link-block-cs.w--current {
    width: 50%;
  }

  .link-block-special-cs {
    display: none;
  }

  .link-block-special-cs.special-link-cs {
    margin-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }

  .about-us-container-cs {
    padding-top: 41px;
    padding-bottom: 80px;
  }

  .atf-heading-cs {
    font-size: 38px;
  }

  .tab-link-cs.w--current {
    padding-top: 23px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs-menu-cs {
    padding-left: 22px;
    padding-right: 22px;
  }

  .content-container-cs {
    padding: 30px 34px;
  }

  .tab-footer-container-cs {
    flex-direction: column;
  }

  .about-the-firm-section-cs {
    background-image: linear-gradient(#e2e2e2, #f7f9f9);
  }

  .angle-section-1-cs {
    display: none;
  }

  .ri-container-cs {
    width: 92%;
  }

  .ri-heading-cs {
    margin-bottom: 50px;
  }

  .ri-video-holder-cs {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .copyright-text-cs {
    margin-top: 0;
  }

  .ri-individual-video-holder-cs {
    width: 98%;
    margin-top: 15px;
  }

  .hero-paragraph-cs {
    text-align: center;
  }

  .div-block-32 {
    padding-top: 22px;
    padding-bottom: 22px;
    position: relative;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-decorative-line-1-cs, .hero-decorative-line-2-cs {
    display: none;
  }

  .atf-paragraph-cs {
    text-align: center;
    margin-bottom: -32px;
    font-size: 15px;
  }

  .tab-text-cs {
    font-size: 16px;
  }

  .tab-decorative-line-1-cs {
    width: 80%;
    margin-bottom: 17px;
  }

  .atf-container-cs {
    padding-top: 41px;
    padding-bottom: 80px;
  }

  .tab-button-cs {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: auto;
  }

  .angle-section-2-cs {
    display: none;
  }

  .locations-container-cs {
    padding-bottom: 60px;
  }

  .office-container-cs {
    flex-direction: column;
  }

  .hero-logo-hover-cs {
    display: none;
  }

  .large-logo-bottom-cs {
    margin-top: 67px;
  }

  .close-icon-mobile-cs {
    z-index: 20;
    align-items: center;
    height: 100%;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .close-text-mobile-cs {
    color: #363636;
    padding: 11px;
    font-family: MATERIALS ICONS, sans-serif;
    font-size: 26px;
    line-height: 26px;
    text-decoration: none;
  }

  .menu-link-mobile-cs {
    z-index: 19;
    height: 100%;
    color: var(--royal-blue);
    align-items: center;
    padding: 25px 18px;
    font-family: MATERIALS ICONS, sans-serif;
    font-size: 24px;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .image {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .logo-link-block-drop {
    border-bottom: 1px solid #d8d8d8;
    width: 75%;
    max-width: 300px;
    margin-bottom: 14px;
  }

  .logo-link-block-drop.w--current {
    width: 60%;
  }

  .link-container-cs {
    flex-direction: column;
  }

  .hero-image-cs {
    width: 80%;
    max-width: 90%;
    margin-top: 17px;
  }

  .hero-text-container-cs {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-heading-cs {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .link-block-drop {
    border-right-width: 0;
  }

  .logo-link-block-cs {
    width: 70%;
    max-width: 280px;
    margin-left: -28px;
  }

  .logo-link-block-cs.w--current {
    width: 60%;
  }

  .atf-heading-cs {
    letter-spacing: 4px;
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 30px;
  }

  .tab-link-cs, .tab-link-cs.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu-cs {
    padding-left: 13px;
    padding-right: 13px;
  }

  .content-container-cs {
    padding-left: 14px;
    padding-right: 14px;
  }

  .radio-interview-section-cs {
    padding-top: 10vh;
  }

  .ri-heading-cs {
    font-size: 30px;
    line-height: 32px;
  }

  .heading-10 {
    line-height: 22px;
  }

  .tab-text-cs {
    letter-spacing: normal;
    font-size: 14px;
  }

  .about-us-heading-cs {
    letter-spacing: 4px;
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 30px;
  }

  .locations-list-cs {
    padding-left: 12px;
  }

  .space-break-for-mobile-cs {
    color: #43565f00;
    display: inline;
  }

  .decorative-dot-cs {
    display: none;
  }
}


@font-face {
  font-family: 'MATERIALS ICONS';
  src: url('../fonts/MaterialIconsSharp-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}