:root {
  --midnight-blue: #052b49;
  --firebrick: #bf1f30;
  --white: white;
  --gainsboro: #d9d9d9;
  --midnight-blue-2: #061d3f;
  --gainsboro-2: #e0e5e8;
  --light-steel-blue: #bdc8db;
  --light-slate-grey: #7086ac;
  --light-grey: #c8d8e2;
}

.navbar {
  background-color: #0000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 14px;
}

.div-block {
  margin-top: 0;
  padding-left: 54px;
}

.div-block-2 {
  background-image: linear-gradient(#00367c, #0000), url('../images/Virginia_1Virginia.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: flex-end;
  height: 100vh;
  margin-top: 0;
  padding-top: 89px;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-3.b {
  background-color: #d9d9d9;
  height: auto;
  padding: 100px 50px;
}

.navigation-items {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-bar-white-bg {
  z-index: 10;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 80px;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10px 5%;
  display: flex;
  position: absolute;
  box-shadow: 0 4px 20px -15px #2f2f31;
}

.nav-bar-white-bg.b {
  height: 60px;
  margin-top: -37px;
  padding-left: 5%;
  padding-right: 5%;
}

.nav-bar-white-bg.a {
  background-color: var(--midnight-blue);
  border-style: none;
}

.text-block-50 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.sabbatical {
  z-index: 1000;
  background-color: #d62424;
  background-image: linear-gradient(34deg, #e50d0d, #da690d);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 35px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.collection-list-4 {
  transition: all .2s;
}

.link-block-5 {
  text-decoration: none;
}

.dropdown-2 {
  margin-left: -20px;
  margin-right: -10px;
  padding-left: 0;
}

.menu {
  z-index: 0;
  clear: none;
  flex-flow: row;
  order: 0;
  place-content: stretch flex-end;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 10% 0% 0%;
}

.navigation {
  background-color: #fff0;
  flex-direction: row;
  flex: none;
  order: -1;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 80px;
  margin-top: 86px;
  margin-bottom: 0;
  padding: 0 0%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-image {
  width: 175px;
  display: block;
}

.logo-image.white-navbar {
  filter: none;
  background-color: #000;
  width: 100px;
  max-width: none;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .15s ease-in-out, opacity .2s;
}

.navigation-item:hover {
  opacity: .9;
  color: #eb3d31;
  background-color: #fff0;
  font-weight: 400;
  text-decoration: none;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.white-navbar {
  z-index: 9;
  color: var(--midnight-blue);
  text-align: center;
  width: auto;
  margin-left: 6px;
  margin-right: 5px;
  padding: 0 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition-duration: .15s, .2s;
  transition-timing-function: ease-in-out, ease;
}

.navigation-item.white-navbar:hover {
  color: var(--firebrick);
  font-weight: 400;
  text-decoration: none;
  transform: none;
}

.navigation-item.white-navbar.service-button {
  display: none;
}

.nav-bar-dark-bg {
  z-index: auto;
  opacity: 1;
  background-color: #fff0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 35px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 35px 5% 15px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.dropdown-list-2 {
  z-index: -20;
  background-color: #ca9f9f;
  position: absolute;
}

.dropdown-list-2.w--open {
  background-color: #fff;
}

.logo-link {
  z-index: 1;
  margin-top: 59px;
}

.logo-link:hover {
  opacity: 1;
  border-radius: 0;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  margin-top: 110px;
}

.collection-list-wrapper-7 {
  transition: all .2s;
  box-shadow: 0 20px 35px -30px #000;
}

.nav-button {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 40px;
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, opacity .2s, color .2s;
  display: flex;
}

.nav-button:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.nav-button:active {
  background-color: #fff;
  border-color: #000;
}

.nav-button.w--current {
  align-self: center;
}

.nav-button.w--current:hover {
  background-color: #fff;
}

.nav-button.homepage {
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
}

.nav-button.homepage:hover {
  color: #000;
  background-color: #fff;
}

.nav-button.homepage.white-navbar {
  background-color: var(--midnight-blue);
  color: #fff;
  margin-left: 16px;
  margin-right: 0;
  font-size: 14px;
  transition-duration: .2s, .2s, .2s, .2s;
  transition-timing-function: ease, ease-in-out, ease, ease;
}

.nav-button.homepage.white-navbar:hover {
  background-color: var(--firebrick);
  transform: scale(1);
}

.text-block-40 {
  color: #fff;
  letter-spacing: .8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-40:hover {
  color: #eb3d31;
  font-weight: 300;
}

.text-block-51 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.text-block-51:hover {
  color: var(--firebrick);
}

.dropdown-link {
  background-color: var(--white);
  height: 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.dropdown-link:hover {
  color: var(--firebrick);
}

.dropdown-toggle-4 {
  padding: 0 17px 0 5px;
  font-family: Lato, sans-serif;
}

.div-block-4 {
  background-color: var(--midnight-blue);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 57px 10px 78px;
  display: flex;
}

.div-block-5 {
  background-image: url('../images/blurbg_1blurbg.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding: 0 84px 70px;
  display: flex;
}

.div-block-5.a {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.div-block-5.div-block {
  background-image: none;
  background-size: auto;
  justify-content: flex-start;
  margin-top: -29px;
  padding-top: 276px;
  padding-bottom: 0;
  padding-right: 53px;
}

.heading {
  color: #fff;
  text-align: right;
  margin-top: 0;
  font-family: Lato, sans-serif;
}

.heading.b {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
}

.heading-2 {
  margin-top: 10px;
}

.paragraph {
  color: var(--midnight-blue);
  text-align: center;
  width: 60%;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.heading-3 {
  color: var(--gainsboro);
  text-align: right;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.italic-text {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
}

.div-block-6 {
  width: 200px;
  height: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 115px;
  display: flex;
}

.image {
  margin-right: 22px;
}

.heading-4 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 17px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
}

.heading-4.b {
  color: var(--white);
}

.link-block-6 {
  text-align: center;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.section {
  background-color: #062e4e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.section.b {
  background-color: var(--midnight-blue);
  flex-direction: column;
  height: 300px;
  padding: 0 91px 0 74px;
}

.section.c {
  height: 400px;
  padding-right: 80px;
}

.section.d {
  flex-direction: column;
}

.section.x {
  height: 500px;
  padding-left: 207px;
  padding-right: 65px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-bottom: 23px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-2.b {
  text-align: left;
}

.bold-text {
  color: var(--firebrick);
}

.link {
  text-decoration: none;
}

.bold-text-2 {
  font-weight: 400;
  line-height: 30px;
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  color: var(--firebrick);
  font-weight: 400;
}

.section-2 {
  background-color: #404040;
}

.footer {
  background-color: var(--midnight-blue);
  height: 600px;
}

.section-3 {
  background-color: var(--firebrick);
  background-image: url('../images/winchester_1winchester.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.section-3.b {
  background-image: url('../images/court_1court.webp');
}

.section-3.c {
  background-image: url('../images/bridge_1bridge.webp');
}

.section-3.d {
  background-image: url('../images/HANDSHAKE_1HANDSHAKE.webp');
}

.section-3.e {
  background-image: url('../images/TYSONS_1TYSONS.webp');
}

.section-3.f {
  background-image: url('../images/HANDSHAKE_1HANDSHAKE.webp');
  background-position: 50%;
  background-attachment: fixed;
}

.div-block-8 {
  width: 50%;
  height: 400px;
}

.div-block-9 {
  background-color: #8c000fa6;
  align-items: center;
  width: 40%;
  height: 150px;
  margin-bottom: 35px;
  padding: 5px;
  font-size: 12px;
  display: flex;
}

.block-quote {
  color: #fff;
  margin-left: 18px;
  padding-top: 16px;
  padding-bottom: 0;
}

.italic-text-2 {
  font-size: 16px;
  line-height: 20px;
}

.div-block-10 {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 31px;
  display: flex;
}

.div-block-11 {
  width: 300px;
  height: 400px;
  margin-left: 49px;
  margin-right: 27px;
}

.paragraph-3 {
  color: #fff;
  font-size: 18px;
}

.bold-text-5 {
  color: var(--white);
}

.paragraph-4 {
  color: var(--white);
  text-decoration: none;
}

.link-2, .link-3 {
  color: var(--white);
}

.link-4 {
  color: var(--white);
  text-decoration: underline;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  color: var(--firebrick);
}

.italic-text-3 {
  color: var(--gainsboro);
}

.link-block-7 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  display: flex;
}

.div-block-12 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.img {
  opacity: .57;
}

.img:hover {
  opacity: 1;
}

.div-block-13 {
  background-color: #e3e2e2;
  height: 350px;
}

.div-block-13.d {
  height: 300px;
}

.column {
  flex: 1;
}

.column.half {
  flex: 0 auto;
  width: 50%;
}

.column.half.padding-left---s.flex.vertical.justify-center.padding-left-mob---0 {
  flex-direction: column;
}

.column-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.headline {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

.headline.m {
  margin-bottom: 43px;
  font-size: 30px;
  line-height: 75%;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.margin-bottom---10 {
  margin-bottom: 12px;
}

.text-xl {
  font-size: 28px;
  line-height: 150%;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #0a2640;
  border: 2px solid #0a2640;
  border-radius: 56px;
  padding: 16px 56px;
  font-weight: 700;
  line-height: 140%;
}

.cta-wrapper.margin-top---40 {
  margin-top: 40px;
}

.portfolio-graph-circle {
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.portfolio-graph-circle.margin-right---15.color-2 {
  background-color: #0dbbfc;
}

.portfolio-graph-circle.margin-right---15.color-4 {
  background-color: #0a2640;
}

.portfolio-graph-circle.margin-right---15.color-3 {
  background-color: #65e4a3;
}

.portfolio-graph-circle.margin-right---15.color-5 {
  background-color: #2df1e8;
}

.portfolio-graph-circle.color-1 {
  background-color: #8fb6d5;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-4 {
  padding: 60px 76px 60px 207px;
}

.section-4.b {
  background-color: var(--gainsboro-2);
}

.section-4.c, .section-4.d {
  background-color: #e0e5e8;
  height: 600px;
}

.section-4.e {
  background-image: url('../images/bg_1.png');
  background-position: 0 0;
  background-size: cover;
  height: 500px;
  padding-top: 92px;
}

.section-4.f {
  padding-top: 100px;
  padding-bottom: 97px;
}

.paragraph-5 {
  color: var(--midnight-blue);
  text-align: justify;
  margin-bottom: 26px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-5.a {
  text-align: center;
}

.paragraph-5.b {
  margin-top: 30px;
}

.heading-5 {
  color: var(--midnight-blue);
  text-align: left;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
}

.heading-5.b {
  color: var(--firebrick);
}

.heading-5.c {
  text-align: center;
}

.div-block-14 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.bold-text-10 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.bold-text-11 {
  color: var(--midnight-blue);
  font-size: 18px;
  font-weight: 400;
}

.paragraph-6 {
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
}

.div-block-15 {
  margin-bottom: 46px;
}

.link-5 {
  color: var(--midnight-blue);
  font-size: 20px;
  text-decoration: none;
}

.div-block-16 {
  border: 1px solid var(--midnight-blue);
  margin-bottom: 21px;
  padding: 15px;
}

.button-2 {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #0000;
}

.link-6 {
  color: var(--midnight-blue);
  text-decoration: none;
}

.div-block-17 {
  width: 320px;
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
}

.link-7 {
  text-align: center;
  text-decoration: none;
}

.image-2 {
  margin-bottom: 10px;
}

.div-block-18 {
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.div-block-18.c {
  background-color: #ededed;
  margin-bottom: 0;
  padding: 38px;
  font-size: 18px;
}

.div-block-18.b {
  flex-direction: column;
  align-items: center;
  margin-top: 3px;
  padding-top: 30px;
}

.image-3 {
  margin-top: 0;
}

.form-block {
  width: 80%;
}

.field-label, .field-label-2, .field-label-3 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.submit-button {
  background-color: var(--midnight-blue);
}

.div-block-19 {
  width: 100%;
  height: 100px;
}

.div-block-20 {
  justify-content: flex-end;
  margin-top: -114px;
  display: flex;
}

.image-14 {
  border-radius: 20px;
}

.image-14:hover {
  opacity: .5;
}

.paragraph-10 {
  color: #fff;
  text-align: right;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.heading-11 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.link-16 {
  color: #fff;
  text-decoration: none;
}

.italic-text-4 {
  color: #a0a0a0;
}

.div-block-33 {
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 82px;
  margin-right: 24px;
  display: flex;
}

.link-block-4 {
  opacity: 1;
  margin-left: 0;
  margin-right: 10px;
}

.link-block-4:hover {
  opacity: 1;
}

.div-block-24 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 21px;
}

.link-17 {
  color: var(--white);
  text-decoration: none;
}

.bold-text-12, .bold-text-13 {
  font-weight: 400;
}

.div-block-34 {
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 62px;
  display: flex;
}

.div-block-35 {
  background-color: var(--midnight-blue);
  width: auto;
  height: 350px;
  margin-left: 20px;
  margin-right: 20px;
}

.heading-12 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.paragraph-11 {
  color: var(--white);
  text-align: center;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-style: italic;
}

.link-18, .link-19 {
  color: var(--white);
  text-decoration: none;
}

.hover:hover {
  opacity: .44;
}

.column-2 {
  padding-top: 0;
  padding-left: 37px;
}

.link-20 {
  color: var(--white);
  text-decoration: none;
}

.bold-text-14 {
  color: var(--midnight-blue);
  text-transform: none;
  font-family: trajan-pro-3, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.bold-text-15 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.bold-text-15.a {
  color: var(--firebrick);
  text-transform: none;
  font-size: 30px;
  text-decoration: none;
}

.div-block-36 {
  margin-left: 48px;
  display: flex;
}

.div-block-37 {
  align-items: center;
  display: flex;
}

.paragraph-12 {
  color: var(--white);
  margin-bottom: -5px;
  margin-left: 4px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.icon {
  margin-right: 4px;
  padding-left: 8px;
}

.icon-2 {
  margin-right: 9px;
  padding-left: 12px;
  padding-right: 0;
}

.list-item {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  position: static;
}

.list {
  margin-top: 25px;
  margin-bottom: 38px;
  font-size: 18px;
}

.link-21, .link-22 {
  color: var(--midnight-blue);
}

.bold-text-16 {
  text-transform: uppercase;
  font-size: 24px;
}

.italic-text-5 {
  font-weight: 400;
}

.bold-text-17 {
  text-decoration: none;
}

.section-5 {
  color: #26324e;
  background-color: #26324e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.heading-13 {
  text-align: center;
  margin-bottom: 42px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.bold-text-19 {
  color: var(--white);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-3 {
  background-color: var(--firebrick);
  border-radius: 5px;
  margin-left: 2px;
  padding: 5px 20px;
}

.link-23 {
  color: var(--white);
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.bold-text-20 {
  color: var(--firebrick);
  font-size: 30px;
  font-weight: 400;
}

.bold-text-21 {
  color: var(--firebrick);
}

.bold-text-22 {
  color: var(--firebrick);
  font-weight: 400;
}

.div-block-38 {
  justify-content: center;
  width: 80%;
  height: 50px;
  margin-top: 2px;
  display: flex;
}

.div-block-38.b {
  justify-content: flex-start;
  width: 100%;
}

.div-block-38.c {
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
}

.div-block-39 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 17px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-39.b {
  margin-left: 0;
}

.heading-14 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-15 {
  margin-right: 17px;
}

.bold-text-23 {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.link-24 {
  text-decoration: none;
}

.div-block-40 {
  border: 1px solid #757474;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 450px;
  margin: 5px;
  padding: 29px;
  display: flex;
}

.div-block-40.b {
  background-color: #e7eef4;
}

.div-block-40.c {
  background-color: #e7eef4;
  height: 550px;
}

.div-block-40.d {
  background-color: #e7eef4;
  height: 450px;
}

.div-block-41 {
  flex-direction: row;
  display: flex;
}

.div-block-41.b {
  justify-content: flex-start;
}

.paragraph-13 {
  color: var(--midnight-blue);
  text-align: justify;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.image-16 {
  margin-bottom: 1px;
}

.heading-15 {
  color: var(--firebrick);
  text-align: center;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
}

.section-6 {
  background-color: #eaeaea;
  background-image: linear-gradient(284deg, #0000, #fff), url('../images/bg.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px 75px 100px 207px;
}

.div-block-42 {
  height: 75vh;
}

.div-block-42.b {
  height: auto;
}

.div-block-43 {
  background-color: var(--midnight-blue);
  height: 600px;
}

.bold-text-24 {
  font-weight: 400;
}

.bold-text-25 {
  color: var(--firebrick);
  font-weight: 400;
}

.link-25, .link-26 {
  color: var(--midnight-blue);
}

.heading-16 {
  color: var(--white);
  text-align: center;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.bold-text-26 {
  font-weight: 400;
}

.button-4 {
  background-color: var(--firebrick);
  border-radius: 20px;
  margin-top: 34px;
  margin-bottom: 43px;
  font-family: Lato, sans-serif;
}

.link-27 {
  color: var(--midnight-blue);
  text-decoration: none;
}

.link-28, .link-29, .link-30, .link-31, .link-32 {
  color: var(--midnight-blue);
}

.list-2 {
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.list-item-2 {
  margin-bottom: 5px;
}

.link-33, .bold-text-27 {
  color: var(--midnight-blue);
}

.heading-17 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-44 {
  width: 99.9999%;
}

.link-34, .link-35 {
  color: var(--midnight-blue);
}

.link-36 {
  color: var(--midnight-blue);
  text-decoration: none;
}

.link-37, .link-38, .link-39, .link-40, .link-41 {
  color: var(--midnight-blue);
}

.div-block-45 {
  background-color: var(--gainsboro-2);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100px;
  margin: 15px;
  padding: 16px;
  display: flex;
}

.div-block-45:hover {
  background-color: var(--light-steel-blue);
}

.heading-18 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.heading-18:hover {
  color: var(--firebrick);
}

.bold-text-28 {
  color: var(--midnight-blue);
  font-size: 22px;
  font-weight: 400;
}

.bold-text-28:hover {
  color: var(--firebrick);
}

.div-block-46 {
  padding-left: 0;
  display: flex;
}

.div-block-46.b {
  padding-left: 0;
}

.link-42 {
  text-decoration: none;
}

.section-7 {
  background-color: var(--midnight-blue);
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-47 {
  background-color: var(--midnight-blue);
  object-fit: fill;
  justify-content: flex-end;
  height: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-48 {
  z-index: 0;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-right: 50px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.link-43 {
  color: var(--light-slate-grey);
  text-transform: uppercase;
  margin-left: 25px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.link-43:hover {
  color: var(--firebrick);
}

.navbar-3 {
  margin-top: 49px;
  padding-right: 50px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.image-19 {
  margin-top: 0;
}

.div-block-50 {
  height: 100px;
  margin-top: 47px;
}

.navbar-4 {
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.nav-link-2, .text-block-52 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.navbar-5 {
  background-color: var(--light-steel-blue);
  background-image: none;
  padding-top: 0;
  padding-left: 43px;
  padding-right: 50px;
  position: fixed;
  inset: 5% 0% auto;
}

.navbar-5.a {
  position: static;
}

.nav-link-3 {
  color: var(--midnight-blue);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.nav-link-3:hover {
  color: var(--firebrick);
}

.image-20 {
  position: fixed;
  top: 41.9444px;
}

.dropdown-toggle-5 {
  background-color: var(--light-steel-blue);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  display: flex;
}

.text-block-53 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-block-53:hover, .services:hover {
  color: var(--firebrick);
}

.dropdown-4 {
  background-color: var(--light-steel-blue);
}

.bold-text-29 {
  color: var(--light-steel-blue);
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.bold-text-30, .bold-text-31 {
  font-weight: 400;
}

.bold-text-32 {
  color: var(--firebrick);
  font-weight: 400;
}

.bold-text-33 {
  font-weight: 400;
}

.bold-text-34 {
  color: var(--firebrick);
  font-weight: 400;
}

.dropdown-list-3 {
  background-color: #ebebeb80;
}

.dropdown-list-3.w--open {
  background-color: var(--light-steel-blue);
}

.link-44 {
  color: var(--midnight-blue);
  text-decoration: none;
}

.link-44:hover {
  color: var(--firebrick);
}

.link-45 {
  color: var(--midnight-blue);
  text-decoration: none;
}

.link-45:hover {
  color: var(--firebrick);
}

.dropdown-list-4 {
  background-color: var(--light-steel-blue);
}

.link-46, .bold-text-35, .link-47, .link-48, .link-49 {
  color: var(--midnight-blue);
}

.link-50, .link-51, .link-52, .link-53, .link-54, .link-55, .link-56, .link-57, .link-58, .link-59 {
  color: var(--white);
}

.div-block-51 {
  background-color: var(--gainsboro-2);
  border: 1px #000;
  height: auto;
  padding: 31px;
}

.div-block-52 {
  background-color: var(--light-steel-blue);
  margin-top: 10px;
  padding: 10px 30px 20px;
}

.heading-19 {
  color: var(--firebrick);
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.section-8 {
  padding: 58px 58px 58px 171px;
}

.button-5 {
  margin-top: 47px;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-8:hover {
  color: var(--firebrick);
}

.link-block-9, .link-block-10 {
  text-decoration: none;
}

.image-21 {
  margin-right: 24px;
}

.link-60 {
  color: var(--midnight-blue);
}

.teamhover:hover {
  opacity: .59;
}

.div-block-53 {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-53.a {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  display: flex;
}

.div-block-54 {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-55 {
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-block-56 {
  background-image: url('../images/McClain-Rosenthal_1McClain%20Rosenthal.webp');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 200px;
  position: fixed;
}

.heading-20 {
  color: #052b49;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}

.heading-20.b {
  color: #fff;
}

.section-9 {
  background-color: var(--midnight-blue);
  height: auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.div-block-59 {
  margin-top: 35px;
}

.heading-21 {
  color: var(--firebrick);
  margin-bottom: 39px;
  font-family: Lato, sans-serif;
}

.heading-22 {
  color: var(--midnight-blue);
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.heading-22.b {
  margin-bottom: 20px;
  font-size: 20px;
}

.heading-22.c {
  margin-top: 32px;
  font-size: 18px;
}

.columns {
  font-family: Lato, sans-serif;
}

.paragraph-14 {
  color: var(--midnight-blue);
  text-align: justify;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}

.column-3 {
  padding-top: 0;
  padding-bottom: 56px;
}

.text-block-54 {
  text-transform: none;
  margin-bottom: 7px;
  font-size: 18px;
  text-decoration: none;
}

.link-block-11 {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  text-decoration: none;
}

.link-block-11:hover {
  color: var(--firebrick);
}

.div-block-60 {
  border-left: 1px solid var(--midnight-blue);
  margin-top: 29px;
  padding-left: 16px;
}

.list-item-3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

.link-61, .link-62, .link-63, .link-64 {
  color: var(--white);
  text-decoration: none;
}

.link-65, .link-66, .link-67, .link-68, .link-69, .link-70, .link-71, .link-72 {
  color: var(--white);
}

.link-73, .link-74 {
  text-decoration: none;
}

.div-block-61 {
  background-color: var(--firebrick);
  margin-bottom: 8px;
  padding: 5px 23px;
}

.heading-23 {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.link-75 {
  color: var(--white);
  text-decoration: underline;
}

.link-76 {
  color: var(--white);
}

.navbar-6 {
  background-color: var(--light-steel-blue);
  margin-top: -148px;
  padding-bottom: 0;
  padding-right: 45px;
}

.div-block-63 {
  margin-top: 2px;
}

.image-23 {
  margin-top: 58px;
}

.div-block-64 {
  padding-left: 70px;
}

.navbar-7 {
  z-index: 4;
  background-color: #0000;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-65 {
  background-color: var(--light-steel-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 54px;
  display: flex;
}

.image-24 {
  margin-top: -51px;
  margin-left: 56px;
}

.button-6 {
  background-color: var(--firebrick);
  border-radius: 9px;
}

.nav-menu-3 {
  z-index: 1;
}

.link-77, .link-78, .link-79, .link-80, .link-81, .link-82, .link-83, .link-84, .link-85 {
  color: var(--white);
}

.link-86 {
  color: var(--white);
  background-color: #0000;
}

.link-87, .link-88 {
  color: var(--white);
}

.div-block-66 {
  margin-top: 49px;
}

.html-embed-2 {
  width: 100%;
}

.html-embed-3 {
  margin-top: 51px;
  position: static;
}

.div-block-67 {
  position: fixed;
}

.link-89, .link-90 {
  color: var(--midnight-blue);
}

.section-10 {
  padding-left: 207px;
  padding-right: 76px;
}

.div-block-70 {
  background-color: var(--midnight-blue);
}

.heading-24 {
  margin-top: 0;
}

.link-91, .link-92, .link-93, .link-94, .link-95, .link-96, .link-97 {
  color: var(--midnight-blue);
}

.html-embed-5 {
  margin-top: 0;
}

.image-25 {
  width: 100%;
  max-width: none;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.brand {
  z-index: auto;
}

.columns-2 {
  z-index: -4;
  object-fit: fill;
  position: relative;
}

.bold-text-36 {
  font-size: 20px;
  font-weight: 400;
}

.link-99 {
  text-decoration: none;
}

.link-100 {
  color: #fff;
  text-decoration: none;
}

.bold-text-37 {
  text-decoration: none;
}

.bold-text-38 {
  font-size: 18px;
}

.link-101, .link-102 {
  color: var(--white);
  text-decoration: none;
}

.link-103, .link-104 {
  color: var(--midnight-blue);
}

.link-105, .link-106 {
  color: var(--midnight-blue-2);
}

.link-107, .link-109 {
  color: var(--midnight-blue);
}

@media screen and (min-width: 1440px) {
  .heading.b {
    text-transform: none;
  }

  .div-block-7 {
    margin-bottom: 121px;
  }

  .heading-4 {
    margin-top: 14px;
    font-size: 14px;
    line-height: 30px;
  }

  .paragraph-2 {
    width: 75%;
  }

  .bold-text-2 {
    line-height: 30px;
  }

  .text-xl {
    font-size: 1.39vw;
  }

  .button {
    padding: 1.111vw 3.888vw;
  }

  .div-block-34 {
    margin-top: 0;
  }

  .div-block-35 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .column-2 {
    padding-top: 57px;
  }

  .paragraph-12 {
    font-family: Lato, sans-serif;
  }

  .italic-text-5 {
    font-weight: 400;
  }

  .bold-text-17 {
    color: var(--white);
    text-decoration: none;
  }

  .section-5 {
    background-color: #26324e;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 600px;
    padding-top: 62px;
    display: flex;
  }

  .heading-13 {
    color: var(--midnight-blue);
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 25px;
  }

  .bold-text-18 {
    font-size: 20px;
  }

  .bold-text-19 {
    color: var(--gainsboro);
    font-size: 18px;
  }

  .button-3 {
    background-color: var(--firebrick);
    border-radius: 16px;
    margin-top: 0;
    font-family: Lato, sans-serif;
    font-size: 14px;
  }

  .link-23 {
    text-decoration: none;
  }

  .div-block-48 {
    margin-right: 0;
    padding-right: 50px;
  }

  .navbar-2 {
    background-color: #0000;
    width: 100%;
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    position: fixed;
  }

  .nav-menu {
    background-color: var(--gainsboro-2);
    width: 5.01023%;
  }

  .navbar-3 {
    background-color: #0000;
    margin-top: 48px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-18 {
    margin-top: -63px;
  }

  .nav-menu-2 {
    align-items: center;
    display: flex;
  }

  .div-block-53 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .div-block-53.b {
    margin-top: 40px;
  }

  .div-block-55 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-20 {
    margin-top: 14px;
    line-height: 30px;
  }

  .image-25 {
    margin-bottom: 49px;
  }

  .link-98 {
    color: var(--midnight-blue);
  }
}

@media screen and (min-width: 1920px) {
  .div-block-2 {
    width: 100%;
  }

  .div-block-3.b {
    width: 99.9999%;
  }

  .nav-bar-white-bg.b {
    justify-content: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu {
    justify-content: flex-end;
    width: 100%;
  }

  .navigation {
    flex-direction: row;
    justify-content: center;
    align-self: center;
  }

  .section.b {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .footer {
    width: 99.9999%;
  }

  .section-3 {
    width: 100%;
  }

  .div-block-10 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-11 {
    height: auto;
  }

  .paragraph-4 {
    color: var(--white);
    font-size: 18px;
    line-height: 25px;
  }

  .text-xl {
    font-size: 26px;
  }

  .button {
    padding: 21.328px 74.65px;
  }

  .section-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-2 {
    padding-top: 56px;
  }

  .body {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-5 {
    width: 100%;
  }

  .div-block-48 {
    padding-right: 180px;
  }

  .link-77, .link-78, .link-79, .link-80, .link-81, .link-82, .link-83, .link-84 {
    color: var(--white);
  }

  .image-25 {
    max-width: 1024px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    height: 90vh;
    margin-top: 105px;
  }

  .div-block-3.b {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-items {
    background-color: #fff;
    width: 100%;
  }

  .nav-bar-white-bg {
    background-color: #fff;
    padding-left: 5%;
    padding-right: 5%;
  }

  .dropdown-2 {
    display: none;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .menu.dark-bg {
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .navigation {
    margin-bottom: 0;
    padding: 0 0%;
  }

  .dropdown-toggle-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.white-navbar {
    border-top: 1px solid #f3f3f7;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .navigation-item.white-navbar.service-button {
    display: block;
  }

  .menu-icon-white {
    filter: none;
    display: block;
  }

  .nav-bar-dark-bg {
    background-color: #fff0;
    padding: 0 5%;
    display: none;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .logo-link.center.w--current {
    display: none;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-button {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
  }

  .nav-button.homepage.white-navbar {
    border-style: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 12px;
  }

  .div-block-4 {
    padding-left: 24px;
    padding-right: 49px;
  }

  .div-block-5 {
    padding-left: 60px;
    padding-right: 22px;
  }

  .div-block-5.div-block {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    margin-top: -75px;
    padding-top: 220px;
  }

  .div-block-5.d {
    padding-right: 0;
  }

  .heading-3 {
    text-align: center;
    width: auto;
    padding-right: 36px;
  }

  .section {
    height: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.c {
    padding-right: 0;
  }

  .section.d {
    height: auto;
    padding-top: 62px;
  }

  .section.x {
    padding-right: 44px;
  }

  .paragraph-2 {
    text-align: justify;
    margin-bottom: 0;
  }

  .bold-text-2 {
    text-align: justify;
  }

  .div-block-9 {
    width: 100%;
    margin-left: 183px;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
  }

  .section-4.c {
    height: auto;
  }

  .section-4.g {
    padding-left: 76px;
  }

  .div-block-20 {
    padding-right: 33px;
  }

  .div-block-35 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-12 {
    font-size: 9px;
    line-height: 16px;
  }

  .link-18 {
    font-size: 12px;
    line-height: 16px;
  }

  .link-19 {
    font-size: 13px;
  }

  .column-2 {
    padding-top: 0;
    padding-left: 0;
  }

  .bold-text-15 {
    text-align: center;
  }

  .div-block-36 {
    margin-left: 99px;
  }

  .paragraph-12 {
    margin-bottom: 1px;
    font-size: 16px;
  }

  .section-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-3 {
    text-align: center;
    border-radius: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 62px;
    font-family: Lato, sans-serif;
    font-size: 16px;
  }

  .div-block-38 {
    flex-direction: column;
    height: auto;
    margin-top: 16px;
  }

  .div-block-38.c {
    width: auto;
  }

  .div-block-39 {
    justify-content: flex-start;
  }

  .div-block-39.b {
    align-items: flex-start;
  }

  .div-block-40.c {
    width: 100%;
  }

  .div-block-40.d {
    width: auto;
    height: auto;
  }

  .div-block-41 {
    flex-direction: column;
  }

  .div-block-43 {
    height: auto;
  }

  .heading-16 {
    text-align: center;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-48 {
    justify-content: center;
    margin-right: 0;
    padding-right: 0;
  }

  .navbar-4 {
    justify-content: space-around;
    display: flex;
  }

  .menu-button-2 {
    position: fixed;
  }

  .navbar-5 {
    background-color: var(--light-steel-blue);
    padding-left: 39px;
    padding-right: 0;
    inset: 5% 0% auto;
  }

  .nav-link-3 {
    background-color: var(--light-steel-blue);
    text-align: right;
    padding-top: 20px;
    padding-bottom: 19px;
    padding-right: 64px;
  }

  .dropdown-toggle-5 {
    background-color: var(--light-steel-blue);
    justify-content: flex-end;
    width: 99.9998%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-53 {
    font-size: 16px;
  }

  .services {
    background-color: var(--light-grey);
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 58px;
  }

  .nav-menu-2 {
    background-color: var(--light-steel-blue);
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-top: -1px;
    display: flex;
  }

  .dropdown-3, .dropdown-4 {
    background-color: var(--light-steel-blue);
    width: 100%;
    padding-right: 20px;
  }

  .icon-3 {
    color: var(--midnight-blue);
  }

  .menu-button-3, .menu-button-3.w--open, .dropdown-list-3 {
    background-color: var(--light-steel-blue);
  }

  .dropdown-list-3.w--open {
    background-color: var(--light-grey);
  }

  .link-44 {
    color: var(--midnight-blue);
    text-decoration: none;
  }

  .link-44:hover {
    color: var(--firebrick);
  }

  .link-45 {
    color: var(--midnight-blue);
    text-decoration: none;
  }

  .link-45:hover {
    color: var(--firebrick);
  }

  .div-block-53 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-53.a {
    flex-direction: row;
    justify-content: center;
  }

  .div-block-53.b {
    margin-top: 0;
  }

  .div-block-57 {
    flex-direction: column;
    display: flex;
  }

  .div-block-61 {
    margin-bottom: 10px;
  }

  .heading-23 {
    font-size: 40px;
  }

  .div-block-65 {
    padding-right: 13px;
  }

  .image-24 {
    margin-top: -70px;
    margin-left: 44px;
  }

  .button-6 {
    text-align: right;
    border-radius: 0;
    width: 100%;
    padding-right: 60px;
    font-family: Lato, sans-serif;
    font-size: 16px;
  }

  .nav-menu-3 {
    background-color: var(--light-steel-blue);
    width: 100%;
    margin-top: -4px;
  }

  .menu-button-4, .menu-button-4.w--open {
    background-color: #0000;
  }

  .icon-4 {
    color: var(--midnight-blue);
  }

  .div-block-68 {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .div-block-3.b {
    padding-left: 21px;
    padding-right: 20px;
  }

  .navigation-items {
    width: 100%;
    display: none;
  }

  .collection-item-3 {
    width: 100%;
  }

  .nav-bar-white-bg {
    padding-top: 0;
  }

  .nav-bar-white-bg.b {
    margin-top: 0;
  }

  .collection-list-4 {
    width: 100%;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .menu {
    width: 100%;
    margin-left: 0;
  }

  .navigation {
    padding: 0;
  }

  .logo-image.white-navbar {
    width: 100px;
    height: auto;
  }

  .dropdown-toggle-3 {
    width: 100%;
    display: none;
  }

  .navigation-item.white-navbar {
    border-top: 1px solid #f5f5f5;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .nav-bar-dark-bg {
    padding-left: 0%;
  }

  .logo-link {
    padding-left: 0;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .logo-link.center.w--current {
    display: none;
  }

  .collection-list-wrapper-7 {
    width: 100%;
  }

  .menu-button {
    display: none;
  }

  .nav-button.homepage.white-navbar {
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    margin-top: 87px;
    padding: 187px 25px 30px 60px;
  }

  .div-block-5.div-block {
    margin-top: -34px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5.d {
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    padding-bottom: 29px;
    padding-right: 60px;
  }

  .div-block-5.e {
    background-position: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .heading {
    font-size: 30px;
    line-height: 44px;
  }

  .heading-3 {
    text-align: center;
    width: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .div-block-7 {
    margin-bottom: 13px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .section.b {
    padding-right: 20px;
  }

  .section.c {
    height: auto;
    padding-top: 72px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .section.d {
    height: auto;
  }

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

  .footer, .div-block-9 {
    height: auto;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 49px;
    padding-bottom: 40px;
    padding-left: 35px;
  }

  .div-block-11 {
    width: auto;
    height: auto;
  }

  .paragraph-4 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-12 {
    flex-direction: column;
  }

  .div-block-13.d {
    flex-direction: column;
    height: 400px;
    display: flex;
  }

  .column.half {
    width: 100%;
  }

  .headline.m {
    font-size: 30px;
  }

  .text-xl {
    font-size: 24px;
  }

  .button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-4.e {
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
    display: flex;
  }

  .heading-5 {
    text-align: center;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-19 {
    width: 100%;
    height: auto;
  }

  .div-block-20 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 600px;
    margin-top: 107px;
    padding-top: 45px;
    padding-right: 0;
  }

  .paragraph-10, .heading-11 {
    text-align: center;
  }

  .div-block-33 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-34 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-35 {
    margin-bottom: 88px;
  }

  .heading-12 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bold-text-14 {
    font-size: 30px;
  }

  .bold-text-15.a {
    font-size: 20px;
  }

  .div-block-36 {
    margin-left: 0;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .div-block-40.b {
    width: 100%;
    height: 600px;
  }

  .heading-16 {
    margin-bottom: 22px;
  }

  .div-block-45 {
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-46.b {
    flex-direction: column;
    align-items: center;
  }

  .div-block-47 {
    justify-content: center;
    height: 100px;
  }

  .div-block-48 {
    flex-direction: column;
    margin-right: 0;
    padding-right: 0;
  }

  .link-43 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .navbar-3 {
    margin-top: 98px;
  }

  .navbar-5 {
    padding-left: 9px;
  }

  .bold-text-29 {
    width: 50%;
  }

  .div-block-53 {
    margin-bottom: 11px;
  }

  .div-block-53.a {
    flex-direction: column;
    align-items: center;
  }

  .div-block-53.b {
    padding-top: 0;
  }

  .div-block-55 {
    margin-bottom: 24px;
  }

  .heading-20 {
    font-size: 12px;
  }

  .div-block-58 {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .div-block-61 {
    margin-bottom: 18px;
  }

  .div-block-65 {
    margin-top: 38px;
  }

  .image-24 {
    margin-top: -70px;
    margin-left: 22px;
  }

  .button-6 {
    text-align: right;
    border-radius: 0;
    width: 100%;
    padding-right: 63px;
  }

  .nav-menu-3 {
    background-color: var(--light-steel-blue);
  }

  .menu-button-4 {
    background-color: #0000;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    height: 75vh;
    margin-top: -119px;
    padding-top: 27px;
  }

  .div-block-3.b {
    padding-top: 0;
  }

  .navigation-items {
    opacity: 1;
    background-color: #f6f9fc;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 0;
    position: static;
    top: 0;
    box-shadow: 0 10px 40px 13px #00000069;
  }

  .collection-item-3 {
    background-color: #f8f8f8;
  }

  .nav-bar-white-bg {
    z-index: 100;
    background-color: #fff;
    border-top-width: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
  }

  .text-block-50 {
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 12px;
    line-height: 18px;
    display: block;
  }

  .sabbatical {
    flex-flow: column;
    height: 55px;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .link-block-5, .dropdown-2 {
    display: none;
  }

  .menu {
    z-index: 10;
    filter: none;
    text-transform: lowercase;
    flex-wrap: wrap;
    width: 60px;
    height: 30px;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .menu.dark-bg {
    width: 1px;
    height: 1px;
    display: none;
  }

  .navigation {
    z-index: 8000;
    box-shadow: none;
    text-align: right;
    background-color: #fff0;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 70px;
    margin-right: 0;
    padding: 0 0 20px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .logo-image {
    float: none;
    clear: none;
    width: 11em;
    margin-left: 15px;
    padding-left: 0;
  }

  .logo-image.white-navbar {
    width: 7em;
    margin-left: -2px;
  }

  .dropdown-toggle-3 {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .navigation-item {
    color: #000;
    height: 100%;
  }

  .navigation-item:hover {
    color: #000;
  }

  .navigation-item.white-navbar {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    align-self: center;
    width: 100%;
    height: 70px;
    padding-top: 25px;
    padding-left: 45px;
    padding-right: 45px;
    display: block;
  }

  .navigation-item.white-navbar:hover {
    opacity: 1;
    width: 100%;
  }

  .navigation-item.white-navbar:active {
    opacity: 1;
  }

  .menu-icon-white {
    filter: none;
    margin-right: 25px;
    padding-right: 0;
    display: block;
  }

  .nav-bar-dark-bg {
    z-index: 80;
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-top: 55px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
    position: absolute;
    inset: 0 0% auto;
  }

  .logo-link {
    display: block;
  }

  .logo-link.w--current {
    text-align: center;
    background-color: #fff0;
    justify-content: flex-start;
    align-items: center;
    margin-top: 104px;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .logo-link.center.w--current {
    justify-content: center;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .nav-button {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    background-color: #eb3d31;
    border-radius: 40px;
    align-self: center;
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 1.25em 0%;
    font-size: .9em;
    display: flex;
  }

  .nav-button.w--current {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
  }

  .nav-button.homepage {
    display: none;
  }

  .nav-button.homepage.white-navbar {
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .div-block-4 {
    height: 200px;
    padding: 10px 40px;
  }

  .div-block-5 {
    background-position: 100% 0;
    justify-content: center;
    align-items: center;
    margin-top: -103px;
    padding: 0 40px;
    text-decoration: none;
  }

  .div-block-5.div-block {
    justify-content: flex-start;
    align-items: center;
    margin-top: 94px;
    padding: 0 20px;
  }

  .div-block-5.d {
    justify-content: center;
    margin-top: -101px;
    padding: 126px 35px 0;
  }

  .div-block-5.e {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: -104px;
  }

  .heading {
    text-align: center;
  }

  .heading.b {
    text-align: center;
    font-size: 28px;
  }

  .paragraph {
    width: auto;
    line-height: 30px;
  }

  .heading-3 {
    color: var(--midnight-blue-2);
    text-align: center;
    margin-top: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .div-block-6 {
    margin-bottom: 59px;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .heading-4 {
    font-family: Lato, sans-serif;
    font-size: 18px;
  }

  .section {
    height: auto;
  }

  .section.b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.c {
    flex-direction: column;
    height: auto;
    margin-top: 0;
    padding-top: 59px;
  }

  .section.x {
    height: auto;
    margin-top: -106px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2, .bold-text-2 {
    text-align: center;
  }

  .footer {
    justify-content: flex-start;
    height: auto;
    display: flex;
  }

  .div-block-9 {
    height: auto;
    margin-left: 0;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 19px;
    padding-bottom: 26px;
    padding-left: 0;
  }

  .div-block-11 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-13 {
    height: 500px;
  }

  .div-block-13.d {
    height: 600px;
  }

  .section-4 {
    padding: 23px;
  }

  .section-4.e {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4.g {
    padding-left: 23px;
  }

  .paragraph-5 {
    text-align: center;
  }

  .bold-text-11 {
    text-align: left;
  }

  .div-block-16 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-17 {
    margin-top: 29px;
    margin-bottom: 56px;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .div-block-18.c {
    margin-top: 47px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-3 {
    height: 100px;
  }

  .div-block-20 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .heading-11 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 34px;
  }

  .div-block-33 {
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-34 {
    flex-direction: column;
  }

  .div-block-35 {
    margin-bottom: 100px;
  }

  .bold-text-14 {
    color: var(--midnight-blue-2);
    font-size: 35px;
    line-height: 35px;
  }

  .bold-text-15 {
    font-size: 30px;
  }

  .bold-text-15.a {
    font-weight: 700;
  }

  .div-block-36 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .div-block-37 {
    width: 100%;
  }

  .paragraph-12 {
    text-align: center;
    width: 90%;
    margin-left: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .bold-text-16 {
    text-align: left;
  }

  .section-5 {
    height: 600px;
    padding: 27px 20px 49px;
  }

  .button-3 {
    text-align: center;
    margin-left: 0;
    padding-right: 12px;
  }

  .div-block-39.b {
    margin-right: 0;
  }

  .div-block-40 {
    width: auto;
    height: auto;
  }

  .div-block-40.b {
    width: auto;
    height: 600px;
  }

  .div-block-40.c {
    height: auto;
  }

  .section-6 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .heading-16 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .button-4 {
    text-align: center;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .div-block-45 {
    width: auto;
    height: auto;
  }

  .div-block-46 {
    flex-direction: column;
  }

  .div-block-47 {
    width: 99.9999%;
    position: static;
  }

  .div-block-48 {
    justify-content: flex-start;
    height: auto;
    padding-top: 20px;
    padding-right: 0;
  }

  .link-43 {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    line-height: 15px;
  }

  .div-block-49 {
    flex-direction: row;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-17 {
    margin-bottom: 14px;
  }

  .navbar-4 {
    padding-right: 0;
  }

  .navbar-5 {
    background-color: #0000;
    background-image: none;
    margin-top: 0;
    padding-left: 7px;
    position: static;
  }

  .navbar-5.a {
    background-color: var(--light-steel-blue);
    color: var(--gainsboro-2);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-right: 41px;
  }

  .dropdown-toggle-5 {
    text-align: right;
    justify-content: flex-end;
    padding-right: 48px;
    position: relative;
  }

  .services {
    text-align: right;
    padding-right: 44px;
  }

  .nav-menu-2 {
    margin-top: -668px;
  }

  .dropdown-3 {
    object-fit: fill;
    padding-right: 0;
    position: relative;
  }

  .dropdown-4 {
    padding-right: 0;
  }

  .icon-3 {
    color: var(--firebrick);
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: #0000;
  }

  .bold-text-29 {
    font-size: 28px;
  }

  .div-block-51 {
    width: 100.004%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-52 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-19 {
    text-align: center;
  }

  .section-8 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-53 {
    flex-direction: column;
    padding-top: 33px;
  }

  .div-block-53.a {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-55 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-56 {
    background-image: url('../images/mrl-ico__1mrl-ico_.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
    height: 120px;
    margin-top: -1px;
    position: static;
  }

  .heading-20 {
    font-size: 16px;
  }

  .div-block-59 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .heading-21 {
    font-size: 30px;
  }

  .paragraph-14 {
    text-align: left;
  }

  .div-block-61 {
    margin-top: 49px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-23 {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .image-22 {
    margin-bottom: 5px;
  }

  .div-block-62 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .navbar-7 {
    margin-top: -1px;
    position: relative;
  }

  .div-block-65 {
    margin-top: 0;
    padding-right: 0;
  }

  .image-24 {
    margin-top: -70px;
    margin-left: 8px;
  }

  .button-6 {
    text-align: right;
    border-radius: 0;
    width: 100%;
    padding-right: 50px;
  }

  .nav-menu-3 {
    background-color: var(--light-steel-blue);
    margin-top: -1px;
  }

  .menu-button-4 {
    background-color: #0000;
  }

  .html-embed-3 {
    margin-top: 41px;
  }

  .div-block-69 {
    object-fit: fill;
  }

  .heading-24 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .html-embed-4 {
    margin-top: 66px;
  }

  .link-91 {
    color: var(--midnight-blue);
    text-decoration: none;
  }
}


