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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: #1e2245;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 62px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: -2px;
}

h2 {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #1e2245;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  color: #1e2245;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -1.25px;
}

h4 {
  margin-top: 24px;
  margin-bottom: 16px;
  color: #1e2245;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -1px;
}

h5 {
  margin-top: 24px;
  margin-bottom: 16px;
  color: #1e2245;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: -0.75px;
}

h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  color: #1e2245;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

p {
  margin-bottom: 16px;
  color: #6e707b;
  font-size: 16px;
  line-height: 25px;
}

a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #1e2245;
}

ul {
  margin-top: 32px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 32px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 6px;
  color: #1e2245;
  font-size: 15px;
  font-weight: 500;
}

img {
  border-radius: 3px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 0px;
  padding: 16px 24px;
  border-left: 2px solid #1f6de2;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

figcaption {
  margin-top: 12px;
  text-align: center;
}

.container {
  width: 1200px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.container.bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 32px;
}

.container._770 {
  width: 770px;
}

.container._690 {
  width: 690px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.button {
  padding: 16px 45px 17px;
  border-radius: 3px;
  background-color: #1f6de2;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #0f58c5;
  color: #fff;
}

.button.nav {
  padding-top: 13px;
  padding-bottom: 14px;
}

.button.white {
  background-color: #fff;
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease;
  color: #1e2245;
}

.button.white:hover {
  color: rgba(30, 34, 69, 0.65);
}

.button.sky {
  background-color: #44abf6;
}

.button.sky:hover {
  background-color: #2ea2f7;
}

.button.sky.footer-button {
  padding-top: 13px;
  padding-bottom: 14px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button.icon {
  padding-left: 66px;
  background-image: url('../images/quote-icon.svg');
  background-position: 37px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.button.icon.navigation {
  padding-top: 13px;
  padding-bottom: 14px;
}

.button._8-top {
  margin-top: 8px;
}

.button._16-top {
  margin-top: 16px;
}

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

.nav-link {
  padding: 14px 12px 13px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}

.nav-link:hover {
  color: rgba(30, 34, 69, 0.75);
}

.nav-link.w--current {
  color: #1e2245;
}

.nav-link.phone {
  margin-right: 24px;
}

.logo {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu.grow {
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 12px 13px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}

.nav-dropdown.left {
  padding-left: 0px;
}

.menu-dropdown-icon {
  margin-left: 8px;
}

.header {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #10395f;
}

.header.inner-page {
  padding-top: 110px;
  padding-bottom: 86px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 57, 95, 0.5)), to(rgba(16, 57, 95, 0.5))), url('../images/landing-1-hero.jpg');
  background-image: linear-gradient(180deg, rgba(16, 57, 95, 0.5), rgba(16, 57, 95, 0.5)), url('../images/landing-1-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.project {
  position: relative;
  padding-top: 110px;
  padding-bottom: 86px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h2-heading-dark {
  margin-top: 0px;
  color: #1e2245;
}

.h2-heading-dark.post {
  font-size: 38px;
  line-height: 50px;
  text-align: center;
}

.navbar-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-div.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.utility-page-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 770px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-title-wrap.center {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.h1-inner-page {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -1.5px;
}

.h1-inner-page.merged {
  display: inline;
}

.h1-inner-page.merged.margin-right {
  margin-right: 8px;
}

.breadcrumb {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb.link {
  opacity: 0.85;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.breadcrumb.link:hover {
  opacity: 1;
  color: #fff;
}

.breadcrumb.dark {
  color: #1e2245;
}

.breadcrumb.dark.link {
  -webkit-transition: color 250ms ease, opacity 250ms ease;
  transition: color 250ms ease, opacity 250ms ease;
  color: rgba(30, 34, 69, 0.85);
}

.breadcrumb.dark.link:hover {
  color: #1e2245;
}

.breadcrumb-divider {
  margin-right: 8px;
  margin-bottom: 1px;
  margin-left: 8px;
  opacity: 0.25;
}

.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1e2245;
}

.footer-v1-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-v1-grid.footer-map {
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 0.5fr 0.5fr 1fr;
  grid-template-columns: 0.5fr 0.5fr 1fr;
}

.footer-link-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link {
  display: block;
  margin-bottom: 12px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.footer-link.grey {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  line-height: 19px;
}

.footer-link.grey:hover {
  color: #fff;
}

.footer-link.dark {
  color: rgba(30, 34, 69, 0.75);
  font-size: 15px;
  line-height: 21px;
}

.footer-link.dark:hover {
  color: #1e2245;
}

.footer-about {
  margin-top: 16px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.footer-about.grey {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}

.footer-about.copyright {
  margin-bottom: 24px;
  color: #1e2245;
  font-size: 13px;
  font-weight: 500;
}

.five-star-rating {
  margin-top: 8px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.see-reviews {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #8c8fa7;
  text-decoration: none;
}

.see-reviews:hover {
  color: #fff;
}

.footer-rating {
  margin-top: 36px;
}

.footer-info-div.fullwidth {
  width: 100%;
}

.footer-bottom {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.footer-bottom.link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.footer-bottom.link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.footer-bottom.link.right {
  margin-left: 32px;
}

.footer-bottom.link.right.dark {
  color: #1e2245;
  font-size: 14px;
}

.footer-bottom.link.right.dark:hover {
  color: rgba(30, 34, 69, 0.65);
}

.footer-bottom.link.left {
  margin-right: 32px;
}

.footer-bottom.link.left.dark {
  color: #1e2245;
  font-size: 14px;
}

.footer-bottom.link.left.dark:hover {
  color: rgba(30, 34, 69, 0.65);
}

.footer-bottom.dark {
  color: #1e2245;
}

.bottom-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #fff;
  text-decoration: none;
}

.text-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.nav-button-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.text-field {
  height: 54px;
  margin-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 3px;
  background-color: #f0f4f5;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.text-field:focus {
  background-color: #eaf0f1;
}

.text-field::-webkit-input-placeholder {
  color: rgba(30, 34, 69, 0.5);
  font-size: 14px;
  font-weight: 500;
}

.text-field:-ms-input-placeholder {
  color: rgba(30, 34, 69, 0.5);
  font-size: 14px;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: rgba(30, 34, 69, 0.5);
  font-size: 14px;
  font-weight: 500;
}

.text-field::placeholder {
  color: rgba(30, 34, 69, 0.5);
  font-size: 14px;
  font-weight: 500;
}

.text-field.white {
  background-color: #fff;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.text-field.white:focus {
  background-color: rgba(255, 255, 255, 0.85);
}

.text-field.footer-field {
  height: 48px;
  margin-right: 12px;
  background-color: #2a2f56;
  color: #fff;
  font-weight: 500;
}

.text-field.footer-field:focus {
  background-color: #292d53;
}

.text-field.footer-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.text-field.footer-field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.text-field.footer-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.text-field.footer-field::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.text-field.message {
  width: 100%;
  height: 90px;
  max-height: 110px;
  max-width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-field._16-bottom {
  margin-bottom: 16px;
}

.lp2-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lp2-form-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.checkmark-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.unsubscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.unsubscribe-text {
  font-size: 13px;
  font-weight: 500;
}

.h1-inner-div.center {
  margin-right: auto;
  margin-left: auto;
}

.line {
  height: 1px;
  background-color: rgba(16, 57, 95, 0.08);
}

.title-text {
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
}

.title-text.contact {
  display: block;
  margin-bottom: 8px;
  color: #1e2245;
  text-decoration: none;
}

.title-text.contact.link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.title-text.contact.link:hover {
  color: rgba(30, 34, 69, 0.75);
}

.title-text.position {
  margin-bottom: 0px;
  line-height: 22px;
}

.title-text.contact {
  display: block;
  margin-bottom: 8px;
  color: #1e2245;
  text-decoration: none;
}

.title-text.contact.link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.title-text.contact.link:hover {
  color: rgba(30, 34, 69, 0.75);
}

.arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1e2245;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.arrow-button._8-top {
  margin-top: 8px;
}

.read-more-arrow {
  margin-top: 2px;
  margin-left: 8px;
}

.team-top {
  position: relative;
  border-radius: 3px;
}

.h3-heading.white {
  color: #fff;
}

.h3-heading.white {
  color: #fff;
  font-weight: 400;
}

.client-quote-name {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.client-quote-name.dark {
  color: #1e2245;
}

.client-quote-company {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.client-quote-company.dark {
  color: #1e2245;
}

.client-quote-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-wrapper._80-top {
  margin-top: 80px;
}

.h5-heading {
  padding-right: 0px;
}

.h5-heading._12-top {
  margin-top: 12px;
}

.h5-heading._40-top {
  margin-top: 40px;
}

.blog-date {
  color: rgba(30, 34, 69, 0.5);
  font-weight: 500;
}

.blog-three-image {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 24px;
  text-decoration: none;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-image: url('../images/blue-house.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-v2-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-v2 {
  position: relative;
  padding-top: 125px;
  padding-bottom: 180px;
  background-color: #1e2245;
}

.footer-header {
  margin-bottom: 32px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

.footer-header._16-bottom {
  margin-bottom: 16px;
}

.footer-header.dark {
  color: #1e2245;
  font-size: 18px;
}

.footer-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.bottom-footer-v2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 32px;
}

.bottom-line {
  width: 100%;
  height: 1px;
  margin-bottom: 34px;
  background-color: rgba(255, 255, 255, 0.05);
}

.footer-v3-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  margin-right: 12px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 17px;
  background-color: #f0f4f5;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.social-link:hover {
  background-color: #fff;
}

.socail-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-v3 {
  position: relative;
  padding-top: 125px;
  padding-bottom: 180px;
  background-color: #fff;
}

.h5-heading-link {
  text-decoration: none;
}

.category-tag {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  padding: 8px 24px;
  border-radius: 20px;
  background-color: #fff;
  color: #1e2245;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.category-tag.post {
  position: static;
  display: inline-block;
  background-color: #f0f4f5;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.category-tag.post:hover {
  background-color: #fff;
}

.blog-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-box-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  padding-bottom: 12px;
  padding-left: 32px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.h4-heading._0-top {
  margin-top: 0px;
}

.h6-heading.white {
  position: relative;
  z-index: 2;
  color: #fff;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.cta-link {
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 12px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #1e2245;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.cta-link:hover {
  color: rgba(30, 34, 69, 0.7);
}

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

.close {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.form-white-box {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  border-radius: 3px;
  background-color: #fff;
}

.position-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgba(16, 57, 95, 0.11);
  border-radius: 3px;
}

.checkbox-label {
  margin-left: 12px;
  font-size: 13px;
  font-weight: 500;
}

.checkbox-field {
  margin-bottom: 16px;
}

.position-form-block {
  margin-bottom: 0px;
}

.gallery-grid {
  display: -ms-grid;
  display: grid;
  height: 480px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.lightbox-gallery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-gallery.one {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 57, 95, 0.25)), to(rgba(16, 57, 95, 0.25))), url('../images/gallery-1.jpg');
  background-image: linear-gradient(180deg, rgba(16, 57, 95, 0.25), rgba(16, 57, 95, 0.25)), url('../images/gallery-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-gallery.two {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 57, 95, 0.25)), to(rgba(16, 57, 95, 0.25))), url('../images/gallery-2.jpg');
  background-image: linear-gradient(180deg, rgba(16, 57, 95, 0.25), rgba(16, 57, 95, 0.25)), url('../images/gallery-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-gallery.three {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 57, 95, 0.25)), to(rgba(16, 57, 95, 0.25))), url('../images/gallery-3.jpg');
  background-image: linear-gradient(180deg, rgba(16, 57, 95, 0.25), rgba(16, 57, 95, 0.25)), url('../images/gallery-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-gallery.four {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 57, 95, 0.25)), to(rgba(16, 57, 95, 0.25))), url('../images/gallery-4.jpg');
  background-image: linear-gradient(180deg, rgba(16, 57, 95, 0.25), rgba(16, 57, 95, 0.25)), url('../images/gallery-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pricing-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
  padding: 56px 32px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #f0f4f5;
  text-align: center;
}

.image {
  border-radius: 3px;
}

.image._24-bottom {
  margin-bottom: 24px;
}

.image.right {
  width: 120%;
  background-image: url('../images/landing-1-hero_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.right.sh-1 {
  width: 100%;
  background-image: url('../images/Group-3014.png');
}

.image.right.sh-3 {
  width: 100%;
  background-image: url('../images/Stahl-Entsorgung-Ankauf-Muenchen.jpeg');
}

.image.right.sh-4 {
  width: 100%;
  background-image: url('../images/Eisenschrott-Entsorgung-Ankauf-Muenchen.jpeg');
}

.image.right.sh-5 {
  width: 100%;
  background-image: url('../images/Aluminium-Entsorgung-Ankauf-Muenchen.jpg');
}

.image.right.sh-6 {
  width: 100%;
  background-image: url('../images/Kupferschrott-Entsorgung-Ankauf-Muenchen.jpeg');
}

.image.right.cable {
  width: 100%;
  background-image: url('../images/Kabelschritt-Ankauf-Entsorgung-Muenchen.jpeg');
}

.image.right.dismanting {
  width: 100%;
  background-image: url('../images/3cd607e1-0219-4771-b4d9-a36dc4a6b231.jpeg');
  background-position: 100% 0%;
}

.image.left {
  width: 120%;
  max-height: 610px;
  background-image: url('../images/landing-5-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.left.s1 {
  width: 100%;
  max-height: none;
  background-image: url('../images/IMG_2992.jpeg');
  background-position: 0% 50%;
}

.image.left.s3 {
  width: 100%;
  background-image: url('../images/Aluminium-Ankauf-Entsorgung--Muenchen.jpg');
  background-position: 100% 50%;
}

.image.left.cs {
  width: 100%;
  background-image: url('../images/Kabelschritt-Entsorgung-Ankauf-Muenchen.jpg');
}

.image.left.ss {
  width: 100%;
  background-image: url('../images/Stahl-Ankauf-Entsorgung-Muenchen.jpg');
}

.image.left.is {
  width: 100%;
  background-image: url('../images/Eisenschrott-Ankauf-Entsorgung-Muenchen.jpg');
}

.image.left.cos {
  width: 100%;
  background-image: url('../images/Kupferschrott-Ankauf-Entsorgung-Muenchen.jpg');
}

.image.left.dismanting {
  width: 100%;
  background-image: url('../images/subpage2-s2.jpg');
  background-position: 0% 50%;
}

.image.left.abb {
  width: 100%;
  max-height: none;
  background-image: url('../images/dd135e8d-39ea-432a-b070-17f4aab78d42.jpeg');
}

.image.estimate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 57, 95, 0.25)), to(rgba(16, 57, 95, 0.25))), url('../images/gallery-1.jpg');
  background-image: linear-gradient(180deg, rgba(16, 57, 95, 0.25), rgba(16, 57, 95, 0.25)), url('../images/gallery-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image.estimate._280 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/IMG_3139.jpeg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/IMG_3139.jpeg');
}

.image.estimate.renovation {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Renovation-img.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Renovation-img.jpg');
  background-position: 0px 0px, 0% 50%;
}

.image.estimate.renovation._280 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/depositphotos_103280494-stock-illustration-containers-with-building-materials.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/depositphotos_103280494-stock-illustration-containers-with-building-materials.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
}

.grey-description {
  margin-bottom: 8px;
  color: #8c9cb4;
  line-height: 21px;
  font-weight: 500;
}

.location-div {
  margin-bottom: 32px;
}

.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section._64-top {
  padding-top: 64px;
}

.section.background-3 {
  background-color: #f0f4f5;
}

.section._76-top {
  padding-top: 76px;
}

.section._56-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

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

.section._120-120 {
  display: none;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f0f4f5;
}

.section._84-top {
  padding-top: 84px;
}

.section._0-top {
  padding-top: 0px;
}

.section._76-52 {
  padding-top: 76px;
  padding-bottom: 52px;
}

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

.section._48-top {
  padding-top: 48px;
}

.section.blue {
  background-color: #10395f;
}

.section.blue.points {
  display: none;
}

.section.grey {
  background-color: #f0f4f5;
}

.section.grey.metals {
  display: none;
}

.section.grey.metals-blue {
  display: none;
  background-color: #10395f;
}

.section.interest {
  display: none;
  padding-bottom: 0px;
}

.section.map-footer {
  display: none;
}

.section._96-120-copy-copy {
  padding-top: 96px;
  padding-bottom: 120px;
}

.section._96-120-copy-copy.background-fade {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f4f5), to(#fff));
  background-image: linear-gradient(180deg, #f0f4f5, #fff);
}

.section._96-120-copy-copy.background-fade {
  background-image: none;
}

.section._96-120-copy-copy.background-fade.copy {
  display: none;
}

.section.map {
  display: none;
}

.section.contact {
  display: none;
}

.project-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 320px;
  padding: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.client-info {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.client-info.client {
  margin-right: 16px;
}

.client-info.info {
  color: rgba(30, 34, 69, 0.5);
}

.client-info-div {
  margin-top: 24px;
}

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

.blog-sidebar {
  width: 100%;
  max-width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.category-item {
  border-bottom: 1px solid #f0f4f5;
  font-size: 15px;
  font-weight: 500;
}

.blog-sidebar-div {
  margin-bottom: 48px;
}

.blog-sidebar-div.tags {
  margin-bottom: 0px;
}

.tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-item {
  margin-right: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #f0f4f5;
  border-radius: 3px;
  background-color: #f0f4f5;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 15px;
  font-weight: 500;
}

.tag-item:hover {
  background-color: #fff;
}

.post-image {
  height: 450px;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb-div.center {
  text-align: center;
}

.post-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rich-text h4 {
  margin-top: 48px;
}

.rich-text h3 {
  margin-top: 48px;
}

.rich-text h2 {
  margin-top: 48px;
}

.rich-text h5 {
  margin-top: 40px;
}

.rich-text h6 {
  margin-top: 32px;
}

.rich-text ol {
  margin-top: 32px;
  margin-bottom: 26px;
}

.rich-text li {
  margin-bottom: 6px;
  color: #1e2245;
  font-size: 15px;
  font-weight: 500;
}

.rich-text ul {
  margin-top: 32px;
  margin-bottom: 24px;
}

.rich-text strong {
  color: #1e2245;
  font-weight: 500;
}

.rich-text blockquote {
  margin-left: -26px;
}

.rich-text a {
  font-size: 16px;
}

.written-by {
  margin-top: 40px;
  margin-bottom: 24px;
}

.post-info {
  display: inline;
  margin-right: 4px;
  color: #1e2245;
  font-weight: 500;
  text-decoration: none;
}

.post-info.grey {
  color: rgba(30, 34, 69, 0.6);
}

.map {
  height: 100%;
  border-radius: 3px;
}

.career-location {
  color: #fff;
  font-weight: 500;
}

.project-fade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 3px;
  background-color: rgba(16, 57, 95, 0.5);
}

.project-client-logo {
  position: relative;
  z-index: 1;
}

.project-wrapper {
  margin-top: 80px;
}

.darkener {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(16, 57, 95, 0.5);
}

.project-quote {
  max-width: 400px;
  margin-top: 64px;
}

.h1-merged-div {
  margin-top: 24px;
  margin-bottom: 24px;
}

.sidebar-div {
  margin-bottom: 24px;
  padding: 12px 40px 40px;
  border-radius: 3px;
  background-color: #f0f4f5;
}

.sidebar-div.black {
  background-color: #10395f;
}

.sidebar-div.last {
  margin-bottom: 0px;
}

.service-link {
  display: block;
  margin-bottom: 8px;
  padding: 14px 24px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #1e2245;
  font-weight: 500;
  text-decoration: none;
}

.service-link:hover {
  background-color: #fff;
}

.service-link.w--current {
  background-color: #fff;
}

.service-sidebar {
  max-width: 350px;
  margin-top: 48px;
}

.service-wrapper {
  margin-top: 32px;
}

.emergency-text {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 25px;
}

.download-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #1e2245;
  font-weight: 500;
  text-decoration: none;
}

.download-link:hover {
  color: #1f6de2;
}

.download-image {
  margin-right: 12px;
}

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

.paragraph {
  color: #000;
  font-size: 19px;
  line-height: 155%;
  font-weight: 400;
}

.paragraph._8-bottom {
  margin-bottom: 8px;
}

.paragraph._0-bottom {
  margin-bottom: 0px;
}

.paragraph.white {
  color: #fff;
  font-size: 19px;
  line-height: 155%;
  font-weight: 400;
}

.paragraph.contact-us {
  margin-bottom: 0px;
}

.paragraph._10-right {
  margin-right: 10px;
}

.paragraph-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.account-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14vh;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-div._20vh {
  margin-top: 20vh;
}

.account-block {
  overflow: auto;
  width: 370px;
  max-width: 90%;
}

.dropdown-list {
  background-color: #f0f4f5;
}

.dropdown-list.w--open {
  left: -12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 48px 12px 24px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.dropdown-link:hover {
  background-color: rgba(30, 34, 69, 0.06);
}

.dropdown-link.w--current {
  background-color: rgba(30, 34, 69, 0.06);
  color: #1e2245;
}

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

.grid._80-60 {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid._80-60.map {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid._50-50 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.grid._50-50._1-2 {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

.grid._80-80 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
}

.grid._80-80._1-col {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid._80-80.subpage {
  margin-bottom: 30px;
}

.grid._1-col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid._30-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.grid._40-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid._40-40._4-col {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid._50-60 {
  grid-column-gap: 50px;
  grid-row-gap: 60px;
}

.grid._50-60._3-col {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid._50-60._2-1 {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.grid._30-16 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
}

.grid._50-50 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.grid._3-services {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid._1x4 {
  margin-top: 60px;
  margin-bottom: 60px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.content-div._75-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.content-div._75-75._20 {
  padding-right: 20%;
}

.content-div._450 {
  width: 450px;
}

.content-div._520 {
  width: 520px;
}

.content-div.margin {
  margin-bottom: 40px;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-element {
  cursor: pointer;
}

.div._40-top {
  margin-top: 40px;
}

.message-form {
  margin-top: 40px;
}

.success-message {
  padding: 32px 24px;
  border-radius: 3px;
  background-color: #f0f4f5;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.success-message.white {
  background-color: #fff;
}

.success-message.white.left {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: left;
}

.success-message.footer {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #2a2f56;
  color: #fff;
  text-align: left;
}

.success-message.left {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: left;
}

.error-message {
  max-width: 280px;
  margin-top: 24px;
  padding: 12px 16px;
  border-radius: 3px;
  background-color: #f0f4f5;
  line-height: 23px;
  font-weight: 500;
}

.error-message.white {
  background-color: #fff;
}

.error-message.footer {
  margin-top: 12px;
}

.error-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-image {
  margin-right: 16px;
}

.footer-subscription {
  margin-top: 24px;
}

.empty-state {
  padding: 32px 24px;
  border-radius: 3px;
  background-color: #f0f4f5;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.empty-state.white {
  background-color: #fff;
}

.blog-item-div {
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.blog-item-div:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.tag-link {
  padding: 8px 15px;
  border-radius: 3px;
  background-color: #f0f4f5;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #1e2245;
}

.tag-link:hover {
  background-color: #fff;
}

.category-link-block {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  color: #1e2245;
}

.category-link-block:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.project-item-div {
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.project-item-div:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

._50-50 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.category-tag-div {
  z-index: 1;
  padding-top: 35px;
  padding-right: 35px;
  padding-left: 35px;
  float: left;
  color: #1e2245;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.category-tag-div._32 {
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
}

.lumen-link {
  color: rgba(30, 34, 69, 0.75);
  font-size: 13px;
}

.lumen-link:hover {
  color: #1e2245;
}

.navbar-infowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-infowrapper.web {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-footer-info {
  display: block;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-footer-info.white {
  margin-top: 20px;
}

.nav-footer-info._w-link {
  color: #1e2245;
  font-size: 14px;
}

.nav-footer-info._w-link.nav-info-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.navbar-info-icon {
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block.white {
  color: #fff;
}

.navbar-custom {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99999;
  padding-top: 12px;
  background-color: #fff;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-custom-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #10395f;
}

.navbar-custom-menu.web {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navmenu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navmenu {
  padding: 24px 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
}

.navmenu.w--current {
  border-bottom: 3px solid #1f6de2;
  color: #fff;
  font-weight: 500;
}

.navmenu.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navmenu.contact {
  background-color: #1f6de2;
}

.text-block-2 {
  color: #fff;
  font-weight: 400;
}

.text-block-2:hover {
  color: #1f6de2;
}

.text-block-2.kontakt:hover {
  color: #fff;
}

.button-2 {
  padding: 16px 45px 17px;
  border-radius: 3px;
  background-color: #1f6de2;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
}

.button-2:hover {
  background-color: #0f58c5;
  color: #fff;
}

.button-2.white {
  background-color: #fff;
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease;
  color: #1e2245;
}

.button-2.white:hover {
  color: rgba(30, 34, 69, 0.65);
}

.button-2.white.line-border {
  padding: 14px 25px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.button-2.white.line-border:hover {
  background-color: #fff;
  color: #1e2245;
}

.button-2.background-1 {
  background-color: #10395f;
}

.button-2.background-1:hover {
  background-color: #1f6de2;
}

.button-2.background-1._8-top {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.header-subtitle-2 {
  margin-bottom: 40px;
  color: #1e2245;
  font-size: 19px;
  line-height: 155%;
  font-weight: 400;
}

.header-2 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #10395f;
}

.header-2.home {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Group-3013.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-2.si-1 {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #fff;
}

.gallery-image-div-2 {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: #1e2245;
  font-size: 13px;
  font-weight: 700;
}

.gallery-image-2 {
  padding: 8px 24px;
  float: left;
  border-radius: 20px;
  background-color: #fff;
}

.white-box-2 {
  border-radius: 3px;
  background-color: #fff;
}

.white-box-2._15-right {
  background-color: transparent;
}

.arrow-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1e2245;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.grid-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  padding: 51px 60px 59px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 3px;
  background-color: #10395f;
}

.career-element-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(16, 57, 95, 0.08);
}

.h1-caption {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 55px;
  text-transform: uppercase;
}

.banner-button-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.read-more-link {
  color: #1f6de2;
}

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

.div-block {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: stretch;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.heading-2 {
  font-size: 44px;
  line-height: 150%;
  font-weight: 400;
}

.heading-3 {
  margin-top: 0px;
  font-weight: 400;
}

.heading-3.white {
  color: #fff;
}

.heading-3.white-middle {
  color: #fff;
  text-align: center;
}

.white-para {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.5625em;
  line-height: 150%;
}

.metal-list {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.metal-name {
  color: #1e2245;
  font-size: 15px;
}

.metal-name.white {
  color: #fff;
}

.heading-4 {
  font-weight: 400;
}

.text-block-5 {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
}

.sep {
  width: 60px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 20px;
  background-color: #fff;
}

.social-icons {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.blue-section {
  background-color: #10395f;
}

.advantages-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 235px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages-number {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  position: absolute;
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
}

.advantage-text {
  color: #fff;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.interest-card {
  max-width: 370px;
}

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

.interest-card-title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 130%;
}

.text-block-7 {
  margin-bottom: 14px;
  color: #6e707b;
}

.subtitle-white {
  color: rgba(255, 255, 255, 0.7);
}

.menu-button {
  display: none;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 24px;
}

.mobile-navbar-content {
  display: none;
}

.icon-2 {
  position: relative;
  margin-right: 0px;
  margin-left: 5px;
}

.dropdown-list-2 {
  background-color: #10395f;
}

.dropdown-list-2.w--open {
  margin-top: 6px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  color: #1f6de2;
}

.dropdown-link-2 {
  color: #fff;
}

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

.dropdown-list-3.w--open {
  margin-top: 6px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.breadcrumb-2 {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-2.link {
  opacity: 0.85;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.breadcrumb-2.link:hover {
  opacity: 1;
  color: #fff;
}

.header-title-wrap-2 {
  width: 540px;
}

.header-title-wrap-2._770 {
  width: 100%;
}

.header-3 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #10395f;
}

.header-3.inner-page {
  padding-top: 110px;
  padding-bottom: 86px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 57, 95, 0.5)), to(rgba(16, 57, 95, 0.5))), url('../images/WhatsApp-Image-2021-03-05-at-2.10.26-PM.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 57, 95, 0.5), rgba(16, 57, 95, 0.5)), url('../images/WhatsApp-Image-2021-03-05-at-2.10.26-PM.jpeg');
  background-position: 0px 0px, 0% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-3.elements-page {
  padding-top: 110px;
  padding-bottom: 86px;
}

.error-message-2 {
  max-width: 280px;
  margin-top: 24px;
  padding: 12px 16px;
  border-radius: 3px;
  background-color: #f0f4f5;
  line-height: 23px;
  font-weight: 500;
}

.error-message-2.white {
  background-color: #fff;
}

.text-field-2 {
  height: 54px;
  margin-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 3px;
  background-color: #f0f4f5;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.text-field-2:focus {
  background-color: #eaf0f1;
}

.text-field-2::-webkit-input-placeholder {
  color: rgba(30, 34, 69, 0.5);
  font-size: 14px;
  font-weight: 500;
}

.text-field-2:-ms-input-placeholder {
  color: rgba(30, 34, 69, 0.5);
  font-size: 14px;
  font-weight: 500;
}

.text-field-2::-ms-input-placeholder {
  color: rgba(30, 34, 69, 0.5);
  font-size: 14px;
  font-weight: 500;
}

.text-field-2::placeholder {
  color: rgba(30, 34, 69, 0.5);
  font-size: 14px;
  font-weight: 500;
}

.text-field-2.white {
  background-color: #fff;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.text-field-2.white:focus {
  background-color: rgba(255, 255, 255, 0.85);
}

.text-field-2.white.message {
  height: 100px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.success-message-2 {
  padding: 32px 24px;
  border-radius: 3px;
  background-color: #f0f4f5;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.success-message-2.white {
  background-color: #fff;
}

.list {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  list-style-type: none;
}

.list.number {
  list-style-type: none;
}

.list.check-box {
  padding-left: 0px;
  list-style-type: none;
}

.black-bold {
  color: #000;
  font-weight: 700;
}

.h3 {
  font-size: 24px;
  font-weight: 700;
}

.h3.black {
  color: #000;
}

.h3.thin {
  font-size: 30px;
  font-weight: 400;
}

.h2-wrapper {
  margin-bottom: 40px;
}

.link-2 {
  color: #1f6de2;
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.link-2:hover {
  color: #1f6de2;
  text-decoration: underline;
}

.link-3 {
  color: #1f6de2;
  font-size: 19px;
  line-height: 155%;
  text-decoration: underline;
}

.link-3:hover {
  color: #4d94ff;
}

.h1-dark {
  margin-top: 0px;
  color: #000;
  font-size: 36px;
  line-height: 46px;
}

.link-4 {
  color: #000;
  font-size: 15px;
}

.link-blue {
  color: #1f6de2;
  font-size: 19px;
  text-decoration: none;
}

.link-blue:hover {
  color: #1f6de2;
  text-decoration: underline;
}

.link-blue.bold {
  color: #44abf6;
  font-size: 28px;
}

.list-item.white {
  color: #fff;
  line-height: 150%;
}

.list-item.number {
  margin-bottom: 10px;
}

.list-item.tick {
  margin-bottom: 10px;
}

.bold-text {
  font-size: 1.125em;
  font-weight: 500;
}

.white-bold {
  color: #fff;
}

.heading-5 {
  color: #000;
  font-size: 35px;
  line-height: 120%;
}

.body-text {
  color: #000;
  font-size: 19px;
  line-height: 155%;
  font-weight: 400;
}

.body-text.white {
  color: #fff;
  font-size: 18px;
}

.list-white {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.open-link {
  color: #fff;
}

.open-link:hover {
  color: #1f6de2;
  font-weight: 500;
}

.text-span-2:hover {
  color: #1f6de2;
  font-weight: 500;
}

.link-block {
  margin-bottom: 20px;
}

.tick-img {
  width: 11px;
  height: 11px;
  margin-right: 8px;
}

.tick-img.up {
  margin-top: -21px;
}

.div-block-4 {
  margin-left: 60px;
}

.list-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-3 {
  color: #fff;
  font-size: 28px;
  line-height: 140%;
}

.bold-text-3.blue {
  color: #3f3d9b;
  line-height: 140%;
}

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

.bold-text-4.blue {
  color: #3f3d9b;
}

.bold-text-4.white {
  color: #fff;
}

.list-item-7 {
  font-size: 16px;
}

.list-item-8 {
  font-size: 16px;
}

.text-block-white {
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

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

.list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-container.up {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.html-embed {
  width: 600px;
}

.paragraph-2 {
  color: #000;
  font-size: 19px;
  line-height: 155%;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-6 {
  background-color: #44abf6;
}

.div-block-7 {
  background-color: #1f6de2;
}

.mid-image {
  display: block;
  height: 500px;
}

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

.div-block-8 {
  background-image: url('../images/Group-3014.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-3 {
  color: #2a2a2a;
  font-size: 19px;
}

.text-block-13 {
  font-size: 18px;
}

.paragraph-4 {
  font-size: 18px;
  line-height: 155%;
}

.bold-text-5 {
  font-size: 16px;
}

.bold-text-6 {
  font-size: 16px;
}

.field-label {
  font-size: 16px;
}

.bold-text-7 {
  font-size: 16px;
}

.bold-text-8 {
  font-size: 16px;
}

.h3-wrapper {
  margin-bottom: 25px;
}

.h3-wrapper._50-up {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 700;
}

.para-wrapper {
  margin-bottom: 6px;
}

.tel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper {
  margin-top: 50px;
}

.content-wrapper._30-up {
  margin-top: 35px;
}

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

.h1-wrapper {
  margin-bottom: 30px;
}

.custom-drop-down {
  display: none;
}

.div-block-10 {
  display: none;
}

.logo-img-footer {
  margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .footer-v1-grid {
    -ms-grid-columns: -webkit-max-content auto;
    -ms-grid-columns: max-content auto;
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
  }

  .paragraph-2 {
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
    line-height: 62px;
  }

  h2 {
    font-size: 42px;
    line-height: 52px;
  }

  h3 {
    font-size: 34px;
    line-height: 44px;
  }

  h4 {
    font-size: 28px;
    line-height: 40px;
  }

  h5 {
    font-size: 24px;
    line-height: 36px;
  }

  h6 {
    font-size: 20px;
    line-height: 32px;
  }

  .button.sky.footer-button {
    padding-right: 25px;
    padding-left: 25px;
  }

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

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

  .logo.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo.shrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu {
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 16px;
    background-color: #f0f4f5;
  }

  .nav-menu.grow {
    padding-left: 0px;
  }

  .nav-dropdown {
    padding-right: 5%;
    padding-left: 5%;
  }

  .nav-dropdown.left {
    padding-left: 5%;
  }

  .header.inner-page {
    padding-top: 90px;
    padding-bottom: 66px;
  }

  .header.project {
    padding-top: 90px;
    padding-bottom: 76px;
  }

  .navbar-div.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.5fr 0.5fr minmax(40px, 50px);
    grid-template-columns: 0.5fr 0.5fr minmax(40px, 50px);
  }

  .header-title-wrap {
    width: 670px;
  }

  .footer {
    padding-top: 125px;
  }

  .footer-v1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-v1-grid.footer-map {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .footer-link-grid.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-info-div {
    margin-bottom: 40px;
  }

  .header-2-text {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .collection-wrapper._80-top {
    margin-top: 70px;
  }

  .footer-v2-grid {
    grid-column-gap: 30px;
    -ms-grid-columns: 1.3fr 1fr;
    grid-template-columns: 1.3fr 1fr;
  }

  .footer-v2 {
    padding-top: 100px;
    padding-bottom: 155px;
  }

  .footer-v3 {
    padding-top: 100px;
    padding-bottom: 155px;
  }

  .cta-link {
    display: inline-block;
  }

  .gallery-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image.left {
    width: 100%;
    height: 280px;
  }

  .image.left.cs {
    margin-bottom: 20px;
  }

  .image.left.ss {
    margin-bottom: 20px;
  }

  .image.left.cos {
    margin-bottom: 20px;
  }

  .image.left.dismanting {
    background-position: 50% 0%;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section._64-top {
    padding-top: 44px;
  }

  .section._76-top {
    padding-top: 56px;
    padding-bottom: 80px;
  }

  .section._56-56 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section._120-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section._84-top {
    padding-top: 64px;
  }

  .section._76-52 {
    padding-top: 56px;
    padding-bottom: 32px;
  }

  .section._40-top {
    padding-top: 20px;
  }

  .section._48-top {
    padding-top: 28px;
  }

  .section._96-120-copy-copy {
    padding-top: 66px;
    padding-bottom: 90px;
  }

  .post-header {
    width: 65%;
  }

  .rich-text blockquote {
    margin-left: 0px;
    padding-left: 24px;
    font-size: 20px;
    line-height: 31px;
  }

  .career-location {
    margin-bottom: 16px;
  }

  .project-wrapper {
    margin-top: 70px;
  }

  .sidebar-div {
    padding-right: 30px;
    padding-left: 30px;
  }

  .account-block {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }

  .dropdown-list.w--open {
    left: 0px;
    border-radius: 0px;
    background-color: #fff;
  }

  .dropdown-link {
    padding-right: 5%;
    padding-left: 5%;
  }

  .dropdown-link:hover {
    background-color: #f0f4f5;
  }

  .dropdown-link.w--current {
    background-color: #f0f4f5;
  }

  .grid._80-60 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid._50-50 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid._80-80 {
    grid-column-gap: 50px;
  }

  .grid._80-80.subpage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._40-40._4-col {
    grid-column-gap: 30px;
  }

  .grid._50-60 {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid._3-services {
    grid-column-gap: 40px;
  }

  .content-div._75-75._20 {
    padding-right: 10%;
  }

  .menu-image {
    border-radius: 0px;
  }

  .menu-button {
    padding: 14px 0px 14px 24px;
  }

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

  .navbar-cta-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navbar-infowrapper {
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 40px;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }

  .navbar-infowrapper.web {
    display: none;
  }

  .nav-footer-info.white {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-footer-info.small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }

  .nav-footer-info.mobile-menu.mobile-menu-link {
    font-size: 14px;
  }

  .navbar-info-icon.small {
    margin-right: 10px;
  }

  .text-block {
    color: #fff;
  }

  .text-block.dark {
    color: #1e2245;
    font-size: 14px;
  }

  .navbar-custom {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .navbar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-custom-menu.web {
    display: none;
  }

  .navmenu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navmenu.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom-style: none;
  }

  .navmenu.dropdown {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navmenu.dropdown.w--open {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-2 {
    overflow: hidden;
  }

  .grid-box-2 {
    padding: 39px 50px 47px;
  }

  .heading {
    font-size: 48px;
  }

  .banner-button-wrapper {
    grid-column-gap: 16px;
  }

  .sep {
    display: none;
  }

  .interest-card-title {
    font-size: 20px;
  }

  .subpage-body {
    overflow: visible;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
  }

  .mobile-navbar-content {
    position: fixed;
    top: 64px;
    z-index: 9999;
    display: none;
    overflow: scroll;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #10395f;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-list-3.w--open {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: none;
  }

  .header-3.inner-page {
    padding-top: 90px;
    padding-bottom: 66px;
  }

  .header-3.elements-page {
    padding-top: 90px;
    padding-bottom: 66px;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .html-embed {
    width: 100%;
  }

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

  .div-block-8 {
    height: 280px;
  }

  .custom-drop-down {
    display: none;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 54px;
  }

  h2 {
    font-size: 38px;
    line-height: 50px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 25px;
    line-height: 35px;
  }

  h5 {
    font-size: 21px;
    line-height: 33px;
  }

  h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .button.sky.footer-button {
    padding-right: 45px;
    padding-left: 45px;
  }

  .nav-link.phone {
    display: none;
  }

  .logo {
    padding-left: 0px;
  }

  .header.inner-page {
    padding-top: 70px;
    padding-bottom: 46px;
  }

  .header.project {
    padding-top: 70px;
    padding-bottom: 56px;
  }

  .h2-heading-dark {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 130%;
  }

  .header-title-wrap {
    width: 100%;
  }

  .header-title-wrap.center {
    width: 90%;
  }

  .footer {
    padding-top: 100px;
  }

  .footer-v1-grid {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-link-grid {
    grid-column-gap: 30px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .footer-bottom {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .footer-bottom.link.right {
    margin-right: 32px;
    margin-left: 0px;
  }

  .footer-bottom.link.left.dark {
    display: inline-block;
  }

  .bottom-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-2-text {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
  }

  .h1-inner-div.center {
    width: 100%;
  }

  .collection-wrapper._80-top {
    margin-top: 60px;
  }

  .footer-v2-grid {
    -ms-grid-columns: 1.3fr;
    grid-template-columns: 1.3fr;
  }

  .footer-v2 {
    padding-top: 80px;
    padding-bottom: 200px;
  }

  .footer-v3-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-v3 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .form-white-box {
    padding: 50px 40px;
  }

  .gallery-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image.right {
    width: 100%;
    height: 280px;
  }

  .image.right.sh-1 {
    height: 180px;
  }

  .image.right.sh-3 {
    height: 180px;
  }

  .image.right.sh-4 {
    height: 180px;
  }

  .image.right.sh-5 {
    height: 180px;
  }

  .image.right.sh-6 {
    height: 180px;
    background-position: 50% 25%;
  }

  .image.right.cable {
    height: 180px;
  }

  .image.right.dismanting {
    height: 180px;
  }

  .image.left {
    width: 100%;
    height: 280px;
  }

  .image.left.s3 {
    margin-bottom: 20px;
  }

  .image.estimate._280 {
    height: 280px;
  }

  .location-div.last {
    margin-bottom: 0px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section._64-top {
    padding-top: 34px;
  }

  .section._76-top {
    padding-top: 46px;
    padding-bottom: 70px;
  }

  .section._56-56 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section._120-120 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section._84-top {
    padding-top: 54px;
  }

  .section._76-52 {
    padding-top: 46px;
    padding-bottom: 22px;
  }

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

  .section._48-top {
    padding-top: 18px;
  }

  .section._96-120-copy-copy {
    padding-top: 46px;
    padding-bottom: 70px;
  }

  .blog-sidebar {
    max-width: 100%;
  }

  .post-header {
    width: 85%;
  }

  .rich-text blockquote {
    font-size: 18px;
    line-height: 28px;
  }

  .map {
    height: 280px;
  }

  .project-wrapper {
    margin-top: 60px;
  }

  .project-quote {
    margin-top: 44px;
  }

  .service-sidebar {
    max-width: 100%;
    margin-top: 0px;
  }

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

  .grid._80-60 {
    grid-row-gap: 30px;
  }

  .grid._50-50._1-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._80-80 {
    grid-row-gap: 16px;
  }

  .grid._80-80._1-col {
    grid-row-gap: 0px;
  }

  .grid._80-80.subpage {
    display: block;
    margin-bottom: 10px;
  }

  .grid._30-30 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._40-40._4-col {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid._50-60 {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid._50-60._3-col {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._50-60._2-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._50-50 {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._3-services {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._1x4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-div._75-75 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .content-div._75-75._20 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0%;
  }

  .content-div._450 {
    width: 430px;
  }

  .content-div._520 {
    width: 430px;
  }

  .navbar-infowrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-custom-menu.web {
    display: none;
  }

  .header-subtitle-2 {
    margin-bottom: 20px;
  }

  .header-2.si-1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .grid-box-2 {
    padding-top: 19px;
    padding-right: 40px;
    padding-left: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner-button-wrapper {
    grid-row-gap: 16px;
    -ms-grid-columns: -webkit-max-content -webkit-max-content;
    -ms-grid-columns: max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
  }

  .purchase-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .interest-card {
    max-width: 100%;
  }

  .mobile-navbar-content {
    top: 64px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-title-wrap-2 {
    width: 100%;
  }

  .header-3.inner-page {
    padding-top: 70px;
    padding-bottom: 46px;
  }

  .header-3.elements-page {
    padding-top: 70px;
    padding-bottom: 46px;
  }

  .link-blue.bold {
    font-size: 25px;
  }

  .div-block-4 {
    margin-left: 0px;
  }

  .bold-text-3 {
    font-size: 25px;
    line-height: 33px;
  }

  .bold-text-4.white {
    font-size: 25px;
  }

  .html-embed {
    width: 100%;
  }

  .custom-drop-down {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    font-size: 33px;
    line-height: 43px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 17px;
    line-height: 26px;
  }

  .button {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button.nav {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button.white {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button.icon.navigation {
    padding-left: 54px;
    background-position: 25px 50%;
  }

  .logo.w--current {
    margin-right: 0px;
  }

  .header.inner-page {
    padding-top: 60px;
    padding-bottom: 36px;
  }

  .h2-heading-dark {
    font-size: 28px;
    line-height: 120%;
  }

  .header-title-wrap {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header-title-wrap.center {
    width: 100%;
  }

  .h1-inner-page {
    font-size: 35px;
    line-height: 45px;
  }

  .h1-inner-page.merged.margin-right {
    display: inline;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-v1-grid.footer-map {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .footer-link-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-link-grid.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-info-div {
    margin-bottom: 30px;
  }

  .footer-bottom.link.right.dark {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 8px;
  }

  .nav-button-grow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .lp2-form-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1-inner-div {
    width: 100%;
  }

  .collection-wrapper._80-top {
    margin-top: 50px;
  }

  .footer-v2 {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .footer-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-v3 {
    padding-top: 60px;
    padding-bottom: 160px;
  }

  .form-white-box {
    padding: 30px 25px;
  }

  .position-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .lightbox-gallery {
    height: 200px;
  }

  .image.right.sh-1 {
    height: 160px;
  }

  .image.right.sh-3 {
    height: 160px;
  }

  .image.right.sh-4 {
    height: 160px;
  }

  .image.right.sh-5 {
    height: 160px;
  }

  .image.right.sh-6 {
    height: 160px;
  }

  .image.right.cable {
    height: 160px;
  }

  .image.right.dismanting {
    height: 160px;
  }

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

  .section._64-top {
    padding-top: 24px;
  }

  .section._76-top {
    padding-top: 36px;
    padding-bottom: 60px;
  }

  .section._56-56 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section._120-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._84-top {
    padding-top: 44px;
  }

  .section._76-52 {
    padding-top: 36px;
    padding-bottom: 12px;
  }

  .section._40-top {
    padding-top: 0px;
  }

  .section._48-top {
    padding-top: 8px;
  }

  .section._96-120-copy-copy {
    padding-top: 36px;
    padding-bottom: 60px;
  }

  .post-header {
    width: 100%;
  }

  .rich-text blockquote {
    font-size: 17px;
    line-height: 26px;
  }

  .project-wrapper {
    margin-top: 50px;
  }

  .grid._50-50 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._80-80._1-col {
    grid-row-gap: 0px;
  }

  .grid._80-80.subpage {
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid._30-30 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid._30-30.contact {
    grid-row-gap: 16px;
  }

  .grid._40-40._4-col {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._50-60 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._50-60._3-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._30-16 {
    grid-auto-columns: 1fr;
  }

  .grid._50-50 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid._3-services {
    grid-row-gap: 50px;
  }

  .grid._1x4 {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-div._450 {
    width: 100%;
  }

  .content-div._520 {
    width: 100%;
  }

  .menu-button {
    padding-left: 16px;
  }

  .navbar-infowrapper {
    width: 100%;
    margin-top: 10px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-footer-info.white {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-footer-info.small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-footer-info.mobile-menu {
    margin-bottom: 20px;
  }

  .navbar-info-icon.small {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-right: 4px;
  }

  .text-block.dark {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navbar-custom {
    display: block;
  }

  .navbar-custom-menu.web {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navmenu-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navmenu.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navmenu.dropdown {
    display: none;
    padding-right: 20px;
    padding-left: 0px;
  }

  .navmenu.dropdown.w--open {
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-2.white {
    padding-right: 25px;
    padding-left: 25px;
  }

  .header-subtitle-2 {
    margin-bottom: 20px;
  }

  .header-2.home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header-2.si-1 {
    padding-top: 20px;
  }

  .grid-box-2 {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .career-element-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h1-caption {
    margin-bottom: 10px;
    font-size: 16px;
  }

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

  .banner-button-wrapper {
    margin-top: 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .metal-list {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .advantages-card-wrapper {
    max-width: 100%;
  }

  .mobile-navbar-content {
    overflow: scroll;
    width: auto;
    padding-bottom: 100px;
  }

  .div-block-3 {
    width: 100vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-list-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-list-2.w--open {
    display: block;
  }

  .dropdown-link-2.custom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-list-3.w--open {
    display: none;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-title-wrap-2 {
    width: 100%;
  }

  .header-3.inner-page {
    padding-top: 60px;
    padding-bottom: 36px;
  }

  .header-3.elements-page {
    padding-top: 60px;
    padding-bottom: 36px;
  }

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

  .link-blue.bold {
    font-size: 20px;
  }

  .div-block-4 {
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bold-text-3 {
    font-size: 20px;
    line-height: 26px;
  }

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

  .div-block-5 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed {
    width: 100%;
  }

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

  .div-block-8 {
    height: 180px;
  }

  .dropdown-2 {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .custom-drop-down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #10395f;
  }

  .link-5 {
    margin-bottom: 15px;
  }
}

#w-node-_312dcaaf-fe3e-0191-d24b-931aac01bf00-2e208ce6 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_312dcaaf-fe3e-0191-d24b-931aac01bf05-2e208ce6 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_312dcaaf-fe3e-0191-d24b-931aac01bf0a-2e208ce6 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_312dcaaf-fe3e-0191-d24b-931aac01bf0f-2e208ce6 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_650ce3d6-da5b-d578-fe20-3a1698f79088-2e208ce6 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_90cc15ec-664c-ce37-eea4-2c1685954aa8-2e208ce6 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-df6aa491-3b05-2dce-10e8-2934ce6c28e3-2e208ce6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-df6aa491-3b05-2dce-10e8-2934ce6c28e2-2e208ce6 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a34e2119-8eab-6a2a-94ba-5e413f8935f1-2e208ce6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-bae5e4f0-0b6c-b666-3e71-011041a31cd5-41a31cd2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-bae5e4f0-0b6c-b666-3e71-011041a31cde-41a31cd2 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e9fa89d9-0a7a-6f91-fb04-9ce969dccc70-5d208d0c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_9c632642-2bab-49ef-64ec-211078c02f05-9e208d0d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#Position-Position.w-node-_2dd209ff-f6c0-8af7-1c73-8c6962d47043-bf208da2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Position-Message.w-node-_2dd209ff-f6c0-8af7-1c73-8c6962d47044-bf208da2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2dd209ff-f6c0-8af7-1c73-8c6962d47045-bf208da2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2dd209ff-f6c0-8af7-1c73-8c6962d47049-bf208da2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-fc1cecf0 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5ab72d90-6b4f-f482-975e-7195512ab4d8-fc1cecf0 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_4b506739-6059-495c-2618-3c44dfad16bd-dfad16b8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-25514ce7 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_7885e482-91b4-c996-33fb-7326a9f8c2bf-25514ce7 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-606bc17f {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ad1d2dea-89f9-9f94-95eb-7641d2a26cc8-606bc17f {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-c547c001-70a2-b401-aa84-2f10be378c9d-606bc17f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-de27146e {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a76c05b8-d4cd-d89d-7ef7-190ff20833e3-de27146e {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-f25c8bb7 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_86527ab6-b8d9-9646-ff2c-0e7acea90618-f25c8bb7 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-16eda154 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-e537439a-199e-238c-8ec4-9f2fbd7a64d8-16eda154 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-3bb1aede {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-fea4aa10-ea84-785a-d5d0-a9ba8d16aa1c-3bb1aede {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-b9b727e1-3a8b-2791-d05d-7520f61a82ce-ae656857 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a3bf6f1e-42df-327d-1c5b-7478b18e6c45-ae656857 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a3bf6f1e-42df-327d-1c5b-7478b18e6c50-ae656857 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a3bf6f1e-42df-327d-1c5b-7478b18e6c54-ae656857 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-de2766cc {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5ab72d90-6b4f-f482-975e-7195512ab4d8-de2766cc {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-bae5e4f0-0b6c-b666-3e71-011041a31cde-41a31cd2 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-div-block-2-25514ce7 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a3bf6f1e-42df-327d-1c5b-7478b18e6c54-ae656857 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_650ce3d6-da5b-d578-fe20-3a1698f79088-2e208ce6 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-df6aa491-3b05-2dce-10e8-2934ce6c28e2-2e208ce6 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-bae5e4f0-0b6c-b666-3e71-011041a31cde-41a31cd2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e9fa89d9-0a7a-6f91-fb04-9ce969dccc70-5d208d0c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2dd209ff-f6c0-8af7-1c73-8c6962d47049-bf208da2 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b929b45e-1f0a-e055-0ebd-4a74b9b2f383-f8208da4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-fc1cecf0 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4b506739-6059-495c-2618-3c44dfad16bd-dfad16b8 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-25514ce7 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-606bc17f {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-de27146e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-f25c8bb7 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-16eda154 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-3bb1aede {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-df1b7e8c-1162-e283-4328-682c3ce2879d-de2766cc {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_312dcaaf-fe3e-0191-d24b-931aac01bf0f-2e208ce6 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bae5e4f0-0b6c-b666-3e71-011041a31cd5-41a31cd2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Position-Position.w-node-_2dd209ff-f6c0-8af7-1c73-8c6962d47043-bf208da2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Position-Message.w-node-_2dd209ff-f6c0-8af7-1c73-8c6962d47044-bf208da2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2dd209ff-f6c0-8af7-1c73-8c6962d47045-bf208da2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2dd209ff-f6c0-8af7-1c73-8c6962d47049-bf208da2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a3bf6f1e-42df-327d-1c5b-7478b18e6c48-ae656857 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a3bf6f1e-42df-327d-1c5b-7478b18e6c4c-ae656857 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_40d26952-61a6-f527-8ed4-4566fbbed083-ae656857 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-dab1409c-2eb1-1b5b-4131-dd67f268373d-ae656857 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5ab72d90-6b4f-f482-975e-7195512ab4d8-de2766cc {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

