:root {
  --brand-1: #2b6583;
  --brand-1-rgb: 43, 101, 131;
  --brand-2: #1b2d3b;
  --bg: #fff;
  --bg-2: #2b658355;
  --dark: var(--brand-1);
  --bg-offset: rgba(27, 27, 27, 0.1);
  --text: #1b1b1b;
  --soft-white: #eee;
}

@media (prefers-color-scheme: dark) {
  :root {
    --brand-1: #2b6583;
    --brand-1-rgb: 69, 129, 161;
    --brand-2: #c4c6d4;
    --bg: #1b2d3b;
    --bg-2: #00000055;
    --dark: #333;
    --bg-offset: rgba(255, 255, 255, 0.1);
    --text: var(--brand-2);
    --soft-white: #131a20 ;
  }
}
.nowrap {
  white-space: nowrap;
}

.dark, article:nth-of-type(odd), .team-member:nth-of-type(odd) {
  background: var(--brand-1);
  color: var(--soft-white);
}
.dark h2, article:nth-of-type(odd) h2, .team-member:nth-of-type(odd) h2, .dark h3, article:nth-of-type(odd) h3, .team-member:nth-of-type(odd) h3, .dark h4, article:nth-of-type(odd) h4, .team-member:nth-of-type(odd) h4, .dark p, article:nth-of-type(odd) p, .team-member:nth-of-type(odd) p, .dark span, article:nth-of-type(odd) span, .team-member:nth-of-type(odd) span {
  color: var(--soft-white);
}

.hero {
  color: var(--brand-2);
  margin-block: 0;
  padding-bottom: 1rem;
  min-height: 14rem;
  display: flex;
  align-items: center;
}
.hero .wrap,
.hero .grid {
  max-width: 1000px;
  margin-inline: auto;
}
@media (prefers-color-scheme: dark) {
  .hero .wrap {
    background-image: linear-gradient(180deg, var(--bg-2), transparent);
  }
}
.hero .grid {
  padding-block: 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "img" "h2" "p";
  align-items: center;
  justify-content: space-around;
  margin-inline: 2rem;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .hero .grid {
    column-gap: 1rem;
    grid-template-areas: "img h2" "img p";
    row-gap: 0;
  }
}
.hero .grid img {
  margin-block: 0;
}
.hero .grid h1,
.hero .grid h2 {
  margin-block: 0;
}
.hero .grid h1 {
  grid-area: img;
  text-align: center;
}
.hero .grid h2 {
  grid-area: h2;
  text-align: center;
}
.hero .grid p {
  grid-area: p;
  text-wrap: pretty;
  text-align: center;
  font-size: 1.1rem;
  margin-block: 0;
}

.logo {
  width: initial;
  max-width: 100%;
}
.logo .va-1 {
  fill: var(--brand-1);
}
.logo .va-2 {
  fill: var(--brand-2);
}
.logo .va-3 {
  fill: var(--brand-1);
}
.logo.mobile svg {
  margin: auto;
}
.logo.mobile, .logo.mobile > svg {
  height: 110px;
}
.logo.desktop {
  width: 125px;
  height: 125px;
  display: none;
}
@media (min-width: 768px) {
  .logo.mobile {
    display: none;
  }
  .logo.desktop {
    display: block;
  }
}
.logo svg {
  max-width: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon/fonts/icomoon.eot?x7bi9g");
  src: url("../assets/fonts/icomoon/fonts/icomoon.eot?x7bi9g#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon/fonts/icomoon.ttf?x7bi9g") format("truetype"), url("../assets/fonts/icomoon/fonts/icomoon.woff?x7bi9g") format("woff"), url("../assets/fonts/icomoon/fonts/icomoon.svg?x7bi9g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-thumb-tack:before {
  content: "\e901";
}

.icon-envelope:before {
  content: "\e900";
}

.icon-stack:before {
  content: "\e92e";
}

.icon-phone:before {
  content: "\e942";
}

.icon-mobile:before {
  content: "\e958";
}

.icon-bubble:before {
  content: "\e96b";
}

.icon-cog:before {
  content: "\e994";
}

.icon-briefcase:before {
  content: "\e9ae";
}

.icon-bookmarks:before {
  content: "\e9d3";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-heart:before {
  content: "\e9da";
}

.star-method ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.star-method ul li {
  padding-left: 0.5rem;
}
.star-method ul li::marker {
  font-family: icomoon;
  content: "\e9d9";
  color: var(--brand-1);
}
.star-method ul li:nth-of-type(even)::marker {
  content: "\e9d7";
}

.team {
  border-radius: 0.5rem 1rem 0 0;
}
.team h2 {
  margin-block: 0;
}
.team-loop {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
}
.team-member {
  padding-block: 0.5rem 1rem;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  corner-shape: bevel;
  border-radius: 0.5rem 1rem;
}
.team-member:first-of-type {
  border-radius: 0 0 0.5rem 1rem;
}
.team-member:nth-of-type(odd) .contrast {
  color: var(--soft-white);
}

.entry {
  display: flex;
  flex-direction: column;
  grid-template-columns: 250px auto;
  column-gap: 2rem;
  grid-template-areas: "img div";
  align-items: center;
  padding-inline: 2.5rem;
}
@media (min-width: 768px) {
  .entry {
    display: grid;
    justify-content: center;
  }
}
.entry > div {
  max-width: 400px;
}
@media (min-width: 768px) {
  .entry > div {
    max-width: 500px;
  }
}
.entry:nth-of-type(even) {
  grid-template-areas: "div img";
  grid-template-columns: auto 250px;
}
@media (min-width: 768px) {
  .entry:nth-of-type(even) > div {
    text-align: end;
  }
}
.entry > img {
  width: 398px;
  max-width: 100%;
  grid-area: img;
  corner-shape: bevel;
  border-radius: 2.5rem 1rem;
  border: 1px solid rgba(69, 129, 161, 0.5333333333);
  padding: 0.25rem;
}

.titles,
.specialties {
  text-wrap: pretty;
  text-wrap: balance;
}

.contact-split {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-block: 1.5rem;
}
@media (min-width: 768px) {
  .contact-split {
    flex-direction: row;
  }
}

body {
  margin-block: 0;
  margin-inline: 0;
  padding: 0;
  background-color: var(--bg);
  color: var(--text);
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  background-image: linear-gradient(to bottom, var(--bg), var(--bg-2));
}

a {
  color: unset;
  text-decoration: none;
  text-underline-offset: 0.25rem;
}
a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4 {
  font-family: "crimson pro";
  font-weight: 500;
  color: var(--brand-2);
  margin-top: 0;
}

h2 {
  font-size: 2rem;
  text-wrap: pretty;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-block: 1rem;
}

header > .wrap,
article > .wrap {
  margin-inline: auto;
  padding: 1rem 1.5rem;
  max-width: 1000px;
}

article {
  max-width: 1000px;
  margin-inline: auto;
  corner-shape: bevel;
  border-radius: 0.5rem 1rem;
}
article:last-of-type {
  border-radius: 0.5rem 1rem 0 0;
}

p,
li {
  font-size: 1.2rem;
}

.contrast {
  color: var(--brand-1);
  opacity: 0.66;
}

/*# sourceMappingURL=main.css.map */
