:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-image: url('../images/westlundae.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.section {
  flex-flow: column-reverse wrap;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.heading {
  text-align: center;
  margin: 39px -77px;
  padding-left: 0;
  padding-right: 0;
  font-size: 4.4em;
  line-height: .9em;
  display: flex;
}

.container {
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image {
  object-fit: fill;
  flex: 0 auto;
  align-self: center;
  width: auto;
  height: auto;
  margin-top: -408px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 674px 74px;
  display: block;
  position: relative;
}

.heading-2 {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 12px -150px;
  padding: 0;
  font-size: 4.1em;
  display: block;
}

.container-2 {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-3 {
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: center;
  margin-top: 162px;
  padding-left: 0;
  display: block;
}

.heading-3 {
  color: red;
  text-align: center;
  font-size: 2.7em;
}

.container-4 {
  object-fit: fill;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: -632px;
  margin-bottom: 370px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-2 {
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: 5%;
  margin-top: 13px;
  margin-bottom: 0;
  margin-left: 16px;
  padding-right: 0;
  display: block;
}

.body {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/westlundae.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  height: 100%;
  padding-top: 0;
}

.navbar-logo-left {
  background-image: url('../images/banner2.png');
  background-position: 50% 100%;
  background-size: cover;
  min-width: 100%;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 20px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  min-width: 100%;
  max-width: 1140px;
  margin-top: 9px;
  margin-bottom: 34px;
  padding: 0 0 94px;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-3 {
  width: 100px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin: -38px -160px -41px -60px;
  padding-top: 52px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.image-4 {
  width: 800px;
  margin-top: 20px;
  padding-top: 17px;
  display: block;
  position: static;
}

.section-2 {
  justify-content: center;
  margin-top: -19px;
  margin-bottom: -11px;
  padding-bottom: 34px;
  display: flex;
}

.image-5 {
  width: 200px;
  margin-top: -46px;
  padding-top: 0;
  padding-bottom: 0;
}

.button {
  text-align: center;
  background-color: #ed1c24;
  display: inline-block;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: static;
}

.bidding-button {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.button-2 {
  text-align: center;
  justify-content: center;
  margin-left: 1018px;
  display: inline-block;
  position: relative;
}

.container-7 {
  justify-content: center;
  margin-top: 37px;
  display: flex;
}

.button-3 {
  background-color: #ed1c24;
  margin-bottom: 19px;
  font-weight: 700;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
  overflow: visible;
}

.container-8 {
  white-space: normal;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-top: 22px;
  margin-bottom: 24px;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.paragraph {
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
}

.paragraph-2 {
  margin-left: 10px;
  margin-right: 10px;
}

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

.paragraph-3 {
  padding-left: 34px;
  padding-right: 74px;
}

.tabs-menu {
  margin-top: 5px;
}

.tabs-content {
  background-color: #ebebeb;
}

.tab-link-tab-1 {
  background-color: #911b1b;
}

.tab-link-tab-1.w--current {
  background-color: #000;
}

.tab-link-tab-2 {
  background-color: #4b4b4b;
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  color: #fff;
}

.tab-link-tab-3 {
  background-color: #000;
}

.tab-link-tab-4 {
  background-color: #4b4b4b;
}

.tab-link-tab-5 {
  background-color: #000;
}

.tab-link-tab-6 {
  background-color: #4b4b4b;
}

.tab-link-tab-7 {
  background-color: #000;
}

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

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

.dropdown-toggle {
  padding-right: 1204px;
}

.section-3 {
  padding-bottom: 45px;
  display: block;
}

.accordian-item {
  width: 100%;
  overflow: hidden;
}

.accordian-toggle {
  background-color: #000;
  justify-content: flex-start;
  width: auto;
  height: 80px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  align-self: center;
  font-family: Gothica1, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.dropdown-list {
  display: block;
  position: static;
}

.paragraph-4 {
  background-color: #fff;
  padding: 17px;
}

.icon {
  color: red;
}

.section-4 {
  margin-top: 3px;
  padding-top: 0;
}

.accordion-icon {
  color: red;
  font-size: 20px;
}

.westlund-logo {
  display: none;
  overflow: visible;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 106px 446px 25px;
  padding: 0;
  display: flex;
}

.testimonial-column-light {
  border-bottom: 1px #e4ebf3;
  margin-top: 5px;
  margin-bottom: -6px;
  padding: 0 30px 35px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 9px;
  display: grid;
}

.testimonial-card-two {
  background-color: #d9d9d9;
  border: 1px solid #e4ebf3;
  flex-direction: column;
  margin-bottom: 0;
  padding: 32px 16px 0;
  display: flex;
}

.testimonial-text-two {
  margin: 24px -4px 52px 0;
  padding-right: 0;
  font-family: Gothica1, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.testimonial-info-three {
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 24px 1px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 72px;
  min-width: 3px;
  height: 86px;
  margin-left: 5px;
  margin-right: 15px;
}

.testimonial-main-heading {
  color: #fff;
  text-align: left;
  margin-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 21px;
}

.container-10 {
  background-color: #d8d8d8;
  padding-bottom: 0;
}

.grid-3 {
  grid-template-rows: auto;
}

.button-4 {
  display: flex;
}

.button-5 {
  background-color: #cb3943;
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  padding: 12px 32px;
  display: block;
}

.columns {
  margin-top: 20px;
  margin-bottom: 12px;
  display: flex;
}

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

.paragraph-5 {
  padding: 10px;
}

.paragraph-6 {
  color: #fff;
  margin-top: 1px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 0;
  text-decoration: none;
}

.link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.section-5 {
  outline-offset: 0px;
  border-bottom: 1px solid #0000;
  outline: 3px #333;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 45px;
}

.paragraph-7 {
  color: #fff;
  margin-left: 46px;
  margin-right: 22px;
  font-size: 18px;
  line-height: 26px;
}

.container-11 {
  background-color: #000;
  padding-top: 19px;
  padding-bottom: 19px;
}

.heading-7 {
  color: #fff;
  margin: 0 47px;
  font-size: 28px;
}

.field-label {
  color: #000;
  margin: 0;
}

.form {
  margin: 35px;
}

.submit-button {
  background-color: #cb3943;
}

.field-label-2, .field-label-3 {
  color: #000;
}

.heading-8 {
  color: #000;
  margin-top: 43px;
  margin-bottom: -24px;
  padding: 0 35px;
}

.container-12 {
  color: #000;
  background-color: #000;
}

.section-6 {
  background-image: url('../images/footer.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px #0000;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 154px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: static;
  inset: auto 0% -15%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-top: -74px;
  margin-bottom: 76px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.facebook {
  color: #fff;
}

.facebook-2 {
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  display: flex;
}

.link-2 {
  color: #000;
  margin-left: 40px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.link-3 {
  color: #000;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.column-2 {
  margin-top: 30px;
  font-size: 14px;
}

.column-3 {
  margin-top: 30px;
  padding-left: 17px;
}

.footer-subscribe {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 14px;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: center;
  align-items: center;
  margin-left: -32px;
  display: block;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-subscribe-2 {
  text-align: center;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 50px 30px 40px;
  display: flex;
  position: relative;
}

.footer-wrapper-three-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-bottom-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-7 {
  margin-top: -27px;
  padding-top: 0;
  padding-bottom: 45px;
}

.image-6 {
  object-fit: cover;
  max-width: 100%;
  margin-bottom: -41px;
  display: block;
  overflow: auto;
}

.container-14 {
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-9 {
  padding: 0;
  font-size: 37px;
}

.heading-10 {
  background-color: #fff;
  align-items: center;
  margin: 61px 61px 11px;
  padding: 10px;
  font-size: 2.1em;
  display: flex;
}

.heading-11 {
  background-color: #fff;
  align-items: center;
  margin: 18px 61px 61px;
  padding: 10px;
  font-size: 2.1em;
  display: flex;
}

.link-4, .link-5 {
  color: red;
  text-decoration: none;
}

.text-block-10 {
  color: #000;
  background-color: #fff9;
  border: 1px solid #f000;
  padding: 16px 15px;
  font-size: 15px;
}

.section-8 {
  margin-top: 2px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.bold-text {
  padding-left: 0;
}

.text-block-11 {
  color: #c00;
  text-align: center;
  padding-top: 120px;
  font-size: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    margin-top: -148px;
    margin-bottom: -148px;
    font-size: .6em;
    line-height: 20em;
  }

  .image {
    width: auto;
    height: auto;
    padding: 100px;
  }

  .heading-2 {
    margin-top: 56px;
    font-size: 3.1em;
  }

  .heading-3 {
    margin-top: -7px;
    margin-bottom: -6px;
    font-size: 1.9em;
  }

  .image-2 {
    width: 12%;
  }

  .navbar-logo-left {
    margin-bottom: -4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-5 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .navbar-wrapper-2 {
    margin-left: 3px;
    margin-right: 6px;
  }

  .image-5 {
    margin-top: -50px;
    margin-left: 0;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-column-light {
    border-bottom-style: none;
    padding-left: 14px;
    padding-right: 14px;
  }

  .container-9 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .testimonial-card-two {
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .section-5 {
    margin-top: 38px;
  }

  .facebook-2 {
    margin-left: 273px;
    margin-right: 273px;
  }

  .container-13 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

  .image-7 {
    margin-top: 44px;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    margin-top: -20px;
    font-size: 2.2em;
  }

  .heading-3 {
    font-size: 1.3em;
  }

  .navbar-logo-left {
    margin-bottom: -21px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image-5 {
    padding-right: 68px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .testimonial-column-light {
    padding: 2px 15px 60px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .link-2 {
    margin-left: 36px;
  }

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

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-subscribe-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    object-fit: fill;
    padding-bottom: 0;
    position: relative;
  }

  .container {
    font-size: .3em;
    line-height: 20em;
  }

  .image {
    padding: 36px;
  }

  .heading-2 {
    flex-wrap: wrap;
    place-content: stretch center;
    margin: -45px -77px 16px;
    font-size: 1.3em;
    display: flex;
  }

  .heading-3 {
    margin-top: -39px;
    margin-bottom: 9px;
    font-size: .8em;
  }

  .image-2 {
    width: 19%;
  }

  .navbar-logo-left {
    margin-bottom: 30px;
    padding-bottom: 7px;
  }

  .container-5 {
    max-width: none;
  }

  .navbar-brand {
    padding-top: 0;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link, .nav-link.w--current {
    padding-left: 75px;
    padding-right: 75px;
  }

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

  .navbar-wrapper-2 {
    margin-right: 2px;
    padding-top: 19px;
  }

  .image-4 {
    margin-top: 161px;
  }

  .section-2 {
    margin-top: -107px;
  }

  .image-5 {
    margin-bottom: 2px;
    margin-left: 9px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 120px;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .paragraph-3 {
    padding-right: 20px;
  }

  .text-block-8 {
    font-size: 15px;
    line-height: 28px;
  }

  .section-4 {
    margin-top: 35px;
  }

  .testimonial-column-light {
    margin-top: -61px;
    padding-top: 0;
  }

  .container-9 {
    max-width: none;
    margin-top: 47px;
    padding-top: 34px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-grid-two {
    margin-top: -11px;
  }

  .testimonial-card-two {
    margin-top: 60px;
  }

  .container-10 {
    margin-top: -83px;
    margin-bottom: 2px;
  }

  .section-5 {
    margin-top: 79px;
    margin-bottom: -1px;
    padding-top: 0;
  }

  .heading-8 {
    display: block;
  }

  .container-12 {
    margin-top: -106px;
  }

  .section-6 {
    position: static;
    inset: auto 0% -78%;
  }

  .text-block-9 {
    text-align: center;
    align-items: center;
    padding: 26px;
  }

  .facebook-2 {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

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

  .column-2, .column-3 {
    padding-left: 0;
  }

  .container-13 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom, .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-10 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6em;
  }

  .heading-11 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6em;
  }

  .image-7 {
    margin-top: -6px;
  }
}

#w-node-_6951196d-1e5a-fcab-e0b4-0bee4b4b8c01-bb1df4d1, #w-node-_6951196d-1e5a-fcab-e0b4-0bee4b4b8c0b-bb1df4d1, #w-node-_6951196d-1e5a-fcab-e0b4-0bee4b4b8c15-bb1df4d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Gothica1';
  src: url('../fonts/GothicA1-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothica1';
  src: url('../fonts/GothicA1-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}