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

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

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

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

h2 {
  color: #01a6b3;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Fira Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.navbar-logo-left {
  z-index: 99999999;
  width: 100%;
  color: #fff;
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.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 {
  z-index: 99999999;
  width: 100%;
  max-width: 1140px;
  float: none;
  clear: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.container {
  width: 100%;
  height: auto;
  max-width: 940px;
  clear: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.navbar-wrapper {
  width: 100%;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 50%;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 10px;
  display: block;
  overflow: hidden;
}

.nav-menu-wrapper {
  width: 100%;
}

.nav-menu-two {
  width: 100%;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.nav-link {
  height: 100%;
  color: #edf4f5;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.nav-link:hover {
  color: #edf4f5;
  border-bottom: 0 rgba(0, 0, 0, 0);
  text-decoration: none;
}

.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.qs {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(34, 49, 78, .71), rgba(15, 111, 100, .63)), url('../images/Find-Mens-Group.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  transition: opacity .2s;
}

.nav-link.qs:hover {
  background-image: linear-gradient(rgba(34, 49, 78, .71), rgba(18, 147, 132, .73)), url('../images/Find-Mens-Group.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #000;
}

.nav-link.pr {
  background-image: linear-gradient(rgba(11, 170, 53, .51), rgba(0, 79, 85, .5)), url('../images/slide_industria.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  transition: opacity .2s;
}

.nav-link.pr:hover {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(0, 79, 85, .5), rgba(11, 170, 53, .63)), url('../images/slide_industria.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  border-bottom: 0 rgba(0, 0, 0, 0);
}

.nav-link.ct {
  background-image: linear-gradient(rgba(73, 96, 4, .64), rgba(139, 184, 3, .61)), url('../images/DCrPxbDV0AA_E3M.jpg-large.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.nav-link.ct:hover {
  background-image: linear-gradient(rgba(73, 96, 4, .64), rgba(160, 211, 3, .84)), url('../images/DCrPxbDV0AA_E3M.jpg-large.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.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: #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;
}

.list-item {
  width: 33.3%;
  height: 150px;
  text-align: left;
  text-transform: uppercase;
  background-color: #0d494e;
  border-bottom: 1px #000;
  padding-top: 0;
  font-family: Fira Sans, sans-serif;
  transition: all .3s ease-in-out, background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.list-item:hover {
  background-color: #0a595f;
}

.list-item.navqs {
  height: 150%;
  min-height: 150px;
  color: #333;
  background-color: #3ea753;
}

.heading {
  outline-offset: 0px;
  border-bottom: 2px #000;
  outline: 3px #333;
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
}

.columns {
  height: 100%;
  justify-content: center;
  margin-right: 0;
  display: flex;
}

.section {
  background-color: #f1f1f1;
  margin-top: 260px;
  padding-top: 0;
}

.column {
  color: #edf4f5;
  background-color: #01a6b3;
  margin-bottom: 0;
  padding: 20px;
  display: block;
}

.heading-2 {
  color: #edf4f5;
}

.heading-2.h-line {
  font-weight: 500;
}

.column-2 {
  padding: 20px 0;
}

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

.isblue.h-line {
  font-weight: 500;
}

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

.heading-3 {
  padding-right: 10px;
  font-weight: 500;
}

.paragraph {
  padding-right: 10px;
}

.section-2 {
  background-color: #172324;
  background-image: linear-gradient(65deg, rgba(17, 24, 39, .66) 29%, rgba(0, 0, 0, .14)), url('../images/Energy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 30px;
}

.div-block {
  background-color: #22314e;
  border-bottom: 10px solid #01a6b3;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .47);
}

.heading-4 {
  color: #edf4f5;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-2 {
  color: #edf4f5;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.image-2 {
  height: 60px;
  text-align: left;
  object-fit: contain;
  order: -1;
  align-self: flex-start;
  display: block;
}

.container-3 {
  z-index: 100;
  float: none;
  object-fit: fill;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
  position: static;
  top: auto;
}

.container-4 {
  max-width: 600px;
}

.paragraph-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-3 {
  background-color: #22314e;
}

.paragraph-4 {
  color: #edf4f5;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(50px, 100px) 1fr;
  margin-top: 40px;
  margin-bottom: 60px;
}

.container-5 {
  padding-top: 60px;
}

.section-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-5 {
  color: #edf4f5;
  align-items: center;
  line-height: 100%;
  display: flex;
  position: static;
  overflow: auto;
}

.whiteparagraph {
  height: 100%;
  color: #edf4f5;
  align-items: center;
  display: flex;
}

.list {
  color: #edf4f5;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 40px;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
}

.listitemp {
  margin-bottom: 0;
  line-height: 21px;
}

.paragraph-6 {
  margin-bottom: 0;
}

.section-5 {
  padding-top: 40px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mosaicinfotile {
  min-height: 450px;
  color: #edf4f5;
  background-color: #01a6b3;
  padding: 10px 20px 60px;
}

.mosaicinfotile.tile1 {
  background-color: #8bb803;
}

.mosaicinfotile.tile2 {
  background-color: #25bbaa;
}

.mosaicinfotile.tile4 {
  background-color: #22314e;
}

.mosaictitle {
  color: #edf4f5;
  padding-bottom: 20px;
  font-weight: 500;
}

.mosaicimagetile.tile1 {
  background-image: url('../images/TérmicoWeb.jpg');
  background-position: 50%;
  background-size: cover;
}

.mosaicimagetile.tile2 {
  background-image: url('../images/Cogeneraciónweb.jpg');
  background-position: 50%;
  background-size: cover;
}

.mosaicimagetile.tile3 {
  background-image: url('../images/TransmisiónWeb.jpg');
  background-position: 50%;
  background-size: cover;
}

.mosaicimagetile.tile4 {
  background-image: url('../images/c.webp');
  background-position: 50%;
  background-size: cover;
}

.container-6 {
  margin-bottom: 20px;
}

.section-6 {
  text-align: center;
  background-color: #f1f1f1;
  margin-top: 60px;
}

.div-block-2 {
  height: 100%;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px 80px;
  display: flex;
}

.slider {
  min-height: 65vh;
  background-color: rgba(221, 221, 221, 0);
}

.left-arrow, .right-arrow {
  mix-blend-mode: exclusion;
}

.slidertitle {
  color: #22314e;
  font-size: 24px;
  font-weight: 500;
}

.sliderparagraph {
  text-align: center;
  font-weight: 300;
  overflow: visible;
}

.slide {
  overflow: visible;
}

.grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.section-7 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-light {
  background-color: #22314e;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.footer-copyright {
  color: #edf4f5;
  font-family: Fira Sans, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.footer-copyright.link {
  font-weight: 400;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

.image-3, .image-4, .image-5 {
  filter: brightness(0%) invert();
}

.paragraph-7 {
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
}

.button {
  color: #01a6b3;
  text-align: center;
  background-color: rgba(255, 255, 255, .69);
  border: 1px solid #01a6b3;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Fira Sans, sans-serif;
}

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

.container-9 {
  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 {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.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;
}

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

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  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: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

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

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

.footer-copyright-2 {
  color: #3a4554;
}

.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;
}

.container-10 {
  padding-top: 0;
}

.section-8 {
  padding-bottom: 40px;
  display: block;
}

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

  .navbar-wrapper {
    width: 50%;
    text-align: right;
    justify-content: flex-end;
  }

  .navbar-brand {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .nav-menu-two {
    background-color: #edf4f5;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    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: #a6b1bf;
  }

  .columns {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }

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

  .column {
    flex: 1;
    order: 1;
    margin-bottom: 20px;
    display: block;
  }

  .column-2 {
    flex: 1;
    order: 0;
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-2 {
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column-3 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .image {
    margin-right: -30px;
  }

  .image-2 {
    width: 100%;
    height: 60px;
    clear: left;
    text-align: left;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .image-6 {
    object-fit: cover;
  }

  .icon-2 {
    color: #22314e;
  }

  .container-9 {
    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;
  }
}

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

  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .navbar-wrapper {
    width: 20%;
  }

  .navbar-brand {
    width: 80%;
    padding-left: 0;
  }

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

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

  .nav-link.qs, .nav-link.pr, .nav-link.ct {
    width: 100%;
    padding-left: 10px;
  }

  .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;
  }

  .list-item {
    width: 100%;
    height: 80px;
  }

  .section {
    padding-top: 100px;
  }

  .column {
    margin-bottom: 10px;
  }

  .column-3 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .image-2 {
    width: 100%;
  }

  .container-4, .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5 {
    padding-left: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .left-arrow, .right-arrow {
    width: 40px;
  }

  .grid-3 {
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-auto-flow: row;
    align-self: auto;
  }

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

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

  .footer-wrapper-two {
    justify-content: center;
    align-items: center;
  }

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

  .footer-copyright {
    align-self: center;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .container-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .html-embed {
    width: 100%;
    overflow: hidden;
  }

  .image-6 {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
  }

  .icon-2 {
    color: #22314e;
  }

  .image-7 {
    align-self: center;
    padding-bottom: 20px;
  }

  .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-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

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

  .navbar-wrapper {
    width: 20%;
  }

  .navbar-brand {
    width: 80%;
  }

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

  .list-item {
    height: 60px;
  }

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

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

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

  .image {
    padding-top: 20px;
  }

  .image-2 {
    width: 100%;
    padding-top: 10px;
  }

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

  .paragraph-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-columns: minmax(50px, 80px) 1fr;
  }

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

  .list {
    margin-right: 20px;
    padding-left: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: start;
  }

  .mosaicinfotile {
    padding-bottom: 20px;
  }

  .mosaicimagetile.tile1, .mosaicimagetile.tile2, .mosaicimagetile.tile3, .mosaicimagetile.tile4 {
    height: 150px;
  }

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

  .div-block-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-arrow, .right-arrow {
    width: 20px;
  }

  .slidertitle {
    font-size: 18px;
  }

  .sliderparagraph {
    line-height: 24px;
  }

  .grid-3 {
    width: 100%;
  }

  .section-7 {
    overflow: hidden;
  }

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

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

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

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .html-embed {
    width: auto;
    overflow: hidden;
  }

  .image-6 {
    width: 100%;
  }

  .icon-2 {
    color: #22314e;
  }

  .image-7 {
    align-self: center;
    padding-bottom: 20px;
  }

  .container-9 {
    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-2.footer-form-button {
    position: relative;
    right: 0;
  }

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

#w-node-_5cddd2e8-935e-3333-398d-b21f863dcfb2-b194d22c, #w-node-b3b64709-cc4c-a57c-8c29-c5ddd1f01870-b194d22c, #w-node-ac04cf6b-ea08-3981-0c99-da02105ebf09-b194d22c, #w-node-a0392950-77f9-8095-0eb6-56b2fce72e94-b194d22c, #w-node-d7188440-cde7-8c5a-a9b6-91fbb1232e27-b194d22c, #w-node-_35550b06-33f1-34f1-74d3-7b1a025fb9c7-b194d22c, #w-node-a0238faf-fcff-f7ba-80ed-c5d5b068c1f1-b194d22c, #w-node-ca2a0d24-efa7-aa9a-c7ee-2c0c1e0cae40-b194d22c, #w-node-f1e37fbf-b5f3-031e-5631-756fe1f0d773-b194d22c, #w-node-e106d231-eb16-4363-acf3-ea2b3f14f69e-b194d22c, #w-node-_2e15ce95-c9c5-9219-9fd7-7b0a6f4cfb05-b194d22c, #w-node-_640c4208-5011-e53c-ef3c-f4feb34716eb-b194d22c, #w-node-_624441b1-3d53-9b9b-9309-2da36840c19d-b194d22c, #w-node-_3ce94500-2ad6-c306-5486-20532048bb84-b194d22c, #w-node-ed0c0a46-6f4a-a59f-7987-8584a81c7ca9-b194d22c, #w-node-cb8d4eab-07f0-3352-5158-641eb19370b6-b194d22c, #w-node-e25fe5cf-8729-77a7-7388-aac7c5ef10af-b194d22c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f1e37fbf-b5f3-031e-5631-756fe1f0d773-b194d22c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e106d231-eb16-4363-acf3-ea2b3f14f69e-b194d22c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2e15ce95-c9c5-9219-9fd7-7b0a6f4cfb05-b194d22c {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_640c4208-5011-e53c-ef3c-f4feb34716eb-b194d22c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_624441b1-3d53-9b9b-9309-2da36840c19d-b194d22c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3ce94500-2ad6-c306-5486-20532048bb84-b194d22c {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-ed0c0a46-6f4a-a59f-7987-8584a81c7ca9-b194d22c {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a0238faf-fcff-f7ba-80ed-c5d5b068c1f1-b194d22c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca2a0d24-efa7-aa9a-c7ee-2c0c1e0cae40-b194d22c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f1e37fbf-b5f3-031e-5631-756fe1f0d773-b194d22c {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e106d231-eb16-4363-acf3-ea2b3f14f69e-b194d22c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e15ce95-c9c5-9219-9fd7-7b0a6f4cfb05-b194d22c {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_640c4208-5011-e53c-ef3c-f4feb34716eb-b194d22c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_624441b1-3d53-9b9b-9309-2da36840c19d-b194d22c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ce94500-2ad6-c306-5486-20532048bb84-b194d22c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ed0c0a46-6f4a-a59f-7987-8584a81c7ca9-b194d22c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a0238faf-fcff-f7ba-80ed-c5d5b068c1f1-b194d22c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca2a0d24-efa7-aa9a-c7ee-2c0c1e0cae40-b194d22c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f1e37fbf-b5f3-031e-5631-756fe1f0d773-b194d22c {
    grid-area: 4 / 1 / 5 / 2;
    align-self: auto;
  }

  #w-node-e106d231-eb16-4363-acf3-ea2b3f14f69e-b194d22c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_624441b1-3d53-9b9b-9309-2da36840c19d-b194d22c, #w-node-_3ce94500-2ad6-c306-5486-20532048bb84-b194d22c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


