@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
section.phrase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 70svh;
  row-gap: 40px;
  padding: 120px max(6vw, 30px);
  margin: 18% 0;
  background-color: #BDDEF4;
}
section.phrase::before {
  content: "";
  width: 100%;
  height: 25vw;
  background-color: #E1EEF7;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(calc(-100% + 2px));
          transform: translateY(calc(-100% + 2px));
  width: 100%;
}
section.phrase::after {
  content: "";
  width: 100%;
  height: 20vw;
  background-color: #E1EEF7;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(calc(100% - 2px));
          transform: translateY(calc(100% - 2px));
  width: 100%;
  z-index: -1;
}
section.phrase .logo {
  width: 8em;
  max-width: 80%;
  font-size: calc(1.1333333333rem + 1.6592592593vw);
}
@media (min-width: 1800px) {
  section.phrase .logo {
    font-size: 3rem;
  }
}
section.phrase .illustration {
  position: absolute;
  left: 0;
  width: 100%;
}
section.phrase .illustration.top {
  top: 0;
  -webkit-transform: translateY(calc(-100% + 2px)) rotate(180deg);
          transform: translateY(calc(-100% + 2px)) rotate(180deg);
}
section.phrase .illustration.bottom {
  bottom: 0;
  -webkit-transform: translateY(calc(100% - 2px));
          transform: translateY(calc(100% - 2px));
  z-index: 3;
}
section.phrase .text {
  max-width: 20em;
  text-align: center;
  color: #FFFCF7;
  font-size: calc(1.1333333333rem + 1.6592592593vw);
}
@media (min-width: 1800px) {
  section.phrase .text {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  section.phrase {
    padding: 80px max(5vw, 25px);
  }
}
/*# sourceMappingURL=../../maps/sections/phrase/phrase.css.map */
