/* fonts */
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("./fonts/Optima.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: 700;
  src: local("Optima Bold"), url("./fonts/Optima_Bold.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: italic;
  font-weight: normal;
  src: local("Optima Italic"), url("./fonts/Optima_Italic.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: local("Mulish"), url("./fonts/Mulish-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: normal;
  src: local("DINPro"), url("./fonts/DINPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: 500;
  src: local("DINPro"), url("./fonts/DINPro-Medium.woff2") format("woff2");
}
.message-page {
  margin-bottom: 100px;
}
.message-page .com-header {
  margin-bottom: 68px;
}
@media (max-width: 767px) {
  .message-page .com-header {
    margin-bottom: 100px;
  }
}

.message {
  margin: 0 32px;
  background-color: #E9FAFF;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  padding: 70px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .message {
    padding: 0 22px 70px;
    margin: 0;
    border-top-left-radius: 0;
  }
}
.message:after {
  content: "";
  display: block;
  background-image: url("../img/bg/grid2.svg");
  background-repeat: no-repeat;
  width: 325px;
  height: 795px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -50px;
  right: -325px;
  z-index: -1;
}
@media (max-width: 991px) {
  .message:after {
    display: none;
  }
}
.message > .wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .message > .wrapper {
    flex-direction: column;
  }
}
.message > .wrapper:before {
  content: "";
  display: block;
  background-image: url("../img/bg/dots.svg");
  background-repeat: no-repeat;
  width: 280px;
  height: 104px;
  position: absolute;
  top: -107px;
  left: 265px;
  bottom: auto;
  right: auto;
}
@media (max-width: 767px) {
  .message > .wrapper:before {
    width: 198px;
    height: 74px;
    background-size: contain;
    left: 92px;
    top: -20px;
  }
}
.message .image-container {
  width: 300px;
  margin-right: 48px;
  position: relative;
  z-index: 1;
  /*&:before {
      content: "";
      display: block;
      @include bgImage(280px, 104px, "../img/bg/dots.svg");
      @include absolute(-107px, -245px, auto, auto);
      z-index: -1;
      @media (max-width: $breakpoint_md - 1) {

      }
  }*/
}
.message .image-container > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  width: 353px;
  position: absolute;
  top: -100px;
  left: -78px;
  bottom: auto;
  right: auto;
  z-index: 1;
  transform: translateX(15%);
  transition: transform 0.6s cubic-bezier(0.25, 0.75, 0.5, 1);
}
.message .image-container:after {
  content: "";
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  top: -24px;
  left: 0;
  bottom: auto;
  right: 0;
  aspect-ratio: 1/1;
  border-bottom-left-radius: 160px;
  transform: translateX(-15%);
  transition: transform 0.6s cubic-bezier(0.25, 0.75, 0.5, 1);
}
.message .image-container.aos-animate > img {
  transform: none;
}
.message .image-container.aos-animate:after {
  transform: none;
}
@media (max-width: 767px) {
  .message .image-container {
    width: 135px;
    margin-right: 0;
  }
  .message .image-container > img {
    width: 160px;
    height: 160px;
    top: -80px;
    left: -8px;
  }
  .message .image-container:after {
    border-bottom-left-radius: 30px;
    width: 135px;
    top: -36px;
    right: -32px;
    left: auto;
  }
}
.message .info {
  width: calc(100% - 348px);
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.message .info:before {
  content: "";
  display: block;
  background-image: url("../img/bg/dots-gold.svg");
  background-repeat: no-repeat;
  width: 280px;
  height: 104px;
  position: absolute;
  top: 0;
  left: 95%;
  bottom: auto;
  right: auto;
  z-index: -1;
}
@media (max-width: 991px) {
  .message .info:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .message .info {
    margin-top: 105px;
    width: 100%;
    margin-bottom: 24px;
  }
}
.message .name {
  font-size: 2.5rem;
  line-height: 1.2em;
  color: #AD8F4F;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .message .name {
    font-size: 2rem;
  }
}
.message .title {
  font-size: 1.25rem;
  line-height: 1.667em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .message .title {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=about-us.css.map */