.title {
  color: #808080;
}

.title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 8px;
  background-color: #0091a2;
}

.button-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 45px;
  padding: 8px;
  background-color: #0091a2;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.086);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.button-primary:hover {
  background-color: #8f8f91;
  color: #fff;
}

.button-secondary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 113px;
  min-height: 27px;
  padding: 3.2px;
  background-color: #fff;
  font-size: 14px;
  color: #0091a2;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.086);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.button-secondary:hover {
  background-color: #8f8f91;
  color: #fff;
}

.tooltip {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #fff;
  float: right;
  background-color: #0091a2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 1;
}

.tooltip__text {
  visibility: hidden;
  width: 120px;
  background-color: #0091a2;
  font-size: inherit;
  color: inherit;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 3.2px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.tooltip__text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0091a2 transparent transparent transparent;
}

.tooltip:hover .tooltip__text {
  visibility: visible;
  opacity: 1;
}

.company a {
  text-decoration: none;
  color: #ff6f26;
}

.company a:hover {
  color: #ffb553;
}

.company .content-company {
  display: flex;
}

.company img {
  width: 507px;
  height: 451px;
}

.company strong {
  width: 100%;
  background-color: #ff5600;
  color: #ffffff;
  font-family: "Bebas Neue";
  font-weight: 400;
  padding: 0.5rem;
  font-size: 53px;
  padding-left: 6rem;
}

.company P {
  color: #636363;
  font-family: "Myriad Pro";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-align: justify;
  font-size: 20px;
  padding: 2rem;
}

@media only screen and (min-width: 1024px) {
  .company p {
    padding: 2rem 0 0 6rem;
  }
}

.splide__slide.splide_li {
  position: relative;
}

.splide__slide.splide_li::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #292929;
  opacity: 0.6;
}

h1 {
  letter-spacing: 0.2rem;
  font-weight: normal;
}

h1::after {
  content: "";
  width: 170px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background-color: #ba3c05;
  transition: transform 0.3s ease 0s;
}

.splide_li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.splide_li div {
  position: absolute;
  z-index: 2;
}

.splide_li h1 {
  color: #ffffff;
  font-family: "Bebas Neue";
  text-align: center;
}

.splide_li h1::after {
  content: "";
  width: 200px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background-color: #ba3c05;
  transition: transform 0.3s ease 0s;
}

.splide_li .info-banner {
  z-index: 1;
  top: -400px;
}

.splide_li p {
  z-index: 1;
  font-family: "Raleway";
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1rem;
}

.splide_li a {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 250px;
  color: #ffffff;
  font-family: "Raleway";
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  word-spacing: -0.1rem;
  padding: 0.8rem;
  background: #ff5600;
  border-radius: 0.5rem;
  transition: filter 0.2s;
}

.splide_li a:hover {
  filter: brightness(0.9);
}

@media (max-width: 1080px) {
  .splide_li div {
    transform: scale(1);
  }
}

@media (max-width: 720px) {
  .splide_li div {
    transform: scale(1.5);
  }
}

@media (max-width: 500px) {
  .splide_li div {
    transform: scale(0.7);
  }
}

#service header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 1rem;
}

#service header img {
  width: 100px;
}

#service header p {
  font-family: "Bebas Neue";
  text-align: center;
  color: #444;
  letter-spacing: 0.2rem;
  font-weight: 400;
  font-size: 20px;
  text-transform: unset;
}

#service header p::before {
  content: "";
  width: 140px;
  height: 3px;
  display: block;
  margin: 2rem auto;
  background-color: #ba3c05;
  transition: transform 0.3s ease 0s;
}

#service .service-page {
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 500;
  line-height: 3rem;
  color: black;
}

#service .row {
  justify-content: center;
}

#service ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  justify-content: center;
}

#service ul + ul {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
}

#service ul li {
  width: 180px;
}

#service ul li:hover {
  border-radius: 0.5rem;
  box-shadow: 0 5px 6px 5px rgba(0, 0, 0, 0.086);
}

#service ul li a {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

#service ul p {
  box-sizing: border-box;
  display: flex;
  margin-top: 1rem;
  justify-content: center;
  padding-top: 0.5rem;
  width: 99px;
  /* height: auto; */
  color: #292929;
  font-family: "Raleway";
  font-size: 22px;
  line-height: 2rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  border-top: 3px solid #cc5315;
}

.contact {
  padding: 2rem;
  background-color: #f2f2f2;
}

.contact_slider {
  margin: 2rem;
}

.contact_slider img {
  margin-left: 3rem;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem;
}

.card-service {
  max-width: 220px;
  height: auto;
  margin: 1rem 1rem;
}

.card-service img {
  width: 100%;
}

.button-topsticker {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 250px;
  color: #ffffff;
  font-family: Bebas Neue;
  text-decoration: none;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1rem;
  padding: 0.8rem;
  background: #ff5600;
  border-radius: 0.5rem;
  transition: filter 0.2s;
}

.button-topsticker:hover {
  filter: brightness(0.9);
  text-decoration: none;
  color: white;
}

