.logo-wrapper {
  display: contents;
}
 
.logo-container {
  gap: var(--dl-space-space-unit);
  width: 100%;
  height: 153px;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  align-items: center;
  flex-direction: row;
  padding-bottom: 16px;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.logo-link {
  display: contents;
}
 
.logo-logo {
  height: 60px;
  object-fit: cover;
  text-decoration: none;
}
 
.logoroot-class-name {
  background-color: #e8e8e7;
}
 
.logoroot-class-name1 {
  background-color: #e8e8e7;
}
 

 

 

 

 
@media(max-width: 479px) {
  .logo-logo {
    height: 40px;
    display: flex;
    align-self: center;
  }
}

.navbar-wrapper {
  display: contents;
}
 
.navbar-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar-navbar-interactive {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  border-radius: var(--dl-radius-radius-inputradius);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  background-color: #ffffff;
}
 
.navbar-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar-links1 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-twounits);
  flex-direction: row;
  justify-content: flex-start;
}
 
.navbar-link11 {
  fill: transparent;
  color: transparent;
  font-size: 18px;
  text-decoration: none;
}
 
.navbar-link21 {
  fill: #e8e8e7;
  color: #e8e8e7;
  font-size: 18px;
  text-decoration: none;
}
 
.navbar-link31 {
  fill: #eb7033;
  color: #eb7033;
  font-size: 18px;
  text-decoration: none;
}
 
.navbar-buttons {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-twounits);
}
 
.navbar-action1 {
  display: flex;
  border-color: #eb7033;
  flex-direction: row;
  text-decoration: none;
  background-color: #eb7033;
}
 
.navbar-text1 {
  font-size: 18px;
  font-family: "Noto Sans";
}
 
.navbar-burger-menu {
  display: none;
}
 
.navbar-icon1 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
 
.navbar-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar-close-menu {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
 
.navbar-icon3 {
  width: 32px;
  height: 32px;
  margin: var(--dl-space-space-unit);
}
 
.navbar-links2 {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  display: grid;
  align-self: center;
  place-items: center;
}
 
.navbar-link12 {
  font-size: 18px;
  text-decoration: none;
}
 
.navbar-link22 {
  font-size: 18px;
  text-decoration: none;
}
 
.navbar-link32 {
  font-size: 18px;
  text-decoration: none;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment13 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text13 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment10 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text10 {
  color: rgb(232, 232, 231);
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment11 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text11 {
  color: rgb(232, 232, 231);
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment12 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text12 {
  color: rgb(232, 232, 231);
  display: inline-block;
}
 
.navbarroot-class-name {
  background-color: #e8e8e7;
}
 
.navbarroot-class-name1 {
  background-color: #e8e8e7;
}
 

 

 

 

 
@media(max-width: 991px) {
  .navbar-navbar-interactive {
    align-items: center;
    justify-content: space-between;
  }
  .navbar-action1 {
    font-family: Noto Sans;
  }
  .navbar-close-menu {
    align-self: center;
  }
  .navbar-icon3 {
    margin: var(--dl-space-space-unit);
  }
  .navbar-links2 {
    align-self: center;
  }
  .about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text13 {
    font-family: Noto Sans;
  }
}
 
@media(max-width: 767px) {
  .navbar-container {
    height: 100hv;
  }
  .navbar-navbar-interactive {
    height: auto;
    align-items: center;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    justify-content: center;
  }
  .navbar-desktop-menu {
    display: none;
  }
  .navbar-burger-menu {
    display: flex;
    align-items: center;
  }
  .navbar-icon1 {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
  }
  .navbar-nav {
    align-items: center;
  }
  .navbar-icon3 {
    width: 32px;
    height: 32px;
    margin: var(--dl-space-space-unit);
  }
  .navbar-links2 {
    align-self: center;
  }
  .navbar-link12 {
    font-size: 18px;
    line-height: 1.5;
  }
  .navbar-link22 {
    font-size: 18px;
    line-height: 1.5;
  }
  .navbar-link32 {
    font-size: 18px;
    line-height: 1.5;
  }
  .navbarroot-class-name {
    height: 100%;
  }
}
 
@media(max-width: 479px) {
  .navbar-navbar-interactive {
    height: auto;
    align-items: center;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: center;
  }
  .navbar-burger-menu {
    align-items: center;
    flex-direction: row;
  }
  .navbar-icon1 {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
  }
  .navbar-mobile-menu {
    height: 100vh;
    padding: var(--dl-space-space-unit);
  }
  .navbar-nav {
    align-items: center;
  }
  .navbar-icon3 {
    margin: var(--dl-space-space-unit);
  }
  .navbar-links2 {
    align-self: center;
  }
}

.about-highlight-wrapper {
  display: contents;
}
 
.about-highlight-blog-post-header3 {
  display: flex;
  position: relative;
  align-items: center;
}
 
.about-highlight-max-width {
  gap: var(--dl-space-space-oneandhalfunits);
  order: -4;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.about-highlight-content {
  display: flex;
  align-self: center;
  flex-direction: column;
}
 
.about-highlight-title {
  fill: #3b3a44;
  color: #3b3a44;
  align-self: center;
}
 
.about-highlight-author-name {
  fill: #3b3a44;
  color: #3b3a44;
  font-size: 32px;
  align-self: center;
  text-align: center;
  font-weight: 200;
}
 
.about-highlight-image {
  width: 50%;
  align-self: center;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-inputradius);
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.about-highlight-share-button {
  border-color: #eb7033;
  margin-right: 43%;
  text-decoration: none;
  background-color: #eb7033;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment15 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text15 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment14 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text14 {
  display: inline-block;
}
 

 
@media(max-width: 991px) {
  .about-highlight-max-width {
    flex-direction: column;
  }
  .about-highlight-image {
    width: 100%;
    height: auto;
  }
  .about-highlight-share-button {
    margin-top: 5%;
    margin-right: 0%;
  }
}
 
@media(max-width: 767px) {
  .about-highlight-content {
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .about-highlight-content {
    align-items: center;
  }
  .about-highlight-title {
    text-align: center;
  }
  .about-highlight-author-name {
    align-self: center;
    text-align: center;
  }
  .about-highlight-share-button {
    margin-right: 0%;
  }
}

.about-intro-wrapper {
  display: contents;
}
 
.about-intro-container1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
 
.about-intro-max-width {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  max-width: var(--dl-size-size-maxwidth);
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
 
.about-intro-row {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  max-width: var(--dl-size-size-maxwidth);
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.about-intro-container2 {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.about-intro-text1 {
  fill: #3b3a44;
  color: #3b3a44;
  align-self: center;
}
 
.about-intro-content {
  gap: 24px;
  width: 616px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.about-intro-text2 {
  fill: #3b3a44;
  color: #3b3a44;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment16 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text16 {
  display: inline-block;
  line-height: 1.5;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text17 {
  font-size: 18px;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text19 {
  font-size: 18px;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text20 {
  font-size: 18px;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment17 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text22 {
  display: inline-block;
}
 
.about-introroot-class-name {
  background-color: #ffffff;
}
 
@media(max-width: 991px) {
  .about-intro-container2 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .about-intro-max-width {
    gap: var(--dl-space-space-twounits);
  }
  .about-intro-content {
    width: auto;
  }
}

.about-body-wrapper {
  display: contents;
}
 
.about-body-container1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.about-body-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.about-body-text1 {
  fill: #3b3a44;
  color: #3b3a44;
  font-size: 18px;
  max-width: var(--dl-size-size-maxwidth);
  font-family: "Noto Sans";
  line-height: 1.5;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment18 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text23 {
  display: inline-block;
  line-height: 1.5;
}

.about-admissions-wrapper {
  display: contents;
}
 
.about-admissions-container10 {
  width: 100%;
  position: relative;
}
 
.about-admissions-max-width {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-self: center;
  align-items: flex-start;
  justify-content: flex-start;
}
 
.about-admissions-container11 {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
}
 
.about-admissions-content {
  flex: 1;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.about-admissions-container12 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: stretch;
  flex-shrink: 0;
  padding-top: var(--dl-space-space-oneandhalfunits);
  border-color: var(--dl-color-theme-neutral-dark);
  border-style: solid;
  border-width: 1px 0;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
 
.about-admissions-text10 {
  font-size: 30px;
}
 
.about-admissions-container13 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
 
.about-admissions-text11 {
  font-size: 30px;
  font-family: "STIX Two Text";
}
 
.about-admissions-text12 {
  font-size: 20px;
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 400;
}
 
.about-admissions-container14 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: stretch;
  flex-shrink: 0;
  padding-top: var(--dl-space-space-oneandhalfunits);
  border-color: var(--dl-color-theme-neutral-dark);
  border-style: solid;
  border-width: 0 0 1px;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
 
.about-admissions-text13 {
  font-size: 30px;
}
 
.about-admissions-container15 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
 
.about-admissions-text14 {
  font-size: 30px;
  font-family: "STIX Two Text";
}
 
.about-admissions-text15 {
  font-size: 20px;
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 400;
}
 
.about-admissions-container16 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: stretch;
  flex-shrink: 0;
  padding-top: var(--dl-space-space-oneandhalfunits);
  border-color: var(--dl-color-theme-neutral-dark);
  border-style: solid;
  border-width: 0 0 1px;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
 
.about-admissions-text16 {
  font-size: 30px;
}
 
.about-admissions-container17 {
  flex: 0 0 auto;
  align-self: stretch;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
 
.about-admissions-text17 {
  font-size: 30px;
  font-family: "STIX Two Text";
}
 
.about-admissions-text18 {
  font-size: 20px;
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 400;
}
 
.about-admissions-container18 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: stretch;
  flex-shrink: 0;
  padding-top: var(--dl-space-space-oneandhalfunits);
  border-color: var(--dl-color-theme-neutral-dark);
  border-style: solid;
  border-width: 0 0 1px;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
 
.about-admissions-text19 {
  font-size: 30px;
}
 
.about-admissions-container19 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
 
.about-admissions-text20 {
  font-size: 30px;
  font-family: "STIX Two Text";
}
 
.about-admissions-text21 {
  font-size: 20px;
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 400;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment25 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text54 {
  display: inline-block;
  font-size: 30px;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment19 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text35 {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment24 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text53 {
  display: inline-block;
  font-size: 30px;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment20 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text41 {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment21 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text42 {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text44 {
  font-style: normal;
  font-weight: 400;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text47 {
  font-style: normal;
  font-weight: 400;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment22 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text51 {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment26 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text55 {
  display: inline-block;
  font-size: 30px;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment23 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text52 {
  display: inline-block;
  font-size: 30px;
}
 
.about-admissionsroot-class-name {
  background-color: #ffffff;
}
 
@media(max-width: 991px) {
  .about-admissions-max-width {
    flex-direction: row;
  }
  .about-admissions-container11 {
    flex-direction: column;
  }
  .about-admissions-container13 {
    flex: 1;
  }
  .about-admissions-container15 {
    flex: 1;
  }
  .about-admissions-container17 {
    flex: 1;
  }
  .about-admissions-container19 {
    flex: 1;
  }
}
 
@media(max-width: 767px) {
  .about-admissions-container13 {
    flex: 1;
  }
}
 
@media(max-width: 479px) {
  .about-admissions-text10 {
    align-self: center;
  }
  .about-admissions-container13 {
    flex: 1;
  }
  .about-admissions-text13 {
    align-self: center;
  }
  .about-admissions-text16 {
    align-self: center;
  }
  .about-admissions-container17 {
    flex: 1;
  }
  .about-admissions-text19 {
    align-self: center;
  }
  .about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text42 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }
}

.contact-wrapper {
  display: contents;
}
 
.contact-container {
  height: 397px;
  display: flex;
  position: relative;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
  flex-direction: column;
}
 
.contact-max-width {
  height: 253px;
  align-self: center;
}
 
.contact-content1 {
  width: 100%;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
 
.contact-content2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-text10 {
  fill: #3b3a44;
  color: #3b3a44;
}
 
.contact-text11 {
  fill: #3b3a44;
  color: #3b3a44;
}
 
.contact-content3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-link1 {
  display: contents;
}
 
.contact-content4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  text-decoration: none;
}
 
.contact-icon1 {
  fill: #eb7033;
}
 
.contact-contact-info1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-text12 {
  fill: #3b3a44;
  color: #3b3a44;
  align-self: flex-start;
  text-align: center;
}
 
.contact-email {
  fill: #3b3a44;
  color: #3b3a44;
}
 
.contact-link2 {
  display: contents;
}
 
.contact-content5 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  text-decoration: none;
}
 
.contact-icon3 {
  fill: #eb7033;
}
 
.contact-contact-info2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-text13 {
  fill: #3b3a44;
  color: #3b3a44;
  align-self: flex-start;
  text-align: center;
}
 
.contact-text14 {
  fill: #3b3a44;
  color: #3b3a44;
}
 
.contact-content6 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.contact-icon5 {
  fill: #eb7033;
}
 
.contact-contact-info3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-text15 {
  fill: #3b3a44;
  color: #3b3a44;
  align-self: flex-start;
  text-align: center;
}
 
.contact-address1 {
  fill: #3b3a44;
  color: #3b3a44;
}
 
.contact-address2 {
  fill: #3b3a44;
  color: #3b3a44;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment27 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text56 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment28 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text57 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment29 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text58 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment32 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text61 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment31 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text60 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment30 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text59 {
  display: inline-block;
}
 
.contactroot-class-name {
  background-color: #e8e8e7;
}
 
.contactroot-class-name1 {
  background-color: #e8e8e7;
}
 

 

 

 

 
@media(max-width: 991px) {
  .contact-content1 {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
 
@media(max-width: 767px) {
  .contact-container {
    height: 542px;
  }
  .contact-content1 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: row;
  }
  .contact-content4 {
    flex-direction: column;
  }
  .contact-text12 {
    align-self: center;
  }
  .contact-email {
    align-self: center;
  }
  .contact-content5 {
    flex-direction: column;
  }
  .contact-text13 {
    align-self: center;
  }
  .contact-text14 {
    align-self: center;
  }
  .contact-content6 {
    flex-direction: column;
  }
  .contact-text15 {
    align-self: center;
  }
  .contact-address1 {
    align-self: center;
  }
  .contact-address2 {
    align-self: center;
  }
}
 
@media(max-width: 479px) {
  .contact-container {
    height: 508px;
  }
  .contact-content4 {
    align-self: center;
    align-items: center;
    flex-direction: column;
  }
  .contact-contact-info1 {
    flex: 1;
    align-items: center;
  }
  .contact-text12 {
    align-self: center;
  }
  .contact-email {
    align-self: center;
  }
  .contact-content5 {
    align-items: center;
    flex-direction: column;
  }
  .contact-text13 {
    align-self: center;
  }
  .contact-text14 {
    align-self: center;
  }
  .contact-content6 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .contact-text15 {
    align-self: center;
  }
  .contact-address1 {
    align-self: center;
  }
  .contact-address2 {
    align-self: center;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-footer7 {
  width: 100%;
  height: 283px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
  flex-direction: column;
  justify-content: center;
}
 
.footer-max-width {
  gap: var(--dl-space-space-threeunits);
  height: 298px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.footer-content {
  gap: var(--dl-space-space-twounits);
  height: 98px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer-link1 {
  display: contents;
}
 
.footer-image {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
 
.footer-links {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
}
 
.footer-text1 {
  fill: #3b3a44;
  color: #3b3a44;
  text-decoration: none;
}
 
.footer-navlink {
  fill: #3b3a44;
  color: #3b3a44;
  text-decoration: none;
}
 
.footer-link2 {
  fill: #3b3a44;
  color: #3b3a44;
  text-decoration: none;
}
 
.footer-credits {
  gap: var(--dl-space-space-twounits);
  height: 109px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.footer-divider {
  background-color: #3b3a44;
}
 
.footer-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.footer-container {
  display: flex;
  align-items: flex-start;
}
 
.footer-text2 {
  color: #3b3a44;
}
 
.footer-footer-links {
  gap: 24px;
  display: flex;
  align-items: flex-start;
}
 
.footer-text3 {
  fill: #3b3a44;
  color: #3b3a44;
  text-decoration: none;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment34 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text63 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment35 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text64 {
  color: rgb(59, 58, 68);
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment36 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text65 {
  color: rgb(59, 58, 68);
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment33 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text62 {
  color: rgb(59, 58, 68);
  display: inline-block;
}
 

 

 

 

 

 
@media(max-width: 767px) {
  .footer-footer7 {
    height: 308px;
  }
  .footer-row {
    gap: var(--dl-space-space-oneandhalfunits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .footer-footer7 {
    height: 254px;
  }
  .footer-max-width {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .footer-content {
    justify-content: flex-end;
  }
  .footer-links {
    align-self: flex-start;
    flex-direction: row;
  }
  .footer-footer-links {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment10 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text10 {
  color: rgb(232, 232, 231);
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment11 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text11 {
  color: rgb(232, 232, 231);
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment12 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text12 {
  color: rgb(232, 232, 231);
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment13 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text13 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment14 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text14 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment15 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text15 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment16 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text16 {
  display: inline-block;
  line-height: 1.5;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text17 {
  font-size: 18px;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text19 {
  font-size: 18px;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text20 {
  font-size: 18px;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment17 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text22 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment18 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text23 {
  display: inline-block;
  line-height: 1.5;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment19 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text35 {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment20 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text41 {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment21 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text42 {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text44 {
  font-style: normal;
  font-weight: 400;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text47 {
  font-style: normal;
  font-weight: 400;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment22 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text51 {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment23 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text52 {
  display: inline-block;
  font-size: 30px;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment24 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text53 {
  display: inline-block;
  font-size: 30px;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment25 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text54 {
  display: inline-block;
  font-size: 30px;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment26 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text55 {
  display: inline-block;
  font-size: 30px;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment27 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text56 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment28 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text57 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment29 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text58 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment30 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text59 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment31 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text60 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment32 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text61 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment33 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text62 {
  color: rgb(59, 58, 68);
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment34 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text63 {
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment35 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text64 {
  color: rgb(59, 58, 68);
  display: inline-block;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-fragment36 {
  display: contents;
}
 
.about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text65 {
  color: rgb(59, 58, 68);
  display: inline-block;
}
 
@media(max-width: 991px) {
  .about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text13 {
    font-family: Noto Sans;
  }
}
 
@media(max-width: 479px) {
  .about-neal-o-alnajran-founder-ip-attorney-at-portland-ipllc-text42 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }
}
