/* FIXING FONT RENDERING */
@import url("https://fonts.googleapis.com/css2?family=Asap+Condensed:wght@400;500&display=swap");
/* line 2, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* GLOBAL COLORS */
/* line 10, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
:root {
  --dark-blue: #261F63;
  --darker-blue: #1A1A2E;
  --deepest: #0f0f1a;
  --gold: #fcb030;
  --gold-light: #ffd070;
  --white: #ffffff;
  --white-70: rgba(255, 255, 255, 0.7);
  --white-30: rgba(255, 255, 255, 0.15); }

/* line 24, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-bg-gradient {
  background: linear-gradient(135deg, var(--dark-blue) 0%, #1a1640 45%, var(--darker-blue) 100%);
  color: #FFF; }
  /* line 27, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  .rz-bg-gradient h1, .rz-bg-gradient h2, .rz-bg-gradient h3, .rz-bg-gradient h4 {
    color: #FFFFFF; }
  /* line 30, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  .rz-bg-gradient p {
    color: #B9B8C7; }

/* line 34, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-bg-primary {
  background-color: #261F2A; }

/* line 37, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-bg-deepest {
  background-color: var(--deepest); }
  /* line 39, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  .rz-bg-deepest h1, .rz-bg-deepest h2, .rz-bg-deepest h3, .rz-bg-deepest h4 {
    color: #FFFFFF; }
  /* line 42, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  .rz-bg-deepest p {
    color: #B9B8C7; }

/* line 47, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-bg-video h1, .rz-bg-video h2, .rz-bg-video h3, .rz-bg-video h4 {
  color: #FFFFFF; }

/* line 50, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-bg-video p {
  color: #B9B8C7; }

/* line 54, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-overlay {
  background: rgba(26, 26, 46, 0.75);
  z-index: -1; }

/* line 58, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-bg-glass {
  background: rgba(38, 31, 42, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.8px);
  -webkit-backdrop-filter: blur(4.8px); }

/* GLOBAL TYPOGRAPHY */
/* line 66, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 400; }

/* line 74, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
small {
  font-size: 0.6rem; }

/* line 77, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.uk-navbar-nav > li > a {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 400;
  font-size: 0.875rem; }

/* line 82, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-subtext {
  color: #fcb030;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 5%;
  font-weight: 600; }

/* line 90, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
hgroup h1, hgroup h2 {
  margin-top: 10px; }

/* line 94, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-icon {
  color: #fcb030; }

/* BRANDING */
/* line 99, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-logo-small {
  height: 20px; }

/* line 102, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.sq-hero-geo {
  position: absolute;
  top: -80px;
  right: -60px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(252, 176, 48, 0.1);
  transform: rotate(20deg);
  pointer-events: none; }

/* line 111, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.sq-hero-geo::before {
  content: '';
  position: absolute;
  top: 70px;
  left: 70px;
  right: 70px;
  bottom: 70px;
  border: 1px solid rgba(252, 176, 48, 0.06); }

/* line 118, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.sq-hero-geo2 {
  position: absolute;
  bottom: -120px;
  right: 80px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transform: rotate(20deg);
  pointer-events: none; }

/* HOMEPAGE */
/* line 129, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
#homeHero {
  min-height: 95vh;
  min-height: 95dvh; }
  /* line 132, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  #homeHero .hero-bottom {
    width: 100%; }
  /* line 135, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  #homeHero #homeHeroVideo {
    height: 300px;
    margin-top: 20px; }

/* line 140, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
#homeAbout {
  height: 50dvh;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 145, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  #homeAbout .uk-container {
    width: 100%; }

/* line 149, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
#homeClients {
  min-height: 60dvh;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 155, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  #homeClients .uk-container {
    width: 100%; }
  /* line 158, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  #homeClients video {
    z-index: -2; }

/* line 163, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
#homeLegal dl {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--white-30);
  padding: 26px 30px;
  transition: background 0.2s; }
  /* line 168, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  #homeLegal dl:hover {
    background: rgba(255, 255, 255, 0.06); }
  /* line 171, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  #homeLegal dl dt {
    text-transform: uppercase;
    color: #fcb030;
    font-size: 0.875rem; }
  /* line 176, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  #homeLegal dl dd {
    color: #B9B8C7;
    font-weight: 300; }

/* line 182, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
#homeContact {
  min-height: 60dvh;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 187, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  #homeContact .uk-container {
    width: 100%; }
  /* line 190, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  #homeContact .rz-iconContact {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: rgba(252, 176, 48, 0.1);
    border: 1px solid rgba(252, 176, 48, 0.2);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--#ffd700); }
    /* line 200, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
    #homeContact .rz-iconContact .size-6 {
      color: #fcb030;
      height: 18px;
      width: 18px; }
  /* line 207, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  #homeContact dt {
    text-transform: uppercase;
    color: #fcb030;
    font-size: 0.75rem; }
  /* line 212, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  #homeContact dd {
    color: #B9B8C7;
    font-weight: 300;
    font-size: 0.75rem; }

/* PANEL */
/* line 220, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-cardServices {
  background: linear-gradient(135deg, rgba(38, 31, 99, 0.35) 0%, rgba(26, 26, 46, 0.9) 100%);
  border: 1px solid var(--white-30);
  padding: 26px 22px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s; }
  /* line 221, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  .rz-cardServices .rz-icon {
    height: 24px;
    width: 24px; }
  /* line 232, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  .rz-cardServices h3 {
    margin-top: 40px; }

/* line 236, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-note {
  border-left: 3px solid #fcb030;
  background: rgba(252, 176, 48, 0.05);
  padding: 24px 30px;
  margin-top: 32px; }
  /* line 241, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  .rz-note p {
    font-size: 0.75rem;
    color: var(--white-70);
    line-height: 1.7;
    margin: 0; }

/* line 248, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-panel {
  max-width: 750px;
  min-width: 320px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); }
  /* line 259, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  .rz-panel .rz-panel-content {
    padding: 20px; }

/* line 265, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
footer {
  height: 20dvh;
  /*     background-image: url(img/video-footer.png);
    background-repeat: no-repeat;
    background-size: cover;        */ }
  /* line 270, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  footer video {
    z-index: -2; }

/* LINKS & BUTTON */
/* line 277, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
a,
.uk-link {
  color: #261F63;
  text-decoration: none;
  cursor: pointer; }

/* line 283, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #261F2A;
  text-decoration: underline; }

/* line 307, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-btn {
  display: inline-block;
  padding: 14px 36px;
  background-color: #fcb030;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s, transform 0.15s; }
  /* line 316, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  .rz-btn:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    color: #000;
    text-decoration: none; }

/* line 323, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-btn-small {
  display: inline-block;
  padding: 4px 12px;
  background-color: #fcb030;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s, transform 0.15s;
  font-size: 0.75rem; }
  /* line 333, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  .rz-btn-small:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    color: #000;
    text-decoration: none; }

/* RESPONSIVE EMBEDS */
/* line 342, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-fluid-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

/* line 348, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-fluid-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 355, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-fluid-maps {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

/* line 361, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.rz-fluid-maps iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

/* line 369, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
p.rz-display::after {
  content: "mobile"; }

@media (min-width: 640px) {
  /* line 375, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  p.rz-display::after {
    content: "small"; } }

@media (min-width: 960px) {
  /* line 382, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  p.rz-display::after {
    content: "medium"; } }

@media (min-width: 1200px) {
  /* line 389, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  p.rz-display::after {
    content: "large"; }
  /* line 392, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  .rz-cardServices {
    padding: 52px 44px; } }

@media (min-width: 1600px) {
  /* line 399, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
  p.rz-display::after {
    content: "extra large"; } }

/* Oct 2025 */
/* line 405, /Volumes/MACDRIVE/Herd/sequarta.com/style.scss */
.uk-navbar-left, .uk-navbar-right {
  align-items: center; }

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