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

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

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

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

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

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

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

.nav-link:hover {
  color: #ea8906;
}

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

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

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

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

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

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

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  color: #333;
}

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

.nav-dropdown-link:hover {
  color: #ea8906;
}

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

.nav-dropdown-link.w--current {
  color: #ea8923;
}

.nav-dropdown-link.w--current:focus-visible, .nav-dropdown-link.w--current[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #ea8923;
  outline: 2px #ea8923;
}

.nav-dropdown-link.w--current:visited {
  background-color: #ea8923;
}

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

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

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

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

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

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

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

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

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

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

.prenav-adress {
  text-align: right;
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

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

.hero-without-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  padding: 20px 30px;
  display: block;
  position: static;
}

.shortnavadress {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.image {
  padding-right: 55px;
}

.shortnavphone {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.prenav_container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.prenav-telephone {
  flex-flow: row;
  justify-content: flex-end;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.slider-paragraph {
  text-align: left;
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.prenav_section {
  background-color: #fffbeb;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.prenav_splitter {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.prenav_part1 {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.prenav_part2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.prenav_phoneicon {
  color: #ea8906;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
}

.navbar_section {
  box-shadow: inset 0 2px 10px #0000001a;
}

.slide {
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slider {
  height: 60vh;
}

.slider_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  padding-top: 52px;
  padding-left: 0%;
  display: flex;
}

.slider-header {
  color: #fff;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 55%;
  margin-top: 0;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 45px;
  line-height: 60px;
  display: block;
}

.paragraph {
  color: #fff;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-left: 0;
  font-family: Varela Round, sans-serif;
  font-size: 17px;
  line-height: 27px;
  display: block;
}

.slider_out_container {
  background-color: #00000069;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.slider_main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: inline-block;
  box-shadow: 0 2px 5px 5px #0003;
}

.button {
  background-color: #ea8906;
  border-radius: 6px;
}

.slide-2 {
  background-image: url('../images/slider_02.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/slider_03.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-slider {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

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

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.flex-block {
  justify-content: center;
  align-items: center;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.slider_section {
  background-color: #f5f7fa;
  margin-bottom: -140px;
  position: static;
}

.iconbar {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 11px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  display: flex;
  position: relative;
  top: -138px;
  overflow: visible;
  box-shadow: 0 2px 16px #0003;
}

.homepage_blog_grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr;
  margin-top: 15px;
  margin-bottom: 5px;
}

.heading {
  margin-top: 29px;
}

.paragraph-2 {
  text-align: justify;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
  font-weight: 400;
}

.heading-2 {
  color: #ea8906;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.icon_block {
  border-right: 1px solid #ebebeb;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.image-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 130%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about_group {
  color: #ea8906;
  background-color: #f5f7fa;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.about_group.mailinglist, .about_group.mailinglist-copy {
  background-color: #fff;
}

.about_group.withpic {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: #000;
}

.heading-3 {
  color: #5c5c5c;
  text-align: center;
}

.text-block-6 {
  color: #3d3d3d;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: flex;
}

.seperator_bulten {
  border-bottom: 1px solid #ea8906;
  justify-content: center;
  align-items: center;
  max-width: 140px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.metrics {
  color: #ea8906;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 60px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.footer-dark {
  background-color: #272727;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start center;
  font-family: Montserrat, sans-serif;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #ea8906;
}

.footer-link.w--current:visited {
  color: #ea8923;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-left: 0;
  font-style: normal;
  display: flex;
}

.footer-social-link {
  border: 1px #000;
  margin-left: 0;
  padding-left: 10px;
  text-decoration: none;
}

.footer-divider {
  background-color: #4d4d4d;
  width: 100%;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #b9b9b9;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.text-block-7 {
  color: var(--white);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 25px;
}

.text-block-7:hover {
  background-color: #ea8906;
}

.paragraph-3 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 14px;
  font-size: 13px;
  display: flex;
}

.div-block-2 {
  max-width: 20%;
}

.team-slider-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 20px;
  position: relative;
}

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

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

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #f5f7fa;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.typo_paragraph {
  color: #3d3d3d;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.typo_heading {
  color: #5c5c5c;
  text-align: center;
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.typo-underline {
  border-bottom: 1px solid #ea8906;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 26%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-block {
  width: 30%;
  max-width: 940px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
}

.form {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  margin-left: 12px;
  margin-right: 0;
}

.field-label {
  flex: 0 auto;
  align-self: center;
}

.submit-button {
  background-color: #ea8906;
  align-self: flex-start;
}

.checkbox-field {
  order: 0;
  align-self: center;
  position: relative;
}

.checkbox-field.padder {
  padding-top: 19px;
}

.div-block-3 {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  order: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.bold-text {
  color: #000;
}

.checkbox-label {
  color: #838383;
  font-weight: 600;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

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

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

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

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

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

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

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea8906;
  flex: none;
  align-self: center;
  padding: 5px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.homepage-blog-grid {
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr;
  max-width: 1140px;
}

.blogbar {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 11px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 1140px;
  max-width: 1140px;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.typo-underline-fixed {
  object-fit: fill;
  border-bottom: 1px solid #ea8906;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 20%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.image-3 {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.blog_block {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.homepage_projects_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr;
  margin-top: 15px;
  margin-bottom: 5px;
}

.homepage_blog_heading {
  color: #ea8906;
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
}

.homepage_blog_typo {
  color: #868686;
  text-align: justify;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.homepage_blog_header2 {
  color: #fff;
  text-align: left;
  text-shadow: 2px 2px 2px #000000c2;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 30%;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  position: relative;
  top: 45px;
  left: -291px;
}

.homepage_blog_header {
  color: #fff;
  text-shadow: 2px 1px 3px #000000c2;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 25%;
  font-size: 35px;
  font-weight: 800;
  display: flex;
  position: relative;
  top: 18px;
  left: -249px;
}

.homepage_blog_date {
  display: flex;
}

.image-4 {
  width: 192px;
}

.hero-heading-right-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.about_image {
  vertical-align: middle;
  flex: 0 auto;
  align-self: auto;
}

.sub_header {
  text-align: justify;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

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

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

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

.about_heading {
  color: #ea8923;
  text-align: left;
  flex: 1;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.about_header {
  color: #ea8906;
  background-color: #f7f7f7;
  background-image: url('../images/headerback.png');
  background-position: 50%;
  background-size: contain;
  border: 1px solid #ea8906;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.about_header.mailinglist, .about_header.mailinglist-copy {
  background-color: #fff;
}

.about_header.withpic {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about_paragraph {
  text-align: justify;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.about-hero {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.bold-text-2 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

.bulten_alternatif_zemin {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.section_blogbar {
  background-color: #f5f7fa;
}

.mission_header {
  color: #ea8906;
  background-color: #f7f7f7;
  background-image: url('../images/solar-backie-3.png');
  background-position: 50%;
  background-size: contain;
  border: 1px solid #ea8906;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.mission_header.mailinglist, .mission_header.mailinglist-copy {
  background-color: #fff;
}

.mission_header.withpic {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about_yonetim {
  color: #ea8906;
  background-color: #f7f7f7;
  background-image: url('../images/solar-backie-5.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  border: 1px solid #ea8906;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.about_yonetim.mailinglist, .about_yonetim.mailinglist-copy {
  background-color: #fff;
}

.about_yonetim.withpic {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.seperator_yonetim {
  border-bottom: 1px solid #ea8906;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

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

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
  box-shadow: 7px 7px 10px 1px #0003;
}

.team-member-name {
  color: #ea8923;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
  font-weight: 600;
}

.seperator_hizmetler {
  border-bottom: 1px solid #ea8906;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about_hizmetler {
  color: #ea8906;
  background-color: #f7f7f7;
  background-image: url('../images/solar-backie-5_1.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #ea8906;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.about_hizmetler.mailinglist, .about_hizmetler.mailinglist-copy {
  background-color: #fff;
}

.about_hizmetler.withpic {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header_typo_paragraph {
  color: #3d3d3d;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.underline_header {
  border-bottom: 1px solid #ea8906;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.secondary_header {
  color: #ea8906;
  background-color: #f5f7fa;
  padding: 40px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.secondary_header.mailinglist, .secondary_header.mailinglist-copy {
  background-color: #fff;
}

.secondary_header.withpic {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.secondary_heading {
  color: #333;
  text-align: center;
  flex: 1;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.underline_secondary_header {
  border-bottom: 1px solid #ea8906;
  justify-content: center;
  align-items: center;
  max-width: 790px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.underline_secondary_header.extra {
  width: 100%;
}

.secondary_heading_paragraph {
  color: #3d3d3d;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.text-span {
  color: #ea8923;
}

.hizmet_subheader {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.grid_mini_hizmet {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  padding-top: 10px;
  display: grid;
}

.container-8 {
  width: 100%;
}

.hizmet_mini_icons {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hizmet_mini_heading {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.grid_mini_projelendirme {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5 Area-6"
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  padding-top: 10px;
  display: grid;
}

.about_prjelerimiz {
  color: #ea8906;
  background-color: #f7f7f7;
  background-image: url('../images/solar-backie-3.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #ea8906;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.about_prjelerimiz.mailinglist, .about_prjelerimiz.mailinglist-copy {
  background-color: #fff;
}

.about_prjelerimiz.withpic {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about_projelerimiz {
  color: #ea8906;
  background-color: #f7f7f7;
  background-image: url('../images/headerback.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #ea8906;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.about_projelerimiz.mailinglist, .about_projelerimiz.mailinglist-copy {
  background-color: #fff;
}

.about_projelerimiz.withpic {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.projeler-devam-eden {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 20px;
  position: relative;
}

.devam-eden-projeler-block {
  background-color: #f5f7fa;
  padding-bottom: 24px;
}

.logos-quote-block {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #fff5ea;
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.about_referanslar {
  color: #ea8906;
  background-color: #f7f7f7;
  background-image: url('../images/solar-backie-5_1.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #ea8906;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.about_referanslar.mailinglist, .about_referanslar.mailinglist-copy {
  background-color: #fff;
}

.about_referanslar.withpic {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.prenav_socials {
  color: var(--white);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 25px;
}

.prenav_socials:hover {
  background-color: #ea8906;
}

.prenav_social {
  color: #754411;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.prenav_part3 {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.maps_section {
  margin-top: 30px;
  margin-bottom: 28px;
}

@media screen and (min-width: 1440px) {
  .hero-split-3 {
    max-width: 60%;
  }

  .about_image {
    max-width: 90%;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .underline_secondary_header.extra {
    width: 100%;
  }

  .grid_mini_hizmet {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .container-8 {
    padding-top: 3px;
  }

  .heading-4 {
    text-align: center;
    font-family: Montserrat, sans-serif;
  }

  .image-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 130%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-6, .image-7, .hizmet_mini_icons {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hizmet_mini_heading {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 12.2px;
    font-weight: 600;
  }

  .grid_mini_projelendirme {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
}

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

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

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

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

  .prenav_container {
    max-width: 728px;
  }

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

  .prenav_part1, .prenav_part2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .features-wrapper {
    justify-content: space-between;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

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

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

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

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

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

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

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

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

  .prenav_social, .prenav_part3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

  .hero-heading-right, .hero-without-image, .hero-without-image-2, .prenav_section, .team-slider, .about_group {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .metrics {
    padding: 60px 15px;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .team-slider-2, .hero-subscribe-right, .hero-heading-right-2, .about_header, .about-hero, .bulten_alternatif_zemin, .mission_header, .about_yonetim, .team-circles {
    padding: 60px 15px;
  }

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

  .about_hizmetler, .secondary_header, .hizmet_subheader, .about_prjelerimiz, .about_projelerimiz, .projeler-devam-eden, .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .about_referanslar {
    padding: 60px 15px;
  }
}

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

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

  .prenav_container, .container-2 {
    max-width: none;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-3, .container-4 {
    max-width: none;
  }

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

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

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

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

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

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

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-fad264d4-a7cf-003c-9bbc-00a07788bec8-8d361f52, #w-node-_42ed3b10-44dc-0a8a-71dc-2cb564413158-8d361f52 {
  grid-area: Area;
}

#w-node-_38211243-75b6-5856-ca72-ffcef3a137f5-8d361f52, #w-node-f9d96718-a0e7-ca49-bc08-87c66a8c268c-8d361f52 {
  grid-area: Area;
  place-self: start center;
}

#w-node-_51deb16f-e961-4b88-344e-191af66910c7-8d361f52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51deb16f-e961-4b88-344e-191af66910c8-8d361f52 {
  grid-area: Area;
}

#w-node-_51deb16f-e961-4b88-344e-191af66910c9-8d361f52, #w-node-_51deb16f-e961-4b88-344e-191af66910cb-8d361f52 {
  grid-area: Area;
  place-self: start center;
}

#w-node-_3ec2222c-28fd-f589-d7ac-b605b81e311f-8d361f52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ec2222c-28fd-f589-d7ac-b605b81e3120-8d361f52 {
  grid-area: Area;
}

#w-node-_3ec2222c-28fd-f589-d7ac-b605b81e3121-8d361f52, #w-node-_3ec2222c-28fd-f589-d7ac-b605b81e3123-8d361f52 {
  grid-area: Area;
  place-self: start center;
}

#w-node-c05f61ad-1190-addc-fdf7-33753c748c6c-8d361f52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c05f61ad-1190-addc-fdf7-33753c748c6d-8d361f52 {
  grid-area: Area;
}

#w-node-c05f61ad-1190-addc-fdf7-33753c748c6e-8d361f52, #w-node-c05f61ad-1190-addc-fdf7-33753c748c70-8d361f52 {
  grid-area: Area;
  place-self: start center;
}

#w-node-ffae2c54-0db5-2de2-5716-d2de8a7d2b0f-8a7d2af8, #w-node-ffae2c54-0db5-2de2-5716-d2de8a7d2b1e-8a7d2af8, #w-node-ffae2c54-0db5-2de2-5716-d2de8a7d2b29-8a7d2af8, #w-node-ffae2c54-0db5-2de2-5716-d2de8a7d2b30-8a7d2af8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fad264d4-a7cf-003c-9bbc-00a07788bec8-44729516, #w-node-_42ed3b10-44dc-0a8a-71dc-2cb564413158-44729516 {
  grid-area: Area;
}

#w-node-_38211243-75b6-5856-ca72-ffcef3a137f5-44729516, #w-node-f9d96718-a0e7-ca49-bc08-87c66a8c268c-44729516 {
  grid-area: Area;
  place-self: start center;
}

#w-node-_51deb16f-e961-4b88-344e-191af66910c7-44729516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51deb16f-e961-4b88-344e-191af66910c8-44729516 {
  grid-area: Area;
}

#w-node-_51deb16f-e961-4b88-344e-191af66910c9-44729516, #w-node-_51deb16f-e961-4b88-344e-191af66910cb-44729516 {
  grid-area: Area;
  place-self: start center;
}

#w-node-_3ec2222c-28fd-f589-d7ac-b605b81e311f-44729516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ec2222c-28fd-f589-d7ac-b605b81e3120-44729516 {
  grid-area: Area;
}

#w-node-_3ec2222c-28fd-f589-d7ac-b605b81e3121-44729516, #w-node-_3ec2222c-28fd-f589-d7ac-b605b81e3123-44729516 {
  grid-area: Area;
  place-self: start center;
}

#w-node-c05f61ad-1190-addc-fdf7-33753c748c6c-44729516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c05f61ad-1190-addc-fdf7-33753c748c6d-44729516 {
  grid-area: Area;
}

#w-node-c05f61ad-1190-addc-fdf7-33753c748c6e-44729516, #w-node-c05f61ad-1190-addc-fdf7-33753c748c70-44729516 {
  grid-area: Area;
  place-self: start center;
}

#w-node-_7272e362-5d89-9260-c4e3-ce0e2653638b-44729516 {
  grid-area: Area;
}

#w-node-_7272e362-5d89-9260-c4e3-ce0e2653638d-44729516, #w-node-_7272e362-5d89-9260-c4e3-ce0e2653638f-44729516 {
  grid-area: Area;
  place-self: start center;
}

#w-node-_7272e362-5d89-9260-c4e3-ce0e26536391-44729516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7272e362-5d89-9260-c4e3-ce0e26536393-44729516, #w-node-_7272e362-5d89-9260-c4e3-ce0e26536395-44729516 {
  grid-area: Area;
  place-self: start center;
}

#w-node-_7272e362-5d89-9260-c4e3-ce0e26536397-44729516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7272e362-5d89-9260-c4e3-ce0e26536399-44729516, #w-node-_7272e362-5d89-9260-c4e3-ce0e2653639b-44729516 {
  grid-area: Area;
  place-self: start center;
}

#w-node-_7272e362-5d89-9260-c4e3-ce0e2653639d-44729516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7272e362-5d89-9260-c4e3-ce0e2653639f-44729516, #w-node-_7272e362-5d89-9260-c4e3-ce0e265363a1-44729516 {
  grid-area: Area;
  place-self: start center;
}

#w-node-ceb8005f-9e7e-f312-3e81-0235e61f13bf-44729516, #w-node-ceb8005f-9e7e-f312-3e81-0235e61f13c8-44729516, #w-node-_3b81d7d7-e5a6-db24-e3a6-81f5aeca5000-44729516, #w-node-c3d86797-96f4-a5f2-aab2-dd7e721ea86e-44729516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c1286e9-c5ff-4357-2795-84651e5cfe14-1e5cfe0e {
  grid-area: Area;
}

#w-node-_0c1286e9-c5ff-4357-2795-84651e5cfe1b-1e5cfe0e, #w-node-_0c1286e9-c5ff-4357-2795-84651e5cfe1d-1e5cfe0e {
  grid-area: Area;
  place-self: start center;
}

#w-node-_0c1286e9-c5ff-4357-2795-84651e5cfe22-1e5cfe0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c1286e9-c5ff-4357-2795-84651e5cfe29-1e5cfe0e, #w-node-_0c1286e9-c5ff-4357-2795-84651e5cfe2b-1e5cfe0e {
  grid-area: Area;
  place-self: start center;
}

#w-node-_0c1286e9-c5ff-4357-2795-84651e5cfe30-1e5cfe0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c1286e9-c5ff-4357-2795-84651e5cfe37-1e5cfe0e, #w-node-_0c1286e9-c5ff-4357-2795-84651e5cfe3a-1e5cfe0e {
  grid-area: Area;
  place-self: start center;
}

#w-node-_0c1286e9-c5ff-4357-2795-84651e5cfe3f-1e5cfe0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c1286e9-c5ff-4357-2795-84651e5cfe46-1e5cfe0e, #w-node-_0c1286e9-c5ff-4357-2795-84651e5cfe48-1e5cfe0e {
  grid-area: Area;
  place-self: start center;
}

#w-node-_7f8716cc-0c14-1b33-0401-604d1c633a7f-1a884e9e, #w-node-_7f8716cc-0c14-1b33-0401-604d1c633a8a-1a884e9e, #w-node-_7f8716cc-0c14-1b33-0401-604d1c633a94-1a884e9e, #w-node-_7f8716cc-0c14-1b33-0401-604d1c633a9e-1a884e9e, #w-node-_7f8716cc-0c14-1b33-0401-604d1c633aa8-1a884e9e, #w-node-_7f8716cc-0c14-1b33-0401-604d1c633ab2-1a884e9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71ef0cc9-e8b3-f9fb-4179-fffd810b9ab7-f07242d3 {
  grid-area: Area-5;
  justify-self: auto;
}

#w-node-_414746f9-cab8-49b1-c3ca-85e590ba3573-f07242d3 {
  grid-area: Area-4;
}

#w-node-fda0f694-d2f8-a926-82de-43a4a7908668-f07242d3 {
  grid-area: Area-3;
}

#w-node-_5022405e-01f7-8310-4d5c-233109af17d5-f07242d3 {
  grid-area: Area-2;
}

#w-node-db5f2c70-b01c-1305-720a-6b742b7fea1b-f07242d3 {
  grid-area: Area;
}

#w-node-_71ef0cc9-e8b3-f9fb-4179-fffd810b9ab7-a61965ed {
  grid-area: Area-5;
}

#w-node-_414746f9-cab8-49b1-c3ca-85e590ba3573-a61965ed {
  grid-area: Area-4;
}

#w-node-fda0f694-d2f8-a926-82de-43a4a7908668-a61965ed {
  grid-area: Area-3;
}

#w-node-_5022405e-01f7-8310-4d5c-233109af17d5-a61965ed {
  grid-area: Area-2;
}

#w-node-db5f2c70-b01c-1305-720a-6b742b7fea1b-a61965ed {
  grid-area: Area;
}

#w-node-_71ef0cc9-e8b3-f9fb-4179-fffd810b9ab7-c59aed91 {
  grid-area: Area-5;
}

#w-node-c537e9f7-62d7-f3d7-7d0d-c1b5b3ee0bd3-c59aed91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_414746f9-cab8-49b1-c3ca-85e590ba3573-c59aed91 {
  grid-area: Area-4;
}

#w-node-fda0f694-d2f8-a926-82de-43a4a7908668-c59aed91 {
  grid-area: Area-3;
}

#w-node-_5022405e-01f7-8310-4d5c-233109af17d5-c59aed91 {
  grid-area: Area-2;
}

#w-node-db5f2c70-b01c-1305-720a-6b742b7fea1b-c59aed91 {
  grid-area: Area;
}

#w-node-_71ef0cc9-e8b3-f9fb-4179-fffd810b9ab7-8d4667bb {
  grid-area: Area-5;
}

#w-node-c537e9f7-62d7-f3d7-7d0d-c1b5b3ee0bd3-8d4667bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_414746f9-cab8-49b1-c3ca-85e590ba3573-8d4667bb {
  grid-area: Area-4;
}

#w-node-fda0f694-d2f8-a926-82de-43a4a7908668-8d4667bb {
  grid-area: Area-3;
}

#w-node-_5022405e-01f7-8310-4d5c-233109af17d5-8d4667bb {
  grid-area: Area-2;
}

#w-node-_1e0efaa9-de24-464c-62e0-a2bdd031015c-26ee4bfb, #w-node-_1e0efaa9-de24-464c-62e0-a2bdd031015d-26ee4bfb, #w-node-_1e0efaa9-de24-464c-62e0-a2bdd031015e-26ee4bfb, #w-node-_1e0efaa9-de24-464c-62e0-a2bdd031015f-26ee4bfb, #w-node-_1e0efaa9-de24-464c-62e0-a2bdd0310160-26ee4bfb, #w-node-_1e0efaa9-de24-464c-62e0-a2bdd0310161-26ee4bfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_7f8716cc-0c14-1b33-0401-604d1c633a8a-1a884e9e, #w-node-_7f8716cc-0c14-1b33-0401-604d1c633a94-1a884e9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71ef0cc9-e8b3-f9fb-4179-fffd810b9ab7-f07242d3 {
    place-self: start center;
  }

  #w-node-_605fc704-1220-ad27-d41a-5d7540baa310-f07242d3 {
    grid-area: Area;
  }

  #w-node-_5022405e-01f7-8310-4d5c-233109af17d5-f07242d3, #w-node-_71ef0cc9-e8b3-f9fb-4179-fffd810b9ab7-a61965ed {
    place-self: start center;
  }

  #w-node-_605fc704-1220-ad27-d41a-5d7540baa310-a61965ed {
    grid-area: Area;
  }

  #w-node-_5022405e-01f7-8310-4d5c-233109af17d5-a61965ed, #w-node-_71ef0cc9-e8b3-f9fb-4179-fffd810b9ab7-c59aed91 {
    place-self: start center;
  }

  #w-node-_605fc704-1220-ad27-d41a-5d7540baa310-c59aed91 {
    grid-area: Area;
  }

  #w-node-c537e9f7-62d7-f3d7-7d0d-c1b5b3ee0bd3-c59aed91 {
    place-self: start center;
  }

  #w-node-c537e9f7-62d7-f3d7-7d0d-c1b5b3ee0bd5-c59aed91 {
    grid-area: Area;
  }

  #w-node-_5022405e-01f7-8310-4d5c-233109af17d5-c59aed91, #w-node-_71ef0cc9-e8b3-f9fb-4179-fffd810b9ab7-8d4667bb {
    place-self: start center;
  }

  #w-node-_605fc704-1220-ad27-d41a-5d7540baa310-8d4667bb {
    grid-area: Area;
  }

  #w-node-c537e9f7-62d7-f3d7-7d0d-c1b5b3ee0bd3-8d4667bb {
    place-self: start center;
  }

  #w-node-c537e9f7-62d7-f3d7-7d0d-c1b5b3ee0bd5-8d4667bb {
    grid-area: Area;
  }

  #w-node-_5022405e-01f7-8310-4d5c-233109af17d5-8d4667bb {
    place-self: start center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1e0efaa9-de24-464c-62e0-a2bdd031015f-26ee4bfb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}