.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #f4f7ff;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.7em;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.3em;
  line-height: 1.4;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

a {
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 5px;
  color: rgba(7, 14, 39, 0.6);
  font-weight: 700;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 140%;
  line-height: 1.6;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(58, 58, 80, 0.03);
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper.regular {
  min-height: auto;
  padding-top: 230px;
  padding-bottom: 0px;
}

.img-logo {
  height: 70px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 40%;
  padding: 30px;
  color: #3a3a50;
}

.hero-content.im {
  width: 60%;
  max-height: 100vh;
  padding: 0px;
}

.hero-content.expand {
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-content.f {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-content.p {
  padding-right: 0px;
}

.hero-h1 {
  font-family: Poppins, sans-serif;
  color: #3a3a50;
  font-size: 2.8em;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1px;
}

.hero-p {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #7e8bb6;
  font-size: 1.6em;
}

.btn {
  padding: 17px 38px;
  border-radius: 4px;
  background-color: #1F4FBF;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #143A93;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.btn.ghost {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7fa;
  background-color: transparent;
}

.btn.ghost:hover {
  background-color: transparent;
}

.btn.ghost.topm {
  margin-top: 30px;
}

.btn.topm {
  margin-top: 30px;
}

.hero-lottie {
  width: 100%;
  height: 100%;
}

.nav-wrapper-absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
}

.navbar {
  background-color: transparent;
}

.nav-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 20px;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  font-size: 1em;
  font-weight: 500;
  text-transform: capitalize;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #3a3a50;
}

.nav-link.cta {
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 4px;
  background-color: #1F4FBF;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.nav-link.cta:hover {
  background-color: #143A93;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 120px 10px;
  background-color: rgba(58, 58, 80, 0.03);
}

.section.small {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(148, 148, 148, 0.26);
}

.section.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1F4FBF;
  color: #fff;
}

.section.t {
  background-color: rgba(58, 58, 80, 0.03);
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.container.full {
  max-width: 100%;
}

.container.cta {
  padding: 65px 12%;
  border-radius: 8px;
  background-color: #1F4FBF;
  background-image: linear-gradient(315deg, #1F4FBF, #5C9CE0);
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper.clients {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-wrapper {
  height: 90px;
  padding: 25px;
}

.logo-wrapper.s {
  height: 75px;
}

.logo-client-img {
  height: 100%;
  opacity: 0.8;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: crosshair;
}

.logo-client-img:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.section-title {
  margin-bottom: 30px;
  color: #3a3a50;
}

.section-title.w {
  color: #fff;
}

.section-title.light {
  font-weight: 300;
}

.feature-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
}

.feature-wrapper.tr {
  background-color: transparent;
  box-shadow: none;
}

.feature-icon {
  width: 4vw;
  margin-bottom: 32px;
}

.feature-title {
  margin-bottom: 16px;
  color: #3a3a50;
  font-size: 1.5em;
}

.feature-p {
  margin-bottom: 10px;
  color: rgba(7, 14, 39, 0.6);
  font-size: 16px;
}

.feature-p.bold {
  margin-right: 20px;
  font-size: 1.4em;
  font-weight: 800;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid._2.c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-grid.top {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.wrapper-grid.left-t {
  grid-column-gap: 52px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.wrapper-grid.right-t.topm {
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
}

.wrapper-grid.topm {
  margin-top: 150px;
}

.content {
  padding: 30px;
}

.p-large {
  color: rgba(7, 14, 39, 0.6);
  font-size: 1.5em;
}

.p-reg {
  margin-bottom: 20px;
  color: rgba(7, 14, 39, 0.6);
  font-size: 1.2em;
}

.p-reg.w {
  color: #fff;
}

.p-reg.s {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.text-1 {
  margin-bottom: 10px;
  color: rgba(7, 14, 39, 0.6);
  font-size: 1.1em;
}

.list {
  padding-left: 20px;
  color: #38f1d1;
}

.navigation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  display: block;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  opacity: 0.77;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.copyright-t {
  opacity: 0.7;
  text-align: right;
}

.side-pattern {
  position: absolute;
  left: -5%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 15em;
  opacity: 0.3;
}

.side-pattern.b {
  top: auto;
  bottom: 0%;
  opacity: 0.5;
}

.side-pattern-right {
  position: absolute;
  left: auto;
  top: 10%;
  right: -15%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.circle {
  width: 20vw;
  height: 20vw;
  border-radius: 360px;
  background-color: rgba(95, 156, 224, 0.45);
}

.pattern {
  position: absolute;
  left: -60px;
  top: 50%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 130px;
}

.pattern.t {
  top: 28%;
}

.pattern.r {
  left: auto;
  top: 50%;
  right: -60px;
  bottom: 0%;
}

.pattern.b {
  left: 4%;
  top: auto;
  right: auto;
  bottom: 10%;
}

.input {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(7, 14, 39, 0.15);
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.input:hover {
  border-color: rgba(7, 14, 39, 0.53);
}

.input:focus {
  border-color: #070e27;
}

.contact-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message {
  padding-left: 0px;
  background-color: transparent;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    min-height: auto;
    padding-top: 125px;
  }

  .hero-wrapper.regular {
    padding-top: 125px;
    padding-bottom: 0px;
  }

  .hero-container {
    max-width: 70vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-content {
    width: 100%;
  }

  .hero-content.im {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .btn {
    font-size: 1.2em;
  }

  .nav-link {
    display: block;
    color: #fff;
    font-size: 1em;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-link.cta {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
  }

  .nav-link.cta:hover {
    background-color: transparent;
  }

  .nav-menu {
    background-color: #3a3a50;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.t {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .logo-wrapper {
    height: 80px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid._2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-grid.left-t {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-grid.right-t.topm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .copyright-t {
    text-align: left;
  }

  .side-pattern {
    left: -11%;
  }

  .side-pattern.b {
    bottom: 21%;
  }

  .side-pattern-right {
    width: 200px;
    height: 200px;
  }

  .menu-button {
    border-radius: 360px;
  }

  .menu-button.w--open {
    background-color: #3a3a50;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .hero-container {
    max-width: 80vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-content.expand {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .hero-content.f {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .nav-container {
    max-width: 80vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    max-width: 80vw;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .side-pattern {
    left: -35%;
  }
}

@media screen and (max-width: 479px) {
  .img-logo {
    height: 40px;
  }

  .hero-container {
    max-width: 90vw;
  }

  .hero-content {
    padding: 0px;
  }

  .hero-h1 {
    font-size: 2.7em;
  }

  .hero-h1.center {
    text-align: center;
  }

  .hero-p {
    color: #3a3a50;
    font-size: 1.3em;
  }

  .btn {
    padding-right: 27px;
    padding-left: 27px;
    text-align: center;
  }

  .nav-container {
    max-width: 90vw;
  }

  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.t {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .container.cta {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-title.light.w {
    font-size: 1.8em;
  }

  .feature-wrapper {
    padding: 20px;
  }

  .feature-icon {
    width: 15vw;
  }

  .wrapper-grid.topm {
    margin-top: 50px;
  }

  .content {
    padding: 10px;
  }

  .navigation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .side-pattern-right {
    right: -31%;
  }

  .circle {
    width: 60vw;
    height: 60vw;
  }

  .pattern {
    opacity: 0.36;
  }

  .brand {
    padding-left: 0px;
  }
}



/* === Premium Reward Solutions — overrides === */

/* sticky white-ish nav so logo on white reads well */
.nav-wrapper-absolute {
  background: rgba(244, 247, 255, 0.92);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid rgba(11, 30, 63, 0.06);
}
.nav-link {
  color: #3a3a50;
}
.nav-link:hover { color: #1F4FBF; text-decoration: none; }
.nav-link.cta { color: #fff; }

/* mobile hamburger button */
.menu-button {
  display: none;
  width: 40px; height: 40px;
  background: transparent;
  border: 1px solid rgba(11, 30, 63, 0.18);
  border-radius: 4px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.w-icon-nav-menu { font-family: inherit; line-height: 1; }
.w-icon-nav-menu::before {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background-image:
    linear-gradient(#3a3a50, #3a3a50),
    linear-gradient(#3a3a50, #3a3a50),
    linear-gradient(#3a3a50, #3a3a50);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: 0 0, 0 5px, 0 10px;
}

@media screen and (max-width: 991px) {
  .menu-button { display: inline-flex; }
  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    padding: 8px 24px 18px;
    border-top: 1px solid rgba(11, 30, 63, 0.08);
    box-shadow: 0 14px 28px -18px rgba(11, 30, 63, 0.20);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: all 220ms ease;
  }
  .nav-menu.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-menu .nav-link {
    color: #3a3a50 !important;
    padding: 14px 0;
    border-bottom: 1px solid rgba(11, 30, 63, 0.08);
    text-align: left;
  }
  .nav-menu .nav-link.cta {
    background: #1F4FBF !important;
    color: #fff !important;
    margin-top: 12px;
    padding: 14px 16px;
    border-radius: 4px;
    border-bottom: none;
    text-align: center;
  }
}

/* hero-static placeholder filling the right column */
.hero-static {
  width: 100%;
  display: block;
}

/* inline feature-icon span (replaces image) */
span.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4vw;
  min-width: 48px;
  max-width: 72px;
  margin-bottom: 32px;
}
span.feature-icon svg {
  width: 100%;
  height: auto;
}

/* services page: large illustration block in content cells */
.service-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-illustration svg {
  width: 100%;
  max-width: 220px;
  height: auto;
}

/* inline pattern svgs replace <img class="pattern"> */
svg.pattern {
  position: absolute;
  left: -60px;
  top: 50%;
  z-index: 0;
  width: 130px;
  pointer-events: none;
}
svg.pattern.t { top: 28%; }
svg.pattern.r { left: auto; top: 50%; right: -60px; }
svg.pattern.b { left: 4%; top: auto; bottom: 10%; right: auto; }

svg.side-pattern {
  position: absolute;
  left: -5%;
  top: 5%;
  z-index: 0;
  width: 15em;
  opacity: 0.6;
  pointer-events: none;
}
svg.side-pattern.b { top: auto; bottom: 0%; opacity: 0.7; }

/* list custom bullet to match blue */
.list { list-style: none; padding-left: 0; }
.list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  color: rgba(7, 14, 39, 0.75);
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: linear-gradient(135deg, #5C9CE0, #1F4FBF);
}

/* btn outline / secondary — original styles already use red, now blue */
.btn { color: #fff; }
.btn.ghost { color: #fff; border-color: rgba(255,255,255,0.5); background: transparent; }
.btn.ghost:hover { background: rgba(255,255,255,0.08); border-color: #fff; }

/* contact info wrapper labels */
.feature-p.bold { color: #3a3a50; font-weight: 700; }

/* footer link hover */
.footer-link:hover { color: #fff; text-decoration: underline; }

/* placeholder italic look for [Your X] strings */
[data-placeholder] { color: rgba(255,255,255,0.7); font-style: italic; }

/* Plain text logo placeholders inside the client strip */
.logo-text {
  display: inline-block;
  font-family: 'Sora', 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 1.05em;
  color: rgba(58, 58, 80, 0.55);
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 200ms ease;
  cursor: default;
}
.logo-wrapper:hover .logo-text { color: #1F4FBF; }
