/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
.switcher-panel {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: opacity 1.5s ease, with 0s ease 1.5s;
}
.switcher-panel.active {
  opacity: 1;
  width: auto;
  height: auto;
}
@media screen and (max-width: 781px) {
  .switcher-panel {
    display: none;
  }
}

@media screen and (min-width: 781px) {
  .hide-above-781 {
    display: none;
  }
}

.stack3d {
  transform-style: preserve-3d;
  transform: perspective(1000px);
  bottom: -40px;
}
.stack3d > *:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.stack3d > *:nth-child(1) {
  transform: translateZ(-40px);
}
.stack3d > *:nth-child(2) {
  transform: translateZ(20px);
}
.stack3d > *:nth-child(3) {
  transform: translateZ(40px);
}
.stack3d > *:nth-child(4) {
  transform: translateZ(60px);
}
.stack3d > *:nth-child(5) {
  transform: translateZ(80px);
}
.stack3d > *:nth-child(6) {
  transform: translateZ(100px);
}
.stack3d .axil-icon-box {
  pointer-events: none;
}
.stack3d .axil-icon-box > * {
  pointer-events: all;
}
.stack3d .axil-icon-box > .tilt-box {
  min-width: 8rem;
}
.stack3d .axil-icon-box + .axil-icon-box {
  top: 40%;
}
.stack3d .axil-icon-box + .axil-icon-box + .axil-icon-box {
  top: 70%;
}

#contact-form form.wpcf7-form {
  font-family: var(--font-lato);
}
#contact-form form.wpcf7-form p {
  display: flex;
  width: 100%;
  flex-wrap: wrap; /* Add this to allow items to wrap when needed */
  gap: 1rem;
}
#contact-form form.wpcf7-form p label {
  margin-bottom: -0.5rem;
  font-weight: 900;
  font-size: 1.5rem;
  width: 100%;
  flex: 1;
}
#contact-form form.wpcf7-form p span {
  display: flex;
  flex-grow: 1;
  min-width: 0; /* This ensures spans can shrink below content size */
  width: 0; /* This helps with equal distribution and prevents overflow */
  gap: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
#contact-form form.wpcf7-form p span input:not(input[type=submit]), #contact-form form.wpcf7-form p span textarea {
  width: 100%;
  font-size: var(--wp--preset--font-size--medium) !important;
  line-height: 2em;
  font-family: var(--font-lato);
  padding: 0.5rem;
  outline: unset;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  border: 1px solid #dddddd;
  padding-left: 1.25rem;
  transition: box-shadow 0.25s ease;
}
#contact-form form.wpcf7-form p span input:not(input[type=submit]):focus, #contact-form form.wpcf7-form p span textarea:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#contact-form form.wpcf7-form p span textarea {
  padding-top: 1rem;
  resize: none;
  margin-bottom: 1rem;
}
#contact-form form.wpcf7-form p input[type=submit] {
  width: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#contact-form form.wpcf7-form p input[type=submit]:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#contact-form form.wpcf7-form p .wp-block-button__link:hover {
  background-color: rgb(43.6086956522, 77.8043478261, 251.8913043478) !important;
}

.wpcf7 {
  max-width: 950px;
}
.wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7 input[type=submit], .wpcf7 button.cf7mls_back.action-button, .wpcf7 button.cf7mls_next {
  background-color: var(--wp--preset--color--accent-3);
  border-width: 0;
  color: var(--wp--preset--color--base);
  font-family: inherit;
  font-size: clamp(0.907rem, 0.907rem + (1vw - 0.2rem) * 0.697, 1.36rem);
  line-height: inherit;
  padding-top: 1rem !important;
  padding-right: 2.25rem !important;
  padding-bottom: 1rem !important;
  padding-left: 2.25rem !important;
  text-decoration: none;
  border-radius: 3rem !important;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.wpcf7 input[type=submit]:hover, .wpcf7 button.cf7mls_back.action-button:hover, .wpcf7 button.cf7mls_next:hover {
  cursor: pointer;
}
.wpcf7 input[type=submit] {
  margin-top: unset !important;
  margin-bottom: unset !important;
}

fieldset.fieldset-cf7mls {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
fieldset.fieldset-cf7mls:last-child {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
fieldset.fieldset-cf7mls .wpcf7-spinner {
  display: none;
}

body .challenges-form p:empty {
  display: none;
}
body .challenges-form p {
  margin-block-start: 0 !important;
}
body .challenges-form.is-layout-constrained {
  max-width: unset;
}
body .challenges-form.is-layout-constrained > * {
  max-width: unset;
}
body .challenges-form .no-website-checkbox .wpcf7-checkbox .wpcf7-list-item {
  flex-basis: 100%;
}
body .challenges-form .two-column-fields {
  display: flex;
  gap: 2rem;
}
body .challenges-form label {
  margin-bottom: -0.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  width: 100%;
  flex: 1;
}
body .challenges-form input:not(input[type=submit]), body .challenges-form textarea {
  width: 100%;
  font-size: var(--wp--preset--font-size--medium) !important;
  line-height: 2em;
  font-family: var(--font-lato);
  padding: 0.5rem;
  outline: unset;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  border: 1px solid var(--wp--preset--color--contrast);
  background-color: #fff;
  padding-left: 1.25rem;
  transition: box-shadow 0.25s ease;
  transition: all 0.25s ease;
}
body .challenges-form input:not(input[type=submit]):focus, body .challenges-form textarea:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #FCFCF8;
}
body .challenges-form p input[type=submit] {
  margin-left: auto;
  margin-right: 0;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  color: #fff;
  background-color: var(--wp--preset--color--accent-5);
  border-radius: 20px !important;
}
body .challenges-form p input[type=submit]:hover {
  background-color: var(--wp--preset--color--accent-3);
}
body .challenges-form textarea {
  padding-top: 1rem;
  resize: none;
  margin-bottom: 1rem;
  max-height: 200px;
}
body .challenges-form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 5.5rem;
}
@media screen and (min-width: 1024px) {
  body .challenges-form .wpcf7-checkbox {
    flex-direction: row;
  }
}
body .challenges-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  body .challenges-form .wpcf7-checkbox .wpcf7-list-item {
    flex-basis: calc(50% - 3.75rem);
  }
}
body .challenges-form .wpcf7-checkbox .wpcf7-list-item-label {
  transition: color 0.5s ease;
}
@media screen and (max-width: 1024px) {
  body .challenges-form .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 1.25rem;
  }
}
body .challenges-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
body .challenges-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + span.wpcf7-list-item-label {
  color: #FF6880;
}
body .challenges-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span {
  padding-left: 2.75rem;
  display: block;
  position: relative;
  top: -2rem;
}
body .challenges-form .text-label {
  display: inline-block;
  margin-bottom: 0.75rem;
}

body .partners-form p:empty {
  display: none;
}
body .partners-form p {
  margin-block-start: 0 !important;
}
body .partners-form.is-layout-constrained {
  max-width: unset;
}
body .partners-form.is-layout-constrained > * {
  max-width: unset;
}
body .partners-form .no-website-checkbox .wpcf7-checkbox .wpcf7-list-item {
  flex-basis: 100%;
}
body .partners-form .two-column-fields {
  display: flex;
  gap: 2rem;
}
body .partners-form label {
  margin-bottom: -0.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  width: 100%;
  flex: 1;
}
body .partners-form input:not(input[type=submit]), body .partners-form textarea, body .partners-form select {
  width: 100%;
  font-size: var(--wp--preset--font-size--medium) !important;
  line-height: 2em;
  font-family: var(--font-lato);
  padding: 0.5rem;
  outline: unset;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  border: 1px solid var(--wp--preset--color--contrast);
  background-color: #fff;
  padding-left: 1.25rem;
  transition: box-shadow 0.25s ease;
  transition: all 0.25s ease;
}
body .partners-form input:not(input[type=submit]):focus, body .partners-form textarea:focus, body .partners-form select:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #FCFCF8;
}
body .partners-form select {
  height: 4rem;
}
body .partners-form p input[type=submit] {
  margin-left: auto;
  margin-right: 0;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  color: #fff;
  background-color: var(--wp--preset--color--accent-5);
  border-radius: 20px !important;
}
body .partners-form p input[type=submit]:hover {
  background-color: var(--wp--preset--color--accent-3);
}
body .partners-form textarea {
  padding-top: 1rem;
  resize: none;
  margin-bottom: 1rem;
  max-height: 200px;
}
body .partners-form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  body .partners-form .wpcf7-checkbox {
    flex-direction: row;
  }
}
body .partners-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  body .partners-form .wpcf7-checkbox .wpcf7-list-item {
    flex-basis: 33.33%;
  }
}
body .partners-form .wpcf7-checkbox .wpcf7-list-item-label {
  transition: color 0.5s ease;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  body .partners-form .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 1.25rem;
  }
}
body .partners-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
body .partners-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + span.wpcf7-list-item-label {
  color: #FF6880;
}
body .partners-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span {
  padding-left: 2.75rem;
  display: block;
  position: relative;
  top: -1.66rem;
}
body .partners-form .text-label {
  display: inline-block;
  margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
  [data-tilt] {
    transform: inherit !important;
  }
}
.axil-columns {
  justify-content: space-between;
}

.axil-service {
  margin-top: 60px;
  position: relative;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .axil-service {
    margin-top: 30px;
    background: #f7f7f7;
  }
}
.axil-service:hover {
  background: transparent;
}
.axil-service:hover::after {
  opacity: 1;
}
.axil-service::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 1rem;
  left: -1rem;
  border: 4px solid var(--wp--preset--color--contrast);
  position: absolute;
  opacity: 0.25;
  z-index: -3;
  transition: opacity 0.2s ease-in-out;
  border-radius: 2px;
  transform: translateZ(-100px);
  filter: blur(0.5px);
  transition: all 0.1s ease-in-out;
}
.axil-service.red-border:hover::after {
  border-color: rgb(255, 53, 85.1059602649);
}
.axil-service.green-border:hover::after {
  border-color: rgb(57.7327586207, 123.2672413793, 115.4655172414);
}
.axil-service.lavender-border:hover::after {
  border-color: rgb(68.7391304348, 98.8695652174, 252.2608695652);
}
.axil-service.indigo-border:hover::after {
  border-color: rgb(39.9420289855, 39.9420289855, 116.0579710145);
}
.axil-service::before {
  width: 92%;
  height: 92%;
  left: -20px;
  bottom: -20px;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
  opacity: 1;
  transition: all 0.7s;
}
@media only screen and (max-width: 767px) {
  .axil-service::before {
    display: none;
  }
}
.axil-service .icon-container {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 60px;
  aspect-ratio: 1;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  transform: translateZ(50px);
}
.axil-service.axil-service--blog .inner {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 50px;
  position: relative;
  background-color: #ffffff;
}
.axil-service.axil-service--blog .inner > *:not(.wp-block-post-featured-image) {
  padding: 0 2.5rem;
}
.axil-service.axil-service--blog .inner h2 > a {
  color: var(--wp--preset--color--contrast);
}
.axil-service.axil-service--blog .inner a.wp-block-post-excerpt__more-link {
  background-color: #778DFD;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
}
.axil-service.axil-service--blog .inner a.wp-block-post-excerpt__more-link:hover {
  background-color: #35359A;
}
.axil-service .inner {
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .axil-service .inner {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .axil-service .inner {
    padding: 34px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .axil-service .inner {
    padding: 25px 15px;
  }
}
.axil-service .inner::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: perspective(500px) rotateY(-5deg);
  transform: perspective(500px) rotateY(-5deg);
  opacity: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .axil-service .inner::after {
    background: #f7f7f7;
    transform: perspective(0) rotateY(0deg);
  }
}
.axil-service .inner::before {
  -webkit-transform: perspective(500px) rotateY(-5deg);
  transform: perspective(500px) rotateY(-5deg);
  position: absolute;
  width: calc(100% - 5px);
  height: calc(100% - 10px);
  top: 32px;
  content: "";
  border: 4px solid #000345;
  z-index: -1;
  right: 32px;
  transition: all 0.4s;
  opacity: 1;
  visibility: hidden;
  box-shadow: 0 0 1px transparent;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .axil-service .inner::before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .axil-service .inner::before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .axil-service .inner::before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    display: none;
  }
}

.tilt-box.wp-block-group {
  max-width: 12rem;
  padding: 1.5rem 1rem;
  opacity: 0;
  transform: translateY(100%) scale(0.5);
  position: relative;
  transition: all 0.6s ease-in-out;
  will-change: opacity transform;
}
.tilt-box.wp-block-group:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0.5rem;
  display: block;
  box-shadow: 0px 0px 24px rgba(33, 25, 79, 0.1);
}
.tilt-box.wp-block-group::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 1rem;
  left: -1rem;
  border: 3px solid var(--wp--preset--color--contrast);
  position: absolute;
  opacity: 0;
  z-index: -99;
  transition: opacity 0.2s ease-in-out;
  border-radius: 2px;
  transform: translateZ(-100px);
  filter: blur(0.5px);
}
.tilt-box.wp-block-group.red-border:hover::after {
  border-color: rgb(255, 53, 85.1059602649);
}
.tilt-box.wp-block-group.green-border:hover::after {
  border-color: rgb(57.7327586207, 123.2672413793, 115.4655172414);
}
.tilt-box.wp-block-group.lavender-border:hover::after {
  border-color: rgb(68.7391304348, 98.8695652174, 252.2608695652);
}
.tilt-box.wp-block-group.indigo-border:hover::after {
  border-color: rgb(39.9420289855, 39.9420289855, 116.0579710145);
}
.tilt-box.wp-block-group:hover::after {
  opacity: 1;
}
.tilt-box.wp-block-group img {
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .tilt-box.wp-block-group > .wp-block-heading.has-small-font-size {
    font-size: 0.7rem !important;
  }
}
.tilt-box.wp-block-group:hover:before {
  box-shadow: 0px 0px 24px rgba(33, 25, 79, 0.25);
}
.tilt-box.wp-block-group:hover img {
  transform: scale(1.15);
}

.wp-block-group.in-view {
  opacity: 1;
  transform: translateY(0%) scale(1);
}
.wp-block-group.in-view--delay-100 {
  transition-delay: 0.2s;
}
.wp-block-group.in-view--delay-200 {
  transition-delay: 0.4s;
}
.wp-block-group.in-view--delay-300 {
  transition-delay: 0.6s;
}
.wp-block-group.in-view--delay-400 {
  transition-delay: 0.8s;
}
.wp-block-group.in-view--delay-500 {
  transition-delay: 1s;
}

.wp-block-group.scale-start {
  transform: translateY(0%) scale(1.5) rotateX(18deg) rotateY(-14deg);
  transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition-delay: 0.25s;
}
.wp-block-group.scale-start.in-view {
  transform: translateY(0%) scale(1) rotateX(-9deg) rotateY(7deg);
}

/* Utility Classes */
.hide-on-mobile {
  display: none;
}

.show-on-mobile {
  display: block;
}

@media (min-width: 768px) {
  .hide-on-mobile {
    display: block;
  }
  .show-on-mobile {
    display: none;
  }
}
/* Default in-view styles */
[data-scroll-class=in-view] {
  opacity: 0;
  transform: translateY(20px);
}

.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-out;
}

/* Custom animation classes */
[data-scroll-class=fade-in] {
  opacity: 0;
}

[data-scroll-class=fade-in].fade-in {
  opacity: 1;
  transition: opacity 1s ease-out !important;
}

[data-scroll-class=animate-up] {
  opacity: 0;
  transform: translateY(6rem);
}

[data-scroll-class=animate-up].animate-up {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.75s ease !important;
}

[data-scroll-class=slide-left] {
  opacity: 0;
  transform: translateX(-6rem);
}

[data-scroll-class=slide-left].slide-left {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease-out;
}

[data-scroll-speed] {
  will-change: transform;
  transition: transform 0.2s ease;
}

.hero-vertical-video.wp-block-video {
  position: absolute;
  width: 519px;
  height: auto;
  top: 30px;
  left: 0px;
  transform: perspective(3000px) rotateX(16deg) rotateY(-43deg) rotateZ(12deg) scale(1);
  border-radius: 4rem;
  overflow: hidden;
  z-index: 0;
}

/*# sourceMappingURL=main.min.css.map*/