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

.footer {
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
    gap: 1.875rem;
    text-align: center;
  }
}
.footer__background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(377982886aadf161096d.svg);
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  z-index: -100;
  width: 100%;
  height: 100%;
}
.footer--sm {
  padding: 18.75rem 7rem 2.625rem 6.5625rem;
  margin-top: -9.375rem;
}
@media screen and (max-width: 1600px) {
  .footer--sm {
    padding: 16.3125rem 6.0625rem 2.3125rem 5.6875rem;
    margin-top: -8.125rem;
  }
}
@media screen and (max-width: 1400px) {
  .footer--sm {
    padding: 14.5rem 5.375rem 2.0625rem 5.0625rem;
    margin-top: -7.3125rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer--sm {
    padding: 12.5rem 4.625rem 1.8125rem 4.375rem;
    margin-top: -7.5rem;
  }
}
@media screen and (max-width: 992px) {
  .footer--sm {
    padding: 12.5rem 4rem 1.5625rem 3.75rem;
    margin-top: -7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer--sm {
    padding: 11.25rem 3.4375rem 1.3125rem 3.1875rem;
    margin-top: -7.5rem;
  }
}
@media screen and (max-width: 576px) {
  .footer--sm {
    padding: 10rem 2.875rem 1.125rem 2.625rem;
    margin-top: -7.5rem;
  }
}
@media screen and (min-width: 1921px) {
  .footer--sm {
    padding: 15.625vw 5.83333vw 2.1875vw 5.46875vw;
    margin-top: -7.8125vw;
  }
}
.footer--md {
  padding: 0rem 7.25rem 3.625rem 7.3125rem;
}
@media screen and (max-width: 1600px) {
  .footer--md {
    padding: 16.3125rem 6.3125rem 3.125rem 6.375rem;
  }
}
@media screen and (max-width: 1400px) {
  .footer--md {
    padding: 0rem 5.5625rem 2.75rem 5.625rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer--md {
    padding: 0rem 4.8125rem 2.375rem 4.875rem;
  }
}
@media screen and (max-width: 992px) {
  .footer--md {
    padding: 0rem 4.125rem 2.0625rem 4.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .footer--md {
    padding: 0rem 3.5625rem 1.75rem 3.5625rem;
  }
}
@media screen and (max-width: 576px) {
  .footer--md {
    padding: 0rem 3rem 1.5rem 2.9375rem;
  }
}
@media screen and (min-width: 1921px) {
  .footer--md {
    padding: 0vw 6.04167vw 3.02083vw 6.09375vw;
  }
}
.footer--lg {
  padding: 31.25rem 5.5rem 4.3125rem 9.0625rem;
  margin-top: -21.875rem;
}
@media screen and (max-width: 1600px) {
  .footer--lg {
    padding: 26.3125rem 4.8125rem 3.75rem 7.875rem;
    margin-top: -18.75rem;
  }
}
@media screen and (max-width: 1400px) {
  .footer--lg {
    padding: 25rem 4.25rem 3.3125rem 6.9375rem;
    margin-top: -18.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer--lg {
    padding: 25rem 3.625rem 2.8125rem 5.9375rem;
    margin-top: -15.625rem;
  }
}
@media screen and (max-width: 992px) {
  .footer--lg {
    padding: 28.125rem 3.125rem 2.4375rem 5.125rem;
    margin-top: -18.75rem;
  }
}
@media screen and (max-width: 768px) {
  .footer--lg {
    padding: 34.375rem 2.6875rem 2.125rem 4.375rem;
    margin-top: -25rem;
  }
}
@media screen and (max-width: 576px) {
  .footer--lg {
    padding: 18.75rem 2.375rem 1.75rem 2.375rem;
    margin-top: -12.5rem;
  }
}
@media screen and (min-width: 1921px) {
  .footer--lg {
    padding: 26.04167vw 4.58333vw 3.59375vw 7.55208vw;
    margin-top: -18.22917vw;
  }
}
.footer--xl {
  padding: 18.75rem 7rem 8.25rem 7.5625rem;
  margin-top: -9.375rem;
}
@media screen and (max-width: 1600px) {
  .footer--xl {
    padding: 16.3125rem 6.0625rem 7.125rem 6.5625rem;
    margin-top: -8.125rem;
  }
}
@media screen and (max-width: 1400px) {
  .footer--xl {
    padding: 14.5rem 5.375rem 6.3125rem 5.8125rem;
    margin-top: -7.3125rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer--xl {
    padding: 12.5rem 4.625rem 5.4375rem 5rem;
    margin-top: -7.5rem;
  }
}
@media screen and (max-width: 992px) {
  .footer--xl {
    padding: 12.5rem 4rem 4.6875rem 4.3125rem;
    margin-top: -7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer--xl {
    padding: 11.25rem 3.4375rem 4rem 3.6875rem;
    margin-top: -7.5rem;
  }
}
@media screen and (max-width: 576px) {
  .footer--xl {
    padding: 10rem 2.875rem 3.3125rem 3.0625rem;
    margin-top: -7.5rem;
  }
}
@media screen and (min-width: 1921px) {
  .footer--xl {
    padding: 15.625vw 5.83333vw 6.875vw 6.30208vw;
    margin-top: -7.8125vw;
  }
}
.footer__logo {
  display: inline-block;
  width: 17rem;
  height: 17rem;
}
@media screen and (max-width: 1600px) {
  .footer__logo {
    width: 244px;
    height: 244px;
  }
}
@media screen and (max-width: 1400px) {
  .footer__logo {
    width: 218px;
    height: 218px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__logo {
    width: 192px;
    height: 192px;
  }
}
@media screen and (max-width: 992px) {
  .footer__logo {
    width: 166px;
    height: 166px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 576px) {
  .footer__logo {
    width: 114px;
    height: 114px;
  }
}
@media screen and (min-width: 1921px) {
  .footer__logo {
    width: 14.16667vw;
    height: 14.16667vw;
  }
}
.footer__logo svg {
  height: 100%;
  width: 100%;
}
.footer__socials-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__socials-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__socials-wrapper a:not(:first-child) {
  margin-left: 2.09375rem;
}
@media screen and (max-width: 576px) {
  .footer__socials-wrapper a:not(:first-child) {
    margin-left: 1.28125rem;
  }
}
@media screen and (min-width: 1921px) {
  .footer__socials-wrapper a:not(:first-child) {
    margin-left: 1.71875vw;
  }
}
.footer__social-img {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 576px) {
  .footer__social-img {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1921px) {
  .footer__social-img {
    width: 2.08333vw;
    height: 2.08333vw;
  }
}
.footer__column li {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1921px) {
  .footer__column li {
    margin-bottom: 0.83333vw;
  }
}
.footer__column-link {
  color: rgb(255, 255, 255);
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .footer__column-link:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
.footer__column-title {
  color: rgb(255, 255, 255);
  margin-bottom: 1rem;
}
.footer--relative {
  position: relative;
}
.footer--absolute {
  position: absolute;
}

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