@charset "UTF-8";
@import "../css/vendor/font-awesome.css";
@import "../css/vendor/animation-on-scroll.css";
@import "../css/vendor/slick/slick-theme.css";
@import "../css/vendor/slick/slick.css";
@import "../css/vendor/fancybox.css";
@import "../css/vendor/select2.css";
/*fontello.css*/
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?4737443");
  src: url("../fonts/fontello.eot?4737443#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?4737443") format("woff2"), url("../fonts/fontello.woff?4737443") format("woff"), url("../fonts/fontello.ttf?4737443") format("truetype"), url("../fonts/fontello.svg?4737443#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?4737443#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-bbm:before {
  content: "\e800";
} /* '' */
.icon-line:before {
  content: "\e80e";
} /* '' */
.icon-woffi:before {
  content: "\e812";
} /* '' */
/*end fontello.css*/
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../../assets/fonts/Inter/Inter-ExtraLight.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../../../../../assets/fonts/Inter/Inter-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/Inter/Inter-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../..//assets/fonts/Inter/Inter-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../..//assets/fonts/Inter/Inter-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../..//assets/fonts/Inter/Inter-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../..//assets/fonts/Inter/Inter-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../..//assets/fonts/Inter/Inter-Black.ttf");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  padding-right: 0rem !important;
  font-family: "Inter";
  color: #0E0F0C;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.container {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.container-fluid {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  padding: 1rem 0.5rem;
}

@media (min-width: 768px) {
  .row {
    padding: 0 0.5rem;
  }
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (max-width: 991.98px) {
  .row-responsive {
    display: -webkit-box;
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}

img {
  display: block;
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
a {
  transition: all 0.5s ease;
}
a i {
  transition: all 0.25s ease;
}
a:hover a:focus, a:active {
  transition: all 0.5s ease;
}
a:hover a:focus i, a:active i {
  transition: all 0.25s ease;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

@keyframes animation-rotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0rem !important;
  /* Track */
  /* Handle */
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0em;
  transition: 0.5s cubic-bezier(0.46, 0.43, 0.1, 0.99);
}
body::-webkit-scrollbar-thumb {
  background-color: #445AA8;
  transition: 0.5s cubic-bezier(0.46, 0.43, 0.1, 0.99);
}

.parallax {
  position: relative;
  transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}

.container {
  max-width: 1150px;
}

.smallest {
  font-size: 10px;
  line-height: 20px;
}

small {
  font-size: 12px;
  line-height: 24px;
}

.small {
  font-size: 12px;
  line-height: 24px;
}

p {
  font-size: 14px;
  line-height: 18.9px;
}

.p {
  font-size: 14px;
  line-height: 18.9px;
}

@media (max-width: 991.98px) {
  .h1-sm {
    font-size: 2.5rem;
  }
  .h2-sm {
    font-size: 2rem;
  }
  .h3-sm {
    font-size: 1.75rem;
  }
  .h4-sm {
    font-size: 1.5rem;
  }
  .h5-sm {
    font-size: 1.25rem;
  }
  .h6-sm {
    font-size: 1rem;
  }
  .display-4-sm {
    font-size: 3.5rem;
  }
  .display-3-sm {
    font-size: 4.5rem;
  }
  .display-2-sm {
    font-size: 5.5rem;
  }
  .display-1-sm {
    font-size: 6.5rem;
  }
}
@media (min-width: 768px) {
  .h1-md {
    font-size: 2.5rem;
  }
  .h2-md {
    font-size: 2rem;
  }
  .h3-md {
    font-size: 1.75rem;
  }
  .h4-md {
    font-size: 1.5rem;
  }
  .h5-md {
    font-size: 1.25rem;
  }
  .h6-md {
    font-size: 1rem;
  }
  .display-4-md {
    font-size: 3.5rem;
  }
  .display-3-md {
    font-size: 4.5rem;
  }
  .display-2-md {
    font-size: 5.5rem;
  }
  .display-1-md {
    font-size: 6.5rem;
  }
}
@media (min-width: 992px) {
  .h1-lg {
    font-size: 2.5rem;
  }
  .h2-lg {
    font-size: 2rem;
  }
  .h3-lg {
    font-size: 1.75rem;
  }
  .h4-lg {
    font-size: 1.5rem;
  }
  .h5-lg {
    font-size: 1.25rem;
  }
  .h6-lg {
    font-size: 1rem;
  }
  .display-4-lg {
    font-size: 3.5rem;
  }
  .display-3-lg {
    font-size: 4.5rem;
  }
  .display-2-lg {
    font-size: 5.5rem;
  }
  .display-1-lg {
    font-size: 6.5rem;
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.15);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}
.btn-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: auto !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0.85rem 1.75rem;
  color: #ffffff;
  background-color: #445AA8;
  border: none;
  border-radius: 50em;
}
.btn-primary:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5rem;
  bottom: calc(-100% - 2rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: #0E0F0C;
  border-radius: 100%;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-primary span {
  display: inline-block;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-primary span.text {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}
.btn-primary span.text > span.text-hover {
  position: absolute;
  width: 100% !important;
  left: 0;
  transform: translateY(100%);
}
.btn-primary:hover:before {
  height: 100% !important;
  width: 125%;
  bottom: 0;
  border-radius: 50em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-primary:hover span {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-primary:hover span.text > span.text-main {
  transform: translateY(-100%);
}
.btn-primary:hover span.text > span.text-hover {
  transform: translateY(0);
}

.btn-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: auto !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0.85rem 1.75rem;
  color: #ffffff;
  background-color: #445AA8;
  border: none;
  border-radius: 50em;
}
.btn-secondary:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5rem;
  bottom: calc(-100% - 2rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 100%;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-secondary span {
  display: inline-block;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-secondary span.text {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}
.btn-secondary span.text > span.text-hover {
  position: absolute;
  width: 100% !important;
  color: #445AA8;
  left: 0;
  transform: translateY(100%);
}
.btn-secondary:hover:before {
  height: 100% !important;
  width: 125%;
  bottom: 0;
  border-radius: 50em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-secondary:hover span {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-secondary:hover span.text > span.text-main {
  transform: translateY(-100%);
}
.btn-secondary:hover span.text > span.text-hover {
  transform: translateY(0);
}

.btn-tertiary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: auto !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0.85rem 1.75rem;
  color: #0E0F0C;
  background-color: #ffffff;
  border: 1px solid #0E0F0C;
  border-radius: 50em;
}
.btn-tertiary:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5rem;
  bottom: calc(-100% - 2rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: #0E0F0C;
  border-radius: 100%;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-tertiary span {
  display: inline-block;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-tertiary span.text {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}
.btn-tertiary span.text > span.text-hover {
  position: absolute;
  width: 100% !important;
  color: #ffffff;
  left: 0;
  transform: translateY(100%);
}
.btn-tertiary:hover:before {
  height: 100% !important;
  width: 125%;
  bottom: 0;
  border-radius: 50em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-tertiary:hover span {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-tertiary:hover span.text > span.text-main {
  transform: translateY(-100%);
}
.btn-tertiary:hover span.text > span.text-hover {
  transform: translateY(0);
}

.btn-quarter {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: auto !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0.85rem 1.75rem;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50em;
}
.btn-quarter:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5rem;
  bottom: calc(-100% - 2rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 100%;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-quarter span {
  display: inline-block;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-quarter span.text {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}
.btn-quarter span.text > span.text-hover {
  position: absolute;
  width: 100% !important;
  color: #0E0F0C;
  left: 0;
  transform: translateY(100%);
}
.btn-quarter:hover:before {
  height: 100% !important;
  width: 125%;
  bottom: 0;
  border-radius: 50em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-quarter:hover span {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-quarter:hover span.text > span.text-main {
  transform: translateY(-100%);
}
.btn-quarter:hover span.text > span.text-hover {
  transform: translateY(0);
}

.btn-quinary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: auto !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0.85rem 1.75rem;
  color: #445AA8;
  background-color: #ffffff;
  border: none;
  border-radius: 50em;
}
.btn-quinary:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5rem;
  bottom: calc(-100% - 2rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: #445AA8;
  border-radius: 100%;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-quinary span {
  display: inline-block;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-quinary span.text {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}
.btn-quinary span.text > span.text-hover {
  position: absolute;
  width: 100% !important;
  left: 0;
  color: #ffffff;
  transform: translateY(100%);
}
.btn-quinary:hover:before {
  height: 100% !important;
  width: 125%;
  bottom: 0;
  border-radius: 50em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-quinary:hover span {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-quinary:hover span.text > span.text-main {
  transform: translateY(-100%);
}
.btn-quinary:hover span.text > span.text-hover {
  transform: translateY(0);
}

.btn-senary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: auto !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0.85rem 1.75rem;
  color: #0E0F0C;
  background-color: #ffffff;
  border: none;
  border-radius: 50em;
}
.btn-senary:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5rem;
  bottom: calc(-100% - 2rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: #445AA8;
  border-radius: 100%;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-senary span {
  display: inline-block;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-senary span.text {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}
.btn-senary span.text > span.text-hover {
  position: absolute;
  width: 100% !important;
  left: 0;
  color: #ffffff;
  transform: translateY(100%);
}
.btn-senary:hover:before {
  height: 100% !important;
  width: 125%;
  bottom: 0;
  border-radius: 50em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-senary:hover span {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.btn-senary:hover span.text > span.text-main {
  transform: translateY(-100%);
}
.btn-senary:hover span.text > span.text-hover {
  transform: translateY(0);
}

.magnetic-button {
  display: block;
  transition: 0s;
}

.text-animate-reveal {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.text-animate-reveal > span {
  display: inline-block;
}
.text-animate-reveal.primary.aos-animate > span {
  transform: translateY(0);
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.text-animate-reveal.primary > span {
  transform: translateY(100%);
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.link-animate-reveal {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.link-animate-reveal > span {
  display: inline-block;
}
.link-animate-reveal.primary {
  opacity: 0;
  transform: translateY(100%);
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.link-animate-reveal.primary.aos-animate {
  opacity: 1;
  transform: translateY(0);
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.button-animate-reveal {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.button-animate-reveal.primary {
  opacity: 0;
  transform: translateY(100%);
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.button-animate-reveal.primary.aos-animate {
  opacity: 1;
  transform: translateY(0);
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.image-animate-reveal {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.image-animate-reveal.primary.aos-animate img {
  transform: translateY(0);
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 2.5s;
}
.image-animate-reveal.primary img {
  transform: translateY(100%);
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 2.5s;
}

.select2-dropdown {
  overflow: hidden;
  width: 80px !important;
  background-color: #ffffff;
  border: none !important;
  border-radius: 0.5em !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.025), 0 6px 6px rgba(0, 0, 0, 0.05);
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.25;
  color: #0E0F0C;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #EBEBEB;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #ffffff;
  background-color: #445AA8;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option > span {
  display: flex;
  align-items: center;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option > span > span {
  display: inline-block;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option > span > span.image {
  margin-right: 0.5rem !important;
  width: 1.5rem;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option > span > span.image img {
  width: auto !important;
}

.form-select2.form-select2-language.primary ~ .select2-container {
  width: 5rem !important;
}
.form-select2.form-select2-language.primary ~ .select2-container .select2-selection {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0em;
}
.form-select2.form-select2-language.primary ~ .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.25;
  color: #0E0F0C;
}
.form-select2.form-select2-language.primary ~ .select2-container .select2-selection .select2-selection__rendered > span {
  display: flex;
  align-items: center;
}
.form-select2.form-select2-language.primary ~ .select2-container .select2-selection .select2-selection__rendered > span > span {
  display: inline-block;
}
.form-select2.form-select2-language.primary ~ .select2-container .select2-selection .select2-selection__rendered > span > span.image {
  margin-right: 0.5rem !important;
  width: 1.5rem;
}
.form-select2.form-select2-language.primary ~ .select2-container .select2-selection .select2-selection__rendered > span > span.image img {
  width: auto !important;
}
.form-select2.form-select2-language.primary ~ .select2-container .select2-selection .select2-selection__arrow {
  display: none;
}

.sidebar.primary {
  position: fixed;
  display: none;
  padding: 1.5rem !important;
  z-index: 1050;
  width: 90%;
  top: 4.25rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 1em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.025), 0 6px 6px rgba(0, 0, 0, 0.05);
}
.sidebar.primary .sidebar-content .content-link {
  margin-bottom: 1rem !important;
}
.sidebar.primary .sidebar-content .content-link .dropdown-menu {
  display: none;
  width: 100% !important;
  padding: 1rem !important;
  margin-top: 0.5rem !important;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0.75em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.025), 0 6px 6px rgba(0, 0, 0, 0.05);
}
.sidebar.primary .sidebar-content .content-link .dropdown-menu .dropdown-item {
  padding: 1rem !important;
  background-color: #ffffff;
  border-radius: 0.5em;
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.5s;
}
.sidebar.primary .sidebar-content .content-link .dropdown-menu .dropdown-item .link-dropdown {
  text-decoration: none;
}
.sidebar.primary .sidebar-content .content-link .dropdown-menu .dropdown-item .link-dropdown > span > span {
  display: block;
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.5s;
}
.sidebar.primary .sidebar-content .content-link .dropdown-menu .dropdown-item .link-dropdown > span > span.title {
  margin-bottom: 0.5rem !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #445AA8;
}
.sidebar.primary .sidebar-content .content-link .dropdown-menu .dropdown-item .link-dropdown > span > span.desc {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.9px;
  color: #454745;
}
.sidebar.primary .sidebar-content .content-link .dropdown-menu .dropdown-item:hover {
  background-color: #445AA8;
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.5s;
}
.sidebar.primary .sidebar-content .content-link .dropdown-menu .dropdown-item:hover .link-dropdown > span > span {
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.5s;
}
.sidebar.primary .sidebar-content .content-link .dropdown-menu .dropdown-item:hover .link-dropdown > span > span.title {
  color: #ffffff;
}
.sidebar.primary .sidebar-content .content-link .dropdown-menu .dropdown-item:hover .link-dropdown > span > span.desc {
  color: #ffffff;
}
.sidebar.primary .sidebar-content .content-link .link {
  position: relative;
  margin-bottom: 1rem !important;
}
.sidebar.primary .sidebar-content .content-link .link:last-child {
  margin-bottom: 0rem !important;
}
.sidebar.primary .sidebar-content .content-link .link .link-content {
  display: flex;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.25;
  color: #0E0F0C;
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sidebar.primary .sidebar-content .content-link .link .link-content.toggle-dropdown:after {
  margin-left: 0.5rem !important;
  font-family: "Font Awesome 5 Free", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 900;
  content: "\f078";
  font-size: 12px;
  line-height: 24px;
  color: #0E0F0C;
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sidebar.primary .sidebar-content .content-link .link .link-content > img {
  display: inline-block;
  width: auto !important;
  margin-right: 0.5rem !important;
}
.sidebar.primary .sidebar-content .content-link .link .link-content:hover {
  color: #445AA8;
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sidebar.primary .sidebar-content .content-link .link .link-content:hover.toggle-dropdown:after {
  color: #445AA8;
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar {
  position: relative;
  z-index: 1040;
  top: 0;
  background-color: #ffffff;
}
.navbar > .container {
  display: flex;
  align-items: center;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.navbar .navbar-toggler {
  display: none;
}
.navbar .navbar-toggler > i {
  font-size: 16px;
  line-height: 24px;
  color: #0E0F0C;
}
.navbar .navbar-nav.primary {
  display: flex;
  align-items: center;
  padding-left: 0rem !important;
  margin-left: auto !important;
  list-style: none;
}
.navbar .navbar-nav.primary .dropdown-menu {
  display: none;
  position: absolute;
  padding: 1rem !important;
  margin-top: 0.5rem !important;
  width: 20rem;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0.75em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.025), 0 6px 6px rgba(0, 0, 0, 0.05);
}
.navbar .navbar-nav.primary .dropdown-menu .dropdown-item {
  padding: 1rem !important;
  background-color: #ffffff;
  border-radius: 0.5em;
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.5s;
}
.navbar .navbar-nav.primary .dropdown-menu .dropdown-item .link-dropdown {
  text-decoration: none;
}
.navbar .navbar-nav.primary .dropdown-menu .dropdown-item .link-dropdown > span > span {
  display: block;
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.5s;
}
.navbar .navbar-nav.primary .dropdown-menu .dropdown-item .link-dropdown > span > span.title {
  margin-bottom: 0.5rem !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #445AA8;
}
.navbar .navbar-nav.primary .dropdown-menu .dropdown-item .link-dropdown > span > span.desc {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.9px;
  color: #454745;
}
.navbar .navbar-nav.primary .dropdown-menu .dropdown-item:hover {
  background-color: #445AA8;
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.5s;
}
.navbar .navbar-nav.primary .dropdown-menu .dropdown-item:hover .link-dropdown > span > span {
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.5s;
}
.navbar .navbar-nav.primary .dropdown-menu .dropdown-item:hover .link-dropdown > span > span.title {
  color: #ffffff;
}
.navbar .navbar-nav.primary .dropdown-menu .dropdown-item:hover .link-dropdown > span > span.desc {
  color: #ffffff;
}
.navbar .navbar-nav.primary .navbar-item {
  position: relative;
  margin-right: 2.5rem !important;
}
.navbar .navbar-nav.primary .navbar-item:last-child {
  margin-right: 0rem !important;
}
.navbar .navbar-nav.primary .navbar-item .link-navbar {
  display: flex;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.25;
  color: #0E0F0C;
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar .navbar-nav.primary .navbar-item .link-navbar.toggle-dropdown:after {
  margin-left: 0.5rem !important;
  font-family: "Font Awesome 5 Free", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 900;
  content: "\f078";
  font-size: 12px;
  line-height: 24px;
  color: #0E0F0C;
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar .navbar-nav.primary .navbar-item .link-navbar > img {
  display: inline-block;
  width: auto !important;
  margin-right: 0.5rem !important;
}
.navbar .navbar-nav.primary .navbar-item .link-navbar:hover {
  color: #445AA8;
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar .navbar-nav.primary .navbar-item .link-navbar:hover.toggle-dropdown:after {
  color: #445AA8;
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 991.98px) {
  .navbar > .container {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .navbar .navbar-nav.primary .navbar-item {
    margin-right: 1.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .navbar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: #ffffff;
  }
  .navbar > .container {
    padding: 1rem 1.25rem !important;
  }
  .navbar .navbar-toggler {
    display: inline-block;
    margin-left: auto !important;
  }
  .navbar .navbar-nav.primary {
    display: none;
  }
}
.navbar.primary {
  background-color: #ffffff;
}
.navbar.primary .navbar-toggler > i {
  color: #0E0F0C;
}
.navbar.primary .navbar-nav.primary .navbar-item .link-navbar {
  color: #0E0F0C;
}
.navbar.primary .navbar-nav.primary .navbar-item .link-navbar.toggle-dropdown:after {
  color: #0E0F0C;
}
.navbar.primary .navbar-nav.primary .navbar-item .link-navbar:hover {
  color: #445AA8;
}
.navbar.primary .navbar-nav.primary .navbar-item .link-navbar:hover.toggle-dropdown:after {
  color: #445AA8;
}
.navbar.secondary {
  background-color: #0E0F0C;
}
.navbar.secondary .navbar-toggler > i {
  color: #ffffff;
}
.navbar.secondary .navbar-nav.primary .navbar-item .link-navbar {
  color: #ffffff;
}
.navbar.secondary .navbar-nav.primary .navbar-item .link-navbar.toggle-dropdown:after {
  color: #ffffff;
}
.navbar.secondary .navbar-nav.primary .navbar-item .link-navbar:hover {
  color: #445AA8;
}
.navbar.secondary .navbar-nav.primary .navbar-item .link-navbar:hover.toggle-dropdown:after {
  color: #445AA8;
}

.navbar-conversion.primary {
  background-color: #445AA8;
}
.navbar-conversion.primary > .container {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.navbar-conversion.primary .navbar-conversion-content .content-link {
  display: flex;
  align-items: center;
}
.navbar-conversion.primary .navbar-conversion-content .content-link .link {
  margin-right: 1.5rem !important;
}
.navbar-conversion.primary .navbar-conversion-content .content-link .link:last-child {
  margin-right: 0rem !important;
}
.navbar-conversion.primary .navbar-conversion-content .content-link .link .link-content {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18.9px;
  text-decoration: none;
  opacity: 0.75;
  color: #ffffff;
}
.navbar-conversion.primary .navbar-conversion-content .content-link .link .link-content:hover {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .navbar-conversion.primary > .container {
    padding: 0.65rem 1.25rem !important;
  }
}

.footbar.primary {
  position: relative;
  padding-top: 2.5rem !important;
  background-color: #EBEBEB;
}
.footbar.primary .footbar-wrapper.primary > .wrapper-inner {
  padding-bottom: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.footbar.primary .footbar-wrapper.primary > .wrapper-inner:first-child {
  border-bottom: 1px solid #c8c9cd;
}
.footbar.primary .footbar-wrapper.primary > .wrapper-inner:last-child {
  padding-bottom: 0rem !important;
  margin-bottom: 0rem !important;
}
.footbar.primary .footbar-trigger.primary {
  position: absolute;
  width: 100% !important;
  pointer-events: none;
  top: -500px;
}
.footbar.primary .col-footbar-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.footbar.primary .col-footbar-outer .col-footbar-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.footbar.primary .footbar-text {
  margin-bottom: 1.5rem !important;
}
.footbar.primary .footbar-text .title h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18.9px;
  color: #0E0F0C;
}
.footbar.primary .footbar-link .link {
  margin-bottom: 0.5rem !important;
}
.footbar.primary .footbar-link .link:last-child {
  margin-bottom: 0rem !important;
}
.footbar.primary .footbar-link .link .link-footbar {
  position: relative;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.9px;
  text-decoration: none;
  color: #454745;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.footbar.primary .footbar-link .link .link-footbar:before, .footbar.primary .footbar-link .link .link-footbar:after {
  position: absolute;
  content: "";
  height: 1px;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.footbar.primary .footbar-link .link .link-footbar:before {
  width: 100% !important;
  bottom: 0;
  right: 0;
  background-color: #454745;
}
.footbar.primary .footbar-link .link .link-footbar:after {
  width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #0E0F0C;
}
.footbar.primary .footbar-link .link .link-footbar:hover {
  padding-left: 1rem !important;
  color: #0E0F0C;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.footbar.primary .footbar-link .link .link-footbar:hover:before, .footbar.primary .footbar-link .link .link-footbar:hover:after {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.footbar.primary .footbar-link .link .link-footbar:hover:before {
  width: 0 !important;
}
.footbar.primary .footbar-link .link .link-footbar:hover:after {
  width: 0.75rem;
}
.footbar.primary .footbar-icon {
  display: flex;
  align-items: center;
}
.footbar.primary .footbar-icon .icon {
  margin-right: 0.5rem !important;
}
.footbar.primary .footbar-icon .icon:last-child {
  margin-right: 0rem !important;
}
.footbar.primary .footbar-icon .icon > a {
  display: inline-block;
  text-decoration: none;
}
.footbar.primary .footbar-icon .icon > a > i {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  justify-content: center;
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  color: #454745;
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.footbar.primary .footbar-icon .icon > a > i:before {
  display: inline-block;
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.footbar.primary .footbar-icon .icon > a > i:after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #0E0F0C;
  border-radius: 100%;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.footbar.primary .footbar-icon .icon > a:hover > i {
  color: #ffffff;
  transform: translateY(-0.5rem);
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.footbar.primary .footbar-icon .icon > a:hover > i:before {
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.footbar.primary .footbar-icon .icon > a:hover > i:after {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}

  .footbar.primary .footbar-logo {
    display: flex;
  justify-content: center;
  }
  
.footbar.primary .footbar-logo .logo img {
  width: auto !important;
  padding-bottom: 30px;
}
.footbar.primary .footbar-copyright {
  text-align: center;
  margin-top: 2.5rem !important;
  margin-bottom: 0.5rem !important;
}
.footbar.primary .footbar-copyright .copyright-text > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #0E0F0C;
}
.footbar.primary .footbar-desc {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 60%;
}
.footbar.primary .footbar-desc .desc > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #0E0F0C;
}
.footbar.primary .footbar-desc .desc > span > a {
  color: #0E0F0C;
}
@media (max-width: 991.98px) {
  .footbar.primary .footbar-text {
    margin-bottom: 1rem !important;
  }
  .footbar.primary .footbar-text .title h3 {
    font-size: 13px;
  }
  .footbar.primary .footbar-link .link .link-footbar {
    font-size: 13px;
  }
  .footbar.primary .footbar-copyright {
    margin-top: 1.5rem !important;
  }
  .footbar.primary .footbar-desc {
    max-width: 85%;
  }
}
@media (max-width: 767.98px) {
  .footbar.primary {
    padding-top: 0rem !important;
  }
  .footbar.primary .footbar-wrapper.primary > .wrapper-inner {
    padding-bottom: 1rem !important;
  }
  .footbar.primary .col-footbar-outer .col-footbar-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1.5rem !important;
  }
  .footbar.primary .footbar-desc {
    max-width: 100% !important;
  }
}

.footbar-divider .divider {
  position: relative;
  overflow: hidden;
  height: 60px;
}
.footbar-divider .divider > span {
  position: absolute;
  display: block;
  width: 150%;
  height: 750%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.footbar-divider.primary .divider > span {
  background-color: #ffffff;
}
.footbar-divider.secondary .divider > span {
  background-color: #0E0F0C;
}

.page .home .footbar.primary .footbar-trigger.primary {
  top: -400px;
}
.page .about .wizard .article-list.tertiary {
  margin-bottom: 5rem !important;
}
.page .about .wizard .map-iframe.primary > .container {
  padding-top: 0rem !important;
}
.page .product.agency-banking .footbar.primary .footbar-trigger.primary {
  position: absolute;
  width: 100% !important;
  pointer-events: none;
  top: -500px;
}
.page .blog .footbar.primary .footbar-trigger.primary {
  top: 100px;
}
.page .blog .wizard .call-to-action.septenary {
  margin-top: 5rem;
}
.page .blog-detail .wizard .section-group.primary > .container {
  padding-bottom: 0rem !important;
}
.page .blog-detail .wizard .section-group.primary .col-section-group-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.page .blog-detail .wizard .section-group.primary .col-section-group-outer .col-section-group-inner:first-child {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.page .blog-detail .wizard .section-group.primary .col-section-group-outer .col-section-group-inner:last-child {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.page .blog-detail .wizard .section-group.primary .col-section-group-outer .col-section-group-inner > section {
  margin-bottom: 1.5rem !important;
}
.page .blog-detail .wizard .section-group.primary .col-section-group-outer .col-section-group-inner > section:last-child {
  margin-bottom: 0rem !important;
}
@media (max-width: 991.98px) {
  .page .blog-detail .wizard .section-group.primary .col-section-group-outer .col-section-group-inner:first-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem !important;
  }
  .page .blog-detail .wizard .section-group.primary .col-section-group-outer .col-section-group-inner:last-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .page .blog-detail .wizard .section-group.primary .col-section-group-outer .col-section-group-inner {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
.page .blog-detail .wizard .article-list.tertiary {
  margin-bottom: 5rem !important;
}

.wizard .page-wrapper.primary.page-animated {
  position: relative;
  z-index: 40;
  margin-bottom: -300px;
}
.wizard section {
  position: relative;
}
.wizard .section-snap-trigger.primary {
  position: relative;
  display: block;
  margin-top: 40rem;
}
@media (max-width: 991.98px) {
  .wizard .section-snap-trigger.primary {
    margin-top: 20rem;
  }
}
.wizard .section-snap {
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wizard .section-snap .section-image .image img {
  position: fixed;
  width: auto !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1375px) {
  .wizard .section-snap .section-image .image img {
    width: 16.5rem !important;
  }
}
@media (max-width: 991.98px) {
  .wizard .section-snap .section-image .image img {
    left: 77.5%;
  }
}
@media (max-width: 767.98px) {
  .wizard .section-snap .section-image .image img {
    left: 50%;
  }
}
.wizard .section-snap.primary {
  background-color: #ffffff;
}
.wizard .section-snap.secondary {
  display: block;
  overflow: hidden;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  background-color: #0E0F0C;
}
.wizard .section-divider.conversion-primary .divider {
  position: relative;
  overflow: hidden;
  height: 60px;
}
.wizard .section-divider.conversion-primary .divider > span {
  position: absolute;
  display: block;
  width: 150%;
  height: 750%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0E0F0C;
  border-radius: 50%;
}
.wizard .article-detail.primary .article-detail-header {
  margin-bottom: 2.5rem !important;
}
.wizard .article-detail.primary .article-detail-header .header-wrapper.primary {
  position: relative;
  overflow: hidden;
  border-radius: 1em;
}
.wizard .article-detail.primary .article-detail-header .header-wrapper.primary > .wrapper-inner {
  position: absolute;
  width: 100% !important;
  z-index: 10;
  padding: 2rem;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(17.5px);
}
.wizard .article-detail.primary .article-detail-header .header-wrapper.primary .header-text .title {
  margin-bottom: 1rem !important;
}
.wizard .article-detail.primary .article-detail-header .header-wrapper.primary .header-text .title h1 {
  margin-top: 0rem !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #ffffff;
}
.wizard .article-detail.primary .article-detail-header .header-wrapper.primary .header-info {
  display: flex;
  align-items: center;
}
.wizard .article-detail.primary .article-detail-header .header-wrapper.primary .header-info > div {
  margin-right: 0.5rem !important;
}
.wizard .article-detail.primary .article-detail-header .header-wrapper.primary .header-info > div:last-child {
  margin-right: 0rem !important;
}
.wizard .article-detail.primary .article-detail-header .header-wrapper.primary .header-info .info-date .date > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.9px;
  color: #ffffff;
}
.wizard .article-detail.primary .article-detail-header .header-wrapper.primary .header-info .info-length .length > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.9px;
  color: #ffffff;
}
.wizard .article-detail.primary .article-detail-header .header-breadcrumb {
  display: inline-block;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-bottom: 1rem !important;
  background-color: #F7F7F7;
  border-radius: 0.5em;
}
.wizard .article-detail.primary .article-detail-header .header-breadcrumb .breadcrumb > ul {
  display: flex;
  align-items: center;
  padding-left: 0rem !important;
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  flex-wrap: wrap;
  list-style: none;
}
.wizard .article-detail.primary .article-detail-header .header-breadcrumb .breadcrumb > ul > li:after {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-family: "Font Awesome 5 Free", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 900;
  content: "\f054";
  font-size: 10px;
  line-height: 20px;
  color: #6C7880;
}
.wizard .article-detail.primary .article-detail-header .header-breadcrumb .breadcrumb > ul > li:last-child:after {
  display: none;
}
.wizard .article-detail.primary .article-detail-header .header-breadcrumb .breadcrumb > ul > li .link-breadcrumb {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18.9px;
  text-decoration: none;
  color: #6C7880;
}
.wizard .article-detail.primary .article-detail-header .header-breadcrumb .breadcrumb > ul > li .link-breadcrumb.link-active {
  color: #445AA8;
}
.wizard .article-detail.primary .article-detail-header .header-breadcrumb .breadcrumb > ul > li .link-breadcrumb:hover {
  color: #445AA8;
}
.wizard .article-detail.primary .article-detail-content .content-wrapper.primary > .wrapper-inner {
  margin-bottom: 1.5rem !important;
}
.wizard .article-detail.primary .article-detail-content .content-wrapper.primary > .wrapper-inner:last-child {
  margin-bottom: 0rem !important;
}
.wizard .article-detail.primary .article-detail-content .content-wrapper.primary .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #0E0F0C;
}
.wizard .article-detail.primary .article-detail-content .content-wrapper.primary .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #0E0F0C;
}
.wizard .article-detail.primary .article-detail-content .content-wrapper.primary .content-text .desc p > b {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
}
.wizard .article-detail.primary .article-detail-content .content-wrapper.primary .content-text .desc p > a {
  color: #445AA8;
}
.wizard .article-detail.primary .article-detail-footer {
  padding-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
  border-bottom: 1px solid #c8c9cd;
}
.wizard .article-detail.primary .article-detail-footer .footer-wrapper.primary {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1rem !important;
  justify-content: space-between;
  background-color: #445AA8;
  border-radius: 0.5em;
}
.wizard .article-detail.primary .article-detail-footer .footer-wrapper.primary .shape {
  position: absolute;
  display: inline-block;
  pointer-events: none;
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: 75px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 100%;
}
.wizard .article-detail.primary .article-detail-footer .footer-wrapper.primary .footer-caption .caption > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.wizard .article-detail.primary .article-detail-footer .footer-wrapper.primary .footer-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wizard .article-detail.primary .article-detail-footer .footer-wrapper.primary .footer-icon .icon {
  margin-right: 1rem !important;
}
.wizard .article-detail.primary .article-detail-footer .footer-wrapper.primary .footer-icon .icon:last-child {
  margin-right: 0rem !important;
}
@media (max-width: 991.98px) {
  .wizard .article-detail.primary .article-detail-header {
    margin: 0 -2rem 2.5rem -2rem !important;
  }
  .wizard .article-detail.primary .article-detail-header .header-wrapper.primary {
    border-radius: 0em;
  }
  .wizard .article-detail.primary .article-detail-header .header-breadcrumb {
    margin: 0 2rem 1rem 2rem !important;
  }
  .wizard .article-detail.primary .article-detail-content .content-wrapper.primary > .wrapper-inner {
    margin-bottom: 1rem !important;
  }
  .wizard .article-detail.primary .article-detail-content .content-wrapper.primary .content-text .title h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .wizard .article-detail.primary .article-detail-content .content-wrapper.primary .content-text .desc p {
    font-size: 16px;
    line-height: 24px;
    line-height: 1.75;
  }
}
@media (max-width: 767.98px) {
  .wizard .article-detail.primary .article-detail-header {
    margin: 0 -2rem 1.5rem -2rem !important;
  }
  .wizard .article-detail.primary .article-detail-header .header-wrapper.primary {
    border-radius: 0em;
  }
  .wizard .article-detail.primary .article-detail-header .header-wrapper.primary > .wrapper-inner {
    padding: 1rem 2rem !important;
  }
  .wizard .article-detail.primary .article-detail-header .header-wrapper.primary .header-text .title h1 {
    font-size: 17px;
    line-height: 1.5;
  }
  .wizard .article-detail.primary .article-detail-header .header-breadcrumb .breadcrumb > ul > li:after {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .wizard .article-detail.primary .article-detail-header .header-breadcrumb .breadcrumb > ul > li .link-breadcrumb {
    font-size: 13px;
  }
  .wizard .article-detail.primary .article-detail-content .content-wrapper.primary .content-text .title h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .wizard .article-detail.primary .article-detail-content .content-wrapper.primary .content-text .desc p {
    font-size: 14px;
    line-height: 18.9px;
    line-height: 1.75;
  }
  .wizard .article-detail.primary .article-detail-footer {
    padding-bottom: 1.5rem !important;
  }
  .wizard .article-detail.primary .article-detail-footer .footer-wrapper.primary {
    align-items: flex-start;
    flex-direction: column;
  }
  .wizard .article-detail.primary .article-detail-footer .footer-wrapper.primary .footer-caption {
    margin-bottom: 1rem !important;
  }
}
.wizard .article-guide.primary {
  position: sticky;
  position: -webkit-sticky;
  top: 2rem;
}
.wizard .article-guide.primary .article-guide-header {
  margin-bottom: 1.5rem !important;
}
.wizard .article-guide.primary .article-guide-header .header-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0E0F0C;
}
.wizard .article-guide.primary .article-guide-content .content-list > ul {
  padding-left: 0rem !important;
  list-style: none;
}
.wizard .article-guide.primary .article-guide-content .content-list > ul > li .link-list {
  position: relative;
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  padding: 0.75rem 1rem;
  color: #0E0F0C;
  border-left: 3px solid transparent;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-guide.primary .article-guide-content .content-list > ul > li .link-list:hover {
  color: #445AA8;
  border-left: 3px solid #445AA8;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-info.primary {
  margin-top: 3.25rem;
}
.wizard .article-info.primary .article-info-content {
  margin-bottom: 1.5rem !important;
}
.wizard .article-info.primary .article-info-content .content-wrapper.primary {
  position: relative;
  overflow: hidden;
  padding: 1.5rem !important;
  background-color: #445AA8;
  border-radius: 0.5em;
}
.wizard .article-info.primary .article-info-content .content-wrapper.primary .shape {
  position: absolute;
  display: inline-block;
  pointer-events: none;
  width: 400px;
  height: 400px;
  bottom: -75px;
  right: -100px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 100%;
}
.wizard .article-info.primary .article-info-content .content-wrapper.primary .content-badge {
  margin-bottom: 1rem !important;
}
.wizard .article-info.primary .article-info-content .content-wrapper.primary .content-badge .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.75rem;
  height: 6.75rem;
  background-color: #ffffff;
  border-radius: 0.5em;
}
.wizard .article-info.primary .article-info-content .content-wrapper.primary .content-badge .badge img {
  width: auto !important;
}
.wizard .article-info.primary .article-info-content .content-wrapper.primary .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.wizard .article-info.primary .article-info-content .content-wrapper.primary .content-text .subtitle {
  padding-bottom: 1rem !important;
  margin-bottom: 1rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.wizard .article-info.primary .article-info-content .content-wrapper.primary .content-text .subtitle h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.wizard .article-info.primary .article-info-content .content-wrapper.primary .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.9px;
  line-height: 1.5;
  color: #ffffff;
}
.wizard .article-info.primary .article-info-footer .footer-wrapper.primary {
  position: relative;
  overflow: hidden;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background-color: #445AA8;
  border-radius: 0.5em;
}
.wizard .article-info.primary .article-info-footer .footer-wrapper.primary .shape {
  position: absolute;
  display: inline-block;
  pointer-events: none;
  width: 300px;
  height: 300px;
  bottom: -150px;
  right: -50px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 100%;
}
.wizard .article-info.primary .article-info-footer .footer-wrapper.primary .footer-caption {
  margin-bottom: 1rem !important;
}
.wizard .article-info.primary .article-info-footer .footer-wrapper.primary .footer-caption .caption > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.wizard .article-info.primary .article-info-footer .footer-wrapper.primary .footer-icon {
  display: flex;
  align-items: center;
}
.wizard .article-info.primary .article-info-footer .footer-wrapper.primary .footer-icon .icon {
  margin-right: 1rem !important;
}
.wizard .article-info.primary .article-info-footer .footer-wrapper.primary .footer-icon .icon:last-child {
  margin-right: 0rem !important;
}
@media (max-width: 991.98px) {
  .wizard .article-info.primary {
    margin-top: 1rem !important;
  }
}
.wizard .article-list.primary .article-list-content .content-outer .content-inner {
  margin-bottom: 1.5rem !important;
}
.wizard .article-list.primary .article-list-content .content-outer .content-inner:last-child {
  margin-bottom: 0rem !important;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #EBEBEB;
  border-radius: 0.5em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.025), 0 6px 6px rgba(0, 0, 0, 0.05);
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .col-wrapper-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .col-wrapper-outer .col-wrapper-inner:nth-child(1) {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-right: 0rem !important;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .col-wrapper-outer .col-wrapper-inner:nth-child(2) {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .wrapper-inner {
  position: relative;
  padding: 1.5rem 2.5rem 1.5rem 4rem;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .wrapper-inner:before {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 85%;
  top: 50%;
  left: 1.75rem;
  transform: translateY(-50%);
  background-color: #0E0F0C;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .wrapper-inner .outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-anchor {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  z-index: 10;
  top: 0;
  left: 0;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-badge {
  margin-bottom: 1rem !important;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-badge .badge img {
  width: auto !important;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-text {
  margin-bottom: 0.5rem !important;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #0E0F0C;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-text .title h2 > span {
  display: block;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-text .title h2 > span > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0E0F0C;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-text .desc p > span {
  display: block;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-text .desc p > span > span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-link .link .link-content {
  position: relative;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #0E0F0C;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-link .link .link-content:before, .wizard .article-list.primary .article-list-content .content-wrapper.primary .content-link .link .link-content:after {
  position: absolute;
  content: "";
  height: 2px;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-link .link .link-content:before {
  width: 100% !important;
  bottom: -0.25rem;
  right: 0;
  background-color: #0E0F0C;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-link .link .link-content:after {
  width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #445AA8;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-date .date > span {
  display: inline-block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #454745;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-image {
  overflow: hidden;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-image .image > span {
  display: block;
  transform: scale(1.1);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary .content-image .image img {
  display: block;
  object-fit: cover;
  height: 19rem;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content {
  padding-left: 1rem !important;
  color: #445AA8;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content:before, .wizard .article-list.primary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content:after {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content:before {
  width: 0 !important;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content:after {
  width: 0.75rem;
}
.wizard .article-list.primary .article-list-content .content-wrapper.primary:hover .content-image .image > span {
  transform: scale(1.15);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
@media (max-width: 991.98px) {
  .wizard .article-list.primary .article-list-content .content-wrapper.primary .wrapper-inner {
    padding: 1rem 1.75rem 1rem 3rem;
  }
  .wizard .article-list.primary .article-list-content .content-wrapper.primary .wrapper-inner:before {
    left: 1rem;
  }
  .wizard .article-list.primary .article-list-content .content-wrapper.primary .content-text .title h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .wizard .article-list.primary .article-list-content .content-wrapper.primary .content-text .desc p {
    font-size: 14px;
    line-height: 18.9px;
  }
  .wizard .article-list.primary .article-list-content .content-wrapper.primary .content-link .link .link-content {
    font-size: 14px;
    line-height: 18.9px;
  }
  .wizard .article-list.primary .article-list-content .content-wrapper.primary .content-date .date > span {
    font-size: 12px;
    line-height: 24px;
    line-height: 1.5;
  }
  .wizard .article-list.primary .article-list-content .content-wrapper.primary .content-image .image img {
    height: 16rem;
  }
}
@media (max-width: 767.98px) {
  .wizard .article-list.primary .article-list-content .content-wrapper.primary .col-wrapper-outer .col-wrapper-inner:nth-child(1) {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem !important;
  }
  .wizard .article-list.primary .article-list-content .content-wrapper.primary .col-wrapper-outer .col-wrapper-inner:nth-child(2) {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wizard .article-list.primary .article-list-content .content-wrapper.primary .wrapper-inner {
    padding: 1rem 1.5rem 1rem 2rem;
  }
  .wizard .article-list.primary .article-list-content .content-wrapper.primary .wrapper-inner:before {
    left: 0.75rem;
  }
  .wizard .article-list.primary .article-list-content .content-wrapper.primary .content-image .image img {
    height: 12.5rem;
  }
}
.wizard .article-list.secondary .article-list-content .content-outer .content-inner {
  margin-bottom: 1.5rem !important;
}
.wizard .article-list.secondary .article-list-content .content-outer .content-inner:last-child {
  margin-bottom: 0rem !important;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary {
  position: relative;
  overflow: hidden;
  background-color: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 0.5em;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .col-wrapper-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .col-wrapper-outer > .row {
  align-items: center;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .col-wrapper-outer .col-wrapper-inner:nth-child(1) {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0rem !important;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .col-wrapper-outer .col-wrapper-inner:nth-child(2) {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .wrapper-inner {
  position: relative;
  padding: 1.5rem 2.5rem 1.5rem 4rem;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .wrapper-inner:before {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 85%;
  top: 50%;
  left: 1.75rem;
  transform: translateY(-50%);
  background-color: #0E0F0C;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .wrapper-inner .outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-anchor {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  z-index: 10;
  top: 0;
  left: 0;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-badge {
  margin-bottom: 1rem !important;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-badge .badge img {
  width: auto !important;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-text {
  margin-bottom: 0.5rem !important;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #0E0F0C;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-text .title h2 > span {
  display: block;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-text .title h2 > span > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0E0F0C;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-link .link .link-content {
  position: relative;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #0E0F0C;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-link .link .link-content:before, .wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-link .link .link-content:after {
  position: absolute;
  content: "";
  height: 2px;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-link .link .link-content:before {
  width: 100% !important;
  bottom: -0.25rem;
  right: 0;
  background-color: #0E0F0C;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-link .link .link-content:after {
  width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #445AA8;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-date .date > span {
  display: inline-block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #454745;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-image {
  overflow: hidden;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-image .image > span {
  display: block;
  transform: scale(1.1);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-image .image img {
  display: block;
  object-fit: cover;
  height: 27.5rem;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content {
  padding-left: 1rem !important;
  color: #445AA8;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content:before, .wizard .article-list.secondary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content:after {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content:before {
  width: 0 !important;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content:after {
  width: 0.75rem;
}
.wizard .article-list.secondary .article-list-content .content-wrapper.primary:hover .content-image .image > span {
  transform: scale(1.15);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.secondary .article-list-footer {
  text-align: center;
  margin-top: 2.5rem !important;
}
@media (max-width: 991.98px) {
  .wizard .article-list.secondary .article-list-content .content-wrapper.primary .wrapper-inner {
    padding: 1rem 1.75rem 1rem 3rem;
  }
  .wizard .article-list.secondary .article-list-content .content-wrapper.primary .wrapper-inner:before {
    left: 1rem;
  }
  .wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-text .title h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-text .desc p {
    font-size: 14px;
    line-height: 18.9px;
  }
  .wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-link .link .link-content {
    font-size: 14px;
    line-height: 18.9px;
  }
  .wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-date .date > span {
    font-size: 12px;
    line-height: 24px;
    line-height: 1.5;
  }
  .wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-image .image img {
    height: 21.5rem;
  }
}
@media (max-width: 767.98px) {
  .wizard .article-list.secondary .article-list-content .content-wrapper.primary .col-wrapper-outer .col-wrapper-inner:nth-child(1) {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem !important;
  }
  .wizard .article-list.secondary .article-list-content .content-wrapper.primary .col-wrapper-outer .col-wrapper-inner:nth-child(2) {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wizard .article-list.secondary .article-list-content .content-wrapper.primary .wrapper-inner {
    padding: 1rem 1.5rem 1rem 2rem;
  }
  .wizard .article-list.secondary .article-list-content .content-wrapper.primary .wrapper-inner:before {
    left: 0.75rem;
  }
  .wizard .article-list.secondary .article-list-content .content-wrapper.primary .content-image .image img {
    height: 12.5rem;
  }
}
.wizard .article-list.tertiary {
  margin-bottom: 1.5rem !important;
}
.wizard .article-list.tertiary .article-list-header {
  margin-bottom: 1.5rem !important;
}
.wizard .article-list.tertiary .article-list-header .header-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #0E0F0C;
}
.wizard .article-list.tertiary .article-list-content .content-slider {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.wizard .article-list.tertiary .article-list-content .content-slider .slick-responsive-auto.primary .slick-next, .wizard .article-list.tertiary .article-list-content .content-slider .slick-responsive-auto.primary .slick-prev {
  display: block;
  z-index: 20;
  width: 3.5rem;
  height: 3.5rem;
  top: calc(100% + 2.5rem);
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wizard .article-list.tertiary .article-list-content .content-slider .slick-responsive-auto.primary .slick-next.slick-disabled, .wizard .article-list.tertiary .article-list-content .content-slider .slick-responsive-auto.primary .slick-prev.slick-disabled {
  opacity: 0.35;
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wizard .article-list.tertiary .article-list-content .content-slider .slick-responsive-auto.primary .slick-next:before, .wizard .article-list.tertiary .article-list-content .content-slider .slick-responsive-auto.primary .slick-prev:before {
  font-family: "Font Awesome 5 Free", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 900;
  display: inline-block;
  padding: 1rem 1.25rem 1rem 1.25rem;
  opacity: 1;
  color: #454745;
  background-color: #EBEBEB;
  border-radius: 50em;
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wizard .article-list.tertiary .article-list-content .content-slider .slick-responsive-auto.primary .slick-next {
  right: 0;
}
.wizard .article-list.tertiary .article-list-content .content-slider .slick-responsive-auto.primary .slick-next:before {
  content: "\f054";
}
.wizard .article-list.tertiary .article-list-content .content-slider .slick-responsive-auto.primary .slick-prev {
  left: calc(100% - 7.5rem);
}
.wizard .article-list.tertiary .article-list-content .content-slider .slick-responsive-auto.primary .slick-prev:before {
  content: "\f053";
}
.wizard .article-list.tertiary .article-list-content .content-slider .slick-responsive-auto.primary .slick-slide {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  outline: none;
}
.wizard .article-list.tertiary .article-list-content .content-slider .slick-responsive-auto.primary .slick-dots {
  display: none !important;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #EBEBEB;
  border-radius: 0.5em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.025), 0 6px 6px rgba(0, 0, 0, 0.05);
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .wrapper-inner {
  position: relative;
  padding: 1.5rem !important;
  padding-left: 2.5rem !important;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .wrapper-inner:before {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 85%;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
  background-color: #0E0F0C;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .wrapper-inner .outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-anchor {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  z-index: 10;
  top: 0;
  left: 0;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-badge {
  margin-bottom: 1rem !important;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-badge .badge img {
  width: auto !important;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-text {
  margin-bottom: 0.5rem !important;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0E0F0C;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-text .title h2 > span {
  display: block;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-text .title h2 > span > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.9px;
  color: #0E0F0C;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-text .desc p > span {
  display: block;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-text .desc p > span > span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-link .link .link-content {
  position: relative;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18.9px;
  text-decoration: none;
  color: #0E0F0C;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-link .link .link-content:before, .wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-link .link .link-content:after {
  position: absolute;
  content: "";
  height: 2px;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-link .link .link-content:before {
  width: 100% !important;
  bottom: -0.25rem;
  right: 0;
  background-color: #0E0F0C;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-link .link .link-content:after {
  width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #445AA8;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-date .date > span {
  display: inline-block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #454745;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-image {
  overflow: hidden;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-image .image > span {
  display: block;
  transform: scale(1.1);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-image .image img {
  display: block;
  object-fit: cover;
  height: 13.5rem;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content {
  padding-left: 1rem !important;
  color: #445AA8;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content:before, .wizard .article-list.tertiary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content:after {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content:before {
  width: 0 !important;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary:hover .content-link .link .link-content:after {
  width: 0.75rem;
}
.wizard .article-list.tertiary .article-list-content .content-wrapper.primary:hover .content-image .image > span {
  transform: scale(1.15);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
@media (max-width: 991.98px) {
  .wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-image .image img {
    height: 10rem;
  }
}
@media (max-width: 767.98px) {
  .wizard .article-list.tertiary .article-list-content .content-wrapper.primary .col-wrapper-outer .col-wrapper-inner:nth-child(1) {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem !important;
  }
  .wizard .article-list.tertiary .article-list-content .content-wrapper.primary .col-wrapper-outer .col-wrapper-inner:nth-child(2) {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wizard .article-list.tertiary .article-list-content .content-wrapper.primary .wrapper-inner {
    padding: 1rem 1.5rem 1rem 2rem;
  }
  .wizard .article-list.tertiary .article-list-content .content-wrapper.primary .wrapper-inner:before {
    left: 0.75rem;
  }
  .wizard .article-list.tertiary .article-list-content .content-wrapper.primary .content-image .image img {
    height: 12.5rem;
  }
}
.wizard .block-quote.primary {
  background-color: #ffffff;
}
.wizard .block-quote.primary .section-wrapper.primary .wrapper-inner {
  position: relative;
  overflow: hidden;
  padding: 4rem 2.5rem;
  background-color: #0E0F0C;
  border-radius: 3.5em;
}
.wizard .block-quote.primary .section-trigger.primary {
  position: absolute;
  width: 100% !important;
  pointer-events: none;
  top: 375px;
}
.wizard .block-quote.primary .block-quote-header {
  text-align: center;
}
.wizard .block-quote.primary .block-quote-header .header-image {
  margin-bottom: 2.5rem !important;
}
.wizard .block-quote.primary .block-quote-header .header-image img {
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wizard .block-quote.primary .block-quote-header .header-text .title {
  margin-bottom: 2.5rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 65%;
}
.wizard .block-quote.primary .block-quote-header .header-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 92px;
  line-height: 1;
  color: #ffffff;
}
.wizard .block-quote.primary .block-quote-header .header-text .subtitle {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 45%;
}
.wizard .block-quote.primary .block-quote-header .header-text .subtitle h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
}
.wizard .block-quote.primary .block-quote-header .header-text .subtitle h4 > span {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .wizard .block-quote.primary .section-wrapper.primary .wrapper-inner {
    padding: 3rem 2rem;
    border-radius: 2.5em;
  }
  .wizard .block-quote.primary .section-trigger.primary {
    top: -100px;
  }
  .wizard .block-quote.primary .block-quote-header .header-image {
    margin-bottom: 1.5rem !important;
  }
  .wizard .block-quote.primary .block-quote-header .header-image img {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 90%;
  }
  .wizard .block-quote.primary .block-quote-header .header-text .title {
    margin-bottom: 1.5rem !important;
    max-width: 80%;
  }
  .wizard .block-quote.primary .block-quote-header .header-text .title h2 {
    font-size: 60px;
    line-height: 1;
  }
  .wizard .block-quote.primary .block-quote-header .header-text .subtitle {
    max-width: 70%;
  }
  .wizard .block-quote.primary .block-quote-header .header-text .subtitle h4 {
    font-size: 20px;
    line-height: 30px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .wizard .block-quote.primary .section-wrapper.primary > .container {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .wizard .block-quote.primary .section-wrapper.primary .wrapper-inner {
    padding: 2.5rem 1.5rem;
    border-radius: 0em;
  }
  .wizard .block-quote.primary .section-trigger.primary {
    top: -200px;
  }
  .wizard .block-quote.primary .block-quote-header .header-image img {
    max-width: 100% !important;
  }
  .wizard .block-quote.primary .block-quote-header .header-text .title {
    max-width: 100% !important;
  }
  .wizard .block-quote.primary .block-quote-header .header-text .title h2 {
    font-size: 40px;
    line-height: 1;
  }
  .wizard .block-quote.primary .block-quote-header .header-text .subtitle {
    max-width: 100% !important;
  }
  .wizard .block-quote.primary .block-quote-header .header-text .subtitle h4 {
    font-size: 16px;
    line-height: 24px;
    line-height: 1.5;
  }
}
.wizard .call-to-action.primary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 110vh;
  margin-top: -30rem;
  margin-bottom: 25rem;
}
.wizard .call-to-action.primary .call-to-action-content {
  max-width: 35%;
}
.wizard .call-to-action.primary .call-to-action-content .content-text {
  margin-bottom: 2.5rem !important;
}
.wizard .call-to-action.primary .call-to-action-content .content-text .title {
  margin-bottom: 0.5rem !important;
}
.wizard .call-to-action.primary .call-to-action-content .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 45.5px;
  line-height: 1.1;
  color: #0E0F0C;
}
.wizard .call-to-action.primary .call-to-action-content .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  line-height: 1.75;
  color: #0E0F0C;
}
.wizard .call-to-action.primary .call-to-action-content .content-button {
  display: flex;
  align-items: center;
}
.wizard .call-to-action.primary .call-to-action-content .content-button .button {
  margin-right: 0.5rem !important;
}
.wizard .call-to-action.primary .call-to-action-content .content-button .button:last-child {
  margin-right: 0rem !important;
}
@media (max-width: 991.98px) {
  .wizard .call-to-action.primary {
    height: 100vh;
    margin-top: -15rem;
    margin-bottom: 5rem;
  }
  .wizard .call-to-action.primary .call-to-action-content {
    max-width: 55%;
  }
  .wizard .call-to-action.primary .call-to-action-content .content-text {
    margin-bottom: 1.5rem !important;
  }
  .wizard .call-to-action.primary .call-to-action-content .content-text .title h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #fff;
  }
  .wizard .call-to-action.primary .call-to-action-content .content-text .desc p {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .wizard .call-to-action.primary {
    margin-bottom: 20rem;
    background: #000;
  }
  .wizard .call-to-action.primary .call-to-action-content {
    text-align: center;
    max-width: 100% !important;
  }
  .wizard .call-to-action.primary .call-to-action-content .content-button {
    flex-direction: column;
  }
  .wizard .call-to-action.primary .call-to-action-content .content-button .button {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
    margin-right: 0rem !important;
  }
  .wizard .call-to-action.primary .call-to-action-content .content-button .button:last-child {
    margin-bottom: 0rem !important;
  }
  .wizard .call-to-action.primary .call-to-action-content .content-button .button .btn-content {
    display: block;
    width: 100% !important;
  }
}
.wizard .call-to-action.secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 110vh;
  margin-bottom: 20rem;
}
.wizard .call-to-action.secondary .call-to-action-content {
  text-align: right;
  margin-left: auto !important;
  max-width: 35%;
}
.wizard .call-to-action.secondary .call-to-action-content .content-text {
  margin-bottom: 2.5rem !important;
}
.wizard .call-to-action.secondary .call-to-action-content .content-text .title {
  margin-bottom: 0.5rem !important;
}
.wizard .call-to-action.secondary .call-to-action-content .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 45.5px;
  line-height: 1.1;
  color: #ffffff;
}
.wizard .call-to-action.secondary .call-to-action-content .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  line-height: 1.75;
  color: #ffffff;
}
.wizard .call-to-action.secondary .call-to-action-content .content-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wizard .call-to-action.secondary .call-to-action-content .content-button .button {
  margin-right: 0.5rem !important;
}
.wizard .call-to-action.secondary .call-to-action-content .content-button .button:last-child {
  margin-right: 0rem !important;
}
@media (max-width: 991.98px) {
  .wizard .call-to-action.secondary {
    height: 100vh;
    margin-bottom: 5rem;
    background: #000;
  }
  .wizard .call-to-action.secondary .call-to-action-content {
    text-align: left;
    margin-left: 0rem !important;
    max-width: 55%;
  }
  .wizard .call-to-action.secondary .call-to-action-content .content-text {
    margin-bottom: 1.5rem !important;
  }
  .wizard .call-to-action.secondary .call-to-action-content .content-text .title h2 {
    font-size: 40px;
    line-height: 1.1;
  }
  .wizard .call-to-action.secondary .call-to-action-content .content-button {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .wizard .call-to-action.secondary .call-to-action-content {
    text-align: center;
    max-width: 100% !important;
    background: #000;
  }
  .wizard .call-to-action.secondary .call-to-action-content .content-button {
    flex-direction: column;
  }
  .wizard .call-to-action.secondary .call-to-action-content .content-button .button {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
    margin-right: 0rem !important;
  }
  .wizard .call-to-action.secondary .call-to-action-content .content-button .button:last-child {
    margin-bottom: 0rem !important;
  }
  .wizard .call-to-action.secondary .call-to-action-content .content-button .button .btn-content {
    display: block;
    width: 100% !important;
  }
}
.wizard .call-to-action.tertiary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  background-color: #ffffff;
}
.wizard .call-to-action.tertiary .call-to-action-content {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 45%;
}
.wizard .call-to-action.tertiary .call-to-action-content .content-text {
  margin-bottom: 2.5rem !important;
}
.wizard .call-to-action.tertiary .call-to-action-content .content-text .title {
  margin-bottom: 0.5rem !important;
}
.wizard .call-to-action.tertiary .call-to-action-content .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 45.5px;
  line-height: 1.1;
  color: #0E0F0C;
}
.wizard .call-to-action.tertiary .call-to-action-content .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  line-height: 1.75;
  color: #0E0F0C;
}
.wizard .call-to-action.tertiary .call-to-action-content .content-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wizard .call-to-action.tertiary .call-to-action-content .content-button .button {
  margin-right: 0.5rem !important;
}
.wizard .call-to-action.tertiary .call-to-action-content .content-button .button:last-child {
  margin-right: 0rem !important;
}
@media (max-width: 991.98px) {
  .wizard .call-to-action.tertiary {
    height: 100% !important;
    padding-top: 2.5rem !important;
  }
  .wizard .call-to-action.tertiary .call-to-action-content {
    max-width: 75%;
  }
  .wizard .call-to-action.tertiary .call-to-action-content .content-text {
    margin-bottom: 1.5rem !important;
  }
  .wizard .call-to-action.tertiary .call-to-action-content .content-text .title h2 {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media (max-width: 767.98px) {
  .wizard .call-to-action.tertiary .call-to-action-content {
    max-width: 100% !important;
  }
  .wizard .call-to-action.tertiary .call-to-action-content .content-button {
    flex-direction: column;
  }
  .wizard .call-to-action.tertiary .call-to-action-content .content-button .button {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
    margin-right: 0rem !important;
  }
  .wizard .call-to-action.tertiary .call-to-action-content .content-button .button:last-child {
    margin-bottom: 0rem !important;
  }
  .wizard .call-to-action.tertiary .call-to-action-content .content-button .button .btn-content {
    display: block;
    width: 100% !important;
  }
}
.wizard .call-to-action.quarter {
  position: relative;
  padding: 4rem 0;
  background-color: #0E0F0C;
}
.wizard .call-to-action.quarter .call-to-action-content .col-content-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .call-to-action.quarter .call-to-action-content .col-content-outer > .row {
  align-items: center;
}
.wizard .call-to-action.quarter .call-to-action-content .col-content-outer .col-content-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wizard .call-to-action.quarter .call-to-action-content .content-image .image img {
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wizard .call-to-action.quarter .call-to-action-content .content-text {
  margin-bottom: 2.5rem !important;
}
.wizard .call-to-action.quarter .call-to-action-content .content-text .title {
  margin-bottom: 2.5rem !important;
}
.wizard .call-to-action.quarter .call-to-action-content .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 45.5px;
  line-height: 1.25;
  color: #ffffff;
}
.wizard .call-to-action.quarter .call-to-action-content .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}
.wizard .call-to-action.quarter .call-to-action-content .content-button {
  display: flex;
  align-items: center;
}
.wizard .call-to-action.quarter .call-to-action-content .content-button .button {
  margin-right: 0.5rem !important;
}
.wizard .call-to-action.quarter .call-to-action-content .content-button .button:last-child {
  margin-right: 0rem !important;
}
@media (max-width: 991.98px) {
  .wizard .call-to-action.quarter {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .wizard .call-to-action.quarter .call-to-action-content .col-content-outer .col-content-inner:first-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .wizard .call-to-action.quarter .call-to-action-content .col-content-outer .col-content-inner:last-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .wizard .call-to-action.quarter .call-to-action-content .content-text .title h2 {
    font-size: 40px;
    line-height: 1.25;
  }
}
@media (max-width: 767.98px) {
  .wizard .call-to-action.quarter {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .wizard .call-to-action.quarter .call-to-action-content {
    text-align: center;
  }
  .wizard .call-to-action.quarter .call-to-action-content .col-content-outer .col-content-inner:first-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .wizard .call-to-action.quarter .call-to-action-content .col-content-outer .col-content-inner:last-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wizard .call-to-action.quarter .call-to-action-content .content-text .title {
    margin-bottom: 1.5rem !important;
  }
  .wizard .call-to-action.quarter .call-to-action-content .content-button .button {
    width: 100% !important;
  }
  .wizard .call-to-action.quarter .call-to-action-content .content-button .button .btn-content {
    display: block;
    width: 100% !important;
    font-size: 14px;
    line-height: 18.9px;
    padding: 0.85rem 1rem;
  }
}
.wizard .call-to-action.quinary {
  position: relative;
  padding: 4rem 0;
  background-color: #0E0F0C;
}
.wizard .call-to-action.quinary .call-to-action-content .col-content-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .call-to-action.quinary .call-to-action-content .col-content-outer > .row {
  align-items: center;
}
.wizard .call-to-action.quinary .call-to-action-content .col-content-outer .col-content-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wizard .call-to-action.quinary .call-to-action-content .content-image .image img {
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wizard .call-to-action.quinary .call-to-action-content .content-text {
  margin-bottom: 2.5rem !important;
}
.wizard .call-to-action.quinary .call-to-action-content .content-text .title {
  margin-bottom: 2.5rem !important;
}
.wizard .call-to-action.quinary .call-to-action-content .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 45.5px;
  line-height: 1.25;
  color: #ffffff;
}
.wizard .call-to-action.quinary .call-to-action-content .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}
.wizard .call-to-action.quinary .call-to-action-content .content-button {
  display: flex;
  align-items: center;
}
.wizard .call-to-action.quinary .call-to-action-content .content-button .button {
  margin-right: 0.5rem !important;
}
.wizard .call-to-action.quinary .call-to-action-content .content-button .button:last-child {
  margin-right: 0rem !important;
}
@media (max-width: 991.98px) {
  .wizard .call-to-action.quinary {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .wizard .call-to-action.quinary .call-to-action-content .col-content-outer .col-content-inner:first-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .wizard .call-to-action.quinary .call-to-action-content .col-content-outer .col-content-inner:last-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .wizard .call-to-action.quinary .call-to-action-content .content-text .title h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .wizard .call-to-action.quinary .call-to-action-content .content-image .image img {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .wizard .call-to-action.quinary {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .wizard .call-to-action.quinary .call-to-action-content {
    text-align: center;
  }
  .wizard .call-to-action.quinary .call-to-action-content .col-content-outer .col-content-inner:first-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2.5rem !important;
  }
  .wizard .call-to-action.quinary .call-to-action-content .col-content-outer .col-content-inner:last-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .wizard .call-to-action.quinary .call-to-action-content .content-text .title {
    margin-bottom: 1.5rem !important;
  }
  .wizard .call-to-action.quinary .call-to-action-content .content-button .button {
    width: 100% !important;
  }
  .wizard .call-to-action.quinary .call-to-action-content .content-button .button .btn-content {
    display: block;
    width: 100% !important;
    font-size: 14px;
    line-height: 18.9px;
    padding: 0.85rem 1rem;
  }
}
.wizard .call-to-action.senary {
  position: relative;
  padding: 4rem 0;
  background-color: #0E0F0C;
}
.wizard .call-to-action.senary .section-trigger.primary {
  position: absolute;
  top: 150px;
}
.wizard .call-to-action.senary .call-to-action-content .col-content-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .call-to-action.senary .call-to-action-content .col-content-outer > .row {
  align-items: center;
}
.wizard .call-to-action.senary .call-to-action-content .col-content-outer .col-content-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wizard .call-to-action.senary .call-to-action-content .col-content-outer .col-content-inner:last-child {
  padding-right: 2.5rem !important;
}
.wizard .call-to-action.senary .call-to-action-content .content-outer {
  display: flex;
  align-items: baseline;
  padding: 2.5rem !important;
  margin: 1.5rem 0 3.5rem 0;
  background-color: #ffffff;
  border-radius: 1.5em;
}
.wizard .call-to-action.senary .call-to-action-content .content-outer > .content-inner {
  margin-right: 5rem;
}
.wizard .call-to-action.senary .call-to-action-content .content-outer > .content-inner:last-child {
  margin-right: 0rem !important;
}
.wizard .call-to-action.senary .call-to-action-content .content-image {
  text-align: center;
}
.wizard .call-to-action.senary .call-to-action-content .content-image .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 100em;
}
.wizard .call-to-action.senary .call-to-action-content .content-image .image > span {
  display: block;
}
.wizard .call-to-action.senary .call-to-action-content .content-image .image > span.icon {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  top: calc(100% - 0.85rem);
  left: 50%;
  transform: translateX(-50%) scale(0.25);
  background-color: #445AA8;
  border-radius: 100%;
}
.wizard .call-to-action.senary .call-to-action-content .content-image .image > span.icon svg {
  display: block;
}
.wizard .call-to-action.senary .call-to-action-content .content-image .image img {
  width: auto !important;
  transform: scale(1.215);
}
.wizard .call-to-action.senary .call-to-action-content .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 45.5px;
  color: #ffffff;
}
.wizard .call-to-action.senary .call-to-action-content .content-caption {
  margin-bottom: 1rem !important;
}
.wizard .call-to-action.senary .call-to-action-content .content-caption .caption > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0E0F0C;
}
.wizard .call-to-action.senary .call-to-action-content .content-value .value {
  display: flex;
  align-items: center;
}
.wizard .call-to-action.senary .call-to-action-content .content-value .value > span {
  display: flex;
  align-items: center;
}
.wizard .call-to-action.senary .call-to-action-content .content-value .value > span.spacer {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.wizard .call-to-action.senary .call-to-action-content .content-value .value > span > span.icon {
  margin-right: 0.5rem !important;
}
.wizard .call-to-action.senary .call-to-action-content .content-value .value > span > span.icon > img {
  max-width: 2rem;
}
.wizard .call-to-action.senary .call-to-action-content .content-value .value > span > span.text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0E0F0C;
}
.wizard .call-to-action.senary .call-to-action-content .content-button {
  display: flex;
  align-items: center;
}
.wizard .call-to-action.senary .call-to-action-content .content-button .button {
  margin-right: 0.5rem !important;
}
.wizard .call-to-action.senary .call-to-action-content .content-button .button:last-child {
  margin-right: 0rem !important;
}
@media (max-width: 991.98px) {
  .wizard .call-to-action.senary {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .wizard .call-to-action.senary .call-to-action-content .col-content-outer .col-content-inner:first-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .wizard .call-to-action.senary .call-to-action-content .col-content-outer .col-content-inner:last-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 1rem !important;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-outer {
    margin-bottom: 2.5rem !important;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-outer > .content-inner {
    margin-right: 4rem;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-image {
    text-align: center;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-image .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 100em;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-image .image > span {
    display: block;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-image .image > span.icon {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    top: calc(100% - 0.85rem);
    left: 50%;
    transform: translateX(-50%) scale(0.25);
    background-color: #445AA8;
    border-radius: 100%;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-image .image > span.icon svg {
    display: block;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-image .image img {
    width: auto !important;
    transform: scale(1.215);
  }
  .wizard .call-to-action.senary .call-to-action-content .content-text .title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .wizard .call-to-action.senary {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .wizard .call-to-action.senary .call-to-action-content .col-content-outer .col-content-inner:first-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-bottom: 1.5rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wizard .call-to-action.senary .call-to-action-content .col-content-outer .col-content-inner:last-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-outer {
    padding: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-outer > .content-inner {
    margin-right: 2rem;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-text {
    text-align: center;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-text .title h2 {
    font-size: 36px;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-caption {
    margin-bottom: 0.5rem !important;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-caption .caption > span {
    font-size: 14px;
    line-height: 18.9px;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-value .value > span.spacer {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-value .value > span > span.icon {
    margin-right: 0.25rem !important;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-value .value > span > span.icon > img {
    max-width: 2rem;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-value .value > span > span.text {
    font-size: 14px;
    line-height: 18.9px;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-button {
    display: block;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-button .button {
    margin-bottom: 0.5rem !important;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-button .button:last-child {
    margin-bottom: 0rem !important;
  }
  .wizard .call-to-action.senary .call-to-action-content .content-button .button .btn-content {
    display: block;
    width: 100% !important;
  }
}
.wizard .call-to-action.septenary {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 80vh;
  background-color: #0E0F0C;
}
.wizard .call-to-action.septenary > div {
  width: 100% !important;
}
.wizard .call-to-action.septenary .call-to-action-content {
  text-align: center;
}
.wizard .call-to-action.septenary .call-to-action-content .content-text {
  margin-bottom: 3rem;
}
.wizard .call-to-action.septenary .call-to-action-content .content-text .title {
  margin-bottom: 1.5rem !important;
}
.wizard .call-to-action.septenary .call-to-action-content .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.25;
  color: #ffffff;
}
.wizard .call-to-action.septenary .call-to-action-content .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  line-height: 1.75;
  color: #ffffff;
}
.wizard .call-to-action.septenary .call-to-action-content .content-text .desc p a {
  color: #445AA8;
}
@media (max-width: 991.98px) {
  .wizard .call-to-action.septenary {
    padding-bottom: 1rem !important;
    height: 55vh;
  }
  .wizard .call-to-action.septenary .call-to-action-content .content-text {
    margin-bottom: 2rem;
  }
  .wizard .call-to-action.septenary .call-to-action-content .content-text .title {
    margin-bottom: 1rem !important;
  }
  .wizard .call-to-action.septenary .call-to-action-content .content-text .title h2 {
    font-size: 40px;
    line-height: 1.25;
  }
}
@media (max-width: 767.98px) {
  .wizard .call-to-action.septenary {
    text-align: left;
    padding-bottom: 0rem !important;
    height: 70vh;
  }
  .wizard .call-to-action.septenary .call-to-action-content .content-text {
    margin-bottom: 1.5rem !important;
  }
  .wizard .call-to-action.septenary .call-to-action-content .content-text .title h2 {
    font-size: 36px;
    line-height: 1.1;
  }
}
.wizard .contact-information.primary .contact-information-header {
  text-align: center;
  margin-bottom: 2.5rem !important;
}
.wizard .contact-information.primary .contact-information-header .header-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.25;
  color: #0E0F0C;
}
.wizard .contact-information.primary .contact-information-content .col-content-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wizard .contact-information.primary .contact-information-content .col-content-outer .col-content-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.wizard .contact-information.primary .contact-information-content .col-content-outer .col-content-inner.col-wide {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wizard .contact-information.primary .contact-information-content .content-wrapper.primary {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 2.5rem !important;
  justify-content: center;
  height: 15.5rem;
  background-color: #EBEBEB;
  border-radius: 1em;
}
.wizard .contact-information.primary .contact-information-content .content-wrapper.primary > .wrapper-inner {
  width: 100% !important;
}
.wizard .contact-information.primary .contact-information-content .content-wrapper.primary .content-icon {
  margin-bottom: 1rem !important;
}
.wizard .contact-information.primary .contact-information-content .content-wrapper.primary .content-icon .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #ffffff;
  border-radius: 100%;
}
.wizard .contact-information.primary .contact-information-content .content-wrapper.primary .content-text {
  margin-bottom: 1rem !important;
}
.wizard .contact-information.primary .contact-information-content .content-wrapper.primary .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #0E0F0C;
}
.wizard .contact-information.primary .contact-information-content .content-wrapper.primary .content-link .col-link-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .contact-information.primary .contact-information-content .content-wrapper.primary .content-link .col-link-outer .col-link-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.wizard .contact-information.primary .contact-information-content .content-wrapper.primary .content-link .link .link-content {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #454745;
}
.wizard .contact-information.primary .contact-information-content .content-wrapper.primary .content-link .link .link-content:hover {
  color: #445AA8;
}
@media (max-width: 991.98px) {
  .wizard .contact-information.primary .contact-information-header {
    margin-bottom: 1.5rem !important;
  }
  .wizard .contact-information.primary .contact-information-header .header-text .title h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .wizard .contact-information.primary .contact-information-content .col-content-outer {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wizard .contact-information.primary .contact-information-content .col-content-outer > .row {
    justify-content: center;
  }
  .wizard .contact-information.primary .contact-information-content .col-content-outer .col-content-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1rem !important;
  }
  .wizard .contact-information.primary .contact-information-content .col-content-outer .col-content-inner.col-wide {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
@media (max-width: 767.98px) {
  .wizard .contact-information.primary .contact-information-content .col-content-outer .col-content-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wizard .contact-information.primary .contact-information-content .col-content-outer .col-content-inner:last-child {
    margin-bottom: 0rem !important;
  }
  .wizard .contact-information.primary .contact-information-content .col-content-outer .col-content-inner.col-wide {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wizard .contact-information.primary .contact-information-content .content-wrapper.primary {
    height: 19.5rem;
  }
  .wizard .contact-information.primary .contact-information-content .content-wrapper.primary .content-link .col-link-outer .col-link-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5rem !important;
  }
  .wizard .contact-information.primary .contact-information-content .content-wrapper.primary .content-link .col-link-outer .col-link-inner:last-child {
    margin-bottom: 1rem !important;
  }
}
.wizard .conversion.primary {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  background-color: #0E0F0C;
}
.wizard .conversion.primary .section-trigger.primary {
  position: absolute;
  width: 100% !important;
  pointer-events: none;
  top: 350px;
}
.wizard .conversion.primary > div {
  width: 100% !important;
}
.wizard .conversion.primary .conversion-header .header-text {
  margin-bottom: 2.5rem !important;
}
.wizard .conversion.primary .conversion-header .header-text .title {
  margin-bottom: 1.5rem !important;
}
.wizard .conversion.primary .conversion-header .header-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  color: #ffffff;
}
.wizard .conversion.primary .conversion-header .header-text .subtitle h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .wizard .conversion.primary .conversion-header .header-text .title h2 {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media (max-width: 767.98px) {
  .wizard .conversion.primary .conversion-header .header-text {
    margin-bottom: 1.5rem !important;
  }
  .wizard .conversion.primary .conversion-header .header-text .title {
    margin-bottom: 1rem !important;
  }
}
.wizard .custom-block.primary {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
  background-color: #EBEBEB;
}
.wizard .custom-block.primary .col-section-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .custom-block.primary .col-section-outer > .row {
  align-items: center;
}
.wizard .custom-block.primary .col-section-outer .col-section-inner:first-child {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.wizard .custom-block.primary .col-section-outer .col-section-inner:last-child {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  margin-left: auto !important;
}
.wizard .custom-block.primary .custom-block-header .header-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 34.5px;
  line-height: 1.5;
  color: #0E0F0C;
}
.wizard .custom-block.primary .custom-block-header .header-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #0E0F0C;
}
.wizard .custom-block.primary .custom-block-content {
  position: relative;
  z-index: 10;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary {
  position: relative;
  z-index: 10;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 1.5em;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary > .wrapper-inner {
  margin-bottom: 1.5rem !important;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary > .wrapper-inner:last-child {
  margin-bottom: 0rem !important;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-head {
  margin-bottom: 1.5rem !important;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-head .head-caption {
  margin-bottom: 0.5rem !important;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-head .head-caption .caption > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.9px;
  color: #454745;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-head .head-form .form-group {
  display: flex;
  align-items: center;
  padding: 0.5rem !important;
  border: 1px solid #c8c9cd;
  border-radius: 0.5em;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-head .head-form .form-group .form-input {
  margin-right: auto !important;
  width: 50%;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-head .head-form .form-group .form-input .form-control {
  width: 100% !important;
  padding: 0.5rem !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  outline: none;
  color: #0E0F0C;
  border: none;
  box-shadow: none;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-head .head-form .form-group .form-option {
  display: flex;
  margin-left: auto !important;
  justify-content: flex-end;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-head .head-form .form-group .form-option > svg {
  margin-right: 0.5rem !important;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-head .head-form .form-group .form-option .form-select2.form-select2-language.primary ~ .select2-container {
  width: 6rem !important;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-head .head-form .form-group .form-option .form-select2.form-select2-language.primary ~ .select2-container .select2-selection .select2-selection__rendered > span > span.text:after {
  margin-left: 0.5rem !important;
  font-family: "Font Awesome 5 Free", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 900;
  content: "\f078";
  font-size: 12px;
  line-height: 24px;
  color: #0E0F0C;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-body .body-list > ul {
  padding-left: 0rem !important;
  list-style: none;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-body .body-list > ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem !important;
  justify-content: space-between;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-body .body-list > ul > li:last-child {
  margin-bottom: 0rem !important;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-body .body-list > ul > li > span {
  display: inline-block;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-body .body-list > ul > li > span:first-child {
  display: flex;
  align-items: center;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-body .body-list > ul > li > span.caption {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0E0F0C;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-body .body-list > ul > li > span.caption i {
  display: inline-block;
  margin-left: 0.25rem !important;
  font-size: 12px;
  line-height: 24px;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-body .body-list > ul > li > span > span {
  display: inline-block;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-body .body-list > ul > li > span > span.icon {
  margin-right: 0.5rem !important;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-body .body-list > ul > li > span > span.icon > i {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  line-height: 20px;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #0E0F0C;
  background-color: #EBEBEB;
  border-radius: 100%;
}
.wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-body .body-list > ul > li > span > span.amount {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0E0F0C;
}
.wizard .custom-block.primary .custom-block-content .content-background {
  position: absolute;
  width: 100% !important;
  z-index: -1;
  bottom: -1.5rem;
}
@media (max-width: 991.98px) {
  .wizard .custom-block.primary {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .wizard .custom-block.primary .col-section-outer .col-section-inner:first-child {
    order: 13;
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wizard .custom-block.primary .col-section-outer .col-section-inner:last-child {
    order: -1;
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-bottom: 2.5rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wizard .custom-block.primary .custom-block-header {
    text-align: center;
  }
  .wizard .custom-block.primary .custom-block-header .header-text .title h2 {
    font-size: 28px;
    line-height: 42px;
    line-height: 1.5;
  }
  .wizard .custom-block.primary .custom-block-content .content-background {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .wizard .custom-block.primary .col-section-outer .col-section-inner {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .wizard .custom-block.primary .col-section-outer .col-section-inner:first-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wizard .custom-block.primary .col-section-outer .col-section-inner:last-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wizard .custom-block.primary .custom-block-header .header-text .title h2 {
    font-size: 24px;
    line-height: 36px;
    line-height: 1.5;
  }
  .wizard .custom-block.primary .custom-block-content .content-wrapper.primary {
    padding: 1.5rem !important;
    border-radius: 1.25em;
  }
  .wizard .custom-block.primary .custom-block-content .content-wrapper.primary > .wrapper-inner {
    margin-bottom: 1rem !important;
  }
  .wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-head {
    margin-bottom: 1rem !important;
  }
  .wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-head .head-form .form-group .form-input {
    width: 45%;
  }
  .wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-head .head-form .form-group .form-input .form-control {
    font-size: 16px;
    line-height: 24px;
  }
  .wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-body .body-list > ul > li > span.caption {
    font-size: 14px;
    line-height: 18.9px;
  }
  .wizard .custom-block.primary .custom-block-content .content-wrapper.primary .content-body .body-list > ul > li > span > span.amount {
    font-size: 14px;
    line-height: 18.9px;
  }
}
.wizard .data-list.primary {
  padding-bottom: 2.5rem !important;
  background-color: #ffffff;
}
.wizard .data-list.primary .data-list-content .col-content-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wizard .data-list.primary .data-list-content .col-content-outer .col-content-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.wizard .data-list.primary .data-list-content .content-wrapper.primary {
  text-align: center;
}
.wizard .data-list.primary .data-list-content .content-wrapper.primary .content-amount {
  margin-bottom: 0.5rem !important;
}
.wizard .data-list.primary .data-list-content .content-wrapper.primary .content-amount .amount > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 45.5px;
  color: #445AA8;
}
.wizard .data-list.primary .data-list-content .content-wrapper.primary .content-caption .caption > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #454745;
}
@media (max-width: 991.98px) {
  .wizard .data-list.primary {
    padding-bottom: 0rem !important;
  }
  .wizard .data-list.primary .data-list-content .col-content-outer {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wizard .data-list.primary .data-list-content .content-wrapper.primary .content-amount .amount > span {
    font-size: 32px;
    line-height: 48px;
  }
  .wizard .data-list.primary .data-list-content .content-wrapper.primary .content-caption .caption > span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .wizard .data-list.primary .data-list-content .col-content-outer .col-content-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2.5rem !important;
  }
}
.wizard .hero.primary {
  text-align: center;
  padding-top: 1.5rem !important;
  background-color: #ffffff;
}
.wizard .hero.primary > .container {
  padding-bottom: 0rem !important;
}
.wizard .hero.primary .hero-header {
  margin-bottom: 7.5rem;
}
.wizard .hero.primary .hero-header .header-text {
  margin-bottom: 2.5rem !important;
}
.wizard .hero.primary .hero-header .header-text .title {
  margin-bottom: 1.5rem !important;
}
.wizard .hero.primary .hero-header .header-text .title h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 1.15;
  color: #0E0F0C;
}
.wizard .hero.primary .hero-header .header-text .subtitle h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #454745;
}
.wizard .hero.primary .hero-content .content-image .image {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 28.5rem;
}
.wizard .hero.primary .hero-content .content-image .image > img {
  display: block;
  transform: translateY(0.75rem);
}
@media (max-width: 991.98px) {
  .wizard .hero.primary {
    padding-top: 0.5rem !important;
    padding-bottom: 1rem !important;
  }
  .wizard .hero.primary .hero-header {
    margin-bottom: 3.5rem;
  }
  .wizard .hero.primary .hero-header .header-text .title h1 {
    font-size: 50px;
    line-height: 1.1;
  }
  .wizard .hero.primary .hero-content .content-image .image {
    max-width: 20rem;
  }
}
@media (max-width: 767.98px) {
  .wizard .hero.primary {
    text-align: left;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .wizard .hero.primary .hero-header {
    margin-bottom: 2.5rem !important;
  }
  .wizard .hero.primary .hero-header .header-text {
    margin-bottom: 1.5rem !important;
  }
  .wizard .hero.primary .hero-header .header-text .title {
    margin-bottom: 1rem !important;
  }
  .wizard .hero.primary .hero-header .header-text .title h1 {
    font-size: 48px;
    line-height: 72px;
    line-height: 1.1;
  }
  .wizard .hero.primary .hero-header .header-text .title h1 br {
    display: none;
  }
  .wizard .hero.primary .hero-header .header-text .subtitle h4 br {
    display: none;
  }
  .wizard .hero.primary .hero-header .header-button {
    text-align: center;
  }
  .wizard .hero.primary .hero-content .content-image .image {
    max-width: 15rem;
  }
}
.wizard .hero.secondary {
  position: relative;
  text-align: center;
  padding-top: 1.5rem !important;
  z-index: 10;
}
.wizard .hero.secondary:before {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #000 0%, #454745 65%, #9FE870 65%, #FFF 65%, #FFF 100%);
}
.wizard .hero.secondary .hero-header {
  margin-bottom: 6.5rem;
}
.wizard .hero.secondary .hero-header .header-text {
  margin-bottom: 2.5rem !important;
}
.wizard .hero.secondary .hero-header .header-text .title {
  margin-bottom: 1.5rem !important;
}
.wizard .hero.secondary .hero-header .header-text .title h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 1.25;
  color: #ffffff;
}
.wizard .hero.secondary .hero-header .header-text .desc {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 60%;
}
.wizard .hero.secondary .hero-header .header-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.wizard .hero.secondary .hero-header .header-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wizard .hero.secondary .hero-header .header-button .button {
  margin-right: 0.5rem !important;
}
.wizard .hero.secondary .hero-header .header-button .button:last-child {
  margin-right: 0rem !important;
}
.wizard .hero.secondary .hero-content .content-image .image img {
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 991.98px) {
  .wizard .hero.secondary {
    padding-top: 0.5rem !important;
  }
  .wizard .hero.secondary:before {
    background: linear-gradient(180deg, #000 0%, #454745 75%, #9FE870 75%, #FFF 75%, #FFF 100%);
  }
  .wizard .hero.secondary .hero-header {
    margin-bottom: 3.5rem;
  }
  .wizard .hero.secondary .hero-header .header-text .title h1 {
    font-size: 50px;
    line-height: 1.1;
  }
  .wizard .hero.secondary .hero-header .header-text .desc {
    max-width: 85%;
  }
  .wizard .hero.secondary .hero-content .content-image .image img {
    max-width: 25rem;
  }
}
@media (max-width: 767.98px) {
  .wizard .hero.secondary {
    padding-top: 0rem !important;
  }
  .wizard .hero.secondary:before {
    background: linear-gradient(180deg, #000 0%, #454745 80%, #9FE870 80%, #FFF 80%, #FFF 100%);
  }
  .wizard .hero.secondary .hero-header {
    margin-bottom: 2.5rem !important;
  }
  .wizard .hero.secondary .hero-header .header-text {
    margin-bottom: 1.5rem !important;
  }
  .wizard .hero.secondary .hero-header .header-text .title {
    margin-bottom: 1rem !important;
  }
  .wizard .hero.secondary .hero-header .header-text .title h1 {
    font-size: 48px;
    line-height: 72px;
    line-height: 1.1;
  }
  .wizard .hero.secondary .hero-header .header-text .title h1 br {
    display: none;
  }
  .wizard .hero.secondary .hero-header .header-text .desc {
    max-width: 100% !important;
  }
  .wizard .hero.secondary .hero-header .header-button {
    display: block;
  }
  .wizard .hero.secondary .hero-header .header-button .button {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
    margin-right: 0rem !important;
  }
  .wizard .hero.secondary .hero-header .header-button .button:last-child {
    margin-bottom: 0rem !important;
  }
  .wizard .hero.secondary .hero-header .header-button .button .btn-header {
    display: block;
    width: 100% !important;
  }
  .wizard .hero.secondary .hero-content .content-image .image img {
    max-width: 20rem;
  }
}
.wizard .hero.tertiary {
  display: flex;
  align-items: center;
  padding-top: 1.5rem !important;
  justify-content: center;
  height: 100vh;
  background-color: #0E0F0C;
}
.wizard .hero.tertiary > div {
  width: 100% !important;
}
.wizard .hero.tertiary .hero-content .col-content-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .hero.tertiary .hero-content .col-content-outer > .row {
  align-items: center;
}
.wizard .hero.tertiary .hero-content .col-content-outer .col-content-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wizard .hero.tertiary .hero-content .col-content-outer .col-content-inner:first-child {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  margin-right: auto !important;
}
.wizard .hero.tertiary .hero-content .content-image .image img {
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wizard .hero.tertiary .hero-content .content-text {
  margin-bottom: 2.5rem !important;
}
.wizard .hero.tertiary .hero-content .content-text .title {
  margin-bottom: 1.5rem !important;
}
.wizard .hero.tertiary .hero-content .content-text .title h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 58.5px;
  line-height: 1.25;
  color: #ffffff;
}
.wizard .hero.tertiary .hero-content .content-text .subtitle h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}
.wizard .hero.tertiary .hero-content .content-button {
  display: flex;
  align-items: center;
}
.wizard .hero.tertiary .hero-content .content-button .button {
  margin-right: 0.5rem !important;
}
.wizard .hero.tertiary .hero-content .content-button .button:last-child {
  margin-right: 0rem !important;
}
@media (max-width: 991.98px) {
  .wizard .hero.tertiary {
    padding-top: 0.5rem !important;
  }
  .wizard .hero.tertiary .hero-content {
    text-align: center;
  }
  .wizard .hero.tertiary .hero-content .col-content-outer .col-content-inner {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wizard .hero.tertiary .hero-content .col-content-outer .col-content-inner:first-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-bottom: 4rem;
  }
  .wizard .hero.tertiary .hero-content .col-content-outer .col-content-inner:last-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wizard .hero.tertiary .hero-content .content-image .image img {
    width: 100% !important;
  }
  .wizard .hero.tertiary .hero-content .content-text .title h1 {
    font-size: 50px;
    line-height: 1.25;
  }
  .wizard .hero.tertiary .hero-content .content-button {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .wizard .hero.tertiary {
    padding-top: 0rem !important;
  }
  .wizard .hero.tertiary .hero-content .col-content-outer .col-content-inner:first-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    margin-bottom: 2.5rem !important;
  }
  .wizard .hero.tertiary .hero-content .col-content-outer .col-content-inner:last-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wizard .hero.tertiary .hero-content .content-text .desc p {
    font-size: 16px;
    line-height: 24px;
    line-height: 1.75;
  }
  .wizard .hero.tertiary .hero-content .content-button .button {
    width: 100% !important;
  }
  .wizard .hero.tertiary .hero-content .content-button .button .btn-content {
    display: block;
    width: 100% !important;
    font-size: 14px;
    line-height: 18.9px;
    padding: 0.85rem 1rem;
  }
}
.wizard .hero.quarter {
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 1.5rem !important;
  justify-content: center;
  height: 80vh;
  background-color: #0E0F0C;
}
.wizard .hero.quarter > div {
  width: 100% !important;
}
.wizard .hero.quarter .hero-header {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 70%;
}
.wizard .hero.quarter .hero-header .header-text .title {
  margin-bottom: 2.5rem !important;
}
.wizard .hero.quarter .hero-header .header-text .title h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 75px;
  line-height: 1.25;
  color: #ffffff;
}
.wizard .hero.quarter .hero-header .header-text .subtitle h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .wizard .hero.quarter {
    padding-top: 0.5rem !important;
    padding-bottom: 1rem !important;
    height: 60vh;
  }
  .wizard .hero.quarter .hero-header .header-text .title h1 {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media (max-width: 767.98px) {
  .wizard .hero.quarter {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    height: 70vh;
  }
  .wizard .hero.quarter .hero-header {
    max-width: 100% !important;
  }
  .wizard .hero.quarter .hero-header .header-text .title {
    margin-bottom: 1rem !important;
  }
  .wizard .hero.quarter .hero-header .header-text .title h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  .wizard .hero.quarter .hero-header .header-text .title h1 br {
    display: none;
  }
}
.wizard .hero.quinary {
  position: relative;
  text-align: center;
  padding-top: 1.5rem !important;
  z-index: 10;
}
.wizard .hero.quinary:before {
  position: absolute;
  width: 100% !important;
  content: "";
  z-index: -1;
  height: 70%;
  top: 0;
  left: 0;
  background-color: #0E0F0C;
}
.wizard .hero.quinary > div {
  width: 100% !important;
}
.wizard .hero.quinary .hero-header {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 70%;
  margin-bottom: 6.5rem;
}
.wizard .hero.quinary .hero-header .header-text .title {
  margin-bottom: 2.5rem !important;
}
.wizard .hero.quinary .hero-header .header-text .title h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 75px;
  line-height: 1.25;
  color: #ffffff;
}
.wizard .hero.quinary .hero-header .header-text .subtitle h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.wizard .hero.quinary .hero-content .content-image .image {
  overflow: hidden;
  border-radius: 2.5em;
}
.wizard .hero.quinary .hero-content .content-image .image img {
  display: block;
  transform: scale(1.025);
}
@media (max-width: 991.98px) {
  .wizard .hero.quinary {
    padding-top: 0.5rem !important;
    padding-bottom: 1rem !important;
  }
  .wizard .hero.quinary:before {
    height: 65%;
  }
  .wizard .hero.quinary .hero-header {
    margin-bottom: 4rem;
  }
  .wizard .hero.quinary .hero-header .header-text .title h1 {
    font-size: 50px;
    line-height: 1.1;
  }
  .wizard .hero.quinary .hero-content .content-image .image {
    border-radius: 1.5em;
  }
}
@media (max-width: 767.98px) {
  .wizard .hero.quinary {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .wizard .hero.quinary:before {
    height: 75%;
  }
  .wizard .hero.quinary .hero-header {
    max-width: 100% !important;
    margin-bottom: 2.5rem !important;
  }
  .wizard .hero.quinary .hero-header .header-text .title {
    margin-bottom: 1rem !important;
  }
  .wizard .hero.quinary .hero-header .header-text .title h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  .wizard .hero.quinary .hero-header .header-text .title h1 br {
    display: none;
  }
  .wizard .hero.quinary .hero-content .content-image .image {
    border-radius: 1em;
  }
}
.wizard .hero.senary {
  margin-bottom: -400px;
}
.wizard .hero.senary.inactive .hero-header {
  opacity: 1;
  transform: translateY(0);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary.inactive .hero-content {
  transform: translateY(5rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary.inactive .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-image {
  opacity: 0;
}
.wizard .hero.senary.inactive .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-image .image .list {
  opacity: 0;
}
.wizard .hero.senary.inactive .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-text {
  opacity: 0;
}
.wizard .hero.senary.inactive .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-form {
  opacity: 0;
}
.wizard .hero.senary.inactive .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-caption {
  opacity: 0;
}
.wizard .hero.senary.inactive .hero-content .content-slider .slick-responsive-auto.primary .slick-dots {
  opacity: 0;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary.active .hero-header {
  opacity: 0;
  transform: translateY(-10rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary.active .hero-content {
  transform: translateY(-25rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary.active .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-image {
  opacity: 1;
}
.wizard .hero.senary.active .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-image .image .list {
  opacity: 1;
}
.wizard .hero.senary.active .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-text {
  opacity: 1;
}
.wizard .hero.senary.active .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-form {
  opacity: 1;
}
.wizard .hero.senary.active .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-caption {
  opacity: 1;
}
.wizard .hero.senary.active .hero-content .content-slider .slick-responsive-auto.primary .slick-dots {
  opacity: 1;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary .section-wrapper.primary {
  position: relative;
}
.wizard .hero.senary .section-wrapper.primary:before {
  position: absolute;
  width: 100% !important;
  content: "";
  pointer-events: none;
  height: 15rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #050503 21.21%, rgba(5, 5, 3, 0) 99.9%);
}
.wizard .hero.senary .section-wrapper.primary > .wrapper-inner {
  position: absolute;
  width: 100% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wizard .hero.senary .section-wrapper.primary .section-background .background img {
  object-fit: cover;
  height: 250vh;
}
.wizard .hero.senary .hero-header {
  text-align: center;
}
.wizard .hero.senary .hero-header .header-text {
  margin-bottom: 2.5rem !important;
}
.wizard .hero.senary .hero-header .header-text .title {
  margin-bottom: 1.5rem !important;
}
.wizard .hero.senary .hero-header .header-text .title h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 1.25;
  color: #ffffff;
}
.wizard .hero.senary .hero-header .header-text .desc {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 60%;
}
.wizard .hero.senary .hero-header .header-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.wizard .hero.senary .hero-header .header-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wizard .hero.senary .hero-header .header-button .button {
  margin-right: 0.5rem !important;
}
.wizard .hero.senary .hero-header .header-button .button:last-child {
  margin-right: 0rem !important;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-prev, .wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-next {
  display: none !important;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide {
  outline: none;
  box-shadow: none;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide:nth-child(1) .content-wrapper.primary .content-image .list > ul > li:nth-child(1) {
  top: 5%;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide:nth-child(1) .content-wrapper.primary .content-image .list > ul > li:nth-child(2) {
  top: 35%;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide:nth-child(1) .content-wrapper.primary .content-image .list > ul > li:nth-child(3) {
  top: 55%;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide:nth-child(1) .content-wrapper.primary .content-image .list > ul > li:nth-child(4) {
  top: 80%;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide:nth-child(2) .content-image .list > ul > li:nth-child(1) {
  top: -12.5%;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide:nth-child(2) .content-image .list > ul > li:nth-child(2) {
  top: 10%;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide:nth-child(2) .content-image .list > ul > li:nth-child(3) {
  top: 55%;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-image {
  opacity: 1;
  transform: translateY(0);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-image .image .list > ul > li > span {
  opacity: 1;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 0.5s;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-image .image .list > ul > li > span:before, .wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-image .image .list > ul > li > span:after {
  opacity: 1;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-image .image .list > ul > li > span:before {
  transform: scale(1);
  transition-delay: 0.75s;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-image .image .list > ul > li > span:after {
  width: 16.5rem;
  transition-delay: 1s;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-text {
  opacity: 1;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-form {
  opacity: 1;
  bottom: 18.5rem;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 0.5s;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-slide.slick-current .content-wrapper.primary .content-caption {
  opacity: 1;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 1s;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-dots {
  align-items: center;
  text-align: center;
  width: auto !important;
  display: inline-block !important;
  justify-content: center;
  opacity: 0;
  bottom: 60%;
  right: 0;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-dots li {
  display: block;
  margin: 0.5rem 0.25rem;
  width: 1rem;
  height: 1rem;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-dots li button {
  padding: 0rem !important;
  width: 1rem;
  height: 1rem;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-dots li button:before {
  display: none;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-dots li button:after {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  opacity: 0.5;
  background-color: #ffffff;
  border-radius: 50px;
  transition: 0.5s ease;
}
.wizard .hero.senary .hero-content .content-slider .slick-responsive-auto.primary .slick-dots li.slick-active button:after {
  opacity: 1;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary {
  position: relative;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  min-height: 40rem;
  opacity: 0;
  transform: translateY(10rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image {
  position: relative;
  display: inline-block;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image img {
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image .list {
  opacity: 0;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image .list > ul {
  list-style: none;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image .list > ul > li {
  position: absolute;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image .list > ul > li.list-left {
  left: -100%;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image .list > ul > li.list-left > span:before, .wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image .list > ul > li.list-left > span:after {
  right: -7.5rem;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image .list > ul > li.list-right {
  right: -100%;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image .list > ul > li.list-right > span:before, .wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image .list > ul > li.list-right > span:after {
  left: -7.5rem;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image .list > ul > li > span {
  position: relative;
  display: inline-block;
  width: 11rem;
  opacity: 0;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image .list > ul > li > span:before, .wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image .list > ul > li > span:after {
  position: absolute;
  content: "";
  opacity: 0;
  background-color: #ffffff;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image .list > ul > li > span:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  top: 1.5rem;
  transform: scale(0);
  border-radius: 100%;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-image .image .list > ul > li > span:after {
  width: 0;
  height: 3px;
  top: 2.35rem;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-text {
  position: absolute;
  padding-left: 1.5rem !important;
  max-width: 23.5rem;
  opacity: 0;
  top: 2rem;
  left: 0;
  border-left: 8.5px solid #445AA8;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.25;
  color: #ffffff;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-list > ul > li {
  position: absolute;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-form {
  position: absolute;
  display: inline-block;
  width: 15rem;
  opacity: 0;
  right: 0;
  bottom: 10rem;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-form .form-group .form-counter {
  display: flex;
  align-items: center;
  margin-bottom: 1rem !important;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-form .form-group .form-counter > input {
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 10rem;
  color: #ffffff;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-form .form-group .form-counter > span > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 2.25rem;
  height: 2.25rem;
  opacity: 0.75;
  color: #0E0F0C;
  background-color: #ffffff;
  border-radius: 100%;
  transition: 0.3s ease;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-form .form-group .form-counter > span:hover > i {
  opacity: 1;
  transition: 0.3s ease;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-form .form-group .form-button .button {
  width: 100% !important;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-form .form-group .form-button .button .btn-form {
  display: block;
  width: 100% !important;
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-caption {
  text-align: center;
  margin-top: 2.5rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 70%;
  opacity: 0;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .hero.senary .hero-content .content-slider .content-wrapper.primary .content-caption .caption > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .wizard .hero.senary .section-wrapper.primary .section-background .background img {
    height: 140vh;
  }
}
@media (max-width: 767.98px) {
  .wizard .hero.senary .section-wrapper.primary .section-background .background img {
    height: 100vh;
  }
}
.wizard .logo-list.primary {
  padding-bottom: 2.5rem !important;
  background-color: #ffffff;
}
.wizard .logo-list.primary .logo-list-content .col-content-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .logo-list.primary .logo-list-content .col-content-outer > .row {
  justify-content: center;
}
.wizard .logo-list.primary .logo-list-content .col-content-outer .col-content-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  max-width: 20%;
}
@media (max-width: 991.98px) {
  .wizard .logo-list.primary > .container {
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
  }
  .wizard .logo-list.primary .logo-list-content .col-content-outer .col-content-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 2.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .wizard .logo-list.primary {
    padding-bottom: 1rem !important;
  }
  .wizard .logo-list.primary .logo-list-content .col-content-outer .col-content-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 1rem 1rem 1rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.wizard .map-iframe.primary .map-iframe-content .content-iframe .iframe iframe {
  width: 100% !important;
  object-fit: cover;
  height: 30rem;
  border: none;
}
@media (max-width: 991.98px) {
  .wizard .map-iframe.primary .map-iframe-content .content-iframe .iframe iframe {
    height: 25rem;
  }
}
.wizard .picture-left-text-right.primary .picture-left-text-right-content .col-content-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .picture-left-text-right.primary .picture-left-text-right-content .col-content-outer > .row {
  align-items: center;
}
.wizard .picture-left-text-right.primary .picture-left-text-right-content .col-content-outer .col-content-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wizard .picture-left-text-right.primary .picture-left-text-right-content .col-content-outer .col-content-inner:last-child {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.wizard .picture-left-text-right.primary .picture-left-text-right-content .content-image .image {
  overflow: hidden;
  border-radius: 2em;
}
.wizard .picture-left-text-right.primary .picture-left-text-right-content .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 34.5px;
  line-height: 1.5;
  color: #0E0F0C;
}
.wizard .picture-left-text-right.primary .picture-left-text-right-content .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #0E0F0C;
}
@media (max-width: 991.98px) {
  .wizard .picture-left-text-right.primary .picture-left-text-right-content .col-content-outer .col-content-inner:last-child {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .wizard .picture-left-text-right.primary .picture-left-text-right-content .content-image .image {
    border-radius: 1em;
  }
  .wizard .picture-left-text-right.primary .picture-left-text-right-content .content-text .title h2 {
    font-size: 28px;
    line-height: 42px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .wizard .picture-left-text-right.primary .picture-left-text-right-content {
    text-align: center;
  }
  .wizard .picture-left-text-right.primary .picture-left-text-right-content .col-content-outer .col-content-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem !important;
  }
  .wizard .picture-left-text-right.primary .picture-left-text-right-content .col-content-outer .col-content-inner:last-child {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-bottom: 0rem !important;
  }
  .wizard .picture-left-text-right.primary .picture-left-text-right-content .content-text .title h2 {
    font-size: 24px;
    line-height: 36px;
    line-height: 1.5;
  }
}
.wizard .picture-left-text-right.secondary .picture-left-text-right-content .col-content-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .picture-left-text-right.secondary .picture-left-text-right-content .col-content-outer > .row {
  align-items: center;
}
.wizard .picture-left-text-right.secondary .picture-left-text-right-content .col-content-outer .col-content-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wizard .picture-left-text-right.secondary .picture-left-text-right-content .col-content-outer .col-content-inner:last-child {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.wizard .picture-left-text-right.secondary .picture-left-text-right-content .content-image .image {
  overflow: hidden;
  border-radius: 2em;
}
.wizard .picture-left-text-right.secondary .picture-left-text-right-content .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 34.5px;
  line-height: 1.5;
  color: #0E0F0C;
}
.wizard .picture-left-text-right.secondary .picture-left-text-right-content .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #0E0F0C;
}
@media (max-width: 991.98px) {
  .wizard .picture-left-text-right.secondary .picture-left-text-right-content .col-content-outer .col-content-inner:last-child {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .wizard .picture-left-text-right.secondary .picture-left-text-right-content .content-image .image {
    border-radius: 1em;
  }
  .wizard .picture-left-text-right.secondary .picture-left-text-right-content .content-text .title h2 {
    font-size: 28px;
    line-height: 42px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .wizard .picture-left-text-right.secondary .picture-left-text-right-content {
    text-align: center;
  }
  .wizard .picture-left-text-right.secondary .picture-left-text-right-content .col-content-outer .col-content-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem !important;
  }
  .wizard .picture-left-text-right.secondary .picture-left-text-right-content .col-content-outer .col-content-inner:last-child {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-bottom: 0rem !important;
  }
  .wizard .picture-left-text-right.secondary .picture-left-text-right-content .content-text .title h2 {
    font-size: 24px;
    line-height: 36px;
    line-height: 1.5;
  }
}
.wizard .picture-right-text-left.primary {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
  background-color: #EBEBEB;
}
.wizard .picture-right-text-left.primary .picture-right-text-left-content .col-content-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .picture-right-text-left.primary .picture-right-text-left-content .col-content-outer > .row {
  align-items: center;
}
.wizard .picture-right-text-left.primary .picture-right-text-left-content .col-content-outer .col-content-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wizard .picture-right-text-left.primary .picture-right-text-left-content .col-content-outer .col-content-inner:first-child {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.wizard .picture-right-text-left.primary .picture-right-text-left-content .content-image .image {
  overflow: hidden;
  border-radius: 2em;
}
.wizard .picture-right-text-left.primary .picture-right-text-left-content .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 34.5px;
  line-height: 1.5;
  color: #0E0F0C;
}
.wizard .picture-right-text-left.primary .picture-right-text-left-content .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #0E0F0C;
}
@media (max-width: 991.98px) {
  .wizard .picture-right-text-left.primary {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .wizard .picture-right-text-left.primary .picture-right-text-left-content .col-content-outer .col-content-inner:first-child {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .wizard .picture-right-text-left.primary .picture-right-text-left-content .content-image .image {
    border-radius: 1em;
  }
  .wizard .picture-right-text-left.primary .picture-right-text-left-content .content-text .title h2 {
    font-size: 28px;
    line-height: 42px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .wizard .picture-right-text-left.primary {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .wizard .picture-right-text-left.primary .picture-right-text-left-content {
    text-align: center;
  }
  .wizard .picture-right-text-left.primary .picture-right-text-left-content .col-content-outer .col-content-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem !important;
  }
  .wizard .picture-right-text-left.primary .picture-right-text-left-content .col-content-outer .col-content-inner:first-child {
    order: 13;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-bottom: 0rem !important;
  }
  .wizard .picture-right-text-left.primary .picture-right-text-left-content .col-content-outer .col-content-inner:last-child {
    order: -1;
  }
  .wizard .picture-right-text-left.primary .picture-right-text-left-content .content-text .title h2 {
    font-size: 24px;
    line-height: 36px;
    line-height: 1.5;
  }
}
.wizard .picture-top-text-bottom.primary .picture-top-text-bottom-content .content-wrapper.primary {
  text-align: center;
}
.wizard .picture-top-text-bottom.primary .picture-top-text-bottom-content .content-wrapper.primary .content-image {
  margin-bottom: 3rem;
}
.wizard .picture-top-text-bottom.primary .picture-top-text-bottom-content .content-wrapper.primary .content-image .image {
  overflow: hidden;
  border-radius: 2em;
}
.wizard .picture-top-text-bottom.primary .picture-top-text-bottom-content .content-wrapper.primary .content-text {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 70%;
}
.wizard .picture-top-text-bottom.primary .picture-top-text-bottom-content .content-wrapper.primary .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 45.5px;
  line-height: 1.5;
  color: #0E0F0C;
}
.wizard .picture-top-text-bottom.primary .picture-top-text-bottom-content .content-wrapper.primary .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #0E0F0C;
}
@media (max-width: 991.98px) {
  .wizard .picture-top-text-bottom.primary .picture-top-text-bottom-content .content-wrapper.primary .content-image {
    margin-bottom: 1.5rem !important;
  }
  .wizard .picture-top-text-bottom.primary .picture-top-text-bottom-content .content-wrapper.primary .content-image .image {
    border-radius: 1em;
  }
  .wizard .picture-top-text-bottom.primary .picture-top-text-bottom-content .content-wrapper.primary .content-text {
    max-width: 85%;
  }
  .wizard .picture-top-text-bottom.primary .picture-top-text-bottom-content .content-wrapper.primary .content-text .title h2 {
    font-size: 36px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .wizard .picture-top-text-bottom.primary .picture-top-text-bottom-content .content-wrapper.primary .content-text {
    max-width: 100% !important;
  }
  .wizard .picture-top-text-bottom.primary .picture-top-text-bottom-content .content-wrapper.primary .content-text .title h2 {
    font-size: 28px;
    line-height: 42px;
    line-height: 1.5;
  }
}
.wizard .picture-text-block.three-column .picture-text-block-content .col-content-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .picture-text-block.three-column .picture-text-block-content .col-content-outer > .row {
  justify-content: center;
}
.wizard .picture-text-block.three-column .picture-text-block-content .col-content-outer .col-content-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 991.98px) {
  .wizard .picture-text-block.three-column .picture-text-block-content .col-content-outer > .row {
    display: -webkit-box;
    overflow-y: hidden;
    overflow-x: auto;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
    flex-wrap: nowrap;
  }
  .wizard .picture-text-block.three-column .picture-text-block-content .col-content-outer .col-content-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-bottom: 0rem !important;
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .wizard .picture-text-block.three-column .picture-text-block-content .col-content-outer > .row {
    display: flex;
    overflow: hidden;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    flex-wrap: wrap;
  }
  .wizard .picture-text-block.three-column .picture-text-block-content .col-content-outer .col-content-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100% !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
    margin-bottom: 1rem !important;
  }
  .wizard .picture-text-block.three-column .picture-text-block-content .col-content-outer .col-content-inner:last-child {
    margin-bottom: 0rem !important;
  }
}
.wizard .picture-text-block.primary {
  padding: 4rem 0;
}
.wizard .picture-text-block.primary .picture-text-block-header {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 80%;
  margin-bottom: 5rem;
}
.wizard .picture-text-block.primary .picture-text-block-header .header-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 57px;
  line-height: 1;
  color: #0E0F0C;
}
.wizard .picture-text-block.primary .picture-text-block-content .col-content-outer:hover .col-content-inner:not(:hover) {
  opacity: 0.35;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.primary .picture-text-block-content .col-content-outer .col-content-inner {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  z-index: 10;
  height: 32.5rem;
  padding: 2.5rem 2rem;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary:before {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  content: "";
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EBEBEB;
  border-radius: 2em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary > .wrapper-inner {
  width: 100% !important;
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary .content-image {
  margin-bottom: 2.5rem !important;
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary .content-image .image {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary .content-image .image img {
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary .content-text .title {
  margin-bottom: 1rem !important;
  height: 5rem;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 42px;
  line-height: 1.25;
  color: #0E0F0C;
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary .content-text .desc {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #454745;
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary:hover {
  cursor: pointer;
  transform: translateY(-1.5rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary:hover:before {
  height: 90% !important;
  border-top-left-radius: 10em;
  border-top-right-radius: 10em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary:hover .content-image .image {
  transform: translateY(-1.5rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 0.1s;
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary:hover .content-text .title {
  transform: translateY(-0.75rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 0.2s;
}
.wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary:hover .content-text .desc {
  transform: translateY(-0.75rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 0.3s;
}
@media (max-width: 991.98px) {
  .wizard .picture-text-block.primary {
    padding-top: 2.5rem !important;
  }
  .wizard .picture-text-block.primary .picture-text-block-header {
    max-width: 100% !important;
    margin-bottom: 4rem;
  }
  .wizard .picture-text-block.primary .picture-text-block-header .header-text .title h2 {
    font-size: 50px;
    line-height: 1;
  }
  .wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary {
    height: 28.5rem;
  }
  .wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary .content-image {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .wizard .picture-text-block.primary {
    padding-top: 0.5rem !important;
  }
  .wizard .picture-text-block.primary .picture-text-block-header {
    margin-bottom: 2.5rem !important;
  }
  .wizard .picture-text-block.primary .picture-text-block-header .header-text .title h2 {
    font-size: 35px;
    line-height: 1;
  }
  .wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary {
    height: 100% !important;
  }
  .wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary .content-text .title {
    height: 100% !important;
    margin-bottom: 0.5rem !important;
  }
  .wizard .picture-text-block.primary .picture-text-block-content .content-wrapper.primary .content-text .title h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.wizard .picture-text-block.secondary {
  padding: 4rem 0;
  background-color: #EBEBEB;
}
.wizard .picture-text-block.secondary .picture-text-block-header {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 80%;
  margin-bottom: 5rem;
}
.wizard .picture-text-block.secondary .picture-text-block-header .header-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 57px;
  line-height: 1;
  color: #0E0F0C;
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  z-index: 10;
  height: 37.5rem;
  padding: 2.5rem 2rem;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary:before {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  content: "";
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EBEBEB;
  border-radius: 2em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary > .wrapper-inner {
  width: 100% !important;
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary .content-image {
  margin-bottom: 2.5rem !important;
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary .content-image .image {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary .content-image .image img {
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary .content-text .title {
  margin-bottom: 1rem !important;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 42px;
  line-height: 1.25;
  color: #0E0F0C;
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary .content-text .desc {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #454745;
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary:hover {
  cursor: pointer;
  transform: translateY(-1.5rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary:hover:before {
  height: 90% !important;
  background-color: #ffffff;
  border-bottom-left-radius: 10em;
  border-bottom-right-radius: 10em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary:hover .content-image .image {
  transform: translateY(-1.5rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 0.1s;
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary:hover .content-text .title {
  transform: translateY(-0.75rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 0.2s;
}
.wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary:hover .content-text .desc {
  transform: translateY(-0.75rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 0.3s;
}
@media (max-width: 991.98px) {
  .wizard .picture-text-block.secondary {
    padding-top: 2.5rem !important;
  }
  .wizard .picture-text-block.secondary .picture-text-block-header {
    max-width: 100% !important;
    margin-bottom: 4rem;
  }
  .wizard .picture-text-block.secondary .picture-text-block-header .header-text .title h2 {
    font-size: 50px;
    line-height: 1;
  }
  .wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary .content-image {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .wizard .picture-text-block.secondary {
    padding-top: 0.5rem !important;
    padding-bottom: 0rem !important;
  }
  .wizard .picture-text-block.secondary .picture-text-block-header {
    margin-bottom: 2.5rem !important;
  }
  .wizard .picture-text-block.secondary .picture-text-block-header .header-text .title h2 {
    font-size: 35px;
    line-height: 1;
  }
  .wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary .content-text .title {
    margin-bottom: 0.5rem !important;
  }
  .wizard .picture-text-block.secondary .picture-text-block-content .content-wrapper.primary .content-text .title h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.wizard .picture-text-block-custom.primary {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-header {
  text-align: center;
  margin-bottom: 2.5rem !important;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-header .header-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 45.5px;
  line-height: 1.5;
  color: #0E0F0C;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .col-content-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .col-content-outer > .row {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .col-content-outer .col-content-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  margin-bottom: 1rem !important;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .col-content-outer .col-content-inner.col-wide {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .col-content-outer .col-content-inner.col-wide .content-wrapper.primary > .wrapper-inner {
  max-width: 55%;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .col-content-outer .col-content-inner.col-shrink {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  height: 450px;
  background-color: #EBEBEB;
  border-radius: 1.5em;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary.block-blue {
  background-color: #A0E1E1;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary.block-blue .content-text .title h2 {
  color: #260A2F;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary.block-blue .content-text .desc p {
  color: #21231D;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary.block-purple {
  background-color: #260A2F;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary.block-purple .content-text .title h2 {
  color: #FFC091;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary.block-purple .content-text .desc p {
  color: #F3F5F1;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary.block-brown {
  background-color: #3A341C;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary.block-brown .content-text .title h2 {
  color: #FFEB69;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary.block-brown .content-text .desc p {
  color: #F3F5F1;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary.block-pink {
  background-color: #FFD7EF;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary.block-pink .content-text .title h2 {
  color: #320707;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary.block-pink .content-text .desc p {
  color: #454745;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary .content-image {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary .content-image .image img {
  width: auto !important;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary .content-text .title {
  margin-bottom: 2.5rem !important;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1.25;
  color: #0E0F0C;
}
.wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  line-height: 1.5;
  color: #0E0F0C;
}
@media (max-width: 991.98px) {
  .wizard .picture-text-block-custom.primary .picture-text-block-custom-header .header-text .title h2 {
    font-size: 40px;
    line-height: 1.5;
  }
  .wizard .picture-text-block-custom.primary .picture-text-block-custom-content .col-content-outer .col-content-inner.col-wide {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wizard .picture-text-block-custom.primary .picture-text-block-custom-content .col-content-outer .col-content-inner.col-wide .content-wrapper.primary > .wrapper-inner {
    max-width: 100% !important;
  }
  .wizard .picture-text-block-custom.primary .picture-text-block-custom-content .col-content-outer .col-content-inner.col-shrink {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary .content-image .image img {
    max-width: 7.5rem;
  }
  .wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary .content-text .title {
    margin-bottom: 1.5rem !important;
  }
  .wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary .content-text .title h2 {
    font-size: 32px;
    line-height: 48px;
    line-height: 1.25;
  }
}
@media (max-width: 767.98px) {
  .wizard .picture-text-block-custom.primary {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .wizard .picture-text-block-custom.primary .picture-text-block-custom-header .header-text .title h2 {
    font-size: 36px;
    line-height: 1.5;
  }
  .wizard .picture-text-block-custom.primary .picture-text-block-custom-content .col-content-outer .col-content-inner {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    margin-bottom: 1rem !important;
  }
  .wizard .picture-text-block-custom.primary .picture-text-block-custom-content .col-content-outer .col-content-inner:last-child {
    margin-bottom: 0rem !important;
  }
  .wizard .picture-text-block-custom.primary .picture-text-block-custom-content .col-content-outer .col-content-inner.col-wide {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wizard .picture-text-block-custom.primary .picture-text-block-custom-content .col-content-outer .col-content-inner.col-shrink {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wizard .picture-text-block-custom.primary .picture-text-block-custom-content .content-wrapper.primary {
    padding: 2rem !important;
  }
}
.wizard .product-information.primary .section-wrapper.primary {
  position: relative;
}
.wizard .product-information.primary .section-wrapper.primary:before {
  position: absolute;
  width: 100% !important;
  content: "";
  pointer-events: none;
  height: 15rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #050503 21.21%, rgba(5, 5, 3, 0) 99.9%);
}
.wizard .product-information.primary .section-wrapper.primary > .wrapper-inner {
  position: absolute;
  width: 100% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wizard .product-information.primary .section-wrapper.primary .section-background .background img {
  object-fit: cover;
  height: 180vh;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary {
  position: relative;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary > .wrapper-inner.wrapper-1 .content-image .list > ul > li:nth-child(1) {
  top: 5%;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary > .wrapper-inner.wrapper-1 .content-image .list > ul > li:nth-child(2) {
  top: 35%;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary > .wrapper-inner.wrapper-1 .content-image .list > ul > li:nth-child(3) {
  top: 55%;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary > .wrapper-inner.wrapper-1 .content-image .list > ul > li:nth-child(4) {
  top: 80%;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary > .wrapper-inner.wrapper-2 .content-image .list > ul > li:nth-child(1) {
  top: -12.5%;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary > .wrapper-inner.wrapper-2 .content-image .list > ul > li:nth-child(2) {
  top: 10%;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary > .wrapper-inner.wrapper-2 .content-image .list > ul > li:nth-child(3) {
  top: 55%;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-button {
  position: absolute;
  z-index: 10;
  opacity: 0;
  top: 30%;
  right: -5rem;
  transform: translateY(-50%);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-button .button .btn-content {
  padding: 0rem !important;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-button .button .btn-content.active > span {
  opacity: 1;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-button .button .btn-content.inactive > span {
  opacity: 0.65;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-button .button .btn-content > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #ffffff;
  border-radius: 100%;
  transition: 0.3s ease;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-button .button .btn-content:hover > span {
  opacity: 1;
  transition: 0.3s ease;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-height: 40rem;
  opacity: 0;
  transform: translateY(10rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image {
  position: relative;
  display: inline-block;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image img {
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image .list > ul {
  list-style: none;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image .list > ul > li {
  position: absolute;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image .list > ul > li.list-left {
  left: -100%;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image .list > ul > li.list-left > span:before, .wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image .list > ul > li.list-left > span:after {
  right: -7.5rem;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image .list > ul > li.list-right {
  right: -100%;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image .list > ul > li.list-right > span:before, .wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image .list > ul > li.list-right > span:after {
  left: -7.5rem;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image .list > ul > li > span {
  position: relative;
  display: inline-block;
  width: 11rem;
  opacity: 0;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image .list > ul > li > span:before, .wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image .list > ul > li > span:after {
  position: absolute;
  content: "";
  opacity: 0;
  background-color: #ffffff;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image .list > ul > li > span:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  top: 1.5rem;
  transform: scale(0);
  border-radius: 100%;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-image .image .list > ul > li > span:after {
  width: 0;
  height: 3px;
  top: 2.35rem;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-text {
  position: absolute;
  padding-left: 1.5rem !important;
  max-width: 23.5rem;
  opacity: 0;
  top: 2rem;
  left: 0;
  border-left: 8.5px solid #445AA8;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.25;
  color: #ffffff;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-list > ul > li {
  position: absolute;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-form {
  position: absolute;
  display: inline-block;
  width: 15rem;
  opacity: 0;
  right: 0;
  bottom: 10rem;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-form .form-group .form-counter {
  display: flex;
  align-items: center;
  margin-bottom: 1rem !important;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-form .form-group .form-counter > input {
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 10rem;
  color: #ffffff;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-form .form-group .form-counter > span > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 2.25rem;
  height: 2.25rem;
  opacity: 0.75;
  color: #0E0F0C;
  background-color: #ffffff;
  border-radius: 100%;
  transition: 0.3s ease;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-form .form-group .form-counter > span:hover > i {
  opacity: 1;
  transition: 0.3s ease;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-form .form-group .form-button .button {
  width: 100% !important;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-form .form-group .form-button .button .btn-form {
  display: block;
  width: 100% !important;
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-caption {
  text-align: center;
  margin-top: 2.5rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 70%;
  opacity: 0;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .product-information.primary .product-information-content .content-wrapper.primary .content-caption .caption > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .wizard .product-information.primary .section-wrapper.primary .section-background .background img {
    height: 100vh;
  }
}
.wizard .team-slider.primary > .container {
  padding-right: 0rem !important;
  max-width: 1370px;
}
.wizard .team-slider.primary .col-section-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .team-slider.primary .col-section-outer > .row {
  align-items: center;
}
.wizard .team-slider.primary .col-section-outer .col-section-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wizard .team-slider.primary .col-section-outer .col-section-inner:first-child {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  margin-left: auto !important;
}
.wizard .team-slider.primary .col-section-outer .col-section-inner:last-child {
  padding-right: 0.5rem !important;
}
.wizard .team-slider.primary .team-slider-header {
  transform: translateY(-4rem);
}
.wizard .team-slider.primary .team-slider-header .header-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.25;
  color: #0E0F0C;
}
.wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-next, .wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-prev {
  display: block;
  z-index: 20;
  width: 3.5rem;
  height: 3.5rem;
  top: 65%;
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-next.slick-disabled, .wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-prev.slick-disabled {
  opacity: 0.35;
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-next:before, .wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-prev:before {
  font-family: "Font Awesome 5 Free", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 900;
  display: inline-block;
  padding: 1rem 1.25rem 1rem 1.25rem;
  opacity: 1;
  color: #454745;
  background-color: #EBEBEB;
  border-radius: 50em;
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-next {
  right: 169.5%;
}
.wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-next:before {
  content: "\f054";
}
.wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-prev {
  left: calc(-100% + 5rem);
}
.wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-prev:before {
  content: "\f053";
}
.wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-slide {
  padding-right: 1.5rem !important;
  width: 450px;
}
.wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-slide.slick-current .content-wrapper.primary {
  background-color: #445AA8;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-dots {
  display: none !important;
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary {
  padding: 3.5rem 2.5rem;
  background-color: #0E0F0C;
  border-radius: 1.5em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-image {
  margin-bottom: 1.5rem !important;
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-image .image {
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-image .image img {
  width: auto !important;
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-text {
  margin-bottom: 2.5rem !important;
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-text .title h2 {
  margin-bottom: 0rem !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  line-height: 1.5;
  color: #ffffff;
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-text .subtitle {
  margin-bottom: 1.5rem !important;
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-text .subtitle h4 {
  margin-top: 0rem !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  line-height: 1.5;
  color: #ffffff;
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-text .desc {
  height: 9rem;
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  line-height: 1.65;
  color: #ffffff;
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-icon {
  display: flex;
  align-items: center;
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-icon .icon {
  margin-right: 3rem;
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-icon .icon:last-child {
  margin-right: 0rem !important;
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-icon .icon > a > i {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-icon .icon > a:hover > i {
  transform: translateY(-0.35rem);
}
@media (max-width: 991.98px) {
  .wizard .team-slider.primary .col-section-outer .col-section-inner:first-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .wizard .team-slider.primary .col-section-outer .col-section-inner:last-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .wizard .team-slider.primary .team-slider-header .header-text .title h2 {
    font-size: 45.5px;
    line-height: 1.25;
  }
  .wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-next, .wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-prev {
    top: 65%;
  }
  .wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-next {
    right: 147.5%;
  }
  .wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-prev {
    left: calc(-100% + 6.5rem);
  }
  .wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-slide {
    padding-right: 1rem !important;
    width: 350px;
  }
  .wizard .team-slider.primary .team-slider-content .content-wrapper.primary {
    padding: 2.5rem 2rem;
    border-radius: 1em;
  }
  .wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-image {
    margin-bottom: 1rem !important;
  }
  .wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-image .image img {
    max-width: 6.5rem;
  }
  .wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-text {
    margin-bottom: 1.5rem !important;
  }
  .wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-text .title h2 {
    font-size: 28px;
    line-height: 42px;
    line-height: 1.5;
  }
  .wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-text .subtitle {
    margin-bottom: 1rem !important;
  }
  .wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-text .subtitle h4 {
    font-size: 14px;
    line-height: 18.9px;
    line-height: 1.5;
  }
  .wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-text .desc {
    height: 10.5rem;
  }
  .wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-text .desc p {
    font-size: 14px;
    line-height: 18.9px;
    line-height: 1.65;
  }
  .wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-icon .icon {
    margin-right: 2.5rem !important;
  }
  .wizard .team-slider.primary .team-slider-content .content-wrapper.primary .content-icon .icon:last-child {
    margin-right: 0rem !important;
  }
}
@media (max-width: 767.98px) {
  .wizard .team-slider.primary {
    margin-bottom: 4rem;
  }
  .wizard .team-slider.primary > .container {
    padding-right: 1rem !important;
  }
  .wizard .team-slider.primary .col-section-outer .col-section-inner:first-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wizard .team-slider.primary .col-section-outer .col-section-inner:last-child {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .wizard .team-slider.primary .team-slider-header {
    text-align: center;
    margin-bottom: 2.5rem !important;
    transform: unset;
  }
  .wizard .team-slider.primary .team-slider-header .header-text .title h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-next, .wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-prev {
    top: 108.5%;
  }
  .wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-next {
    right: 32.5%;
  }
  .wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-prev {
    left: 32.5%;
  }
  .wizard .team-slider.primary .team-slider-content .content-slider .slick-responsive-auto-width.primary .slick-slide {
    padding-left: 0.25rem !important;
    padding-right: 0.5rem !important;
    width: unset;
  }
}
.wizard .text-block.three-column .text-block-content .col-content-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .text-block.three-column .text-block-content .col-content-outer > .row {
  justify-content: center;
}
.wizard .text-block.three-column .text-block-content .col-content-outer .col-content-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  margin-bottom: 2.5rem !important;
}
@media (max-width: 991.98px) {
  .wizard .text-block.three-column .text-block-content .col-content-outer > .row {
    display: -webkit-box;
    overflow-y: hidden;
    overflow-x: auto;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
    flex-wrap: nowrap;
  }
  .wizard .text-block.three-column .text-block-content .col-content-outer .col-content-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-bottom: 0rem !important;
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .wizard .text-block.three-column .text-block-content .col-content-outer > .row {
    display: flex;
    overflow: hidden;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    flex-wrap: wrap;
  }
  .wizard .text-block.three-column .text-block-content .col-content-outer .col-content-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100% !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
    margin-bottom: 2.5rem !important;
  }
  .wizard .text-block.three-column .text-block-content .col-content-outer .col-content-inner:last-child {
    margin-bottom: 0rem !important;
  }
}
.wizard .text-block.primary {
  z-index: 10;
  padding: 4rem 0;
  background-color: #0E0F0C;
}
.wizard .text-block.primary .text-block-header {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 80%;
  margin-bottom: 5rem;
}
.wizard .text-block.primary .text-block-header .header-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 57px;
  line-height: 1;
  color: #ffffff;
}
.wizard .text-block.primary .text-block-content .content-wrapper.primary {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 28.5rem;
  padding: 2.5rem 2rem;
  background-color: #ffffff;
  border-radius: 2em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .text-block.primary .text-block-content .content-wrapper.primary > .wrapper-inner {
  width: 100% !important;
}
.wizard .text-block.primary .text-block-content .content-wrapper.primary .content-number {
  margin-bottom: 1.5rem !important;
}
.wizard .text-block.primary .text-block-content .content-wrapper.primary .content-number .number {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .text-block.primary .text-block-content .content-wrapper.primary .content-number .number > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.25;
  color: #454745;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .text-block.primary .text-block-content .content-wrapper.primary .content-text .title {
  margin-bottom: 1rem !important;
  height: 4rem;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .text-block.primary .text-block-content .content-wrapper.primary .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  line-height: 1.25;
  color: #0E0F0C;
}
.wizard .text-block.primary .text-block-content .content-wrapper.primary .content-text .desc {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .text-block.primary .text-block-content .content-wrapper.primary .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #454745;
}
.wizard .text-block.primary .text-block-content .content-wrapper.primary:hover {
  cursor: pointer;
  transform: translateY(-1.5rem);
  border-top-right-radius: 6.5em;
  border-bottom-left-radius: 6.5em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .text-block.primary .text-block-content .content-wrapper.primary:hover .content-number .number {
  transform: translateY(-0.75rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 0.1s;
}
.wizard .text-block.primary .text-block-content .content-wrapper.primary:hover .content-text .title {
  transform: translateY(-0.75rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 0.2s;
}
.wizard .text-block.primary .text-block-content .content-wrapper.primary:hover .content-text .desc {
  transform: translateY(-0.75rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 0.3s;
}
@media (max-width: 991.98px) {
  .wizard .text-block.primary {
    padding-top: 2.5rem !important;
  }
  .wizard .text-block.primary .text-block-header {
    max-width: 100% !important;
    margin-bottom: 4rem;
  }
  .wizard .text-block.primary .text-block-header .header-text .title h2 {
    font-size: 50px;
    line-height: 1;
  }
  .wizard .text-block.primary .text-block-content .content-wrapper.primary {
    height: 25rem;
  }
}
@media (max-width: 767.98px) {
  .wizard .text-block.primary {
    padding-top: 0.5rem !important;
  }
  .wizard .text-block.primary .text-block-header {
    margin-bottom: 2.5rem !important;
  }
  .wizard .text-block.primary .text-block-header .header-text .title h2 {
    font-size: 35px;
    line-height: 1;
  }
  .wizard .text-block.primary .text-block-content .content-wrapper.primary {
    height: 26.5rem;
  }
  .wizard .text-block.primary .text-block-content .content-wrapper.primary .content-number {
    margin-bottom: 1rem !important;
  }
}
.wizard .text-block.secondary {
  z-index: 10;
  padding: 4rem 0;
  background-color: #EBEBEB;
}
.wizard .text-block.secondary .text-block-header {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 80%;
  margin-bottom: 5rem;
}
.wizard .text-block.secondary .text-block-header .header-caption {
  margin-bottom: 1rem !important;
}
.wizard .text-block.secondary .text-block-header .header-caption .caption > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #0E0F0C;
}
.wizard .text-block.secondary .text-block-header .header-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 57px;
  line-height: 1;
  color: #0E0F0C;
}
.wizard .text-block.secondary .text-block-content .content-wrapper.primary {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 32.5rem;
  padding: 2.5rem 2rem;
  background-color: #ffffff;
  border-radius: 2em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .text-block.secondary .text-block-content .content-wrapper.primary > .wrapper-inner {
  width: 100% !important;
}
.wizard .text-block.secondary .text-block-content .content-wrapper.primary .content-number {
  margin-bottom: 1.5rem !important;
}
.wizard .text-block.secondary .text-block-content .content-wrapper.primary .content-number .number {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .text-block.secondary .text-block-content .content-wrapper.primary .content-number .number > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.25;
  color: #454745;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .text-block.secondary .text-block-content .content-wrapper.primary .content-text .title {
  margin-bottom: 1rem !important;
  height: 4rem;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .text-block.secondary .text-block-content .content-wrapper.primary .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  line-height: 1.25;
  color: #0E0F0C;
}
.wizard .text-block.secondary .text-block-content .content-wrapper.primary .content-text .desc {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .text-block.secondary .text-block-content .content-wrapper.primary .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #454745;
}
.wizard .text-block.secondary .text-block-content .content-wrapper.primary:hover {
  cursor: pointer;
  transform: translateY(-1.5rem);
  border-top-right-radius: 6.5em;
  border-bottom-left-radius: 6.5em;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .text-block.secondary .text-block-content .content-wrapper.primary:hover .content-number .number {
  transform: translateY(-0.75rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 0.1s;
}
.wizard .text-block.secondary .text-block-content .content-wrapper.primary:hover .content-text .title {
  transform: translateY(-0.75rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 0.2s;
}
.wizard .text-block.secondary .text-block-content .content-wrapper.primary:hover .content-text .desc {
  transform: translateY(-0.75rem);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
  transition-delay: 0.3s;
}
@media (max-width: 991.98px) {
  .wizard .text-block.secondary {
    padding-top: 2.5rem !important;
  }
  .wizard .text-block.secondary .text-block-header {
    max-width: 100% !important;
    margin-bottom: 4rem;
  }
  .wizard .text-block.secondary .text-block-header .header-text .title h2 {
    font-size: 50px;
    line-height: 1;
  }
  .wizard .text-block.secondary .text-block-content .content-wrapper.primary {
    height: 27.5rem;
  }
}
@media (max-width: 767.98px) {
  .wizard .text-block.secondary {
    padding-top: 0.5rem !important;
  }
  .wizard .text-block.secondary .text-block-header {
    margin-bottom: 2.5rem !important;
  }
  .wizard .text-block.secondary .text-block-header .header-text .title h2 {
    font-size: 35px;
    line-height: 1;
  }
  .wizard .text-block.secondary .text-block-content .content-wrapper.primary {
    height: 30rem;
  }
  .wizard .text-block.secondary .text-block-content .content-wrapper.primary .content-number {
    margin-bottom: 1rem !important;
  }
}
.wizard .text-only.primary {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 65vh;
  background-color: #445AA8;
}
.wizard .text-only.primary > div {
  width: 100% !important;
}
.wizard .text-only.primary .text-only-content {
  text-align: center;
}
.wizard .text-only.primary .text-only-content .content-text .title {
  margin-bottom: 1.5rem !important;
}
.wizard .text-only.primary .text-only-content .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.25;
  color: #ffffff;
}
.wizard .text-only.primary .text-only-content .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  line-height: 1.75;
  color: #ffffff;
}
.wizard .text-only.primary .text-only-content .content-text .desc p a {
  color: #445AA8;
}
@media (max-width: 991.98px) {
  .wizard .text-only.primary {
    padding-bottom: 1rem !important;
    height: 40vh;
  }
  .wizard .text-only.primary .text-only-content .content-text {
    margin-bottom: 2rem;
  }
  .wizard .text-only.primary .text-only-content .content-text .title {
    margin-bottom: 1rem !important;
  }
  .wizard .text-only.primary .text-only-content .content-text .title h2 {
    font-size: 40px;
    line-height: 1.25;
  }
}
@media (max-width: 767.98px) {
  .wizard .text-only.primary {
    padding-bottom: 0rem !important;
    height: 50vh;
  }
  .wizard .text-only.primary .text-only-content .content-text {
    margin-bottom: 1.5rem !important;
  }
  .wizard .text-only.primary .text-only-content .content-text .title h2 {
    font-size: 36px;
    line-height: 1.1;
  }
}
.wizard .text-only.secondary {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 65vh;
  background-color: #0E0F0C;
}
.wizard .text-only.secondary > div {
  width: 100% !important;
}
.wizard .text-only.secondary .text-only-content {
  text-align: center;
}
.wizard .text-only.secondary .text-only-content .content-text .title {
  margin-bottom: 1.5rem !important;
}
.wizard .text-only.secondary .text-only-content .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.25;
  color: #ffffff;
}
.wizard .text-only.secondary .text-only-content .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  line-height: 1.75;
  color: #ffffff;
}
.wizard .text-only.secondary .text-only-content .content-text .desc p a {
  color: #445AA8;
}
@media (max-width: 991.98px) {
  .wizard .text-only.secondary {
    padding-bottom: 1rem !important;
    height: 40vh;
  }
  .wizard .text-only.secondary .text-only-content .content-text {
    margin-bottom: 2rem;
  }
  .wizard .text-only.secondary .text-only-content .content-text .title {
    margin-bottom: 1rem !important;
  }
  .wizard .text-only.secondary .text-only-content .content-text .title h2 {
    font-size: 40px;
    line-height: 1.25;
  }
}
@media (max-width: 767.98px) {
  .wizard .text-only.secondary {
    padding-bottom: 0rem !important;
    height: 50vh;
  }
  .wizard .text-only.secondary .text-only-content .content-text {
    margin-bottom: 1.5rem !important;
  }
  .wizard .text-only.secondary .text-only-content .content-text .title h2 {
    font-size: 36px;
    line-height: 1.1;
  }
}
.wizard .video-right-text-left.primary {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .col-content-outer {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .col-content-outer > .row {
  align-items: center;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .col-content-outer .col-content-inner {
  position: relative;
  width: 100%;
  min-height: 1%;
  padding: 0rem 1rem 0rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .col-content-outer .col-content-inner:first-child {
  padding-right: 2.5rem !important;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-image {
  position: relative;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-image .image {
  overflow: hidden;
  border-radius: 2em;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-image .image img {
  object-fit: cover;
  height: 57.5rem;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-image .anchor {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-image .anchor > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  background-color: #445AA8;
  border-radius: 100%;
  animation: pulse-animation 2s infinite;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-image .anchor:hover ~ .image img {
  transform: scale(1.1);
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-text {
  margin-bottom: 2.5rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-text .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 45.5px;
  line-height: 1.5;
  color: #0E0F0C;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-text .desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #0E0F0C;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-text .desc ol {
  padding-left: 1rem !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-text .desc ol li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #0E0F0C;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-link .link .link-content {
  position: relative;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  font-size: 18px;
  color: #445AA8;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-link .link .link-content:before, .wizard .video-right-text-left.primary .video-right-text-left-content .content-link .link .link-content:after {
  position: absolute;
  content: "";
  height: 1px;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-link .link .link-content:before {
  width: 100% !important;
  bottom: 0;
  right: 0;
  background-color: #445AA8;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-link .link .link-content:after {
  width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #445AA8;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-link .link .link-content:hover {
  padding-left: 1rem !important;
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-link .link .link-content:hover:before, .wizard .video-right-text-left.primary .video-right-text-left-content .content-link .link .link-content:hover:after {
  transition: 0.65s cubic-bezier(0.75, 0, 0.175, 1);
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-link .link .link-content:hover:before {
  width: 0 !important;
}
.wizard .video-right-text-left.primary .video-right-text-left-content .content-link .link .link-content:hover:after {
  width: 0.75rem;
}
@media (max-width: 991.98px) {
  .wizard .video-right-text-left.primary {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .wizard .video-right-text-left.primary .video-right-text-left-content .col-content-outer .col-content-inner:first-child {
    padding-right: 1.5rem !important;
  }
  .wizard .video-right-text-left.primary .video-right-text-left-content .content-image .image {
    border-radius: 1em;
  }
  .wizard .video-right-text-left.primary .video-right-text-left-content .content-text .title h2 {
    font-size: 28px;
    line-height: 42px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .wizard .video-right-text-left.primary {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .wizard .video-right-text-left.primary .video-right-text-left-content .col-content-outer .col-content-inner {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 0rem 1rem 0rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem !important;
  }
  .wizard .video-right-text-left.primary .video-right-text-left-content .col-content-outer .col-content-inner:first-child {
    order: 13;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .wizard .video-right-text-left.primary .video-right-text-left-content .col-content-outer .col-content-inner:last-child {
    order: -1;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .wizard .video-right-text-left.primary .video-right-text-left-content .content-image .image img {
    height: 30rem;
  }
  .wizard .video-right-text-left.primary .video-right-text-left-content .content-text .title h2 {
    font-size: 24px;
    line-height: 36px;
    line-height: 1.5;
  }
}