body {
  max-width: 100%;
  overflow-x: hidden;
}

.hide-mvp {
  display: none;
}

.website-learn-pro-group h1 span,
.website-learn-pro-group h2 span,
.website-learn-pro-group h3 span {
  color: #EFBD47;
}

.website-xvr h1 span,
.website-xvr h2 span,
.website-xvr h3 span {
  color: #FF5800;
}

.website-pdrpro h1 span,
.website-pdrpro h2 span,
.website-pdrpro h3 span {
  color: #00A1DE;
}

.website-learnpro h1 span,
.website-learnpro h2 span,
.website-learnpro h3 span {
  color: #824BB0;
}

.lined-sm-text {
  padding-left: 55px;
}
.lined-sm-text:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 40%;
  transform: translateY(-50%, -50%);
  background: #C59217;
  width: 28px;
  height: 3px;
}

.line-top,
.line-bottom {
  position: relative;
}

.line-top:before,
.line-bottom:before {
  content: "";
  height: 1px;
  width: calc(100vw - 60px);
  max-width: 1225px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background: #a2b1ba;
}

.website-pdrpro .line-top:before,
.website-pdrpro .line-bottom:before {
  background: rgba(84, 164, 206, 0.3);
}

.website-xvr .line-top:before,
.website-xvr .line-bottom:before {
  background: rgba(212, 111, 68, 0.5);
}

.line-bottom:before {
  bottom: 0px;
  top: 100%;
}

.website-learn-pro-group .lined-sm-text:before {
  background: #C59217;
}

.website-xvr .lined-sm-text:before {
  background: #fff;
}

.website-pdrpro .lined-sm-text:before {
  background: #00A1DE;
}

.website-learnpro .lined-sm-text:before {
  background: #824BB0;
}

.w-button,
.y-button,
.p-button,
.o-button,
.db-button,
.b-button,
.t-button {
  z-index: 1;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.w-button:before,
.y-button:before,
.p-button:before,
.o-button:before,
.db-button:before,
.b-button:before,
.t-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transform: skew(-12deg);
  border-radius: 5px;
}

.y-button:before {
  background-color: #EFBD47;
}

.p-button:before {
  background-color: #824BB0;
}

.b-button:before {
  background-color: #00A1DE;
}

.o-button:before {
  background-color: #FF5800;
}

.t-button:before {
  background-color: transparent;
  border: 1px solid #fcf0e1;
}
.t-button a {
  color: #fff !important;
}

.db-button:before {
  background-color: #3c4e58;
}

.imgScale {
  overflow: hidden;
  border-radius: 5px 5px 5px 5px;
}
.imgScale img {
  transition: all 500ms ease-in-out;
}
.imgScale:hover img {
  transform: scale(1.04);
  transition: all 500ms ease-in-out;
}

.website-learn-pro-group .sector-block {
  transition: all 500ms ease-in-out;
}
.website-learn-pro-group .sector-block:hover {
  transform: scale(1.04);
  transition: all 500ms ease-in-out;
}
.website-learn-pro-group .sector-block:hover a,
.website-learn-pro-group .sector-block:hover p {
  color: #fff !important;
}
.website-learn-pro-group .sector-block:hover h3 a {
  color: #EFBD47 !important;
}
.website-learn-pro-group .sector-block:hover .elementor-icon svg {
  filter: invert(1) !important;
}
.website-learn-pro-group .offering-block h4 span {
  color: #C59217;
}

.website-pdrpro .sector-block {
  transition: all 500ms ease-in-out;
}
.website-pdrpro .sector-block:hover {
  transform: scale(1.04);
  transition: all 500ms ease-in-out;
}
.website-pdrpro .sector-block:hover a,
.website-pdrpro .sector-block:hover p {
  color: #fff !important;
}
.website-pdrpro .sector-block:hover h3 a {
  color: #fff !important;
}
.website-pdrpro .sector-block:hover .elementor-icon svg {
  filter: invert(1) !important;
}
.website-pdrpro .sector-block:hover .elementor-button-icon svg {
  filter: brightness(0) invert(1) !important;
}

.elementor-button {
  transition: all 500ms ease-in-out;
}
.elementor-button svg {
  width: 10px;
  transition: all 500ms ease-in-out;
}
.elementor-button:hover {
  transition: all 500ms ease-in-out;
  transform: scale(1.04);
}

.cta-block:hover .overlay-img {
  transform: scale(1.04);
  transition: all 500ms ease-in-out;
}
.cta-block .overlay-img {
  transition: all 500ms ease-in-out;
}

.arrow-link {
  position: relative;
  margin: 20px 0;
}
.arrow-link a {
  color: #242f3c;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 500ms ease-in-out;
}
.arrow-link a:after {
  content: url(/wp-content/uploads/2024/08/button-arrow.svg);
  margin-left: 20px;
  transition: all 500ms ease-in-out;
  display: inline-block;
}
.arrow-link a:hover:after {
  transition: all 500ms ease-in-out;
  transform: rotate(35deg);
}

.single-post .wp-block-columns-is-layout-flex {
  padding: 20px 0 0 0;
}
.single-post img {
  border-radius: 2px;
}

.scale-small {
  transition: all 500ms ease-in-out;
}
.scale-small:hover {
  transition: all 500ms ease-in-out;
  transform: scale(1.1);
}

.scale-mini {
  transition: all 500ms ease-in-out;
}
.scale-mini:hover {
  transition: all 500ms ease-in-out;
  transform: scale(1.04);
}

.colour-boxes:hover .moveright {
  transform: translateX(5px);
  transition: all 500ms ease-in-out;
}

.letterspace-anim span {
  animation: letterspace 8s linear;
  animation-timeline: view(50px);
}

@media (max-width: 1600px) {
  .nobr br {
    content: "";
  }
  .nobr br:before {
    content: " ";
  }
}
@media (max-width: 767px) {
  .letterspace-anim span {
    animation: unset !important;
    animation-timeline: view(50px);
  }
  .square-img img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@keyframes letterspace {
  0% {
    letter-spacing: 9px;
  }
  30% {
    letter-spacing: 6px;
  }
  80% {
    letter-spacing: 3.2px;
  }
}
.gform_required_legend {
  display: none;
}

.gform-theme--foundation .gform_fields {
  row-gap: 30px;
}

.gchoice {
  display: flex !important;
  gap: 20px !important;
  align-items: flex-start !important;
  margin-top: 15px !important;
}
.gchoice .gfield-choice-input {
  width: 15px !important;
  height: 15px !important;
}
.gchoice .gform-field-label {
  margin-top: -3px !important;
  color: rgba(44, 62, 75, 0.5) !important;
  font-family: "Raleway" !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 125% !important;
  /* 17.5px */
}

.gform-field-label {
  margin: 20px 0 20px 0 !important;
  color: #394A58;
  font-family: "Raleway" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal;
  letter-spacing: -0.36px;
}

.gfield input.large,
.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  border-radius: 5px !important;
  background: #f1f3f5;
  border: none;
  padding: 15px;
}

.gfield textarea.small,
.gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 100px;
  border-radius: 5px;
  background: #f1f3f5 !important;
  border: none;
}

.forms-dark-background .gfield input.large,
.forms-dark-background .gfield select.large {
  background: #fff !important;
}

.gform_footer {
  position: relative;
  display: flex !important;
  justify-content: flex-end;
}
.gform_footer .gform_button {
  position: relative;
  padding: 15px 55px 15px 20px !important;
  color: #000;
  font-family: "Raleway" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 500ms ease-in-out;
}
.gform_footer .gform_button:hover {
  background-color: #fff !important;
  transform: scale(1.04);
  transition: all 500ms ease-in-out;
}
.gform_footer img {
  width: 10px;
  z-index: 999;
  vertical-align: middle;
  position: absolute;
  transition: all 500ms ease-in-out;
  right: 15px;
  top: 33px;
  transition: all 500ms ease-in-out;
}
.gform_footer:hover img {
  transition: all 500ms ease-in-out;
}

.gform_wrapper .gform_footer {
  height: 45px;
  width: 150px;
  margin-top: 35px;
  backface-visibility: hidden;
  position: relative;
  padding: 20px 43px 20px 23px;
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 5px;
  margin-left: auto;
}
.gform_wrapper .gform_footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #394A58;
  transform: skew(-12deg);
  border-radius: 5px;
}
.gform_wrapper .gform_footer:hover:before {
  background-color: #EFBD47 !important;
}
.gform_wrapper .gform_footer img {
  position: absolute;
  top: 18px;
  right: 30px;
}
.gform_wrapper .gform_footer .gform_button {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  font-family: "Raleway" !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  margin-bottom: 0px;
  border: none;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: transparent !important;
  color: #394A58;
}

.form-yellow-button .gform_button {
  background-color: transparent !important;
  width: 100%;
  color: #394A58 !important;
  font-family: "Raleway" !important;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 120%;
  border: none !important;
  backface-visibility: hidden;
  margin: 0px;
}
.form-yellow-button .gform_button:hover {
  background-color: transparent !important;
}

.gform_wrapper .gform_footer img {
  filter: brightness(0) invert(1);
}
.gform_wrapper .gform_footer:hover img {
  filter: brightness(1) invert(0);
}

.form-yellow-button_wrapper .gform_footer {
  margin-top: 35px;
  width: 140px;
}
.form-yellow-button_wrapper .gform_footer img {
  filter: brightness(1) invert(0);
}
.form-yellow-button_wrapper .gform_footer:before {
  background-color: #EFBD47;
}
.form-yellow-button_wrapper .gform_footer:hover:before {
  background-color: #C59217 !important;
}

.website-xvr #gform_1 .gform_footer {
  margin-top: 35px;
  width: 140px;
}
.website-xvr #gform_1 .gform_footer:before {
  background-color: #FF5800;
}
.website-xvr #gform_1 .gform_footer:hover:before {
  background-color: #FF7933 !important;
}
.website-xvr #gform_1 .gform_footer:hover img {
  filter: brightness(0) invert(1) !important;
}
.website-xvr #gform_1 .gform_footer #gform_submit_button_1:hover {
  background-color: transparent !important;
  color: #fff;
}
.website-xvr #gform_2 .gform_footer {
  margin-top: 35px;
  width: 140px;
}
.website-xvr #gform_2 .gform_footer:before {
  background-color: #fff;
}
.website-xvr #gform_2 .gform_footer img {
  content: url(/wp-content/uploads/sites/3/2024/10/orange-arrow.svg);
}
.website-xvr #gform_2 .gform_footer:hover img {
  filter: brightness(1) invert(0) !important;
}
.website-xvr #gform_2 .gform_footer:hover #gform_submit_button_2 {
  color: #FF5800 !important;
}
.website-xvr #gform_2 .gform_footer:hover:before {
  background-color: #fff !important;
}
.website-xvr #gform_2 .gform_footer #gform_submit_button_2 {
  color: #FF5800;
  font-weight: 500;
}
.website-xvr #gform_2 .gform_footer #gform_submit_button_2:hover {
  background-color: transparent !important;
}
.website-xvr #gform_3 .gfield select.large {
  padding: 8px 20px;
}
.website-xvr #gform_3 .gform_footer:before {
  background-color: #FF5800;
}
.website-xvr #gform_3 .gform_footer:hover:before {
  background-color: #FF7933 !important;
}
.website-xvr #gform_3 .gform_footer:hover img {
  filter: brightness(0) invert(1) !important;
}
.website-xvr #gform_3 .gform_footer #gform_submit_button_3:hover {
  background-color: transparent !important;
  color: #fff;
}

.website-pdrpro #gform_1 .gform_footer {
  margin-top: 35px;
  width: 140px;
}
.website-pdrpro #gform_1 .gform_footer:before {
  background-color: #00A1DE;
}
.website-pdrpro #gform_1 .gform_footer:hover:before {
  background-color: #00A1DE !important;
}
.website-pdrpro #gform_1 .gform_footer:hover img {
  filter: brightness(0) invert(1) !important;
}
.website-pdrpro #gform_1 .gform_footer #gform_submit_button_1:hover {
  background-color: transparent !important;
  color: #fff;
}
.website-pdrpro #gform_2 .gform_footer {
  margin-top: 35px;
  width: 140px;
}
.website-pdrpro #gform_2 .gform_footer:before {
  background-color: #fff;
}
.website-pdrpro #gform_2 .gform_footer img {
  content: url(/wp-content/uploads/sites/4/2024/10/blue-arrow.svg);
}
.website-pdrpro #gform_2 .gform_footer:hover img {
  filter: brightness(1) invert(0) !important;
}
.website-pdrpro #gform_2 .gform_footer:hover #gform_submit_button_2 {
  color: #00A1DE !important;
}
.website-pdrpro #gform_2 .gform_footer:hover:before {
  background-color: #fff !important;
}
.website-pdrpro #gform_2 .gform_footer #gform_submit_button_2 {
  color: #00A1DE;
  font-weight: 500;
}
.website-pdrpro #gform_2 .gform_footer #gform_submit_button_2:hover {
  background-color: transparent !important;
}

.website-learnpro #gform_1 .gform_footer {
  margin-top: 35px;
  width: 140px;
}
.website-learnpro #gform_1 .gform_footer:before {
  background-color: #824BB0;
}
.website-learnpro #gform_1 .gform_footer:hover:before {
  background-color: #824BB0 !important;
}
.website-learnpro #gform_1 .gform_footer:hover img {
  filter: brightness(0) invert(1) !important;
}
.website-learnpro #gform_1 .gform_footer #gform_submit_button_1:hover {
  background-color: transparent !important;
  color: #fff;
}
.website-learnpro #gform_2 .gform_footer {
  margin-top: 35px;
  width: 140px;
}
.website-learnpro #gform_2 .gform_footer:before {
  background-color: #fff;
}
.website-learnpro #gform_2 .gform_footer img {
  content: url(/learnpro/wp-content/uploads/sites/5/2024/10/purple-arrow.svg);
}
.website-learnpro #gform_2 .gform_footer:hover img {
  filter: brightness(1) invert(0) !important;
}
.website-learnpro #gform_2 .gform_footer:hover #gform_submit_button_2 {
  color: #824BB0 !important;
}
.website-learnpro #gform_2 .gform_footer:hover:before {
  background-color: #fff !important;
}
.website-learnpro #gform_2 .gform_footer #gform_submit_button_2 {
  color: #824BB0;
  font-weight: 500;
}
.website-learnpro #gform_2 .gform_footer #gform_submit_button_2:hover {
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .gform_footer .gform_button {
    line-height: 1 !important;
  }
  .gform_footer img {
    top: 30px;
  }
}
.contact-page .gform_wrapper.gravity-theme .gfield textarea.small,
.contact-page .gform_wrapper.gravity-theme .gfield input.large,
.contact-page .gform_wrapper.gravity-theme .gfield select.large {
  background-color: #bfedfd !important;
}/*# sourceMappingURL=style.css.map */