.reservations {
  margin-top: 30px;
  position: relative;
  background-color: #00524b;
  color: white;
  width: 300px;
  line-height: 24px;
}

.bsa-about-us-signature {
  opacity: 1 !important;
}

.border {
  position: absolute;
  width: 98%;
  height: 90%;
  background-color: transparent;
  border: 1px;
  border-color: rgba(366, 366, 366, 0.6);
  border-style: solid;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.reservations-text {
  padding: 20px 40px;
}

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

.body {
  background-color: #f0f3f7;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.container.navbar-container {
  height: 100px;
  max-width: 85%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.hero-container {
  margin-left: auto;
}

.container.contact-us-container {
  max-width: 900px;
}

.container.main-info-container {
  max-width: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.bsa-services-container {
  max-width: 920px;
}

.container.gallery-container {
  text-align: center;
}

.container.bsa-contact-us-container {
  max-width: 85%;
  justify-content: space-between;
  margin-right: 0;
}

.container.bsa-footer-container {
  justify-content: space-around;
  display: flex;
}

.container.map-container {
  height: 300px;
  max-width: 100%;
  border-top: 2px solid #00524b;
  border-bottom: 2px solid #00524b;
  border-radius: 5px;
}

.navbar {
  height: 100px;
  background-color: #181617;
  border-bottom: 1px solid #334d9f;
  border-right: 1px #000;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  height: 80px;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  display: none;
}

.bsa-hero-section {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.image {
  max-width: none;
}

.menu-button {
  background-color: #fff;
  border-radius: 100%;
  display: none;
}

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

.desktop-nav-links-wrapper {
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -100px;
  transform: translate(0, 102px);
}

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

.desktop-navbar-wrapper {
  display: flex;
}

.desktop-menu-button {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-1 {
  color: #fff;
  margin: 0 auto 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 4rem;
}

.hero-paragraph {
  width: 90%;
  color: #d8d8d8;
  letter-spacing: .4px;
  line-height: 1.1rem;
}

.contact-us-button {
  width: 200px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.contact-us-button:hover {
  color: #181617;
  background-color: #e1e9f0;
  border-color: #181617;
}

.gallery-button {
  width: 200px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.gallery-button:hover {
  color: #181617;
  background-color: #e1e9f0;
  border-color: #181617;
}

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

.mtkolar-elektrotechnik {
  color: #f0f3f7;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #252525;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 4.6rem;
}

.heading-2-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.heading-2 {
  color: #181617;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
  transform: translate(0, 25px);
}

.images-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  display: flex;
}

.semi-column {
  margin-top: 10px;
  margin-bottom: 10px;
}

.gallery-image {
  width: 250px;
  height: 200px;
  max-width: none;
  object-fit: cover;
}

.show-more-button {
  width: 200px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #252525;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.show-more-button:hover {
  color: #e1e9f0;
  background-color: #181617;
  border-color: #44628d;
}

.gallery-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 0;
}

.contact-us {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-us-content-wrapper {
  align-items: center;
  display: flex;
}

.cu-left-wrapper {
  width: 40%;
  text-align: left;
  border-left: 1px solid #181617;
  padding-left: 25px;
  overflow: hidden;
}

.separating-line {
  width: 1px;
  height: 250px;
  background-color: #252525;
  margin-left: 30px;
  margin-right: 30px;
}

.separating-line.responsive-saparating-line {
  display: none;
}

.cu-right-wrapper {
  width: auto;
}

.heading-3 {
  color: rgba(51, 51, 51, 0);
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #181617;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 2rem;
}

.one-information {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.information-icon {
  width: 24px;
  margin-right: 10px;
}

.information-text {
  color: #181617;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.information-text:hover {
  color: #44628d;
}

.text-field {
  width: 250px;
  color: #181617;
  cursor: pointer;
  background-color: #f0f3f7;
  border: 0 #000;
  border-bottom: 2px solid #181617;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: .9rem;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.form-wrapper.left-margin {
  margin-left: 20px;
}

.form {
  width: 100%;
}

.upper-form-wrapper {
  display: flex;
}

.form-text-area {
  cursor: pointer;
  background-color: #f0f3f7;
  border: 0 #000;
  border-bottom: 2px solid #252525;
}

.send-button {
  width: 200px;
  height: 50px;
  color: #252525;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 20px;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.send-button:hover {
  color: #e1e9f0;
  background-color: #181617;
  border-color: #e1e9f0;
}

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

.main-info-semi-wrapper {
  width: 100%;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.main-info-content-wrapper {
  width: 50%;
  background-color: #e1e9f0;
  border: 1px solid #334d9f;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
}

.info-heading {
  color: #181617;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.info-text {
  color: #181617;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.footer-light {
  background-color: #181617;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 20px;
  position: relative;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, .15);
}

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

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

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

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.footer-link-two {
  color: #fff;
  margin-top: 10px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.footer-link-two:hover {
  color: #749cbc;
}

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

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

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

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

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

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

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

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

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

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

.footer-copyright {
  color: rgba(255, 255, 255, .9);
  font-size: .9rem;
  display: inline-block;
}

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

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

.text-block {
  color: rgba(255, 255, 255, .9);
}

.underline {
  width: 50%;
  height: 3px;
  background-color: #bbccd8;
  position: absolute;
  bottom: 10px;
}

.underline.footer-underline {
  width: 60px;
  height: 1px;
  margin-top: 10px;
  position: relative;
}

.footer-bottom-wrapper {
  width: 90%;
  justify-content: space-between;
  display: flex;
}

.text-block-2 {
  color: rgba(255, 255, 255, .9);
}

.redirect-image {
  width: 20px;
  margin-left: 5px;
}

.dropdown-link {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: translate(0);
}

.language-wrapper {
  z-index: 999;
  flex: none;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  left: -120px;
}

.flag {
  width: 50px;
  max-width: none;
}

.flag-wrapper {
  justify-content: space-between;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}

.language-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  text-decoration: none;
  display: flex;
}

.lang-text-wrapper {
  width: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-lightbox {
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.gallery-lightbox:hover {
  transform: scale(1.05);
}

.semi-footer {
  width: 50%;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.about-us-upper-part {
  display: flex;
}

.about-us-text {
  text-align: center;
  word-break: break-all;
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem;
}

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

.navigation {
  height: 100px;
  background-color: #181617;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .15);
}

.navlinks-wrapper {
  align-items: center;
  display: flex;
}

.navbar-link {
  height: 80px;
  color: #e1e9f0;
  text-align: center;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.responsive-links-wrapper {
  align-items: center;
  display: flex;
}

.logo {
  display: flex;
}

.all-bodies {
  color: #181617;
  background-color: #ffebfa;
  padding-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1rem;
  line-height: 1rem;
}

.hero-overlay {
  z-index: 10;
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-background-video {
   position: absolute;
   width: 100%;
   height: 100vh;
}

.hero-background-video video {
   position:absolute;
   left: 0;
   top: 0;
   min-height: 100%;
   min-width: 100%;
   object-fit: fill;
}

.hero-background-video iframe {
   position:absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
}

@media screen and (max-width: 991px) {
  .iframe { display: none; }

  .video { display: block; }

}

@media screen and (min-width: 992px) {
  
  .iframe { display: block; }

  .video { display: none; }

  .hero-background-video { padding-bottom: 56.25%; }

}

.left-border {
  z-index: 20;
  width: 31%;
  height: 100vh;
  background-color: #975875;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-arrow {
  z-index: 30;
  width: 250px;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0;
  left: -5%;
  right: auto;
  transform: rotate(45.27deg);
}

.hero-content-wrapper {
  z-index: 50;
  width: 35%;
  height: 65%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: 13%;
  display: flex;
  position: relative;
}


.bsamina-heading-1 {
  text-align: center;
  font-size: 3.5rem;
  line-height: 3.5rem;
}

.bsa-separating-line {
  width: 120px;
  height: 1px;
  background-color: #00524b;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-right: auto;
}

.bsa-hero-text {
  width: 13ch;
  color: #181617;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 3rem;
  text-decoration: none;
}

.bsa-button {
  background-color: #00524b;
  text-decoration: none;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.bsa-button:hover {
  color: #00524b;
  background-color: rgba(0, 82, 75, 0);
  border: 1px solid #00524b;
}

.bsa-button.upper-margin-removal {
  margin-top: 0;
}

.bsa-button.auto-removal {
  margin-left: auto;
  margin-right: auto;
}

.bsa-button.bsa-gallery-button {
  margin-top: 20px;
}

.bsa-navbar {
  height: 100px;
  background-color: rgba(0, 82, 75, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-image {
  height: 80px;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-image.white-logo-image {
  height: 60px;
}

.logo-text {
  color: #fff;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
}

.bsa-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block {
  width: 90%;
}

.div-block-2 {
  width: 90px;
}

.bsa-navlinks-wrapper {
  align-items: center;
  display: flex;
}

.logo-image-wrapper {
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navlink {
  color: #fff;
}

.bsa-navbar-button {
  color: #181617;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 15px 30px;
  font-weight: 400;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.bsa-navbar-button:hover {
  color: #fff;
  background-color: #00524b;
  border: 1px solid #fff;
}

.icon {
  color: #fff;
  margin-right: 10px;
  position: relative;
}

.languages-list {
  background-color: #00524b;
  flex-direction: column;
  align-items: center;
}

.language-navlink {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.language-image.upper-margin {
  margin-top: 10px;
}

.language-image.left-margin {
  width: 32px;
}

.language-image.left-margin.responsive-language-image {
  display: none;
}

.bsa-navbar-dropdown {
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.bsa-navbar-link {
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bsa-navbar-link.right-margin {
  cursor: pointer;
  margin-right: 20px;
}

.bsa-navbar-link-text {
  color: #fff;
  padding: 20px;
}

.bsa-heading-wrapper {
  height: 260px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bsa-background-heading-text {
  height: auto;
  color: rgba(0, 82, 75, .1);
  text-align: center;
  font-size: 7rem;
  line-height: 15.5rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bsa-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  position: relative;
}

.bsa-colored-heading {
  color: #ff69b4;
}

.bsa-about-us-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.bsa-about-us-paragraph.upper-and-lower-margins {
  margin-top: 0;
  margin-bottom: 30px;
}

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

.section.bsa-hero-section {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.bsa-services-section {
  flex-direction: column;
}

.bsa-colored-span {
  color: #ff69b4;
}

.bsa-about-us-content-bottom {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.bsa-about-us-signature {
  text-align: right;
  line-height: 1.2rem;
}

.bsa-services-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr auto;
  grid-template-columns: .25fr .5fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  display: grid;
}

.bsa-servies-half-wrapper.upper-half-wrapper {
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.bsa-servies-half-wrapper.lower-half-wrapper {
  justify-content: center;
  display: flex;
}

.services-card {
  width: 350px;
  height: 350px;
  background-color: #ccccd7;
  border: 1px solid #00524b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.services-icon {
  width: 60px;
  height: 60px;
  max-width: none;
}

.bsa-services-title {
  color: #ff69b4;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.services-paragraph {
  color: #181617;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.bsa-contact-us-half-wrapper {
  width: 50%;
  display: flex;
}

.bsa-contact-us-half-wrapper.left-cu-wrapper {
  width: 30%;
}

.bsa-contact-us-half-wrapper.right-cu-wrapper {
  width: 60%;
  height: 500px;
  background-color: #00524b;
  position: relative;
}

.bsa-contact-us-wrapper {
  justify-content: space-between;
  display: flex;
}

.bsa-form-label {
  margin-bottom: 10px;
  font-weight: 700;
}

.bsa-form-input {
  min-width: 250px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-bottom: 1px solid #00524b;
  margin-bottom: 40px;
}

.bsa-form-input:hover {
  border-bottom-color: #00c3b3;
}

.bsa-form-input:active {
  border-bottom-color: #00dfcc;
}

.bsa-form-button {
  background-color: #00524b;
  margin-left: auto;
  padding: 10px 60px;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: block;
}

.bsa-form-button:hover {
  color: #00524b;
  background-color: rgba(0, 82, 75, 0);
  border: 1px solid #00524b;
}

.bsa-form-textarea {
  min-width: 220px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-bottom: 1px solid #00524b;
  margin-bottom: 20px;
}

.bsa-contact-us-content {
  z-index: 1;
  border: 1px solid #fff;
  border-right-style: none;
  position: absolute;
  top: 2%;
  bottom: 2%;
  left: 2%;
  right: 0%;
}

.left-cu-content-wrapper {
  z-index: 2;
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-left: 10%;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.right-cu-content-wrapper {
  z-index: 2;
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 40px 40px 10%;
  display: flex;
  position: relative;
}

.bsa-cu-content {
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bsa-cu-text {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 400;
}

.bsa-form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #00524b;
  margin-top: 80px;
  padding: 40px;
  position: relative;
}

.bsa-footer-quarter.display-flex {
  align-items: center;
  display: flex;
}

.bsa-footer-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
}

.bsa-footer-items {
  color: #fff;
  cursor: pointer;
  font-size: .9rem;
  line-height: .9rem;
  text-decoration: none;
  display: block;
}

.bsa-footer-items:hover {
  text-decoration: underline;
}

.bsa-footer-separating-line {
  width: 1px;
  height: 180px;
  background-color: #fff;
}

.bsa-footer-logo {
  width: 120px;
  height: 120px;
  max-width: none;
}

.shadow {
  z-index: 100;
  height: 140px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .15) 14%, rgba(255, 255, 255, .1) 28%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bsa-video-wrapper {
  width: 712.53px;
  margin-left: auto;
  margin-right: auto;
}

.bsa-cu-content-responsive {
  display: none;
}

.bsa-footer-responsive-separating-line {
  width: 180px;
  height: 1px;
  background-color: #fff;
  display: none;
}

.responsive-language-navlink {
  display: none;
}

.success-message {
  color: #fff;
  background-color: #00524b;
  border: 2px solid #fff;
}

.error-mesage {
  color: #fff;
  background-color: #00524b;
  margin-left: auto;
  padding: 20px;
}

.bsa-navlink-underline {
  height: 0;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 25%;
  right: 25%;
}

.cursor-wrapper {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.drag-cursor {
  width: 7rem;
  height: 7rem;
  opacity: 0;
  background-color: rgba(8, 29, 57, .9);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  transform: scale(.1);
}

.drag-cursor-content {
  justify-content: center;
  display: flex;
}

.drag-cursor-arrows {
  max-width: 15%;
  margin-left: 5px;
  margin-right: 5px;
}

.drag-cursor-arrows.dc-right-arrow {
  transform: rotate(180deg);
}

.drag-text {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.cursor {
  z-index: 2147483647;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  color: #ff69b4;
}

.bsa-about-us-list-item {
  font-weight: 400;
  line-height: 1.2rem;
}

.map {
  height: 100%;
}

.footer-copytight-center {
  justify-content: space-between;
  font-size: .8rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 3%;
  right: 3%;
}

.footer-copyright-center {
  color: #d9d9d9;
  text-align: center;
  margin-right: 5px;
  text-decoration: none;
  font-size: 14px;
}

.made-by-wrapper {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.redirect-icon {
  width: 16px;
}

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

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

@media screen and (min-width: 1280px) {
  .hero-content-wrapper {
    width: 27%;
    margin-left: 17.5%;
  }

  .bsa-separating-line {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .bsa-contact-us-half-wrapper.left-cu-wrapper {
    margin-left: auto;
  }

  .right-cu-content-wrapper {
    padding-left: 5%;
  }
}

@media screen and (min-width: 1440px) {
  .container.navbar-container {
    max-width: 85%;
  }

  .hero-content-wrapper {
    width: 27%;
    margin-left: 17.5%;
  }

  .bsa-separating-line {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .bsa-hero-text {
    font-size: 3.15rem;
    line-height: 3.15rem;
  }

  .bsa-contact-us-half-wrapper.left-cu-wrapper {
    margin-left: auto;
  }

  .right-cu-content-wrapper {
    padding-left: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .container.navbar-container {
    max-width: 90%;
  }

  .hero-arrow {
    left: -3%;
  }

  .hero-content-wrapper {
    width: 27%;
    background-color: #fff8fd;
    margin-left: 17.5%;
    padding: 80px;
  }

  .bsa-separating-line {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .bsa-hero-text {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .bsa-button {
    padding: 15px 40px;
  }

  .play-pause-button {
    z-index: 60;
  }

  .play-image, .play-state, .pause-image, .pause-state {
    z-index: 60;
    background-color: #fff;
    position: relative;
  }

  .bsa-services-wrapper {
    grid-template-rows: 1fr auto;
    grid-template-columns: .25fr .5fr;
  }

  .bsa-contact-us-half-wrapper.left-cu-wrapper {
    margin-left: auto;
  }

  .right-cu-content-wrapper {
    padding-left: 0%;
  }
}

@media screen and (max-width: 991px) {


  .reservations {
    width: 250px;
  }

  .reservations-text{
    font-size: 0.9rem;
  }

  .container {
    max-width: 650px;
  }

  .container.navbar-container {
    max-width: 85%;
  }

  .container.contact-us-container {
    max-width: 650px;
  }

  .container.main-info-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .container.bsa-services-container {
    max-width: 650px;
  }

  .container.bsa-contact-us-container {
    max-width: 90%;
  }

  .container.map-container {
    height: 250px;
  }

  .nav-menu {
    height: auto;
    background-image: linear-gradient(#12151f, #e3a72d 10%);
    border-bottom: 1px solid #12151f;
    border-radius: 0;
    padding-top: 20px;
    display: block;
  }

  .bsa-hero-section {
    padding-left: 60px;
  }

  .menu-button {
    border-radius: 100%;
    transition: all .4s cubic-bezier(.77, 0, .175, 1);
  }

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

  .hamburger-icon {
    width: 28px;
  }

  .desktop-navbar-wrapper {
    display: none;
  }

  .heading-1 {
    margin-bottom: 30px;
    font-size: 3rem;
  }

  .hero-paragraph {
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .contact-us-button {
    width: 180px;
    height: 50px;
  }

  .gallery-button {
    width: 180px;
    height: 50px;
    bottom: 12%;
  }

  .mtkolar-elektrotechnik {
    -webkit-text-stroke-color: rgba(37, 37, 37, .5);
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .heading-2-wrapper {
    margin-bottom: 60px;
  }

  .heading-2 {
    font-size: 2.5rem;
    line-height: 2.4rem;
    top: -30%;
  }

  .gallery-image {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: .5fr .25fr;
    justify-content: center;
    margin-bottom: 15px;
  }

  .contact-us-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .cu-left-wrapper {
    width: 300px;
  }

  .separating-line {
    display: none;
  }

  .separating-line.responsive-saparating-line {
    width: 500px;
    height: 1px;
    margin: 30px 0;
    display: block;
  }

  .cu-right-wrapper, .form {
    width: auto;
  }

  .main-info-semi-wrapper {
    width: 30%;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-info-content-wrapper {
    width: 100%;
    margin: 10px 5px;
  }

  .info-image {
    width: 80px;
    max-width: none;
  }

  .footer-light {
    z-index: 999;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-container {
    width: auto;
    max-width: 728px;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .footer-wrapper-two {
    flex-direction: column-reverse;
    flex: 0 auto;
  }

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

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

  .footer-divider-two {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .language-wrapper {
    position: relative;
    left: auto;
  }

  .language-wrapper.mobile-language-wrapper {
    position: absolute;
    top: 100%;
    bottom: 0%;
    left: auto;
    right: 3%;
  }

  .flag {
    width: 45px;
  }

  .flag.responsive-fix {
    margin-left: 0;
  }

  .language-text {
    font-size: 1rem;
  }

  .responsive-nav-link {
    color: #12151f;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    display: flex;
  }

  .responsive-language-wrapper {
    z-index: 1000;
    width: 60px;
    height: 150px;
    background-color: #12151f;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top-right-radius: 5px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .semi-footer {
    width: 600px;
    margin-bottom: 60px;
  }

  .about-us-upper-part {
    justify-content: center;
  }

  .about-us-text {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .navlinks-wrapper {
    border: 1px solid #e1e9f0;
    border-style: solid none;
  }

  .navbar-link {
    background-color: #181617;
    justify-content: center;
  }

  .navbar-menu-button {
    width: 100px;
    height: 100px;
    position: relative;
  }

  .hamburger-lottie {
    background-color: #181617;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .responsive-links-wrapper {
    background-color: #181617;
    flex-direction: column;
    position: relative;
  }

  .hero-arrow {
    width: 200px;
  }

  .hero-content-wrapper {
    width: 40%;
    margin-left: 6%;
  }

  .bsa-hero-text {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .bsa-navlinks-wrapper {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
  }

  .bsa-navbar-button {
    color: #fff;
    background-color: #00524b;
    margin-left: 0;
    padding: 20px;
  }

  .icon, .language-navlink, .language-image {
    display: none;
  }

  .language-image.left-margin.responsive-language-image {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .bsa-navbar-link {
    color: #fff;
    background-color: #00524b;
    justify-content: center;
  }

  .bsa-navbar-link.right-margin {
    margin-right: 0;
    padding: 10px;
  }

  .bsa-navbar-link-text {
    color: #fff;
  }

  .bsa-heading-wrapper {
    height: 200px;
    margin-bottom: 20px;
  }

  .bsa-background-heading-text {
    text-align: center;
    font-size: 8rem;
    line-height: 13rem;
  }

  .bsa-heading-2 {
    font-size: 1.6rem;
  }

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

  .bsa-services-wrapper {
    grid-template-rows: 1fr auto;
    grid-template-columns: .25fr .5fr;
    justify-content: center;
  }

  .bsa-contact-us-half-wrapper.right-cu-wrapper {
    justify-content: center;
    align-items: center;
  }

  .left-cu-content-wrapper, .right-cu-content-wrapper {
    display: none;
  }

  .bsa-cu-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .bsa-cu-content.bsa-cu-content-heading {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .bsa-cu-content.bsa-cu-content-heading.upper-margin-removal {
    margin-top: 0;
  }

  .bsa-cu-text {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .bsa-footer-logo {
    width: 100px;
    height: 100px;
  }

  .bsa-video-wrapper {
    width: 534px;
  }

  .bsa-cu-content-responsive {
    z-index: 2;
    display: block;
    position: relative;
  }

  .bsa-lottie {
    width: 100px;
    height: 100px;
    background-color: transparent;
  }

  .bsa-menu-button {
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    background-color: transparent !important;
  }

  .contact-us-section {
    overflow: hidden !important;

  }

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

  .responsive-language-navlink {
    display: block;
  }

  .error-message-text, .success-message-text {
    font-size: .9rem;
  }

  .cursor-wrapper {
    display: none;
  }

  .footer-copytight-center {
    font-size: 14px;
    left: 5%;
    right: 5%;
  }
}

@media screen and (max-width: 767px) {

  .bsa-about-us-content-bottom {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  
  .reservations {
    width: 300px;
    margin-top: 0px;
  }

  .footer-copytight-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .reservations-text{
    font-size: 0.9rem;
  }

  .container {
    max-width: 400px;
  }

  .container.navbar-container {
    max-width: 90%;
  }

  .container.bsa-services-container {
    max-width: 400px;
  }

  .container.bsa-contact-us-container {
    max-width: 100%;
  }

  .container.bsa-footer-container {
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
  }

  .container.map-container {
    height: 200px;
  }

  .bsa-hero-section {
    padding-left: 40px;
  }

  .hamburger-icon {
    width: 24px;
  }

  .heading-1 {
    font-size: 2.5rem;
  }

  .hero-paragraph {
    width: 80%;
    line-height: 1rem;
  }

  .contact-us-button {
    width: 160px;
    height: 40px;
    font-size: .9rem;
  }

  .gallery-button {
    width: 160px;
    height: 40px;
    font-size: .9rem;
    bottom: 11%;
  }

  .mtkolar-elektrotechnik {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .heading-2-wrapper {
    margin-bottom: 40px;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 2rem;
    top: -60%;
  }

  .gallery-image {
    width: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .show-more-button {
    width: 140px;
    height: 40px;
  }

  .gallery-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
  }

  .heading-3 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .form-wrapper.left-margin {
    margin-left: 0;
  }

  .upper-form-wrapper {
    flex-direction: column;
  }

  .send-button {
    width: 140px;
    height: 40px;
  }

  .main-info-semi-wrapper {
    width: 49%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .main-info-content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .info-text {
    font-size: 1rem;
  }

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

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

  .footer-wrapper-two {
    width: auto;
    align-items: flex-start;
  }

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

  .footer-divider-two {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .footer-copyright {
    font-size: .8rem;
    line-height: .8rem;
  }

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

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

  .language-wrapper {
    align-items: flex-start;
  }

  .flag {
    width: 40px;
  }

  .language-text, .show-more-text {
    font-size: .9rem;
  }

  .semi-footer {
    width: 360px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .about-us-text {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .hero-arrow {
    width: 120px;
  }

  .hero-content-wrapper {
    width: 50%;
    margin-left: 2%;
  }

  .bsa-button {
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .bsa-heading-wrapper {
    height: 120px;
  }

  .bsa-background-heading-text {
    font-size: 5rem;
    line-height: 8rem;
  }

  .bsa-heading-2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .bsa-about-us-paragraph, .bsa-about-us-signature {
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .bsa-services-wrapper {
    grid-template-columns: .25fr;
  }

  .services-card {
    width: 320px;
    height: 320px;
  }

  .services-paragraph {
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .bsa-contact-us-half-wrapper.left-cu-wrapper {
    width: auto;
  }

  .bsa-contact-us-half-wrapper.right-cu-wrapper {
    width: 90%;
    margin-left: auto;
  }

  .bsa-contact-us-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .bsa-form {
    margin-bottom: 20px;
  }

  .bsa-cu-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .bsa-cu-content.bsa-cu-content-heading {
    margin-top: 40px;
    font-size: 1.2rem;
  }

  .bsa-cu-content.bsa-cu-content-heading.upper-margin-removal {
    font-size: 1.2rem;
    display: block;
  }

  .bsa-cu-text {
    margin-top: 5px;
    margin-left: 0;
    font-size: .9rem;
    line-height: 1rem;
  }

  .bsa-contact-us-icons {
    width: 24px;
    position: relative;
  }

  .bsa-footer-quarter {
    text-align: center;
    margin-bottom: 10px;
  }

  .bsa-footer-title {
    font-size: .9rem;
  }

  .bsa-footer-items {
    font-size: .8rem;
  }

  .bsa-footer-separating-line {
    display: none;
  }

  .bsa-video-wrapper {
    width: 400px;
  }

  .bsa-footer-responsive-separating-line {
    margin-top: 10px;
    margin-bottom: 30px;
    display: block;
  }

  .bsa-about-us-list-item {
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .footer-copyright-center {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 14px;
  }

  .made-by-wrapper {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  
.reservations-text{
    font-size: 0.8rem;
    line-height: 18px;
  }

  .container {
    max-width: 300px;
  }

  .container.navbar-container {
    max-width: 90%;
  }

  .container.bsa-services-container {
    max-width: 300px;
  }

  .container.map-container {
    height: 150px;
  }

  .bsa-hero-section {
    padding-left: 20px;
  }

  .hamburger-icon {
    width: 20px;
  }

  .heading-1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .hero-paragraph {
    width: 90%;
    font-size: .8rem;
  }

  .mtkolar-elektrotechnik {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .heading-2-wrapper {
    margin-bottom: 40px;
  }

  .heading-2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    top: -90%;
  }

  .gallery-image {
    margin-left: 0;
    margin-right: 0;
  }

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

  .cu-left-wrapper {
    width: 260px;
  }

  .separating-line.responsive-saparating-line {
    width: 240px;
  }

  .information-icon {
    width: 20px;
  }

  .information-text {
    font-size: .9rem;
  }

  .main-info-semi-wrapper {
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
  }

  .main-info-content-wrapper {
    width: auto;
    margin: 10px 0;
  }

  .info-image {
    width: 64px;
  }

  .info-heading {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .footer-light {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container {
    max-width: 300px;
  }

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

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

  .footer-link-two {
    font-size: .9rem;
  }

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

  .footer-copyright {
    font-size: .7rem;
  }

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

  .footer-bottom-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
  }

  .flag {
    width: 35px;
  }

  .language-text {
    font-size: .8rem;
  }

  .responsive-nav-link {
    font-size: 1rem;
  }

  .responsive-language-wrapper {
    z-index: 900;
  }

  .semi-footer {
    width: auto;
    align-items: flex-start;
  }

  .left-border {
    width: 48%;
  }

  .hero-arrow {
    width: 100px;
  }

  .hero-content-wrapper {
    width: 80%;
    height: 55%;
  }

  .bsa-hero-text {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .bsa-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .bsa-button.upper-margin-removal {
    font-size: .8rem;
  }

  .bsa-heading-wrapper {
    height: 100px;
  }

  .bsa-background-heading-text {
    font-size: 4rem;
    line-height: 6rem;
  }

  .bsa-background-heading-text.font-size-change {
    font-size: 3.7rem;
  }

  .bsa-heading-2 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .bsa-about-us-paragraph {
    font-size: .8rem;
    line-height: 1rem;
  }

  .bsa-about-us-signature {
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    line-height: 1rem;
    display: flex;
  }

  .services-card {
    width: 280px;
    height: 280px;
    padding: 20px;
  }

  .bsa-services-title {
    font-size: .9rem;
    line-height: .9rem;
  }

  .services-paragraph {
    font-size: .8rem;
    line-height: 1rem;
  }

  .bsa-form-label {
    font-size: .9rem;
    line-height: .9rem;
  }

  .bsa-form-input {
    font-size: .8rem;
    line-height: .8rem;
  }

  .bsa-form-button {
    padding: 8px 30px;
    font-size: .8rem;
    line-height: .8rem;
  }

  .bsa-cu-content {
    margin-bottom: 10px;
  }

  .bsa-cu-content.bsa-cu-content-heading {
    margin-top: 30px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .bsa-cu-content.bsa-cu-content-heading.upper-margin-removal {
    font-size: 1rem;
    line-height: 1rem;
  }

  .bsa-cu-text {
    font-size: .8rem;
  }

  .footer {
    padding: 60px;
  }

  .bsa-video-wrapper {
    width: 280px;
  }

  .error-mesage {
    margin-top: 0;
    padding: 10px;
  }

  .error-message-text {
    font-size: .8rem;
    line-height: .8rem;
  }

  .success-message-text {
    font-size: .8rem;
  }

  .bsa-about-us-list-item {
    font-size: .8rem;
    line-height: 1rem;
  }

  .map {
    border-radius: 5px;
  }

  .footer-copytight-center {
    flex-direction: column-reverse;
    align-items: center;
    bottom: 1%;
    left: 2%;
    right: 2%;
  }

  .footer-copyright-center {
    margin-right: 5px;
  }

  .made-by-wrapper {
    align-items: center;
    margin-bottom: 5px;
  }

  .redirect-icon {
    width: 12px;
  }
}

#w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a601-ae21bb57, #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a603-ae21bb57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a605-ae21bb57 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a607-ae21bb57, #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a609-ae21bb57, #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a60b-ae21bb57, #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a60f-ae21bb57, #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a611-ae21bb57, #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a60d-ae21bb57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a98111d-fadd-c179-b4c3-981db1340217-ae21bb57, #w-node-_3a98111d-fadd-c179-b4c3-981db1340219-ae21bb57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_3a98111d-fadd-c179-b4c3-981db134021b-ae21bb57 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a98111d-fadd-c179-b4c3-981db134021d-ae21bb57, #w-node-_3a98111d-fadd-c179-b4c3-981db134021f-ae21bb57, #w-node-_3a98111d-fadd-c179-b4c3-981db1340221-ae21bb57, #w-node-_3a98111d-fadd-c179-b4c3-981db1340223-ae21bb57, #w-node-_3a98111d-fadd-c179-b4c3-981db1340225-ae21bb57, #w-node-_3a98111d-fadd-c179-b4c3-981db1340227-ae21bb57, #w-node-_5d2b4d95-7afe-3826-e1b9-d34caad06811-ae21bb57, #w-node-_04647100-9edd-9e9a-f1af-7e0c65f6dbbd-ae21bb57, #w-node-d35983a9-9631-54f0-9724-5255c436e899-ae21bb57, #w-node-_4136a73f-0377-a5a8-69da-b45411db5432-ae21bb57, #w-node-d0d1d104-1d6b-b129-63dc-db21a2d0a8c1-ae21bb57, #w-node-_2dc86c7e-4087-d617-f781-c2e2ff93519e-ae21bb57, #w-node-f7a0870c-48ac-8915-42a2-ec4f86af2898-ae21bb57, #w-node-_266db3ab-51c9-77e9-8637-d1a150c2e60c-ae21bb57, #w-node-_39af2300-3dbd-039c-6324-ea563c5255a4-ae21bb57, #w-node-_71963325-123f-1ed5-b2e2-d9fafdf807e0-ae21bb57, #w-node-_8e50ffcc-6039-08aa-4dd9-b03dfe2cdb63-ae21bb57, #w-node-ac17b28d-8767-be02-980c-b677e393b805-ae21bb57, #w-node-_516317af-df88-b52f-59da-fac0f0c35a18-ae21bb57, #w-node-_191359dc-07a9-8f19-9dd0-39461a4db847-ae21bb57, #w-node-_7be5d8b1-d026-33ff-16b2-876f0f395f3c-ae21bb57, #w-node-_211c9621-9d83-8e05-cfcc-d8c99937a3fd-ae21bb57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61590661-94dc-333a-3a09-b5456787d601-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d603-6272976c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_61590661-94dc-333a-3a09-b5456787d605-6272976c {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61590661-94dc-333a-3a09-b5456787d607-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d609-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d60b-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d611-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d613-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d615-6272976c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61590661-94dc-333a-3a09-b5456787d617-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d619-6272976c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_61590661-94dc-333a-3a09-b5456787d61b-6272976c {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61590661-94dc-333a-3a09-b5456787d61d-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d61f-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d621-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d623-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d625-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d627-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d629-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d62b-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d62d-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d62f-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d631-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d633-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d635-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d637-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d639-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d63b-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d63d-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d63f-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d641-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d643-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d645-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d647-6272976c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b282bf-540b-6844-cd8b-c5e44156a3d6-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3d8-6272eda1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-d6b282bf-540b-6844-cd8b-c5e44156a3da-6272eda1 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b282bf-540b-6844-cd8b-c5e44156a3dc-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3de-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3e0-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3e6-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3e8-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3ea-6272eda1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b282bf-540b-6844-cd8b-c5e44156a3ec-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3ee-6272eda1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-d6b282bf-540b-6844-cd8b-c5e44156a3f0-6272eda1 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b282bf-540b-6844-cd8b-c5e44156a3f2-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3f4-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3f6-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3f8-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3fa-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3fc-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3fe-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a400-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a402-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a404-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a406-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a408-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a40a-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a40c-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a40e-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a410-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a412-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a414-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a416-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a418-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a41a-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a41c-6272eda1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a601-ae21bb57, #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a603-ae21bb57, #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a605-ae21bb57, #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a607-ae21bb57, #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a609-ae21bb57 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a60b-ae21bb57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a60f-ae21bb57, #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a611-ae21bb57, #w-node-_946dad0d-5e3a-e684-6dfa-b29f7928a60d-ae21bb57, #w-node-_3a98111d-fadd-c179-b4c3-981db1340217-ae21bb57, #w-node-_3a98111d-fadd-c179-b4c3-981db1340219-ae21bb57, #w-node-_3a98111d-fadd-c179-b4c3-981db134021b-ae21bb57, #w-node-_3a98111d-fadd-c179-b4c3-981db134021d-ae21bb57, #w-node-_3a98111d-fadd-c179-b4c3-981db134021f-ae21bb57 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_3a98111d-fadd-c179-b4c3-981db1340221-ae21bb57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_3a98111d-fadd-c179-b4c3-981db1340223-ae21bb57, #w-node-_3a98111d-fadd-c179-b4c3-981db1340225-ae21bb57, #w-node-_3a98111d-fadd-c179-b4c3-981db1340227-ae21bb57, #w-node-_5d2b4d95-7afe-3826-e1b9-d34caad06811-ae21bb57, #w-node-_04647100-9edd-9e9a-f1af-7e0c65f6dbbd-ae21bb57, #w-node-d35983a9-9631-54f0-9724-5255c436e899-ae21bb57, #w-node-_4136a73f-0377-a5a8-69da-b45411db5432-ae21bb57, #w-node-d0d1d104-1d6b-b129-63dc-db21a2d0a8c1-ae21bb57, #w-node-_2dc86c7e-4087-d617-f781-c2e2ff93519e-ae21bb57, #w-node-f7a0870c-48ac-8915-42a2-ec4f86af2898-ae21bb57, #w-node-_266db3ab-51c9-77e9-8637-d1a150c2e60c-ae21bb57, #w-node-_39af2300-3dbd-039c-6324-ea563c5255a4-ae21bb57, #w-node-_71963325-123f-1ed5-b2e2-d9fafdf807e0-ae21bb57, #w-node-_8e50ffcc-6039-08aa-4dd9-b03dfe2cdb63-ae21bb57, #w-node-ac17b28d-8767-be02-980c-b677e393b805-ae21bb57, #w-node-_516317af-df88-b52f-59da-fac0f0c35a18-ae21bb57, #w-node-_191359dc-07a9-8f19-9dd0-39461a4db847-ae21bb57, #w-node-_7be5d8b1-d026-33ff-16b2-876f0f395f3c-ae21bb57, #w-node-_211c9621-9d83-8e05-cfcc-d8c99937a3fd-ae21bb57, #w-node-_61590661-94dc-333a-3a09-b5456787d601-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d603-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d605-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d607-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d609-6272976c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_61590661-94dc-333a-3a09-b5456787d60b-6272976c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_61590661-94dc-333a-3a09-b5456787d611-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d613-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d615-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d617-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d619-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d61b-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d61d-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d61f-6272976c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_61590661-94dc-333a-3a09-b5456787d621-6272976c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_61590661-94dc-333a-3a09-b5456787d623-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d625-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d627-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d629-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d62b-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d62d-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d62f-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d631-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d633-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d635-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d637-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d639-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d63b-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d63d-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d63f-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d641-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d643-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d645-6272976c, #w-node-_61590661-94dc-333a-3a09-b5456787d647-6272976c, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3d6-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3d8-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3da-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3dc-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3de-6272eda1 {
    align-self: center;
    justify-self: center;
  }

  #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3e0-6272eda1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3e6-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3e8-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3ea-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3ec-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3ee-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3f0-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3f2-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3f4-6272eda1 {
    align-self: center;
    justify-self: center;
  }

  #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3f6-6272eda1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3f8-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3fa-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3fc-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a3fe-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a400-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a402-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a404-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a406-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a408-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a40a-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a40c-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a40e-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a410-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a412-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a414-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a416-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a418-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a41a-6272eda1, #w-node-d6b282bf-540b-6844-cd8b-c5e44156a41c-6272eda1 {
    align-self: center;
    justify-self: center;
  }
}


