@charset "UTF-8";
@font-face {
  font-family: "Suzuki-Pro-Headline";
  src: url("../fonts/suzukiproheadline-webfont.woff2"), url("../fonts/suzukiproheadline-webfont.woff") format("woff");
}
@font-face {
  font-family: "Suzuki-Pro-Bold";
  src: url("../fonts/suzukiprobold-webfont.woff2"), url("../fonts/suzukiprobold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Suzuki-Pro-Regular";
  src: url("../fonts/suzukiproregular-webfont.woff2"), url("../fonts/suzukiproregular-webfont.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v29-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/roboto-v29-latin-ext_latin-regular.woff") format("woff"), url("../fonts/roboto-v29-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/roboto-v29-latin-ext_latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "szk-icons";
  src: url("../fonts/szk-icons.eot?k8ferp");
  src: url("../fonts/szk-icons.eot?k8ferp#iefix") format("embedded-opentype"), url("../fonts/szk-icons.ttf?k8ferp") format("truetype"), url("../fonts/szk-icons.woff?k8ferp") format("woff"), url("../fonts/szk-icons.svg?k8ferp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.aboutus__history {
  padding: 30px 0px;
}
.aboutus__history img {
  width: 200px;
  height: auto;
  border-radius: 25px;
  overflow: hidden;
}
.aboutus__history div {
  width: 33%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}
.aboutus__history div.aboutus__history-lines {
  width: 20%;
}
.aboutus__history p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
}
.aboutus__history-lines:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 90%;
  border-top: 4px dotted #222222;
  text-align: center;
  z-index: 50;
}
.aboutus__history-lines:before {
  content: "";
  position: absolute;
  margin: auto;
  height: calc(100% + 60px);
  border-left: 4px dotted #222222;
  z-index: 50;
}
.aboutus__history-lines.last:before {
  height: calc(50% + 30px);
  top: -30px;
}
.aboutus__history-lines p {
  z-index: 100;
}
.aboutus__history-lines div {
  width: fit-content;
}
.aboutus__team-button {
  padding: 5px 20px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out all 0.5s;
  border: 1px solid #222222;
  color: #222222;
  width: 100%;
}
.aboutus__team-button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutus__team-button p {
  margin: 0px;
  color: #222222;
}
.aboutus__team-button i {
  margin-right: 10px;
}
.aboutus__team-button:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  right: 50px;
}
.aboutus__team-button:hover {
  background-color: #222222;
  color: #ffffff;
}
.aboutus__team-button:hover p {
  color: #ffffff;
}
.aboutus__team-button[aria-expanded=true]:after {
  content: "";
}
.aboutus__team-box {
  width: 15%;
  min-width: 150px;
  margin: 0px 40px;
  font-size: 16px;
}
.aboutus__team-box img {
  border-radius: 50%;
  overflow: hidden;
  width: 15vw;
  min-width: 100px;
  max-width: 200px;
  height: auto;
}
.aboutus__team-box strong {
  color: #222222;
  font-family: "Suzuki-Pro-Headline";
}
.aboutus__team-box span {
  color: #222222;
  font-family: "Suzuki-Pro-Headline";
}
.aboutus__team-box p {
  color: #414141;
  font-family: "Suzuki-Pro-Headline";
}
.aboutus__team-box p i {
  color: #7d7d7d;
}

.contact__container-image {
  padding: 0px 40px;
}
.contact__container-details p {
  margin: 30px 0px 5px 0px;
  text-align: center;
  color: #222222;
  font-size: 16px;
}

/*# sourceMappingURL=contact.css.map */
