.main-wrapper {
  background: #fff;
  border-radius: 0;
  height: 100%;
  margin: 0 0 0 0;
  opacity: 1;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
}

main {
  align-content: center;
  align-items: center;
  flex: none;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}

.TitleAnnouncer {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}

header.header-container {
  background: rgba(0, 0, 0, 1);
  border-radius: 0;
  height: 70px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 0 0 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1160px) {
  header.header-container {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  header.header-container {
    background: var(--s-color-2fa37430);
    display: flex;
    padding: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 480px) {
  header.header-container {
    display: flex;
  }
}

.design-canvas__modal {
  height: 100%;
  pointer-events: none;
  position: fixed;
  transition: none;
  width: 100%;
  z-index: 2;
}
.design-canvas__modal:focus {
  outline: none;
}
.design-canvas__modal.v-enter-active .studio-canvas,
.design-canvas__modal.v-leave-active,
.design-canvas__modal.v-leave-active .studio-canvas {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
.design-canvas__modal.v-enter-active .studio-canvas *,
.design-canvas__modal.v-leave-active .studio-canvas * {
  transition: none !important;
}
.design-canvas__modal.isNone {
  transition: none;
}
.design-canvas__modal .design-canvas__modal__base {
  height: 100%;
  left: 0;
  pointer-events: auto;
  position: fixed;
  top: 0;
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  width: 100%;
  z-index: -1;
}
.design-canvas__modal .studio-canvas {
  height: 100%;
  pointer-events: none;
}
.design-canvas__modal .studio-canvas > * {
  background: none !important;
  pointer-events: none;
}

.design-canvas__modal .close-icon-button {
  color: #222222;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .design-canvas__modal .close-icon-button {
    border-radius: 50%;
    bottom: auto;
    color: #ffffffff;
    font-size: 38px;
    height: 24px;
    left: auto;
    margin: 0 0 0 0;
    padding: 0px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 24px;
    z-index: 3;
    max-width: 100%;
  }
}

.design-canvas__modal .modal-background {
  background: rgba(0, 0, 0, 0.16);
  height: 100%;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.design-canvas__modal .links {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  height: 240px;
  margin: 20px;
  width: 400px;
  max-width: calc(100% - 40px);
}

@media screen and (max-width: 768px) {
  .design-canvas__modal .links {
    align-content: center;
    align-items: center;
    background: rgb(0, 0, 0);
    border-radius: 0;
    bottom: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: flex-start;
    left: auto;
    margin: 0 0 0 0;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 321px;
    max-width: 100%;
  }
}

.design-canvas__modal a {
  background: #eeeeee;
  height: 160px;
  width: 200px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .design-canvas__modal a {
    align-content: center;
    align-items: center;
    background: transparent;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 49px;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    opacity: 1;
    width: 100%;
    z-index: 1;
    max-width: 100%;
  }

  .design-canvas__modal .links > a:first-child {
    margin-top: 58px;
  }
}

.design-canvas__modal a p.text {
  color: #333333;
  font-family: var(--s-font-23a3d066);
  font-size: 20px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .design-canvas__modal a p.text {
    color: #ffffffff;
    font-weight: 700;
    padding: 0px;
    z-index: 0;
  }
}

.cover {
  .company-logo {
    width: 160px;
    margin-bottom: 10px;
  }
}

.about {
  .company-logo {
    width: 160px;
    margin-right: 10px;
    @media screen and (max-width: 480px) {
      width: 110px;
      margin-right: 5px;
    }
  }
}

.service .image-group {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: center;
  margin: 15px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  --gap-h-7af6b1d6-cc52-47e0-9df0-fbdd680e2f8f: 30px;
  --gap-v-7af6b1d6-cc52-47e0-9df0-fbdd680e2f8f: 0px;
  --gap-uuid: 7af6b1d6-cc52-47e0-9df0-fbdd680e2f8f;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .service .image-group {
    flex-direction: row;
    flex-wrap: wrap;
    --gap-h-7af6b1d6-cc52-47e0-9df0-fbdd680e2f8f: 30px;
    --gap-v-7af6b1d6-cc52-47e0-9df0-fbdd680e2f8f: 30px;
  }
}

.service .image-wrapper > img {
  flex: none;
  height: 320px;
  margin: 0px 0px 0px 0px;
  width: 470px;
  max-width: 100%;
}

.service div.image-wrapper {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 0px;
  max-width: 100%;
}

.service div.image-wrapper.elongated-image {
  width: 470px;
}

.service .caption-wrapper {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 40px;
  justify-content: flex-start;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}

.service .caption-wrapper > p.text {
  color: #333333;
  flex: none;
  font-family: var(--s-font-23a3d066);
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
}

.header-container .header-left a.text {
  border-radius: 0;
  color: rgb(255, 255, 255);
  font-family: var(--s-font-23a3d066);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 0px 10px 0px;
  text-align: center;
  max-width: 100%;
  justify-content: center;
}

.header-container .header-left a.text {
  color: rgba(255, 255, 255, 0.75);
}

.header-container .header-content .header-left {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex: none;
  flex-direction: row;
  height: auto;
  opacity: 1;
  overflow-x: auto;
  padding: 0 0 0 0;
  max-width: 100%;
}

.header-container .header-content {
  background: rgba(0, 0, 0, 0);
  border-radius: 0px;
  flex-direction: row;
  height: 50px;
  justify-content: space-between;
  margin: 0px 40px 0px;
  opacity: 1;
  overflow-x: auto;
  padding: 0 0 0 0;
  width: 1000px;
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 1160px) {
  .header-container .header-content {
    margin: 0px 40px 0px;
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  .header-container .header-content {
    flex: none;
    margin: 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .header-container .header-content {
    margin: 0px 20px 0px;
  }
}

.header-container .header-content .header-left .company-name {
  border-radius: 0;
  color: #ffffff;
  font-family: var(--s-font-23a3d066);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 50px 0px 0px;
  opacity: 1;
  padding: 0 0 0 0;
  text-align: center;
  max-width: calc(100% - 50px);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-container .header-content .header-left .company-name {
    margin: 0px 0px 0px 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .header-container .header-content .header-left .company-name {
    height: 33px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    max-width: 100%;
    justify-content: flex-start;
  }
}

.header-container .header-content .header-left .header-links {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: row;
  height: 50px;
  opacity: 1;
  overflow-x: auto;
  padding: 0 0 0 0;
  max-width: 100%;
}
@media screen and (max-width: 1160px) {
  .header-container .header-content .header-left .header-links {
    display: flex;
    flex: none;
  }
}
@media screen and (max-width: 768px) {
  .header-container .header-content .header-left .header-links {
    display: none;
    width: 0%;
    max-width: 0%;
  }
}
@media screen and (max-width: 480px) {
  .header-container .header-content .header-left .header-links {
    display: none;
  }
}

.header-container .header-content .header-right {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: row;
  height: 50px;
  justify-content: flex-end;
  opacity: 1;
  overflow-x: auto;
  padding: 0 0 0 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .header-container .header-content .header-right {
    display: none;
    flex: 1;
  }
}
@media screen and (max-width: 480px) {
  .header-container .header-content .header-right {
    display: none;
    flex: none;
    width: 0%;
    max-width: 0%;
  }
}

.header-container .header-content .header-right .tel-number {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  margin: 0px 20px 0px 0px;
  opacity: 1;
  padding: 0 0 0 0;
  max-width: calc(100% - 20px);
}

.header-container .header-content .header-right .tel-number .tel-icon {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #ffffff;
  font-size: 18px;
  margin: 0px 9px 0px 0px;
  opacity: 1;
  padding: 0 0 0 0;
  max-width: calc(100% - 9px);
}

.header-container .header-content .header-right .tel-number .text {
  border-radius: 0;
  color: #ffffff;
  font-family: var(--s-font-23a3d066);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  opacity: 1;
  padding: 0 0 0 0;
  text-align: center;
  justify-content: center;
}

.header-container .header-content .header-right .contact-button {
  background: #228cdbff;
  border-radius: 0px;
  color: #ffffff;
  font-family: var(--s-font-23a3d066);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 12px 30px 12px;
  text-align: center;
  max-width: 100%;
  justify-content: center;
}

header #openButton {
  color: #222222;
  display: none;
  font-size: 24px;
}
@media screen and (max-width: 1160px) {
  header #openButton {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #openButton {
    border-radius: 0px;
    bottom: 0;
    color: #ffffffff;
    display: flex;
    font-size: 38px;
    left: 0;
    padding: 0px;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  header #openButton {
    display: flex;
  }
}
