@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  direction: ltr;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.618;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin: 0;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #9898a2;
  text-decoration: none;
  transition: all ease-in 0.2s
}
p {
  color: #4a4a51
}
header {
  margin: 0;
  display: block;
  background: #fff;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 9999;
  border-bottom: solid 0.05rem #eee;
}
header .ui-navbar-menu ul {
  display: flex;
  list-style: none;
  gap: 0;
  padding: 0;
  margin: 0;
  height: 50px;
}
header .ui-navbar-menu li.ui-item {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 135px;
  border-left: solid 3px #fff;
}
header .ui-navbar-menu li.ui-item a {
  display: flex;
  box-sizing: border-box;
  font-size: 13px;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  background: #9898a2;
  height: 100%;
  color: #fff;
  padding: 5px 8px;
}
header .ui-navbar-menu li.ui-item a:hover {
  background: #ff4b00;
}
.header-bar {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
}
header .logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2em;
}
header .logo img {
  width: auto;
  max-height: 70px;
}
header .phone a {
  font-size: 2em;
  font-weight: 900;
  background: #ff4c00;
  color: white;
  padding: 0 5px 0 0;
  display: flex;
  height: 50px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
header .phone-ion {
  display: flex;
  background: #9898a2;
  padding: 0 15px;
  font-size: 25px;
  align-items: center;
  height: 100%;
  justify-content: center;
}
header .phone span {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
header .contact a {
  display: flex;
  background: #9898a2;
  color: white;
  padding: 0 10px;
  font-size: 25px;
  align-items: center;
  width: 50px;
  height: 100%;
  justify-content: center;
}
header .contact a:hover {
  background: #ff4c00
}
.header-link-contact {
  display: flex;
  gap: 1em;
  height: 50px;
}
.ui-wrapper-title {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  background: #000;
  flex-direction: column;
  height: auto;
  object-fit: cover;
}
.ui-wrapper-title .image_large-width {
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  max-height: 100%;
  display: flex;
  height: 100%;
  overflow: hidden;
  align-items: center;
  top: 0;
}
.ui-wrapper-title .image_large-width img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: auto;
}
.ui-content-start {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  width: 100%;
  max-width: 1050px;
  justify-content: center;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 5em 0;
}
.ui-content-start p {
  color: white;
  font-size: 16px;
  background: #ff4b00;
  padding: 10px 10px 10px 50px;
  max-width: 50%;
  line-height: 1.2;
  border-left: solid 10px;
}
.ui-content h1 {
  color: #ffffff;
  font-weight: 900;
  text-align: left;
  margin: 0 0 15px !important;
  line-height: 1.2;
  font-size: 3em;
}
.ui-content h1 strong {
  background: #ff4c00;
}
.ui-content h2 {
  color: #fff;
  font-weight: 900;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-size: 2.5em;
  background: #9898a2;
  max-width: max-content;
  padding: 0;
  display: flex;
  height: 50px;
  gap: 10px;
  align-items: center;
  padding-right: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.ui-content .arrow-ion {
  display: flex;
  background: #ff4c00;
  padding: 0;
  font-size: 20px;
  align-items: center;
  width: 50px;
  height: 100%;
  justify-content: center;
  color: #fff
}
.ui-column {
  width: 100%;
  align-items: normal !important;
  box-sizing: border-box;
  max-width: 1050px;
  margin: 5em auto;
  gap: 5em;
  display: flex;
}
.ui-column p {
  font-size: 15px;
  margin: 1em 0;
}
.ui-left-content {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  box-sizing: border-box;
}
.ui-left-content img {
  width: 100%;
  height: auto;
  position: sticky;
  top: 100px;
}
.ui-right-content {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.ui-contact-txt {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  box-sizing: border-box;
  justify-content: flex-end;
  align-content: center;
  display: block;
}
.ui-right-content h2, .ui-grid-parts h2, .ui-contact-txt h2 {
  color: #9898a2;
  font-weight: 900;
  text-align: left;
  margin: 0 0 15px !important;
  line-height: 1.2;
  font-size: 2.5em;
  background: #fff;
  max-width: 100%;
  padding: 0;
  display: flex;
  height: auto;
  gap: 10px;
  padding-right: 0;
  flex-basis: 0;
  flex-grow: 1;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.ui-right-content h2 strong, .ui-grid-parts h2 strong, .ui-contact-txt h2 strong {
  display: block;
  color: #fc360;
  font-weight: 900
}
.ui-right-content .arrow-ion, .ui-grid-parts .arrow-ion, .ui-contact-txt .arrow-ion {
  display: flex;
  background: #9898a2;
  padding: 0;
  font-size: 20px;
  align-items: center;
  width: 50px;
  height: 100%;
  justify-content: center;
  color: #fff;
  min-height: 65px;
}
.ui-right-content h2 span, .ui-grid-parts h2 span, .ui-contact-txt h2 span {
  width: auto;
  flex-basis: 85%;
}
.ui-right-content .intro, .ui-contact-txt .intro {
  background: #eee;
  padding: 1em;
}
.ui-right-content h3 {
  font-size: 16px;
  border-left: solid 1px;
  padding-left: 10px;
  margin-bottom: 1em;
  color: #ff4b00;
}
.ui-grid-list_first {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-top: 1.5em;
}
.ui-grid-list_first ul {
  display: flex;
  padding: 0;
  gap: 1em;
  margin: 0;
  box-sizing: border-box;
  flex-direction: column;
}
.ui-grid-list_first li {
  flex-basis: 0;
  flex-grow: 1;
  list-style: none;
  background: #ff4c00;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 12px;
  color: white;
  padding: 0 0 1em;
  position: relative
}
.ui-grid-list_first li strong {
  text-transform: uppercase;
  background: #9898a2;
  padding: 5px;
  width: 100%;
  position: relative;
  top: 0;
  word-wrap: break-word;
  white-space: nowrap;
}
.ui-grid-list_first li span {
  font-weight: 500;
  font-size: 13px;
  padding: 0 10px;
}
.ui-grid-list_second {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.ui-grid-list_second ul {
  display: flex;
  padding: 0;
  gap: 1em;
  margin: 1em auto 3em;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ui-grid-list_second li {
  background: #9898a2;
  height: auto;
  width: 100%;
  flex-basis: 49%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-align: center;
  padding: 1em 2em;
}
.ui-grid-parts {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 1050px;
  margin: 0 auto;
}
.ui-grid-parts p {
  font-size: 15px;
}
.ui-grid-subparts {
  display: flex;
  max-width: 1060px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5em;
}
.ui-grid-subparts div {
  display: flex;
  flex-basis: 30%;
  flex-grow: 1;
  width: 100%;
  flex-direction: column;
  position: relative
}
.ui-grid-subparts img {
  width: 100%;
  height: auto;
  display: block;
}
.ui-grid-subparts p {
  font-size: 15px;
  font-weight: 400;
  background: #f1f1f2;
  padding-left: 10px;
  padding: 17px;
}
.ui-grid-subparts p strong {
  border-bottom: solid 1px #FF4C03;
  color: #FF4C03;
  line-height: 1.2;
  display: inline;
}
.ui-grid-subparts h3 {
  background: #ff4b00;
  position: relative;
  top: 0;
  z-index: 10;
  font-size: 2em;
  color: white;
  line-height: 1;
  padding: 10px;
  max-width: 100%;
  display: flex;
  min-height: 70px;
  align-items: center;
  margin: 0;
}
.geo-coordinates {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.geo-coordinates h2 {
  width: 100%;
  max-width: 100%;
  color: #fff
}
.geo-coordinates address {
  max-width: 1050px;
  width: 100%;
  margin: 3em auto 0;
  font-style: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2em;
  row-gap: 10px;
  box-sizing: border-box;
  padding: 0;
  border-collapse: collapse;
  justify-content: space-between;
}
.geo-coordinates address div {
  width: 100%;
  margin: 0;
  display: block;
  padding: 0;
  flex-basis: 49%;
}
.geo-coordinates iframe {
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 400px;
  display: block;
}
.geographic-location, .sendus_mail, .click-to-call, .schedule {
  display: flex;
  gap: 10px;
  font-size: 15px;
  margin: 0;
  background: #9898a211;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: 50px;
}
.geographic-location span:first-child, .sendus_mail span:first-child, .click-to-call span:first-child, .schedule span:first-child {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9898a2;
  height: 50px;
}
.schedule, .sendus_mail, .click-to-call {
  color: #4a4a51;
  font-weight: unset;
  max-width: 100%;
  width: 100%;
  height: 50px;
  min-height: 50px;
  margin: 0;
  padding: 0;
}
.click-to-call ion-icon {
  display: flex;
  padding: 0;
  color: #fff;
}
.click-to-call a {
  color: #fc360;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
}
.sendus_mail a {
  color: #fff;
  font-weight: 900;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  background: #ff4b00;
  text-transform: uppercase;
}
.sendus_mail ion-icon {
  display: flex;
  padding: 0;
  font-size: 25px;
  color: #fff;
}
.geographic-location ion-icon {
  display: flex;
  padding: 0;
  color: #fff;
  font-size: 24px;
}
.schedule ion-icon {
  display: flex;
  padding: 0;
  font-size: 24px;
  color: #fff;
}
footer {
  max-width: 100%;
  width: 100%;
  background: #9898a2;
  margin: 0;
  padding: 2em;
  display: block;
}
footer p {
  color: white;
  max-width: max-content;
  margin: 0 auto;
  font-size: 13px;
}
h2 ion-icon {
  font-size: 10px !important;
}
@media (max-width:767px) {
  header .contact a {
    color: white;
    font-size: 30px;
    width: 35px;
    justify-content: center;
    height: 30px;
  }
  header .phone a {
    font-size: 2em;
    padding: 0 5px 0 0;
    height: 30px;
  }
  header .logo img {
    max-height: 50px;
  }
  header .phone a:before {
    font-size: 16px;
    width: 30px;
  }
  .header-bar {
    justify-content: space-between;
    padding: 5px 10px 0;
    align-items: center;
  }
  .ui-content h1 {
    font-size: 2em;
    padding: 0 40px 0 0;
  }
  .ui-content-start {
    padding: 2em 1em
  }
  .ui-content h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
  }
  .ui-content-start p {
    font-size: 14px;
    padding: 10px;
    max-width: 100%;
  }
  .ui-column {
    margin: 3em auto 5em;
    flex-direction: column-reverse;
    padding: 0;
    gap: 0;
  }
  .ui-grid-list_first li strong {
    position: relative;
    top: -15px;
  }
  .ui-grid-list_first li {
    flex-basis: 33%;
  }
  .ui-grid-list_first ul {
    gap: 2em;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .ui-grid-list_second li {
    flex-basis: 100%;
  }
  .ui-column p {
    padding: 0 10px;
  }
  .ui-right-content .intro {
    margin: 0;
  }
  .ui-right-content h3 {
    font-size: 16px;
    border-left: 0;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .ui-grid-list_second ul {
    padding: 0 10px
  }
  .ui-grid-parts h2:before {
    min-width: 50px
  }
  .ui-grid-subparts div {
    flex-basis: 45%;
  }
  .ui-grid-subparts {
    gap: 2em
  }
  .ui-grid-subparts p strong {
    display: inline;
    font-size: 13px;
  }
  .ui-grid-subparts p {
    font-size: 12px;
  }
  .geo-coordinates h2 {
    width: 100%;
    max-width: 100%;
  }
  .ui-grid-subparts h3 {
    top: 0;
    font-size: 14px;
    min-height: 0;
  }
  .geographic-location {
    font-size: 13px;
    padding-left: 0;
    margin: 0;
  }
  .sendus_mail, .click-to-call {
    font-size: 15px;
    padding-left: 0;
    margin: 0;
  }
  .sendus_mail:before, .click-to-call:before {
    font-size: 13px
  }
  header .ui-navbar-menu ul {
    column-gap: 10px;
    justify-content: flex-start;
    row-gap: 0;
    margin: 0;
    width: 100%;
    align-items: center;
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden;
    height: auto;
  }
  header .ui-navbar-menu {
    column-gap: 10px;
    justify-content: flex-start;
    row-gap: 0;
    margin: 0 0 1em;
    width: 100%;
    align-items: center;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .header-link-contact {
    display: flex;
    gap: 1em;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
  header .ui-navbar-menu li.ui-item {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-left: 0;
    height: 100%;
    flex: 1 1 auto;
  }
  header .ui-navbar-menu li.ui-item a {
    white-space: nowrap;
    height: 35px;
  }
  header .logo {
    margin: 0 auto
  }
  .ui-wrapper-title .image_large-width img {
    height: 100%
  }
  header .phone span {
    align-items: flex-start;
  }
  header .phone-ion {
    display: flex;
    background: #9898a2;
    padding: 0 5px;
    font-size: 20px;
    align-items: center;
    height: 100%;
    justify-content: center;
  }
  .geo-coordinates address {
    margin: 0;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .geo-coordinates address div {
    flex-basis: 100%
  }
}