/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/calendar/calendar.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;
}

.calendar {
  background-image: url(377982886aadf161096d.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  display: flex;
  position: relative;
  width: 100%;
  margin-top: -16.25rem;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .calendar {
    flex-direction: column;
    margin-top: -9.375rem;
  }
}
@media screen and (max-width: 576px) {
  .calendar {
    flex-direction: column;
    margin-top: -4.375rem;
  }
}
@media screen and (min-width: 1921px) {
  .calendar {
    margin-top: -13.54167vw;
  }
}
.calendar__left-side {
  flex: 1;
  position: relative;
  background-color: rgb(245, 169, 28);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 75% 0%, 100% 100%, 0% 100%);
  padding: 25rem 10rem 23.75rem 5.625rem;
}
@media screen and (max-width: 1600px) {
  .calendar__left-side {
    padding: 20.625rem 8.125rem 19.6875rem 4.4375rem;
  }
}
@media screen and (max-width: 1400px) {
  .calendar__left-side {
    padding: 17.5rem 7.1875rem 16.6875rem 4.0625rem;
  }
}
@media screen and (max-width: 1200px) {
  .calendar__left-side {
    padding: 15rem 6.125rem 14.25rem 3.4375rem;
  }
}
@media screen and (max-width: 992px) {
  .calendar__left-side {
    padding: 12.5rem 5.125rem 9.375rem 2.875rem;
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
  }
}
@media screen and (max-width: 768px) {
  .calendar__left-side {
    padding: 10.625rem 4.125rem 8.125rem 2.3125rem;
  }
}
@media screen and (max-width: 576px) {
  .calendar__left-side {
    padding: 6.25rem 3.125rem 5.625rem 1.75rem;
  }
}
@media screen and (min-width: 1921px) {
  .calendar__left-side {
    padding: 20.83333vw 8.33333vw 19.79167vw 4.6875vw;
  }
}
.calendar__left-dirty-bg {
  position: absolute;
  background-image: url(c5a1eb6199fc5829e191.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  width: 140%;
  height: 130%;
}
@media screen and (max-width: 992px) {
  .calendar__left-dirty-bg {
    background-position: center;
  }
}
.calendar__title {
  color: rgb(244, 244, 244);
  opacity: 0;
}
.calendar__title.show {
  animation: enter-left 0.5s ease-out forwards;
}
.calendar__column {
  opacity: 0;
}
.calendar__column.show {
  animation: fade-in-up 0.5s ease-out forwards;
}
.calendar__right-side {
  flex: 2;
  position: relative;
  display: grid;
  justify-items: center;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 5.9375rem;
  padding: 18.75rem 3.125rem 25rem 3.125rem;
}
@media screen and (max-width: 1600px) {
  .calendar__right-side {
    gap: 4.6875rem;
  }
}
@media screen and (max-width: 1400px) {
  .calendar__right-side {
    gap: 4.6875rem;
    padding: 18.75rem 3.125rem 12.5rem 3.125rem;
  }
}
@media screen and (max-width: 1200px) {
  .calendar__right-side {
    gap: 4.0625rem;
  }
}
@media screen and (max-width: 992px) {
  .calendar__right-side {
    gap: 3.4375rem;
    padding: 5rem 1.875rem 12.5rem 1.875rem;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .calendar__right-side {
    gap: 2.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .calendar__right-side {
    gap: 2.1875rem;
    padding: 2.5rem 1.875rem 15.625rem 1.875rem;
  }
}
@media screen and (min-width: 1921px) {
  .calendar__right-side {
    gap: 5.20833vw;
    grid-template-columns: repeat(auto-fit, minmax(10.41667vw, 1fr));
    padding: 15.625vw 2.60417vw 20.83333vw 2.60417vw;
  }
}
.calendar__column-title {
  color: rgb(244, 244, 244);
  margin-bottom: 4.3125rem;
}
@media screen and (max-width: 1600px) {
  .calendar__column-title {
    margin-bottom: 2.75rem;
  }
}
@media screen and (max-width: 1400px) {
  .calendar__column-title {
    margin-bottom: 2.4375rem;
  }
}
@media screen and (min-width: 1921px) {
  .calendar__column-title {
    margin-bottom: 2.55208vw;
  }
}
.calendar__column:nth-of-type(1) .calendar__column-title {
  color: rgb(244, 244, 244);
  transform: rotate(13.4deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(2) .calendar__column-title {
  color: rgb(244, 244, 244);
  transform: rotate(-16deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(3) .calendar__column-title {
  color: rgb(244, 244, 244);
  transform: rotate(5.44deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(4) .calendar__column-title {
  color: rgb(244, 244, 244);
  transform: rotate(-16.98deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(5) .calendar__column-title {
  transform: rotate(13.4deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(6) .calendar__column-title {
  transform: rotate(-16deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(7) .calendar__column-title {
  transform: rotate(13.4deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(8) .calendar__column-title {
  transform: rotate(-16deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(9) .calendar__column-title {
  transform: rotate(13.4deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(10) .calendar__column-title {
  transform: rotate(-16deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(11) .calendar__column-title {
  transform: rotate(13.4deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(12) .calendar__column-title {
  transform: rotate(-16deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(13) .calendar__column-title {
  transform: rotate(13.4deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(14) .calendar__column-title {
  transform: rotate(-16deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(15) .calendar__column-title {
  transform: rotate(13.4deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(16) .calendar__column-title {
  transform: rotate(-16deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(17) .calendar__column-title {
  transform: rotate(13.4deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(18) .calendar__column-title {
  transform: rotate(-16deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(19) .calendar__column-title {
  transform: rotate(13.4deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column:nth-of-type(20) .calendar__column-title {
  transform: rotate(-16deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
}
.calendar__column-text p {
  margin-bottom: 1rem;
}
.calendar__column:nth-of-type(even) .calendar__column-text {
  color: rgb(245, 169, 28);
}
.calendar__column:nth-of-type(odd) .calendar__column-text {
  color: rgb(244, 244, 244);
}

/*# sourceMappingURL=calendar.css.map*/