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

.contact-secondary {
  z-index: 1;
  position: relative;
  margin-top: -15.625rem;
}
@media screen and (max-width: 576px) {
  .contact-secondary {
    margin-top: -8.75rem;
  }
}
@media screen and (min-width: 1921px) {
  .contact-secondary {
    margin-top: -13.02083vw;
  }
}
.contact-secondary__bg {
  position: absolute;
  background-image: url(3f0de1bd9ad8d60d1b99.svg);
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -6;
  width: 100%;
  height: 100%;
}
.contact-secondary__bg-over {
  position: absolute;
  background-image: url(a3e654d9d31a04806f7a.svg);
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -5;
  width: 100%;
  height: 100%;
}
.contact-secondary__container {
  padding: 17.9375rem 18.8125rem 13.1875rem 12.75rem;
}
@media screen and (max-width: 1600px) {
  .contact-secondary__container {
    padding: 15rem 15.625rem 10.9375rem 10.625rem;
  }
}
@media screen and (max-width: 1400px) {
  .contact-secondary__container {
    padding: 13.75rem 14.375rem 10rem 9.6875rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact-secondary__container {
    padding: 12.1875rem 10rem 8.75rem 6.25rem;
  }
}
@media screen and (max-width: 992px) {
  .contact-secondary__container {
    padding: 10.625rem 9.375rem 14.0625rem 5.625rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-secondary__container {
    padding: 9.375rem 8.4375rem 13.125rem 5rem;
  }
}
@media screen and (max-width: 576px) {
  .contact-secondary__container {
    padding: 8.125rem 2.5rem 12.1875rem 1.25rem;
  }
}
@media screen and (min-width: 1921px) {
  .contact-secondary__container {
    padding: 14.94792vw 15.67708vw 10.98958vw 10.625vw;
  }
}
.contact-secondary__title {
  opacity: 0;
  margin-bottom: 3.125rem;
  color: rgb(15, 15, 15);
}
@media screen and (max-width: 1600px) {
  .contact-secondary__title {
    margin-bottom: 2.6875rem;
  }
}
@media screen and (max-width: 1400px) {
  .contact-secondary__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact-secondary__title {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 992px) {
  .contact-secondary__title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-secondary__title {
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  .contact-secondary__title {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (min-width: 1921px) {
  .contact-secondary__title {
    margin-bottom: 2.60417vw;
  }
}
.contact-secondary__title.show {
  animation: fade-in-up 0.5s ease-out forwards;
}
.contact-secondary__subtitle {
  opacity: 0;
  color: rgb(255, 255, 255);
  margin-bottom: 1.5rem;
  margin-left: 7.5rem;
  transform: rotate(3.48deg);
  background-color: rgb(169, 41, 41);
  width: fit-content;
  text-wrap: nowrap;
  padding-inline: 0.625rem;
}
@media screen and (max-width: 1600px) {
  .contact-secondary__subtitle {
    margin-bottom: 1.25rem;
    margin-left: 6.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .contact-secondary__subtitle {
    margin-bottom: 1.125rem;
    margin-left: 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact-secondary__subtitle {
    margin-bottom: 1rem;
    margin-left: 5.375rem;
    text-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  .contact-secondary__subtitle {
    margin-bottom: 0.875rem;
    margin-left: 4.75rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-secondary__subtitle {
    margin-bottom: 0.75rem;
    margin-left: 4.125rem;
  }
}
@media screen and (max-width: 576px) {
  .contact-secondary__subtitle {
    margin-bottom: 0.625rem;
    margin-left: 3.625rem;
  }
}
@media screen and (min-width: 1921px) {
  .contact-secondary__subtitle {
    margin-bottom: 1.25vw;
    margin-left: 6.25vw;
  }
}
.contact-secondary__subtitle.show {
  animation: contact-subtitle-fade-in-up 0.5s ease-out forwards 0.2s;
}
.contact-secondary__mid-text {
  opacity: 0;
  flex: 1;
  display: block;
  color: rgb(255, 255, 255);
  transform: rotate(-5.85deg);
  background-color: rgb(169, 41, 41);
  padding-inline: 0.9375rem;
  width: fit-content;
  margin-bottom: 1.875rem;
  text-wrap: nowrap;
}
@media screen and (max-width: 576px) {
  .contact-secondary__mid-text {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1921px) {
  .contact-secondary__mid-text {
    margin-bottom: 1.5625vw;
  }
}
.contact-secondary__phone {
  opacity: 0;
  color: rgb(15, 15, 15);
  width: fit-content;
  display: inline-block;
  transform: rotate(-5.85deg) !important;
  text-wrap: nowrap;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .contact-secondary__phone:hover {
    transform: scaled(1.1) !important;
  }
}
.contact-secondary__form-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9rem;
}
@media screen and (max-width: 1600px) {
  .contact-secondary__form-container {
    gap: 7.8125rem;
  }
}
@media screen and (max-width: 1400px) {
  .contact-secondary__form-container {
    gap: 7rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact-secondary__form-container {
    gap: 6rem;
  }
}
@media screen and (max-width: 992px) {
  .contact-secondary__form-container {
    gap: 5.125rem;
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  .contact-secondary__form-container {
    gap: 4.375rem;
  }
}
@media screen and (max-width: 576px) {
  .contact-secondary__form-container {
    gap: 3.75rem;
  }
}
@media screen and (min-width: 1921px) {
  .contact-secondary__form-container {
    gap: 7.5vw;
  }
}
.contact-secondary__form-container.show .wpforms-container {
  animation: fade-in-up 0.6s ease-out forwards;
}
.contact-secondary__content-container {
  text-align: center;
}
.contact-secondary__content-container.show .contact-secondary__mid-text {
  animation: contact-phone-fade-in-up 0.5s ease-out forwards;
}
.contact-secondary__content-container.show .contact-secondary__phone {
  animation: contact-phone-fade-in-up 0.5s ease-out forwards 0.2s;
}
.contact-secondary__top-svg {
  opacity: 0;
  position: absolute;
  color: rgb(15, 15, 15);
  top: -9.375rem;
  right: 8.875rem;
  width: 9.9375rem;
  height: 37.875rem;
  z-index: -5;
}
@media screen and (max-width: 1600px) {
  .contact-secondary__top-svg {
    width: 9.6875rem;
    height: 36.9375rem;
    right: 3.125rem;
  }
}
@media screen and (max-width: 1400px) {
  .contact-secondary__top-svg {
    width: 9.25rem;
    height: 35.3125rem;
    right: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact-secondary__top-svg {
    width: 8.625rem;
    height: 28.125rem;
    top: -6.25rem;
    right: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  .contact-secondary__top-svg {
    width: 7.75rem;
    height: 25rem;
    top: -2.5rem;
    right: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-secondary__top-svg {
    width: 6.5625rem;
    height: 18.75rem;
    top: 0rem;
    right: 0rem;
  }
}
@media screen and (max-width: 576px) {
  .contact-secondary__top-svg {
    width: 5.1875rem;
    height: 15.625rem;
  }
}
@media screen and (min-width: 1921px) {
  .contact-secondary__top-svg {
    width: 8.28125vw;
    height: 31.5625vw;
    top: -3.8125vw;
    right: 7.39583vw;
  }
}
.contact-secondary__top-svg svg {
  width: 100%;
  height: 100%;
}
.contact-secondary__top-svg.show {
  animation: swing 1s ease-in-out forwards;
}
.contact-secondary__inputs-wrapper {
  display: flex;
  gap: 1.3125rem;
}
@media screen and (max-width: 576px) {
  .contact-secondary__inputs-wrapper {
    gap: 0.75rem;
    flex-direction: column;
  }
}
@media screen and (min-width: 1921px) {
  .contact-secondary__inputs-wrapper {
    gap: 1.09375vw;
  }
}

.submit-button {
  background: none !important;
  border: 0 !important;
  color: rgb(245, 169, 28) !important;
  font-family: "Punk Kid", cursive !important;
  font-size: 1.875rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  transition: all 0.4s !important;
}
@media screen and (min-width: 1921px) {
  .submit-button {
    font-size: 1.5625vw !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .submit-button:hover {
    transform: scale(1.1);
  }
}

.wpforms-container {
  opacity: 0;
  flex: 2 !important;
  width: 100% !important;
}
.wpforms-container label {
  color: rgb(15, 15, 15) !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  line-height: 120% !important;
}
@media screen and (min-width: 1921px) {
  .wpforms-container label {
    font-size: 1.14583vw !important;
  }
}
@media screen and (min-width: 1921px) {
  .wpforms-container input {
    height: 2.1875vw !important;
  }
}
@media screen and (min-width: 1921px) {
  .wpforms-container textarea {
    height: 8.20833vw !important;
  }
}

#wpforms-38-field_1-container,
#wpforms-38-field_2-container {
  flex: 1;
}

#wpforms-confirmation-38 p {
  color: rgb(255, 255, 255) !important;
  font-family: "Special Elite", cursive;
  font-size: 2.5rem;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  #wpforms-confirmation-38 p {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 1400px) {
  #wpforms-confirmation-38 p {
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 1200px) {
  #wpforms-confirmation-38 p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  #wpforms-confirmation-38 p {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  #wpforms-confirmation-38 p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 576px) {
  #wpforms-confirmation-38 p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1921px) {
  #wpforms-confirmation-38 p {
    font-size: 2.08333vw;
  }
}

#wpforms-confirmation-38 {
  background-color: rgb(169, 41, 41) !important;
  border: none !important;
}

/*# sourceMappingURL=contact-banner-secondary.css.map*/