@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.woff2') format('woff2'),
       url('../fonts/Avenir.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium.woff2') format('woff2'),
       url('../fonts/Avenir-Medium.woff') format('woff');
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy.woff2') format('woff2'),
       url('../fonts/Avenir-Heavy.woff') format('woff');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #103851;
  --accent: #d3af37;
  --white: #ffffff;
  --black: #000000;
  --soft-bg: #f4f3f0;
  --body-font: "Avenir", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --split-align-x: 49.5vw;
  --line-pattern-size: 320px auto;
}

* {
  box-sizing: border-box;
}

html {
  font-family: var(--body-font);
}

body {
  margin: 0;
  color: var(--black);
  font-family: var(--body-font);
  font-size: 15px;
  line-height: 1.65;
  background: var(--white);
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font-family: var(--body-font);
}

.wp-site-blocks,
.entry-content,
.entry-content *,
.gform_wrapper,
.gform_wrapper * {
  font-family: var(--body-font);
}

a {
  text-decoration: none;
}

p {
  margin: 0 0 26px;
}

h1,
h2,
h3 {
  font-family: var(--body-font);
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  /* font-size: 48px; */
  font-size:40px;
  line-height: 55px;
  text-align: center;
}

h2 {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 49px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
}

.page-container {
  max-width: 1180px;
}

.btn {
  min-width: 210px;
  border-radius: 0;
  border: 0;
  padding: 15px 28px;
  font-size: 16px;
  line-height: 1;
}

.btn-primary-custom {
  color: var(--white);
  background: var(--primary);
}

.btn-primary-custom:hover,
.btn-primary-custom:focus {
  color: var(--white);
  background: var(--accent);
}

.btn-accent-custom {
  color: var(--white);
  background: var(--accent);
}

.btn-accent-custom:hover,
.btn-accent-custom:focus {
  color: var(--white);
  background: var(--primary);
}

.subtle-lines {
  background-image: url("../images/Layer_1.png");
  background-repeat: no-repeat;
  background-position: var(--line-pattern-x, 49.5vw) top;
  background-size: var(--line-pattern-size);
}

.site-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 20px 0 18px;
  background: var(--soft-bg);
}

.home .site-header {
  position: absolute;
  padding-top: 16px;
  padding-bottom: 16px;
  background: transparent;
}

.site-header .page-container {
  position: relative;
  align-items: flex-start;
  max-width: 1224px;
  min-height: 128px;
}

.home .site-header .page-container {
  min-height: 122px;
}

.navbar-brand img {
  width: 350px;
  height: 117px;
  object-fit: contain;
  object-position: left;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.home .navbar-dark .navbar-nav .nav-link {
  color: var(--white);
}

.navbar-dark .navbar-nav > .menu-item > .nav-link {
  position: relative;
}

.navbar-dark .navbar-nav > .menu-item > .nav-link::after {
  position: absolute;
  right: .5rem;
  bottom: .18rem;
  left: .5rem;
  height: 2px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity .18s ease, transform .18s ease;
}

.navbar-dark .navbar-nav > .menu-item > .nav-link:hover::after,
.navbar-dark .navbar-nav > .menu-item > .nav-link:focus::after {
  opacity: 1;
  transform: scaleX(1);
}

.navbar-nav .menu-item {
  position: relative;
}

.navbar-nav .menu-item-has-children::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 18px;
  content: "";
}

.navbar-nav .sub-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 18px);
  left: 50%;
  display: grid;
  width: 260px;
  margin: 0;
  padding: 17px 40px 22px;
  list-style: none;
  background: var(--primary);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.navbar-nav .menu-item:hover > .sub-menu,
.navbar-nav .menu-item:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.navbar-nav .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, .72);
}

.navbar-nav .sub-menu li:last-child {
  border-bottom: 0;
}

.navbar-dark .navbar-nav .sub-menu .nav-link {
  display: block;
  padding: 13px 0 12px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: none;
}

.navbar-dark .navbar-nav .sub-menu .nav-link:hover,
.navbar-dark .navbar-nav .sub-menu .nav-link:focus {
  color: var(--accent);
}

.mail-link {
  color: var(--accent);
  font-size: 20px;
}

.mail-link img {
  width: 23px;
  height: 17px;
}

.header-email {
  display: flex;
  align-items: flex-start;
  position: relative;
  top: 22px;
  right: 20px;
}

.hero-section {
  position: relative;
  min-height: 756px;
  overflow: hidden;
  color: var(--white);
  display: flex;
  align-items: center;
      flex-wrap: wrap;
}

.hero-image {
  position: absolute;
  inset: 0;
  background: var(--primary);
}

.hero-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .0));
    height: 25%;

}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  /* min-height: 756px;  */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 118px;
  width: 650px;
  background-color: #103851a1;
  padding: 80px 50px 24px;
  
}

.hero-icon-link svg {
    width: 48px;
    height: 48px;
    display: block;
}

.hero-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hero-icon-link svg path{
  stroke:#fff;
}


.hero-content h1{
text-align: left;
font-weight: 500;
}

.hero-counter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  align-items: center;
  justify-items: stretch;
}

.hero-counter-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  text-align: center;
}

.hero-counter-number {
  color: var(--white);
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  font-variant-numeric: tabular-nums;
}

.hero-counter-label {
  margin-top: 8px;
  color: var(--white);
  font-size: 15px;
  line-height: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600;
}

@media (min-width: 1801px) {
  .hero-section {
    min-height: 100vh;
  }

}
.hero-content .btn {
  margin-top: 52px;
}

.intro-section {
  --line-pattern-x: var(--split-align-x);
  position: relative;
  isolation: isolate;
  padding: 82px 0 84px;
}

.home .intro-section::after,
.home .overview-copy-section::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #f5f5f561;
  content: "";
}

.home .intro-section > *,
.home .overview-copy-section > * {
  position: relative;
  z-index: 1;
}

.intro-section .col-lg-5:first-child {
  padding-left: 16px;
}

.intro-section .col-lg-5:first-child > p:first-of-type {
  font-size: 20px;
  font-weight: 400;
}

.opportunity-list {
  display: grid;
  gap: 14px;
  padding-top: 3px;
}

.leadership-mobile-cta {
  display: none;
}

.opportunity-card {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  padding: 21px 23px 21px 64px;
  color: var(--black);
  font-family: "Avenir";
  background: var(--white);
  box-shadow: 0 5px 18px rgba(0, 0, 0, .16);
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  transition: color 260ms ease, background-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.opportunity-card:hover,
.opportunity-card:focus {
  color: var(--white);
  background: var(--primary);
}

.opportunity-card:hover i,
.opportunity-card:focus i {
  border-color: var(--accent);
  background: var(--accent);
}

.opportunity-card:hover i img,
.opportunity-card:focus i img {
  filter: brightness(0) invert(1);
}

.opportunity-card i,
.circle-link {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-size: 28px;
  font-style: normal;
  line-height: 1;
  transition: border-color 260ms ease, background-color 260ms ease, transform 260ms ease;
}

.opportunity-card i img,
.circle-link img,
.footer-contact span img {
  width: 9px;
  height: 15px;
  transition: filter 260ms ease, transform 260ms ease;
}

.overview-band {
  position: relative;
  background: var(--primary);
  overflow: hidden;
}

.overview-band .page-container {
  min-height: 453px;
}

.overview-band .row {
  min-height: 453px;
}

.section-kicker {
  margin-bottom: 43px;
  color: var(--white);
  font-size: 18px;
  line-height: 26px;
}

.overview-building {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50vw + 48px);
  height: 453px;
  max-width: 768px;
  object-fit: cover;
  object-position: center top;
  margin: 0;
}

.overview-copy {
  padding-top: 61px;
  padding-bottom: 76px;
}

.overview-copy-section {
  --line-pattern-x: var(--split-align-x);
  position: relative;
  isolation: isolate;
}

.overview-copy .btn {
  margin-top: 47px;
}

.overview-animated-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.overview-animated-btn::after {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 0;
  width: 55%;
  height: 100%;
  content: "";
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .42) 50%, transparent 100%);
  transform: skewX(-18deg);
}

.overview-animated-btn:hover,
.overview-animated-btn:focus {
  color: var(--white);
  background: var(--accent);
  box-shadow: 0 14px 30px rgba(16, 56, 81, .28);
  transform: translateY(-4px) scale(1.12);
}

.focus-section {
  padding: 72px 0 92px;
}

.focus-section h2 {
  margin-bottom: 80px;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 42px;
}

.focus-item {
  display: grid;
  position: relative;
  grid-template-rows: 86px 74px minmax(80px, auto) auto;
  row-gap: 27px;
  min-height: 298px;
  padding-bottom: 50px;
}

.focus-item h3 {
  order: 1;
  grid-row: 1;
  display: -webkit-box;
  height: 86px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 0;
}

.focus-icon-row {
  order: 2;
  grid-row: 2;
  display: flex;
  height: 74px;
  align-items: flex-start;
}

.focus-item .line-icon {
  flex: 0 0 74px;
  margin-bottom: 0;
  background-position: left top;
  background-size: 74px 74px;
}

.focus-item p {
  order: 3;
  grid-row: 3;
  margin-bottom: 0;
}

.focus-item .circle-link {
  order: 4;
  grid-row: 4;
  position: absolute;
  bottom: 0;
}

.focus-item .circle-link:hover,
.focus-item .circle-link:focus {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: 0 10px 24px rgba(211, 175, 55, .35);
  transform: translateY(-4px) scale(1.14);
}

.focus-item .circle-link:hover img,
.focus-item .circle-link:focus img {
  filter: brightness(0) invert(1);
  transform: translateX(3px);
}

.line-icon {
  width: 74px;
  height: 74px;
  color: var(--accent);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-core,
.icon-hand {
  background-image: url("../images/Stabilized%20Core%20Assets.svg");
}

.icon-building {
  background-image: url("../images/Value-Add%20.svg");
}

.icon-plan {
  background-image: url("../images/Operational%20Repositioning.svg");
}

.icon-map {
  background-image: url("../images/Nationwide%20Opportunities.svg");
}

.execution-section {
  padding: 90px 0 94px;
  background: var(--primary);
}

.execution-section h2 {
  margin-bottom: 42px;
  color: #F4F3EE;
}

.execution-section p {
  color: #F4F3EE;
}

.selected-section {
  padding: 88px 0 93px;
}

.selected-section h2 {
  margin-bottom: 70px;
}

.investment-row {
  margin-bottom: 70px;
}

.investment-card {
  position: relative;
  height: 471px;
  overflow: hidden;
  color: var(--white);
}

.investment-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: var(--primary);
  opacity: 0;
  transition: opacity 320ms ease;
}

.investment-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(3, 41, 47, .82) 100%);
  transition: opacity 320ms ease;
}

.investment-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 320ms ease;
}

.selected-section .investment-row > [class*="col-"]:hover .investment-card::before,
.selected-section .investment-row > [class*="col-"]:focus-within .investment-card::before,
.about-investments .investment-row > [class*="col-"]:hover .investment-card::before,
.about-investments .investment-row > [class*="col-"]:focus-within .investment-card::before {
  opacity: .94;
}

.selected-section .investment-row > [class*="col-"]:hover .investment-card::after,
.selected-section .investment-row > [class*="col-"]:focus-within .investment-card::after,
.about-investments .investment-row > [class*="col-"]:hover .investment-card::after,
.about-investments .investment-row > [class*="col-"]:focus-within .investment-card::after {
  opacity: 0;
}

.selected-section .investment-row > [class*="col-"]:hover .investment-card img,
.selected-section .investment-row > [class*="col-"]:focus-within .investment-card img,
.about-investments .investment-row > [class*="col-"]:hover .investment-card img,
.about-investments .investment-row > [class*="col-"]:focus-within .investment-card img {
  transform: scale(1.05);
  filter: saturate(.45) contrast(.9);
}

.selected-section .investment-row > [class*="col-"]:hover .investment-card::before,
.selected-section .investment-row > [class*="col-"]:focus-within .investment-card::before,
.about-investments .investment-row > [class*="col-"]:hover .investment-card::before,
.about-investments .investment-row > [class*="col-"]:focus-within .investment-card::before {
  opacity: .45;
}

.selected-section .investment-row > [class*="col-"]:hover .investment-card img,
.selected-section .investment-row > [class*="col-"]:focus-within .investment-card img,
.about-investments .investment-row > [class*="col-"]:hover .investment-card img,
.about-investments .investment-row > [class*="col-"]:focus-within .investment-card img {
  filter: saturate(.8) contrast(.98);
}

.investment-copy {
  position: absolute;
  right: 43px;
  bottom: 37px;
  left: 43px;
  z-index: 2;
  color: var(--white);
  transition: transform 320ms ease;
}

.selected-section .investment-row > [class*="col-"]:hover .investment-copy,
.selected-section .investment-row > [class*="col-"]:focus-within .investment-copy,
.about-investments .investment-row > [class*="col-"]:hover .investment-copy,
.about-investments .investment-row > [class*="col-"]:focus-within .investment-copy {
  transform: translateY(-8px);
}

.investment-copy h3 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 24px;
  line-height: 30px;
}

.investment-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}

.selected-section .investment-copy p {
  color: #F4F3EE;
  font-weight: 500;
}

.selected-section .investment-copy h3,
.selected-section .investment-copy p strong {
  color: #F4F3EE;
}

.investment-row .circle-link {
  margin-top: 12px;
}

.acquire-section {
  background: var(--soft-bg);
}

.content-narrow {
  width: min(100% - 70px, 480px);
}

.acquire-intro,
.acquire-points {
  display: flex;
  min-height: 520px;
  align-items: center;
}

.acquire-intro {
  justify-content: flex-end;
  padding-right: 72px;
}

.acquire-points {
  padding-left: 100px;
  color: var(--white);
  background: var(--primary);
}

.criteria-item {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.criteria-item span {
  display: inline-flex;
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary);
  background: var(--accent);
  font-size: 25px;
}

.criteria-item p {
  margin: 0;
  color: #F4F3EE;
  font-size: 16px;
  line-height: 25px;
  width:350px;
}

.criteria-item strong {
  font-size: 22px;
  line-height: 30px;
}

.contact-section {
  display: flex;
  min-height: 525px;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url("../images/contact-bg.jpg") center / cover no-repeat;
}

.contact-form {
  width: min(100%, 470px);
  margin: 0 auto;
  text-align: center;
}

.contact-form h2 {
  margin-bottom: 25px;
  color: #F4F3EE;
  font-size: 24px;
  line-height: 32px;
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 0;
  border-radius: 0;
  padding: 13px 17px;
  color: var(--black);
  background: rgba(255, 255, 255, .92);
  font: inherit;
  border-radius: 0 !important;
  border: 0 !important;
  text-align: left;
  color: #8D8B8B !important;
}

.contact-form textarea {
  height: 110px;
  resize: vertical;
}

.contact-form .btn {
  min-width: 160px;
  margin-top: 8px;
}

.situations-section {
  padding: 91px 0 0;
}

.situations-section .row {
  --bs-gutter-x: 36px;
  align-items: stretch !important;
}

.situations-section .col-lg-5 {
  display: flex;
  flex-direction: column;
}

.gold-building {
  display: block;
  width: 292px;
  margin-top: auto;
  padding-top: 54px;
}

.situation-list {
  margin: 16px 0 53px;
  padding: 0;
  list-style: none;
}

.situation-list li {
  border-bottom: 1px solid rgba(211, 175, 55, .55);
  padding: 0 0 18px;
  margin-bottom: 22px;
  font-weight: 700;
}

.site-footer {
  min-height: 400px;
  padding: 78px 0 30px;
  background: var(--primary);
}

.footer-main {
  align-items: flex-start;
}

.footer-logo {
  width: 292px;
  height: 190px;
  object-fit: contain;
  object-position: center;
}

.footer-logo-link {
  display: inline-block;
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 74px;
  padding-left: 74px;
}

.footer-nav li,
.footer-nav a,
.footer-contact a {
  color: var(--white);
  font-size: 15px;
  line-height: 31px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: 74px;
  color: var(--white);
  font-size: 15px;
  line-height: 31px;
}

.social-links .social-links-label {
  color: var(--white);
}

.social-links img {
  width: 18px;
  height: 18px;
  display: block;
}

.footer-contact {
  display: grid;
  gap: 39px;
  justify-content: end;
  padding-top: 71px;
}

.footer-contact a {
  position: relative;
  display: block;
  min-width: 302px;
  padding-right: 76px;
  color: var(--accent);
  text-align: right;
}

.footer-contact strong {
  color: var(--white);
  font-size: 17px;
  font-weight: 800;
}

.footer-contact span {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  line-height: 1;
}

.copyright {
  margin: 74px 0 0;
  text-align: center;
  color: var(--white);
  font-size: 13px;
  letter-spacing: 1.8px;
}

.copyright-brand {
  white-space: nowrap;
}

.archive-focus {
  padding-top: 150px;
}

.archive-focus h1,
.selected-section h1 {
  margin-bottom: 60px;
  color: var(--primary);
}

.investment-copy a {
  color: var(--white);
}

.single-entry {
  max-width: 860px;
  margin: 0 auto;
}

.single-featured-image {
  margin: 30px 0;
}

.single-featured-image img {
  width: 100%;
  height: auto;
}

.entry-content {
  margin-bottom: 36px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.project-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 32px 0;
  border-top: 1px solid rgba(211, 175, 55, .55);
  border-bottom: 1px solid rgba(211, 175, 55, .55);
  padding: 24px 0 0;
}

.project-meta strong {
  color: var(--primary);
}

.gravity-form-wrap .gform_wrapper.gravity-theme,
.gravity-form-wrap .gform_wrapper.gravity-theme form,
.gravity-form-wrap .gform_wrapper.gravity-theme .gform_body {
  margin: 0;
  padding: 0;
}

.gravity-form-wrap .gform_wrapper.gravity-theme .gform_fields {
  display: grid;
  grid-row-gap: 10px;
  row-gap: 10px;
  grid-column-gap: 0;
}

.gravity-form-wrap .gform-theme--foundation .gform_fields {
  -moz-column-gap: var(--gf-form-gap-x);
  column-gap: var(--gf-form-gap-x);
  row-gap: 11px;
}

.gravity-form-wrap .gform_wrapper.gravity-theme .gfield {
  position: relative;
}

.gravity-form-wrap .gform_wrapper.gravity-theme .gfield_label,
.gravity-form-wrap .gform_required_legend,
.gravity-form-wrap .gform_validation_errors {
  display: none;
}

.gform-theme--framework .gform_validation_errors {
  display: block;
  background-color: #fff !important;
  padding: 10px 5px !important;
  text-align: left;
  font-size: 16px;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
  margin-bottom: 0;
}

.validation_message {
  text-align: left !important;
}

.gravity-form-wrap .gform_wrapper.gravity-theme input[type="text"],
.gravity-form-wrap .gform_wrapper.gravity-theme input[type="email"],
.gravity-form-wrap .gform_wrapper.gravity-theme input[type="tel"],
.gravity-form-wrap .gform_wrapper.gravity-theme textarea {
  display: block;
  width: 100%;
  min-height: 49px;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 13px 20px;
  color: #8D8B8B;
  background: rgba(255, 255, 255, .94);
  font: inherit;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
  box-shadow: none;
}

.gravity-form-wrap .gform_wrapper.gravity-theme input::placeholder,
.gravity-form-wrap .gform_wrapper.gravity-theme textarea::placeholder {
  color: rgba(0, 0, 0, .55);
  opacity: 1;
}

.gravity-form-wrap .gform_wrapper.gravity-theme textarea {
  height: 112px;
  min-block-size: 112px;
  resize: vertical;
}

.contact-section .gravity-form-wrap .gform-theme--foundation .gfield textarea.medium {
  min-block-size: 7rem;
}

.gravity-form-wrap .gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 0;
  padding: 0;
}

.contact-section .gravity-form-wrap .gform-theme--foundation .gform_footer,
.contact-section .gravity-form-wrap .gform-theme--foundation .gform_page_footer {
  margin-block-start: var(--gf-form-footer-margin-y-start);
  justify-content: end;
}

.gravity-form-wrap .gform_wrapper.gravity-theme .gform_button {
  width: 180px;
  min-width: 180px;
  min-height: 51px;
  border: 0;
  border-radius: 0;
  padding: 16px 24px;
  color: var(--white);
  background: var(--accent);
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  box-shadow: none;
}

.gravity-form-wrap .gform_wrapper.gravity-theme .gform_button:hover,
.gravity-form-wrap .gform_wrapper.gravity-theme .gform_button:focus {
  color: var(--white);
  background: var(--primary);
}

.contact-section .gravity-form-wrap input[type=submit] {
  background-color: #D3AF37 !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 16px 25px !important;
}

.gravity-form-wrap .gform_wrapper.gravity-theme .gform_ajax_spinner {
  margin-left: 12px;
  align-self: center;
}

.gravity-form-wrap .gform_wrapper.gravity-theme .gfield_validation_message {
  border: 0;
  padding: 4px 0 0;
  color: #fff;
  background: transparent;
  text-align: left;
}

.gravity-form-wrap .gform_confirmation_message,
.gravity-form-notice {
  color: var(--white);
}

.site-header .navbar-collapse {
  top: 54px;
}

.page-template-page-about .hero-section {
  margin-top: 0;
}

.about-hero {
  position: relative;
  min-height: 608px;
  overflow: visible;
  background: var(--soft-bg);
}

.about-hero-copy {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  width: 49.85%;
  align-items: center;
  background: var(--primary);
  color: var(--white);
}

.about-hero-inner {
  width: min(100% - 80px, 510px);
  margin-left: max(40px, calc((100vw - 1180px) / 2));
  padding-bottom: 94px;
}

.about-kicker {
  display: inline-block;
  margin-left: 1px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .9);
  padding-bottom: 10px;
  color: var(--white);
  font-family: Baskervville;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.about-hero-inner p:last-child {
  max-width: 500px;
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.about-hero-gallery {
  position: absolute;
  top: 0;
  right: 0;
  left: 49.85%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  min-height: 0;
  height: 100%;
}

.about-hero-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-gallery img:nth-child(1) {
  height: 646px;
  object-position: 50% 50%;
}

.about-hero-gallery img:nth-child(2) {
  height: 718px;
  object-position: 52% 50%;
}

.about-hero-gallery img:nth-child(3) {
  height: 668px;
  object-position: 55% 50%;
}

.about-hero-title {
  position: absolute;
  z-index: 3;
  left: 10.8%;
  right: 6%;
  bottom: 80px;
  width: auto;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.95vw, 100px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-intro {
  padding: 82px 0 128px;
}

.about-intro p {
  font-size: 17px;
  line-height: 28px;
}

.about-intro .btn {
  margin-top: 0px;
  background: var(--accent);
}
.intro-content2{
  margin-top:130px;
  text-align: left;
}
.text-lg-center{
  text-align: left !important;
}

.about-blue {
  position: relative;
  padding: 91px 0 121px;
  background: var(--primary);
}

.about-blue p {
  color: var(--white);
  font-size: 16px;
  line-height: 27px;
}

.about-blue-emblem {
  position: absolute;
  left: 50%;
  bottom: -110px;
  z-index: 2;
  width: 139px;
  height: auto;
  transform: translateX(-50%) !important;
  background: white;
  border-radius: 71px;
}

.about-wide-image {
  height: 465px;
  overflow: hidden;
}

.about-wide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-leadership {
  padding: 88px 0 110px;
  background: var(--white);
}

.about-leadership h2 {
  margin-bottom: 80px;
}

.leader-card {
  min-height: 500px;
  padding: 48px 64px 56px;
  background: #f3f3f3;
}

.leader-head {
  /* display: grid; */
  grid-template-columns: 213px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 0px;
  display: flex;
}

.leader-photo {
  display: flex;
  width: 192px;
  height: 192px;
  align-items: center;
  justify-content: center;
  background: #d8d6d6;
  color: #d80000;
  font-size: 42px;
  font-weight: 700;
  transform: rotate(-38deg);
}

.leader-photo-img {
  display: block;
  width: 192px;
  height: 226px;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 20px;
}

.leader-head h3 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 900 !important;
  line-height: 34px;
}

.leader-head p,
.leader-card p {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 27px;
}

.about-leadership .btn {
  margin-top: 76px;
}

.about-investments {
  padding: 0 0 102px;
  background: var(--soft-bg);
}

.about-investments .investment-row {
  margin-bottom: 78px;
}

.contact-hero {
  display: flex;
  min-height: 495px;
  align-items: flex-start;
  padding-top: 109px;
  background: linear-gradient(rgba(7, 26, 39, .22), rgba(7, 26, 39, .22)), url("../images/contact-banner.jpg") center center / cover no-repeat;
      background-position: center center !important;
    background-size: cover !important;
}

.contact-kicker {
  display: inline-block;
  margin-left: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, .9);
  padding-bottom: 10px;
  color: var(--white);
  font-family: Baskervville;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.contact-opportunities {
  position: relative;
  background: var(--primary);
  color: var(--white);
  overflow: visible;
}

.contact-opportunities .row {
  position: relative;
  z-index: 1;
  min-height: 280px;
  align-items: center !important;
}

.contact-opportunities h1 {
  max-width: 410px;
  margin: 0;
  color: var(--white);
  font-size: 38px;
  line-height: 45px;
  text-align: left;
}

.contact-opportunity-copy {
  padding: 0 0 0 50px;
}

.contact-opportunity-copy p {
  max-width: 480px;
  margin: 0;
  color: var(--white);
  font-size: 20px;
  line-height: 31px;
}

.contact-info-band {
  position: relative;
  padding: 83px 0 94px;
  background-color: #f5f5f580;
  background-image: none;
  overflow: hidden;
}

.contact-info-mark {
  position: absolute;
  right: 29%;
  bottom: -72px;
  width: 400px;
  height: auto;
  opacity: .95;
}

.contact-opportunities .contact-info-mark {
  bottom: auto;
  top: 0;
  z-index: 0;
  height: 100%;
}

.contact-info-panel {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.contact-info-panel p {
  margin-bottom: 42px;
  font-size: 20px;
  line-height: 31px;
}

.contact-info-panel h2 {
  margin-bottom: 22px;
  font-size: 32px;
  line-height: 40px;
}

.contact-email-card {
  display: inline-flex;
  min-width: 348px;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  padding: 18px 32px;
  color: var(--black);
  background: var(--white);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
  font-size: 20px;
  line-height: 1.2;
}

.contact-acquisitions {
  padding: 64px 0 0;
  background: var(--white);
}

.contact-building-mark {
  position: relative;
  z-index: 50;
  display: block;
  width: 309px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -150px;
}

.contact-acquisitions h2 {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 36px;
}

.contact-acquisitions p {
  max-width: 460px;
  font-size: 20px;
  line-height: 34px;
}

.contact-page-form {
  min-height: 600px;
  align-items: flex-start;
  margin-top: -1px;
  padding-top: 148px;
  background-image: linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url("../images/conatct-form-bg.jpg");
  background-position: center 58%;
}

.contact-page-form .contact-form {
  width: min(100%, 470px);
}

.thank-you-hero {
  display: flex;
  min-height: 640px;
  align-items: center;
  padding: 88px 0 104px;
  background: linear-gradient(rgba(7, 26, 39, .72), rgba(7, 26, 39, .72)), url("../images/contact-banner.jpg") center center / cover no-repeat;
}

.thank-you-panel {
  max-width: 760px;
  margin: 0 auto;
  color: var(--white);
  text-align: center;
}

.thank-you-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 58px 64px 64px;
  background: rgba(16, 56, 81, .82);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .24);
}

.thank-you-mark {
  position: relative;
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 2px solid var(--accent);
  border-radius: 50%;
}

.thank-you-mark::after {
  width: 18px;
  height: 32px;
  border-right: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
  content: "";
  transform: rotate(45deg) translate(-2px, -3px);
}

.thank-you-panel .contact-kicker {
  margin-bottom: 30px;
}

.thank-you-panel h1 {
  max-width: 650px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: 48px;
  line-height: 56px;
  text-align: center;
}

.thank-you-panel p {
  max-width: 620px;
  margin: 0 auto 18px;
  color: #F4F3EE;
  font-size: 20px;
  line-height: 31px;
}

.thank-you-email {
  display: inline-block;
  margin-top: 8px;
  color: var(--accent);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.thank-you-email:hover,
.thank-you-email:focus {
  color: var(--white);
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
}

.error-404-hero {
  display: flex;
  min-height: 100vh;
  align-items: center;
  padding: 86px 0 98px;
  background: linear-gradient(rgba(7, 26, 39, .7), rgba(7, 26, 39, .7)), url("../images/casestudies-banner.png") center center / cover no-repeat;
}

.error-404-panel {
  max-width: 720px;
  color: var(--white);
  text-align: left;
}

.error-404-panel .contact-kicker {
  margin-bottom: 42px;
  letter-spacing: 8px;
  font-size: 52px;
  line-height: 1;
}

.error-404-panel h1 {
  max-width: 680px;
  margin-bottom: 28px;
  color: var(--white);
  font-size: 48px;
  line-height: 56px;
  text-align: left;
}

.error-404-panel p {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--white);
  font-size: 20px;
  line-height: 31px;
}

.error-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px;
}

.error-404-links {
  padding: 78px 0 92px;
  background: var(--soft-bg);
}

.error-404-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.error-404-link-grid a {
  display: block;
  min-height: 168px;
  border-left: 4px solid var(--accent);
  padding: 28px 30px;
  color: var(--black);
  background: var(--white);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .06);
}

.error-404-link-grid a:hover,
.error-404-link-grid a:focus {
  color: var(--white);
  background: var(--primary);
}

.error-404-link-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.error-404-link-grid strong {
  display: block;
  max-width: 260px;
  font-size: 24px;
  line-height: 31px;
}

.about-contact {
  background-image: linear-gradient(rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url("../images/form-bg.jpg");
}

.case-studies-hero {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 493px;
  overflow: hidden;
  background: var(--soft-bg);
}

.case-studies-hero::after {
  position: absolute;
  z-index: 2;
  inset: 0 0 0 41.5%;
  content: "";
  pointer-events: none;
  background: url("../images/casestudies-banner-img.png") left top / cover no-repeat;
}

.case-studies-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background: var(--primary);
  color: var(--white);
}

.case-studies-hero-inner {
  position: relative;
  z-index: 3;
  width: min(100% - 80px, 620px);
  margin-left: max(40px, calc((100vw - 1180px) / 2));
  padding-bottom: 15px;
}

.case-studies-kicker {
  display: inline-block;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, .85);
  padding-bottom: 10px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.case-studies-hero h1 {
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-size: 36px;
  line-height: 41px;
  text-align: left;
  white-space: pre-wrap;
}

.case-studies-hero-image {
  position: relative;
  z-index: 1;
  min-height: 493px;
  margin-left: 0;
  background: url("../images/cloud image.jpg") center center / cover no-repeat;
}

.case-studies-intro {
  min-height: 245px;
  padding: 51px 0 42px;
  background-color: #f5f5f561;
  background-position: 59% top;
  background-size: 290px auto;
}

.case-studies-intro-grid {
  display: grid;
  grid-template-columns: 36% 64%;
  gap: 40px;
  align-items: start;
}

.case-studies-intro-copy {
  max-width: 390px;
  padding-left: 9px;
}

.case-studies-intro-copy p {
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 27px;
}

.case-studies-jump {
  padding: 84px 0 82px;
}

.case-study-index {
  width: min(100%, 450px);
  margin: 0 0 42px 80px;
  padding-top: 12px;
}

.case-study-index a {
  display: grid;
  grid-template-columns: 62px 1fr 26px;
  min-height: 49px;
  align-items: center;
  border-top: 1px solid rgba(211, 175, 55, .7);
  color: var(--black);
  transition: background-color 320ms ease, color 320ms ease, padding 320ms ease, transform 320ms ease;
}

.case-study-index a:last-child {
  border-bottom: 1px solid rgba(211, 175, 55, .7);
}

.case-study-index span {
  color: var(--accent);
  font-size: 18px;
}

.case-study-index strong {
  font-size: 24px;
  line-height: 1.2;
}

.case-study-index img {
  width: 11px;
  justify-self: end;
  transition: filter 320ms ease, transform 320ms ease;
}

.case-study-index a:hover,
.case-study-index a:focus {
  color: var(--white);
  background: var(--primary);
  padding-right: 18px;
  padding-left: 18px;
  transform: translateX(4px);
}

.case-study-index a:hover img,
.case-study-index a:focus img {
  filter: brightness(0) invert(1);
  transform: translateX(4px);
}

.case-study-section {
  position: relative;
  padding: 0 0 0;
  background: var(--white);
  overflow: hidden;
}

.case-study-section.is-load-more-hidden,
.case-study-index .is-load-more-hidden {
  display: none;
}

.case-study-section > .container {
  position: relative;
  z-index: 1;
}

.case-studies-list .container {
  padding-bottom: 50px;
}

.case-study-section:nth-child(even) {
  padding-top: 58px;
}

.case-study-section:nth-child(3) {
  padding-top: 60px;
}

.case-study-top {
  display: grid;
  grid-template-columns: 36% 64%;
  gap: 40px;
  align-items: start;
}

.case-study-summary {
  padding-left: 8px;
}

.case-study-number {
  margin-bottom: 15px;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  line-height: .85;
}

.case-study-summary h2 {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 36px;
}

.case-study-subtitle {
  max-width: 330px;
  margin-bottom: 70px;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.case-study-details {
  display: grid;
  gap: 14px;
  margin: 0;
  max-width: 310px;
}

.case-study-details dt,
.case-study-details dd {
  display: inline;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}

.case-study-details dt {
  font-weight: 800;
}

.case-study-details dd {
  display: block;
}

.case-study-details .is-units {
  display: flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}

.case-study-details .is-units dd {
  display: inline;
}

.case-study-gallery {
  position: relative;
  --case-study-preview-width: 86px;
  width: calc(100% + max(44px, calc((100vw - 1180px) / 2)));
  height: 550px;
  background: #F5F5F5;
  overflow: hidden;
}

.case-study-gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 172px);
  height: 100%;
  overflow: hidden;
  transition: opacity 1100ms cubic-bezier(.16, 1, .3, 1), transform 1100ms cubic-bezier(.16, 1, .3, 1), width 1100ms cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}

.case-study-gallery:not(.is-ready) .case-study-gallery-slide {
  transition: none;
}

.case-study-gallery-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  opacity: 0;
  pointer-events: none;
  transition: opacity 650ms ease;
}

.case-study-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 1100ms ease;
}

.case-study-gallery-slide.is-active {
  opacity: 1;
  z-index: 2;
}

.case-study-gallery-slide.is-preview {
  opacity: .78;
  z-index: 1;
}

.case-study-gallery-slide.is-preview::after {
  opacity: 1;
}

.case-study-gallery-controls {
  position: absolute;
  z-index: 5;
  right: 50px;
  bottom: 42px;
  display: flex;
  gap: 28px;
}

.case-study-gallery-control {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  background: rgba(16, 56, 81, .18);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
  cursor: pointer;
  appearance: none;
  transition: background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.case-study-gallery-control:hover,
.case-study-gallery-control:focus {
  background: rgba(16, 56, 81, .4);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  transform: translateY(-2px) scale(1.04);
  outline: none;
}

.case-study-gallery-control::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: translate(-65%, -50%) rotate(45deg);
  transition: transform 260ms ease;
}

.case-study-gallery-control.is-prev::after {
  transform: translate(-35%, -50%) rotate(225deg);
}

.case-study-content-grid {
  position: relative;
  display: grid;
  grid-template-columns: 36% 1fr;
  gap: 40px 86px;
  margin-top: 75px;
  padding-left: 8px;
}

.case-study-copy-block h3,
.case-study-outcome h3 {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 30px;
}

.case-study-copy-block p {
  max-width: 360px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 28px;
}

.case-study-outcome {
  grid-column: 2;
  max-width: 610px;
  margin-top: 7px;
  padding: 31px 65px 40px;
  background: #f2f2f2;
  background: #F4F3EE;
  mix-blend-mode: multiply;
}

.case-study-outcome p {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 27px;
}

.case-study-building-mark {
  display: block;
  width: 301px;
  height: 406px;
  margin: -200px 0 -86px 10px;
  pointer-events: none;
}

.case-studies-load-more {
  position: relative;
  z-index: 20;
  margin-top: -111px;
  padding: 0 0 64px;
  text-align: center;
}

.case-studies-load-more .btn {
  position: relative;
  z-index: 21;
  pointer-events: auto;
  min-width: 218px;
  padding: 17px 28px;
  font-size: 16px;
  text-transform: uppercase;
}

.case-studies-contact {
  min-height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, .14), rgba(0, 0, 0, .14)), url("../images/contact-bg-csestudies.jpg");
}


.focus-icon-row img{
  width:75px;
  height: 75px;
}
.case-studies-new-layout{
  display:flex;
  justify-content: space-between;
  align-items: center;
  
}
.new-layout-css{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  
}
.overview-copy .btn {
    width: fit-content;
}
.cs-scnd-sec{
  background-position: 52% top;
}

.about-contact {
    background-size: cover;
    background-position: center;
}
.footer-logo-text{
  margin-top: 30px;
  margin-bottom: 0;
}



@media(max-width:1024px) {
  .case-studies-new-layout {
    flex-direction: column;
  }
  .hero-content {
    width: 650px;
    background-color:#fff;
    padding:0px;
}
.hero-icon-link svg path {
    stroke: #103851;
}

.hero-content h1 {
    text-align: center;
}

.hero-counter-number,
.hero-counter-label {
    color: var(--primary);
}
}



@media (max-width: 991.98px) {
  .new-layout-css{
  flex-direction: row;
  align-items: start;
  column-gap:20px;
  }
  .new-layout-css .btn{
    margin:0 !important;
  }

  :root {
    --mobile-page-gutter: clamp(36px, 8vw, 48px);
  }

  body {
    font-size: 16px;
    line-height: 1.55;
  }

  h1 {
    color: var(--primary);
    font-size: 27px;
    line-height: 34px;
    width: 100%;
  }

  h2 {
    font-size: 31px;
    line-height: 39px;
  }

  .page-container {
    max-width: 100%;
    padding-right: var(--mobile-page-gutter);
    padding-left: var(--mobile-page-gutter);
  }

  .site-header {
    position: relative;
    padding: 24px 0 18px;
    background: var(--white);
  }

  .home .site-header {
    position: relative;
    background: var(--primary);
  }

  .navbar-dark .navbar-nav .nav-link {
    color: var(--black);
  }

  .home .navbar-dark .navbar-nav .nav-link {
    color: var(--white);
  }

  .site-header .container {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    align-items: start;
    min-height: 136px;
  }

  .navbar {
    padding: 0;
  }

  .navbar-brand {
    grid-column: 1 / 4;
    justify-self: center;
    margin: 0;
    padding: 0;
  }

  .navbar-brand img {
    width: 272px;
    height: 94px;
    object-fit: contain;
  }

  .navbar-toggler {
    position: absolute;
    top: 0;
    left: 30px;
    height: 24px;
    padding: 0;
  }

  .navbar-toggler-icon {
    width: 23px;
    height: 17px;
    background-image: linear-gradient(var(--accent), var(--accent)), linear-gradient(var(--accent), var(--accent)), linear-gradient(var(--accent), var(--accent));
    background-repeat: no-repeat;
    background-position: 0 1px, 0 8px, 0 15px;
    background-size: 23px 2px, 23px 2px, 23px 2px;
  }

  .site-header .mail-link {
    color: var(--accent);
    font-size: 23px;
  }

  .header-email {
    position: static;
    grid-column: 3;
    grid-row: 1;
    justify-content: flex-end;
    padding-top: 0;
    margin-left: 0;
  }

  .navbar-collapse {
    grid-column: 1 / 4;
    padding-top: 18px;
  }

  .navbar-nav .sub-menu {
    position: static;
    width: auto;
    margin-top: 8px;
    padding: 8px 0 0 18px;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .navbar-nav .sub-menu li {
    border-bottom: 0;
  }

  .navbar-dark .navbar-nav .sub-menu .nav-link {
    padding: 6px 0;
    color: var(--black);
    font-size: 14px;
  }

  .home .navbar-dark .navbar-nav .sub-menu .nav-link {
    color: var(--white);
  }

  .hero-section {
    min-height: 0;
    color: var(--primary);
    background: var(--white);
  }

  .hero-image {
    position: relative;
    /* height: 218px; */
        height: 480px;
   width:100%;
  }

  .hero-content {
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 31px;
  }

  .hero-content .btn {
    margin-top: 27px;
    min-width: 200px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .intro-section {
    padding: 0;
    background-image: none;
  }

  .home .intro-section::after,
  .home .overview-copy-section::after {
    display: none;
  }

  .intro-section > .container {
    padding-right: 0;
    padding-left: 0;
  }

  .intro-section .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }

  .intro-section .col-lg-5:first-child {
    padding: 0 var(--mobile-page-gutter) 18px;
  }

  .intro-section .btn {
    display: block;
    width: 216px;
    margin: 0 auto;
  }

  .opportunity-column {
    margin: 0;
    width: 100%;
    padding: 29px 0 54px;
    background-color: #f5f5f56b;
    background-image: url("../images/Layer_1.png");
    background-repeat: repeat-y;
    background-position: var(--split-align-x) top;
    background-size: var(--line-pattern-size);
  }

  .opportunity-list {
    gap: 12px;
    margin: 0;
  }

  .opportunity-card {
    min-height: 104px;
    padding: 24px 37px 24px 48px;
    font-size: 17px;
    line-height: 22px;
  }

  .opportunity-card i,
  .circle-link {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .leadership-mobile-cta {
    display: block;
    width: 216px;
    margin-top: 60px !important;
  }

  .overview-band .page-container,
  .overview-band .row {
    min-height: 0;
  }

  .overview-band {
    padding: 49px 0 0;
  }

  .section-kicker {
    margin-bottom: 29px;
  }

  .overview-building {
    position: static;
    width: calc(100% + var(--mobile-page-gutter) + var(--mobile-page-gutter));
    height: auto;
    max-width: none;
    margin: 36px calc(0px - var(--mobile-page-gutter)) 0;
  }

  .overview-copy {
    padding-top: 43px;
    padding-bottom: 62px;
  }

  .overview-copy-section {
    background-image: none;
  }

  .overview-copy .btn {
    display: block;
    width: 248px;
    margin: 0 auto 0;
  }

  .focus-section {
    overflow: hidden;
    padding: 0 0 51px;
  }

  .focus-section h2 {
    margin-bottom: 34px;
    text-align: left !important;
  }

  .focus-grid {
    display: flex;
    gap: 50px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .focus-grid::-webkit-scrollbar {
    display: none;
  }

  .focus-item {
    width: 140px;
    min-width: 140px;
    grid-template-rows: 86px 78px minmax(112px, auto) auto;
    row-gap: 30px;
    min-height: 365px;
  }

  .focus-item h3 {
    height: 86px;
    -webkit-line-clamp: 3;
    margin-bottom: 0;
  }

  .focus-icon-row {
    height: 78px;
  }

  .focus-item .line-icon {
    width: 78px;
    height: 78px;
    flex-basis: 78px;
    margin-bottom: 0;
    background-size: 78px 78px;
  }

  .focus-item p {
    font-size: 15px;
    line-height: 23px;
  }

  .execution-section {
    padding: 47px 0 64px;
  }

  .execution-section .row {
    --bs-gutter-y: 0;
  }

  .execution-section h2 {
    margin-bottom: 29px;
  }

  .selected-section {
    overflow: hidden;
    padding: 63px 0 54px;
    background-image: none;
  }

  .selected-section .page-container {
    padding-right: var(--mobile-page-gutter);
    padding-left: var(--mobile-page-gutter);
  }

  .selected-section h2 {
    display: none;
  }

  .investment-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    width: calc(100% + var(--mobile-page-gutter) + var(--mobile-page-gutter));
    margin-right: calc(0px - var(--mobile-page-gutter));
    margin-left: calc(0px - var(--mobile-page-gutter));
    margin-bottom: 45px;
    overflow-x: auto;
    padding: 0 var(--mobile-page-gutter) 10px;
    scroll-padding-inline: var(--mobile-page-gutter);
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .investment-row::-webkit-scrollbar {
    display: none;
  }

  .investment-row > [class*="col-"] {
    width: 300px;
    flex: 0 0 min(300px, calc(100vw - var(--mobile-page-gutter) - var(--mobile-page-gutter)));
    padding: 0;
    scroll-snap-align: center;
  }

  .investment-card {
    height: 356px;
  }

  .investment-copy {
    right: 24px;
    bottom: 32px;
    left: 24px;
  }

  .investment-copy h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .investment-row .circle-link {
    margin: 10px auto 0;
  }

  .acquire-intro,
  .acquire-points {
    min-height: 0;
    justify-content: flex-start;
    padding: 49px var(--mobile-page-gutter) 52px;
  }

  .content-narrow {
    width: 100%;
  }

  .acquire-intro h2 {
    margin-bottom: 29px;
  }

  .acquire-intro .circle-link {
    margin-top: 12px;
  }

  .acquire-points {
    padding-top: 51px;
    padding-bottom: 39px;
  }

  .criteria-item {
    margin-bottom: 25px;
  }

  .criteria-item strong {
    font-size: 20px;
  }

  .contact-section {
    min-height: 462px;
    align-items: flex-start;
    padding-top: 35px;
    background-position: center;
    padding-bottom: 30px;
  }

  .contact-hero {
    min-height: 310px;
    padding-top: 78px;
    background-position: center;
    
  }

  .contact-kicker {
    font-size: 22px;
    letter-spacing: 8px;
  }

  .contact-opportunities .row {
    min-height: 0;
    padding: 42px 0 48px;
  }

  .contact-opportunities .align-items-center {
    align-items: center !important;
    flex-direction: column;
  }

  .contact-opportunities h1 {
    margin-bottom: 22px;
    font-size: 31px;
    line-height: 38px;
  }

  .contact-opportunity-copy {
    min-height: 0;
    border-left: 0;
    padding: 0;
    background-image: none;
  }

  .contact-opportunity-copy p,
  .contact-info-panel p,
  .contact-acquisitions p {
    font-size: 17px;
    line-height: 28px;
  }

  .contact-info-band {
    padding: 52px 0 60px;
  }

  .contact-info-mark {
    left: 18px;
    bottom: -58px;
    width: 160px;
  }

  .contact-info-panel h2,
  .contact-acquisitions h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .contact-email-card {
    min-width: 0;
    width: 100%;
    min-height: 64px;
    font-size: 17px;
  }

  .contact-acquisitions {
    padding: 46px 0 0;
  }

  .contact-acquisitions .align-items-center {
    align-items: center !important;
    flex-direction: column-reverse;
  }

  .contact-building-mark {
    width: 210px;
    margin-bottom: 0;
  }

  .contact-acquisitions .offset-lg-1 {
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .contact-page-form {
    min-height: 462px;
    padding-top: 35px;
    background-position: center;
  }

  .thank-you-hero {
    min-height: 540px;
    padding: 58px 0 72px;
  }

  .thank-you-card {
    min-height: 0;
    padding: 42px 28px 48px;
  }

  .thank-you-mark {
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
  }

  .thank-you-mark::after {
    width: 15px;
    height: 27px;
  }

  .thank-you-panel .contact-kicker {
    margin-bottom: 30px;
  }

  .thank-you-panel h1 {
    font-size: 34px;
    line-height: 42px;
    text-align: center;
  }

  .thank-you-panel p {
    font-size: 17px;
    line-height: 28px;
  }

  .thank-you-email {
    font-size: 19px;
  }

  .thank-you-actions {
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
  }

  .error-404-hero {
    min-height: 100vh;
    padding: 58px 0 72px;
  }

  .error-404-panel .contact-kicker {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .error-404-panel h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .error-404-panel p {
    font-size: 17px;
    line-height: 28px;
  }

  .error-404-actions {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 32px;
  }

  .error-404-links {
    padding: 54px 0 64px;
  }

  .error-404-link-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .error-404-link-grid a {
    min-height: 0;
    padding: 24px 26px;
  }

  .error-404-link-grid strong {
    font-size: 21px;
    line-height: 28px;
  }

  .contact-form h2 {
    margin-bottom: 19px;
    font-size: 20px;
  }

  .contact-form input,
  .contact-form textarea {
    margin-bottom: 9px;
    padding: 11px 14px;
  }

  .gravity-form-wrap .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 9px;
  }

  .gravity-form-wrap .gform_wrapper.gravity-theme input[type="text"],
  .gravity-form-wrap .gform_wrapper.gravity-theme input[type="email"],
  .gravity-form-wrap .gform_wrapper.gravity-theme input[type="tel"],
  .gravity-form-wrap .gform_wrapper.gravity-theme textarea {
    min-height: 44px;
    padding: 11px 14px;
  }

  .contact-form textarea {
    height: 126px;
  }

  .gravity-form-wrap .gform_wrapper.gravity-theme textarea {
    height: 126px;
    min-block-size: 126px;
  }

  .contact-form .btn {
    float: right;
    width: 136px;
    min-width: 136px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 4px;
  }

  .gravity-form-wrap .gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-end;
    margin-top: 4px;
  }

  .gravity-form-wrap .gform_wrapper.gravity-theme .gform_button {
    width: 136px;
    min-width: 136px;
    min-height: 47px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .situations-section {
    padding: 47px 0 57px;
  }

  .situations-section .row {
    --bs-gutter-y: 0;
  }

  .situations-section h2 {
    margin-bottom: 28px;
  }

  .gold-building {
    display: none;
  }

  .situation-list {
    margin-bottom: 42px;
  }

  .situation-list li {
    margin-bottom: 18px;
    padding-bottom: 16px;
    font-weight: 500;
  }

  .situations-section .btn {
    display: block;
    width: 240px;
    margin: 0 auto;
  }

  .site-footer {
    padding: 53px 0 38px;
    text-align: center;
  }

  .about-hero {
    display: block;
    min-height: 0;
  }

  .about-hero-copy {
    position: relative;
    width: 100%;
    min-height: 360px;
  }

  .about-hero-inner {
    width: 100%;
    margin: 0;
    padding: 64px var(--mobile-page-gutter);
  }

  .about-kicker {
    margin-bottom: 24px;
    font-size: 22px;
    letter-spacing: 8px;
  }

  .about-hero-inner p:last-child {
    font-size: 18px;
    line-height: 30px;
  }

  .about-hero-gallery {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    min-height: 280px;
    height: 280px;
  }

  .about-hero-gallery img:nth-child(1),
  .about-hero-gallery img:nth-child(2),
  .about-hero-gallery img:nth-child(3) {
    height: 280px;
  }

  .about-hero-title {
    display: none;
  }

  .about-intro {
    padding: 48px 0 58px;
    background-image: none;
  }

  .about-intro .row {
    --bs-gutter-y: 14px;
  }

  .about-intro .btn {
    display: block;
    width: 240px;
    margin: 8px auto 0;
  }

  .about-blue {
    padding: 52px 0 82px;
  }

  .about-blue .row {
    --bs-gutter-y: 14px;
  }

  .about-blue-emblem {
    bottom: -62px;
    width: 78px;
  }

  .about-wide-image {
    height: 300px;
  }

  .about-leadership {
    padding: 40px 0 40px;
  }

  .about-leadership h2 {
    margin-bottom: 42px;
  }

  .leader-card {
    min-height: 0;
    padding: 32px 24px;
  }

  .leader-head {
    grid-template-columns: 300px 1fr;
    gap: 12px;
    margin-bottom: 0px;
  }

  .leader-photo {
    width: 112px;
    height: 112px;
    font-size: 28px;
  }

  .leader-photo-img {
    width: 112px;
    height: 132px;
  }

  .leader-head h3 {
    font-size: 19px;
    line-height: 25px;
  }

  .about-leadership .btn {
    display: block;
    width: 248px;
    margin: 44px auto 0;
  }

  .about-investments {
    overflow: hidden;
    padding-bottom: 64px;
  }

  .about-investments .page-container {
    width: 100%;
    max-width: 100%;
    padding-right: var(--mobile-page-gutter);
    padding-left: var(--mobile-page-gutter);
  }

  .about-investments .investment-row {
    margin-bottom: 40px;
  }

  .case-studies-hero {
    display: block;
    min-height: 0;
  }

  .case-studies-hero::after {
    inset: auto 0 0 0;
    height: 280px;
    background: url("../images/casestudies-banner-img.png") center top / cover no-repeat;
  }

  .case-studies-hero-copy {
    min-height: 355px;
  }

  .case-studies-hero-inner {
    width: 100%;
    margin: 0;
    padding: 62px var(--mobile-page-gutter);
  }

  .case-studies-kicker {
    margin-bottom: 34px;
    font-size: 21px;
    letter-spacing: 8px;
  }

  .case-studies-hero h1 {
    font-size: 29px;
    line-height: 36px;
    white-space: pre-wrap;
  }

  .case-studies-hero-image {
    min-height: 280px;
    margin-left: 0;
  }

  .case-studies-intro {
    min-height: 0;
    padding: 45px 0 35px;
    background-position: right top;
    background-size: 210px auto;
  }

  .case-studies-intro-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .case-studies-intro-copy {
    max-width: 100%;
    padding-left: 0;
  }

  .case-studies-jump {
    padding: 48px 0 54px;
  }

  .case-study-index {
    width: 100%;
    margin-left: 0;
  }

  .case-study-index a {
    grid-template-columns: 46px 1fr 24px;
    min-height: 54px;
  }

  .case-study-index strong {
    font-size: 19px;
  }

  .case-study-section,
  .case-study-section:nth-child(even) {
    padding: 52px 0 0;
    background: var(--white);
  }

  .case-study-top,
  .case-study-content-grid {
    display: block;
  }

  .case-study-summary {
    padding-left: 0;
  }

  .case-study-number {
    font-size: 58px;
  }

  .case-study-summary h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .case-study-subtitle {
    max-width: none;
    margin-bottom: 34px;
  }

  .case-study-details {
    max-width: none;
    gap: 14px;
    margin-bottom: 36px;
  }

  .case-study-details dt,
  .case-study-details dd {
    font-size: 17px;
    line-height: 24px;
  }

  .case-study-gallery {
    --case-study-preview-width: 58px;
    width: calc(100% + var(--mobile-page-gutter) + var(--mobile-page-gutter));
    height: 300px;
    margin-right: calc(0px - var(--mobile-page-gutter));
    margin-left: calc(0px - var(--mobile-page-gutter));
  }

  .case-study-gallery-controls {
    right: 18px;
    bottom: 22px;
    gap: 15px;
  }

  .case-study-gallery-control {
    width: 42px;
    height: 42px;
  }

  .case-study-content-grid {
    margin-top: 42px;
    padding-left: 0;
  }

  .case-study-copy-block {
    margin-bottom: 36px;
  }

  .case-study-copy-block p {
    max-width: none;
    font-size: 16px;
    line-height: 27px;
  }

  .case-study-outcome {
    max-width: none;
    margin-top: 6px;
    padding: 28px 24px 32px;
  }

  .case-study-building-mark {
    display: none;
  }

  .case-studies-load-more {
    margin-top: 0;
    padding-bottom: 48px;
  }

  .footer-logo {
    width: 200px;
    height: 100px;
    object-fit: contain;
  }

  .footer-nav li,
  .footer-nav a {
    font-size: 15px;
    line-height: 32px;
  }

  .footer-nav {
    padding-top: 0;
    padding-left: 0;
  }

  .social-links {
    justify-content: center;
    margin-left: 0;
  }

  .footer-contact {
    justify-content: center;
    gap: 28px;
    padding-top: 0;
  }

    .footer-contact a {
      min-width: 280px;
      padding-right: 0;
      font-size: 15px;
      line-height: 28px;
      padding-bottom: 50px;
      text-align: center;
  }

 .footer-contact span {
      width: 30px;
      height: 30px;
      bottom: 0;
      top: unset;
      left: 50%;
      transform: translate(-50%);
  }

  .opportunity-card i img,
  .circle-link img,
  .footer-contact span img {
    width: 6px;
    height: 12px;
  }

  .copyright {
    margin-top: 62px;
    font-size: 12px;
  }
  .intro-content2 {
    margin-top: 0;
}
.intro-div-2{
  margin-top:0;
}
}

@media (min-width: 992px) {
  .site-header .navbar {
    padding: 0;
  }

  .site-header .navbar-brand {
    margin: 0;
  }

  .site-header .navbar-collapse {
    position: absolute;
    top: 18px;
    right: 201px;
    flex-grow: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-hero-title {
    position: absolute;
    z-index: 3;
    left: 3%;
    right: 6%;
    bottom: 80px;
    width: auto;
    margin: 0;
    color: var(--white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 6.95vw, 100px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 23px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .contact-building-mark {
    position: relative;
    z-index: 50;
    display: block;
    width: 309px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0;
  }

  .contact-acquisitions p {
    max-width: 100%;
    font-size: 20px;
    line-height: 34px;
  }
}

@media (min-width: 1025px) and (max-width: 1250px) {
  .page-container {
    max-width: 1180px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .site-header .page-container {
    max-width: 1180px;
  }

  .about-hero-inner,
  .case-studies-hero-inner {
    width: min(calc(100% - 80px), 620px);
    margin-left: 40px;
  }

  .case-studies-hero-inner {
    width: min(calc(100% - 80px), 620px);
  }

  .case-studies-hero h1 {
    max-width: 620px;
    white-space: pre-wrap;
  }

  .acquire-intro,
  .acquire-points {
    padding-right: 40px;
    padding-left: 40px;
  }

  .content-narrow {
    width: min(100%, 480px);
  }

  .footer-nav {
    padding-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .about-hero-title {
    position: absolute;
    z-index: 3;
    left: 2.8%;
    right: 6%;
    font-size: 85px;
  }
}

@media(max-width:767px){
  .new-layout-css{
    flex-direction: column;
  }
  .hero-counter-number {
    font-size: 30px;
  }

.hero-counter {
    align-items: start;
}
}


@media (prefers-reduced-motion: no-preference) {
  @keyframes parkmontOverviewButtonPop {
    0% {
      transform: translateY(0) scale(1);
    }

    45% {
      transform: translateY(-6px) scale(1.18);
    }

    100% {
      transform: translateY(-4px) scale(1.12);
    }
  }

  @keyframes parkmontOverviewButtonShine {
    0% {
      left: -85%;
    }

    100% {
      left: 130%;
    }
  }

  .animate-on-scroll {
    opacity: 0;
    transform: translateY(26px);
    transition:
      opacity 700ms ease,
      transform 700ms ease;
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }

  .animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .overview-building.animate-on-scroll,
  .gold-building.animate-on-scroll {
    transform: translateY(30px) scale(.985);
  }

  .overview-building.animate-on-scroll.is-visible,
  .gold-building.animate-on-scroll.is-visible {
    transform: translateY(0) scale(1);
  }

  .hero-content h1,
  .hero-content .btn {
    animation: parkmontHeroReveal 850ms ease both;
  }

  .hero-content .btn {
    animation-delay: 180ms;
  }

  .btn,
  .circle-link,
  .opportunity-card,
  .investment-card,
  .footer-contact span {
    transition:
      background-color 220ms ease,
      border-color 220ms ease,
      color 220ms ease,
      transform 220ms ease,
      box-shadow 220ms ease;
  }

  .circle-link:hover,
  .footer-contact a:hover span {
    transform: translateY(-2px);
  }

  .opportunity-card:hover,
  .opportunity-card:focus {
    transform: translateY(-2px) scale(1.035);
  }

  .overview-animated-btn:hover,
  .overview-animated-btn:focus {
    animation: parkmontOverviewButtonPop 520ms ease both;
  }

  .overview-animated-btn:hover::after,
  .overview-animated-btn:focus::after {
    animation: parkmontOverviewButtonShine 650ms ease;
  }

  .investment-card img,
  .hero-video {
    transition: transform 900ms ease;
  }

  .investment-card:hover img {
    transform: scale(1.035);
  }

  @keyframes parkmontHeroReveal {
    from {
      opacity: 0;
      transform: translateY(18px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
