/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/instagram-posts/instagram-posts.scss ***!
  \******************************************************************************************************************************************************************/
.entry-content {
  padding: 0 !important;
}

*:target {
  scroll-margin-top: 13.6rem;
}
@media screen and (min-width: 1440px) {
  *:target {
    scroll-margin-top: 10.8rem;
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: rgb(22, 22, 22);
  position: relative !important;
  overflow-x: hidden;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes enter-right {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes enter-left {
  0% {
    opacity: 0;
    transform: translateX(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-60px);
  }
  20%, 50%, 80%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-45px);
  }
  60% {
    transform: translateY(-30px);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-out {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes highlight-text {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rock-in-shake {
  0% {
    opacity: 0;
    transform: translate(-200px, 200px) rotate(-15deg) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg) scale(1.05);
  }
  75% {
    transform: translate(2px, -2px) rotate(5deg);
  }
  85% {
    transform: translate(-2px, 2px) rotate(-5deg);
  }
  92% {
    transform: translate(1px, -1px) rotate(5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes contact-subtitle-fade-in-up {
  0% {
    opacity: 0;
    transform: rotate(3.48deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(3.48deg) translateY(0);
  }
}
@keyframes contact-phone-fade-in-up {
  0% {
    opacity: 0;
    transform: rotate(-5.85deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(-5.85deg) translateY(0);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.instagram-posts {
  background-image: url(481a907f29c0bbe9daf0.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 13.75rem;
  padding-bottom: 18.75rem;
  margin-top: -12.5rem;
}
@media screen and (max-width: 576px) {
  .instagram-posts {
    padding-bottom: 15rem;
    margin-top: -11.25rem;
  }
}
@media screen and (min-width: 1921px) {
  .instagram-posts {
    padding-top: 11.45833vw;
    padding-bottom: 15.625vw;
    margin-top: -10.41667vw;
  }
}
.instagram-posts__title-wrapper {
  margin-left: 12.75rem;
}
@media screen and (max-width: 1600px) {
  .instagram-posts__title-wrapper {
    margin-left: 11.125rem;
  }
}
@media screen and (max-width: 1400px) {
  .instagram-posts__title-wrapper {
    margin-left: 10rem;
  }
}
@media screen and (max-width: 1200px) {
  .instagram-posts__title-wrapper {
    margin-left: 8.625rem;
  }
}
@media screen and (max-width: 992px) {
  .instagram-posts__title-wrapper {
    margin-left: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .instagram-posts__title-wrapper {
    margin-left: 6.5rem;
  }
}
@media screen and (max-width: 576px) {
  .instagram-posts__title-wrapper {
    margin-left: 1.9375rem;
  }
}
@media screen and (min-width: 1921px) {
  .instagram-posts__title-wrapper {
    margin-left: 10.625vw;
  }
}
.instagram-posts__title {
  opacity: 0;
  background-color: rgb(169, 41, 41);
  color: rgb(255, 255, 255);
  display: inline;
  margin-bottom: 0px;
  padding-top: 10px;
}
.instagram-posts__title.show {
  animation: enter-left 0.5s ease-out forwards;
}
.instagram-posts__posts-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr)) !important;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-inline: 11.875rem;
  width: auto !important;
  padding: 0px !important;
}
@media screen and (max-width: 1600px) {
  .instagram-posts__posts-container {
    margin-inline: 9.625rem;
  }
}
@media screen and (max-width: 1400px) {
  .instagram-posts__posts-container {
    margin-inline: 8.375rem;
  }
}
@media screen and (max-width: 1200px) {
  .instagram-posts__posts-container {
    margin-inline: 7.0625rem;
  }
}
@media screen and (max-width: 992px) {
  .instagram-posts__posts-container {
    margin-inline: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .instagram-posts__posts-container {
    margin-inline: 4.25rem;
  }
}
@media screen and (max-width: 576px) {
  .instagram-posts__posts-container {
    grid-template-columns: repeat(1, 1fr) !important;
    margin-inline: 3.75rem;
    margin-top: 1.0625rem;
    margin-bottom: 1.0625rem;
    row-gap: 2.5rem !important;
  }
}
@media screen and (min-width: 1921px) {
  .instagram-posts__posts-container {
    margin-inline: 10.41667vw;
    margin-top: 2.08333vw;
    margin-bottom: 2.08333vw;
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
.instagram-posts__post-wrapper {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.instagram-posts__post-wrapper.show {
  animation: fade-in-up 0.5s ease-out forwards;
}
.instagram-posts__post-wrapper.show .instagram-posts__post-frame {
  animation: fade-in 0.5s ease-out forwards;
}
.instagram-posts__post-wrapper.show .instagram-posts__post-frame svg {
  animation: scale-out 0.4s ease-in forwards 0.3s;
}
.instagram-posts__post-wrapper:nth-of-type(odd) {
  margin-top: 4.125rem;
}
@media screen and (max-width: 576px) {
  .instagram-posts__post-wrapper:nth-of-type(odd) {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1921px) {
  .instagram-posts__post-wrapper:nth-of-type(odd) {
    margin-top: 2.29167vw;
  }
}
.instagram-posts__post-wrapper:nth-of-type(even) {
  margin-top: 5.5rem;
}
@media screen and (max-width: 576px) {
  .instagram-posts__post-wrapper:nth-of-type(even) {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1921px) {
  .instagram-posts__post-wrapper:nth-of-type(even) {
    margin-top: 4.58333vw;
  }
}
.instagram-posts__post-wrapper:nth-of-type(1) {
  margin-top: 5.5rem;
}
@media screen and (max-width: 576px) {
  .instagram-posts__post-wrapper:nth-of-type(1) {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1921px) {
  .instagram-posts__post-wrapper:nth-of-type(1) {
    margin-top: 4.58333vw;
  }
}
.instagram-posts__post-wrapper:nth-of-type(2) {
  margin-top: 0px;
}
.instagram-posts__post-wrapper:nth-of-type(3) {
  margin-top: 4.8125rem;
}
@media screen and (max-width: 576px) {
  .instagram-posts__post-wrapper:nth-of-type(3) {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1921px) {
  .instagram-posts__post-wrapper:nth-of-type(3) {
    margin-top: 4.01042vw;
  }
}
.instagram-posts__post-wrapper:nth-of-type(4) {
  margin-top: 1.0625rem;
}
@media screen and (max-width: 576px) {
  .instagram-posts__post-wrapper:nth-of-type(4) {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1921px) {
  .instagram-posts__post-wrapper:nth-of-type(4) {
    margin-top: 0.88542vw;
  }
}
.instagram-posts__post-frame {
  opacity: 0;
  display: grid;
  place-items: center;
  align-self: self-start;
  width: 100%;
  position: relative;
  z-index: 100;
}
.instagram-posts__post-frame svg {
  opacity: 0;
  width: 100%;
  height: auto;
  display: block;
}
.instagram-posts__post {
  width: 75%;
  height: auto;
  object-fit: cover;
  display: block;
  z-index: 1;
  margin-top: -100%;
}
.instagram-posts__button {
  opacity: 0;
  background-color: transparent !important;
  color: rgb(245, 169, 28) !important;
  font-family: "Punk Kid", cursive !important;
  font-size: 1.5rem !important;
  line-height: 150% !important;
  font-weight: 400 !important;
  transition: all 0.3s !important;
}
.instagram-posts__button.show {
  animation: fade-in-up 0.5s ease-out forwards;
}
@media screen and (max-width: 576px) {
  .instagram-posts__button {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1921px) {
  .instagram-posts__button {
    font-size: 1.25vw !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .instagram-posts__button:hover {
    transform: scale(1.1) !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }
}
.instagram-posts__button2 {
  opacity: 0;
}
.instagram-posts__button2.show {
  animation: fade-in-up 0.5s ease-out forwards;
}
.instagram-posts__button2 a {
  display: flex !important;
  align-items: center !important;
  font-family: "Punk Kid", cursive !important;
  font-size: 1.5rem !important;
  line-height: 150% !important;
  font-weight: 400 !important;
  transition: all 0.3s !important;
  background-color: transparent !important;
  color: rgb(245, 169, 28) !important;
}
.instagram-posts__button2 a:active {
  background-color: transparent !important;
  box-shadow: none !important;
}
.instagram-posts__button2 a:link {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media screen and (max-width: 576px) {
  .instagram-posts__button2 a {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1921px) {
  .instagram-posts__button2 a {
    font-size: 1.25vw !important;
  }
}
.instagram-posts__button2 a svg {
  width: 40px !important;
  height: 40px !important;
}
@media (hover: hover) and (pointer: fine) {
  .instagram-posts__button2 a:hover {
    transform: scale(1.1) !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }
}

.sbi {
  padding: 0px !important;
}

/*# sourceMappingURL=instagram-posts.css.map*/