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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar-logo-left {
  z-index: 100;
  background-color: #19232b;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.container.flex-row {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.nav-link {
  color: #fff;
  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: rgba(255, 255, 255, .75);
}

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

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

.nav-link.capital {
  text-transform: uppercase;
}

.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: rgba(26, 27, 31, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  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: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ca2821;
  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;
}

.red-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ca2821;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 20px 20px 40px;
  transition: all .2s;
  display: flex;
}

.red-button:hover {
  background-color: #75130f;
}

.red-button.mini {
  padding: 10px 10px 10px 15px;
}

.red-button.submit {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.red-button.simple {
  padding: 10px 15px;
}

.red-button.full-height {
  height: 100%;
}

.text-block {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.text-block.capital {
  text-transform: uppercase;
}

.text-block.black {
  color: #000;
}

.html-embed {
  align-self: auto;
  padding-top: 5px;
}

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

.link-block.mobile-view {
  display: none;
}

.link-block.full-height {
  height: 100%;
}

.image {
  max-width: 300px;
}

.hero-heading-left {
  height: 70vh;
  background-color: rgba(245, 247, 250, 0);
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split {
  max-width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
}

.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 rgba(150, 163, 181, .08);
}

.heading {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
}

.div-block {
  width: auto;
  height: auto;
  object-fit: fill;
  border: 1px #ca2721;
  border-bottom: 2px solid #ca2721;
  display: block;
  position: static;
}

.div-block.white {
  border: 1px #fff;
  border-bottom-style: solid;
}

.text-block-2 {
  color: #000;
  text-transform: uppercase;
  border: 0 #000;
  border-bottom-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-2.white {
  color: #fff;
  object-fit: fill;
  border-style: none;
  border-color: #000;
  display: block;
}

.text-block-2.white.mini {
  font-size: 12px;
}

.text-block-2.gray {
  color: #7f8284;
}

.body {
  background-color: #f2f3f5;
}

.section {
  max-height: 500px;
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image-2 {
  height: 450px;
  max-width: 300px;
  object-fit: cover;
}

.div-block-2 {
  max-width: 300px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #ca2821;
  justify-content: space-around;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.html-embed-2 {
  max-width: 70px;
}

.text-block-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/div.dsvy-stretched-div.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.div-block-4 {
  display: flex;
}

.text-block-5 {
  color: #666;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-5 {
  height: 200%;
  flex-direction: column;
  align-self: auto;
  display: block;
  position: relative;
  bottom: 0;
  overflow: visible;
  transform: translate(0, -45px);
}

.quick-stack {
  padding: 0;
}

.cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-6 {
  display: flex;
}

.dark-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #19232b;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.article {
  width: 100%;
  max-width: 370px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-dsvy-service-img-wrapper {
  width: 100%;
  max-width: 370px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.img-02-770x635-jpg {
  object-fit: cover;
}

.div-dsvy-service-catmask-group {
  height: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 263.22px;
  left: 0;
}

.div-dsvy-service-cat {
  width: 100%;
  max-width: 209px;
  background-color: #ca2821;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 11px 40.36px 11px 18px;
  display: flex;
}

.heading-4-link-planning {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.div-dsvy-service-catmask {
  width: 100%;
  max-width: 204px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper {
  height: 43px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-designervily-box-content {
  width: 100%;
  max-width: 370px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px 45px 35px 30px;
  display: flex;
}

.div-designervily-box-content-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
  position: relative;
}

.p {
  width: 100%;
  max-width: 295px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: .779999px;
  padding-right: 52px;
  display: flex;
}

.text {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.1px;
}

.heading-3-link-renewable-energy {
  color: #19232b;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  position: absolute;
  top: -1px;
  left: 0;
}

.link {
  grid-column-gap: 45.3px;
  grid-row-gap: 45.3px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 150.78px;
  left: 0;
}

.vectors-wrapper-2 {
  width: 35px;
  height: 1px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 9.30957px;
  left: 130px;
}

.text-2 {
  color: #19232b;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.icon {
  width: 4.3px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 6.55518px;
  padding-bottom: 6.55426px;
  padding-right: .433614px;
  display: flex;
}

.vectors-wrapper-3 {
  width: 3.86639px;
  height: 6.89056px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.text-block-7 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.cell-2 {
  background-color: #fff;
  align-items: flex-start;
}

.div-block-7 {
  position: relative;
}

.text-block-8 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-block-9 {
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #ca2721;
  background-clip: border-box;
  padding: 10px 30px 10px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(0);
}

.text-block-10 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-8 {
  align-self: stretch;
  padding: 15px 20px;
}

.text-block-11 {
  color: #666;
  font-family: Montserrat, sans-serif;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.section-2 {
  background-image: url('../images/Section.png');
  background-position: 0 0;
  background-size: auto;
}

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

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ca2721;
  background-image: url('../images/div.elementor-widget-wrap.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  padding: 40px 30px;
  display: flex;
}

.div-block-12 {
  display: flex;
}

.text-block-12 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.text-block-13 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-14 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.div-block-13 {
  justify-content: space-between;
  display: flex;
}

.text-block-15 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.div-block-14 {
  width: 99%;
  height: 5px;
  outline-offset: 0px;
  background-color: #fff;
  outline: 3px #333;
}

.div-block-14._95 {
  width: 95%;
}

.div-block-15 {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

.div-block-16 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.section-3 {
  background-image: url('../images/pseudo.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
}

.text-block-16 {
  color: #abafb5;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.column-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-17 {
  justify-content: space-around;
  margin-top: 25px;
  display: flex;
}

.text-block-17 {
  color: #abafb5;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-18 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.text-block-18 {
  color: #fff;
  text-align: left;
  font-size: 20px;
}

.footertitle {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-block-19 {
  color: #abafb5;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.column-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.columns {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-bottom: 40px;
}

.div-block-20 {
  padding: 25px;
}

.text-block-20 {
  color: #abafb5;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.section-4 {
  width: 100%;
  min-height: 250px;
  background-image: url('../images/div.dsvy-title-bar-wrapper.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 50px;
  display: flex;
}

.page-heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.container-3 {
  width: 100%;
  min-height: 100%;
  float: none;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  align-items: center;
  display: flex;
  position: static;
}

.section-5 {
  background-color: #f2f3f5;
}

.container-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.columns-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.text-block-21 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.body-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.text-block-22 {
  color: #666;
  line-height: 25px;
}

.text-block-23 {
  color: #04080d;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.cell-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.image-3 {
  max-width: 100px;
}

.quick-stack-2 {
  padding: 0;
}

.padding {
  padding-top: 10px;
}

.div-block-21 {
  width: 100%;
  flex-direction: row;
  display: flex;
}

.image-4 {
  max-width: 800px;
  flex: 0 auto;
}

.div-block-22 {
  flex: 2 2 auto;
}

.columns-3 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-6 {
  padding-left: 0;
  padding-right: 0;
}

.column-6.fullheight {
  height: 420px;
  flex-direction: column;
  display: flex;
}

.column-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.text-block-24 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-25 {
  color: #666;
}

.div-block-23 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.text-block-26 {
  color: #ca2821;
  align-items: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  display: flex;
}

.text-span {
  font-size: 35px;
}

.div-block-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.text-block-27 {
  color: #19232b;
}

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

.image-5 {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.div-block-25 {
  height: 100%;
}

.section-6 {
  background-color: #f2f3f5;
}

.container-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.column-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-28 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-26 {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 30px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  padding-right: 30px;
  display: flex;
}

.div-block-28 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.text-block-29 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-30 {
  color: #666;
}

.column-9 {
  padding: 0 20px 40px;
}

.div-block-29 {
  background-color: #fff;
  padding: 40px 25px 25px;
}

.text-block-31 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.cell-4 {
  justify-content: center;
  padding: 10px 10px 10px 0;
}

.text-field {
  -webkit-text-fill-color: inherit;
  background-color: #f2f3f5;
  background-clip: border-box;
  border: 1px solid #fff;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.cell-5 {
  padding-top: 10px;
}

.div-block-30 {
  display: flex;
}

.container-6 {
  margin-top: 50px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.body-3 {
  background-color: #f2f3f5;
}

.text-block-32 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.quick-stack-4 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-31 {
  width: 100%;
  min-height: 200px;
  background-image: url('../images/img-02-770x635.jpg.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  display: flex;
  box-shadow: inset 0 -60px 20px -10px rgba(0, 0, 0, .79);
}

.text-block-33 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-34 {
  color: #ca2721;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-32 {
  justify-content: space-between;
  display: flex;
}

.link-block-4 {
  width: 100%;
  text-decoration: none;
}

.container-7 {
  padding: 20px;
}

.container-7.gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.div-block-33 {
  padding: 15px 0;
}

.div-block-34 {
  background-color: #fff;
  padding: 15px 25px;
}

.column-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 20px;
  display: flex;
}

.div-block-35 {
  width: 10px;
  height: 10px;
  background-color: #ca2721;
  margin-top: 0;
}

.text-block-35 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-36 {
  font-family: Montserrat, sans-serif;
}

.div-block-36 {
  padding-top: 5px;
}

.body-4 {
  background-color: #f2f3f5;
}

.text-block-37 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.text-block-37.mini {
  font-size: 25px;
  line-height: 30px;
}

.text-block-38 {
  font-family: Montserrat, sans-serif;
}

.text-block-38.subtitle {
  font-size: 16px;
  font-weight: 500;
}

.text-span-2 {
  font-weight: 600;
}

.column-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.column-11.no-gap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.div-block-37 {
  width: 100%;
  height: 100%;
  background-image: url('../images/img-01-pq1vnuzjrca2tuohesrx05siuw4wn2lveldls6x1yk.jpg.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-37._1 {
  background-image: url('../images/div.elementor-widget-wrap.png');
}

.div-block-37._2 {
  background-image: url('../images/img-01-pq1vnuzjrca2tuohesrx05siuw4wn2lveldls6x1yk.jpg.png');
}

.columns-4 {
  height: 290px;
  margin-left: 0;
  margin-right: 0;
}

.column-12 {
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.quick-stack-5 {
  padding-left: 0;
  padding-right: 0;
}

.cell-7 {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-39 {
  color: #04080d;
  font-family: Montserrat, sans-serif;
}

.text-block-40 {
  color: #fff;
  margin-left: 0;
  text-decoration: none;
}

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

.link-block-5.mobile-view {
  display: none;
}

.link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-11.w--current {
  text-decoration: none;
}

.image-6 {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-38 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-span-3 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-right: 20px;
  }

  .container {
    max-width: 728px;
  }

  .container.flex-row {
    justify-content: space-between;
  }

  .navbar-wrapper {
    width: 100%;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #19232b;
    border-radius: 5px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .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: #23313b;
    border-radius: 5px;
  }

  .link-block {
    display: none;
  }

  .link-block.mobile-view {
    display: block;
  }

  .image {
    max-width: 230px;
  }

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

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

  .icon-2 {
    color: #fff;
  }

  .quick-stack-2 {
    grid-row-gap: 20px;
  }

  .text-block-37 {
    font-size: 30px;
    line-height: 30px;
  }

  .column-12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-5 {
    display: none;
  }

  .link-block-5.mobile-view {
    margin-left: 10px;
    display: block;
  }

  .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11 {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-wrapper {
    display: none;
  }

  .nav-menu-two {
    color: #000;
    border-radius: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }

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

  .nav-link.capital {
    color: #fff;
  }

  .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 rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    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;
  }

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

  .section {
    max-height: 1500px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .div-block-5 {
    transform: none;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-item {
    color: #fff;
  }

  .quick-stack-2, .column-4, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3 {
    flex-direction: column;
  }

  .div-block-25 {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .column-13 {
    padding-bottom: 10px;
  }

  .quick-stack-6 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .image {
    max-width: 200px;
  }

  .container-4 {
    padding-left: 10px;
  }

  .quick-stack-2 {
    grid-row-gap: 30px;
  }

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

#w-node-_4a38598e-720f-ac3d-22fb-cb120020b955-63640777 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_30a86965-4931-5f75-0015-e728220a7819-63640777 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9f735b72-cddd-189d-5b47-3fa2b69c991c-ab58465b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ad8d64a4-8404-aea4-1acf-a1effc68a9bb-498ced57 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_243717a8-c3cf-6126-93ae-cbbbdd8494ed-498ced57 {
  grid-column: span 2 / span 2;
}

#w-node-eea97b8d-df43-19bf-4dc5-c7ba66a7a84a-9450d8b3, #w-node-e0be4d9e-ad13-3699-b3fb-c58c69ed4e2e-9450d8b3, #w-node-_6b669281-7599-62b1-d723-60778b6320f0-023effba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4a38598e-720f-ac3d-22fb-cb120020b955-85e65111 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_30a86965-4931-5f75-0015-e728220a7819-85e65111 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9f735b72-cddd-189d-5b47-3fa2b69c991c-6c38814c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ad8d64a4-8404-aea4-1acf-a1effc68a9bb-d61829d1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_243717a8-c3cf-6126-93ae-cbbbdd8494ed-d61829d1 {
  grid-column: span 2 / span 2;
}

#w-node-eea97b8d-df43-19bf-4dc5-c7ba66a7a84a-0606cbb1, #w-node-e0be4d9e-ad13-3699-b3fb-c58c69ed4e2e-0606cbb1, #w-node-_6b669281-7599-62b1-d723-60778b6320f0-add4f290 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_9f735b72-cddd-189d-5b47-3fa2b69c991c-ab58465b, #w-node-_9f735b72-cddd-189d-5b47-3fa2b69c991c-6c38814c {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_30a86965-4931-5f75-0015-e728220a7819-63640777 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9f735b72-cddd-189d-5b47-3fa2b69c991c-ab58465b, #w-node-_9f735b72-cddd-189d-5b47-3fa2b69c991c-6c38814c {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4a38598e-720f-ac3d-22fb-cb120020b955-63640777 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9f735b72-cddd-189d-5b47-3fa2b69c991c-ab58465b {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr;
  }

  #w-node-_6b669281-7599-62b1-d723-60778b6320f0-023effba {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9f735b72-cddd-189d-5b47-3fa2b69c991c-6c38814c {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr;
  }

  #w-node-_6b669281-7599-62b1-d723-60778b6320f0-add4f290 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}
