/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/blockquote/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.img-fuild {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1060px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1780px) {
  .container {
    max-width: 1440px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

#editor .wp-block-wsi-blockquote {
  display: block !important;
}

.blockquote-group {
  margin-left: auto;
}
@media (min-width: 576px) {
  .blockquote-group {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .blockquote-group {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .blockquote-group {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .blockquote-group {
    max-width: 1060px;
  }
}
@media (min-width: 1440px) {
  .blockquote-group {
    max-width: 1170px;
  }
}
@media (min-width: 1780px) {
  .blockquote-group {
    max-width: 1440px;
  }
}
.blockquote-group .wp-block-wsi-blockquote {
  display: none;
}

.wp-block-wsi-blockquote {
  position: relative;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .wp-block-wsi-blockquote {
    margin-left: calc((100vw - 1060px) / 2 + 8px);
  }
}
@media (min-width: 1440px) {
  .wp-block-wsi-blockquote {
    margin-left: calc((100vw - 1170px) / 2 + 8px);
  }
}
@media (min-width: 1780px) {
  .wp-block-wsi-blockquote {
    margin-left: calc((100vw - 1440px) / 2 + 8px);
  }
}
.wp-block-wsi-blockquote:before {
  content: "";
  display: block;
  background-image: url(../images/quote.139af2c4.png);
  width: 117px;
  height: 98px;
  position: absolute;
  left: -30px;
  top: 59px;
}
@media (max-width: 575.98px) {
  .wp-block-wsi-blockquote:before {
    width: 47px;
    height: 78px;
    position: absolute;
    left: 30px;
    top: 47px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.wp-block-wsi-blockquote.active {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wp-block-wsi-blockquote .quote__item {
  margin-left: auto;
  background: #caefec;
  border-radius: 0 0 0 130px;
  padding: 45px 15px 45px 60px;
}
@media screen and (min-width: 400px) {
  .wp-block-wsi-blockquote .quote__item {
    padding: 45px 65px;
  }
}
@media (max-width: 575.98px) {
  .wp-block-wsi-blockquote .quote__item {
    padding: 45px 15px 45px 80px;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .wp-block-wsi-blockquote .quote__item {
    padding: 65px calc((100vw - 1060px) / 2 + 8px) 65px 115px;
  }
}
@media (min-width: 1440px) {
  .wp-block-wsi-blockquote .quote__item {
    padding: 65px calc((100vw - 1170px) / 2 + 8px) 65px 115px;
  }
}
@media (min-width: 1780px) {
  .wp-block-wsi-blockquote .quote__item {
    padding: 65px calc((100vw - 1440px) / 2 + 8px) 65px 115px;
  }
}
.wp-block-wsi-blockquote .quote__item--content {
  font-size: 0.9rem;
  line-height: calc(1.025rem + 0.24vw);
  margin-bottom: 40px;
  font-family: "monB";
}
@media (min-width: 1500px) {
  .wp-block-wsi-blockquote .quote__item--content {
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 400px) {
  .wp-block-wsi-blockquote .quote__item--content {
    font-size: calc(1.01rem + 0.096vw);
    line-height: calc(1.025rem + 0.24vw);
  }
}
@media screen and (min-width: 400px) and (min-width: 1500px) {
  .wp-block-wsi-blockquote .quote__item--content {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 400px) and (min-width: 1500px) {
  .wp-block-wsi-blockquote .quote__item--content {
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 991px) {
  .wp-block-wsi-blockquote .quote__item--content {
    font-size: calc(1.05rem + 0.48vw);
    line-height: calc(1.065rem + 0.624vw);
  }
}
@media screen and (min-width: 991px) and (min-width: 1500px) {
  .wp-block-wsi-blockquote .quote__item--content {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 991px) and (min-width: 1500px) {
  .wp-block-wsi-blockquote .quote__item--content {
    line-height: 1.65rem;
  }
}
.wp-block-wsi-blockquote .quote__item--author {
  display: flex;
  align-items: center;
}
.wp-block-wsi-blockquote .quote__item--author h4 {
  padding-left: 0;
}
.wp-block-wsi-blockquote .quote__item--author-image {
  margin-right: 10px;
}
.wp-block-wsi-blockquote .quote__item--author-image img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .wp-block-wsi-blockquote .quote__item--author-image img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 480px) {
  .wp-block-wsi-blockquote .quote__item--author-image {
    margin-right: 30px;
  }
}
.wp-block-wsi-blockquote .quote__item--author-info {
  font-size: 0.8rem;
  line-height: calc(1.02rem + 0.192vw);
}
@media (min-width: 1500px) {
  .wp-block-wsi-blockquote .quote__item--author-info {
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 400px) {
  .wp-block-wsi-blockquote .quote__item--author-info {
    font-size: 0.9rem;
    line-height: calc(1.02rem + 0.192vw);
  }
}
@media screen and (min-width: 400px) and (min-width: 1500px) {
  .wp-block-wsi-blockquote .quote__item--author-info {
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 991px) {
  .wp-block-wsi-blockquote .quote__item--author-info {
    font-size: 1rem;
    line-height: calc(1.02rem + 0.192vw);
  }
}
@media screen and (min-width: 991px) and (min-width: 1500px) {
  .wp-block-wsi-blockquote .quote__item--author-info {
    line-height: 1.2rem;
  }
}
.wp-block-wsi-blockquote .quote__item--author-info h4 {
  font-weight: 700;
  margin-bottom: 0;
}

.blockquote-group-prev {
  border: none;
  background-color: transparent;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.blockquote-group-prev:hover {
  opacity: 0.7;
}

.blockquote-group-next {
  border: none;
  background-color: transparent;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.blockquote-group-next:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=style-index.css.map*/