:root {
  --paragraph: #7f7f7f;
  --red: #ed3f36;
  --midnight-blue: #02385e;
}

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

body {
  color: var(--paragraph);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  color: #000;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}

h3 {
  color: #000;
  margin-top: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

h5 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

h6 {
  color: #e1033d;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

p {
  color: var(--paragraph);
  line-height: 26px;
}

a {
  color: #000;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

a:hover {
  color: #e1033d;
}

ul {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  line-height: 26px;
}

img {
  max-width: 100%;
}

strong {
  color: #000;
  font-weight: 700;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
}

.nav-link {
  color: #fff;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: color .5s;
}

.nav-link:hover {
  color: #47799c;
}

.nav-link.w--current {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.logo {
  margin-top: 0;
  margin-bottom: 0;
}

.brand {
  transition: opacity .525s;
  display: block;
}

.brand:hover {
  opacity: .57;
}

.brand.w--current {
  transition: opacity .5s;
}

.brand.w--current:hover {
  opacity: .57;
  color: var(--red);
}

.navbar {
  z-index: 98;
  background-color: var(--midnight-blue);
  padding-left: 38px;
  padding-right: 38px;
  font-weight: 600;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-menu {
  margin-left: auto;
  display: flex;
}

.section-title {
  color: var(--midnight-blue);
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 14px;
  font-size: 42px;
  display: block;
}

.section {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section.black-background {
  background-color: #000;
  background-image: url('../images/BG-Pattern-Left.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 500px;
}

.section.black-background.margin-top-bottom {
  background-color: #062539;
  margin-top: 0;
  margin-bottom: 80px;
}

.section.image-background {
  background-image: url('../images/Video-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
}

.section.image-background.margin-top-bottom {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section.team {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 44px 50px 98px;
}

.section.psrt {
  padding-left: 35px;
  padding-right: 35px;
}

.hero-image {
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  display: flex;
  position: relative;
}

.text-span {
  color: #e1033d;
}

.hero-heading {
  transform-origin: 0%;
  color: #000;
  margin-top: 0;
  margin-bottom: -11px;
  font-size: 68px;
  line-height: 80px;
}

.divider-line {
  background-color: var(--red);
  transform-origin: 0%;
  width: 85px;
  height: 2px;
  display: block;
}

.divider-line.white-line {
  background-color: #fff;
}

.play-icon {
  transition: opacity .2s ease-in-out;
  position: absolute;
  inset: auto;
}

.play-icon:hover {
  opacity: .8;
}

.hero-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  margin: 150px 35px 80px;
  display: flex;
  position: relative;
}

.social-media-vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 44% auto auto 2%;
}

.social-media-link {
  opacity: .4;
  margin-top: 30px;
  transition: opacity .2s ease-in-out;
}

.social-media-link:hover {
  opacity: 1;
}

.vertical-line {
  transform-origin: 50% 100%;
  background-color: #0006;
  width: 1px;
  height: 90px;
}

.left-line {
  background-color: var(--red);
  opacity: 0;
  width: 1px;
  height: 12px;
}

.right-line {
  background-color: var(--red);
  opacity: 0;
  width: 1px;
  height: 12px;
  margin-top: auto;
}

.menu-block {
  margin-left: 23px;
  display: flex;
}

.line-title {
  align-items: center;
  display: flex;
}

.white-bg {
  background-color: #fff;
  width: 580px;
  height: auto;
  padding-bottom: 50px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.info-block {
  transform-origin: 0%;
  background-color: #000;
  width: 460px;
  padding: 40px 50px;
}

.info-text {
  color: #fff;
  margin-top: 15px;
}

.block-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  margin: 80px 35px;
  display: flex;
  position: relative;
}

.block-content.bottom-margin {
  max-width: 1200px;
  margin-bottom: 130px;
}

.block-content.offices-margin {
  margin-top: 160px;
  margin-bottom: 160px;
}

.block-content.team {
  max-width: 1200px;
  margin: 66px 0 40px;
}

.block-content.press {
  max-width: 1200px;
  margin: 0;
}

.block-content.senior2, .block-content.ofcounsel, .block-content.associaltes {
  max-width: 1200px;
  margin: 0;
  padding-top: 100px;
}

.title-block {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 50px;
  display: flex;
}

.info-grid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-paragraph {
  margin-left: 50px;
  margin-right: 50px;
}

.subtitle {
  margin-top: 0;
  margin-left: 100px;
}

.quote-text {
  color: #fff;
  text-align: center;
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.red-text {
  color: var(--red);
}

.service-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
}

.service-grid.asso, .service-grid.senior {
  grid-row-gap: 30px;
  margin-top: 20px;
}

.service-grid.part {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 20px;
}

.author-name {
  color: #fff;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
}

.service-title {
  margin-bottom: 9px;
  margin-left: 20px;
}

.service-paragraph {
  margin-top: 12px;
  margin-left: 20px;
  padding-right: 0;
}

.service-info {
  color: #5c5c5c;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  line-height: 26px;
}

.number {
  opacity: .2;
  margin-bottom: 20px;
  line-height: 24px;
}

.project-number {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project-block {
  transition: opacity .5s;
  position: relative;
}

.project-block:hover {
  opacity: .47;
}

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

.project-info {
  transform-origin: 0%;
  background-color: #fff;
  height: auto;
  margin: -42px 16px 0 0;
  padding: 7px 20px;
  position: absolute;
  box-shadow: 0 6px 12px #0000001a;
}

.footer-block {
  max-width: 1170px;
  margin: 80px auto 40px;
}

.footer-link {
  color: #424242;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  color: #e1033d;
  background-color: #0000;
  text-decoration: underline;
}

.powered {
  margin-top: 40px;
}

.footer-social-media {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  margin-right: 30px;
  display: flex;
}

.footer {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 35px;
  margin-right: 35px;
  display: block;
  position: static;
}

.block-footer {
  padding-top: 130px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.footer-links {
  margin-top: 40px;
  display: flex;
}

.block-faqs-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 570px;
  height: auto;
  margin-bottom: 30px;
  padding-top: 26px;
  padding-bottom: 26px;
  font-weight: 500;
  transition: box-shadow .2s ease-in-out;
  display: block;
}

.block-quote {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  display: flex;
  position: relative;
}

.project-text {
  color: var(--paragraph);
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.city {
  color: #fff;
  margin-top: 0;
}

.office-info {
  color: #fffc;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.location-link {
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  margin-top: 10px;
  padding-bottom: 30px;
  display: flex;
}

.office-link {
  color: #fffc;
  text-align: right;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.offices-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 60px;
}

.contact-form {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
}

.form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--paragraph);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  margin-top: 10px;
  padding: 15px;
}

.error-message {
  color: #e1033d;
  text-align: center;
  background-color: #e1033d1a;
  border-radius: 6px;
}

.white-text {
  color: #fff;
}

.red-block {
  transform-origin: 100%;
  background-color: #e1033d;
  width: 140px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nordic-text {
  margin-left: -35px;
}

.submit-button {
  background-color: #062539;
  height: 50px;
  transition: background-color .2s ease-in-out;
}

.submit-button:hover {
  background-color: #e1033d;
}

.text-field {
  background-color: #f3f3f3;
  border-color: #0000;
  min-height: 50px;
  margin-bottom: 0;
}

.text-field:focus {
  border-color: #000;
}

.text-field.textarea {
  max-width: 1170px;
  min-height: 200px;
  max-height: 300px;
}

.social-media-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

.h1-size {
  color: var(--paragraph);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.typography-grid {
  grid-template-rows: auto auto auto auto auto auto auto;
  align-items: center;
  margin-top: 80px;
}

.colors-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
}

.color-1 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.hex-code {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.color-2 {
  background-color: #e1033d;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.color-3 {
  background-color: var(--paragraph);
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.template-navbar {
  background-color: #0000;
}

.template-nav-block {
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.template-link.w--current {
  color: #e1033d;
}

.scroll-bar {
  z-index: 9999;
  transform-origin: 0%;
  background-color: #e1033d;
  width: 100%;
  height: 10px;
  position: fixed;
  inset: auto 0% 0%;
}

.service-image {
  outline-offset: 0px;
  transform-origin: 0%;
  object-fit: contain;
  outline: 3px #e1033d;
  padding-left: 20px;
}

.project-image {
  transform-origin: 0%;
  object-fit: cover;
  height: 280px;
}

.project-title {
  color: var(--midnight-blue);
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.licensing-block {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.licensing-link {
  margin-bottom: 15px;
}

.text-block {
  color: var(--red);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  transition: color .55s;
}

.text-block:hover {
  color: var(--red);
}

.social-icon {
  filter: invert();
  margin-right: 7px;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.social-icon.ig {
  color: #fff;
  background-image: url('../images/linkedin-2.svg');
  background-position: 0 0;
  background-size: auto;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  font-size: 24px;
}

.social-icon.in {
  color: #fff;
  background-image: url('../images/facebook.svg');
  background-position: 0 0;
  background-size: auto;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  font-size: 24px;
}

.social-icon.insta {
  color: #fff;
  background-image: url('../images/004-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 0;
  font-size: 24px;
}

.info-grid-wrapper {
  color: #fff;
  border-bottom: 1px #0b2a40;
  align-items: center;
  width: 100%;
  max-width: 1200ch;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.info-grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-font {
  color: #fff;
  margin-right: 10px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
}

.icon-font.brand {
  color: #fff;
  width: auto;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.text-link {
  color: #4b4b4b;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.info-wrapper {
  color: #0b2a40;
  border-right: 1px solid #fff;
  align-items: center;
  height: 30px;
  margin-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: opacity .5s;
  display: flex;
}

.info-wrapper:hover {
  opacity: .58;
}

.info-wrapper.fin {
  border-right-style: none;
}

.info-wrapper.inicio {
  color: #0b2a40;
  border-right: 1px solid #fff;
  align-items: center;
  height: 30px;
  margin-left: 0;
  padding-right: 10px;
}

.social-wrapper {
  color: #0b2a40;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.top-nav {
  z-index: 100;
  border-bottom: 1px #7e7e7e;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  position: static;
  top: 0;
}

.top-nav.info {
  border-bottom: 3px none var(--red);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding-left: 50px;
  padding-right: 50px;
  position: static;
}

.sectiontitleen {
  color: #062539;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.section02 {
  padding: 103px 35px 81px;
}

.fullcardtitle {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 170%;
}

.fullcard {
  background-color: #f8f8f8;
  padding: 50px;
  text-decoration: none;
  transition: opacity .475s;
  position: relative;
}

.fullcard:hover {
  opacity: .62;
}

.fullcard._02 {
  background-image: url('../images/Commercial-Real-Estate-1024x613.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.fullcard._01 {
  background-image: url('../images/shutterstock_1317077360.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.fullcard._03 {
  background-image: url('../images/687aea96-d9c6-4d59-825e-9d6090ac64a8-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  display: flex;
}

.fullcard._03:hover {
  text-decoration: none;
}

.fullcard._04 {
  background-image: url('../images/what-diners-epidemiologists-want-post-covid-restaurants-FT-BLOG0520-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  display: flex;
}

.fullcard._04:hover {
  text-decoration: none;
}

.fullcard.ntla {
  background-image: url('../images/shutterstock_71855917-420x630.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.fullcard.courtfede {
  background-image: url('../images/image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  display: flex;
}

.fullcard.courtfede:hover {
  text-decoration: none;
}

.boxiconwrapper {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.mainrightimg {
  width: 90%;
}

.gray100line {
  background-color: #e3e3e3;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 60px;
}

.gray100line.bold {
  background-color: #00000026;
  margin-top: 0;
}

.flexinnerimgbox {
  text-align: right;
  flex: 0 auto;
  width: 50%;
  height: 100%;
}

.cardwrapper {
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.fullcardinnertop {
  position: relative;
}

.color {
  background-color: #f03c2d;
  width: 40px;
  height: 2px;
  margin: 20px auto 17px 0;
}

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

.fullcardwrapper {
  background-color: var(--midnight-blue);
  margin-top: 0;
}

.pkrblackmobile {
  color: #818181;
  font-size: 15px;
  font-weight: 500;
  line-height: 200%;
  display: none;
}

.pkrsub {
  color: #4a4a4a;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 200%;
}

.container-3 {
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fullcardinnerbottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.blueback {
  background-color: #02385ef2;
  text-decoration: none;
  transition: opacity .575s;
  position: absolute;
  inset: 0%;
}

.blueback:hover {
  opacity: .01;
}

.pkrfullcard {
  color: #fff;
  margin-top: 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
}

.iconcircle {
  background-color: #1a428a1a;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.flexinner {
  flex: 0 auto;
  width: 50%;
  height: 100%;
}

.textbutton {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.pkrblack {
  color: #3b3b3b;
  text-align: left;
  margin-top: 19px;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.pkrblack.lone {
  margin-bottom: 0;
  line-height: 30px;
}

.boxmaintextkrcard {
  color: #3b3b3b;
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.card {
  background-color: #f8f8f8;
  padding: 36px 32px;
}

.iconfont {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.cardicon {
  height: 50px;
}

.ctatext {
  align-items: center;
  display: flex;
}

.about-d {
  background-color: #eee;
  height: 1px;
  margin-top: 77px;
}

.about-d._22 {
  width: 100%;
  margin: 70px auto;
}

.flexwrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.numtext {
  color: #9b9b9b;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.numtext.no-margin {
  color: #2b2b2b;
}

.numtext.no-margin.home {
  color: #3b3b3b;
}

.numtext.bro {
  color: #303030;
  margin-left: 70px;
}

.numtext.white {
  color: #fff;
  margin-bottom: 13px;
  margin-left: 0;
}

.numtext.mar55 {
  color: #2b2b2b;
  margin-left: 69px;
}

.numtext.mar55.home {
  color: #3b3b3b;
}

.maincta {
  background-color: var(--midnight-blue);
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  transition-duration: .4s;
  display: inline-block;
}

.maincta:hover {
  color: var(--red);
}

.maincta.blog-insingt {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.maincta.next {
  margin-left: 10px;
}

.n {
  opacity: 1;
  color: var(--midnight-blue);
}

.text-span-2 {
  color: var(--midnight-blue);
  font-weight: 600;
}

.section-2 {
  background-image: url('../images/5fb70c5412708b1923e085e7_5fb6f760475cc88ea102d00e_ezgif-2-6b1b1a44c8b1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 450px;
}

.image-color-fill {
  z-index: 10;
  background-color: #cbcbcb;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-color-fill.light {
  background-color: #e8eaee;
}

.subtitle-block {
  text-decoration: none;
  display: inline-block;
}

.subtitle-line {
  background-color: var(--red);
  width: 100%;
  height: 2px;
  margin-top: 2px;
}

.subtitle-text-white {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.dark-paragraphs-hero-3 {
  color: #b5b7c3;
  max-width: 550px;
  margin-top: 30px;
  margin-bottom: 38px;
  line-height: 1.2em;
}

.section-hero {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: 48vh minmax(40vh, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-top: -73px;
  margin-left: 0;
  display: grid;
}

.hero-text-block {
  margin-top: 0;
  margin-bottom: 0;
}

.block-gradient-hero-3 {
  z-index: 50;
  transform-origin: 100%;
  background-color: #02385ecf;
  padding: 55px;
  position: relative;
  top: 30px;
}

.heading-hero {
  color: #fff;
  max-width: 700px;
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.button-default {
  color: #fff;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #1b85e7;
  padding: 21px 30px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  transition: background-color .2s;
}

.button-default:hover {
  color: #fff;
  background-color: #141e24;
}

.button-default.green-color {
  background-color: #00d98e;
}

.image-block {
  transform-origin: 100%;
  background-image: url('../images/5fb70c5412708b1923e085e7_5fb6f760475cc88ea102d00e_ezgif-2-6b1b1a44c8b1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.wrapper-animation-copy {
  z-index: 99;
  background-color: #fff;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

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

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

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

.button-2.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-2.cc-jumbo-button.cc-jumbo-white {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  background-color: #fff;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

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

.button-2.cc-jumbo-button.small {
  color: #082c41;
  letter-spacing: 1px;
  background-color: #fff;
  padding: 13px 10px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}

.button-2.cc-jumbo-button.small:hover {
  opacity: .7;
  background-color: #f1f1f1;
}

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

.video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-top: -107px;
  margin-bottom: 0;
}

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

.section-3 {
  margin-left: 30px;
  margin-right: 30px;
}

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

.heading-jumbo {
  color: #020b5c;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
  line-height: 80px;
}

.heading-jumbo.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.whiteline {
  background-color: #fff;
  width: 40px;
  height: 1px;
  margin: 30px auto;
}

.text-block-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.block-quote-2 {
  color: #062539;
  border-left-width: 3px;
  border-left-color: #062539;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
}

.text-span-3 {
  color: #d11309;
  font-weight: 600;
}

.body {
  overflow: visible;
}

.link {
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

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

.miniblue {
  color: #1a428a;
  font-size: 12px;
  font-weight: 500;
  line-height: 150px;
}

.miniblue.red {
  color: #5d1414;
}

.section04 {
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/Group-1-12.46.57-PM.png');
  background-position: 0 0, 5% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 550px;
  padding: 100px 35px;
  overflow: hidden;
}

.flexwrapper-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contacttextfield {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff80;
  width: 50%;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 500;
}

.contacttextfield:hover, .contacttextfield:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.contacttextfield.full {
  width: 100%;
  margin-right: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  line-height: 160%;
}

.contacttextfield.full::placeholder {
  color: #ffffff80;
}

.contacttextfield._1 {
  opacity: 1;
  color: #fff;
  margin-right: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.contacttextfield._1::placeholder {
  color: #fff;
}

.contacttextfield.textarea {
  width: 100%;
  height: 180px;
  margin-right: 0;
  padding-left: 0;
  line-height: 160%;
}

.contacttextfield.textarea::placeholder {
  color: #fff;
}

.contacttextfield._2 {
  margin-left: 20px;
  margin-right: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  line-height: 160%;
}

.contacttextfield._2::placeholder {
  color: #fff;
}

.sectiontitleen-2 {
  color: #3b3b3b;
  margin-bottom: 40px;
  font-weight: 200;
}

.error-message-2, .success-message-2 {
  background-color: #fff;
}

.formwrapper01 {
  color: #fff;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.pkrblack-2 {
  color: #3b3b3b;
  text-align: left;
  padding-right: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 200%;
}

.pkrblack-2.phone {
  text-align: left;
  margin-bottom: 0;
}

.formwrapper03 {
  margin-bottom: 30px;
  display: flex;
}

.formwrapper02 {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.form {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  margin-left: 27px;
  padding: 45px;
  position: relative;
}

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

.absoluteblueback {
  z-index: -1;
  background-color: #fff;
  width: 100vw;
  position: absolute;
  inset: 0%;
}

.flexinner66 {
  color: #fff;
  background-color: #0000;
  flex: 0 auto;
  width: 50%;
  height: 100%;
  margin-left: 19px;
}

.maincta-2 {
  color: #fff;
  background-color: #1a428a;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-left: 0;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.maincta-2.white {
  color: var(--midnight-blue);
  background-color: #fff;
  margin-top: 0;
  font-weight: 700;
}

.numtext-2 {
  color: #9b9b9b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.flexinner33 {
  flex: 0 auto;
  width: 50%;
  height: 100%;
}

.text-span-4 {
  color: var(--midnight-blue);
  font-weight: 600;
}

.form-2 {
  color: #fff;
}

.heading {
  color: var(--midnight-blue);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.heading.team {
  margin-top: 30px;
  margin-bottom: 6px;
}

.heading.pic {
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 6px;
}

.heading.prest {
  margin-top: 20px;
  margin-bottom: 6px;
}

.divider-dark {
  background-color: #ffffff1f;
  width: 100%;
  height: 1px;
}

.link-dark {
  opacity: .83;
  color: #fff;
  margin-top: 5px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, transform .4s, opacity .4s;
}

.link-dark:hover {
  opacity: 1;
  color: #fff;
}

.link-dark:active {
  opacity: .9;
}

.link-dark.footer-link-12-dark {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.link-dark.bt {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.footer-section-headline {
  margin-bottom: 12px;
}

.footer3-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

._3-col {
  flex-direction: column;
  width: 220px;
  margin-right: 20px;
  display: flex;
}

._3-col._3-col-last {
  margin-right: 0;
}

.footer3-bottom-links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 31px;
  display: flex;
}

.section-dark {
  background-color: var(--midnight-blue);
  color: #fff;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  width: auto;
  padding: 50px 50px 22px;
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.landing3-logo {
  margin-right: 16px;
}

.footer3-links-wrapper {
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-3 {
  color: #ffffffc2;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13.5px;
  font-weight: 200;
  line-height: 22px;
}

.section-2-copy {
  background-image: url('../images/GettyImages-615398376-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 450px;
}

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

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

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.divider {
  background-color: #eee;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.tline {
  margin-top: 50px;
  margin-bottom: 40px;
}

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

.home-content-wrap.teamwrap {
  margin-bottom: 100px;
}

.home-content-wrap.press-wrap {
  margin-top: 9px;
}

.home-content-wrap.dis {
  margin-top: 9px;
  margin-bottom: 0;
}

.home-content-wrap._1111 {
  margin-bottom: 100px;
}

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

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

.paragraph-light {
  opacity: .6;
}

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

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

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

.label.cc-light {
  opacity: .6;
}

.pract {
  padding: 31px 50px 0;
}

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

.image.right {
  width: 100%;
  padding-left: 25px;
}

.image.left, .image.bruce {
  width: 100%;
  padding-right: 25px;
}

.image.bruce.lien {
  height: 100%;
}

.image.bruce.mobile {
  display: none;
}

.tax {
  color: #3b3b3b;
  text-align: justify;
  margin-top: 32px;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.image-2 {
  margin-right: 8px;
}

.dropdown-innerlist {
  color: #fff;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 350px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 8px #00000059;
}

.dropdown-list {
  background-color: #0000;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0 10px 10px;
  overflow: hidden;
}

.dropdownwrapper {
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
}

.down {
  display: none;
}

.navlink {
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.navlink:hover {
  color: #2193b0;
  text-align: left;
}

.navlink.w--current {
  color: #2193b0;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
}

.navlink.sub {
  color: #333;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}

.navlink.sub:hover {
  color: #2193b0;
  text-decoration: none;
}

.dropdowncontainer {
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: -10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

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

.link-block {
  width: 100%;
  text-decoration: none;
}

.prac {
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.prac.black-background {
  background-color: #000;
  background-image: url('../images/BG-Pattern-Left.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 500px;
}

.prac.black-background.margin-top-bottom {
  background-color: #062539;
  margin-top: 0;
  margin-bottom: 80px;
}

.prac.image-background {
  background-image: url('../images/Video-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
}

.prac.image-background.margin-top-bottom {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pkrblack-copy {
  color: #3b3b3b;
  text-align: justify;
  margin-top: 19px;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.team-body {
  color: #3b3b3b;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.team-body.l {
  text-align: left;
  margin-bottom: 5px;
}

.team-body.para {
  margin-bottom: 11px;
}

.team-body.num {
  margin-top: 23px;
  margin-bottom: 0;
}

.team-body.email-phone {
  margin-top: 24px;
  margin-bottom: 11px;
  display: block;
}

.team-body.email-phone.mobilele, .team-body.email-phone.ang {
  display: none;
}

.list {
  color: var(--red);
  padding-left: 22px;
}

.list.ah {
  margin-top: 21px;
}

.list.ste {
  margin-top: -13px;
}

.belowpic {
  color: var(--red);
  margin-top: 10px;
  padding-left: 22px;
}

.dropdown-toggle {
  padding: 10px 24px 10px 0;
}

.dropdown {
  color: #fff;
  margin-left: 15px;
}

.text-block-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.icon {
  color: #fff;
  margin-right: 0;
}

.dropdown-list-2 {
  background-color: var(--midnight-blue);
}

.dropdown-link {
  color: #fff;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: var(--red);
}

.dropdown-link.w--current {
  color: #fff;
}

.text-span-5 {
  color: #d30a00;
  font-weight: 600;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header.blog-1 {
  background-image: linear-gradient(#02385e99, #02385e99), url('../images/Photo-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 115px;
  padding-bottom: 115px;
}

.container-5 {
  text-align: left;
  position: relative;
}

.subpage-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 40px;
}

.page-subtitle {
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.simple-blog-image-block {
  background-image: url('../images/shutterstock_1317077360.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  flex: 0 auto;
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.simple-blog-image-block._2 {
  background-image: url('../images/Commercial-Real-Estate-1024x613.jpg');
}

.simple-blog-image-block._3 {
  background-image: url('../images/687aea96-d9c6-4d59-825e-9d6090ac64a8-14.jpg');
}

.simple-blog-image-block._4 {
  background-image: url('../images/what-diners-epidemiologists-want-post-covid-restaurants-FT-BLOG0520-3.jpg');
}

.simple-blog-image-block._5 {
  background-image: url('../images/Main-Image-COVID-19-Hospitality-Industry-Changes.jpg');
}

.simple-blog-image-block._6 {
  background-image: url('../images/Untitled-1.jpg');
}

.simple-blog-image-block.wine {
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 400px;
}

.simple-blog-image-block._7 {
  background-image: url('../images/GettyImages-615398376-2.jpg');
}

.simple-blog-image-block.ntla {
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.simple-blog-image-block.court {
  background-image: url('../images/image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.simple-blog-image-block.ada1 {
  background-image: url('../images/ada-graphic-blog.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-4 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 63px;
  position: relative;
}

.single-post {
  flex: 0 auto;
  order: 1;
  align-self: stretch;
  width: 30%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-overlay {
  background-color: #0003;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.blog-post-overlay:hover {
  background-color: #1f6fff4d;
}

.blog-post-overlay.light {
  background-color: #0000001a;
}

.blog-post-overlay.light:hover {
  background-color: #02385e85;
}

.blog-post-date {
  color: #5c5c5c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 13px;
}

.div-block {
  text-align: left;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex;
}

.blog-post-title-link {
  color: var(--midnight-blue);
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
  transition-duration: .5s;
  display: block;
}

.blog-post-title-link:hover {
  color: var(--red);
}

.section-5 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-5.blog-page-section {
  background-color: #f5f5f5;
  padding-bottom: 33px;
}

.blog-post-header-overlay {
  color: #fff;
  text-align: center;
  background-color: #02385eba;
  width: 100%;
  height: 100%;
  padding-top: 111px;
  padding-bottom: 163px;
}

.blog-single-post-date {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}

.subpage-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.subpage-title-2.blog-post-title {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  line-height: 49px;
  display: block;
}

.blog-post-header {
  background-image: url('../images/shutterstock_1317077360.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.blog-post-header.vo {
  background-image: url('../images/Commercial-Real-Estate-1024x613.jpg');
}

.blog-post-header.small {
  background-image: url('../images/687aea96-d9c6-4d59-825e-9d6090ac64a8-14.jpg');
  background-position: 50%;
}

.blog-post-header.covid {
  background-image: url('../images/what-diners-epidemiologists-want-post-covid-restaurants-FT-BLOG0520-3.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
}

.blog-post-header.free {
  background-image: url('../images/Main-Image-COVID-19-Hospitality-Industry-Changes.jpg');
  background-position: 50% 40%;
}

.blog-post-header.covidobli {
  background-image: url('../images/GettyImages-615398376-2.jpg');
  background-position: 50%;
}

.blog-post-header.ntla111 {
  background-image: url('../images/GettyImages-615398376-2.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
}

.blog-post-header.ny {
  background-image: url('../images/image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.blog-post-header.ada {
  background-image: url('../images/ada-graphic-blog.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-post-page-content {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: -145px auto 60px;
  padding: 50px;
  display: flex;
  box-shadow: 0 0 33px #0000000a;
}

.blog {
  color: #3b3b3b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.link-2 {
  margin-top: 30px;
}

.html-embed {
  margin-top: 40px;
  font-weight: 400;
}

.back {
  color: var(--midnight-blue);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.press-page {
  padding: 96px 50px 0;
}

.html-embed-2, .html-embed-3 {
  width: 100%;
}

.dis-sec {
  padding: 70px 50px 30px;
}

.text-field-2 {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-2:hover {
  background-color: #f0f0f0;
}

.text-field-2:active {
  background-color: #ececec;
}

.text-field-2:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field-2.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.success-message-3 {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.text-area {
  background-color: #f5f5f5;
  border-style: none;
  min-height: 170px;
  padding: 14px 20px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.cta11-form-wrap-copy {
  flex-direction: column;
  display: flex;
}

.error-message-3 {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cta11-form-wrap {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #ebedee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 56px;
  display: grid;
  position: relative;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.form-centered-button {
  background-color: var(--midnight-blue);
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.cta11-form {
  align-self: center;
  margin-bottom: 0;
}

.audio {
  background-color: #000;
  margin-top: 40px;
}

.tracking-button {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 18px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.tracking-button:hover {
  background-color: #272731;
}

.tracking-button.form-centered-button {
  background-color: var(--midnight-blue);
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.html-embed-4 {
  color: #3b3b3b;
  margin-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.fs1 {
  color: #3b3b3b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.button_dropdown {
  z-index: 1;
  color: #333;
  background-color: #f5f6f8;
  border-radius: 4px;
  margin-top: 7px;
  margin-left: 20px;
  margin-right: 0;
}

.button_drop {
  background-color: var(--midnight-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: 130px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.button_drop.w--open {
  width: 100%;
}

.dropdown_list {
  padding: 0;
}

.dropdown_list.w--open {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 5px;
  padding: 10px 0;
  box-shadow: 14px 14px 40px #767ead14;
}

.dropdown_link {
  color: var(--midnight-blue);
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .25s;
}

.dropdown_link:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.dropdown_link.w--current {
  color: var(--midnight-blue);
}

.c123 {
  color: #3b3b3b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.link-3 {
  color: var(--midnight-blue);
}

._0001 {
  margin-top: 80px;
  margin-bottom: 120px;
}

._0001.press-wrap {
  margin-top: 9px;
}

._0001.dis {
  margin-top: 9px;
  margin-bottom: 0;
}

.link-block-3 {
  margin-left: 10px;
  transition-property: opacity;
  transition-duration: .6s;
}

.link-block-3:hover {
  opacity: .4;
}

.image-3 {
  margin-top: 6px;
}

.prac-copy {
  text-align: center;
  background-color: #fff;
  border-top: 1px #353535;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.prac-copy.black-background {
  background-color: #000;
  background-image: url('../images/BG-Pattern-Left.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 500px;
}

.prac-copy.black-background.margin-top-bottom {
  background-color: #062539;
  margin-top: 0;
  margin-bottom: 80px;
}

.prac-copy.image-background {
  background-image: url('../images/Video-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
}

.prac-copy.image-background.margin-top-bottom {
  margin-top: 80px;
  margin-bottom: 80px;
}

.html-embed-5 {
  width: 100%;
}

.html-embed-6 {
  margin-top: 24px;
}

.html-embed-6._56.mobil, .html-embed-6._12.show, .html-embed-6.hide-desk, .html-embed-6.hide {
  display: none;
}

._0000 {
  margin-top: 80px;
  margin-bottom: 80px;
}

._0000.press-wrap {
  margin-top: 9px;
}

._0000.dis {
  margin-top: 9px;
  margin-bottom: 0;
}

.text-span-6 {
  color: var(--midnight-blue);
  font-weight: 500;
}

.text-span-7 {
  color: #1f1f1f;
  font-style: italic;
  font-weight: 400;
}

html.w-mod-js [data-ix="load"] {
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .menu-icon {
    color: #fff;
    font-size: 34px;
  }

  .menu-button {
    color: #000;
    background-color: #0000;
    margin-left: 20px;
    padding: 11px 0;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, box-shadow .2s ease-in-out;
  }

  .menu-button.w--open {
    color: #e1033d;
    background-color: #0000;
    border: 1px #000;
  }

  .nav-block {
    height: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: sticky;
  }

  .nav-link {
    color: #3c3d3f;
    text-align: right;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link.w--current {
    color: #3c3d3f;
  }

  .logo {
    margin-top: 0;
  }

  .brand {
    padding-left: 0;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
  }

  .nav-menu {
    text-align: right;
    background-color: #fff;
    justify-content: flex-end;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 15px 20px;
  }

  .section-title {
    text-align: center;
  }

  .section-title.th {
    text-align: center;
    margin-left: 0;
  }

  .section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.black-background {
    min-height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section.black-background.margin-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section.team {
    padding-bottom: 33px;
  }

  .hero-image {
    margin-top: 30px;
  }

  .hero-block {
    justify-content: center;
    align-items: flex-start;
    margin: 80px 35px 40px;
  }

  .social-media-vertical {
    display: none;
  }

  .menu-block {
    color: #000;
    text-align: right;
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
  }

  .line-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }

  .white-bg {
    width: auto;
    padding-bottom: 0;
    position: relative;
  }

  .block-content {
    justify-content: center;
    align-items: flex-start;
    margin: 40px 35px;
  }

  .block-content.bottom-margin {
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .block-content.offices-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .block-content.team {
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .block-content.press {
    align-items: center;
    margin-top: 80px;
    margin-bottom: 18px;
  }

  .block-content.senior2, .block-content.ofcounsel, .block-content.associaltes {
    align-items: center;
    margin-top: 0;
    margin-bottom: 80px;
  }

  .title-block {
    margin-top: 40px;
    margin-left: 0;
  }

  .about-paragraph {
    margin-left: 0;
    margin-right: 0;
  }

  .subtitle {
    margin-left: 100px;
  }

  .service-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 9px;
  }

  .service-grid.senior {
    grid-template-rows: auto;
  }

  .service-title {
    margin-bottom: 11px;
    margin-left: 0;
  }

  .service-paragraph {
    margin-left: 0;
  }

  .projects-grid {
    grid-column-gap: 30px;
    grid-row-gap: 86px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .project-info {
    width: auto;
    margin-right: 30px;
  }

  .footer-block {
    margin-top: 40px;
    margin-bottom: 35px;
  }

  .footer {
    margin-left: 35px;
    margin-right: 35px;
  }

  .block-footer {
    padding-top: 0;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-template-columns: .75fr .75fr;
  }

  .block-faqs-bg {
    margin-bottom: 10px;
    padding: 20px;
  }

  .block-quote {
    justify-content: center;
    align-items: center;
    margin: 80px 35px;
  }

  .project-text {
    margin-top: 10px;
  }

  .location-link {
    width: auto;
  }

  .offices-grid {
    width: 100%;
    margin-top: 40px;
  }

  .contact-form {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .form-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .red-block, .nordic-text {
    display: none;
  }

  .template-navbar {
    margin-left: 35px;
    margin-right: 35px;
  }

  .service-image {
    max-width: 70%;
    padding-left: 0;
  }

  .social-icon.ig, .social-icon.in, .social-icon.insta, .info-grid-2 {
    display: none;
  }

  .social-wrapper {
    justify-content: center;
  }

  .top-nav.info {
    display: flex;
  }

  .section02 {
    padding: 80px 40px;
  }

  .fullcard._02, .fullcard._01, .fullcard._03, .fullcard._04, .fullcard.ntla, .fullcard.courtfede {
    height: 250px;
    padding: 40px;
  }

  .mainrightimg {
    width: 100%;
  }

  .flexinnerimgbox {
    width: 100%;
    margin-top: 47px;
  }

  .container-3, .flexinner {
    width: 100%;
  }

  .flexwrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .numtext.no-margin {
    margin-left: 0;
  }

  .numtext.no-margin.home {
    text-align: center;
  }

  .numtext.bro, .numtext.white {
    margin-left: 0;
  }

  .numtext.white.home {
    text-align: center;
  }

  .numtext.mar55 {
    margin-left: 0;
  }

  .numtext.mar55.home {
    text-align: center;
  }

  .dark-paragraphs-hero-3 {
    margin-top: 20px;
    margin-bottom: 28px;
  }

  .section-hero {
    grid-row-gap: 0px;
    grid-template-rows: 300px 1fr;
    grid-template-columns: minmax(200px, 1fr);
    height: 95vh;
    margin-top: 0;
  }

  .hero-text-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .block-gradient-hero-3 {
    background-color: #02385e;
    padding: 30px 40px;
    top: 0;
  }

  .button-2 {
    justify-content: center;
  }

  .button-2.cc-jumbo-button.small {
    background-color: var(--midnight-blue);
    color: #fff;
  }

  .video {
    margin-top: 0;
  }

  .intro-text {
    width: auto;
  }

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

  .heading-jumbo.white {
    font-size: 30px;
  }

  .section04 {
    background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/Group-1-12.46.57-PM.png');
    background-position: 0 0, 50% 30%;
    padding: 80px 40px;
  }

  .flexwrapper-2.reverse {
    flex-direction: column;
    align-items: center;
  }

  .pkrblack-2 {
    margin-top: 15px;
    padding-right: 0;
  }

  .form {
    margin-left: 0;
    padding: 40px;
  }

  .container {
    width: 100%;
  }

  .flexinner66 {
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }

  .maincta-2.white, .flexinner33 {
    width: 100%;
  }

  .heading.team, .heading.pic {
    text-align: left;
  }

  .heading.pic.mobile {
    text-align: left;
    margin-top: 0;
  }

  .heading.pic.mobile._6s {
    margin-top: 23px;
  }

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

  .footer3-logo-wrapper {
    justify-content: center;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer3-bottom-links-wrapper {
    text-align: center;
    justify-content: center;
  }

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

  .wrap {
    width: 645px;
  }

  .wrap.w50 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer3-links-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .home-content-wrap.teamwrap, .home-content-wrap.press-wrap, .home-content-wrap.dis {
    margin-bottom: 57px;
  }

  .home-content-wrap._1111 {
    margin-bottom: 63px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .pract {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image.right {
    object-fit: cover;
    width: 100%;
    height: 350px;
    padding-left: 0;
  }

  .image.left {
    object-fit: cover;
    width: 100%;
    height: 350px;
    padding-right: 0;
  }

  .image.left.lien {
    height: 350px;
  }

  .image.bruce {
    max-width: 40%;
    display: none;
  }

  .image.bruce.mobile {
    padding-right: 0;
    display: block;
  }

  .dropdown-innerlist {
    box-shadow: none;
    background-color: #0000;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .dropdown-list {
    box-shadow: none;
    color: #0000;
    margin-top: 0;
    margin-left: 0;
    padding: 5px 0;
  }

  .down {
    color: #2193b0;
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    display: flex;
  }

  .navlink {
    color: #333;
    flex: 1;
    padding: 10px 15px;
  }

  .navlink:hover {
    color: #2193b0;
    text-decoration: none;
  }

  .navlink.w--current {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
  }

  .navlink.sub {
    color: #333;
    flex: 1;
    padding: 7px 25px;
    font-weight: 300;
    display: block;
  }

  .navlink.sub:hover {
    text-decoration: none;
  }

  .dropdowncontainer {
    color: #000;
    background-color: #f3f3f3;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .dropdownlink-container {
    justify-content: space-between;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .link-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .prac {
    justify-content: center;
  }

  .prac.black-background {
    min-height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .prac.black-background.margin-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .team-body.email-phone {
    display: none;
  }

  .team-body.email-phone.mobilele, .team-body.email-phone.ang {
    display: block;
  }

  .dropdown-toggle {
    text-align: right;
    padding-right: 33px;
  }

  .text-block-4 {
    color: #3c3d3f;
  }

  .icon {
    color: var(--red);
    margin-right: 10px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.blog-1 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .page-subtitle {
    width: 80%;
  }

  .simple-blog-image-block {
    height: 150px;
  }

  .section-4 {
    padding: 61px 40px;
  }

  .blog-post-summary {
    font-size: 14px;
    line-height: 22px;
  }

  .section-5 {
    padding: 45px;
  }

  .blog-post-header-overlay {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .subpage-title-2.blog-post-title {
    width: 100%;
    font-size: 36px;
  }

  .blog-post-page-content {
    width: 90%;
    padding: 50px;
  }

  .press-page {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .dis-sec {
    padding: 0 40px;
  }

  .success-message-3, .error-message-3 {
    max-width: 738px;
  }

  .button_dropdown {
    margin-left: 0;
  }

  .link-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._0001 {
    margin-bottom: 61px;
  }

  ._0001.teamwrap, ._0001.press-wrap, ._0001.dis {
    margin-bottom: 57px;
  }

  .prac-copy {
    justify-content: center;
  }

  .prac-copy.black-background {
    min-height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .prac-copy.black-background.margin-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .html-embed-6._56 {
    margin-top: 0;
  }

  .html-embed-6._56.s {
    margin-top: 17px;
    display: none;
  }

  .html-embed-6._56.mobil {
    margin-top: 17px;
    display: block;
  }

  .html-embed-6._12 {
    margin-bottom: 0;
    display: none;
  }

  .html-embed-6._12.show {
    display: block;
  }

  .html-embed-6._12.show._555 {
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-6.hide-desk {
    margin-top: 0;
    display: block;
  }

  .html-embed-6.hide-desk.s {
    margin-top: 17px;
  }

  .html-embed-6.hide {
    margin-bottom: 0;
    display: block;
  }

  .html-embed-6.not {
    margin-top: 0;
    display: none;
  }

  .html-embed-6.not.s {
    margin-top: 17px;
  }

  ._0000 {
    margin-bottom: 61px;
  }

  ._0000.teamwrap, ._0000.press-wrap, ._0000.dis {
    margin-bottom: 57px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding: 12px 40px 12px 15px;
  }

  .logo {
    display: inline-block;
  }

  .brand {
    padding-left: 0;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
  }

  .nav-menu {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 10px;
  }

  .section-title {
    font-size: 36px;
    line-height: 46px;
  }

  .section.black-background {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section.team {
    padding-bottom: 0;
  }

  .hero-heading {
    font-size: 54px;
    line-height: 70px;
  }

  .hero-block {
    margin: 80px 16px 30px;
  }

  .line-title {
    align-items: center;
  }

  .info-text {
    margin-top: 10px;
  }

  .block-content {
    margin: 30px 16px;
  }

  .block-content.bottom-margin {
    margin-top: 60px;
    margin-bottom: 45px;
  }

  .block-content.offices-margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .block-content.team {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .block-content.press {
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .block-content.senior2, .block-content.ofcounsel, .block-content.associaltes {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .title-block {
    margin-top: 30px;
  }

  .info-grid {
    grid-column-gap: 60px;
  }

  .quote-text {
    width: auto;
    font-size: 36px;
    line-height: 46px;
  }

  .service-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .service-title {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .service-paragraph {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .service-info {
    margin-bottom: 0;
  }

  .number {
    margin-bottom: 10px;
  }

  .project-number {
    width: 50px;
    height: 50px;
  }

  .projects-grid {
    grid-column-gap: 20px;
    grid-row-gap: 45px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .project-info {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    position: relative;
  }

  .footer-block {
    height: auto;
    margin-top: 30px;
    margin-bottom: 16px;
  }

  .footer-link {
    text-align: center;
    margin-top: 15px;
  }

  .powered {
    margin-top: 30px;
  }

  .footer-social-media {
    margin-right: 30px;
  }

  .footer {
    margin-top: 30px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: .25fr;
    padding-top: 0;
    padding-bottom: 16px;
  }

  .footer-links {
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .block-faqs-bg {
    transition-property: filter;
  }

  .block-quote {
    margin: 60px 16px;
  }

  .project-text {
    margin-top: 8px;
  }

  .city {
    line-height: 20px;
  }

  .location-link {
    flex-direction: column;
  }

  .office-link {
    margin-top: 20px;
  }

  .offices-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact-form {
    margin-top: 30px;
  }

  .form-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .white-text {
    margin-bottom: 0;
  }

  .red-block {
    display: none;
  }

  .submit-button {
    font-weight: 600;
  }

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

  .text-field.textarea {
    min-height: 150px;
  }

  .social-media-horizontal {
    flex-direction: row;
    margin-top: 0;
    margin-right: 0;
  }

  .template-navbar {
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer-image {
    margin-top: -100px;
  }

  .service-image {
    max-width: 50%;
  }

  .section02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fullcard._02, .fullcard._01, .fullcard._03, .fullcard._04, .fullcard.ntla, .fullcard.courtfede {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .boxiconwrapper {
    margin-top: 8px;
    display: none;
  }

  .fullcardinnerbottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .numtext.bro {
    margin-left: 0;
  }

  .maincta.blog-insingt {
    margin-bottom: 26px;
  }

  .section-2 {
    height: 300px;
  }

  .hero-text-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .block-gradient-hero-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-hero {
    font-size: 26px;
    line-height: 50px;
  }

  .button-2.cc-jumbo-button.small {
    margin-right: 40px;
  }

  .video {
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-content {
    width: 80%;
  }

  .section-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

  .section04 {
    background-image: linear-gradient(#ffffffe8, #ffffffe8), url('../images/Group-1-12.46.57-PM.png');
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 550px;
    padding-top: 60px;
    padding-bottom: 41px;
  }

  .flexinner66 {
    margin-top: 21px;
  }

  .heading.team {
    text-align: left;
    margin-top: 34px;
  }

  .heading.pic {
    margin-top: 36px;
  }

  .heading.pic.mobile._6s {
    margin-top: 29px;
  }

  .heading.p {
    margin-bottom: 0;
  }

  .heading.prest {
    text-align: left;
    margin-top: 34px;
  }

  .text-16.footer-section-headline {
    margin-bottom: 0;
  }

  ._3-col {
    margin-bottom: 22px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer3-links-wrapper {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 17px;
  }

  .text-block-3 {
    text-align: justify;
  }

  .section-2-copy {
    height: 300px;
  }

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

  .divider {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container-4 {
    text-align: center;
  }

  .image.right, .image.left, .image.left.lien {
    height: 300px;
  }

  .image.bruce.mobile {
    max-width: 50%;
  }

  .dropdown-innerlist {
    max-width: 100%;
  }

  .down {
    width: auto;
  }

  .dropdowncontainer {
    display: none;
  }

  .prac {
    padding-bottom: 32px;
  }

  .prac.black-background {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .dropdown-toggle {
    padding-right: 60px;
  }

  .icon {
    margin-right: 40px;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.blog-1 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .section-4 {
    padding: 60px 40px 39px;
  }

  .single-post {
    width: 45%;
  }

  .section-5 {
    padding: 25px;
  }

  .blog-post-header-overlay {
    padding-top: 140px;
  }

  .blog-single-post-date {
    width: 90%;
  }

  .subpage-title-2 {
    font-size: 30px;
  }

  .subpage-title-2.blog-post-title {
    font-size: 28px;
    line-height: 39px;
  }

  .blog-post-page-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 25px;
  }

  .html-embed {
    margin-top: 12px;
    margin-bottom: 22px;
  }

  .success-message-3, .error-message-3 {
    width: 100%;
    max-width: none;
  }

  .cta11-form-wrap {
    padding: 36px;
  }

  .prac-copy {
    padding-bottom: 32px;
  }

  .prac-copy.black-background {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .menu-icon {
    font-size: 30px;
  }

  .menu-button {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 10px 10px;
  }

  .nav-block {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

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

  .logo {
    transition-timing-function: ease-in-out;
  }

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

  .nav-menu {
    background-color: #fff;
    padding-right: 20px;
  }

  .section-title {
    margin-top: 12px;
    margin-left: 0;
    font-size: 28px;
    line-height: 36px;
  }

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

  .section.black-background, .section.black-background.margin-top-bottom {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .section.team {
    padding-bottom: 0;
  }

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

  .divider-line {
    width: 55px;
  }

  .divider-line._6 {
    margin-left: 0;
    margin-right: auto;
  }

  .hero-block {
    margin-bottom: 15px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .info-block {
    width: auto;
    padding: 30px 0;
  }

  .block-content {
    margin: 15px 16px;
  }

  .block-content.bottom-margin {
    margin: 50px 20px 0;
  }

  .block-content.offices-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .block-content.team {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .block-content.press {
    margin-top: 50px;
    margin-bottom: 3px;
  }

  .block-content.senior2, .block-content.ofcounsel, .block-content.associaltes {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 50px;
  }

  .title-block {
    margin-top: 30px;
  }

  .info-grid {
    grid-row-gap: 15px;
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .subtitle {
    margin-left: 70px;
    font-size: 18px;
    line-height: 18px;
  }

  .service-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .service-grid.asso {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    grid-template-rows: auto auto auto;
  }

  .author-name {
    margin-top: 20px;
  }

  .service-title {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .service-paragraph {
    padding-right: 15px;
  }

  .number {
    margin-bottom: 0;
  }

  .projects-grid {
    grid-row-gap: 37px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-link {
    text-align: center;
    margin-top: 15px;
    display: block;
  }

  .powered {
    text-align: left;
    margin: 30px auto 0;
    display: block;
  }

  .footer-social-media {
    justify-content: space-around;
    margin-top: 0;
    margin-right: 20px;
    display: flex;
  }

  .footer {
    margin-top: 15px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .block-faqs-bg {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .block-quote {
    margin: 30px 16px;
  }

  .office-info {
    line-height: 26px;
  }

  .location-link {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .office-link {
    margin-top: 10px;
  }

  .offices-grid {
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .contact-form {
    margin-top: 20px;
  }

  .social-media-horizontal {
    justify-content: space-around;
    margin-top: 0;
    display: flex;
  }

  .colors-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-image {
    z-index: -9999;
    margin-top: -50px;
    position: relative;
  }

  .project-image {
    height: 200px;
  }

  .text-block {
    font-size: 25px;
  }

  .sectiontitleen {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%;
  }

  .section02 {
    padding: 50px 20px;
  }

  .fullcardtitle {
    font-size: 16px;
  }

  .fullcard {
    height: 400px;
    padding: 35px 30px;
  }

  .fullcard._02, .fullcard._01, .fullcard._03, .fullcard._04, .fullcard.ntla, .fullcard.courtfede {
    height: 100%;
    padding: 35px;
  }

  .mainrightimg {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .gray100line {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .flexinnerimgbox {
    width: 100%;
    margin-top: 0;
  }

  .cardwrapper {
    margin-top: 80px;
  }

  .color {
    width: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fullcardwrapper {
    margin-top: 0;
  }

  .pkrblackmobile {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 170%;
    display: block;
  }

  .column {
    margin-top: 30px;
  }

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

  .pkrfullcard {
    line-height: 170%;
  }

  .flexinner {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .pkrblack {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 170%;
    display: block;
  }

  .pkrblack.lone {
    margin-bottom: 24px;
  }

  .about-d {
    margin-top: 49px;
  }

  .flexwrapper {
    flex-direction: column;
  }

  .numtext {
    font-size: 12px;
  }

  .maincta {
    margin-top: 0;
  }

  .maincta.about {
    margin-top: 10px;
  }

  .maincta.p {
    margin-top: 27px;
  }

  .maincta.next {
    margin-top: 10px;
    margin-left: 0;
  }

  .section-hero {
    grid-row-gap: 0px;
    grid-template-rows: 300px 1fr;
    grid-template-columns: minmax(200px, 1fr);
    height: 70vh;
  }

  .block-gradient-hero-3 {
    padding: 20px;
    top: 0;
  }

  .heading-hero {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 40px;
  }

  .button-2.cc-jumbo-button.small {
    margin-right: 0;
  }

  .video {
    background-image: url('../images/GettyImages-615398376-2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

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

  .heading-jumbo.white {
    font-size: 35px;
  }

  .whiteline {
    width: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section04 {
    background-image: linear-gradient(#ffffffeb, #ffffffeb), url('../images/Group-1-12.46.57-PM.png');
    background-position: 0 0, 50% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding: 50px 20px 54px;
  }

  .flexwrapper-2 {
    flex-direction: column-reverse;
  }

  .flexwrapper-2.reverse {
    flex-direction: column;
  }

  .contacttextfield._1 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .contacttextfield._2 {
    width: 100%;
    margin-left: 0;
  }

  .sectiontitleen-2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%;
  }

  .formwrapper01 {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .pkrblack-2 {
    font-size: 14px;
    line-height: 170%;
    display: block;
  }

  .formwrapper02 {
    margin-bottom: 20px;
  }

  .form {
    margin-top: 0;
    padding: 30px;
  }

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

  .absoluteblueback {
    z-index: -1;
    width: 100vw;
  }

  .flexinner66 {
    width: 100%;
  }

  .maincta-2 {
    margin-top: 40px;
  }

  .numtext-2 {
    font-size: 12px;
  }

  .flexinner33 {
    width: 100%;
  }

  .heading.p {
    margin-top: 0;
  }

  .heading.prest {
    margin-top: 19px;
  }

  .text-16.footer-section-headline {
    margin-bottom: 0;
    font-weight: 700;
  }

  ._3-col {
    margin-bottom: 15px;
  }

  .wrap.w50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer3-links-wrapper {
    margin-bottom: 0;
    padding-bottom: 17px;
  }

  .text-block-3 {
    text-align: justify;
  }

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

  .about-grid {
    grid-row-gap: 27px;
  }

  .pract {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image.bruce.mobile {
    max-width: 60%;
  }

  .tax {
    font-size: 14px;
    line-height: 170%;
    display: none;
  }

  .prac {
    padding-bottom: 50px;
  }

  .prac.black-background, .prac.black-background.margin-top-bottom {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .pkrblack-copy, .team-body {
    font-size: 14px;
    line-height: 170%;
    display: none;
  }

  .team-body.l {
    display: block;
  }

  .team-body.l.parac {
    text-align: left;
  }

  .team-body.para {
    display: block;
  }

  .team-body.email-phone {
    display: none;
  }

  .team-body.email-phone.ang {
    text-align: left;
  }

  .list.ste {
    margin-top: 0;
  }

  .dropdown-toggle {
    padding-right: 23px;
  }

  .dropdown {
    text-align: right;
  }

  .icon {
    margin-right: 0;
  }

  .dropdown-link {
    text-align: right;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.blog-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .subpage-title {
    font-size: 30px;
    line-height: 20px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .simple-blog-image-block {
    height: 200px;
    margin-bottom: 11px;
  }

  .simple-blog-image-block.wine, .simple-blog-image-block.ntla, .simple-blog-image-block.court, .simple-blog-image-block.ada1 {
    background-size: cover;
  }

  .section-4 {
    padding: 50px 20px 20px;
  }

  .single-post {
    width: 100%;
  }

  .blog-post-summary {
    margin-bottom: 9px;
    line-height: 21px;
  }

  .blog-post-date {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 20px;
  }

  .blog-post-title-link {
    margin-bottom: 36px;
    font-size: 17px;
  }

  .section-5 {
    padding: 25px;
  }

  .section-5.blog-page-section {
    padding: 0;
  }

  .blog-post-header-overlay {
    padding: 80px 20px 60px;
  }

  .blog-single-post-date {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 13px;
    display: block;
  }

  .subpage-title-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .subpage-title-2.blog-post-title {
    width: 90%;
    font-size: 25px;
    line-height: 35px;
  }

  .blog-post-page-content {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 35px 20px 13px;
    font-size: 14px;
    line-height: 22px;
  }

  .blog {
    font-size: 14px;
    line-height: 170%;
    display: block;
  }

  .press-page, .dis-sec {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .button-small, .tracking-button {
    flex: 1;
    align-self: stretch;
  }

  .fs1 {
    text-align: left;
    margin-top: 16px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 170%;
    display: block;
  }

  .c123 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 170%;
    display: block;
  }

  ._0001 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .link-block-3 {
    margin: 10px 10px 10px -11px;
  }

  .prac-copy {
    padding-bottom: 50px;
  }

  .prac-copy.black-background, .prac-copy.black-background.margin-top-bottom {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .html-embed-6._56.s, .html-embed-6._56.mobil, .html-embed-6.hide-desk.s, .html-embed-6.not.s {
    margin-top: 11px;
  }

  ._0000 {
    margin-top: 50px;
    margin-bottom: 21px;
  }
}

#video.w-node-_93bbb5ea-1b80-f80f-c759-9f59ee47d4f8-34d461b7 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-b19f8e0f-6b41-abac-4300-97123d664b2f-34d461b7 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_5965362d-4fae-3acf-f5ae-36f39cc3c5e6-9cc3c5e3, #w-node-_5965362d-4fae-3acf-f5ae-36f39cc3c5ea-9cc3c5e3, #w-node-_5965362d-4fae-3acf-f5ae-36f39cc3c5ee-9cc3c5e3 {
  place-self: center stretch;
}

#w-node-_57064950-fc4b-77bb-925c-4b4585a0ac11-e0c6dcd0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_57064950-fc4b-77bb-925c-4b4585a0ac21-e0c6dcd0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-66591869 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-66591869 {
  align-self: start;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-12a7a656 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-12a7a656 {
  align-self: start;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-ffc5bb98 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-ffc5bb98 {
  align-self: start;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-0d469ac2 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-0d469ac2 {
  align-self: start;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-85851e1d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-85851e1d {
  align-self: start;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-bb4eca6d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-bb4eca6d {
  align-self: start;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-369e90ac {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-369e90ac {
  align-self: start;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-dcda882e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977b7-dcda882e, #w-node-cc887d9c-9264-dcac-6c42-ce8c0499779f-45465790 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977aa-45465790, #w-node-_980d9c6d-e551-b26f-7357-8f2afdd9d1c9-53ae4026 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_980d9c6d-e551-b26f-7357-8f2afdd9d1d9-53ae4026 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a7f90453-a3bd-0c9a-ce87-fbd35c2ea474-c2f2a605 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a7f90453-a3bd-0c9a-ce87-fbd35c2ea484-c2f2a605, #w-node-_69fc2f45-2aa0-510b-add0-b93c70052637-5ada8a8e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_69fc2f45-2aa0-510b-add0-b93c70052647-5ada8a8e, #w-node-_54d925d5-70ba-dca7-27ad-330e60415a3e-80795007 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_54d925d5-70ba-dca7-27ad-330e60415a4e-80795007 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd8f1561-38ec-af0d-d202-f4ed44d75a70-7c90c3ca, #w-node-f7417db8-8169-0275-ce71-1b8213ae7891-7c90c3ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-88e0fcee {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-88e0fcee {
  align-self: start;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-d2da7b76 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-d2da7b76 {
  align-self: start;
}

#w-node-_57064950-fc4b-77bb-925c-4b4585a0ac11-a3f67d3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_57064950-fc4b-77bb-925c-4b4585a0ac21-a3f67d3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-f589d448 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-f589d448 {
  align-self: start;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-3fa11108 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-3fa11108 {
  align-self: start;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-813609df {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-813609df {
  align-self: start;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-6e5e962f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-6e5e962f {
  align-self: start;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-5177cfcb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-5177cfcb {
  align-self: start;
}

#w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-a3222f3d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3ba42a3e-80f4-245c-a6aa-77aeb99d028a-a3222f3d {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-b19f8e0f-6b41-abac-4300-97123d664b2f-34d461b7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_57064950-fc4b-77bb-925c-4b4585a0ac11-e0c6dcd0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_57064950-fc4b-77bb-925c-4b4585a0ac21-e0c6dcd0, #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-66591869, #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-12a7a656, #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-ffc5bb98, #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-0d469ac2, #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-85851e1d, #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-bb4eca6d, #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-369e90ac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-dcda882e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cc887d9c-9264-dcac-6c42-ce8c049977b7-dcda882e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cc887d9c-9264-dcac-6c42-ce8c0499779f-45465790 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cc887d9c-9264-dcac-6c42-ce8c049977aa-45465790 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_980d9c6d-e551-b26f-7357-8f2afdd9d1c9-53ae4026 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_980d9c6d-e551-b26f-7357-8f2afdd9d1d9-53ae4026 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a7f90453-a3bd-0c9a-ce87-fbd35c2ea474-c2f2a605 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a7f90453-a3bd-0c9a-ce87-fbd35c2ea484-c2f2a605 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_69fc2f45-2aa0-510b-add0-b93c70052637-5ada8a8e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_69fc2f45-2aa0-510b-add0-b93c70052647-5ada8a8e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_54d925d5-70ba-dca7-27ad-330e60415a3e-80795007 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_54d925d5-70ba-dca7-27ad-330e60415a4e-80795007 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f7417db8-8169-0275-ce71-1b8213ae7891-7c90c3ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-88e0fcee, #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-d2da7b76 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_57064950-fc4b-77bb-925c-4b4585a0ac11-a3f67d3e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_57064950-fc4b-77bb-925c-4b4585a0ac21-a3f67d3e, #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-f589d448, #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-3fa11108, #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-813609df, #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-6e5e962f, #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-5177cfcb, #w-node-cc887d9c-9264-dcac-6c42-ce8c049977ac-a3222f3d {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #video.w-node-_93bbb5ea-1b80-f80f-c759-9f59ee47d4f8-34d461b7 {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-b19f8e0f-6b41-abac-4300-97123d664b2f-34d461b7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


