.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 8px;
  margin-right: 8px;
  padding: 2px 2px 6px;
  font-family: Fjallaone, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.nav-link:hover {
  color: #3f3f3f;
}

.nav-link.w--current {
  color: #000;
  border-bottom-color: #fdbc1f;
}

.nav-menu {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.logo-brand {
  max-height: 44px;
}

.section-home-banner {
  min-height: 540px;
  background-image: url('../images/LU-banner-img.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border-bottom: 6px solid #fdbc1f;
  justify-content: center;
  align-items: center;
  margin-top: 94px;
  display: flex;
}

.section-footer {
  background-color: #000;
  border-top: 6px solid #fdbc1f;
  padding: 40px 40px 80px;
}

.text-footer {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Fjallaone, sans-serif;
}

.section-navbar {
  background-color: #fff;
  border-bottom: 6px solid #fdbc1f;
  padding: 40px 40px 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-flex-container {
  justify-content: space-around;
  display: flex;
}

.nav-flex-container.width-container {
  max-width: 1920px;
}

.grid-footer {
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
}

.section-container {
  max-width: 1920px;
}

.btn-footer {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 12px;
  font-family: Fjallaone, sans-serif;
  display: block;
}

.btn-footer:hover {
  background-color: #fdbc1f;
}

.btn-demo-text {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fjallaone, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.btn-demo {
  text-transform: uppercase;
  background-color: #fdbc1f;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 20px;
  text-decoration: none;
  transition: background-color .1s ease-in-out;
  display: flex;
}

.btn-demo:hover {
  background-color: #ffc538;
}

.grid-footer-col2 {
  text-align: left;
}

.logo-footer {
  max-height: 44px;
}

.btn-footer-holder2 {
  text-align: left;
  margin-top: 10px;
}

.text-block-2 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  font-family: Fjallaone, sans-serif;
}

.footer-link {
  color: #fff;
}

.footer-link-hidden {
  color: #fff;
  display: none;
}

.bodyblock {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bodyblock-content-holder {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.bodyblock-content-holder.bg-offcolor {
  align-items: center;
  display: flex;
}

.bodyblock-img {
  flex: 1;
  align-self: stretch;
  position: relative;
}

.bodyblock-content {
  text-align: center;
  flex: 1;
  padding: 40px;
}

.bodyblock-header {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Fjallaone, sans-serif;
}

.header-h2 {
  font-size: 20px;
  line-height: 24px;
}

.header-h1 {
  font-size: 36px;
  line-height: 44px;
}

.contentblock-text {
  color: #000;
  font-family: Exo, sans-serif;
}

.btn-demo-bodyholder {
  margin-top: 20px;
  display: inline-block;
}

.btn-demo-icon {
  max-height: 24px;
  margin-top: 2px;
  margin-left: 6px;
}

.btn-footer-holder3 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.section-img-1 {
  background-image: url('../images/LU-img-1.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-offcolor {
  background-color: #fdf4da;
}

.contentblock-header {
  color: #000;
  text-transform: uppercase;
  font-family: Fjallaone, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.section-img-2 {
  background-image: url('../images/LU-img-2.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-spacer-med {
  width: 20px;
  height: 20px;
}

.section-img-3 {
  background-image: url('../images/LU-img-3.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-decisionmaking {
  grid-column-gap: 4px;
  grid-row-gap: 7px;
  grid-template: "Area Area-7 Area-3 Area-9 Area-5"
                 "Area-6 Area-7 Area-8 Area-9 Area-10"
                 / 1fr auto 1fr auto 1fr;
}

.content-grid-img {
  max-width: 20px;
}

.section-img-4 {
  background-image: url('../images/LU-img-4.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-img-5 {
  background-image: url('../images/LU-img-5.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-img-6 {
  background-image: url('../images/LU-img-6.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-home-coverimg {
  width: 58%;
  max-width: none;
  margin-left: -30%;
}

.header-h3 {
  font-size: 16px;
  line-height: 24px;
}

.contentblock-list-text {
  color: #000;
  text-align: left;
  font-family: Exo, sans-serif;
}

.contentblock-list-iconimg {
  max-height: 24px;
  display: inline;
}

.marginbot-small {
  margin-bottom: 8px;
}

.contentblock-list-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contentblock-list-icon {
  text-align: right;
}

.marginbot-medium {
  margin-bottom: 18px;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .logo-brand {
    max-height: 60px;
  }

  .section-home-banner {
    min-height: 660px;
    margin-top: 110px;
  }

  .text-footer {
    font-size: 16px;
    line-height: 24px;
  }

  .btn-footer {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
  }

  .btn-demo-text {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .logo-footer {
    max-height: 60px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .bodyblock {
    min-height: 600px;
  }

  .bodyblock-img {
    align-self: stretch;
  }

  .bodyblock-content {
    padding-left: 120px;
    padding-right: 120px;
  }

  .header-h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .header-h1 {
    font-size: 46px;
    line-height: 52px;
  }

  .contentblock-text {
    font-size: 16px;
    line-height: 24px;
  }

  .contentblock-header {
    font-size: 20px;
  }

  .section-img-3 {
    background-position: 50% 74%;
  }

  .section-home-coverimg {
    width: 52%;
    max-width: 900px;
    min-width: 740px;
  }

  .header-h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .contentblock-list-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 40px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: rgba(40, 181, 237, .1);
  }

  .nav-link.w--current {
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 72, 131, .9);
    background-image: linear-gradient(to right, #1c93cc 10%, #004883 90%);
    border-bottom-style: none;
    box-shadow: inset 0 0 16px 2px rgba(4, 83, 142, .8);
  }

  .nav-menu {
    background-color: #004883;
  }

  .logo-brand {
    max-height: 36px;
    margin-top: 12px;
  }

  .btn-menu-icon {
    color: #000;
  }

  .btn-menu {
    border-radius: 10px;
  }

  .btn-menu.w--open {
    background-color: #eee;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .1);
  }

  .link-home {
    align-self: center;
  }

  .section-home-banner {
    min-height: 440px;
    margin-top: 80px;
  }

  .text-footer {
    font-size: 10px;
    line-height: 14px;
  }

  .section-navbar {
    padding-top: 10px;
  }

  .nav-flex-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .btn-demo-text {
    font-size: 14px;
  }

  .btn-demo {
    justify-content: flex-start;
    position: relative;
  }

  .logo-footer {
    max-height: 36px;
  }

  .header-h2 {
    font-size: 18px;
  }

  .header-h1 {
    font-size: 34px;
  }

  .section-img-1 {
    background-image: url('../images/LU-img-1-alt.jpg');
  }

  .contentblock-header {
    font-size: 16px;
  }

  .section-img-3 {
    background-position: 60%;
  }

  .section-img-4 {
    background-position: 73%;
  }

  .header-h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding: 8px 20px;
    font-size: 14px;
  }

  .nav-link:hover {
    background-color: #fdbc1f;
  }

  .nav-menu {
    background-color: #000;
  }

  .logo-brand {
    max-height: 26px;
    margin-top: 17px;
  }

  .btn-menu.w--open {
    border-radius: 0;
  }

  .section-home-banner {
    min-height: 420px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/LU-banner-img.jpg');
    background-position: 0 0, 8%;
    margin-top: 60px;
  }

  .section-footer {
    padding: 20px 8px;
  }

  .text-footer {
    font-size: 10px;
  }

  .section-navbar {
    padding: 0 10px;
  }

  .grid-footer {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .btn-footer {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .btn-demo-text {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .btn-demo.footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-footer {
    max-height: 26px;
  }

  .text-block-2 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .bodyblock {
    flex-direction: column;
  }

  .bodyblock.reverse {
    flex-direction: column-reverse;
  }

  .bodyblock-img {
    min-height: 400px;
  }

  .btn-footer-holder3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-img-1 {
    background-image: url('../images/LU-img-1.jpg');
  }

  .section-img-4 {
    background-position: 17% 65%;
  }

  .section-img-5 {
    background-position: 80% 0;
  }

  .section-home-coverimg {
    width: 80%;
    margin-left: 0%;
  }
}

@media screen and (max-width: 479px) {
  .logo-brand {
    max-height: 20px;
    margin-top: 20px;
    margin-left: 4px;
  }

  .section-home-banner {
    min-height: 300px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/LU-banner-img.jpg');
    background-position: 0 0, 34%;
  }

  .section-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-footer {
    font-size: 10px;
    line-height: 14px;
  }

  .btn-demo-text {
    font-size: 12px;
    line-height: 16px;
  }

  .btn-demo.footer {
    padding: 2px 8px;
  }

  .logo-footer {
    max-height: 20px;
  }

  .text-block-2 {
    font-size: 10px;
    line-height: 14px;
  }

  .bodyblock-img {
    min-height: 260px;
  }

  .bodyblock-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-demo-icon {
    max-height: 21px;
    margin-left: 2px;
  }

  .section-img-2 {
    background-position: 28%;
  }

  .section-img-3 {
    background-position: 75%;
  }

  .section-img-5 {
    background-position: 70% 0;
  }

  .section-home-coverimg {
    width: 90%;
    min-width: 220px;
  }
}

#w-node-_18970f8c-0d68-728d-b5a3-c9eb7c81a6e9-92637a67, #w-node-a77cfb26-ad11-2a65-e1dc-0f6fd687c0ea-92637a67, #w-node-_0d1247d0-b633-ba0a-619a-1543a35067d0-92637a67, #w-node-_9efffeeb-fa7b-8bf6-6db0-b5295460247a-92637a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcb180f5-9413-966e-05de-642ed9e2ed24-92637a67 {
  grid-area: Area;
  align-self: end;
}

#w-node-dca1aefa-dee1-8bfc-4c1e-0260aed0d279-92637a67 {
  grid-area: Area-3;
  align-self: end;
}

#w-node-_902dc3d7-1297-c3e5-d166-675bd6a320b2-92637a67 {
  grid-area: Area-5;
}

#w-node-_361cb727-b554-eded-07cd-cb865731afa2-92637a67 {
  grid-area: Area-6;
}

#w-node-_73a83943-8ad4-f21d-1543-26dfe2abf221-92637a67 {
  grid-area: Area-9;
  align-self: center;
}

#w-node-ccbdc28d-6164-8959-382b-ef6b51fd0bd6-92637a67 {
  grid-area: Area-8;
}

#w-node-_746c696a-0d99-43e4-9bab-7580d6587c44-92637a67 {
  grid-area: Area-7;
  align-self: center;
}

#w-node-_5ad56fef-80c8-ae7f-1e9e-910d638ac696-92637a67 {
  grid-area: Area-10;
}

#w-node-_6f9fab19-e972-4e20-6b62-6024739587ea-92637a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fjallaone';
  src: url('../fonts/FjallaOne-Regular.eot') format('embedded-opentype'), url('../fonts/FjallaOne-Regular.woff') format('woff'), url('../fonts/FjallaOne-Regular.ttf') format('truetype'), url('../fonts/FjallaOne-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}