@charset "UTF-8";
/*
  Confirm the family names inside your kit (ucv2nkk):
    - Open https://use.typekit.net/ucv2nkk.css
    - Copy the font-family names exactly as listed there.

  The map below uses the names you mentioned earlier.
  If your kit uses different names, update them here.
*/
/* =======================
----- resume fonts -------
======================== */
* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

/* =============== 
    Base Styles
   =============== */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

body {
  font-size: 1rem; /* 16px */
  padding: 1% 5% 0;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center; /* 👈 centers the button */
}
header .logo-name {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 500;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  line-height: 1;
  font-size: 3.5rem;
  text-align: center; /* centers logo in the middle */
  width: 100%;
  /* font-size: clamp(28px, 8vw, 96px); */
}
header .logo-name span {
  display: inline-block;
  position: relative;
  left: 0.5%;
}
header .logo-name .logo-name-footer {
  content: attr(data-last);
}
header .nav-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  border: 0;
  align-items: center;
  background: transparent;
  padding: 12px;
  cursor: pointer;
  border-top: black 3px solid;
  border-bottom: black 3px solid;
  width: 100%;
}
header .nav-toggle .nav-toggle__line {
  width: 28px;
  height: 5px;
  background: black;
  display: block;
}
header .nav-toggle .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
header nav.site-nav {
  width: 100%;
  overflow: hidden;
  /* closed state */
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  /* animation */
  transition: max-height 420ms ease, opacity 240ms ease, transform 440ms ease;
}
header nav.site-nav ul.nav-list {
  background: black;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
header nav.site-nav ul.nav-list li {
  padding: 10px 0 10px;
  border-bottom: white 3px dashed;
}
header nav.site-nav ul.nav-list li a.nav-link {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  line-height: 1;
  letter-spacing: 1px;
  font-size: 2rem;
  color: white;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
header nav.site-nav ul.nav-list li a.nav-link.active {
  color: black;
}
header nav.site-nav ul.nav-list li a.nav-link.active a {
  color: black;
  transform: scale(1.99);
}
header nav.site-nav ul.nav-list li:hover {
  background: #2AA1EA;
}
header nav.site-nav ul.nav-list li.active {
  background: #FFCB00;
  color: #000;
}
header nav.site-nav ul.nav-list li.active:hover {
  background: #2AA1EA;
  color: white;
}
header nav.site-nav ul.nav-list li.active:hover a {
  color: white;
}
header .site-nav.is-open {
  max-height: 520px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* main body */
/* above the fold */
main {
  /* About me section */
  /* Companies Section */
  /* Hobbies Section */
  /* OIF images Section */
}
main section.self {
  display: flow-root;
  padding: 5% 0 20%;
  border-bottom: #3f3f3f 4px dashed;
}
main section.self figure {
  aspect-ratio: 16/9; /* or 4 / 3, etc. */
  overflow: hidden;
  border: black 3px solid;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.self figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* fills + crops sides/top/bottom */
  -o-object-position: 65% 50%;
     object-position: 65% 50%;
}
main section.self .container {
  padding: 5% 0;
}
main section.self .container h1.name {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  font-size: 5rem;
  text-align: center;
  letter-spacing: 1px;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
}
main section.self .container h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: center;
  font-weight: 100;
  font-size: 1.2rem;
  padding-top: 0.5%;
}
main section.self h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 200;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.7rem;
  text-align: center;
  width: 50%;
  margin: 0 25%;
}
main section.self h2 span {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 900;
  font-style: normal;
  font-synthesis: none;
  opacity: 1;
}
main section.self aside {
  display: flex;
  justify-content: center;
  padding-top: 10%;
}
main section.self aside .text-box {
  width: 80%;
  padding: 6% 10%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 87%, rgb(212, 212, 212) 100%);
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.self aside .text-box h4 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.3rem;
  color: black;
  line-height: 1.5;
  opacity: 0.6;
}
main section.self aside .text-box h6 {
  text-align: center;
  padding-top: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #6f6f6f;
}
main section.self aside .text-box .quote-top,
main section.self aside .text-box .quote-bottom {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  color: #3f3f3f;
  opacity: 0.4;
}
main section.self aside .text-box .quote-top {
  text-align: left;
  align-items: baseline;
  line-height: 0;
  padding-top: 10%;
}
main section.self aside .text-box .quote-bottom {
  text-align: right;
  margin-top: 10px;
  line-height: 0;
}
main section.about-me {
  padding: 15% 0 20%;
  border-bottom: #3f3f3f 4px dashed;
}
main section.about-me aside {
  padding: 0 5%;
}
main section.about-me aside h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 2.2rem;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
  padding: 5% 0;
}
main section.about-me aside p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  padding: 5% 0;
  text-align: justify;
}
main section.about-me figure {
  padding: 10% 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
main section.about-me figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.about-me figure figcaption {
  padding-top: 5px;
  text-align: center;
  margin-right: 0%;
}
main section.about-me figure figcaption h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}
main section.about-me figure.all-teams {
  padding: 10% 0 0;
  width: 100%;
  margin: 0 auto;
}
main section.about-me figure.all-teams img {
  width: 90%;
  height: 100%;
  margin: 0 5%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 1%;
  border: #3f3f3f solid 1px;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.about-me figure.all-teams figcaption {
  padding-top: 5px;
  text-align: center;
}
main section.about-me figure.all-teams figcaption h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}
main section.companies {
  padding: 20% 0;
  border-bottom: #3f3f3f 4px dashed;
}
main section.companies h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 3rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
  font-size: 2.8rem;
}
main section.companies .container-sm-logo {
  background: #E6E6E6;
  margin-top: 15%;
  padding: 5%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.companies .container-sm-logo figure {
  flex: 0 0 calc(33.333% - 20px); /* Sets width for 3 items per row, adjusting for gap */
  box-sizing: border-box;
  align-content: center;
  padding: 2%;
}
main section.companies .container-sm-logo figure img {
  max-width: 90%;
}
main section.companies .container-sm-logo .last {
  max-width: 40%;
  margin: 0 30%;
  flex: 0 0 100%; /* Makes the last item take full width of its row */
}
main section.companies .container-sm-logo .last img {
  text-align: center;
}
main section.companies .total-station {
  padding: 15% 0 0;
}
main section.companies .total-station figure img {
  width: 100%;
  margin-left: 0%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.companies .total-station figcaption {
  padding-top: 5px;
  text-align: end;
  margin-right: 0%;
}
main section.companies .total-station figcaption h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}
main section.hobbies {
  padding: 20% 0 20%;
}
main section.hobbies h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 3rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
  font-size: 2.8rem;
  padding-bottom: 5%;
}
main section.hobbies .hobby-contain {
  padding: 20% 10% 0;
}
main section.hobbies .hobby-contain figure {
  text-align: center;
}
main section.hobbies .hobby-contain figure img {
  max-width: 300px;
  border-radius: 50%;
  border: black solid 2px;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.hobbies .hobby-contain h4 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  text-align: center;
  font-size: 2.2rem;
  padding: 10% 0 5%;
  color: #3f3f3f;
}
main section.hobbies .hobby-contain p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  padding: 5% 0;
  border-top: #6f6f6f dashed 2px;
  border-bottom: #6f6f6f dashed 2px;
  text-align: justify;
}
main section.oif-pics {
  padding: 15% 0% 0%;
  background: black;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
main section.oif-pics h2 {
  padding-bottom: 10%;
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 3rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  font-size: 2.5rem;
  color: white;
  width: 80%;
  margin: 0 10%;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
}
main section.oif-pics h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  width: 80%;
  margin: 0 10%;
  font-size: 1.3rem;
  text-align: center;
  color: white;
}
main section.oif-pics h4 {
  padding: 5% 0 10%;
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  text-align: center;
  font-size: 1.2rem;
  color: white;
}
main section.oif-pics .oif-images {
  border-top: white 2px solid;
  border-bottom: white 2px solid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
main section.oif-pics .oif-images figure img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------------->>>>>>> resume page mobile >>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
main {
  /* main resume */
}
main section.profile {
  padding: 15% 0;
}
main section.profile .profile-img-contain figure {
  text-align: center;
}
main section.profile .profile-img-contain figure img {
  max-width: 250px;
  border-radius: 50%;
  border: #2AA1EA solid 3px;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.profile h1.name {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  font-size: 4rem;
  text-align: center;
  letter-spacing: 1px;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
  padding: 5% 0;
}
main section.profile .bronze-star {
  text-align: center;
  padding: 0 0 10%;
}
main section.profile .bronze-star h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 200;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.7rem;
}
main section.profile .bronze-star figure img {
  max-width: 100%;
}
main section.profile aside {
  border-top: #9f9f9f 2px dashed;
  border-bottom: #9f9f9f 2px dashed;
}
main section.profile aside .text-box {
  width: 80%;
  padding: 6% 10%;
  background: #E6E6E6;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  margin: 10% 10%;
}
main section.profile aside .text-box h4 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.2rem;
  color: #9f9f9f;
  line-height: 1.5;
  opacity: 0.8;
}
main section.profile aside .text-box .quote-top,
main section.profile aside .text-box .quote-bottom {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  color: #3f3f3f;
  opacity: 0.3;
}
main section.profile aside .text-box .quote-top {
  text-align: left;
  align-items: baseline;
  line-height: 0;
  padding-top: 6%;
}
main section.profile aside .text-box .quote-bottom {
  text-align: right;
  margin-top: 10px;
  line-height: 0;
}
main section.resume {
  width: 80%;
  margin: 0 10%;
}
main section.resume .education h2,
main section.resume .awards h2,
main section.resume .proficiency h2,
main section.resume .experience h2,
main section.resume .management h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.6rem;
  color: #2AA1EA;
  padding-bottom: 1%;
  margin: 0 0 5%;
  line-height: inherit;
}
main section.resume .education .container,
main section.resume .awards .container,
main section.resume .proficiency .container,
main section.resume .experience .container,
main section.resume .management .container {
  padding: 2% 0;
}
main section.resume .education .container h3,
main section.resume .awards .container h3,
main section.resume .proficiency .container h3,
main section.resume .experience .container h3,
main section.resume .management .container h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.2rem;
  color: #6f6f6f;
  line-height: inherit;
}
main section.resume .education .container h4,
main section.resume .awards .container h4,
main section.resume .proficiency .container h4,
main section.resume .experience .container h4,
main section.resume .management .container h4 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 500;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.2rem;
  color: #2AA1EA;
  line-height: inherit;
}
main section.resume .education .container h5,
main section.resume .awards .container h5,
main section.resume .proficiency .container h5,
main section.resume .experience .container h5,
main section.resume .management .container h5 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 200;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.2rem;
  color: #2AA1EA;
  line-height: inherit;
}
main section.resume .education,
main section.resume .awards,
main section.resume .proficiency {
  padding-bottom: 15%;
}
main section.resume .experience .container {
  padding: 2% 0 6%;
}
main section.resume .experience .container h3 {
  color: #2AA1EA;
}
main section.resume .experience .container h5 {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 200;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.4rem;
  color: black;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: inherit;
}
main section.resume .experience .container p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-size: 1.1rem;
  padding-top: 5%;
  opacity: 0.7;
}
main section.resume .management {
  padding-bottom: 30%;
}
main section.resume .management .container h3 {
  color: #2AA1EA;
}
main section.resume .management .container h5 {
  color: black;
}
main section.resume .management .container p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-size: 1.1rem;
  padding-top: 5%;
  opacity: 0.7;
}

/* ------------------------->>>>>>>>>> data page mobile>> >>>>>>>>dm1
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
main {
  /* ------------------------->>>>>>>>>> design page mobile>> >>>>>>>>am1
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  /* Section mobile for Surveying /////////////////////////*/
}
main section.data-hero {
  padding: 5% 0 20%;
}
main section.data-hero figure {
  aspect-ratio: 16/9; /* or 4 / 3, etc. */
  overflow: hidden;
  border: black 3px solid;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.data-hero figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* fills + crops sides/top/bottom */
  -o-object-position: 85% 50%;
     object-position: 85% 50%;
}
main section.data-hero h1 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  font-size: 3.2rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
  padding-top: 10%;
  width: 70%;
  margin: 0 auto;
}
main section.data-hero h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: center;
  font-weight: 100;
  font-size: 1.2rem;
  margin: 0.5% 0 10%;
}
main section.data-hero aside {
  display: flex;
  justify-content: center;
  padding-top: 5%;
}
main section.data-hero aside .text-box {
  width: 80%;
  padding: 6% 10%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 87%, rgb(212, 212, 212) 100%);
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.data-hero aside .text-box h4 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.2rem;
  color: black;
  line-height: 1.5;
  opacity: 0.6;
}
main section.data-hero aside .text-box .quote-top,
main section.data-hero aside .text-box .quote-bottom {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  color: #3f3f3f;
  opacity: 0.2;
}
main section.data-hero aside .text-box .quote-top {
  text-align: left;
  align-items: baseline;
  line-height: 0;
  padding-top: 6%;
}
main section.data-hero aside .text-box .quote-bottom {
  text-align: right;
  margin-top: 10px;
  line-height: 0;
}
main section.project-nav1 {
  padding: 2% 0 2%;
}
main section.project-nav1 h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 500;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.2rem;
  color: #2AA1EA;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 2%;
}
main section.project-nav1 nav {
  margin-top: 5px;
  width: 100%;
  display: inline-flex;
}
main section.project-nav1 nav ul {
  background: black;
  list-style: none;
  padding: 0 4%;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-right: 3px dashed white;
}
main section.project-nav1 nav ul:last-child {
  border-right: none;
}
main section.project-nav1 nav ul li {
  /*flex: 1; */
  text-align: center;
  padding: 10px 0 15px;
}
main section.project-nav1 nav ul li a {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  letter-spacing: 1px;
  color: white;
  white-space: nowrap;
  font-size: 100%;
  text-decoration: none;
}
main section.project-nav1 nav ul.active {
  background: #FFCB00;
}
main section.project-nav1 nav ul.active a {
  color: black;
}
main section.project-nav1 nav ul.active:hover {
  background: #2AA1EA;
}
main section.project-nav1 nav ul.active:hover a {
  color: White;
}
main section.mlb {
  padding: 15% 0;
  border-bottom: #6f6f6f dashed 2px;
}
main section.mlb h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 3rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  padding: 10% 0 2%;
  text-decoration-color: #FFCB00;
  text-decoration-thickness: 8px;
}
main section.mlb h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  text-align: center;
  padding-bottom: 5%;
  font-size: 1.2rem;
}
main section.mlb h4 {
  font-family: "univers-next-pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  text-align: center;
  width: 60%;
  margin: 0 20%;
  padding-bottom: 10%;
  font-size: 1.3rem;
}
main section.mlb .mlb-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
main section.mlb .mlb-container figure {
  width: 100%;
}
main section.mlb .mlb-container figure img {
  max-width: 100%;
  border: #3f3f3f solid 1px;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  display: block;
}
main section.mlb .mlb-container figure figcaption {
  display: block;
}
main section.mlb .mlb-container figure figcaption h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  padding-top: 2%;
  text-align: center;
}
main section.mlb .mlb-container .mlb-textbox {
  display: grid;
  padding: 10% 0;
  grid-template-columns: 1fr; /* two equal columns */
}
main section.mlb .mlb-container .mlb-textbox aside {
  width: 80%;
  margin: 10% 10%;
}
main section.mlb .mlb-container .mlb-textbox aside h5 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 8%;
}
main section.mlb .mlb-container .mlb-textbox aside p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
main section.mlb .project-links {
  text-align: center;
}
main section.mlb .project-links h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  font-weight: 500;
}
main section.mlb .project-links h6 span {
  color: #2AA1EA;
}
main section.mlb .project-links nav {
  padding-top: 2%;
}
main section.mlb .project-links nav ul {
  display: inline-flex;
}
main section.mlb .project-links nav ul li {
  list-style: none;
}
main section.mlb .project-links nav ul li a {
  font-family: "univers-next-pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  color: #6f6f6f;
}
main section.martingale {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
main section.martingale h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 3rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  color: white;
  background: black;
  padding: 10% 0 0;
  text-decoration-color: #FFCB00;
  text-decoration-thickness: 8px;
  font-size: 2.8rem;
}
main section.martingale h4 {
  font-family: "univers-next-pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 300;
  font-style: normal;
  font-synthesis: none;
  text-align: center;
  padding: 7% 15% 10%;
  width: 100%;
  font-size: 1.4rem;
  background: black;
  color: white;
}
main section.martingale .sticky {
  position: sticky;
  top: var(--header-h, 0);
  z-index: 9999;
}
main section.martingale .sticky section.filter-nav {
  position: relative;
  background: black;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
main section.martingale .sticky section.filter-nav h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 3rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  color: white;
}
main section.martingale .sticky section.filter-nav .years-container h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.2rem;
  color: #6f6f6f;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #9f9f9f;
  grid-column: 1/-1;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 5px 0 0 5px;
  display: block;
}
main section.martingale .sticky section.filter-nav .years-container nav.years {
  position: sticky;
  top: var(--header-h); /* use 0 if you want it at the very top */
  z-index: 1000;
  margin-top: 5px;
  display: flex;
}
main section.martingale .sticky section.filter-nav .years-container nav.years ul {
  background: white;
  list-style: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-right: 3px dashed black;
}
main section.martingale .sticky section.filter-nav .years-container nav.years ul:last-child {
  border-right: none;
}
main section.martingale .sticky section.filter-nav .years-container nav.years ul li {
  text-align: center;
  width: 100%;
  height: 100%;
}
main section.martingale .sticky section.filter-nav .years-container nav.years ul li a {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 900;
  font-style: normal;
  font-synthesis: none;
  letter-spacing: 1px;
  font-size: 1rem;
  color: black;
  white-space: nowrap;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px 0;
}
main section.martingale .sticky section.filter-nav .years-container nav.years ul li a.active {
  background: #FFCB00;
}
main section.martingale .sticky section.filter-nav .years-container nav.years ul li a:hover:not(.active) {
  background: #111;
  color: white;
  border-left: 3px solid black;
}
main section.martingale .sticky section.filter-nav .filter-container {
  width: 90%;
  margin: 0 5%;
}
main section.martingale .sticky section.filter-nav .filter-container nav.filter {
  margin-top: 0px;
  display: inline-flex;
  width: 100%;
}
main section.martingale .sticky section.filter-nav .filter-container nav.filter ul {
  width: 100%;
  justify-content: center;
  list-style: none;
}
main section.martingale .sticky section.filter-nav .filter-container nav.filter ul li {
  text-align: center;
  padding: 5px 0 15px;
}
main section.martingale .sticky section.filter-nav .filter-container nav.filter ul li a {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  letter-spacing: 1px;
  color: white;
  white-space: nowrap;
  font-size: 1.3rem;
  padding-bottom: 2%;
  text-decoration: none;
}
main section.martingale .sticky section.filter-nav .filter-container nav.filter ul li a.active {
  border-bottom: #2AA1EA solid 7px;
}
main section.martingale section.league-data {
  padding: 10% 0 15%;
  background: #F2F2F2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-bottom: #3f3f3f dashed 2px;
}
main section.martingale section.league-data .league-american {
  width: 100%;
  height: auto;
  background: #BA0D2F;
  position: sticky;
  top: 99px;
}
main section.martingale section.league-data .league-american h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 3rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  font-size: 1.6rem;
  background: #F2F2F2;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5%;
  margin-left: 10%;
  text-decoration: none;
}
main section.martingale section.league-data .league-american .american {
  color: #BA0D2F;
}
main section.martingale section.league-data .league-national {
  background: #00A3E0;
  position: sticky;
  top: 99px;
}
main section.martingale section.league-data .league-national h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 3rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  font-size: 1.7rem;
  background: #F2F2F2;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5%;
  margin-left: 10%;
  text-decoration: none;
}
main section.martingale section.league-data .league-national .national {
  color: #00A3E0;
}
main section.martingale section.league-data nav.division {
  display: inline-flex;
  width: 100%;
  position: sticky;
  top: 129px;
  background: #F2F2F2;
}
main section.martingale section.league-data nav.division ul {
  width: 100%;
  justify-content: center;
  list-style: none;
}
main section.martingale section.league-data nav.division ul li {
  text-align: center;
  padding: 5px 0 15px;
}
main section.martingale section.league-data nav.division ul li a {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  letter-spacing: 1px;
  color: black;
  white-space: nowrap;
  font-size: 1.3rem;
  text-decoration: none;
}
main section.martingale section.league-data nav.division ul li a.active {
  border-bottom: #3f3f3f solid 7px;
}
main section.martingale section.league-data .data-container {
  padding: 15% 0 0;
}
main section.martingale section.league-data .data-container figure {
  padding: 3% 5%;
  width: 100%;
}
main section.martingale section.league-data .data-container figure img {
  max-width: 100%;
  display: block;
  border: #3f3f3f soild 1px;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.martingale section.league-data .data-container aside.analysis-copy {
  width: 80%;
  margin: 5% 10% 0 10%;
  text-align: justify;
  justify-self: start;
}
main section.martingale section.league-data .data-container aside.analysis-copy p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  display: none;
}
main section.martingale section.league-data .data-container aside.analysis-copy p.active {
  display: block;
  border: #3f3f3f soild 1px;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  background: white;
  padding: 5%;
}
main section.pre-top10 {
  padding: 15% 5%;
  background: black;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
main section.pre-top10 h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 3rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  color: white;
  text-decoration-color: #FFCB00;
  text-decoration-thickness: 8px;
  font-size: 2.8rem;
}
main section.pre-top10 figure {
  text-align: center;
  padding: 5% 0 5% 0;
}
main section.pre-top10 figure img {
  max-width: 100%;
}
main section.pre-top10 h4 {
  font-family: "univers-next-pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 300;
  font-style: normal;
  font-synthesis: none;
  text-align: center;
  color: white;
  padding: 15% 10% 10%;
  width: 100%;
  font-size: 1.4rem;
}
main section.pre-top10 .sticky {
  position: sticky;
  top: var(--header-h, 0);
  z-index: 9999;
}
main section.pre-top10 .sticky section.filter-nav {
  position: relative;
  background: black;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
main section.pre-top10 .sticky section.filter-nav h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 3rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  color: white;
}
main section.pre-top10 .sticky section.filter-nav .years-container h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.2rem;
  color: #6f6f6f;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #9f9f9f;
  grid-column: 1/-1;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 5px 0 0 5px;
  display: block;
}
main section.pre-top10 .sticky section.filter-nav .years-container nav.years {
  position: sticky;
  top: var(--header-h); /* use 0 if you want it at the very top */
  z-index: 1000;
  margin-top: 5px;
  display: flex;
}
main section.pre-top10 .sticky section.filter-nav .years-container nav.years ul {
  background: white;
  list-style: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-right: 3px dashed black;
}
main section.pre-top10 .sticky section.filter-nav .years-container nav.years ul:last-child {
  border-right: none;
}
main section.pre-top10 .sticky section.filter-nav .years-container nav.years ul li {
  text-align: center;
  width: 100%;
  height: 100%;
}
main section.pre-top10 .sticky section.filter-nav .years-container nav.years ul li a {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 900;
  font-style: normal;
  font-synthesis: none;
  letter-spacing: 1px;
  color: black;
  white-space: nowrap;
  font-size: 1rem;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px 0;
}
main section.pre-top10 .sticky section.filter-nav .years-container nav.years ul li a.active {
  background: #FFCB00;
}
main section.pre-top10 .sticky section.filter-nav .years-container nav.years ul li a:hover:not(.active) {
  background: #111;
  color: white;
  border-left: 3px solid black;
}
main section.pre-top10 .sticky section.filter-nav .filter-container {
  width: 90%;
  margin: 0 5%;
}
main section.pre-top10 .sticky section.filter-nav .filter-container nav.filter {
  margin-top: 0px;
  display: inline-flex;
  width: 100%;
}
main section.pre-top10 .sticky section.filter-nav .filter-container nav.filter ul {
  width: 100%;
  justify-content: center;
  list-style: none;
}
main section.pre-top10 .sticky section.filter-nav .filter-container nav.filter ul li {
  text-align: center;
  padding: 10px 0 15px;
}
main section.pre-top10 .sticky section.filter-nav .filter-container nav.filter ul li a {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  letter-spacing: 1px;
  font-size: 2rem;
  color: white;
  white-space: nowrap;
  font-size: 1.3rem;
  padding-bottom: 2%;
  text-decoration: none;
}
main section.pre-top10 .sticky section.filter-nav .filter-container nav.filter ul li a.active {
  border-bottom: #2AA1EA solid 7px;
}
main section.pre-top10 .pre-data {
  padding: 10% 0;
}
main section.pre-top10 .pre-data .winnings {
  width: 90%;
  margin: 0 5%;
}
main section.pre-top10 .pre-data .winnings figure {
  text-align: center;
}
main section.pre-top10 .pre-data .winnings figure img {
  max-width: 100%;
}
main section.pre-top10 .pre-data .winnings h4 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.6rem;
  text-align: center;
  color: white;
  font-weight: 400;
  padding: 5% 0;
}
main section.pre-top10 .pre-data .winnings h4 .value {
  background: #F2F2F2;
  padding: 5px 10px;
}
main section.pre-top10 .pre-data aside figure {
  text-align: center;
  width: 90%;
  margin: 0 5%;
}
main section.pre-top10 .pre-data aside figure img {
  max-width: 100%;
}
main section.pre-top10 .content {
  width: 90%;
  margin: 0 5%;
  border-top: #F2F2F2 1px solid;
  border-bottom: #F2F2F2 1px solid;
  padding: 2% 0;
}
main section.pre-top10 .content p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: #F2F2F2;
  text-align: justify;
}
main section.bankroll {
  padding: 15% 0%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
main section.bankroll h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 3rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  color: black;
  text-decoration-color: #FFCB00;
  text-decoration-thickness: 10px;
  font-size: 2.8rem;
}
main section.bankroll .content {
  width: 80%;
  margin: 10% 10% 15%;
  border-top: black 1px solid;
  border-bottom: black 1px solid;
  padding: 2% 0;
}
main section.bankroll .content p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: black;
  text-align: justify;
}
main section.bankroll .sticky {
  position: sticky;
  top: var(--header-h, 0);
  z-index: 9999;
  background: black;
}
main section.bankroll .sticky .teams-container {
  position: relative;
  background: white;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
main section.bankroll .sticky .teams-container .bankroll-nav {
  display: flex;
  flex-direction: column;
  padding-top: 0%;
  background: black;
  padding-bottom: 1px;
}
main section.bankroll .sticky .teams-container .bankroll-nav h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.2rem;
  color: #6f6f6f;
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #9f9f9f;
  padding: 5px 0 0 5px;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.years {
  display: flex;
  background: black;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.years a {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 900;
  font-style: normal;
  font-synthesis: none;
  flex: 1;
  text-align: center;
  padding: 4px 0;
  color: black;
  text-decoration: none;
  background: white;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 3px dashed black;
  border-top: 0px solid black;
  border-bottom: 2px solid black;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.years a:first-child {
  border-left: 3px solid black;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.years a:last-child {
  border-right: 3px solid black;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.years a.active {
  background: #FFCB00;
  font-weight: 700;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.years a:hover:not(.active) {
  background: #111;
  color: white;
  border-left: 3px solid black;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.filter {
  display: flex;
  background: black;
  width: 100%;
  padding: 0 5%;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.filter ul {
  width: 100%;
  justify-content: center;
  list-style: none;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.filter ul li {
  text-align: center;
  padding: 5px 0 15px;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.filter ul li a {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  letter-spacing: 1px;
  color: white;
  white-space: nowrap;
  font-size: 1.2rem;
  padding-bottom: 2%;
  text-decoration: none;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.filter ul li a:last-child {
  border-right: none;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.filter ul li a.active {
  border-bottom: #2AA1EA solid 5px;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.divisions-nav {
  display: flex;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.divisions-nav .division {
  flex: 1;
  padding: 6px 0;
  border: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid black;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.divisions-nav .division.american {
  background: #BA0D2F;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.divisions-nav .division.national {
  background: #003a78;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.divisions-nav .division:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.divisions-nav .division.active {
  background: #2AA1EA;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav {
  display: none;
  background: #1c1c1c;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav.active {
  display: flex;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a {
  flex: 1;
  text-align: center;
  padding: 3px 0;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 1px;
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 900;
  font-style: normal;
  font-synthesis: none;
  color: black;
  text-transform: uppercase;
  background: #E6E6E6;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
  border: 1px solid black;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=BAL].active {
  background-color: #FF671F !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=BOS].active {
  background-color: #BD3039 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=NYY].active {
  background-color: #0C2340 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=TBR].active {
  background-color: #8FBCE6 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=TOR].active {
  background-color: #134A8E !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=CHW].active {
  background-color: #231F20 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=CLE].active {
  background-color: #AA242C !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=DET].active {
  background-color: #FA4616 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=KCR].active {
  background-color: #48A1DB !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=MIN].active {
  background-color: #113174 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=HOU].active {
  background-color: #EB6E1F !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=LAA].active {
  background-color: #BA0021 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=OAK].active {
  background-color: #016940 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=SEA].active {
  background-color: #31ABE3 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=TEX].active {
  background-color: #0033A0 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=ATL].active {
  background-color: #CC0028 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=MIA].active {
  background-color: #00A6E6 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=NYM].active {
  background-color: #FF4600 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=PHI].active {
  background-color: #FD0014 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=WSN].active {
  background-color: #10235E !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=CHC].active {
  background-color: #002F6C !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=CIN].active {
  background-color: #C6011F !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=MIL].active {
  background-color: #B6922E !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=PIT].active {
  background-color: #FDB827 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=STL].active {
  background-color: #C41E3A !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=ARI].active {
  background-color: #E0D5B1 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=COL].active {
  background-color: #2E046A !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=LAD].active {
  background-color: #255997 !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=SDP].active {
  background-color: #2D241E !important;
  color: white;
}
main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a[data-team=SFG].active {
  background-color: #EA6535 !important;
  color: white;
}
main section.bankroll .chart-wrapper {
  padding: 15% 0;
}
main section.bankroll .chart-wrapper figure {
  width: 90%;
  margin: 0 0% 0 2%;
}
main section.bankroll .chart-wrapper figure img {
  max-width: 100%;
}
main section.bankroll .chart-wrapper figure.second {
  width: 91%;
  margin: 0 0 0 6%;
}
main section.bankroll .chart-wrapper figure.second img {
  max-width: 100%;
}
main section.insights {
  padding: 15% 0%;
  background: #F2F2F2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
main section.insights h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 3rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  color: black;
  text-decoration-color: #FFCB00;
  text-decoration-thickness: 10px;
}
main section.insights .content {
  width: 80%;
  margin: 10% 10% 15%;
  border-top: black 1px solid;
  border-bottom: black 1px solid;
  padding: 2% 0;
}
main section.insights .content p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: black;
  text-align: justify;
}
main section.insights aside {
  display: flex;
  justify-content: center;
  padding-top: 5%;
}
main section.insights aside .qoute {
  display: block;
  width: 80%;
  padding: 6% 10%;
  background: white;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.insights aside .qoute h4 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.2rem;
  color: #3f3f3f;
  line-height: 1.5;
  opacity: 1;
  text-align: left;
}
main section.insights aside .qoute .quote-top,
main section.insights aside .qoute .quote-bottom {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  color: #3f3f3f;
  opacity: 0.3;
}
main section.insights aside .qoute .quote-top {
  text-align: left;
  align-items: baseline;
  line-height: 0;
  padding-top: 6%;
}
main section.insights aside .qoute .quote-bottom {
  text-align: right;
  margin-top: 10px;
  line-height: 0;
}
main section.insights .disclaimer {
  width: 80%;
  margin: 20% 10% 0%;
  opacity: 0.5;
}
main section.insights .disclaimer h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.6rem;
  color: #2AA1EA;
  font-size: 1.2rem;
  color: #111;
  text-align: center;
  padding-bottom: 10px;
}
main section.insights .disclaimer p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: justify;
}
main section.design-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 5% 5% 15%;
}
main section.design-hero .drawing-container {
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 3px solid black;
  margin-bottom: 10%;
}
main section.design-hero .drawing-container figure {
  width: 100%;
}
main section.design-hero .drawing-container figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
main section.design-hero h1 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  font-size: 3.2rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
  margin-bottom: 0%;
}
main section.design-hero h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: center;
  font-weight: 100;
  font-size: 1.2rem;
  margin-bottom: 10%;
  padding-top: 5px;
}
main section.design-hero .qoute {
  display: block;
  width: 80%;
  padding: 6% 10%;
  margin: 0 10%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 87%, rgb(212, 212, 212) 100%);
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.design-hero .qoute h4 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.2rem;
  color: #3f3f3f;
  line-height: 1.5;
  opacity: 0.8;
  text-align: left;
}
main section.design-hero .qoute .quote-top,
main section.design-hero .qoute .quote-bottom {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  color: #3f3f3f;
  opacity: 0.2;
}
main section.design-hero .qoute .quote-top {
  text-align: left;
  align-items: baseline;
  line-height: 0;
  padding-top: 6%;
}
main section.design-hero .qoute .quote-bottom {
  text-align: right;
  margin-top: 10px;
  line-height: 0;
}
main section.project-nav {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: sticky;
  top: var(--header-h, 0);
  z-index: 9999;
  padding: 0 0;
}
main section.project-nav h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 500;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.2rem;
  color: #2AA1EA;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
}
main section.project-nav nav {
  margin-top: 0px;
  width: 100%;
  display: inline-flex;
}
main section.project-nav nav ul {
  background: black;
  list-style: none;
  padding: 0 4%;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-right: 3px dashed white;
}
main section.project-nav nav ul:last-child {
  border-right: none;
}
main section.project-nav nav ul:not(.active):hover {
  background: #2AA1EA;
}
main section.project-nav nav ul.active {
  background: #FFCB00;
}
main section.project-nav nav ul.active:hover {
  background: #FFCB00;
}
main section.project-nav nav ul.active a {
  color: black;
}
main section.project-nav nav ul li {
  /*flex: 1; */
  text-align: center;
  padding: 10px 0 10px;
}
main section.project-nav nav ul li a {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  letter-spacing: 1px;
  color: white;
  white-space: nowrap;
  font-size: 100%;
  text-decoration: none;
}
main section.project-nav nav.active:hover {
  background: #FFCB00;
}
main section.project-nav nav.active:hover a {
  color: black;
}
main section.infographic {
  /* width: 100vw; */
  /* margin-left: calc(50% - 50vw); */
  padding: 10% 10% 0;
}
main section.infographic h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  font-size: 2.2rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
}
main section.infographic .container {
  display: grid;
  padding-bottom: 10%;
}
main section.infographic .container h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 200;
  font-style: normal;
  font-synthesis: none;
  font-size: 2.8rem;
  padding: 20% 0 2%;
}
main section.infographic .container aside {
  width: 100%;
  margin: 5% 0% 10%;
}
main section.infographic .container aside p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: justify;
}
main section.infographic .fig-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-bottom: 15%;
  border-bottom: 2px black dashed;
}
main section.infographic .fig-wrap .zoom {
  width: 100%;
  /*margin-left: calc(50% - 50vw);*/
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.infographic .fig-wrap .zoom img {
  max-width: 100%;
  display: block;
}
main section.infographic .fig-wrap .zoom .zoom-icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 1.2rem;
  padding: 8px;
  border-radius: 50%;
  opacity: 0.8;
}
main section.infographic .fig-wrap .zoom .zoom-icon :hover {
  opacity: 1;
}
main section.infographic .fig-wrap figcaption {
  width: 90vw;
  margin-left: calc(50% - 45vw);
  text-align: center;
  padding: 10px 0%;
}
main section.infographic .fig-wrap figcaption h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}
main section.ux-ui {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #fb5633;
  padding: 10% 10%;
}
main section.ux-ui h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  font-size: 2.2rem;
  text-align: center;
  color: white;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: white;
}
main section.ux-ui .uxui-container {
  display: grid;
  padding: 0 5% 10%;
}
main section.ux-ui .uxui-container aside h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 200;
  font-style: normal;
  font-synthesis: none;
  font-size: 2.8rem;
  padding: 20% 0 10%;
  color: white;
}
main section.ux-ui .uxui-container aside p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: justify;
  color: white;
}
main section.ux-ui .uxui-container aside h4 {
  text-align: center;
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.6rem;
  color: #2AA1EA;
  font-size: 1.5rem;
  color: white;
  padding: 10% 0 0%;
  font-weight: 400;
}
main section.ux-ui .uxui-container aside h6 {
  text-align: center;
  padding: 15% 0 10%;
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.6rem;
  color: #2AA1EA;
  font-size: 1rem;
}
main section.ux-ui .uxui-container aside h6 a {
  padding: 10px;
  color: #EA6535;
  background: white;
  font-size: 1.4rem;
}
main section.ux-ui .uxui-container aside h6 a:hover {
  color: #EA6535;
  background: white;
  color: white;
  background: black;
}
main section.ux-ui .uxui-container aside.images {
  display: inline-flex;
  padding: 10% 0;
  width: 90vw;
  margin-left: calc(50% - 45vw);
}
main section.ux-ui .uxui-container aside.images figure {
  width: 30%;
}
main section.ux-ui .uxui-container aside.images figure img {
  max-width: 100%;
  display: block;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.ux-ui .uxui-container aside.images figure img.first {
  margin-bottom: 20%;
}
main section.ux-ui .uxui-container aside.images figure h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
  color: white;
  padding: 20px 0;
  font-size: 0.8rem;
}
main section.ux-ui .uxui-container aside.images .web {
  width: 70%;
  padding-right: 20px;
}
main section.ux-ui .uxui-container aside.images .second {
  padding-left: 20px;
}
main section.logo {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 10% 10% 0;
  overflow-x: hidden;
}
main section.logo h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  font-size: 2.2rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
  padding: 10% 0 2%;
}
main section.logo .softpool {
  padding: 10% 5% 30%;
  border-bottom: 2px black dashed;
}
main section.logo .softpool aside {
  margin-bottom: 20%;
}
main section.logo .softpool aside figure img {
  max-width: 100%;
  display: block;
}
main section.logo .softpool aside h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 200;
  font-style: normal;
  font-synthesis: none;
  font-size: 2.8rem;
  padding: 10% 0 10%;
}
main section.logo .softpool aside p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: justify;
}
main section.logo .softpool .slider {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth iOS scroll */
  padding: 0 0 20px;
  scroll-snap-type: x mandatory;
  width: 100vw;
  margin-left: calc(50% - 48vw);
}
main section.logo .softpool .slider figure {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0 0px 0 0; /* right padding helps the “peek” feel */
}
main section.logo .softpool .slider figure img {
  flex: 0 0 85%; /* <- tweak: 80–88% for more/less peek */
  max-width: 85%;
  height: auto;
  display: block;
  scroll-snap-align: start;
  border-radius: 12px; /* optional */
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  border: gray 0.5px solid;
}
main section.logo .colombianita {
  padding: 10% 0 20%;
  border-bottom: 2px black dashed;
}
main section.logo .colombianita aside {
  margin: 0% 5% 20%;
}
main section.logo .colombianita aside h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 200;
  font-style: normal;
  font-synthesis: none;
  font-size: 2.8rem;
  padding: 10% 0 0;
  text-align: center;
}
main section.logo .colombianita aside figure {
  padding: 15% 0 15%;
  width: 70%;
  margin: auto;
}
main section.logo .colombianita aside figure img {
  max-width: 100%;
  display: block;
}
main section.logo .colombianita aside p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: justify;
  padding-bottom: 5%;
}
main section.logo .colombianita aside .layout-container {
  width: 80vw;
  margin-left: calc(50% - 40vw);
}
main section.logo .colombianita aside .layout-container .second {
  padding: 10% 0 0%;
  width: 100%;
  margin: auto;
}
main section.logo .colombianita aside .layout-container .second img {
  max-width: 100%;
  display: block;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.logo .colombianita aside .video-wrap {
  width: 80vw; /* BIG on mobile */
  max-width: 100%;
  margin: 5% auto 0%; /* center it */
  aspect-ratio: 16/9;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  border: 1px white solid;
}
main section.logo .colombianita aside .video-wrap video {
  max-width: 100%;
  display: block;
}
main section.logo .conamor {
  padding: 10% 0 20%;
  border-bottom: 2px black dashed;
}
main section.logo .conamor aside {
  margin-bottom: 20%;
}
main section.logo .conamor aside h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 200;
  font-style: normal;
  font-synthesis: none;
  font-size: 2.7rem;
  padding: 10% 0;
  text-align: center;
}
main section.logo .conamor aside figure {
  padding: 0% 0 15%;
  width: 70%;
  margin: auto;
}
main section.logo .conamor aside figure img {
  max-width: 100%;
  display: block;
}
main section.logo .conamor aside p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: justify;
}
main section.logo .conamor aside .layout-container {
  width: 80vw;
  margin-left: calc(50% - 40vw);
}
main section.logo .conamor aside .layout-container .second {
  padding: 10% 0 0%;
  width: 100%;
  margin: auto;
}
main section.logo .conamor aside .layout-container .second img {
  max-width: 100%;
  display: block;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.logo .conamor aside .layout-container .third {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  width: 100%;
  margin: 0% auto 0;
  padding: 20px 0 1%;
  /* Top row – 2 rectangular images */
  /* Bottom row – 3 vertical images */
}
main section.logo .conamor aside .layout-container .third img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.logo .conamor aside .layout-container .third img:nth-child(1),
main section.logo .conamor aside .layout-container .third img:nth-child(2) {
  grid-column: span 3; /* 6-column grid → 2 items */
  aspect-ratio: 16/9;
}
main section.logo .conamor aside .layout-container .third img:nth-child(3),
main section.logo .conamor aside .layout-container .third img:nth-child(4),
main section.logo .conamor aside .layout-container .third img:nth-child(5) {
  grid-column: span 2; /* 6-column grid → 3 items */
  aspect-ratio: 3/4;
}
main section.logo .conamor aside .layout-container .video-wrap {
  width: 80vw; /* BIG on mobile */
  max-width: 100%;
  margin: 20px auto 0%; /* center it */
  aspect-ratio: 16/9;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  border: 1px white solid;
}
main section.logo .conamor aside .layout-container .video-wrap video {
  max-width: 100%;
  display: block;
}
main section.logo .conamor aside h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
  padding-top: 10%;
}
main section.motion {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0% 10% 20%;
  background: black;
  border-bottom: solid 1px white;
}
main section.motion h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  font-size: 2.2rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
  padding: 10% 0 2%;
  color: white;
}
main section.motion .motion-container h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 200;
  font-style: normal;
  font-synthesis: none;
  font-size: 2.8rem;
  padding: 10% 0 0;
  text-align: center;
  color: white;
}
main section.motion .motion-container .video-wrap {
  width: 80vw; /* BIG on mobile */
  max-width: 100%;
  margin: 10% auto 0%; /* center it */
  aspect-ratio: 16/9;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  border: 1px white solid;
}
main section.motion .motion-container .video-wrap video {
  max-width: 100%;
  display: block;
}
main section.motion .motion-container p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: justify;
  color: white;
  width: 80vw;
  margin: 10% auto;
}
main section.survey {
  display: flow-root;
  padding: 5% 0 15%;
  border-bottom: #3f3f3f 4px dashed;
}
main section.survey .map-switch .map-figure {
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  border: black 1px solid;
}
main section.survey .map-switch .map-figure img {
  width: 100%;
  display: block;
}
main section.survey .map-switch h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: center;
  padding: 10px 0 0%;
}
main section.survey .map-switch .map-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 5% 0 5%;
}
main section.survey .map-switch .map-tabs .tab {
  border: 2px solid #000;
  background: #fff;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 600;
}
main section.survey .map-switch .map-tabs .tab:active {
  background: #FFCB00;
}
main section.survey .map-switch .map-tabs .tab:hover {
  background: #FFCB00;
}
main section.survey .map-switch .map-tabs .active {
  background: #FFCB00;
}
main section.survey .container {
  padding: 5% 0;
}
main section.survey .container h1.name {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  font-size: 4rem;
  text-align: center;
  letter-spacing: 1px;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
}
main section.survey .container h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: center;
  font-weight: 100;
  font-size: 1.2rem;
}
main section.survey h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 200;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
main section.survey h2 span {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 900;
  font-style: normal;
  font-synthesis: none;
  opacity: 0;
}
main section.survey aside {
  display: flex;
  justify-content: center;
  padding-top: 5%;
}
main section.survey aside p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: justify;
  color: black;
  width: 80vw;
  margin: 5% auto;
}
main section.survey .survey-types {
  margin: 8% auto;
  max-width: 900px;
  text-align: center;
}
main section.survey .survey-types h3 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  font-size: 2.2rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
  padding-bottom: 10%;
}
main section.survey .survey-types ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, auto));
  gap: 16px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
main section.survey .survey-types ul li {
  font-size: 1.2rem;
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: #FFCB00;
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 200;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.4rem;
  color: black;
  letter-spacing: 1px;
  font-weight: 400;
  letter-spacing: 0px;
}
main section.survey .award {
  padding: 10% 0 0;
}
main section.survey .award .wrap {
  display: flex;
  flex-direction: column; /* mobile stack */
  gap: 20px;
}
main section.survey .award .wrap figure {
  width: 90%;
  margin: auto;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.survey .award .wrap figure img {
  width: 100%;
  height: auto;
  display: block;
}
main section.scan {
  padding: 10% 0;
  border-bottom: dashed 2px black;
}
main section.scan h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  font-size: 2.2rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
}
main section.scan .wrap figure {
  text-align: center;
  width: 90%;
  margin: 10% auto 0;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.scan .wrap figure img {
  max-width: 100%;
  display: block;
}
main section.scan .wrap figure .amazon {
  width: 50%;
  margin: 15% 0 5%;
}
main section.scan .wrap figcaption h6 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  padding-top: 10px;
}
main section.scan .wrap aside {
  display: flex;
  justify-content: center;
  padding-top: 5%;
}
main section.scan .wrap aside p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: justify;
  color: black;
  width: 80vw;
  margin: 5% auto;
}
main section.scan .wrap .video p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: center;
}
main section.scan .wrap .video .video-wrap {
  width: 80vw; /* BIG on mobile */
  max-width: 100%;
  margin: 5% auto 0%; /* center it */
  aspect-ratio: 16/9;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  border: 1px white solid;
}
main section.scan .wrap .video .video-wrap video {
  max-width: 100%;
  display: block;
}
main section.scan .wrap .video figcaption h6 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  padding: 10px 0 0;
}
main section.drone {
  padding: 10% 0;
  border-bottom: dashed 2px black;
}
main section.drone h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  font-size: 2.2rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
}
main section.drone .wrap aside {
  display: flex;
  justify-content: center;
  padding-top: 5%;
}
main section.drone .wrap aside p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: justify;
  color: black;
  width: 80vw;
  margin: 5% auto;
}
main section.drone .wrap .video p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: center;
}
main section.drone .wrap .video .video-wrap {
  width: 80vw; /* BIG on mobile */
  max-width: 100%;
  margin: 5% auto 0%; /* center it */
  aspect-ratio: 16/9;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  border: 1px white solid;
}
main section.drone .wrap .video .video-wrap video {
  max-width: 100%;
  display: block;
}
main section.drone .wrap .video figcaption h6 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  padding: 10px 0 0;
}
main section.drafting {
  padding: 10% 0;
  border-bottom: dashed 2px black;
}
main section.drafting h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  font-size: 2.2rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
}
main section.drafting .wrap figure {
  text-align: center;
  width: 90%;
  margin: 10% auto 0;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.drafting .wrap figure img {
  max-width: 100%;
  display: block;
}
main section.drafting .wrap figcaption h6 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  padding-top: 10px;
}
main section.drafting .wrap aside {
  display: flex;
  justify-content: center;
  padding-top: 5%;
}
main section.drafting .wrap aside p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: justify;
  color: black;
  width: 80vw;
  margin: 5% auto;
}
main section.images {
  padding: 10% 0;
  border-bottom: dashed 2px black;
}
main section.images h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  font-size: 2.2rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
}
main section.images p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: center;
  padding: 10% 0 5%;
  width: 80%;
  margin: auto;
}
main section.images .wrap {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: calc(NaN * 1%);
}
main section.images .wrap figure {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 20px;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
}
main section.images .wrap figure img {
  width: 100%;
  display: block;
}
main section.images .wrap figure video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.zoom-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.zoom-modal img {
  max-width: 95vw;
  max-height: 95vh;
}

.scroll-wrap .back-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 0px;
  background: #FFCB00;
  color: black;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  z-index: 9999;
  border: 3px solid black;
  /* hidden by default */
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 200ms ease, transform 200ms ease;
}

/* shown state */
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: black;
  color: white;
}

/* lightbox of oif pics */
.oif-images img {
  cursor: zoom-in;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox img {
  max-width: 95%;
  max-height: 95%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: zoom-out;
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  z-index: 10000;
  transition: background 0.2s ease;
}

.lightbox-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lightbox-arrow.prev {
  left: 20px;
}

.lightbox-arrow.next {
  right: 20px;
}

/* Hide arrows on very small screens if you want */
@media (max-width: 600px) {
  .lightbox-arrow {
    font-size: 2.2rem;
  }
}
/* contact molible section///////////*/
section.contact-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 20% 10% 8%;
  text-align: center;
}
section.contact-hero h1 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  line-height: 1.05;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
}
section.contact-hero h5 {
  margin-top: 5%;
  font-family: "univers-next-pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.2rem;
  opacity: 0.8;
}
section.contact-hero .intro {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  max-width: 820px;
  margin: 15% auto 5%;
  text-align: center;
}
section.contact-hero .contact-cards {
  margin: 38px auto 0;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
section.contact-hero .contact-cards .card {
  display: block;
  text-decoration: none;
  padding: 18px 18px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.15);
}
section.contact-hero .contact-cards .card h4 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.4rem;
  margin-bottom: 6px;
  color: #111;
}
section.contact-hero .contact-cards .card p {
  margin: 0;
  font-family: "univers-next-pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 300;
  font-style: normal;
  font-synthesis: none;
  color: #6f6f6f;
}
section.contact-hero .contact-cards .card:hover {
  transform: translateY(-2px);
  background: #FFCB00;
}

section.contact-form {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 6% 10% 14%;
}
section.contact-form h2 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 2.2rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFCB00;
  padding: 6% 0 10%;
}
section.contact-form .form {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 22px 18px;
  box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.15);
}
section.contact-form label {
  display: block;
  margin-top: 14px;
}
section.contact-form label span {
  display: block;
  font-family: "univers-next-pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  font-size: 0.95rem;
  margin-bottom: 8px;
  color: #333;
}
section.contact-form input, section.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 12px;
  padding: 14px 12px;
  font-family: "univers-next-pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 300;
  font-style: normal;
  font-synthesis: none;
  font-size: 1rem;
  outline: none;
}
section.contact-form input:focus, section.contact-form textarea:focus {
  border-color: #111;
  box-shadow: 0 0 0 4px rgba(255, 203, 0, 0.25);
}
section.contact-form textarea {
  resize: vertical;
  min-height: 160px;
}
section.contact-form .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
section.contact-form .actions {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  align-items: center;
}
section.contact-form .actions button {
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  background: #FFCB00;
  color: #111;
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.2rem;
  cursor: pointer;
}
section.contact-form .actions button:hover {
  transform: translateY(-1px);
}
section.contact-form .actions .note {
  margin: 0;
  text-align: center;
  color: #6f6f6f;
}
section.contact-form .actions .note a {
  color: #111;
}

/* Footer */
footer {
  position: relative;
  background: black;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 10% 0 0;
}
footer h3 {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  color: white;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 2px;
}
footer h4 {
  font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 200;
  font-style: normal;
  font-synthesis: none;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  padding: 1% 0 10%;
}
footer .connect {
  text-align: center;
}
footer .connect a {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.6rem;
  padding: 1% 5% 2%;
  background: white;
  color: black;
  border-radius: 15px;
}
footer .connect a:hover {
  background: #FFCB00;
}
footer .social-container {
  text-align: center;
  width: 80%;
  margin: 10% 10% 8%;
  display: inline-flex;
  justify-content: space-evenly;
}
footer .social-container .social-media {
  display: block;
}
footer .social-container .social-media figure img {
  max-width: 40%;
}
footer .social-container .social-media figcaption h5 a {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 200;
  font-style: normal;
  font-synthesis: none;
  color: white;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-decoration: none;
}
footer .social-container .social-media figcaption h5 a:hover {
  color: #FFCB00;
}
footer .logo-name-footer {
  font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 500;
  font-style: normal;
  font-synthesis: none;
  /* Heavy Condensed (must be in your kit) */
  line-height: 1;
  font-size: 5rem;
  color: white;
  text-align: center;
}
footer .logo-name-footer span {
  display: inline-block;
  position: relative;
  left: 1%;
}
footer .logo-name-footer .logo-name-footer {
  content: attr(data-last);
}
footer p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: white;
  font-size: 1rem;
  text-align: center;
}

/* ============================================= 
-------------- Tablet and Up -----------------t1
============================================= */
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    padding-bottom: 0;
  } /* 18px */
  header .logo-name {
    font-size: 3.25rem;
    text-align: left;
  }
  header .nav-toggle {
    display: none;
  }
  header nav.site-nav {
    display: flex;
    float: inline-end;
    justify-content: end;
    width: 100%;
    /* 🔑 reset mobile animation state */
    max-height: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    overflow: visible;
    padding-top: 1%;
    border-top: black 3px solid;
  }
  header nav.site-nav ul.nav-list {
    display: flex;
  }
  header nav.site-nav ul.nav-list li {
    border-bottom: 0;
    border-right: 3px dashed #fff;
    padding: 0;
  }
  header nav.site-nav ul.nav-list li a.nav-link {
    display: block;
    padding: 12px 2vw;
    font-size: 1.4rem;
  }
  header nav.site-nav ul.nav-list li:last-child {
    border-right: 0;
  }
  main {
    /* About me section */
    /* Companies Section */
    /* OIF images Section */
  }
  main section.self .container h1.name {
    font-size: 6.5rem;
  }
  main section.self .container h5 {
    font-size: 1.5rem;
  }
  main section.self h2 {
    width: 300px;
    margin: 0 auto;
    font-size: 1.9rem;
  }
  main section.self aside .text-box {
    width: 70%;
    padding: 5% 10%;
  }
  main section.self aside .text-box h4 {
    font-size: 1.4rem;
  }
  main section.self aside .text-box h6 {
    font-size: 1.1rem;
  }
  main section.about-me {
    padding: 15% 0;
  }
  main section.about-me aside {
    padding: 0 10%;
  }
  main section.about-me aside h2 {
    font-size: 2.4rem;
    padding: 5% 0;
  }
  main section.about-me aside p {
    font-size: 1.5rem;
    padding: 5% 0;
    line-height: 1.9rem;
  }
  main section.about-me figure {
    padding: 10% 0;
  }
  main section.about-me figure img {
    width: 100%;
  }
  main section.about-me figure.all-teams img {
    width: 100%;
    margin: 0 0%;
  }
  main section.about-me figure.all-teams figcaption {
    margin-right: 10%;
  }
  main section.about-me figure.all-teams figcaption h6 {
    font-size: 1.3rem;
  }
  main section.companies {
    padding: 15% 0;
  }
  main section.companies h2 {
    font-size: 3rem;
    width: 60%;
    margin: 0 20%;
  }
  main section.companies .container-sm-logo {
    padding: 5%;
    width: 100%;
    margin: 10% auto 0;
  }
  main section.companies .container-sm-logo figure {
    flex: 0 0 25%; /* Sets width for 3 items per row, adjusting for gap */
  }
  main section.companies .container-sm-logo figure img {
    max-width: 90%;
  }
  main section.companies .total-station figure img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  main section.companies .total-station figure figcaption h6 {
    font-size: 1.3rem;
  }
  main section.hobbies h2 {
    font-size: 3rem;
  }
  main section.hobbies .hobby-contain {
    padding: 10% 20%;
  }
  main section.hobbies .hobby-contain h4 {
    font-size: 2.3rem;
  }
  main section.hobbies .hobby-contain p {
    line-height: 1.9rem;
  }
  main section.oif-pics h2 {
    font-size: 2.7rem;
  }
  main section.oif-pics h3 {
    font-size: 1.5rem;
    width: 60%;
    margin: 0 20%;
  }
  main section.oif-pics h4 {
    font-size: 1.4rem;
  }
  main section.oif-pics .oif-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  /* ------------------------->>>>>>>>>> resume page tablet >>>>>>
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  main {
    /* main resume tablet */
  }
  main section.profile .profile-img-contain figure img {
    max-width: 300px;
  }
  main section.profile .profile-img-contain h1.name {
    font-size: 4.5rem;
  }
  main section.profile .bronze-star h3 {
    font-size: 2.1rem;
  }
  main section.profile aside .text-box {
    width: 60%;
    padding: 6% 10%;
    margin: 10% 20%;
  }
  main section.profile aside .text-box h4 {
    font-size: 1.2rem;
    line-height: 1.5;
    opacity: 0.8;
  }
  main section.resume .education h2,
  main section.resume .awards h2,
  main section.resume .proficiency h2,
  main section.resume .experience h2,
  main section.resume .management h2 {
    font-size: 1.7rem;
  }
  main section.resume .education .container h3,
  main section.resume .awards .container h3,
  main section.resume .proficiency .container h3,
  main section.resume .experience .container h3,
  main section.resume .management .container h3 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 400;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.2rem;
    color: #6f6f6f;
    line-height: inherit;
    font-size: 1.3rem;
  }
  main section.resume .education .container h4,
  main section.resume .awards .container h4,
  main section.resume .proficiency .container h4,
  main section.resume .experience .container h4,
  main section.resume .management .container h4 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 500;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.2rem;
    color: #2AA1EA;
    line-height: inherit;
    font-size: 1.3rem;
  }
  main section.resume .education .container h5,
  main section.resume .awards .container h5,
  main section.resume .proficiency .container h5,
  main section.resume .experience .container h5,
  main section.resume .management .container h5 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 200;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.2rem;
    color: #2AA1EA;
    line-height: inherit;
    font-size: 1.3rem;
  }
  main section.resume .experience .container h3 {
    color: #2AA1EA;
    font-size: 1.3rem;
  }
  main section.resume .experience .container h5 {
    font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 200;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.4rem;
    color: black;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: inherit;
    font-size: 1.3rem;
  }
  main section.resume .experience .container p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
  }
  main section.resume .management .container h3 {
    color: #2AA1EA;
    font-size: 1.3rem;
  }
  main section.resume .management .container h5 {
    color: black;
    font-size: 1.3rem;
  }
  main section.resume .management .container p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
  }
  /* ------------------------->>>>>>>>>> data page tablet >>>>>>>>dt1
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  main section.data-hero {
    padding: 10% 0 15%;
  }
  main section.data-hero figure img {
    display: block;
  }
  main section.data-hero h1 {
    font-size: 3.6rem;
    width: 50%;
  }
  main section.data-hero h5 {
    font-size: 1.3rem;
  }
  main section.data-hero aside {
    padding-top: 0%;
  }
  main section.data-hero aside .text-box {
    width: 60%;
    padding: 6% 10%;
  }
  main section.data-hero aside .text-box h4 {
    font-size: 1.4rem;
  }
  main section.project-nav {
    align-items: center;
  }
  main section.project-nav h3 {
    font-size: 1.4rem;
  }
  main section.project-nav nav {
    margin-top: 1.5%;
  }
  main section.project-nav nav ul li a {
    font-size: 1.6rem;
  }
  main section.mlb {
    padding: 15% 0;
    border-bottom: #6f6f6f dashed 2px;
  }
  main section.mlb h2 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 700;
    font-style: normal;
    font-synthesis: none;
    font-size: 3rem;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
    padding: 0% 0 2%;
  }
  main section.mlb h3 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 400;
    font-style: normal;
    font-synthesis: none;
    text-align: center;
    padding-bottom: 5%;
    font-size: 1.3rem;
  }
  main section.mlb h4 {
    font-family: "univers-next-pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 400;
    font-style: normal;
    font-synthesis: none;
    text-align: center;
    width: 60%;
    margin: 0 20%;
    padding-bottom: 5%;
    font-size: 1.4rem;
  }
  main section.mlb .mlb-container {
    padding: 5% 0 0;
  }
  main section.mlb .mlb-container figure {
    width: 100%;
  }
  main section.mlb .mlb-container figure figcaption {
    display: block;
  }
  main section.mlb .mlb-container figure figcaption h6 {
    font-size: 1.3rem;
  }
  main section.mlb .mlb-container .mlb-textbox {
    padding: 10% 0;
  }
  main section.mlb .mlb-container .mlb-textbox aside {
    width: 60%;
    margin: 0% auto;
    padding: 5% 0;
  }
  main section.mlb .mlb-container .mlb-textbox aside h5 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 700;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.6rem;
    text-align: center;
    font-size: 1.7rem;
  }
  main section.mlb .mlb-container .mlb-textbox aside p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-size: 1.4rem;
  }
  main section.mlb .project-links {
    text-align: center;
  }
  main section.mlb .project-links h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    font-weight: 500;
    font-size: 1.1rem;
  }
  main section.mlb .project-links h6 span {
    color: #2AA1EA;
  }
  main section.mlb .project-links nav {
    padding-top: 2%;
  }
  main section.mlb .project-links nav ul {
    display: inline-flex;
  }
  main section.mlb .project-links nav ul li {
    list-style: none;
  }
  main section.mlb .project-links nav ul li a {
    font-family: "univers-next-pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 400;
    font-style: normal;
    font-synthesis: none;
    color: #6f6f6f;
    font-size: 1.2rem;
  }
  main section.martingale h2 {
    font-size: 3rem;
  }
  main section.martingale h4 {
    font-size: 1.5rem;
    padding: 7% 20% 10%;
  }
  main section.martingale .sticky section.filter-nav .years-container h3 {
    padding: 5px 5% 5px 10%;
  }
  main section.martingale .sticky section.filter-nav .years-container nav.years {
    width: 80%;
    margin: 0 10%;
  }
  main section.martingale .sticky section.filter-nav .years-container nav.years ul li a {
    font-size: 1.1rem;
  }
  main section.martingale .sticky section.filter-nav .filter-container h3 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 400;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.2rem;
    color: #6f6f6f;
    color: #9f9f9f;
  }
  main section.martingale .sticky section.filter-nav .filter-container nav.filter ul li {
    padding: 5px 0 15px;
  }
  main section.martingale .sticky section.filter-nav .filter-container nav.filter ul li a {
    font-size: 1.4rem;
  }
  main section.martingale section.league-data {
    padding: 5% 0 15%;
  }
  main section.martingale section.league-data .league-american {
    top: 101px;
  }
  main section.martingale section.league-data .league-american h3 {
    font-size: 1.4rem;
    padding: 0 5%;
    margin-left: 5%;
  }
  main section.martingale section.league-data .league-national {
    top: 101px;
  }
  main section.martingale section.league-data .league-national h3 {
    font-size: 1.4rem;
    padding: 0 5%;
    margin-left: 5%;
  }
  main section.martingale section.league-data nav.division {
    padding: 0% 10% 0;
    margin: 0 0;
    top: 128px;
  }
  main section.martingale section.league-data nav.division ul li {
    text-align: center;
    padding: 0px 0 15px;
  }
  main section.martingale section.league-data nav.division ul li a {
    font-size: 1.4rem;
  }
  main section.martingale section.league-data .data-container {
    padding: 10% 0 0;
  }
  main section.pre-top10 h2 {
    font-size: 3rem;
  }
  main section.pre-top10 figure {
    padding: 5% 0 5% 0;
  }
  main section.pre-top10 h4 {
    font-size: 1.4rem;
    width: 80%;
    margin: 0% 10% 0;
    text-align: center;
  }
  main section.pre-top10 .sticky section.filter-nav .years-container h3 {
    color: #9f9f9f;
    padding: 0px 5% 0px 10%;
    font-size: 0.8rem;
  }
  main section.pre-top10 .sticky section.filter-nav .years-container nav.years {
    margin-top: 5px;
    width: 80%;
    margin: 0 10%;
    display: flex;
  }
  main section.pre-top10 .sticky section.filter-nav .years-container nav.years ul {
    display: flex;
  }
  main section.pre-top10 .sticky section.filter-nav .filter-container h3 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 400;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.2rem;
    color: #6f6f6f;
    color: #9f9f9f;
  }
  main section.pre-top10 .sticky section.filter-nav .filter-container nav.filter {
    margin-top: 5px;
    display: inline-flex;
    width: 80%;
    margin: 0 10%;
  }
  main section.pre-top10 .sticky section.filter-nav .filter-container nav.filter ul {
    width: 100%;
    justify-content: center;
    list-style: none;
  }
  main section.pre-top10 .sticky section.filter-nav .filter-container nav.filter ul li {
    text-align: center;
    padding: 5px 0 15px;
  }
  main section.pre-top10 .sticky section.filter-nav .filter-container nav.filter ul li a {
    font-size: 1.4rem;
  }
  main section.pre-top10 .pre-data {
    padding: 10% 0;
    text-align: center;
  }
  main section.pre-top10 .pre-data .winnings {
    width: 90%;
    margin: 0 5%;
    padding: 5% 0 0 0;
  }
  main section.pre-top10 .pre-data .winnings h4 {
    font-size: 1.7rem;
  }
  main section.pre-top10 .content {
    width: 67%;
    margin: 0 16.5%;
  }
  main section.pre-top10 .content p {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  main section.bankroll {
    padding: 15% 0%;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  main section.bankroll h2 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 700;
    font-style: normal;
    font-synthesis: none;
    font-size: 3rem;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
    color: black;
  }
  main section.bankroll .content {
    width: 60%;
    margin: 10% 20% 10%;
    border-top: black 1px solid;
    border-bottom: black 1px solid;
    padding: 2% 0;
  }
  main section.bankroll .content p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
    color: black;
    text-align: justify;
  }
  main section.bankroll .sticky .teams-container {
    width: 80vw;
    margin-left: calc(50% - 40vw);
  }
  main section.bankroll .sticky .teams-container .bankroll-nav nav.years a {
    font-size: 1rem;
  }
  main section.bankroll .sticky .teams-container .bankroll-nav nav.filter ul li a {
    font-size: 1.2rem;
  }
  main section.bankroll .sticky .teams-container .bankroll-nav nav.divisions-nav .division {
    font-size: 0.7rem;
  }
  main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a {
    font-size: 1rem;
  }
  main section.bankroll .chart-wrapper {
    padding: 15% 0;
  }
  main section.bankroll .chart-wrapper figure {
    width: 80%;
    margin: 0 12% 0 8%;
  }
  main section.bankroll .chart-wrapper figure img {
    max-width: 100%;
  }
  main section.bankroll .chart-wrapper figure.second {
    width: 80%;
    margin: 0 8% 0 12%;
  }
  main section.bankroll .chart-wrapper figure.second img {
    max-width: 100%;
  }
  main section.insights h2 {
    font-size: 3rem;
  }
  main section.insights .content {
    width: 60%;
    margin: 10% 20% 15%;
    padding: 3% 0;
  }
  main section.insights .content p {
    font-size: 1.2rem;
  }
  main section.insights aside {
    padding-top: 5%;
  }
  main section.insights aside .qoute {
    width: 70%;
    padding: 6% 10%;
  }
  main section.insights aside .qoute h4 {
    font-size: 1.2rem;
  }
  main section.insights .disclaimer {
    width: 70%;
    margin: 20% 15% 0%;
  }
  main section.insights .disclaimer h3 {
    font-size: 1.2rem;
  }
  main section.insights .disclaimer p {
    line-height: 1.4rem;
  }
  /* ------------------------->>>>>>>>>> design tablet mobile>> >>>>>>>>dt1
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  main section.design-hero {
    padding: 3% 5% 15%;
  }
  main section.design-hero .drawing-container {
    margin-bottom: 10%;
  }
  main section.design-hero .drawing-container figure img {
    max-width: 100%;
  }
  main section.design-hero h1 {
    font-size: 3.2rem;
    margin-bottom: 0%;
  }
  main section.design-hero .qoute {
    width: 60%;
    padding: 6% 10%;
    margin: 0 20%;
  }
  main section.design-hero .qoute h4 {
    font-size: 1.2rem;
  }
  main section.design-hero .qoute .quote-top,
  main section.design-hero .qoute .quote-bottom {
    font-size: 4rem;
  }
  main section.design-hero .qoute .quote-top {
    padding-top: 6%;
  }
  main section.design-hero .qoute .quote-bottom {
    margin-top: 10px;
  }
  main section.project-nav {
    width: 80%;
    margin: 0 auto;
  }
  main section.project-nav h3 {
    font-size: 0.8rem;
  }
  main section.project-nav nav {
    margin-top: 0px;
  }
  main section.project-nav nav ul {
    padding: 0 4%;
  }
  main section.project-nav nav ul:last-child {
    border-right: none;
  }
  main section.project-nav nav ul li {
    /*flex: 1; */
    padding: 10px 0 10px;
  }
  main section.project-nav nav ul li a {
    font-size: 100%;
  }
  main section.project-nav nav ul.active {
    background: #FFCB00;
  }
  main section.project-nav nav ul.active a {
    color: black;
  }
  main section.project-nav nav ul.active:hover {
    background: #2AA1EA;
  }
  main section.project-nav nav ul.active:hover a {
    color: White;
  }
  main section.infographic {
    padding: 10% 15% 0;
  }
  main section.infographic h2 {
    font-size: 2.4rem;
  }
  main section.infographic .container h3 {
    font-size: 3rem;
    padding: 20% 0 2%;
  }
  main section.infographic .container aside p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  main section.infographic .fig-wrap figure img {
    max-width: 100%;
  }
  main section.infographic .fig-wrap figcaption {
    padding: 10px 0%;
  }
  main section.ux-ui {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 10% 20%;
  }
  main section.ux-ui h2 {
    font-size: 2.4rem;
  }
  main section.ux-ui .uxui-container {
    padding: 0 0 10%;
  }
  main section.ux-ui .uxui-container aside h3 {
    font-size: 2.9rem;
    padding: 20% 0 10%;
  }
  main section.ux-ui .uxui-container aside p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  main section.ux-ui .uxui-container aside h6 {
    font-size: 1rem;
  }
  main section.ux-ui .uxui-container aside h6 a {
    padding: 10px;
  }
  main section.ux-ui .uxui-container aside.images {
    margin-left: calc(50% - 50vw);
    padding: 0 10%;
    width: 100vw;
  }
  main section.ux-ui .uxui-container aside.images figure {
    width: 30%;
  }
  main section.ux-ui .uxui-container aside.images figure img {
    max-width: 100%;
  }
  main section.ux-ui .uxui-container aside.images figure img.first {
    margin-bottom: 20%;
  }
  main section.ux-ui .uxui-container aside.images figure h6 {
    font-size: 0.8rem;
  }
  main section.ux-ui .uxui-container aside.images .web {
    width: 70%;
    padding-right: 20px;
  }
  main section.logo {
    padding: 10% 20% 0;
  }
  main section.logo h2 {
    font-size: 2.4rem;
    padding: 10% 0 2%;
  }
  main section.logo .softpool {
    padding: 0% 0 30%;
  }
  main section.logo .softpool aside {
    margin-bottom: 20%;
  }
  main section.logo .softpool aside figure img {
    max-width: 100%;
  }
  main section.logo .softpool aside h3 {
    font-size: 2.8rem;
    padding: 5% 0 5%;
    text-align: center;
  }
  main section.logo .softpool aside p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  main section.logo .softpool .slider {
    padding: 0 0 20px;
  }
  main section.logo .softpool .slider figure {
    padding: 0 16px 0 0; /* right padding helps the “peek” feel */
  }
  main section.logo .softpool .slider figure img {
    flex: 0 0 85%; /* <- tweak: 80–88% for more/less peek */
    max-width: 85%;
  }
  main section.logo .colombianita {
    padding: 10% 0 20%;
  }
  main section.logo .colombianita aside {
    margin-bottom: 20%;
  }
  main section.logo .colombianita aside h3 {
    font-size: 3rem;
    padding: 10% 0 0;
  }
  main section.logo .colombianita aside figure {
    width: 70%;
    padding: 10% 0 10%;
  }
  main section.logo .colombianita aside p {
    padding-bottom: 5%;
  }
  main section.logo .colombianita aside .second {
    padding: 10% 0 0%;
  }
  main section.logo .colombianita aside .video-wrap {
    margin: 5% auto 0%;
  }
  main section.logo .conamor {
    padding: 10% 0 20%;
  }
  main section.logo .conamor aside {
    margin-bottom: 20%;
  }
  main section.logo .conamor aside h3 {
    font-size: 2.7rem;
  }
  main section.logo .conamor aside figure {
    padding: 10% 0 10%;
    width: 60%;
  }
  main section.logo .conamor aside p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  main section.logo .conamor aside .layout-container .second {
    padding: 10% 0 0%;
  }
  main section.logo .conamor aside .layout-container .third {
    padding: 20px 0 1%;
    /* Top row – 2 rectangular images */
    /* Bottom row – 3 vertical images */
  }
  main section.logo .conamor aside .layout-container .third img {
    display: block;
  }
  main section.logo .conamor aside .layout-container .third img:nth-child(1),
  main section.logo .conamor aside .layout-container .third img:nth-child(2) {
    grid-column: span 3; /* 6-column grid → 2 items */
    aspect-ratio: 16/9;
  }
  main section.logo .conamor aside .layout-container .third img:nth-child(3),
  main section.logo .conamor aside .layout-container .third img:nth-child(4),
  main section.logo .conamor aside .layout-container .third img:nth-child(5) {
    grid-column: span 2; /* 6-column grid → 3 items */
    aspect-ratio: 3/4;
  }
  main section.logo .conamor aside .layout-container .video-wrap {
    width: 80vw; /* BIG on mobile */
    margin: 20px auto 0%; /* center it */
  }
  main section.logo .conamor aside .layout-container .video-wrap video {
    max-width: 100%;
    display: block;
  }
  main section.logo .conamor aside h6 {
    padding-top: 10%;
  }
  main section.motion {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0% 10% 20%;
    border-bottom: solid 1px white;
  }
  main section.motion h2 {
    font-size: 2.2rem;
  }
  main section.motion .motion-container h3 {
    font-size: 3rem;
  }
  main section.motion .motion-container .video-wrap {
    width: 80vw; /* BIG on mobile */
    max-width: 100%;
    margin: 10% auto 0%;
  }
  main section.motion .motion-container .video-wrap video {
    max-width: 100%;
    display: block;
  }
  main section.motion .motion-container p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
    text-align: justify;
    color: white;
    width: 65vw;
  }
  main {
    /* Section tablet for Surveying /////////////////////////*/
  }
  main section.survey {
    display: inline-block;
    padding: 5% 0 10%;
  }
  main section.survey .map-switch .map-figure {
    display: block;
  }
  main section.survey .map-switch .map-figure img {
    display: block;
  }
  main section.survey .map-switch .map-tabs {
    margin: 2% 0 5%;
  }
  main section.survey .container {
    padding: 5% 0;
  }
  main section.survey .container h1.name {
    font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 700;
    font-style: normal;
    font-synthesis: none;
    /* Heavy Condensed (must be in your kit) */
    font-size: 4.5rem;
  }
  main section.survey .container h5 {
    font-size: 1.2rem;
  }
  main section.survey h2 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 200;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.5rem;
  }
  main section.survey aside {
    width: 70%;
    margin: 0% 15%;
  }
  main section.survey aside p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main section.survey .survey-types {
    margin: 8% auto;
  }
  main section.survey .survey-types h3 { /* Heavy Condensed (must be in your kit) */
    font-size: 2.4rem;
  }
  main section.survey .survey-types ul li {
    font-size: 1.3rem;
  }
  main section.survey .award {
    width: 80%;
    margin: auto;
  }
  main section.survey .award .wrap {
    display: grid;
    grid-template-columns: 1.2fr 0.95fr; /* map wider, award narrower */
    gap: 34px;
    align-items: stretch;
    grid-template-rows: auto 1fr 1fr;
    /* 2nd image takes left side and spans 2 rows */
  }
  main section.survey .award .wrap figure {
    width: 100%;
    margin: 0;
    display: block;
    overflow: hidden;
  }
  main section.survey .award .wrap figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; /* no cropping, no distortion */
    display: block;
    max-height: 100%;
  }
  main section.survey .award .wrap :first-child {
    grid-column: 1/-1;
    grid-row: 1;
  }
  main section.survey .award .wrap :nth-child(2) {
    grid-column: 1;
    grid-row: 2/4; /* spans rows 2 and 3 */
    align-self: stretch;
    -o-object-fit: cover;
       object-fit: cover; /* fills the tall box */
    -o-object-position: center;
       object-position: center; /* adjust if needed */
  }
  main section.survey .award .wrap :nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  main section.survey .award .wrap :nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }
  main section.scan {
    padding: 10% 0;
  }
  main section.scan h2 {
    font-size: 2.2rem;
  }
  main section.scan .wrap figure {
    width: 90%;
  }
  main section.scan .wrap figcaption h6 {
    padding-top: 10px;
  }
  main section.scan .wrap aside {
    padding-top: 5%;
    width: 70%;
    margin: 0 auto;
  }
  main section.scan .wrap aside p {
    width: 65vw;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main section.scan .wrap .video .video-wrap {
    width: 80vw;
    margin: 5% auto 0%;
  }
  main section.scan .wrap .video figcaption h6 {
    padding: 10px 0 0;
  }
  main section.drone {
    padding: 10% 0;
  }
  main section.drone h2 {
    font-size: 2.2rem;
  }
  main section.drone .wrap aside {
    padding-top: 5%;
  }
  main section.drone .wrap aside p {
    width: 65vw;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main section.drone .wrap .video .video-wrap {
    width: 80vw;
  }
  main section.drone .wrap .video .video-wrap video {
    max-width: 100%;
  }
  main section.drone .wrap .video figcaption h6 {
    padding: 10px 0 0;
  }
  main section.drafting {
    padding: 10% 0;
  }
  main section.drafting h2 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 700;
    font-style: normal;
    font-synthesis: none;
    /* Heavy Condensed (must be in your kit) */
    font-size: 2.2rem;
  }
  main section.drafting .wrap figure {
    text-align: center;
    width: 70%;
  }
  main section.drafting .wrap figcaption h6 {
    padding-top: 10px;
  }
  main section.drafting .wrap aside {
    padding-top: 5%;
    width: 70%;
    margin: 0 auto;
  }
  main section.drafting .wrap aside p {
    width: 65vw;
    margin: 5% auto;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main section.images {
    padding: 10% 0;
  }
  main section.images h2 {
    font-size: 2.2rem;
  }
  main section.images p {
    width: 80%;
  }
  main section.images .wrap {
    padding: calc(NaN * 1%);
    width: 90%;
    margin: auto;
  }
  main section.images .wrap figure {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 20px;
    box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  }
  main section.images .wrap figure img {
    width: 100%;
    display: block;
  }
  main section.images .wrap figure video {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* Footer */
  footer {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  footer h3 {
    font-size: 3rem;
  }
  footer h4 {
    font-size: 2rem;
  }
  footer .connect a {
    font-size: 1.8rem;
    padding: 1% 5% 2%;
  }
  footer .social-container {
    justify-content: space-evenly;
    width: 60%;
    margin: 0 20%;
  }
  footer .social-container .social-media {
    padding: 12% 5% 8%;
  }
  footer .social-container .social-media figure img {
    max-width: 50%;
  }
  footer .social-container .social-media figcaption h5 {
    font-size: 1.5rem;
  }
  footer p {
    font-size: 0.9rem;
  }
}
/* ============================================= 
-------------- Desktop -----------------------d1
============================================= */
@media (min-width: 1024px) {
  body {
    font-size: 1.25rem; /* 20px */
    padding: 1rem 15% 0;
  }
  header .logo-name {
    font-size: 3.5rem;
    text-align: left;
  }
  header nav.site-nav ul.nav-list li a.nav-link {
    font-size: 1.6rem;
  }
  main {
    /* About me section */
    /* Companies Section */
    /* OIF images Section */
  }
  main section.self {
    padding: 3% 10% 15%;
  }
  main section.self figure {
    width: 70vw;
    margin-left: calc(50% - 35vw);
  }
  main section.self .container h1.name {
    font-size: 8rem;
  }
  main section.self .container h5 {
    font-size: 1.8rem;
  }
  main section.self h2 {
    font-size: 2.1rem;
  }
  main section.self aside .text-box {
    width: 60%;
  }
  main section.self aside .text-box h4 {
    font-size: 1.5rem;
  }
  main section.self aside .text-box h6 {
    font-size: 1.2rem;
  }
  main section.about-me {
    padding: 15% 0;
    display: grid;
    grid-template-columns: 1fr 1fr; /* left / right */
    align-items: start;
  }
  main section.about-me aside:nth-of-type(1) {
    grid-column: 1;
    grid-row: 2;
    padding: 0 0% 0 10%;
  }
  main section.about-me aside:nth-of-type(1) h2 {
    font-size: 2.6rem;
  }
  main section.about-me aside:nth-of-type(1) p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  main section.about-me aside:nth-of-type(2) {
    grid-column: 2;
    grid-row: 2;
    padding: 0% 0% 0 10%;
  }
  main section.about-me aside:nth-of-type(2) h2 {
    font-size: 2.5rem;
  }
  main section.about-me aside:nth-of-type(2) p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  main section.about-me figure {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  main section.about-me figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main section.about-me figure:first-of-type {
    grid-column: 1/-1; /* span both columns */
    grid-row: 1;
    padding-top: 0%;
  }
  main section.about-me figure.all-teams {
    grid-column: 1/-1;
    grid-row: 3; /* take rows 2 and 3 */
    align-self: start;
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
  }
  main section.about-me figure.all-teams img {
    margin: 10% 0 0 0;
    width: 100%;
  }
  main section.about-me figure.all-teams figcaption {
    margin-right: 0%;
  }
  main section.about-me figure.all-teams figcaption h6 {
    font-size: 1.4rem;
  }
  main section.companies {
    padding: 15% 0;
  }
  main section.companies h2 {
    font-size: 3.5rem;
    text-decoration-line: underline;
    text-decoration-thickness: 10px;
  }
  main section.companies .container-sm-logo {
    padding: 5%;
    width: 100%;
    margin: 10% 0% 0%;
  }
  main section.companies .container-sm-logo figure {
    flex: 0 0 20%; /* Sets width for 3 items per row, adjusting for gap */
  }
  main section.companies .container-sm-logo figure img {
    max-width: 90%;
  }
  main section.companies .container-sm-logo .last {
    max-width: none;
    margin: 0;
  }
  main section.companies .container-sm-logo .desk-last {
    flex: 0 0 calc(33.3% - 20px);
  }
  main section.companies .total-station figure img {
    width: 100%;
    margin-left: 0%;
  }
  main section.companies .total-station figure figcaption h6 {
    font-size: 1.4rem;
  }
  main section.hobbies {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10% 7%;
    font-size: 3.2rem;
    width: 84vw;
    margin-left: calc(50% - 42vw);
  }
  main section.hobbies h2 {
    font-size: 3.5rem;
    width: 100%;
    grid-column: 1/-1; /* span all 3 columns */
  }
  main section.hobbies .hobby-contain {
    padding: 0% 0 20%;
  }
  main section.hobbies .hobby-contain figure img {
    max-width: 250px;
  }
  main section.hobbies .hobby-contain h4 {
    font-size: 2.3rem;
  }
  main section.hobbies .hobby-contain p {
    line-height: 2.1rem;
  }
  main section.oif-pics {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  main section.oif-pics h2 {
    font-size: 2.9rem;
    padding-bottom: 4%;
  }
  main section.oif-pics h3 {
    font-size: 1.7rem;
    width: 40%;
    margin: 0 30%;
    line-height: 2.4rem;
  }
  main section.oif-pics h4 {
    font-size: 1.6rem;
    padding: 2% 0 2%;
  }
  main section.oif-pics .oif-images {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
  }
  /* ------------------------->>>>>>> resume page desktop >>>>>>>>>>>
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  main {
    /* main resume */
  }
  main section.profile {
    border-bottom: #3f3f3f dashed 4px;
    display: grid;
    padding: 10% 0;
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); /* 50/50 */
    gap: clamp(16px, 3vw, 40px);
    align-items: start;
    padding-inline: clamp(16px, 4vw, 64px); /* keep some side breathing room */
    /* areas */
    grid-template-areas: "photo name" "star  bio";
  }
  main section.profile .profile-img-contain {
    grid-area: photo;
    justify-self: center;
  }
  main section.profile .profile-img-contain figure img {
    max-width: 300px;
  }
  main section.profile h1.name {
    font-size: 5.5rem;
    place-self: end start; /* align-self:end + justify-self:end */
    text-align: left;
    grid-area: name;
    padding: 0 0 0.75rem 10%;
  }
  main section.profile .bronze-star {
    grid-area: star;
    justify-self: center;
  }
  main section.profile .bronze-star h3 {
    font-size: 2.1rem;
  }
  main section.profile aside {
    grid-area: bio;
    border: 0;
    padding: 3% 0 0 10%;
  }
  main section.profile aside .text-box {
    width: 60%;
    padding: 6% 10%;
    margin: 10% 20%;
    width: 100%;
    margin: 0;
    padding: clamp(16px, 3vw, 28px);
  }
  main section.profile aside .text-box h4 {
    font-size: 1.2rem;
    line-height: 1.5;
    opacity: 0.8;
  }
  main section.resume {
    border-bottom: solid white 1px;
    width: 80%;
    margin: 10% 10% 0;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: clamp(16px, 2vw, 32px);
    align-items: start;
  }
  main section.resume .left-col {
    grid-column: 1;
    width: 70%;
  }
  main section.resume .right-col {
    grid-column: 2;
  }
  main section.resume .education h2,
  main section.resume .awards h2,
  main section.resume .proficiency h2,
  main section.resume .experience h2,
  main section.resume .management h2 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 700;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.6rem;
    color: #2AA1EA;
    padding-bottom: 1%;
    margin: 0 0 5%;
    line-height: inherit;
    font-size: 1.8rem;
  }
  main section.resume .education .container,
  main section.resume .awards .container,
  main section.resume .proficiency .container,
  main section.resume .experience .container,
  main section.resume .management .container {
    padding: 2% 0;
  }
  main section.resume .education .container h3,
  main section.resume .awards .container h3,
  main section.resume .proficiency .container h3,
  main section.resume .experience .container h3,
  main section.resume .management .container h3 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 400;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.2rem;
    color: #6f6f6f;
    line-height: inherit;
    font-size: 1.4rem;
  }
  main section.resume .education .container h4,
  main section.resume .awards .container h4,
  main section.resume .proficiency .container h4,
  main section.resume .experience .container h4,
  main section.resume .management .container h4 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 500;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.2rem;
    color: #2AA1EA;
    line-height: inherit;
    font-size: 1.4rem;
  }
  main section.resume .education .container h5,
  main section.resume .awards .container h5,
  main section.resume .proficiency .container h5,
  main section.resume .experience .container h5,
  main section.resume .management .container h5 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 200;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.2rem;
    color: #2AA1EA;
    line-height: inherit;
    font-size: 1.4rem;
  }
  main section.resume .education,
  main section.resume .awards,
  main section.resume .proficiency {
    padding-bottom: 15%;
  }
  main section.resume .education h2 {
    padding-bottom: 10%;
  }
  main section.resume .experience .container {
    padding: 2% 0 6%;
  }
  main section.resume .experience .container h3 {
    color: #2AA1EA;
    font-size: 1.4rem;
  }
  main section.resume .experience .container h5 {
    font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 200;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.4rem;
    color: black;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: inherit;
    font-size: 1.4rem;
  }
  main section.resume .experience .container p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
    padding-top: 5%;
    opacity: 0.7;
  }
  main section.resume .management {
    padding-bottom: 30%;
  }
  main section.resume .management .container h3 {
    color: #2AA1EA;
  }
  main section.resume .management .container h5 {
    color: black;
  }
  main section.resume .management .container p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-size: 1.1rem;
    padding-top: 5%;
    opacity: 0.7;
  }
  /* ------------------------->>>>>>>>>> data page desktop >>>>>>>>dd1
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  main section.data-hero {
    padding: 3% 0 15%;
  }
  main section.data-hero figure {
    aspect-ratio: 0;
  }
  main section.data-hero figure img {
    display: block;
  }
  main section.data-hero h1 {
    font-size: 4rem;
  }
  main section.data-hero h5 {
    font-size: 1.4rem;
  }
  main section.data-hero aside {
    padding-top: 0%;
  }
  main section.data-hero aside .text-box {
    width: 55%;
    padding: 6% 6%;
  }
  main section.data-hero aside .text-box h4 {
    font-size: 1.5rem;
  }
  main section.project-nav {
    align-items: center;
    width: 60vw;
    margin: 0 20%;
  }
  main section.project-nav h3 {
    font-size: 1.5rem;
    padding: 10px 0 15px 15px;
    background: lightgray;
  }
  main section.project-nav nav {
    margin-top: 0%;
  }
  main section.project-nav nav ul li a {
    font-size: 1.7rem;
  }
  main section.mlb h2 {
    font-size: 3.5rem;
  }
  main section.mlb h3 {
    font-size: 1.4rem;
  }
  main section.mlb h4 {
    font-size: 1.5rem;
  }
  main section.mlb .mlb-container {
    grid-template-rows: auto;
    align-items: start;
    padding: 0;
  }
  main section.mlb .mlb-container figure {
    grid-column: 1;
    width: 100%;
    margin: 0 0%;
  }
  main section.mlb .mlb-container figure figcaption h6 {
    font-size: 1.4rem;
  }
  main section.mlb .mlb-container .mlb-textbox {
    grid-template-columns: 1fr 1fr;
    padding: 10% 0;
  }
  main section.mlb .mlb-container .mlb-textbox aside {
    width: 80%;
  }
  main section.mlb .mlb-container .mlb-textbox aside h5 {
    font-size: 1.8rem;
  }
  main section.mlb .mlb-container .mlb-textbox aside p {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  main section.martingale h2 {
    font-size: 3.5rem;
  }
  main section.martingale h4 {
    font-size: 1.6rem;
    padding: 5% 30% 5%;
  }
  main section.martingale .sticky section.filter-nav {
    width: 100%;
    padding: 0 10%;
  }
  main section.martingale .sticky section.filter-nav .years-container {
    width: 70%;
    margin: 0 15%;
  }
  main section.martingale .sticky section.filter-nav .years-container h3 {
    font-size: 0.8rem;
    padding: 0 5% 0 10%;
  }
  main section.martingale .sticky section.filter-nav .years-container nav.years {
    display: flex;
  }
  main section.martingale .sticky section.filter-nav .filter-container {
    width: 60%;
    margin: 0 20%;
  }
  main section.martingale .sticky section.filter-nav .filter-container h3 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 400;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.2rem;
    color: #6f6f6f;
    color: #9f9f9f;
  }
  main section.martingale .sticky section.filter-nav .filter-container nav.filter ul {
    width: 100%;
    justify-content: center;
    list-style: none;
  }
  main section.martingale .sticky section.filter-nav .filter-container nav.filter ul li {
    padding: 2px 0 15px;
  }
  main section.martingale .sticky section.filter-nav .filter-container nav.filter ul li a {
    font-size: 1.4rem;
  }
  main section.martingale section.league-data {
    padding: 5% 0 15%;
  }
  main section.martingale section.league-data .league-american {
    position: sticky;
    top: 89px;
  }
  main section.martingale section.league-data .league-american h3 {
    font-size: 1.6rem;
    padding: 0 3%;
    margin-left: 5%;
  }
  main section.martingale section.league-data .league-national {
    position: sticky;
    top: 89px;
  }
  main section.martingale section.league-data .league-national h3 {
    font-size: 1.6rem;
    padding: 0 3%;
    margin-left: 5%;
  }
  main section.martingale section.league-data nav.division {
    padding: 0% 20% 0;
    width: 100%;
    margin: 0 0%;
    position: sticky;
    top: 120px;
  }
  main section.martingale section.league-data nav.division ul {
    width: 100%;
  }
  main section.martingale section.league-data nav.division ul li {
    text-align: center;
    padding: 5px 0 15px;
  }
  main section.martingale section.league-data nav.division ul li a {
    font-size: 1.4rem;
  }
  main section.martingale section.league-data .data-container {
    padding: 5% 0 0;
    display: grid;
    grid-template-columns: 1.2fr 1fr; /* two columns */
    grid-template-rows: auto auto;
    width: 90%;
    margin: 0 5%;
  }
  main section.martingale section.league-data .data-container figure {
    padding: 0;
  }
  main section.martingale section.league-data .data-container figure:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1/3;
  }
  main section.martingale section.league-data .data-container figure:nth-of-type(2) {
    padding: 0 0 0 7%;
    grid-column: 2;
    grid-row: 1;
  }
  main section.martingale section.league-data .data-container figure:nth-of-type(3) {
    grid-column: 1/-1; /* left side */
    grid-row: 3;
    width: 60%;
    align-self: start;
    padding: 5% 0% 0;
    margin: 0 20%;
  }
  main section.martingale section.league-data .data-container aside.analysis-copy {
    grid-column: 2; /* right side */
    width: 93%;
    margin: 0 0 0 7%;
    grid-row: 2;
    justify-self: start;
    display: inline-block;
  }
  main section.martingale section.league-data .data-container aside.analysis-copy p {
    display: none;
    font-size: 90%;
    line-height: 120%;
    margin: 0;
  }
  main section.martingale section.league-data .data-container aside.analysis-copy .active {
    display: block;
  }
  main section.pre-top10 h2 {
    font-size: 3.2rem;
  }
  main section.pre-top10 h4 {
    font-size: 1.5rem;
    width: 60%;
    margin: 10% 20% 10%;
    padding: 0;
  }
  main section.pre-top10 .sticky section.filter-nav {
    width: 100%;
    margin: 0 auto;
  }
  main section.pre-top10 .sticky section.filter-nav .years-container {
    width: 70%;
    margin: 0 auto;
  }
  main section.pre-top10 .sticky section.filter-nav .years-container h3 {
    font-size: 0.8rem;
  }
  main section.pre-top10 .sticky section.filter-nav .years-container nav.years {
    display: flex;
  }
  main section.pre-top10 .sticky section.filter-nav .filter-container {
    width: 80%;
    margin: 0 10%;
  }
  main section.pre-top10 .sticky section.filter-nav .filter-container h3 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 400;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.2rem;
    color: #6f6f6f;
    color: #9f9f9f;
  }
  main section.pre-top10 .sticky section.filter-nav .filter-container nav.filter ul {
    width: 100%;
    justify-content: center;
    list-style: none;
  }
  main section.pre-top10 .sticky section.filter-nav .filter-container nav.filter ul li {
    padding: 2px 0 15px;
  }
  main section.pre-top10 .sticky section.filter-nav .filter-container nav.filter ul li a {
    font-size: 1.4rem;
  }
  main section.pre-top10 .pre-data {
    display: grid;
    grid-template-columns: 1.7fr 1.3fr;
    align-items: start;
    gap: 2rem;
    padding: 5% 0;
    position: relative;
  }
  main section.pre-top10 .pre-data .winnings {
    width: 100%;
    margin: 0 0%;
  }
  main section.pre-top10 .pre-data .winnings h4 {
    font-size: 1.7rem;
    margin: 0% 0%;
    width: 100%;
  }
  main section.pre-top10 .pre-data aside figure {
    width: 100%;
    margin: 0 0;
  }
  main section.pre-top10 .content {
    width: 66%;
    margin: 0 17%;
  }
  main section.pre-top10 .content p {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
  main section.bankroll {
    padding: 15% 0%;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  main section.bankroll h2 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 700;
    font-style: normal;
    font-synthesis: none;
    font-size: 3rem;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
    text-decoration-thickness: 10px;
    color: black;
  }
  main section.bankroll .content {
    width: 60%;
    margin: 10% 20% 10%;
    border-top: black 1px solid;
    border-bottom: black 1px solid;
    padding: 2% 0;
  }
  main section.bankroll .content p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
    color: black;
    text-align: justify;
  }
  main section.bankroll .sticky .teams-container {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 18%;
    background: black;
  }
  main section.bankroll .sticky .teams-container .bankroll-nav h3 {
    font-size: 0.9rem;
  }
  main section.bankroll .sticky .teams-container .bankroll-nav nav.years a {
    font-size: 1rem;
  }
  main section.bankroll .sticky .teams-container .bankroll-nav nav.filter {
    padding: 0 10%;
  }
  main section.bankroll .sticky .teams-container .bankroll-nav nav.filter ul li a {
    font-size: 1.2rem;
  }
  main section.bankroll .sticky .teams-container .bankroll-nav nav.divisions-nav .division {
    font-size: 0.7rem;
  }
  main section.bankroll .sticky .teams-container .bankroll-nav nav.teams-nav a {
    font-size: 1rem;
  }
  main section.bankroll .chart-wrapper {
    padding: 15% 0% 5%;
  }
  main section.bankroll .chart-wrapper figure {
    width: 80%;
    margin: 0 12% 0 8%;
  }
  main section.bankroll .chart-wrapper figure img {
    max-width: 100%;
  }
  main section.bankroll .chart-wrapper figure.second {
    width: 80%;
    margin: 0 8% 0 12%;
  }
  main section.bankroll .chart-wrapper figure.second img {
    max-width: 100%;
  }
  main section.insights h2 {
    font-size: 3rem;
  }
  main section.insights .content {
    width: 60%;
    margin: 10% 20% 5%;
    padding: 3% 0;
  }
  main section.insights .content p {
    font-size: 1.2rem;
  }
  main section.insights aside {
    padding-top: 5%;
  }
  main section.insights aside .qoute {
    width: 50%;
    padding: 3% 6%;
  }
  main section.insights aside .qoute h4 {
    font-size: 1.2rem;
  }
  main section.insights .disclaimer {
    width: 60%;
    margin: 10% 20% 0%;
  }
  main section.insights .disclaimer h3 {
    font-size: 1.2rem;
  }
  main section.insights .disclaimer p {
    line-height: 1.4rem;
  }
  /* ------------------------->>>>>>>>>> design deskstop>> >>>>>>>>desd1
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  main section.design-hero {
    width: 70vw;
    margin: 0 auto;
    padding: 3% 5% 15%;
  }
  main section.design-hero .drawing-container {
    margin-bottom: 10%;
  }
  main section.design-hero .drawing-container figure img {
    max-width: 100%;
  }
  main section.design-hero h1 {
    font-size: 3.2rem;
    margin-bottom: 0%;
  }
  main section.design-hero .qoute {
    width: 60%;
    padding: 6% 10%;
    margin: 0 20%;
  }
  main section.design-hero .qoute h4 {
    font-size: 1.2rem;
  }
  main section.design-hero .qoute .quote-top,
  main section.design-hero .qoute .quote-bottom {
    font-size: 4rem;
  }
  main section.design-hero .qoute .quote-top {
    padding-top: 6%;
  }
  main section.design-hero .qoute .quote-bottom {
    margin-top: 10px;
  }
  main section.project-nav {
    width: 80%;
    margin: 0 auto;
  }
  main section.project-nav h3 {
    font-size: 0.8rem;
  }
  main section.project-nav nav {
    margin-top: 0px;
  }
  main section.project-nav nav ul {
    padding: 0 4%;
  }
  main section.project-nav nav ul:last-child {
    border-right: none;
  }
  main section.project-nav nav ul li {
    /*flex: 1; */
    padding: 10px 0 10px;
  }
  main section.project-nav nav ul li a {
    font-size: 100%;
  }
  main section.project-nav nav ul.active {
    background: #FFCB00;
  }
  main section.project-nav nav ul.active a {
    color: black;
  }
  main section.project-nav nav ul.active:hover {
    background: #2AA1EA;
  }
  main section.project-nav nav ul.active:hover a {
    color: White;
  }
  main section.infographic {
    padding: 10% 5% 0;
  }
  main section.infographic h2 {
    font-size: 2.6rem;
  }
  main section.infographic .container h3 {
    font-size: 3.2rem;
    padding: 15% 0 2%;
    text-align: center;
  }
  main section.infographic .container aside {
    width: 70%;
    margin: 5% 15% 10%;
  }
  main section.infographic .container aside p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main section.infographic .container figure img {
    max-width: 100%;
  }
  main section.infographic .container figcaption {
    padding: 10px 0%;
  }
  main section.ux-ui {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 10% 20%;
  }
  main section.ux-ui h2 {
    font-size: 2.6rem;
  }
  main section.ux-ui .uxui-container {
    padding: 0 5% 10%;
  }
  main section.ux-ui .uxui-container aside {
    width: 70%;
    margin: 5% 15%;
  }
  main section.ux-ui .uxui-container aside h3 {
    text-align: center;
    font-size: 3.5rem;
    padding: 10% 0 10%;
  }
  main section.ux-ui .uxui-container aside p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main section.ux-ui .uxui-container aside h6 {
    font-size: 1rem;
  }
  main section.ux-ui .uxui-container aside h6 a {
    padding: 10px;
  }
  main section.ux-ui .uxui-container aside.images {
    padding: 0 10%;
  }
  main section.ux-ui .uxui-container aside.images figure {
    width: 30%;
  }
  main section.ux-ui .uxui-container aside.images figure img {
    max-width: 100%;
  }
  main section.ux-ui .uxui-container aside.images figure img.first {
    margin-bottom: 20%;
  }
  main section.ux-ui .uxui-container aside.images figure h6 {
    font-size: 0.8rem;
  }
  main section.ux-ui .uxui-container aside.images .web {
    width: 70%;
    padding-right: 20px;
  }
  main section.logo {
    padding: 10% 20% 0;
  }
  main section.logo h2 {
    font-size: 2.6rem;
    padding: 10% 0 2%;
  }
  main section.logo .softpool {
    padding: 0% 5% 20%;
  }
  main section.logo .softpool aside {
    margin-bottom: 15%;
  }
  main section.logo .softpool aside figure {
    width: 70%;
    margin: 0 auto;
  }
  main section.logo .softpool aside figure img {
    max-width: 100%;
  }
  main section.logo .softpool aside h3 {
    text-align: center;
    font-size: 3.4rem;
    padding: 5% 0 5%;
  }
  main section.logo .softpool aside p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
    width: 70%;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main section.logo .softpool .slider {
    padding: 0 0 20px;
  }
  main section.logo .softpool .slider figure {
    padding: 0 16px 0 0; /* right padding helps the “peek” feel */
  }
  main section.logo .softpool .slider figure img {
    flex: 0 0 85%; /* <- tweak: 80–88% for more/less peek */
    max-width: 85%;
  }
  main section.logo .colombianita {
    padding: 10% 0 20%;
  }
  main section.logo .colombianita aside {
    margin-bottom: 10%;
    /* First two videos side-by-side */
    /* Third video centered on its own row */
  }
  main section.logo .colombianita aside h3 {
    font-size: 3.2rem;
    padding: 10% 0 0;
  }
  main section.logo .colombianita aside figure {
    width: 50%;
  }
  main section.logo .colombianita aside p {
    padding-bottom: 5%;
    width: 70%;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main section.logo .colombianita aside .layout-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    width: 80vw;
    margin-left: calc(50% - 40vw);
  }
  main section.logo .colombianita aside .layout-container .second {
    padding: 10% 0 0%;
    grid-column: 1/-1;
  }
  main section.logo .colombianita aside .layout-container .video-wrap {
    margin: 0% auto;
    width: 100%;
  }
  main section.logo .colombianita aside .layout-container .video-wrap:nth-of-type(1),
  main section.logo .colombianita aside .layout-container .video-wrap:nth-of-type(2) {
    grid-column: span 1;
  }
  main section.logo .colombianita aside .layout-container .video-wrap:nth-of-type(3) {
    grid-column: 1/-1;
    max-width: 60%;
    margin: 0 auto;
  }
  main section.logo .conamor {
    padding: 10% 0 20%;
  }
  main section.logo .conamor aside {
    margin-bottom: 10%;
  }
  main section.logo .conamor aside h3 {
    font-size: 3.5rem;
  }
  main section.logo .conamor aside figure {
    padding: 0% 0 5%;
    width: 50%;
  }
  main section.logo .conamor aside p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
    width: 70%;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main section.logo .conamor aside .layout-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
  }
  main section.logo .conamor aside .layout-container .second {
    padding: 10% 0 0%;
    grid-column: 1/-1;
  }
  main section.logo .conamor aside .layout-container .third {
    padding: 20px 0 1%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    grid-column: 1/-1;
    /* Top row – 2 rectangular images */
    /* Bottom row – 3 vertical images */
  }
  main section.logo .conamor aside .layout-container .third img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main section.logo .conamor aside .layout-container .third img:nth-child(1),
  main section.logo .conamor aside .layout-container .third img:nth-child(2) {
    grid-column: span 3; /* 6-column grid → 2 items */
    aspect-ratio: 16/9;
  }
  main section.logo .conamor aside .layout-container .third img:nth-child(3),
  main section.logo .conamor aside .layout-container .third img:nth-child(4),
  main section.logo .conamor aside .layout-container .third img:nth-child(5) {
    grid-column: span 2; /* 6-column grid → 3 items */
    aspect-ratio: 3/4;
  }
  main section.logo .conamor aside .layout-container .video-wrap {
    width: 100%; /* BIG on mobile */
    margin: 0 auto 0%; /* center it */
  }
  main section.logo .conamor aside .layout-container .video-wrap video {
    max-width: 100%;
    display: block;
  }
  main section.logo .conamor aside h6 {
    padding-top: 10%;
    font-size: 1.2rem;
  }
  main section.motion {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0% 10%;
    border-bottom: solid 1px white;
  }
  main section.motion h2 {
    font-size: 2.7rem;
  }
  main section.motion .motion-container h3 {
    font-size: 3.2rem;
  }
  main section.motion .motion-container .video-wrap {
    width: 60vw; /* BIG on mobile */
    max-width: 100%;
    margin: 0% auto 20%;
  }
  main section.motion .motion-container .video-wrap video {
    max-width: 100%;
    display: block;
  }
  main section.motion .motion-container p {
    width: 50vw;
    margin: 5% auto 5%;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main {
    /* Section tablet for Surveying /////////////////////////*/
  }
  main section.survey {
    display: inline-block;
    padding: 5% 0 10%;
    width: 100%;
  }
  main section.survey .map-switch .map-figure {
    display: block;
    width: 100%;
    margin: auto;
  }
  main section.survey .map-switch .map-figure img {
    display: block;
  }
  main section.survey .map-switch .map-tabs {
    margin: 2% 0 5%;
  }
  main section.survey .container {
    padding: 5% 0;
  }
  main section.survey .container h1.name {
    font-family: "univers-next-pro-compressed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 700;
    font-style: normal;
    font-synthesis: none;
    /* Heavy Condensed (must be in your kit) */
    font-size: 5rem;
  }
  main section.survey .container h5 {
    font-size: 1.2rem;
  }
  main section.survey h2 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 200;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.5rem;
  }
  main section.survey aside {
    width: 60%;
    margin: 0% 20%;
  }
  main section.survey aside p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main section.survey .survey-types {
    margin: 8% auto;
  }
  main section.survey .survey-types h3 {
    font-size: 2.6rem;
  }
  main section.survey .survey-types ul li {
    font-size: 1.5rem;
  }
  main section.survey .award {
    width: 60vw;
    margin-left: calc(50% - 30vw);
  }
  main section.survey .award .wrap {
    display: grid;
    grid-template-columns: 1.2fr 0.951fr; /* map wider, award narrower */
    gap: 34px;
    align-items: stretch;
  }
  main section.survey .award .wrap figure {
    width: 100%;
    margin: 0;
    overflow: hidden;
    display: flex;
  }
  main section.survey .award .wrap figure img {
    width: 100%; /* 👈 fill horizontally */
    height: 100%; /* 👈 key */
    display: block;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main section.scan {
    padding: 10% 0;
  }
  main section.scan h2 {
    font-size: 2.2rem;
  }
  main section.scan .wrap figure {
    width: 80%;
  }
  main section.scan .wrap figcaption h6 {
    padding-top: 10px;
  }
  main section.scan .wrap aside {
    padding-top: 5%;
    width: 60%;
    margin: 0 auto;
  }
  main section.scan .wrap aside p {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main section.scan .wrap .video .video-wrap {
    width: 50vw;
    margin: 5% auto 0%;
  }
  main section.scan .wrap .video figcaption h6 {
    padding: 10px 0 0;
  }
  main section.drone {
    padding: 10% 0;
  }
  main section.drone h2 {
    font-size: 2.2rem;
  }
  main section.drone .wrap aside {
    padding-top: 5%;
    width: 60%;
    margin: 0 auto;
  }
  main section.drone .wrap aside p {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main section.drone .wrap .video .video-wrap {
    width: 50vw;
  }
  main section.drone .wrap .video .video-wrap video {
    max-width: 100%;
  }
  main section.drone .wrap .video figcaption h6 {
    padding: 10px 0 0;
  }
  main section.drafting {
    padding: 10% 0;
  }
  main section.drafting h2 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 700;
    font-style: normal;
    font-synthesis: none;
    /* Heavy Condensed (must be in your kit) */
    font-size: 2.2rem;
  }
  main section.drafting .wrap figure {
    text-align: center;
    width: 60%;
  }
  main section.drafting .wrap figcaption h6 {
    padding-top: 10px;
  }
  main section.drafting .wrap aside {
    padding-top: 5%;
    width: 60%;
    margin: 0 auto;
  }
  main section.drafting .wrap aside p {
    width: 48vw;
    margin: 5% auto;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main section.images {
    padding: 10% 0;
  }
  main section.images h2 {
    font-size: 2.2rem;
  }
  main section.images p {
    width: 80%;
  }
  main section.images .wrap {
    padding: calc(NaN * 1%);
    width: 90%;
    margin: auto;
    -moz-column-count: 4;
         column-count: 4;
  }
  main section.images .wrap figure {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 20px;
    box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 7px 8px 13px 1px rgba(0, 0, 0, 0.5);
  }
  main section.images .wrap figure img {
    width: 100%;
    display: block;
  }
  main section.images .wrap figure video {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* contact molible section///////////*/
  section.contact-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 20% 10% 8%;
    text-align: center;
  }
  section.contact-hero h1 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 700;
    font-style: normal;
    font-synthesis: none;
    font-size: clamp(2.6rem, 6vw, 4.2rem);
    line-height: 1.05;
    text-decoration-line: underline;
    text-decoration-thickness: 10px;
    text-decoration-color: #FFCB00;
  }
  section.contact-hero h5 {
    margin-top: 1%;
    font-family: "univers-next-pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 400;
    font-style: normal;
    font-synthesis: none;
    font-size: 1.2rem;
    opacity: 0.8;
  }
  section.contact-hero .intro {
    margin: 10% auto 5%;
  }
  section.contact-hero .contact-cards {
    width: 60%;
  }
  section.contact-form {
    padding: 0% 10% 14%;
  }
  section.contact-form h2 {
    font-family: "univers-next-pro-condensed", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 700;
    font-style: normal;
    font-synthesis: none;
    font-size: 2.2rem;
  }
  /* Footer */
  footer {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 5% 0 0;
    position: relative;
  }
  footer .footer-note {
    align-content: end;
    padding: 0;
  }
  footer .footer-note h3 {
    font-size: 2.5rem;
  }
  footer .footer-note h4 {
    font-size: 1.5rem;
  }
  footer .connect {
    align-content: center;
  }
  footer .connect a {
    font-size: 1.8rem;
    padding: 1% 5% 2%;
  }
  footer .social-container {
    justify-content: start;
    width: 100%;
    margin: 0%;
    padding: 0 0 0 10%;
  }
  footer .social-container .social-media {
    padding: 0%;
    align-content: baseline;
  }
  footer .social-container .social-media figure img {
    max-width: 50%;
  }
  footer .social-container .social-media figcaption h5 {
    font-size: 1.8rem;
  }
  footer .logo-name-footer {
    justify-self: stretch; /* fill horizontally */
    width: 100vw; /* ensure full cell width */
    display: block;
    text-align: center;
    font-size: 7rem;
    margin-bottom: 5%;
  }
  footer p {
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    text-align: center;
    align-content: end;
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */