.line-wrap {
  -webkit-transform: scale(1.5) rotate(0deg);
  -ms-transform: scale(1.5) rotate(0deg);
  transform: scale(1.5) rotate(0deg);
}

.line-wrap.right {
  -webkit-transform: scale(1.5) rotate(180deg);
  -ms-transform: scale(1.5) rotate(180deg);
  transform: scale(1.5) rotate(180deg);
}

.text-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.text-medium.title {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 10px;
}

.text-medium.business {
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
}

.p-small {
  margin-top: 5px;
  font-size: 15px;
  line-height: 15px;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
}

.bold-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.bold-text.copy {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.contactlink-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 10px;
  text-decoration: none;
}

.contactlink-big:hover {
  opacity: 0.5;
}

.map-wrap {
  width: 100%;
  height: 500px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.link {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.section-write {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  margin-top: 10px;
}

.knight-of-spring {
  position: static;
  height: 25px;
  margin: 0px 5px 10px;
  opacity: 0.2;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 14px;
}

.knight-of-spring:hover {
  opacity: 1;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .logo-wrap {
    width: 90%;
  }

  .knight-of-spring {
    height: 25px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .text-medium {
    width: 90%;
  }

  .text-medium.title {
    font-size: 29px;
    letter-spacing: 8px;
  }

  .logo-wrap {
    width: 90%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .contactlink-big {
    grid-row-gap: 5px;
  }

  .link {
    font-size: 16px;
    line-height: 18px;
  }

  .knight-of-spring {
    height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .text-medium {
    width: 95%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }

  .text-medium.title {
    margin-top: 5px;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 4px;
  }

  .text-medium.business {
    margin-bottom: 20px;
    color: #000;
    font-size: 12px;
    line-height: 14px;
  }

  .p-small {
    margin-top: 2px;
  }

  .bold-text {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bold-text.copy {
    font-size: 12px;
    line-height: 14px;
  }

  .logo-wrap {
    width: 85%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contactlink-big {
    padding-top: 5px;
    padding-bottom: 5px;
    grid-row-gap: 5px;
  }

  .map-wrap {
    overflow: hidden;
    height: 500px;
    margin-bottom: 20px;
  }

  .link {
    font-size: 14px;
    line-height: 16px;
  }

  .section-write {
    width: 96%;
  }

  .html-mbed {
    overflow: visible;
  }

  .knight-of-spring {
    height: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: transparent;
  }
}