/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  --webkit-touch-callout: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0.9375rem 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  border: none;
  border-radius: 100%;
  font-size: 0;
  background-color: #ECECFD;
  transition: background-color ease 0.3s, opacity ease 0.3s;
  outline: none;
}
.numbered-slick-dots .slick-dots li button {
  width: 33px;
  height: 33px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #5B52FF;
  background-color: transparent;
  border: 2px solid #5B52FF;
}
.slick-dots li button:hover {
  outline: none;
  cursor: pointer;
  background-color: #5B52FF;
  opacity: 0.8;
}
.numbered-slick-dots .slick-dots li button:hover {
  color: #ffffff;
  opacity: 1;
}
.slick-dots li.slick-active button {
  background-color: #5B52FF;
}
.numbered-slick-dots .slick-dots li.slick-active button {
  color: #ffffff;
  background-color: #5B52FF;
}

.slick-arrow {
  --sArrowWidth: 40px;
  position: absolute;
  top: calc(50% - var(--sArrowWidth) / 2);
  padding: 0;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  font-size: 0;
  background-color: #5B52FF;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  transition: ease 0.3s;
  z-index: 9;
}
@media (max-width: 1399px) {
  .slick-arrow {
    --sArrowWidth: 30px;
  }
}
.slick-arrow:after {
  content: "e";
  font-family: "publicrelay" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  color: #ffffff;
  font-size: 1.125rem;
}
@media (max-width: 1399px) {
  .slick-arrow:after {
    font-size: 0.75rem;
  }
}
.slick-arrow:focus, .slick-arrow:hover {
  outline: none;
  cursor: pointer;
  background-color: #FF895C;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
  transform: rotate(-180deg);
}
.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Reset css
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: inherit;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

/* Text-level semantics
   ========================================================================== */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
audio,
video,
iframe {
  display: inline-block;
}

/**
 * Basic typography style for copy text
 */
html {
  font-size: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  min-height: 100%;
  height: auto;
  color: #08023F;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.75;
  background-color: #ffffff;
  word-break: break-word;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
body.scroll-fixed {
  overflow: hidden;
}

h1,
.h1 {
  margin-bottom: 0.9375rem;
  color: #08023F;
  font-family: inherit;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
}
h1 a,
.h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  margin-bottom: 0.9375rem;
  color: #08023F;
  font-family: inherit;
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.25;
}
h2 a,
.h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  h2,
.h2 {
    font-size: 2.2159090909rem;
  }
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 1.5625rem;
  }
}

h3,
.h3 {
  margin-bottom: 0.9375rem;
  color: #08023F;
  font-family: inherit;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.25;
  line-height: 1.35;
}
h3 a,
.h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 1.25rem;
  }
}

h4,
.h4 {
  margin-bottom: 0.9375rem;
  color: #08023F;
  font-family: inherit;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.25;
  line-height: 1.4;
}
h4 a,
.h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h4,
.h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5 {
  margin-bottom: 0.9375rem;
  color: #08023F;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  line-height: 1.3;
}
h5 a,
.h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}

h6,
.h6 {
  margin-bottom: 0.9375rem;
  color: #08023F;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}
h6 a,
.h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.label-sm {
  display: inline-block;
  color: #5B52FF;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .label-sm {
    font-family: 0.75rem;
  }
}

p {
  margin-bottom: 2.25rem;
}
p:last-child {
  margin-bottom: 0;
}

.text-white *:not(.btn) {
  color: #ffffff;
}
.text-white *:not(.btn) a {
  color: #ffffff;
}
.text-white *:not(.btn) a:hover {
  color: #5B52FF;
}

.custom-list ul {
  padding-left: 0;
  margin-bottom: 0.625rem;
}
.custom-list ul ul {
  margin-bottom: 0;
  padding-left: 2rem;
}
.custom-list ul ul li {
  padding-left: 1.0625rem;
}
.custom-list ul ul li:before {
  top: 16px;
  width: 0.375rem;
  height: 0.375rem;
  background: #FF8A5C;
  border-radius: 50%;
}
.custom-list ul li {
  position: relative;
  padding-top: 0.375rem;
  padding-left: 2rem;
  padding-bottom: 0.375rem;
  list-style: none;
}
.custom-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 1.1875rem;
  height: 1.1875rem;
  background: url("../images/true-check.svg") no-repeat center/cover;
}
.custom-list ul li:last-child {
  padding-bottom: 0;
}

ul {
  padding-left: 0.625rem;
  margin-bottom: 0.625rem;
  list-style: none;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  line-height: 1.87;
}
ul li:last-child {
  padding-bottom: 0;
}

ol {
  margin-bottom: 0.625rem;
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol ol {
  margin-top: 5px;
  margin-bottom: 0;
}
ol ol li:before {
  content: counter(my-awesome-counter, lower-alpha) ". ";
}
ol li {
  position: relative;
  padding-top: 0.375rem;
  padding-left: 1.375rem;
  padding-bottom: 0.375rem;
  counter-increment: my-awesome-counter;
  line-height: 1.75;
}
ol li:last-child {
  padding-bottom: 0;
}
ol li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  top: 5px;
  color: #FF8A5C;
  font-weight: bold;
}

blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.5625rem;
  padding: 1.25rem 1.25rem;
  text-align: left;
  line-height: 2;
  font-size: 1.125rem;
  font-style: italic;
  color: #000000;
  background-color: #ECECFD;
  border-left: 0.25rem solid #06033C;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

hr {
  height: 0;
  margin: 0.625rem auto 2.5rem;
  border: 0 #000000 solid;
  border-top-width: 0.0625rem;
  overflow: visible;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  max-height: 100%;
}

picture {
  display: inline-block;
  vertical-align: top;
}

/* Link
------------------------------------------------------------------------------*/
a {
  color: #08023F;
  text-decoration: underline;
  transition: ease 0.3s;
}
a:hover, a:focus {
  color: #5B52FF;
  outline: none;
}

/* Tables
------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  vertical-align: bottom;
  border-bottom: 0.0625rem solid #ECECFD;
  padding: 0.625rem;
}

/**
 * Main content containers
 */
.gated-content, .post-detail-wrap .wp-block-columns, .container-lg, .container-fluid, .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
@media (max-width: 767px) {
  .gated-content, .post-detail-wrap .wp-block-columns, .container-lg, .container-fluid, .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.container {
  max-width: 78.5rem;
}
.container-lg {
  max-width: 86rem;
}

/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-2rem / 2);
  margin-left: calc(-2rem / 2);
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}
.row-reverse {
  flex-direction: row-reverse;
}

[class*=cell-] {
  position: relative;
  width: 100%;
  padding-left: calc(2rem / 2);
  padding-right: calc(2rem / 2);
}

/* align item */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.bg-white {
  background-color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.text-black {
  color: #000000;
}

.bg-blue {
  background-color: #08023F;
}

.text-blue {
  color: #08023F;
}

.bg-gray {
  background-color: #ECECFD;
}

.text-gray {
  color: #ECECFD;
}

.bg-primary {
  background-color: #06033C;
}

.text-primary {
  color: #06033C;
}

.bg-secondary {
  background-color: #5100C2;
}

.text-secondary {
  color: #5100C2;
}

/* column structure */
.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

.mt-30,
.m-30,
.my-30 {
  margin-top: 1.875rem;
}

.pt-30,
.p-30,
.py-30 {
  padding-top: 1.875rem;
}

.mb-30,
.m-30,
.my-30 {
  margin-bottom: 1.875rem;
}

.pb-30,
.p-30,
.py-30 {
  padding-bottom: 1.875rem;
}

.ml-30,
.m-30,
.mx-30 {
  margin-left: 1.875rem;
}

.pl-30,
.p-30,
.px-30 {
  padding-left: 1.875rem;
}

.mr-30,
.m-30,
.mx-30 {
  margin-right: 1.875rem;
}

.pr-30,
.p-30,
.px-30 {
  padding-right: 1.875rem;
}

@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }

  .cell-sm-2 {
    width: 16.6666666667%;
  }

  .cell-sm-3 {
    width: 25%;
  }

  .cell-sm-4 {
    width: 33.3333333333%;
  }

  .cell-sm-5 {
    width: 41.6666666667%;
  }

  .cell-sm-6 {
    width: 50%;
  }

  .cell-sm-7 {
    width: 58.3333333333%;
  }

  .cell-sm-8 {
    width: 66.6666666667%;
  }

  .cell-sm-9 {
    width: 75%;
  }

  .cell-sm-10 {
    width: 83.3333333333%;
  }

  .cell-sm-11 {
    width: 91.6666666667%;
  }

  .cell-sm-12 {
    width: 100%;
  }

  .mt-sm-30,
.m-sm-30,
.my-sm-30 {
    margin-top: 1.875rem;
  }

  .pt-sm-30,
.p-sm-30,
.py-sm-30 {
    padding-top: 1.875rem;
  }

  .mb-sm-30,
.m-sm-30,
.my-sm-30 {
    margin-bottom: 1.875rem;
  }

  .pb-sm-30,
.p-sm-30,
.py-sm-30 {
    padding-bottom: 1.875rem;
  }

  .ml-sm-30,
.m-sm-30,
.mx-sm-30 {
    margin-left: 1.875rem;
  }

  .pl-sm-30,
.p-sm-30,
.px-sm-30 {
    padding-left: 1.875rem;
  }

  .mr-sm-30,
.m-sm-30,
.mx-sm-30 {
    margin-right: 1.875rem;
  }

  .pr-sm-30,
.p-sm-30,
.px-sm-30 {
    padding-right: 1.875rem;
  }

  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }

  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }

  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }

  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }

  .cell-md-2 {
    width: 16.6666666667%;
  }

  .cell-md-3 {
    width: 25%;
  }

  .cell-md-4 {
    width: 33.3333333333%;
  }

  .cell-md-5 {
    width: 41.6666666667%;
  }

  .cell-md-6 {
    width: 50%;
  }

  .cell-md-7 {
    width: 58.3333333333%;
  }

  .cell-md-8 {
    width: 66.6666666667%;
  }

  .cell-md-9 {
    width: 75%;
  }

  .cell-md-10 {
    width: 83.3333333333%;
  }

  .cell-md-11 {
    width: 91.6666666667%;
  }

  .cell-md-12 {
    width: 100%;
  }

  .mt-md-30,
.m-md-30,
.my-md-30 {
    margin-top: 1.875rem;
  }

  .pt-md-30,
.p-md-30,
.py-md-30 {
    padding-top: 1.875rem;
  }

  .mb-md-30,
.m-md-30,
.my-md-30 {
    margin-bottom: 1.875rem;
  }

  .pb-md-30,
.p-md-30,
.py-md-30 {
    padding-bottom: 1.875rem;
  }

  .ml-md-30,
.m-md-30,
.mx-md-30 {
    margin-left: 1.875rem;
  }

  .pl-md-30,
.p-md-30,
.px-md-30 {
    padding-left: 1.875rem;
  }

  .mr-md-30,
.m-md-30,
.mx-md-30 {
    margin-right: 1.875rem;
  }

  .pr-md-30,
.p-md-30,
.px-md-30 {
    padding-right: 1.875rem;
  }

  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }

  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }

  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }

  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }

  .cell-lg-2 {
    width: 16.6666666667%;
  }

  .cell-lg-3 {
    width: 25%;
  }

  .cell-lg-4 {
    width: 33.3333333333%;
  }

  .cell-lg-5 {
    width: 41.6666666667%;
  }

  .cell-lg-6 {
    width: 50%;
  }

  .cell-lg-7 {
    width: 58.3333333333%;
  }

  .cell-lg-8 {
    width: 66.6666666667%;
  }

  .cell-lg-9 {
    width: 75%;
  }

  .cell-lg-10 {
    width: 83.3333333333%;
  }

  .cell-lg-11 {
    width: 91.6666666667%;
  }

  .cell-lg-12 {
    width: 100%;
  }

  .mt-lg-30,
.m-lg-30,
.my-lg-30 {
    margin-top: 1.875rem;
  }

  .pt-lg-30,
.p-lg-30,
.py-lg-30 {
    padding-top: 1.875rem;
  }

  .mb-lg-30,
.m-lg-30,
.my-lg-30 {
    margin-bottom: 1.875rem;
  }

  .pb-lg-30,
.p-lg-30,
.py-lg-30 {
    padding-bottom: 1.875rem;
  }

  .ml-lg-30,
.m-lg-30,
.mx-lg-30 {
    margin-left: 1.875rem;
  }

  .pl-lg-30,
.p-lg-30,
.px-lg-30 {
    padding-left: 1.875rem;
  }

  .mr-lg-30,
.m-lg-30,
.mx-lg-30 {
    margin-right: 1.875rem;
  }

  .pr-lg-30,
.p-lg-30,
.px-lg-30 {
    padding-right: 1.875rem;
  }

  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }

  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }

  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }

  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }

  .cell-xl-2 {
    width: 16.6666666667%;
  }

  .cell-xl-3 {
    width: 25%;
  }

  .cell-xl-4 {
    width: 33.3333333333%;
  }

  .cell-xl-5 {
    width: 41.6666666667%;
  }

  .cell-xl-6 {
    width: 50%;
  }

  .cell-xl-7 {
    width: 58.3333333333%;
  }

  .cell-xl-8 {
    width: 66.6666666667%;
  }

  .cell-xl-9 {
    width: 75%;
  }

  .cell-xl-10 {
    width: 83.3333333333%;
  }

  .cell-xl-11 {
    width: 91.6666666667%;
  }

  .cell-xl-12 {
    width: 100%;
  }

  .mt-xl-30,
.m-xl-30,
.my-xl-30 {
    margin-top: 1.875rem;
  }

  .pt-xl-30,
.p-xl-30,
.py-xl-30 {
    padding-top: 1.875rem;
  }

  .mb-xl-30,
.m-xl-30,
.my-xl-30 {
    margin-bottom: 1.875rem;
  }

  .pb-xl-30,
.p-xl-30,
.py-xl-30 {
    padding-bottom: 1.875rem;
  }

  .ml-xl-30,
.m-xl-30,
.mx-xl-30 {
    margin-left: 1.875rem;
  }

  .pl-xl-30,
.p-xl-30,
.px-xl-30 {
    padding-left: 1.875rem;
  }

  .mr-xl-30,
.m-xl-30,
.mx-xl-30 {
    margin-right: 1.875rem;
  }

  .pr-xl-30,
.p-xl-30,
.px-xl-30 {
    padding-right: 1.875rem;
  }

  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }

  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }

  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }

  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }

  .cell-xxl-2 {
    width: 16.6666666667%;
  }

  .cell-xxl-3 {
    width: 25%;
  }

  .cell-xxl-4 {
    width: 33.3333333333%;
  }

  .cell-xxl-5 {
    width: 41.6666666667%;
  }

  .cell-xxl-6 {
    width: 50%;
  }

  .cell-xxl-7 {
    width: 58.3333333333%;
  }

  .cell-xxl-8 {
    width: 66.6666666667%;
  }

  .cell-xxl-9 {
    width: 75%;
  }

  .cell-xxl-10 {
    width: 83.3333333333%;
  }

  .cell-xxl-11 {
    width: 91.6666666667%;
  }

  .cell-xxl-12 {
    width: 100%;
  }

  .mt-xxl-30,
.m-xxl-30,
.my-xxl-30 {
    margin-top: 1.875rem;
  }

  .pt-xxl-30,
.p-xxl-30,
.py-xxl-30 {
    padding-top: 1.875rem;
  }

  .mb-xxl-30,
.m-xxl-30,
.my-xxl-30 {
    margin-bottom: 1.875rem;
  }

  .pb-xxl-30,
.p-xxl-30,
.py-xxl-30 {
    padding-bottom: 1.875rem;
  }

  .ml-xxl-30,
.m-xxl-30,
.mx-xxl-30 {
    margin-left: 1.875rem;
  }

  .pl-xxl-30,
.p-xxl-30,
.px-xxl-30 {
    padding-left: 1.875rem;
  }

  .mr-xxl-30,
.m-xxl-30,
.mx-xxl-30 {
    margin-right: 1.875rem;
  }

  .pr-xxl-30,
.p-xxl-30,
.px-xxl-30 {
    padding-right: 1.875rem;
  }

  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }

  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }

  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }

  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
input[type=button],
input[type=reset],
input[type=submit], .btn {
  display: inline-block;
  padding: 0.9375rem 2rem;
  vertical-align: top;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  background-color: #5B52FF;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
@media (max-width: 767px) {
  input[type=button],
input[type=reset],
input[type=submit], .btn {
    font-size: 0.9375rem;
  }
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:hover, input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn:focus, a:hover input[type=button],
a:hover input[type=reset],
a:hover input[type=submit], a:hover .btn {
  color: #ffffff;
  text-decoration: none;
  background-color: #5100C2;
  cursor: pointer;
}
@media (min-width: 768px) {
  input.-lg[type=button],
input.-lg[type=reset],
input.-lg[type=submit], .-lg.btn {
    padding: 0.9375rem 3rem;
  }
}
input.-sm[type=button],
input.-sm[type=reset],
input.-sm[type=submit], .-sm.btn {
  font-size: 0.875rem;
  padding: 0.625rem 0.8125rem;
}

.btn-link {
  display: flex;
  align-items: center;
  margin-bottom: 0.125rem;
  color: #08023F;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn-link:after {
  padding-left: 0.75rem;
  transition: ease 0.3s;
  font-size: 1.125rem;
}
.btn-link:hover, .btn-link:focus, a:hover .btn-link {
  color: #5100C2;
  border-color: currentColor;
}
.btn-link:hover:after, .btn-link:focus:after, a:hover .btn-link:after {
  padding-left: 1.125rem;
}
.btn-video {
  display: flex;
  align-items: center;
  margin-bottom: 0.125rem;
  color: #202033;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn-video:before {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.75rem;
  transition: ease 0.3s;
  font-size: 1.5rem;
  color: #5B52FF;
}
.btn-video:hover, .btn-video:focus, a:hover .btn-video {
  color: #202033;
}
.btn-video:hover:before, .btn-video:focus:before, a:hover .btn-video:before {
  color: #5100C2;
  padding-right: 1rem;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}

form label {
  display: block;
  margin-bottom: 0.625rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #000000;
}

:-webkit-autofill {
  color: #fff;
  background-color: transparent;
  opacity: 1;
  -webkit-text-fill-color: #fff;
}

input,
textarea,
button,
select {
  font-family: "Poppins", sans-serif;
}

input[type=url],
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
textarea {
  -webkit-appearance: none;
  outline: none;
}

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
textarea,
select {
  width: 100%;
  height: 2.625rem;
  padding: 0 0.9375rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  border: 0.0625rem solid #5100C2;
  border-radius: 0;
}
input[type=url]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border-color: #5100C2;
  outline: none;
}
input[type=url]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
input[type=url]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
input[type=url]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
input[type=url]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

textarea {
  display: block;
  height: 9.375rem;
  padding: 0.625rem 0.9375rem;
  resize: none;
  overflow: auto;
}

select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-color: transparent;
  background-image: url("../images/select-down-arrow.svg");
  background-size: 0.875rem 0.4375rem;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  cursor: pointer;
}

select:focus {
  outline: none;
}

/* for ie */
select::-ms-expand {
  display: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* search form */
.search-form input[type=search] {
  border-color: #5B52FF;
}
.search-form input[type=search]::-webkit-input-placeholder {
  color: #5B52FF;
  opacity: 1;
}
.search-form input[type=search]:-moz-placeholder {
  color: #5B52FF;
  opacity: 1;
}
.search-form input[type=search]::-moz-placeholder {
  color: #5B52FF;
  opacity: 1;
}
.search-form input[type=search]:-ms-input-placeholder {
  color: #5B52FF;
  opacity: 1;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

.form-group {
  margin-bottom: 1.25rem;
}

.radio-btn-group .radio-option {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.625rem;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom {
  opacity: 0;
  position: absolute;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label:before {
  background-color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label {
  margin: 0;
  cursor: pointer;
  color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.625rem;
  width: 0.625rem;
  margin-top: 0.1875rem;
  margin-right: 0.625rem;
  background-color: #ffffff;
  border: 0.125rem solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0px 2px #000000;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.gfield_checkbox input[type=checkbox] {
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.checkbox input[type=checkbox]:checked + label:after,
.gfield_checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  display: block;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #ffffff;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(42deg);
}
.checkbox input[type=checkbox]:checked + label:before,
.gfield_checkbox input[type=checkbox]:checked + label:before {
  background-color: #5100C2;
}
.checkbox label,
.gfield_checkbox label {
  position: relative;
  cursor: pointer;
}
.checkbox label::before,
.gfield_checkbox label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  padding: 0.4375rem;
  background-color: transparent;
  border: 0.125rem solid #5100C2;
  -webkit-appearance: none;
  cursor: pointer;
}

.form-wrapper {
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .form-wrapper {
    padding: 1.5625rem;
  }
}
@media (max-width: 767px) {
  .form-wrapper {
    padding: 1.875rem 0.9375rem;
    margin: 0 -1.25rem;
  }
}
.form-wrapper h1,
.form-wrapper .h1 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-wrapper h1,
.form-wrapper .h1 {
    font-size: 1.875rem;
  }
}
.form-wrapper h1.text-blue,
.form-wrapper .h1.text-blue {
  color: #08023F;
}
.form-wrapper h2,
.form-wrapper .h2 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-wrapper h2,
.form-wrapper .h2 {
    font-size: 1.875rem;
  }
}
.form-wrapper h2.text-blue,
.form-wrapper .h2.text-blue {
  color: #08023F;
}
.form-wrapper h3,
.form-wrapper .h3 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-wrapper h3,
.form-wrapper .h3 {
    font-size: 1.875rem;
  }
}
.form-wrapper h3.text-blue,
.form-wrapper .h3.text-blue {
  color: #08023F;
}
.form-wrapper h4,
.form-wrapper .h4 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-wrapper h4,
.form-wrapper .h4 {
    font-size: 1.875rem;
  }
}
.form-wrapper h4.text-blue,
.form-wrapper .h4.text-blue {
  color: #08023F;
}
.form-wrapper h5,
.form-wrapper .h5 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-wrapper h5,
.form-wrapper .h5 {
    font-size: 1.875rem;
  }
}
.form-wrapper h5.text-blue,
.form-wrapper .h5.text-blue {
  color: #08023F;
}
.form-wrapper h6,
.form-wrapper .h6 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-wrapper h6,
.form-wrapper .h6 {
    font-size: 1.875rem;
  }
}
.form-wrapper h6.text-blue,
.form-wrapper .h6.text-blue {
  color: #08023F;
}
.form-wrapper .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .form-wrapper .form-half {
    width: 48% !important;
  }
}
.form-wrapper .form-control {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .form-wrapper .form-control .g-recaptcha > div {
    height: 50px !important;
  }
}
@media (max-width: 575px) {
  .form-wrapper .form-control .g-recaptcha > div {
    height: 50px !important;
  }
}
@media (min-width: 1200px) {
  .form-wrapper .form-control .g-recaptcha iframe {
    transform: scale(0.6);
    transform-origin: left top;
  }
}
@media (max-width: 575px) {
  .form-wrapper .form-control .g-recaptcha iframe {
    transform: scale(0.7);
    transform-origin: left top;
  }
}
.form-wrapper .form-control .recp-error {
  position: absolute;
  display: block;
  margin-top: 5px;
  font-size: 8px;
  font-weight: 700;
  text-align: left;
  color: #5B52FF;
  width: 100%;
}
.form-wrapper .form-control textarea {
  height: 114px;
}
.form-wrapper .form-control select {
  padding: 0.625rem 0.9375rem;
}
.form-wrapper .form-control.pd-select {
  position: relative;
}
.form-wrapper .form-control.pd-select:after {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 0.875rem;
  content: "b";
  font-family: "publicrelay" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  color: #5B52FF;
  transition: ease 0.3s;
}
.form-wrapper .form-control.pd-select.focused:after {
  color: #ffffff;
}
.form-wrapper .form-label {
  position: absolute;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 50px;
  left: 1rem;
  top: 0;
  padding: 0;
  color: #06033C;
  transition: all 0.3s ease;
  z-index: 9;
  opacity: 0.5;
  pointer-events: none;
  margin: 0;
}
.form-wrapper .form-label .focused {
  color: #ffffff;
}
.form-wrapper .form-input {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  z-index: 1;
  resize: none;
  width: 100%;
  height: auto;
  padding: 0.9375rem 0.9375rem 0.3125rem 0.9375rem;
  border-radius: 0.25rem;
  border: 1px solid #727272;
  color: rgba(6, 3, 60, 0.5);
  background: #ffffff;
  transition: all 0.2s ease-in-out;
}
.form-wrapper .form-input::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.form-wrapper .form-input:autofill {
  color: #ffffff;
}
.form-wrapper .form-input:focus {
  outline: none;
  border: 1px solid #c2c2c2;
  background: #5B52FF;
  color: #fff;
  box-shadow: 0px 0px 2px 2px #b9b9c4;
}
.form-wrapper .form-input:focus ~ .form-label {
  top: -0.75rem;
  left: 1rem;
  z-index: 5;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
.form-wrapper .form-input:-webkit-autofill:not(:focus) ~ .form-label {
  top: -0.75rem;
  left: 1rem;
  z-index: 9;
  font-size: 10px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.form-wrapper .form-input:not(:placeholder-shown).form-input:not(:focus) ~ .form-label {
  top: -0.75rem;
  left: 1rem;
  z-index: 9;
  font-size: 0.625rem;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  color: #5B52FF;
  opacity: 1;
}
.form-wrapper .form-input.focused {
  border-color: #45434F;
}
.form-wrapper .form .privacy-policy {
  margin-bottom: 1.375rem;
}
.form-wrapper .form .privacy-policy label {
  font-size: 0.6875rem;
}
.form-wrapper .form .privacy-policy label a {
  font-weight: bold;
}
.form-wrapper .form .submit input[type=submit] {
  padding: 0.75rem 2rem;
}
.form-wrapper .form .submit .has-arrow {
  position: relative;
  display: inline-block;
}
.form-wrapper .form .submit .has-arrow:after {
  position: absolute;
  right: 1.3125rem;
  top: 50%;
  transform: translateY(-50%);
  content: "j";
  font-family: "publicrelay" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  color: #ffffff;
  font-size: 7px;
  transition: ease 0.3s;
}
.form-wrapper .form .submit .has-arrow:hover:after {
  right: 1.125rem;
}
.form-wrapper .form .submit .has-arrow input[type=submit] {
  padding-right: 2.3125rem;
}
.form-wrapper .form .field-error .form-input {
  border-color: #5B52FF;
  box-shadow: 0px 0px 0px 1px #5B52FF;
}
.form-wrapper .form .field-error .error-msg {
  position: absolute;
  display: block;
  margin-top: 5px;
  font-size: 8px;
  font-weight: 700;
  text-align: right;
  color: #5B52FF;
  width: 100%;
}

.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  min-height: 100%;
}

.main-container {
  width: 100%;
}

.block-header p {
  font-size: 1.25rem;
}

.slick-dots li {
  padding: 0 0.3125rem;
}

.feature_tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.1875rem 0.5rem;
  text-transform: uppercase;
  background-color: #A6DBFF;
}

.bg-triangle {
  margin-left: 3.125rem;
}
.bg-triangle:before {
  content: "";
  position: absolute;
  top: -50px;
  bottom: 0;
  right: -50px;
  width: 40%;
  background-color: #FF895C;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media (max-width: 1199px) {
  .bg-triangle:before {
    right: -20px;
    top: -20px;
  }
}
@media (max-width: 767px) {
  .bg-triangle:before {
    right: 15px;
    top: 20px;
    z-index: 1;
    width: 78px;
    height: 140px;
  }
}

.error-404 {
  padding: 9.375rem 0;
  background-image: url("../images//listing-banner-light-blue.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 991px) {
  .error-404 {
    padding: 3.75rem 0;
    background-image: none;
  }
}
.error-404 .page-title {
  font-size: 4.375rem;
  position: relative;
}
@media (max-width: 991px) {
  .error-404 .page-title:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 66px solid transparent;
    border-top: 116px solid #A6DBFF;
    vertical-align: top;
    float: right;
  }
}
.error-404 p {
  font-size: 1.25rem;
}

.pagination {
  margin: 2.1875rem 0;
}
.pagination ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.pagination li {
  list-style: none;
  margin: 0 0.625rem;
  padding: 0;
  color: #08023F;
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
}
.pagination li.prev-nav {
  margin-right: 1.25rem;
}
@media (max-width: 319px) {
  .pagination li.prev-nav {
    width: 100%;
    text-align: center;
    margin: 0 0.625rem;
  }
}
.pagination li.next-nav {
  margin-left: 1.25rem;
}
@media (max-width: 319px) {
  .pagination li.next-nav {
    width: 100%;
    text-align: center;
    margin: 0 0.625rem;
  }
}
.pagination li a {
  display: inline-block;
  text-decoration: none;
}
.pagination li a.prev, .pagination li a.next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a.prev path, .pagination li a.next path {
  transition: 0.3s;
}
.pagination li a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.pagination li a:hover {
  color: #5B52FF;
}
.pagination li a:hover span {
  color: #5B52FF;
}
.pagination li a span {
  color: inherit;
  font-weight: 700;
  transition: ease 0.3s;
}

.arrow-next, .arrow-prev {
  width: 40px;
  height: 40px;
  margin: 0.5rem 0;
  background: #5B52FF;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1rem;
  font-family: "publicrelay" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.arrow-next:hover, .arrow-next:focus, .arrow-prev:hover, .arrow-prev:focus {
  color: #ffffff;
  background-color: #FF895C;
}
@media (max-width: 991px) {
  .arrow-next, .arrow-prev {
    width: 24px;
    height: 24px;
    margin: 0.1875rem 0;
    line-height: 24px;
    font-size: 0.75rem;
  }
}
.arrow-next:after {
  content: "j";
}
.arrow-prev {
  margin-bottom: 0;
}
.arrow-prev:after {
  content: "e";
}

.search .search-title-wrapper {
  padding: 4.375rem 0 2.5rem;
  margin-bottom: 3.125rem;
  background-color: #ECECFD;
}
.search .search-title-wrapper h1,
.search .search-title-wrapper .h1 {
  margin-bottom: 0;
}
.search .search-title-wrapper h2,
.search .search-title-wrapper .h2 {
  margin-bottom: 0;
}
.search .search-title-wrapper h3,
.search .search-title-wrapper .h3 {
  margin-bottom: 0;
}
.search .search-title-wrapper h4,
.search .search-title-wrapper .h4 {
  margin-bottom: 0;
}
.search .search-title-wrapper h5,
.search .search-title-wrapper .h5 {
  margin-bottom: 0;
}
.search .search-title-wrapper h6,
.search .search-title-wrapper .h6 {
  margin-bottom: 0;
}
.search .search-result-form {
  position: relative;
  margin-bottom: 0.9375rem;
}
.search .search-result-form input[type=search] {
  height: 56px;
}
.search .search-result-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  font-size: 1.125rem;
  color: #5B52FF;
  cursor: pointer;
}
.search .search-result-form .search-submit path {
  fill: #5B52FF;
}
.search .sr-block {
  margin-bottom: 3.125rem;
}
.search .sr-result .sr-items {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .search .sr-result .sr-items {
    margin-top: 1.875rem;
  }
}
.search .sr-result .sr-items .search-info h1,
.search .sr-result .sr-items .search-info .h1 {
  font-size: 1.875rem;
}
@media (max-width: 991px) {
  .search .sr-result .sr-items .search-info h1,
.search .sr-result .sr-items .search-info .h1 {
    font-size: 1.25rem;
  }
}
.search .sr-result .sr-items .search-info h2,
.search .sr-result .sr-items .search-info .h2 {
  font-size: 1.875rem;
}
@media (max-width: 991px) {
  .search .sr-result .sr-items .search-info h2,
.search .sr-result .sr-items .search-info .h2 {
    font-size: 1.25rem;
  }
}
.search .sr-result .sr-items .search-info h3,
.search .sr-result .sr-items .search-info .h3 {
  font-size: 1.875rem;
}
@media (max-width: 991px) {
  .search .sr-result .sr-items .search-info h3,
.search .sr-result .sr-items .search-info .h3 {
    font-size: 1.25rem;
  }
}
.search .sr-result .sr-items .search-info h4,
.search .sr-result .sr-items .search-info .h4 {
  font-size: 1.875rem;
}
@media (max-width: 991px) {
  .search .sr-result .sr-items .search-info h4,
.search .sr-result .sr-items .search-info .h4 {
    font-size: 1.25rem;
  }
}
.search .sr-result .sr-items .search-info h5,
.search .sr-result .sr-items .search-info .h5 {
  font-size: 1.875rem;
}
@media (max-width: 991px) {
  .search .sr-result .sr-items .search-info h5,
.search .sr-result .sr-items .search-info .h5 {
    font-size: 1.25rem;
  }
}
.search .sr-result .sr-items .search-info h6,
.search .sr-result .sr-items .search-info .h6 {
  font-size: 1.875rem;
}
@media (max-width: 991px) {
  .search .sr-result .sr-items .search-info h6,
.search .sr-result .sr-items .search-info .h6 {
    font-size: 1.25rem;
  }
}
.search .pagination {
  margin: 5rem 0;
}
@media (max-width: 767px) {
  .search .pagination {
    margin: 3.125rem 0;
  }
}
.search .pagination li {
  font-weight: 700;
  font-size: 1.125rem;
}
.search .pagination .current {
  color: #5B52FF;
}

.breadcumb {
  font-size: 0.625rem;
}
@media (max-width: 991px) {
  .breadcumb {
    display: none;
  }
}
.breadcumb span {
  margin: 0 0.1875rem;
}
.breadcumb span:first-child {
  margin-left: 0;
}
.breadcumb a {
  text-decoration: none;
  color: #5B52FF;
  font-weight: 700;
}
.breadcumb a:hover {
  color: #06033C;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
table td {
  text-align: left;
  font-weight: normal;
}
table th, table td {
  vertical-align: bottom;
  border: 1px solid #ECECFD;
  padding: 0.625rem;
}
@media (max-width: 767px) {
  table th, table td {
    font-size: 14px;
    padding: 0.3125rem;
  }
}

/* responsive nav for small devices */
.hamburger {
  --humburgerBox: 1.875rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--humburgerBox);
  height: var(--humburgerBox);
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: transparent;
  z-index: 999;
}
@media (max-width: 1199px) {
  .hamburger {
    display: flex;
  }
}
.hamburger:hover, .hamburger:focus {
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.hamburger.active span {
  background-color: transparent;
}
.hamburger.active span:before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger.active span:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.hamburger span {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  height: 3px;
  width: 100%;
  background: #06033C;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #06033C;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger span:before {
  top: -8px;
}
.hamburger span:after {
  bottom: -8px;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span:before, .hamburger.is-clicked span:after {
  top: 0;
  background-color: #06033C;
}
.hamburger.is-clicked span:before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span:after {
  transform: translateY(-6px) rotate(-45deg);
  top: 6px;
}

.mbnav {
  position: relative;
  z-index: 999;
}
@media (max-width: 991px) {
  .mbnav {
    display: block;
  }
}
.mbnav.is-open__state {
  left: 0;
}
.mbnav__state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  z-index: 999;
  background-color: #ffffff;
}
body.admin-bar .mbnav__state {
  padding-top: 110px !important;
}
.mbnav__inner {
  position: relative;
  max-height: 100vh;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .mbnav__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  background: #5100c2;
}
.mbnav__logo {
  color: #ffffff;
  padding: 15px;
}
.mbnav .clickable ul {
  z-index: 3;
}
.mbnav .clickable .caret {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.mbnav .clickable .caret:after {
  position: absolute;
  right: 50px;
  top: 15px;
}
.mbnav .caret {
  position: absolute;
  right: 50px;
  top: 15px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.mbnav .caret:after {
  content: "b";
  font-family: "publicrelay" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 1rem;
  color: #5B52FF;
  transition: ease 0.3s;
}
@media (max-width: 767px) {
  .mbnav .caret {
    right: 30px;
  }
}
.mbnav .menu-wrap {
  --leftSlide: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: var(--leftSlide);
  transition: 0.4s ease;
}
.mbnav .menu-wrap .menu-wrap {
  right: -100%;
  opacity: 0;
  visibility: hidden;
}
.mbnav .menu-wrap > .menu-inner {
  max-height: 100%;
  padding-top: 5.3125rem;
  padding-bottom: 1.25rem;
  background-color: #ffffff;
  pointer-events: auto;
  overflow: hidden auto;
}
.mbnav .cta-wrap .btn {
  width: 100%;
  font-size: 1.25rem;
  padding: 1.375rem 1.25rem;
}
.mbnav ul {
  position: static;
  left: 0;
  padding: 0;
  width: 100%;
  margin: 0;
}
.mbnav ul li {
  font-size: 1.25rem;
  font-weight: 700;
}
.mbnav ul li.is-open > .menu-wrap {
  opacity: 1;
  visibility: visible;
}
.mbnav ul li.is-open > a {
  color: #ffffff !important;
  background-color: #5B52FF;
}
.mbnav ul li.is-open .caret:after {
  color: #ffffff;
}
.mbnav ul li:not(.btn-wrap) {
  position: relative;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  color: #06033C;
  border-bottom: 1px solid #ECECFD;
}
.mbnav ul li:not(.btn-wrap):last-child {
  border-bottom: 0;
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap).has-sub a::after {
  display: none;
}
.mbnav ul li:not(.btn-wrap) a {
  position: relative;
  display: block;
  padding: 1.125rem 3.125rem;
  color: currentColor;
  line-height: 1.3;
  text-decoration: none !important;
  z-index: 2;
  cursor: pointer;
  flex: 1 1 auto;
  order: -1;
}
@media (max-width: 767px) {
  .mbnav ul li:not(.btn-wrap) a {
    padding: 1.125rem 2.125rem;
  }
}
.mbnav ul li:not(.btn-wrap) a:hover {
  color: #5B52FF;
}
.mbnav__caret {
  display: grid;
  align-items: center;
  justify-content: flex-end;
  width: 30px;
  height: auto;
  cursor: pointer;
  z-index: 1;
}
.mbnav__caret:not(.trigger-caret) {
  pointer-events: none;
}
.color-mbnav .mbnav__caret::before {
  color: #06033C !important;
}

.mbnav ul li:not(.btn-wrap).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul li:not(.btn-wrap).is-open .caret:after {
  transform: rotate(180deg);
}
.mbnav ul li:not(.btn-wrap).has-sub > a {
  flex: 1 1 auto;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  margin: 0;
  transform: translateY(200%);
  transition: 0.4s ease-in-out;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap a {
  display: block;
}
.mbnav ul li:not(.btn-wrap) li {
  padding: 0;
}
.mbnav ul .sub-menu {
  display: none;
  background-color: #ECECFD;
}
.mbnav ul .sub-menu li {
  border-color: #ffffff;
}
.mbnav ul .sub-menu li a:hover {
  font-weight: 700;
  color: #06033C;
}
.mbnav ul ul li a {
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
}
.mbnav ul ul li li {
  font-size: 14px;
}
.mbnav ul ul li li a {
  padding-left: 35px;
}
.mbnav ul .back-click {
  width: 100%;
  order: -1;
  color: currentColor;
  padding: 15px 0;
  font-weight: 400;
}
.mbnav ul .back-click::before {
  content: "a";
  font-family: "publicrelay" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  color: #06033C;
  margin-right: 15px;
  margin-bottom: 3px;
  font-size: 18px;
  border: 0;
}
.mbnav__backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
  background: white;
  opacity: 0;
  z-index: -1;
}
.mbnav__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.4s ease-in;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.mbnav__overlay.is-show {
  opacity: 1;
  visibility: visible;
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}

/*--- header ---*/
.main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding: 1.375rem 0;
  height: 5.75rem;
  background-color: #ffffff;
  z-index: 999;
  /* nav */
}
@media (max-width: 1199px) {
  .main-header {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 767px) {
  .main-header {
    padding: 0.875rem 0;
    height: 3.4375rem;
  }
}
.main-header .brand {
  width: 12.0625rem;
}
@media (max-width: 767px) {
  .main-header .brand {
    width: 7.625rem;
  }
}
.main-header.is-sticky {
  filter: drop-shadow(0px 1px 12px rgba(6, 3, 60, 0.16));
}
.admin-bar .main-header {
  top: 2rem;
}
@media (max-width: 782px) {
  .admin-bar .main-header {
    top: 2.875rem;
  }
}
.main-header .menu-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .main-header .menu-wrapper {
    position: static;
  }
}
.main-header .menu-wrapper .header-cta {
  margin-left: 16px;
}
.main-header .navigation {
  word-break: keep-all;
  /* sub menu */
}
@media (max-width: 1199px) {
  .main-header .navigation {
    display: none;
  }
}
.main-header .navigation ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-header .navigation ul li {
  position: relative;
  padding: 0 1rem;
  margin: 0;
  list-style: none;
}
.main-header .navigation ul li > a {
  position: relative;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
}
.main-header .navigation ul li > a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  transition: ease 0.3s;
  background-color: transparent;
}
.main-header .navigation ul li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  left: -9px;
  top: 5px;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.3s;
  border-left: 0 solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #5B52FF;
}
.main-header .navigation ul li:hover > a {
  color: #5B52FF;
}
.main-header .navigation ul li:hover > a:after {
  width: 100%;
  color: #5B52FF;
  background-color: currentColor;
}
.main-header .navigation ul li:hover > a:before {
  visibility: visible;
  opacity: 1;
}
.main-header .navigation ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.main-header .navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  align-items: flex-start;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: ease 0.3s;
  padding: 1.875rem 1.75rem;
  transform: translateX(-50%);
  box-shadow: 0px 0px 0.9375rem rgba(8, 2, 63, 0.12);
  background-color: #ffffff;
}
.main-header .navigation .sub-menu li {
  padding: 0;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.main-header .navigation .sub-menu li:last-child {
  margin-bottom: 0;
}
.main-header .navigation .sub-menu li a {
  font-weight: 500;
  white-space: nowrap;
  transition: ease 0.3s;
}
.main-header .navigation .sub-menu li a:after {
  display: none;
}
.main-header .navigation .sub-menu li a:before {
  content: attr(data-title);
  display: block;
  font-weight: bold;
  margin-top: 0;
  opacity: 0 !important;
  height: 0;
}
.main-header .navigation .sub-menu li a:hover {
  font-weight: 500;
}
.main-header .navigation .sub-menu li.featured-menu .featured-content p {
  font-size: 0.875rem;
}
.main-header .navigation .sub-menu li.featured-menu a:before {
  display: none;
}
@media (max-width: 1199px) {
  .main-header .header-cta {
    display: none;
  }
}

/* header search */
.header-search {
  display: flex;
  justify-content: center;
  align-self: stretch;
}
.header-search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  margin-left: 0.3125rem;
  width: 2.5rem;
  cursor: pointer;
  transition: ease 0.3s;
}
.header-search-btn:hover {
  color: #5100C2;
}
@media (max-width: 1199px) {
  .header-search-btn {
    margin-right: 1.0625rem;
    font-size: 1.25rem;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header-search-btn {
    padding: 0.3125rem 0.625rem;
  }
}
.header-search .h-search-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 94%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: ease 0.3s;
  transform: translateY(-50%);
}
.header-search .h-search-wrap.has-show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (max-width: 1199px) {
  .header-search .h-search-wrap {
    width: 370px;
    left: auto;
    right: 100px;
  }
}
@media (max-width: 767px) {
  .header-search .h-search-wrap {
    width: auto;
    left: 20px;
    right: 20px;
    top: 100px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  }
}
.header-search .h-search-field {
  position: relative;
}
.header-search .h-search-field button[type=submit] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  padding: 0.625rem 0.9375rem;
  cursor: pointer;
  border: none;
  background: transparent;
}
.header-search .h-search-field button[type=submit]:hover, .header-search .h-search-field button[type=submit]:focus {
  color: #5100C2;
}

.main-header .featured-menu:hover .sub-menu, .mbnav .featured-menu:hover .sub-menu {
  pointer-events: auto;
}
.main-header .featured-menu .sub-menu .sub-menu, .mbnav .featured-menu .sub-menu .sub-menu {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
.main-header .featured-menu > .sub-menu, .mbnav .featured-menu > .sub-menu {
  display: flex;
  flex-direction: row;
  width: 420px;
  padding: 0;
}
@media (max-width: 1199px) {
  .main-header .featured-menu > .sub-menu, .mbnav .featured-menu > .sub-menu {
    display: none;
    flex-direction: column;
    width: 100%;
  }
}
.main-header .featured-menu > .sub-menu > li:not(.feature-main), .mbnav .featured-menu > .sub-menu > li:not(.feature-main) {
  flex: 1 1 auto;
  padding: 1.875rem;
}
@media (max-width: 1199px) {
  .main-header .featured-menu > .sub-menu > li:not(.feature-main), .mbnav .featured-menu > .sub-menu > li:not(.feature-main) {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.main-header .featured-menu > .sub-menu > li:not(.feature-main) > a, .mbnav .featured-menu > .sub-menu > li:not(.feature-main) > a {
  margin-bottom: 0.75rem !important;
  display: inline-block;
}
.main-header .featured-menu > .sub-menu > li:not(.feature-main) > .sub-menu, .mbnav .featured-menu > .sub-menu > li:not(.feature-main) > .sub-menu {
  padding: 0;
  display: block !important;
}
.main-header .featured-menu > .sub-menu > li:not(.feature-main) > .sub-menu .font-bold a, .mbnav .featured-menu > .sub-menu > li:not(.feature-main) > .sub-menu .font-bold a {
  font-weight: 700;
}
.main-header .featured-menu > .sub-menu > li > a, .mbnav .featured-menu > .sub-menu > li > a {
  display: none !important;
}
.main-header .featured-menu > .sub-menu > li .trigger-caret, .mbnav .featured-menu > .sub-menu > li .trigger-caret {
  display: none;
}
.main-header .featured-menu > .sub-menu .feature-main, .mbnav .featured-menu > .sub-menu .feature-main {
  flex: 0 0 16.875rem;
  max-width: 270px;
  padding: 1rem;
  box-shadow: 0 4px 32px rgba(8, 2, 63, 0.08);
}
@media (max-width: 1199px) {
  .main-header .featured-menu > .sub-menu .feature-main, .mbnav .featured-menu > .sub-menu .feature-main {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1.125rem 3.125rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .main-header .featured-menu > .sub-menu .feature-main, .mbnav .featured-menu > .sub-menu .feature-main {
    padding: 1.125rem 2.125rem;
  }
}
.main-header .featured-menu > .sub-menu .feature-main > a, .mbnav .featured-menu > .sub-menu .feature-main > a {
  display: none;
}
.main-header .featured-menu > .sub-menu .feature-main > .sub-menu, .mbnav .featured-menu > .sub-menu .feature-main > .sub-menu {
  padding: 0;
  display: block !important;
}
.main-header .featured-menu > .sub-menu .feature-main > .sub-menu > li > a, .mbnav .featured-menu > .sub-menu .feature-main > .sub-menu > li > a {
  display: none !important;
}
.main-header .featured-menu > .sub-menu .feature-main .featured-post-wrapper, .mbnav .featured-menu > .sub-menu .feature-main .featured-post-wrapper {
  background-color: #ffffff;
  overflow: hidden;
}
.main-header .featured-menu > .sub-menu .feature-main .featured-menu-post-img, .mbnav .featured-menu > .sub-menu .feature-main .featured-menu-post-img {
  padding-top: 55.3191489362%;
  position: relative;
}
.main-header .featured-menu > .sub-menu .feature-main .featured-menu-post-img img, .mbnav .featured-menu > .sub-menu .feature-main .featured-menu-post-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-header .featured-menu > .sub-menu .feature-main .featured-menu-post-img .feature_tag, .mbnav .featured-menu > .sub-menu .feature-main .featured-menu-post-img .feature_tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background-color: #5B52FF;
  color: #ffffff;
}
.main-header .featured-menu > .sub-menu .feature-main .featured-menu-post-content, .mbnav .featured-menu > .sub-menu .feature-main .featured-menu-post-content {
  padding: 1.25rem 0 0;
}
@media (max-width: 1199px) {
  .main-header .featured-menu > .sub-menu .feature-main .featured-menu-post-content, .mbnav .featured-menu > .sub-menu .feature-main .featured-menu-post-content {
    padding: 1.25rem;
  }
}
.main-header .featured-menu > .sub-menu .feature-main .featured-menu-post-content .featured-content p, .mbnav .featured-menu > .sub-menu .feature-main .featured-menu-post-content .featured-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  font-weight: 400;
}
.main-header .featured-menu > .sub-menu .feature-main .featured-menu-post-content .btn-link, .mbnav .featured-menu > .sub-menu .feature-main .featured-menu-post-content .btn-link {
  font-size: 1rem;
  font-weight: 700;
}
.main-header .featured-menu > .sub-menu .feature-main .featured-menu-post-content .btn-link:after, .mbnav .featured-menu > .sub-menu .feature-main .featured-menu-post-content .btn-link:after {
  display: inline-block !important;
  vertical-align: middle;
}
.main-header .featured-menu > .sub-menu .feature-main a, .mbnav .featured-menu > .sub-menu .feature-main a {
  padding: 0;
  font-size: 18px;
  font-weight: 600 !important;
  color: #06033C;
  white-space: break-spaces;
}
.main-header .featured-menu > .sub-menu .feature-main a:hover, .mbnav .featured-menu > .sub-menu .feature-main a:hover {
  color: #5B52FF;
}

/*--- footer ---*/
.main-footer {
  width: 100%;
  height: auto;
  background: #06033C;
  line-height: normal;
  padding: 4.375rem 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .main-footer {
    padding: 3.125rem 0;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-col {
    order: 2;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-info {
    text-align: center;
    padding-top: 2.25rem;
    border-top: 1px solid #f4f4f4;
  }
}
.main-footer .footer-info .logo-wrapper {
  margin-bottom: 1.25rem;
}
.main-footer .footer-info .logo-wrapper img {
  max-width: 185px;
}
.main-footer .footer-info .copyright {
  font-size: 0.625rem;
  margin-bottom: 1.875rem;
}
.main-footer .footer-info .copyright a {
  color: #ffffff;
  text-decoration: none;
}
.main-footer .footer-info .copyright a:hover {
  color: #5100C2;
}
@media (max-width: 767px) {
  .main-footer .footer-info .copyright {
    margin-bottom: 1.25rem;
  }
}
.main-footer .footer-info .social-media-wrap ul {
  padding: 0;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .main-footer .footer-info .social-media-wrap ul {
    justify-content: center;
  }
}
.main-footer .footer-info .social-media-wrap ul li {
  padding: 0;
  margin-right: 1.5rem;
  line-height: 1;
}
.main-footer .footer-info .social-media-wrap ul li:last-child {
  margin-right: 0;
}
.main-footer .footer-info .social-media-wrap ul li a svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .main-footer .footer-info .social-media-wrap ul li a svg {
    width: 21px;
    height: 21px;
  }
}
.main-footer .footer-info .social-media-wrap ul li a svg path {
  transition: ease 0.3s;
}
.main-footer .footer-info .social-media-wrap ul li a:hover path {
  fill: #5b52ff;
}
.main-footer .footer-info .contact-cta {
  padding: 0.625rem 3rem;
}
.main-footer .footer-column-wrapper {
  justify-content: space-between;
  margin: 0 -0.4375rem;
}
@media (max-width: 767px) {
  .main-footer .footer-column-wrapper {
    padding-left: 0;
    margin: 0 -0.4375rem 1.875rem;
  }
}
.main-footer .footer-column-wrapper .footer-menu {
  padding: 0 0.4375rem;
}
@media (max-width: 991px) {
  .main-footer .footer-column-wrapper .footer-menu {
    width: 50%;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-column-wrapper .footer-menu {
    width: 100%;
    margin-bottom: 0;
  }
}
.main-footer .footer-column-wrapper .footer-menu ul {
  padding: 0;
  margin: 0;
}
.main-footer .footer-column-wrapper .footer-menu li {
  padding: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .main-footer .footer-column-wrapper .footer-menu li {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-column-wrapper .footer-menu li .sub-menu {
    display: none;
  }
}
.main-footer .footer-column-wrapper .footer-menu li a {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0.9375rem;
  display: inline-block;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .main-footer .footer-column-wrapper .footer-menu li a {
    margin-bottom: 1.25rem;
  }
}
.main-footer .footer-column-wrapper .footer-menu li a:hover {
  color: #5B52FF;
}
.main-footer .footer-column-wrapper .footer-menu li.footer-title > a {
  font-size: 1rem;
  font-weight: 700;
  color: #5B52FF;
}

.slide-up,
.slide-down,
.slide-left,
.slide-right,
.fadeInUp,
.fadeInDown,
.fadeIn {
  opacity: 0;
}

.animated.slide-up {
  -webkit-animation: slide-up 0.8s ease-in both;
  animation: slide-up 0.8s ease-in both;
}

.animated.slide-down {
  -webkit-animation: slide-down 0.8s ease-in both;
  animation: slide-down 0.8s ease-in both;
}

.animated.slide-left {
  -webkit-animation: slide-left 0.8s both;
  animation: slide-left 0.8s both;
}

.animated.slide-right {
  -webkit-animation: slide-right 0.8s both;
  animation: slide-right 0.8s both;
}

.animated.fadeIn {
  -webkit-animation: fadeIn 0.8s ease-in both;
  animation: fadeIn 0.8s ease-in both;
}

.animated.fadeInUp {
  -webkit-animation: fadeInUp 0.8s ease-in-out forwards;
  animation: fadeInUp 0.8s ease-in-out forwards;
}

.animated.fadeInDown {
  -webkit-animation: fadeInDown 0.8s ease-in-out both;
  animation: fadeInDown 0.8s ease-in-out both;
}

.animated.delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay-07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animated.delay-09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-13s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.animated.delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay-17s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.animated.delay-19s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-23s {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.animated.delay-25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animated.delay-27s {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.animated.delay-29s {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes slide-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slide-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes slide-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes slide-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slide-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes slide-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slide-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.home-hero-banner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 6.25rem 0;
  height: calc(100vh - 92px);
  min-height: 31.25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-hero-banner {
    height: auto;
    min-height: 75vh;
    padding: 4.6875rem 0;
  }
}
.home-hero-banner .banner-image {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  transition: ease 2.5s;
}
@media (max-width: 1199px) {
  .home-hero-banner .banner-image {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 1920px;
  }
}
@media (min-width: 1200px) {
  .home-hero-banner .banner-image.active {
    clip-path: polygon(0 0, 100vw 0, 100vw 120vw, 0 120vw);
  }
}
@media (max-width: 1199px) {
  .home-hero-banner .banner-image.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.home-hero-banner .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  animation-name: scale-image;
  animation-duration: 3s;
  transform: scale(1.2);
}
.home-hero-banner .banner-image svg {
  width: 100vw !important;
  height: 56.25vw !important;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 575px) {
  .home-hero-banner .banner-image svg {
    top: 47%;
    left: 57%;
    min-height: 90vh;
  }
}
.home-hero-banner .hero-content {
  position: relative;
  z-index: 1;
}
.home-hero-banner .hero-content h1,
.home-hero-banner .hero-content .h1 {
  margin-bottom: 0.3125rem;
}
@media (max-width: 767px) {
  .home-hero-banner .hero-content h1,
.home-hero-banner .hero-content .h1 {
    margin-bottom: 0.9375rem;
  }
}
.home-hero-banner .hero-content h2,
.home-hero-banner .hero-content .h2 {
  margin-bottom: 0.3125rem;
}
@media (max-width: 767px) {
  .home-hero-banner .hero-content h2,
.home-hero-banner .hero-content .h2 {
    margin-bottom: 0.9375rem;
  }
}
.home-hero-banner .hero-content h3,
.home-hero-banner .hero-content .h3 {
  margin-bottom: 0.3125rem;
}
@media (max-width: 767px) {
  .home-hero-banner .hero-content h3,
.home-hero-banner .hero-content .h3 {
    margin-bottom: 0.9375rem;
  }
}
.home-hero-banner .hero-content h4,
.home-hero-banner .hero-content .h4 {
  margin-bottom: 0.3125rem;
}
@media (max-width: 767px) {
  .home-hero-banner .hero-content h4,
.home-hero-banner .hero-content .h4 {
    margin-bottom: 0.9375rem;
  }
}
.home-hero-banner .hero-content h5,
.home-hero-banner .hero-content .h5 {
  margin-bottom: 0.3125rem;
}
@media (max-width: 767px) {
  .home-hero-banner .hero-content h5,
.home-hero-banner .hero-content .h5 {
    margin-bottom: 0.9375rem;
  }
}
.home-hero-banner .hero-content h6,
.home-hero-banner .hero-content .h6 {
  margin-bottom: 0.3125rem;
}
@media (max-width: 767px) {
  .home-hero-banner .hero-content h6,
.home-hero-banner .hero-content .h6 {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .home-hero-banner .hero-content {
    padding: 0 0.625rem;
  }
}
.home-hero-banner .hero-text {
  margin-bottom: 2.25rem;
  max-width: 25rem;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .home-hero-banner .hero-text {
    margin-bottom: 1.6875rem;
  }
}
@media (max-width: 575px) {
  .home-hero-banner .hero-text {
    max-width: 13.4375rem;
  }
}

@keyframes scale-in {
  0% {
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  100% {
    clip-path: polygon(0 0, 100vw 0, 100vw 100vw, 0 100vw);
  }
}
.cta-banner-section {
  margin: 7.5rem 0;
}
body.page-template-template-solution-detail .cta-banner-section {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cta-banner-section {
    margin: 3.75rem 0;
  }
}
.cta-banner-section .cta-banner-wrap {
  padding: 3.125rem 0;
}
@media (max-width: 991px) {
  .cta-banner-section .cta-banner-wrap {
    padding: 2.5rem 0;
  }
}
.cta-banner-section .cta-banner-wrap .cta-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .cta-banner-section .cta-banner-wrap .cta-btn {
    margin-top: 1.25rem;
    text-align: left;
  }
}
.cta-banner-section .cta-banner-wrap .btn {
  background-color: #A6DBFF;
  color: #06033C;
}
.cta-banner-section .cta-banner-wrap .btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #5100C2;
}

.promo-section {
  margin: 7.5rem 0;
}
@media (max-width: 767px) {
  .promo-section {
    margin: 3.75rem 0;
  }
}
.promo-section .block-header p {
  max-width: 590px;
  margin: 0 auto;
}
.promo-section .promo-card {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .promo-section .promo-card {
    margin-top: 1.875rem;
  }
}
.promo-section .promo-card h5 {
  font-size: 1.25rem;
}
.promo-section .promo-card h5 a {
  display: inline-block;
}
.promo-section .promo-card h5 a .icon-right-arrow {
  font-size: 0.875rem;
  margin-left: 0.75rem;
}
.promo-section .promo-card .img-wrapper {
  margin-bottom: 0.625rem;
}
.promo-section .promo-card .img-wrapper img {
  height: 60px;
  width: 80px;
  object-fit: contain;
  object-position: left;
}

.stats-section {
  margin: 7.5rem 0;
}
@media (max-width: 767px) {
  .stats-section {
    margin: 3.75rem 0;
  }
}
.stats-section .row {
  margin-right: -1.375rem;
  margin-left: -1.375rem;
}
.stats-section .row [class*=cell-] {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
@media (max-width: 1199px) {
  .stats-section .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .stats-section .row [class*=cell-] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.stats-section .block_header {
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .stats-section .block_header {
    margin-bottom: 1.875rem;
  }
}
.stats-section .stat-wrap {
  padding: 1.875rem;
  text-align: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .stats-section .stat-wrap {
    padding: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .stats-section .stat-wrap {
    display: flex;
    align-items: center;
    height: auto;
    text-align: left;
    margin-bottom: 15px;
    padding: 0.5rem;
  }
}
.stats-section .stat-wrap span {
  font-size: 5rem;
  font-weight: 700;
  color: #5B52FF;
}
@media (max-width: 1199px) {
  .stats-section .stat-wrap span {
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  .stats-section .stat-wrap span {
    width: 50%;
    text-align: center;
  }
}
.stats-section .stat-wrap p {
  font-size: 1.75rem;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .stats-section .stat-wrap p {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .stats-section .stat-wrap p {
    width: 50%;
    font-size: 1rem;
  }
}

.fifty-fifty-section {
  margin: 5.9375rem 0;
}
@media (max-width: 767px) {
  .fifty-fifty-section {
    margin: 3.125rem 0;
  }
}
@media (max-width: 991px) {
  .fifty-fifty-section .row .cell-image {
    order: -1;
  }
}
.fifty-fifty-section .content-wrapper .label-sm {
  margin-bottom: 0.9375rem;
  font-size: 0.75rem;
}
.fifty-fifty-section .content-wrapper p {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .fifty-fifty-section .content-wrapper p {
    margin-bottom: 1.1875rem;
  }
}
.fifty-fifty-section .content-wrapper .cta-btn a:not(.btn-link) {
  margin-right: 1.875rem;
}
@media (max-width: 1199px) {
  .fifty-fifty-section .content-wrapper .cta-btn a {
    margin-bottom: 20px;
  }
}

.video-block {
  position: relative;
}
.video-block::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-block.player-start .video-play-btn,
.video-block.player-start .video-poster {
  opacity: 0;
  visibility: hidden;
}
.video-block .video-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-block .video-inner video,
.video-block .video-inner iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.video-block .video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video-block .video-poster:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 2, 63, 0.64);
}
.video-block .video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.video-play-btn a {
  text-decoration: none !important;
}
.video-play-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.375rem;
  height: 7.375rem;
  color: #ffffff;
  font-size: 1.3125rem;
  border: 4px solid #ffffff;
  border-radius: 100%;
  transition: 0.4s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .video-play-btn span {
    font-size: 0.75rem;
    width: 3.75rem;
    height: 3.75rem;
    border-width: 3px;
  }
}

.img-video-wrapper {
  position: relative;
}
.img-video-wrapper .feature_tag {
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 991px) {
  .img-video-wrapper {
    margin-bottom: 1.875rem;
  }
}
.img-video-wrapper .image-block {
  padding-top: 56.25%;
  position: relative;
  z-index: 9;
}
.img-video-wrapper .image-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career-section {
  margin: 7.5rem 0;
}
@media (max-width: 767px) {
  .career-section {
    margin: 3.75rem 0;
  }
}
@media (max-width: 767px) {
  .career-section .career-wrap {
    margin: 0 -1.25rem;
  }
}
.career-section .img-wrapper {
  height: 100%;
}
.career-section .img-wrapper img {
  width: 100%;
  height: 100%;
  padding-right: 5rem;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 991px) {
  .career-section .img-wrapper img {
    padding-right: 0;
  }
}
.career-section .content-wrapper {
  padding: 2.8125rem 2.8125rem 2.8125rem 0;
}
@media (max-width: 991px) {
  .career-section .content-wrapper {
    padding: 3.125rem;
  }
}
.career-section .content-wrapper p {
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
}
@media (max-width: 767px) {
  .career-section .content-wrapper p {
    font-size: 1.125rem;
  }
}
.career-section .content-wrapper .btn-link {
  margin-bottom: 1.875rem;
}
.career-section .content-wrapper ul.quick-links {
  padding: 0;
  margin: 0;
}
.career-section .content-wrapper ul.quick-links li {
  font-size: 14px;
  padding: 0;
}
.career-section .content-wrapper ul.quick-links li:before {
  vertical-align: middle;
  margin-right: 10px;
}
.career-section .content-wrapper ul.quick-links li a {
  text-decoration: none;
}

.logo-carousel {
  margin: 8.125rem 0;
}
@media (max-width: 991px) {
  .logo-carousel {
    margin: 4.375rem 0;
  }
}
@media (max-width: 767px) {
  .logo-carousel {
    margin: 3.25rem 0;
    padding: 0 0.9375rem;
  }
}
.logo-carousel .logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.logo-carousel .logo-title {
  display: flex;
  position: relative;
  width: 55%;
}
@media (max-width: 991px) {
  .logo-carousel .logo-title {
    width: 100%;
    max-width: none;
    margin-bottom: 3.9375rem;
  }
}
.logo-carousel .logo-title h1,
.logo-carousel .logo-title .h1 {
  margin: 0;
  display: flex;
}
@media (max-width: 575px) {
  .logo-carousel .logo-title h1,
.logo-carousel .logo-title .h1 {
    opacity: 1;
  }
}
.logo-carousel .logo-title h1:before,
.logo-carousel .logo-title .h1:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transition: ease 0.3s;
  border-right: 0 solid transparent;
  border-left: 66px solid transparent;
  border-top: 116px solid #FF8A5C;
  margin-right: 2rem;
  opacity: 0;
  transform: translateY(165px);
  transition: ease 2s;
}
@media (max-width: 991px) {
  .logo-carousel .logo-title h1:before,
.logo-carousel .logo-title .h1:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 31px solid transparent;
    border-top: 54px solid #FF8A5C;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .logo-carousel .logo-title h1:before,
.logo-carousel .logo-title .h1:before {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo-carousel .logo-title h1.animated:before,
.logo-carousel .logo-title .h1.animated:before {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .logo-carousel .logo-title h1.slide-up,
.logo-carousel .logo-title .h1.slide-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.logo-carousel .logo-title h2,
.logo-carousel .logo-title .h2 {
  margin: 0;
  display: flex;
}
@media (max-width: 575px) {
  .logo-carousel .logo-title h2,
.logo-carousel .logo-title .h2 {
    opacity: 1;
  }
}
.logo-carousel .logo-title h2:before,
.logo-carousel .logo-title .h2:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transition: ease 0.3s;
  border-right: 0 solid transparent;
  border-left: 66px solid transparent;
  border-top: 116px solid #FF8A5C;
  margin-right: 2rem;
  opacity: 0;
  transform: translateY(165px);
  transition: ease 2s;
}
@media (max-width: 991px) {
  .logo-carousel .logo-title h2:before,
.logo-carousel .logo-title .h2:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 31px solid transparent;
    border-top: 54px solid #FF8A5C;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .logo-carousel .logo-title h2:before,
.logo-carousel .logo-title .h2:before {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo-carousel .logo-title h2.animated:before,
.logo-carousel .logo-title .h2.animated:before {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .logo-carousel .logo-title h2.slide-up,
.logo-carousel .logo-title .h2.slide-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.logo-carousel .logo-title h3,
.logo-carousel .logo-title .h3 {
  margin: 0;
  display: flex;
}
@media (max-width: 575px) {
  .logo-carousel .logo-title h3,
.logo-carousel .logo-title .h3 {
    opacity: 1;
  }
}
.logo-carousel .logo-title h3:before,
.logo-carousel .logo-title .h3:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transition: ease 0.3s;
  border-right: 0 solid transparent;
  border-left: 66px solid transparent;
  border-top: 116px solid #FF8A5C;
  margin-right: 2rem;
  opacity: 0;
  transform: translateY(165px);
  transition: ease 2s;
}
@media (max-width: 991px) {
  .logo-carousel .logo-title h3:before,
.logo-carousel .logo-title .h3:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 31px solid transparent;
    border-top: 54px solid #FF8A5C;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .logo-carousel .logo-title h3:before,
.logo-carousel .logo-title .h3:before {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo-carousel .logo-title h3.animated:before,
.logo-carousel .logo-title .h3.animated:before {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .logo-carousel .logo-title h3.slide-up,
.logo-carousel .logo-title .h3.slide-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.logo-carousel .logo-title h4,
.logo-carousel .logo-title .h4 {
  margin: 0;
  display: flex;
}
@media (max-width: 575px) {
  .logo-carousel .logo-title h4,
.logo-carousel .logo-title .h4 {
    opacity: 1;
  }
}
.logo-carousel .logo-title h4:before,
.logo-carousel .logo-title .h4:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transition: ease 0.3s;
  border-right: 0 solid transparent;
  border-left: 66px solid transparent;
  border-top: 116px solid #FF8A5C;
  margin-right: 2rem;
  opacity: 0;
  transform: translateY(165px);
  transition: ease 2s;
}
@media (max-width: 991px) {
  .logo-carousel .logo-title h4:before,
.logo-carousel .logo-title .h4:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 31px solid transparent;
    border-top: 54px solid #FF8A5C;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .logo-carousel .logo-title h4:before,
.logo-carousel .logo-title .h4:before {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo-carousel .logo-title h4.animated:before,
.logo-carousel .logo-title .h4.animated:before {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .logo-carousel .logo-title h4.slide-up,
.logo-carousel .logo-title .h4.slide-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.logo-carousel .logo-title h5,
.logo-carousel .logo-title .h5 {
  margin: 0;
  display: flex;
}
@media (max-width: 575px) {
  .logo-carousel .logo-title h5,
.logo-carousel .logo-title .h5 {
    opacity: 1;
  }
}
.logo-carousel .logo-title h5:before,
.logo-carousel .logo-title .h5:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transition: ease 0.3s;
  border-right: 0 solid transparent;
  border-left: 66px solid transparent;
  border-top: 116px solid #FF8A5C;
  margin-right: 2rem;
  opacity: 0;
  transform: translateY(165px);
  transition: ease 2s;
}
@media (max-width: 991px) {
  .logo-carousel .logo-title h5:before,
.logo-carousel .logo-title .h5:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 31px solid transparent;
    border-top: 54px solid #FF8A5C;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .logo-carousel .logo-title h5:before,
.logo-carousel .logo-title .h5:before {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo-carousel .logo-title h5.animated:before,
.logo-carousel .logo-title .h5.animated:before {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .logo-carousel .logo-title h5.slide-up,
.logo-carousel .logo-title .h5.slide-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.logo-carousel .logo-title h6,
.logo-carousel .logo-title .h6 {
  margin: 0;
  display: flex;
}
@media (max-width: 575px) {
  .logo-carousel .logo-title h6,
.logo-carousel .logo-title .h6 {
    opacity: 1;
  }
}
.logo-carousel .logo-title h6:before,
.logo-carousel .logo-title .h6:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transition: ease 0.3s;
  border-right: 0 solid transparent;
  border-left: 66px solid transparent;
  border-top: 116px solid #FF8A5C;
  margin-right: 2rem;
  opacity: 0;
  transform: translateY(165px);
  transition: ease 2s;
}
@media (max-width: 991px) {
  .logo-carousel .logo-title h6:before,
.logo-carousel .logo-title .h6:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 31px solid transparent;
    border-top: 54px solid #FF8A5C;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .logo-carousel .logo-title h6:before,
.logo-carousel .logo-title .h6:before {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo-carousel .logo-title h6.animated:before,
.logo-carousel .logo-title .h6.animated:before {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .logo-carousel .logo-title h6.slide-up,
.logo-carousel .logo-title .h6.slide-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.logo-carousel .logo-slider {
  width: 45%;
  max-width: 28.125rem;
}
@media (max-width: 991px) {
  .logo-carousel .logo-slider {
    width: 100%;
    max-width: none;
  }
}
.logo-carousel .logo-slider .slick-dots {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.logo-carousel .logo-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.logo-carousel .logo-slide .logo-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  max-height: 3rem;
  margin: 0.625rem 0;
  width: 33.33%;
  padding: 0 0.9375rem;
  text-align: center;
}
@media (max-width: 767px) {
  .logo-carousel .logo-slide .logo-image {
    width: 50%;
  }
}
.logo-carousel .logo-slide .logo-image img {
  width: 100%;
  margin: auto;
  max-width: 7.6875rem;
  max-height: 3rem;
  object-fit: contain;
}

.wysiwyg-section {
  margin: 7.5rem 0;
}
@media (max-width: 767px) {
  .wysiwyg-section {
    margin: 5rem 0 3.75rem;
  }
}
.wysiwyg-section .carrot {
  padding: 0 6.25rem;
  display: flex;
}
@media (max-width: 991px) {
  .wysiwyg-section .carrot {
    padding: 0;
  }
}
.wysiwyg-section .carrot.branded-theme:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transition: ease 0.3s;
  border-right: 0 solid transparent;
  border-left: 66px solid transparent;
  border-top: 116px solid #5B52FF;
  margin-right: 2.1875rem;
}
@media (max-width: 767px) {
  .wysiwyg-section .carrot.branded-theme:before {
    border-left: 30px solid transparent;
    border-top: 54px solid #5B52FF;
    margin-right: 0.875rem;
  }
}
.wysiwyg-section .carrot .content-wrap {
  display: inline-block;
}
.wysiwyg-section .carrot .content-wrap a {
  display: inline-block;
}
@media (max-width: 767px) {
  .wysiwyg-section .carrot .content-wrap p {
    font-size: 0.9375rem;
  }
}
.wysiwyg-section .carrot .content-wrap .img-wrap {
  position: relative;
  padding-top: 56.25%;
}
.wysiwyg-section .carrot .content-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.filter-comp {
  padding-top: 2.25rem;
  padding-bottom: 8rem;
}
@media (max-width: 991px) {
  .filter-comp {
    padding-bottom: 5.625rem;
  }
}
@media (max-width: 767px) {
  .filter-comp {
    padding-bottom: 3.75rem;
  }
}
.filter-comp .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.filter-comp .title-box h4 {
  margin-bottom: 0;
}
.filter-comp .title-box .reset-filters {
  display: none;
  text-decoration: none;
}
@media (max-width: 991px) {
  .filter-comp .title-box .reset-filters {
    display: block;
  }
}
.filter-comp .filter-form {
  margin-bottom: 0.625rem;
}
.filter-comp .filter-top {
  display: flex;
  flex-wrap: wrap;
}
.filter-comp .filter-col:not(.has-form) {
  position: relative;
  width: 12.5rem;
  margin-right: 1.875rem;
}
@media (max-width: 1199px) {
  .filter-comp .filter-col:not(.has-form) {
    margin-right: 1.25rem;
  }
}
@media (max-width: 991px) {
  .filter-comp .filter-col:not(.has-form) {
    width: 100%;
    margin-bottom: 1.25rem;
    margin-right: 0;
  }
}
.filter-comp .filter-col:not(.has-form) .filter-item {
  display: block;
  padding: 0.875rem 3.1875rem 0.875rem 1rem;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  background-color: #5B52FF;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}
.filter-comp .filter-col:not(.has-form) .filter-item:after {
  position: absolute;
  right: 19px;
  top: 22px;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
  transition: 0.3s;
  pointer-events: none;
}
.filter-comp .filter-col:not(.has-form) .filter-item.active:after {
  transform: rotate(180deg);
}
.filter-comp .filter-col:not(.has-form) ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 15px;
  border: 1px solid #5B52FF;
  background-color: #ffffff;
  display: none;
  z-index: 2;
}
.filter-comp .filter-col:not(.has-form) ul li {
  padding: 0;
}
.filter-comp .filter-col:not(.has-form) ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.filter-comp .filter-col:not(.has-form) ul li label {
  position: relative;
  min-height: 21px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 30px;
  line-height: 1.4;
}
.filter-comp .filter-col:not(.has-form) ul li label:before {
  position: absolute;
  left: 0;
  top: 0;
}
.filter-comp .has-form {
  flex: 1 1 auto;
  position: relative;
}
.filter-comp .has-form input {
  height: 3.5rem;
  padding-left: 1rem;
  padding-right: 4.125rem;
  border: 1px solid #5B52FF;
}
.filter-comp .has-form input::-webkit-input-placeholder {
  color: #5B52FF;
  opacity: 1;
}
.filter-comp .has-form input:-moz-placeholder {
  color: #5B52FF;
  opacity: 1;
}
.filter-comp .has-form input::-moz-placeholder {
  color: #5B52FF;
  opacity: 1;
}
.filter-comp .has-form input:-ms-input-placeholder {
  color: #5B52FF;
  opacity: 1;
}
.filter-comp .has-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 56px;
  background-image: url("../images/search-filter.svg");
  background-size: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.filter-comp .has-form .submit-btn:hover {
  background-color: #06033C;
}
.filter-comp .tag-listing {
  width: calc(100% - 100px);
  z-index: 1;
  order: 2;
}
@media (max-width: 991px) {
  .filter-comp .tag-listing {
    order: 0;
    width: 100%;
  }
}
.filter-comp .tag-listing .tag-listing-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.9375rem;
}
@media (max-width: 991px) {
  .filter-comp .tag-listing .tag-listing-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.filter-comp .tag-listing .remove-filter {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin: 0.3125rem 1.5rem 0.3125rem 0;
  line-height: 1;
  color: #08023F;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .filter-comp .tag-listing .remove-filter {
    margin-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.1;
  }
}
.filter-comp .tag-listing .remove-filter:hover .close-ico, .filter-comp .tag-listing .remove-filter:focus .close-ico {
  background-color: #06033C;
  color: #06033C;
}
.filter-comp .tag-listing .remove-filter .close-ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #5B52FF;
  border-radius: 3px;
  transition: 0.3s;
}
.filter-comp .tag-listing .remove-filter .close-ico:before, .filter-comp .tag-listing .remove-filter .close-ico:after {
  position: absolute;
  left: 0.4375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.125rem;
  height: 0.625rem;
  content: "";
  background-color: #ffffff;
  transition: 0.3s;
}
.filter-comp .tag-listing .remove-filter .close-ico:before {
  transform: translateY(-50%) rotate(45deg);
}
.filter-comp .tag-listing .remove-filter .close-ico:after {
  transform: translateY(-50%) rotate(-45deg);
}
.filter-comp .reset-filter {
  order: 4;
  margin-left: auto;
  margin-top: 1.25rem;
}
@media (max-width: 991px) {
  .filter-comp .reset-filter {
    display: none;
  }
}
.filter-comp .reset-filter .reset-filters {
  display: block;
  line-height: 1;
  text-decoration: none;
}
.filter-comp .filter-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.75rem;
}
@media (max-width: 991px) {
  .filter-comp .filter-bottom {
    margin-top: 1.5625rem;
  }
}
@media (max-width: 575px) {
  .filter-comp .filter-bottom {
    flex-direction: column;
    align-items: flex-end;
  }
}
.filter-comp .filter-bottom .listing-count {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.filter-comp .filter-bottom .listing-count:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #5B52FF;
  transition: 0.3s;
  pointer-events: none;
}
.filter-comp .filter-bottom .listing-count.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.filter-comp .filter-bottom .listing-count span {
  line-height: 1;
  color: #08023F;
}
.filter-comp .filter-bottom .listing-count select {
  width: auto;
  border: none;
  padding: 0 0.625rem;
  height: auto;
  padding-right: 1.25rem;
  color: #5B52FF;
  font-weight: 700;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 0;
}
.filter-comp .filter-bottom .showing-result {
  margin-left: 0.9375rem;
}
.filter-comp .filter-bottom .list-count {
  color: #08023F;
  line-height: 1;
}
.filter-comp .no-post {
  padding: 6.25rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .filter-comp .no-post {
    padding: 4.375rem 0;
  }
}
.filter-comp .no-post h3 {
  text-transform: capitalize;
}
.filter-comp .no-post h3:last-child {
  margin-bottom: 0;
}

.filter-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
@media (max-width: 575px) {
  .filter-grid {
    margin-padding: -0.8125rem;
  }
}
.filter-grid .filter-item {
  width: 33.33%;
  padding: 1.5625rem 1rem;
}
@media (max-width: 991px) {
  .filter-grid .filter-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .filter-grid .filter-item {
    width: 100%;
    padding: 0.8125rem;
  }
}
.filter-grid .filter-item-inner {
  display: block;
  text-decoration: none !important;
  height: 100%;
}
.filter-grid .filter-item-inner:hover .filter-item-box {
  transform: translateY(-20px);
  box-shadow: 0px 24px 40px rgba(8, 2, 63, 0.2);
}
.filter-grid .filter-item-inner:hover .filter-item-box:before {
  transform: translateX(0);
}
.filter-grid .filter-item-inner .img-part {
  position: relative;
  margin-bottom: 1.25rem;
}
.filter-grid .filter-item-inner .img-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .filter-grid .filter-item-inner .img-part {
    margin-bottom: 0.9375rem;
  }
}
.filter-grid .filter-item-inner .img-part:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.filter-grid .filter-item-inner .filter-item-box {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 22px;
  overflow: hidden;
  box-shadow: 0px 4px 32px rgba(8, 2, 63, 0.08);
  background-color: #ffffff;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .filter-grid .filter-item-inner .filter-item-box {
    max-width: 16.5625rem;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }
}
.filter-grid .filter-item-inner .filter-item-box:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 70px;
  background: linear-gradient(120deg, rgba(81, 0, 194, 0) 49%, #5100c2 51%);
  content: "";
  pointer-events: none;
  transform: translateX(100%);
  transition: 0.3s;
}
.filter-grid .filter-item-inner .filter-item-box .cat-terms {
  display: block;
  margin-bottom: 9px;
  color: #5B52FF;
  font-weight: 500;
}
@media (max-width: 575px) {
  .filter-grid .filter-item-inner .filter-item-box .cat-terms {
    font-size: 0.75rem;
  }
}
.filter-grid .filter-item-inner .filter-item-box .filter-title {
  margin-bottom: 3.75rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .filter-grid .filter-item-inner .filter-item-box .filter-title {
    margin-bottom: 2.5rem;
    font-size: 1rem;
  }
}
.filter-grid .filter-item-inner .filter-item-box .desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 0 auto;
}
.filter-grid .filter-item-inner .filter-item-box .desc-bottom {
  padding-top: 0.9375rem;
  border-top: 1px solid #ECECFD;
}
@media (max-width: 767px) {
  .filter-grid .filter-item-inner .filter-item-box .desc-bottom {
    padding-top: 0.5rem;
    font-size: 0.875rem;
  }
}

.testimonial {
  margin: 7.5rem 0;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial {
    margin: 4.375rem 0;
  }
}
@media (max-width: 767px) {
  .home .testimonial {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .testimonial {
    margin: 3.125rem 0;
  }
}
@media (max-width: 767px) {
  .testimonial .container {
    padding: 0;
  }
}
.testimonial .tm-wrap {
  position: relative;
  padding: 4.125rem 0;
  background-color: #ECECFD;
}
.testimonial .tm-wrap:before, .testimonial .tm-wrap:after {
  position: absolute;
  left: 70px;
  top: 65px;
  pointer-events: none;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transition: ease 0.3s;
  border-right: 0 solid transparent;
  border-left: 154px solid transparent;
  border-top: 268px solid rgba(91, 82, 255, 0.1);
}
@media (max-width: 991px) {
  .testimonial .tm-wrap:before, .testimonial .tm-wrap:after {
    left: 50px;
    top: 50px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 115px solid transparent;
    border-top: 200px solid rgba(91, 82, 255, 0.1);
  }
}
@media (max-width: 767px) {
  .testimonial .tm-wrap:before, .testimonial .tm-wrap:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 68px solid transparent;
    border-top: 118px solid rgba(91, 82, 255, 0.1);
    left: 16px;
    top: 28px;
  }
}
.testimonial .tm-wrap:after {
  left: 280px;
}
@media (max-width: 991px) {
  .testimonial .tm-wrap:after {
    left: 220px;
  }
}
@media (max-width: 767px) {
  .testimonial .tm-wrap:after {
    left: 104px;
  }
}
@media (max-width: 991px) {
  .testimonial .tm-wrap {
    padding: 3.125rem 0;
  }
}
@media (max-width: 767px) {
  .testimonial .tm-wrap {
    padding: 3.125rem 0;
  }
}
.testimonial .btn-wrap {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .testimonial .btn-wrap {
    margin-top: 1.25rem;
  }
}
.testimonial .btn-wrap .btn {
  box-shadow: 0px 8px 16px rgba(8, 2, 63, 0.12);
}

.quote-slider:not(.slick-initialized) {
  display: flex;
}
.quote-slider:not(.slick-initialized) .quote-item:not(:first-child) {
  display: none;
}
@media (max-width: 767px) {
  .quote-slider .quote-block {
    padding: 0 1.5625rem;
  }
}
.quote-slider .quote-block h1,
.quote-slider .quote-block .h1 {
  font-weight: 200;
  line-height: 1.48;
}
@media (max-width: 767px) {
  .quote-slider .quote-block h1,
.quote-slider .quote-block .h1 {
    font-size: 1.25rem;
  }
}
.quote-slider .quote-block h2,
.quote-slider .quote-block .h2 {
  font-weight: 200;
  line-height: 1.48;
}
@media (max-width: 767px) {
  .quote-slider .quote-block h2,
.quote-slider .quote-block .h2 {
    font-size: 1.25rem;
  }
}
.quote-slider .quote-block h3,
.quote-slider .quote-block .h3 {
  font-weight: 200;
  line-height: 1.48;
}
@media (max-width: 767px) {
  .quote-slider .quote-block h3,
.quote-slider .quote-block .h3 {
    font-size: 1.25rem;
  }
}
.quote-slider .quote-block h4,
.quote-slider .quote-block .h4 {
  font-weight: 200;
  line-height: 1.48;
}
@media (max-width: 767px) {
  .quote-slider .quote-block h4,
.quote-slider .quote-block .h4 {
    font-size: 1.25rem;
  }
}
.quote-slider .quote-block h5,
.quote-slider .quote-block .h5 {
  font-weight: 200;
  line-height: 1.48;
}
@media (max-width: 767px) {
  .quote-slider .quote-block h5,
.quote-slider .quote-block .h5 {
    font-size: 1.25rem;
  }
}
.quote-slider .quote-block h6,
.quote-slider .quote-block .h6 {
  font-weight: 200;
  line-height: 1.48;
}
@media (max-width: 767px) {
  .quote-slider .quote-block h6,
.quote-slider .quote-block .h6 {
    font-size: 1.25rem;
  }
}
.quote-slider .author-details {
  display: flex;
  margin-top: 2rem;
}
.quote-slider .author-image {
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  margin-right: 0.75rem;
  border-radius: 50%;
  overflow: hidden;
}
.quote-slider .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-slider .author-info span {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
.quote-slider .author-info p {
  line-height: 1.5;
}
.quote-slider .quote-item {
  max-width: 53.125rem;
  margin: 1.25rem auto 0;
}
@media (max-width: 991px) {
  .quote-slider .quote-item {
    padding: 0 1.875rem;
  }
}
@media (max-width: 767px) {
  .quote-slider .quote-item {
    padding: 0 1rem;
    margin: auto 0;
  }
}

.quote-logo {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 53.125rem;
  margin: 2.5rem auto 0;
}
@media (max-width: 991px) {
  .quote-logo {
    padding: 0 1.875rem;
  }
}
@media (max-width: 767px) {
  .quote-logo {
    padding: 0 1rem;
  }
}
.quote-logo .back-cover {
  position: absolute;
  background-color: #fff;
  transition: 0.4s ease left, width, opacity;
  border-bottom: 3px solid #5B52FF;
  min-height: 3.3125rem;
}
@media (max-width: 991px) {
  .quote-logo .back-cover {
    min-height: 2.875rem;
  }
}
@media (max-width: 767px) {
  .quote-logo .back-cover {
    display: none;
  }
}
.quote-logo .image-block {
  width: 25%;
  display: flex !important;
  padding: 0.4375rem 0.9375rem;
  border-bottom: 3px solid transparent;
  transition: ease 0.4s;
  z-index: 1;
}
@media (max-width: 767px) {
  .quote-logo .image-block {
    width: 50%;
    margin-bottom: 1.25rem;
  }
}
.quote-logo .image-block img {
  margin: auto;
  max-width: 9.6875rem;
  max-height: 2.5rem;
  cursor: pointer;
  opacity: 0.3;
}
@media (max-width: 991px) {
  .quote-logo .image-block img {
    max-width: 8.125rem;
    max-height: 1.875rem;
  }
}
.quote-logo .image-block.active img, .quote-logo .image-block:hover img {
  opacity: 1;
}
@media (max-width: 767px) {
  .quote-logo .image-block.active, .quote-logo .image-block:hover {
    background-color: #ffffff;
    border-color: #5B52FF;
  }
  .quote-logo .image-block.active img, .quote-logo .image-block:hover img {
    opacity: 1;
  }
}

.subscriber-section {
  margin: 7.5rem 0;
  padding-top: 3.125rem;
}
@media (max-width: 1199px) {
  .subscriber-section {
    padding-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  .subscriber-section {
    margin: 3.75rem 0;
    padding-top: 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .subscriber-section .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .subscriber-section .cell-image {
    order: 1;
  }
}
@media (max-width: 767px) {
  .subscriber-section .content-wrap {
    text-align: center;
    padding: 0 0.9375rem;
  }
}
@media (max-width: 767px) {
  .subscriber-section .content-wrap h1,
.subscriber-section .content-wrap .h1 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .subscriber-section .content-wrap h2,
.subscriber-section .content-wrap .h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .subscriber-section .content-wrap h3,
.subscriber-section .content-wrap .h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .subscriber-section .content-wrap h4,
.subscriber-section .content-wrap .h4 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .subscriber-section .content-wrap h5,
.subscriber-section .content-wrap .h5 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .subscriber-section .content-wrap h6,
.subscriber-section .content-wrap .h6 {
    font-size: 1.875rem;
  }
}
.subscriber-section .content-wrap p {
  font-size: 1.25rem;
}
.subscriber-section .img-wrapper {
  position: relative;
  padding-top: 59.4855305466%;
}
@media (max-width: 767px) {
  .subscriber-section .img-wrapper {
    margin: 0 0 3.75rem;
  }
}
@media (max-width: 991px) {
  .subscriber-section .img-wrapper.bg-triangle {
    margin-left: 0;
  }
}
.subscriber-section .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subscriber-section .form-wrapper {
  padding: 0;
  margin: 0;
}
.subscriber-section .form-wrapper .form {
  position: relative;
}
@media (max-width: 767px) {
  .subscriber-section .form-wrapper .form {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .subscriber-section .form-wrapper .form-input {
    padding-right: 130px;
  }
}
.subscriber-section .form-wrapper .form .submit input[type=submit] {
  border-radius: 4px;
}
@media (min-width: 768px) {
  .subscriber-section .form-wrapper .form .submit input[type=submit] {
    position: absolute;
    right: 0;
    top: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #ECECFD;
  }
}

.listing-hero {
  position: relative;
  padding: 3.125rem 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
@media (max-width: 991px) {
  .listing-hero {
    background-image: none !important;
  }
}
.listing-hero.lilac {
  background-color: #ffffff;
  background-image: url("../images/listing-banner-lilac.png");
}
.listing-hero.lilac .h1:after {
  background: linear-gradient(60deg, rgba(166, 219, 255, 0) 49%, #a6dbff 51%);
}
.listing-hero.bg-white {
  background-color: #ffffff;
  background-image: url("../images/listing-banner-white.png");
}
.listing-hero.bg-white .h1:after {
  background: linear-gradient(60deg, rgba(81, 0, 194, 0) 49%, #5100c2 51%);
}
.listing-hero.blue {
  background-color: #5B52FF;
  background-image: url("../images/listing-banner-blue.png");
}
.listing-hero.blue .h1:after {
  background: linear-gradient(60deg, rgba(255, 255, 255, 0) 49%, white 51%);
}
.listing-hero.dark-blue {
  background-color: #08023F;
  background-image: url("../images/listing-banner-dark-blue.png");
}
.listing-hero.dark-blue .h1:after {
  background: linear-gradient(60deg, rgba(81, 0, 194, 0) 49%, #5100c2 51%);
}
.listing-hero.light-blue {
  background-color: #08023F;
  background-image: url("../images/listing-banner-light-blue.png");
}
.listing-hero.light-blue .h1:after {
  background: linear-gradient(60deg, rgba(166, 219, 255, 0) 49%, #a6dbff 51%);
}
.listing-hero.dark-white {
  background-color: #ffffff;
  background-image: url("../images/listing-banner-purple.png");
}
.listing-hero.dark-white .h1:after {
  background: linear-gradient(60deg, rgba(81, 0, 194, 0) 49%, #5100c2 51%);
}
.listing-hero.white .h1 {
  color: #ffffff;
}
.listing-hero .lh-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.listing-hero .lh-desc {
  width: 40%;
}
@media (max-width: 1399px) {
  .listing-hero .lh-desc {
    width: 37%;
  }
}
@media (max-width: 991px) {
  .listing-hero .lh-desc {
    display: none;
  }
}
.listing-hero .lh-desc .h1:last-child {
  margin-bottom: 0;
}
.listing-hero .lh-post {
  width: 60%;
  padding-left: 30px;
}
@media (max-width: 1399px) {
  .listing-hero .lh-post {
    width: 63%;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .listing-hero .lh-post {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
}
.listing-hero .lh-post .h1 {
  position: relative;
  display: none;
  padding-right: 88px;
  min-height: 94px;
}
@media (max-width: 991px) {
  .listing-hero .lh-post .h1 {
    display: block;
  }
}
.listing-hero .lh-post .h1:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 95px;
  content: "";
}
.listing-hero .lh-post .lh-row {
  padding: 1.375rem 1.75rem;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 32px rgba(8, 2, 63, 0.08);
  background-color: #ffffff;
}
@media (max-width: 1399px) {
  .listing-hero .lh-post .lh-row {
    padding: 1.25rem;
  }
}
@media (max-width: 767px) {
  .listing-hero .lh-post .lh-row {
    flex-wrap: wrap;
  }
}
.listing-hero .lh-post .img-block {
  position: relative;
  width: 282px;
  flex: 0 0 auto;
}
.listing-hero .lh-post .img-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .listing-hero .lh-post .img-block {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .listing-hero .lh-post .img-block {
    width: 100%;
    flex: none;
  }
}
.listing-hero .lh-post .img-block:before {
  padding-top: 94.3262411348%;
  display: block;
  content: "";
}
.listing-hero .lh-post .content-block {
  padding-left: 24px;
}
@media (max-width: 767px) {
  .listing-hero .lh-post .content-block {
    padding-left: 0;
    padding-top: 24px;
  }
}
.listing-hero .lh-post .content-block .cat-wtap {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.listing-hero .lh-post .content-block .feature-label {
  padding: 6px 7px;
  margin-right: 16px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #5B52FF;
  line-height: 1;
}
.listing-hero .lh-post .content-block .asset-type {
  color: #5B52FF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.listing-hero .lh-post .content-block .title {
  margin-bottom: 8px;
}
.listing-hero .lh-post .content-block p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.listing-hero .lh-post .content-block .tag-wrapper {
  padding-top: 18px;
  color: #5B52FF;
  border-top: 1px solid #ECECFD;
}

.solution-overview {
  position: relative;
}
.solution-overview .solution-item {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .solution-overview .solution-item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 36.875rem;
    padding: 3.5rem 0 1.25rem;
  }
}
.solution-overview .solution-item .item-inner {
  width: 100%;
}
@media (max-width: 767px) {
  .solution-overview .solution-item .container {
    padding: 0;
  }
}
.solution-overview .slick-active .solution-content {
  transform: translateY(0);
}
.solution-overview .solution-content {
  padding: 2rem;
  max-width: 28.9375rem;
  background-color: #ffffff;
  box-shadow: 0px 2px 24px rgba(8, 2, 63, 0.16);
}
@media (min-width: 768px) {
  .solution-overview .solution-content {
    transform: translateY(450px);
    transition-timing-function: cubic-bezier(0.8, 0.885, 0.4, 1.275);
    transition-duration: 0.7s;
  }
}
@media (max-width: 767px) {
  .solution-overview .solution-content {
    box-shadow: none;
    max-width: none;
  }
}
.solution-overview .solution-content .label-sm {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
}
.solution-overview .solution-content .solution-desc {
  margin-bottom: 1.5625rem;
}
.solution-overview .solution-content .solution-desc p {
  margin-bottom: 1.25rem;
}
.solution-overview .solution-content .solution-desc li {
  line-height: 1.5;
}
.solution-overview-wrap {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .solution-overview .solution-image-slider {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
  }
  .solution-overview .solution-image-slider .slick-list,
.solution-overview .solution-image-slider .slick-track {
    height: 100%;
  }
}
.solution-overview .solution-image-slider:not(.slick-initialized) {
  display: flex;
}
.solution-overview .solution-image-slider:not(.slick-initialized) .image-block {
  width: 100%;
}
.solution-overview .solution-image-slider:not(.slick-initialized) .image-block:not(:first-child) {
  display: none;
}
.solution-overview .solution-image-slider .image-block {
  height: 100%;
}
@media (min-width: 768px) {
  .solution-overview .solution-image-slider .bg-image {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .solution-overview .solution-image-slider .bg-image {
    position: relative;
    padding-top: 100%;
  }
}
.solution-overview .solution-image-slider .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 767px) {
  .solution-overview .solution-image-slider .bg-image img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.solution-overview .solution-content-slider:not(.slick-initialized) {
  display: flex;
}
.solution-overview .solution-content-slider:not(.slick-initialized) .solution-item:not(:first-child) {
  display: none;
}
.solution-overview .solution-content-slider .slick-slide {
  height: auto;
  opacity: 1 !important;
  visibility: hidden;
}
.solution-overview .solution-content-slider .slick-slide.slick-current {
  visibility: visible;
}

@media (min-width: 768px) {
  .solution-tab-slider:not(.slick-initialized) {
    display: flex;
  }
  .solution-tab-slider:not(.slick-initialized) .tab-item:not(:first-child) {
    display: none;
  }
}

.solution-tab {
  padding: 1rem;
  background-color: #08023F;
}
.solution-tab.single-tab {
  display: none;
}
.solution-tab .tab-slider-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .solution-tab .tab-slider-wrapper .arrows_2 {
    display: none;
  }
}
.solution-tab .tab-slider-wrapper .arrows_2 .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  margin: 0;
  pointer-events: painted;
}
.solution-tab .tab-slider-wrapper .arrows_2 .arrow.arrow-prev {
  left: -60px;
}
.solution-tab .tab-slider-wrapper .arrows_2 .arrow.arrow-next {
  right: -60px;
}
@media (max-width: 767px) {
  .solution-tab {
    position: absolute;
    top: 0;
    padding: 0 1rem;
    width: 100%;
    background-color: transparent;
  }
}
.solution-tab .slick-slider {
  margin: 0 -1rem;
}
@media (max-width: 1399px) {
  .solution-tab .slick-slider {
    margin: 0 -1.5625rem;
  }
}
.solution-tab .slick-slider .slick-slide {
  height: auto;
}
.solution-tab .slick-slider .slick-arrow.slick-prev {
  left: -48px;
}
@media (max-width: 1399px) {
  .solution-tab .slick-slider .slick-arrow.slick-prev {
    left: -30px;
  }
}
.solution-tab .slick-slider .slick-arrow.slick-next {
  right: -48px;
}
@media (max-width: 1399px) {
  .solution-tab .slick-slider .slick-arrow.slick-next {
    right: -30px;
  }
}
.solution-tab .tab-item {
  width: 25%;
  padding: 0 1rem;
}
@media (max-width: 1399px) {
  .solution-tab .tab-item {
    padding: 0 0.625rem;
  }
}
@media (max-width: 767px) {
  .solution-tab .tab-item {
    width: 100%;
    padding: 0;
  }
}
.solution-tab .tab-item .item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
  padding: 0.9375rem 1.5rem;
  background-color: #ffffff;
  transition: ease 0.3s;
}
.solution-tab .tab-item.slick-current .item-inner, .solution-tab .tab-item:hover .item-inner {
  background-color: #A6DBFF;
}
.solution-tab .tab-item.slick-current svg path, .solution-tab .tab-item:hover svg path {
  fill: #5B52FF;
}
.solution-tab .tab-item.slick-current .tab-label, .solution-tab .tab-item:hover .tab-label {
  color: #08023F;
}
.solution-tab .tab-item.slick-current img, .solution-tab .tab-item:hover img {
  width: 100%;
  filter: brightness(1);
  opacity: 1;
}
.solution-tab .tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  margin-right: 0.625rem;
}
.solution-tab .tab-icon img {
  width: 100%;
  filter: brightness(0.4);
  opacity: 0.7;
}
.solution-tab .tab-icon svg {
  width: 100%;
  height: 100%;
}
.solution-tab .tab-icon svg path {
  fill: #6B678C;
  transition: ease 0.3s;
}
.solution-tab .tab-label {
  flex: 1;
  font-weight: bold;
  line-height: 1.25;
  color: #6B678C;
  transition: ease 0.3s;
}
@media (max-width: 767px) {
  .solution-tab-slider {
    display: none;
  }
}

.solution-dropdown {
  position: relative;
}
@media (min-width: 768px) {
  .solution-dropdown {
    display: none;
  }
}
.solution-dropdown:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: ease 0.3s;
  right: 20px;
  content: "b";
  font-family: "publicrelay" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
}
.solution-dropdown.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.solution-dropdown .item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
  padding: 0.9375rem 3.125rem 0.9375rem 1.5rem;
  background-color: #ffffff;
  transition: ease 0.3s;
}
.solution-dropdown .tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  margin-right: 0.625rem;
}
.solution-dropdown .tab-icon img {
  width: 100%;
  filter: none;
  opacity: 1;
}
.solution-dropdown .tab-icon svg {
  width: 100%;
  height: 100%;
}
.solution-dropdown .tab-icon svg path {
  fill: #5B52FF;
  transition: ease 0.3s;
}
.solution-dropdown .tab-label {
  flex: 1;
  font-weight: bold;
  line-height: 1.25;
  color: #08023F;
  transition: ease 0.3s;
}

.main-content {
  overflow: hidden;
}

.contact-form-section {
  margin: 6.875rem 0 0;
  position: relative;
  padding-bottom: 6.875rem;
}
.contact-form-section .form-wrapper .form-title h2 {
  color: #06033C;
}
body.page-template-template-solution-detail .contact-form-section {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .contact-form-section {
    margin: 3.125rem 0 0;
    padding-bottom: 0;
  }
}
.contact-form-section .container {
  position: relative;
}
.contact-form-section .main-form-wrap {
  text-align: right;
}
.contact-form-section .main-form-wrap.animated .bg-image {
  transform: scale(1);
  opacity: 1;
}
.contact-form-section .bg-image {
  position: absolute;
  right: -14%;
  top: -75%;
  width: 100%;
  z-index: -1;
  transform: scale(0);
  transform-origin: top right;
  transition: 1s;
  opacity: 0;
}
@media (max-width: 991px) {
  .contact-form-section .bg-image {
    display: none;
  }
}
.contact-form-section .bg-image img {
  position: relative;
  right: -200px;
}
@media (max-width: 1399px) {
  .contact-form-section .content-wrap {
    padding-left: 3.125rem;
  }
}
@media (max-width: 767px) {
  .contact-form-section .content-wrap {
    margin-bottom: 1.875rem;
  }
}
.contact-form-section .content-wrap .form-title {
  position: relative;
}
.contact-form-section .content-wrap .form-title:before {
  display: none;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  transition: ease 0.3s;
  border-right: 0 solid transparent;
  border-left: 66px solid transparent;
  border-top: 116px solid #FF895C;
  margin-right: 1.875rem;
  margin-top: 3.125rem;
  transition: 1s;
}
@media (max-width: 767px) {
  .contact-form-section .content-wrap .form-title:before {
    border-left: 30px solid transparent;
    border-top: 54px solid #FF895C;
    margin-right: 1.25rem;
  }
}
.contact-form-section .content-wrap p, .contact-form-section .content-wrap ul {
  font-size: 1.25rem;
}
@media (max-width: 991px) {
  .contact-form-section .content-wrap p, .contact-form-section .content-wrap ul {
    font-size: 1rem;
  }
}
.contact-form-section .content-wrap ul li:before {
  top: 15px;
}
@media (max-width: 991px) {
  .contact-form-section .content-wrap ul li:before {
    top: 10px;
  }
}
.contact-form-section .content-wrap.animated .form-title:before {
  margin-top: 0;
}
.contact-form-section .carrot {
  position: absolute;
  left: -130px;
  top: 125px;
  opacity: 0;
  transition: ease 0.7s;
}
@media (max-width: 1399px) {
  .contact-form-section .carrot {
    left: -40px;
    top: 100px;
  }
}
.contact-form-section .carrot.animated {
  left: -90px;
  top: 10px;
  opacity: 1;
}
@media (max-width: 1399px) {
  .contact-form-section .carrot.animated {
    left: -40px;
  }
}
@media (max-width: 1199px) {
  .contact-form-section .carrot.animated {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .contact-form-section .carrot.animated {
    left: 20px;
    top: 5px;
  }
}
.contact-form-section .carrot:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  transition: ease 0.3s;
  border-right: 0 solid transparent;
  border-left: 66px solid transparent;
  border-top: 116px solid #FF895C;
  margin-right: 2.1875rem;
}
@media (max-width: 767px) {
  .contact-form-section .carrot:before {
    border-left: 30px solid transparent;
    border-top: 54px solid #FF895C;
    margin-right: 0.875rem;
  }
}

.resource-cards {
  position: relative;
  margin: 7.5rem 0;
}
@media (max-width: 991px) {
  .resource-cards {
    margin: 4.375rem 0;
  }
}
@media (max-width: 767px) {
  .resource-cards {
    margin: 3.125rem 0;
  }
}
.resource-cards .rc-text-block {
  padding: 5.9375rem 0 0.625rem;
  background-color: #ECECFD;
}
@media (max-width: 991px) {
  .resource-cards .rc-text-block {
    padding: 4.375rem 0 0.625rem;
  }
}
@media (max-width: 767px) {
  .resource-cards .rc-text-block {
    padding: 3.375rem 0 0.625rem;
  }
}
.resource-cards .rc-text-block .heading-block {
  max-width: 47.5rem;
  margin: 0 auto;
}
.resource-cards .rc-text-block .heading-block p {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #6B678C;
}
.resource-cards .rc-wrap {
  position: relative;
}
.resource-cards .rc-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  background-color: #ECECFD;
}
@media (max-width: 991px) {
  .resource-cards .rc-wrap:after {
    height: calc(50% - 210px);
  }
}
@media (max-width: 767px) {
  .resource-cards .rc-wrap:after {
    height: 210px;
  }
}
.resource-cards .rc-wrap .container {
  position: relative;
  z-index: 1;
}
.resource-cards .filter-grid {
  justify-content: center;
}
@media (max-width: 767px) {
  .resource-cards .filter-grid {
    max-width: 18.75rem;
    margin: auto;
  }
}
.resource-cards .filter-grid .filter-item {
  width: 25%;
  height: auto;
  transform: translateY(230px);
  opacity: 0;
}
@media (max-width: 991px) {
  .resource-cards .filter-grid .filter-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .resource-cards .filter-grid .filter-item {
    width: 100%;
    padding: 0.75rem 1rem;
  }
}
.resource-cards .filter-grid .filter-item.delay-3 {
  transition: 1.5s;
}
.resource-cards .filter-grid .filter-item.delay-5 {
  transition: 2s;
  transition-delay: 0.5s;
}
.resource-cards .filter-grid .filter-item.delay-7 {
  transition: 2.5s;
  transition-delay: 0.7s;
}
.resource-cards .filter-grid .filter-item.delay-9 {
  transition: 3s;
  transition-delay: 1s;
}
.resource-cards .filter-grid .filter-item.animated {
  transform: translateY(0);
  opacity: 1;
}
.resource-cards .filter-grid .filter-item-inner .img-part {
  margin-bottom: 0.9375rem;
}
.resource-cards .filter-grid .filter-item-inner .filter-item-box {
  padding: 1rem;
}
.resource-cards .filter-grid .filter-item-inner .filter-item-box .filter-title {
  font-size: 1rem;
  margin-bottom: 2.5rem;
}
.resource-cards .filter-grid .filter-item-inner .filter-item-box .desc-bottom {
  padding-top: 0.4375rem;
}
@media (max-width: 1199px) {
  .resource-cards .filter-grid .filter-item-inner .filter-item-box .desc-bottom {
    line-height: 1.2;
  }
}
.resource-cards .filter-grid .filter-item-inner .filter-item-box .desc-bottom .tag-terms {
  font-size: 0.875rem;
}

.dashboard-dark-section {
  padding: 7.5rem 0;
}
@media (max-width: 767px) {
  .dashboard-dark-section {
    padding: 3.75rem 0;
  }
}
@media (min-width: 992px) {
  .dashboard-dark-section .dashboard-dark-wrapper {
    padding-right: calc((100% - 78.5rem) / 2);
  }
  .dashboard-dark-section .dashboard-dark-wrapper > div {
    padding-right: 3.125rem;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .dashboard-dark-section .dashboard-dark-wrapper > div {
    padding-right: 1.25rem;
  }
}
.dashboard-dark-section .dashboard-dark-wrapper .image-block {
  z-index: 1;
}
.dashboard-dark-section .dashboard-dark-image {
  max-width: 90%;
  margin-bottom: 2.5rem;
  padding: 2.1875rem 1.5625rem 2.1875rem 0;
  background-color: #e0e0e0;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 767px) {
  .dashboard-dark-section .dashboard-dark-image {
    max-width: 80%;
    padding: 1.25rem 0.9375rem 1.25rem 0;
  }
}
.dashboard-dark-section .dashboard-dark-image:after {
  content: "";
  position: absolute;
  right: 15px;
  left: 0;
  bottom: 0;
  height: 41px;
  background-image: url("../images/macbook_base.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 767px) {
  .dashboard-dark-section .dashboard-dark-image:after {
    right: 50px;
  }
}
.dashboard-dark-section .dashboard-dark-image .image-wrapper {
  padding-top: 65.3846153846%;
  position: relative;
  background-color: #e0e0e0;
}
.dashboard-dark-section .dashboard-dark-image .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dashboard-dark-section .dashboard-dark-image .image-wrapper img {
  object-position: right;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.dashboard-dark-section .dashboard-dark-image .slick-dots {
  position: absolute;
  bottom: -130px;
  margin: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .dashboard-dark-section .dashboard-dark-image .slick-dots {
    bottom: -110px;
    margin: 0;
    justify-content: flex-start;
    padding-left: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .dashboard-dark-section .dashboard-dark-image .slick-dots {
    bottom: -80px;
    padding-left: 0.9375rem;
  }
}
.dashboard-dark-section .dashboard-dark-image .slick-dots li button {
  opacity: 0.5;
  background-color: #FF895C;
}
.dashboard-dark-section .dashboard-dark-image .slick-dots li.slick-active button {
  opacity: 1;
}
.dashboard-dark-section .slides-numbers {
  color: #A6DBFF;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .dashboard-dark-section .slides-numbers {
    margin-top: 3.75rem;
    padding: 0 3.125rem;
  }
}
@media (max-width: 767px) {
  .dashboard-dark-section .slides-numbers {
    padding: 0 1.25rem;
  }
}
.dashboard-dark-section .dashboard-dark-content {
  color: #ffffff;
}
@media (max-width: 991px) {
  .dashboard-dark-section .dashboard-dark-content {
    padding: 0 3.125rem;
  }
}
@media (max-width: 767px) {
  .dashboard-dark-section .dashboard-dark-content {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1200px) {
  .dashboard-dark-section .dashboard-dark-content .slick-list {
    padding-left: 130px;
    margin-left: -130px;
  }
}
.dashboard-dark-section .dashboard-dark-content .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.dashboard-dark-section .dashboard-dark-content .item {
  opacity: 0;
  transition: 1s;
}
.dashboard-dark-section .dashboard-dark-content .item.slick-current {
  opacity: 1;
}
.dashboard-dark-section .dashboard-dark-content .content-wrapper h1,
.dashboard-dark-section .dashboard-dark-content .content-wrapper .h1 {
  color: #ffffff;
}
.dashboard-dark-section .dashboard-dark-content .content-wrapper h2,
.dashboard-dark-section .dashboard-dark-content .content-wrapper .h2 {
  color: #ffffff;
}
.dashboard-dark-section .dashboard-dark-content .content-wrapper h3,
.dashboard-dark-section .dashboard-dark-content .content-wrapper .h3 {
  color: #ffffff;
}
.dashboard-dark-section .dashboard-dark-content .content-wrapper h4,
.dashboard-dark-section .dashboard-dark-content .content-wrapper .h4 {
  color: #ffffff;
}
.dashboard-dark-section .dashboard-dark-content .content-wrapper h5,
.dashboard-dark-section .dashboard-dark-content .content-wrapper .h5 {
  color: #ffffff;
}
.dashboard-dark-section .dashboard-dark-content .content-wrapper h6,
.dashboard-dark-section .dashboard-dark-content .content-wrapper .h6 {
  color: #ffffff;
}
.dashboard-dark-section .dashboard-dark-content .content-wrapper .btn-link {
  margin-top: 1.875rem;
  color: #A6DBFF;
}
.dashboard-dark-section .dashboard-dark-content .content-wrapper .custom-list li:before {
  background: url("../images/true-check-blue.svg") no-repeat center/cover;
}

.dashboard-promo-section {
  margin: 7.5rem 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .dashboard-promo-section {
    margin: 3.75rem 0 0;
  }
}
.dashboard-promo-section .tabs {
  padding-left: calc((100% - 78.5rem) / 2);
}
.dashboard-promo-section .tabs > div {
  padding-left: 3.125rem;
}
@media (max-width: 767px) {
  .dashboard-promo-section .tabs > div {
    padding-left: 1.25rem;
  }
}
.dashboard-promo-section .tabs .tab-btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399px) {
  .dashboard-promo-section .tabs .tab-btn {
    left: 50px;
  }
}
@media (max-width: 1199px) {
  .dashboard-promo-section .tabs .tab-btn {
    left: 0;
  }
}
@media (max-width: 991px) {
  .dashboard-promo-section .tabs .tab-btn {
    left: 30px;
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  .dashboard-promo-section .tab-menu {
    margin-top: 2.5rem;
  }
}
.dashboard-promo-section .tab-menu ul {
  padding: 0;
}
@media (max-width: 991px) {
  .dashboard-promo-section .tab-menu ul {
    margin-bottom: 1.25rem;
  }
}
.dashboard-promo-section .tab-menu ul li.active-tab .label-sm {
  opacity: 1;
}
.dashboard-promo-section .tab-menu ul li.active-tab .label-sm:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #5B52FF;
}
.dashboard-promo-section .tab-menu ul li .label-sm {
  margin-right: 1.5rem;
  text-decoration: none;
  font-size: 0.75rem;
  position: relative;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .dashboard-promo-section .tab-teaser .row {
    flex-direction: column-reverse;
  }
}
.dashboard-promo-section .tab-box {
  display: none;
}
@media (max-width: 991px) {
  .dashboard-promo-section .tab-box .content-wrap {
    padding-right: 3.125rem;
  }
}
@media (max-width: 767px) {
  .dashboard-promo-section .tab-box .content-wrap {
    padding-right: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .dashboard-promo-section .tab-box .content-wrap ul, .dashboard-promo-section .tab-box .content-wrap p {
    font-size: 0.875rem;
  }
}
.dashboard-promo-section .tab-box .content-wrap .btn-link {
  margin-top: 1.875rem;
}
.dashboard-promo-section .tab-box .image-wrapper {
  background: #06033C;
  border-radius: 28px;
  width: 100%;
  transform: scale(1.1);
  transform-origin: left;
  padding-top: 56.6265060241%;
  position: relative;
}
.dashboard-promo-section .tab-box .image-wrapper img {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
  width: 100%;
  height: calc(100% - 40px);
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .dashboard-promo-section .tab-box .image-wrapper img {
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
  }
}
.dashboard-promo-section .image-box {
  padding: 8.75rem 0 10rem;
  position: relative;
}
@media (max-width: 991px) {
  .dashboard-promo-section .image-box {
    padding: 3.75rem 0 5.625rem;
  }
}
.dashboard-promo-section .image-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  background-color: #ECECFD;
}
@media (max-width: 991px) {
  .dashboard-promo-section .image-box:before {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .dashboard-promo-section .image-box:before {
    width: calc(100% - 60px);
  }
}

.team-section {
  margin: 7.5rem 0 3.75rem;
}
@media (max-width: 767px) {
  .team-section {
    padding: 0 1.875rem;
    margin: 3.75rem 0 1.25rem;
  }
}
.team-section .block_header {
  margin-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .team-section .block_header {
    margin-bottom: 1.875rem;
  }
}
.team-section .biocard-wrap {
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .team-section .biocard-wrap {
    max-width: 265px;
    margin: 0 auto 2.5rem;
  }
}
.team-section .biocard-wrap:hover .image-content-wrapper .description-wrapper {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.team-section .biocard-wrap:hover .name-position {
  color: #5B52FF;
}
.team-section .biocard-wrap:hover .name-position h1,
.team-section .biocard-wrap:hover .name-position .h1 {
  color: #5B52FF;
}
.team-section .biocard-wrap:hover .name-position h2,
.team-section .biocard-wrap:hover .name-position .h2 {
  color: #5B52FF;
}
.team-section .biocard-wrap:hover .name-position h3,
.team-section .biocard-wrap:hover .name-position .h3 {
  color: #5B52FF;
}
.team-section .biocard-wrap:hover .name-position h4,
.team-section .biocard-wrap:hover .name-position .h4 {
  color: #5B52FF;
}
.team-section .biocard-wrap:hover .name-position h5,
.team-section .biocard-wrap:hover .name-position .h5 {
  color: #5B52FF;
}
.team-section .biocard-wrap:hover .name-position h6,
.team-section .biocard-wrap:hover .name-position .h6 {
  color: #5B52FF;
}
.team-section .biocard-wrap .image-content-wrapper {
  padding-top: 135.8490566038%;
  position: relative;
  margin-bottom: 0.9375rem;
}
.team-section .biocard-wrap .image-content-wrapper img, .team-section .biocard-wrap .image-content-wrapper .description-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-section .biocard-wrap .image-content-wrapper .description-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  background: #5B52FF;
  color: #ffffff;
  text-align: left;
  padding: 1.875rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .team-section .biocard-wrap .image-content-wrapper .description-wrapper {
    padding: 0.9375rem;
  }
}
.team-section .biocard-wrap .image-content-wrapper .description-wrapper p {
  display: block;
  height: auto;
  max-height: 100%;
  line-height: 1.5;
  overflow: auto;
}
.team-section .biocard-wrap .image-content-wrapper .description-wrapper p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ECECFD;
}
.team-section .biocard-wrap .image-content-wrapper .description-wrapper p::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.team-section .biocard-wrap .image-content-wrapper .description-wrapper p::-webkit-scrollbar-thumb {
  background-color: #06033C;
}
.team-section .biocard-wrap .social-wrap {
  margin-bottom: 0.625rem;
  line-height: 1;
}
.team-section .biocard-wrap .social-wrap a {
  text-decoration: none;
  display: inline-block;
  color: #5B52FF;
  margin-right: 0.75rem;
}
.team-section .biocard-wrap .name-position {
  transition: 0.5s;
}
.team-section .biocard-wrap .name-position h1,
.team-section .biocard-wrap .name-position .h1 {
  transition: 0.5s;
  margin-bottom: 0;
}
.team-section .biocard-wrap .name-position h2,
.team-section .biocard-wrap .name-position .h2 {
  transition: 0.5s;
  margin-bottom: 0;
}
.team-section .biocard-wrap .name-position h3,
.team-section .biocard-wrap .name-position .h3 {
  transition: 0.5s;
  margin-bottom: 0;
}
.team-section .biocard-wrap .name-position h4,
.team-section .biocard-wrap .name-position .h4 {
  transition: 0.5s;
  margin-bottom: 0;
}
.team-section .biocard-wrap .name-position h5,
.team-section .biocard-wrap .name-position .h5 {
  transition: 0.5s;
  margin-bottom: 0;
}
.team-section .biocard-wrap .name-position h6,
.team-section .biocard-wrap .name-position .h6 {
  transition: 0.5s;
  margin-bottom: 0;
}

.case-study-promo {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 7.5rem 0;
}
@media (max-width: 991px) {
  .case-study-promo {
    margin: 4.375rem 0;
  }
}
@media (max-width: 767px) {
  .case-study-promo {
    margin: 3.125rem 0;
  }
}
.case-study-promo:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 100%;
  transform: translateY(-50%);
  right: 0;
  background: url(../images/square-svg-shape.svg) no-repeat left/contain;
  background-size: 830px;
}
.case-study-promo .label-sm {
  margin-bottom: 0.9375rem;
}
.case-study-promo .cs-logo {
  margin-bottom: 1.875rem;
}
.case-study-promo .cs-logo img {
  max-width: 9.25rem;
}
.case-study-promo .cs-description {
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .case-study-promo .cs-description p {
    line-height: 1.5;
  }
}
.case-study-promo .cs-inner {
  align-items: flex-end;
}
@media (max-width: 991px) {
  .case-study-promo .cs-inner {
    flex-direction: column-reverse;
  }
}
.case-study-promo .content-block-wrap .numbered-slick-dots {
  z-index: 2;
}
@media (min-width: 992px) {
  .case-study-promo .content-block-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .case-study-promo .content-block-wrap {
    padding: 0 1.5625rem;
  }
}
.case-study-promo .numbered-slick-dots .slick-dots {
  margin: 3.125rem 0 0;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .case-study-promo .numbered-slick-dots .slick-dots {
    margin: 3.125rem 0;
  }
}
.case-study-promo .numbered-slick-dots .slick-dots li:first-child {
  padding-left: 0;
}
.case-study-promo .cs-content .slick-slide {
  visibility: hidden;
}
.case-study-promo .cs-content .slick-slide.slick-current {
  visibility: visible;
}
.case-study-promo .cs-content .slick-list {
  overflow: visible;
}

.cs-content-slider:not(.slick-initialized) {
  display: flex;
}
.cs-content-slider:not(.slick-initialized) .cs-item:not(:first-child) {
  display: none;
}

.cs-image-slider {
  position: relative;
  z-index: 2;
}
.cs-image-slider:not(.slick-initialized) {
  display: flex;
}
.cs-image-slider:not(.slick-initialized) .cs-item:not(:first-child) {
  display: none;
}
.cs-image-slider .slick-slide {
  margin-top: auto;
  margin-bottom: auto;
}
.cs-image-slider .slick-list {
  overflow: visible;
}
.cs-image-slider .cs-item {
  width: 100%;
}
.cs-image-slider .img-video-wrapper {
  margin-left: 0;
  margin-top: 3.125rem;
  margin-right: 3.125rem;
}
@media (max-width: 1199px) {
  .cs-image-slider .img-video-wrapper {
    margin-top: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media (max-width: 991px) {
  .cs-image-slider .img-video-wrapper {
    margin-top: 1.875rem;
    margin-bottom: 0;
  }
}
.cs-image-slider .img-video-wrapper .cs-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.cs-image-slider .img-video-wrapper .cs-logo img {
  max-width: 50px;
}
.cs-image-slider .img-video-wrapper.bg-triangle:before {
  background-color: #A6DBFF;
  transform: translateY(-30px);
  top: -20px;
  right: -500px;
  transition: ease 1s;
  opacity: 0;
}
@media (max-width: 767px) {
  .cs-image-slider .img-video-wrapper.bg-triangle:before {
    right: -15px;
    width: 108px;
    height: 180px;
    transform: translateY(-40px);
  }
}
.cs-image-slider .img-video-wrapper.animated:before {
  right: -50px;
  opacity: 1;
}
@media (max-width: 767px) {
  .cs-image-slider .img-video-wrapper.animated:before {
    right: -20px;
  }
}

.inline-promo-wrap {
  padding: 1.25rem;
  margin: 1.25rem 0 1.875rem;
}
.inline-promo-wrap .image-wrapper {
  padding-top: 66.8918918919%;
  position: relative;
}
.inline-promo-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .inline-promo-wrap .content {
    text-align: center;
    padding: 2.1875rem 0 1.5625rem;
  }
}

.hero-generic {
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 4.6875rem 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-generic {
    min-height: auto;
    padding: 1.875rem 0;
  }
}
.hero-generic.dark h1,
.hero-generic.dark .h1 {
  color: #06033C;
}
.hero-generic.dark h2,
.hero-generic.dark .h2 {
  color: #06033C;
}
.hero-generic.dark h3,
.hero-generic.dark .h3 {
  color: #06033C;
}
.hero-generic.dark h4,
.hero-generic.dark .h4 {
  color: #06033C;
}
.hero-generic.dark h5,
.hero-generic.dark .h5 {
  color: #06033C;
}
.hero-generic.dark h6,
.hero-generic.dark .h6 {
  color: #06033C;
}
@media (max-width: 991px) {
  .hero-generic .img-video-wrapper {
    margin-bottom: 0;
    margin-top: 40px;
  }
}
.hero-generic .form-wrapper {
  margin-bottom: -7.8125rem;
  position: relative;
}
@media (max-width: 991px) {
  .hero-generic .form-wrapper:before {
    content: "";
    position: absolute;
    top: 85px;
    left: -50px;
    right: -50px;
    bottom: -30px;
    background-color: #ffffff;
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .hero-generic .form-wrapper {
    margin: 3.125rem 0 0;
  }
}
.hero-generic .form-wrapper h1,
.hero-generic .form-wrapper .h1 {
  color: #ffffff;
}
.hero-generic .form-wrapper h2,
.hero-generic .form-wrapper .h2 {
  color: #ffffff;
}
.hero-generic .form-wrapper h3,
.hero-generic .form-wrapper .h3 {
  color: #ffffff;
}
.hero-generic .form-wrapper h4,
.hero-generic .form-wrapper .h4 {
  color: #ffffff;
}
.hero-generic .form-wrapper h5,
.hero-generic .form-wrapper .h5 {
  color: #ffffff;
}
.hero-generic .form-wrapper h6,
.hero-generic .form-wrapper .h6 {
  color: #ffffff;
}

.dark-blue .form-wrapper, .light-blue .form-wrapper {
  background-color: #ECECFD;
}
.dark-blue .form-wrapper h1,
.dark-blue .form-wrapper .h1, .light-blue .form-wrapper h1,
.light-blue .form-wrapper .h1 {
  color: #06033C;
}
.dark-blue .form-wrapper h2,
.dark-blue .form-wrapper .h2, .light-blue .form-wrapper h2,
.light-blue .form-wrapper .h2 {
  color: #06033C;
}
.dark-blue .form-wrapper h3,
.dark-blue .form-wrapper .h3, .light-blue .form-wrapper h3,
.light-blue .form-wrapper .h3 {
  color: #06033C;
}
.dark-blue .form-wrapper h4,
.dark-blue .form-wrapper .h4, .light-blue .form-wrapper h4,
.light-blue .form-wrapper .h4 {
  color: #06033C;
}
.dark-blue .form-wrapper h5,
.dark-blue .form-wrapper .h5, .light-blue .form-wrapper h5,
.light-blue .form-wrapper .h5 {
  color: #06033C;
}
.dark-blue .form-wrapper h6,
.dark-blue .form-wrapper .h6, .light-blue .form-wrapper h6,
.light-blue .form-wrapper .h6 {
  color: #06033C;
}

.breadcumb {
  position: relative;
  transform: translateY(13px);
}
.blue .breadcumb, .light-blue .breadcumb {
  color: #A6DBFF;
}
.dark-blue .breadcumb {
  color: #5B52FF;
}
.blue .breadcumb a, .light-blue .breadcumb a, .dark-blue .breadcumb a {
  color: #ffffff;
}
.hero-generic .breadcumb {
  top: -100px;
  transform: none;
}

@media (max-width: 991px) {
  .generic-content-wrap h1,
.generic-content-wrap .h1 {
    position: relative;
    padding-right: 55px;
  }
}
.light-blue .generic-content-wrap h1:before,
.light-blue .generic-content-wrap .h1:before {
  border-top-color: #A6DBFF;
}
.dark .generic-content-wrap h1:before, .dark-blue .generic-content-wrap h1:before,
.dark .generic-content-wrap .h1:before,
.dark-blue .generic-content-wrap .h1:before {
  border-top-color: #5B52FF;
}
.dark-white .generic-content-wrap h1:before,
.dark-white .generic-content-wrap .h1:before {
  border-top-color: #5100C2;
}
@media (max-width: 991px) {
  .generic-content-wrap h1:before,
.generic-content-wrap .h1:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 54px solid transparent;
    border-top: 94px solid #A6DBFF;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .generic-content-wrap h2,
.generic-content-wrap .h2 {
    position: relative;
    padding-right: 55px;
  }
}
.light-blue .generic-content-wrap h2:before,
.light-blue .generic-content-wrap .h2:before {
  border-top-color: #A6DBFF;
}
.dark .generic-content-wrap h2:before, .dark-blue .generic-content-wrap h2:before,
.dark .generic-content-wrap .h2:before,
.dark-blue .generic-content-wrap .h2:before {
  border-top-color: #5B52FF;
}
.dark-white .generic-content-wrap h2:before,
.dark-white .generic-content-wrap .h2:before {
  border-top-color: #5100C2;
}
@media (max-width: 991px) {
  .generic-content-wrap h2:before,
.generic-content-wrap .h2:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 54px solid transparent;
    border-top: 94px solid #A6DBFF;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .generic-content-wrap h3,
.generic-content-wrap .h3 {
    position: relative;
    padding-right: 55px;
  }
}
.light-blue .generic-content-wrap h3:before,
.light-blue .generic-content-wrap .h3:before {
  border-top-color: #A6DBFF;
}
.dark .generic-content-wrap h3:before, .dark-blue .generic-content-wrap h3:before,
.dark .generic-content-wrap .h3:before,
.dark-blue .generic-content-wrap .h3:before {
  border-top-color: #5B52FF;
}
.dark-white .generic-content-wrap h3:before,
.dark-white .generic-content-wrap .h3:before {
  border-top-color: #5100C2;
}
@media (max-width: 991px) {
  .generic-content-wrap h3:before,
.generic-content-wrap .h3:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 54px solid transparent;
    border-top: 94px solid #A6DBFF;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .generic-content-wrap h4,
.generic-content-wrap .h4 {
    position: relative;
    padding-right: 55px;
  }
}
.light-blue .generic-content-wrap h4:before,
.light-blue .generic-content-wrap .h4:before {
  border-top-color: #A6DBFF;
}
.dark .generic-content-wrap h4:before, .dark-blue .generic-content-wrap h4:before,
.dark .generic-content-wrap .h4:before,
.dark-blue .generic-content-wrap .h4:before {
  border-top-color: #5B52FF;
}
.dark-white .generic-content-wrap h4:before,
.dark-white .generic-content-wrap .h4:before {
  border-top-color: #5100C2;
}
@media (max-width: 991px) {
  .generic-content-wrap h4:before,
.generic-content-wrap .h4:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 54px solid transparent;
    border-top: 94px solid #A6DBFF;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .generic-content-wrap h5,
.generic-content-wrap .h5 {
    position: relative;
    padding-right: 55px;
  }
}
.light-blue .generic-content-wrap h5:before,
.light-blue .generic-content-wrap .h5:before {
  border-top-color: #A6DBFF;
}
.dark .generic-content-wrap h5:before, .dark-blue .generic-content-wrap h5:before,
.dark .generic-content-wrap .h5:before,
.dark-blue .generic-content-wrap .h5:before {
  border-top-color: #5B52FF;
}
.dark-white .generic-content-wrap h5:before,
.dark-white .generic-content-wrap .h5:before {
  border-top-color: #5100C2;
}
@media (max-width: 991px) {
  .generic-content-wrap h5:before,
.generic-content-wrap .h5:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 54px solid transparent;
    border-top: 94px solid #A6DBFF;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .generic-content-wrap h6,
.generic-content-wrap .h6 {
    position: relative;
    padding-right: 55px;
  }
}
.light-blue .generic-content-wrap h6:before,
.light-blue .generic-content-wrap .h6:before {
  border-top-color: #A6DBFF;
}
.dark .generic-content-wrap h6:before, .dark-blue .generic-content-wrap h6:before,
.dark .generic-content-wrap .h6:before,
.dark-blue .generic-content-wrap .h6:before {
  border-top-color: #5B52FF;
}
.dark-white .generic-content-wrap h6:before,
.dark-white .generic-content-wrap .h6:before {
  border-top-color: #5100C2;
}
@media (max-width: 991px) {
  .generic-content-wrap h6:before,
.generic-content-wrap .h6:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    transition: ease 0.3s;
    border-right: 0 solid transparent;
    border-left: 54px solid transparent;
    border-top: 94px solid #A6DBFF;
    margin-right: 0.9375rem;
  }
}
.generic-content-wrap h2,
.generic-content-wrap .h1 {
  font-size: 30px;
}
.generic-content-wrap p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
@media (max-width: 991px) {
  .generic-content-wrap p {
    padding-right: 20px;
  }
}
.blue .generic-content-wrap p, .light-blue .generic-content-wrap p, .dark-blue .generic-content-wrap p {
  color: #ffffff;
}
@media (max-width: 575px) {
  .generic-content-wrap .btn {
    width: 100%;
  }
}
.blue .generic-content-wrap .btn, .light-blue .generic-content-wrap .btn {
  background-color: #A6DBFF;
  color: #06033C;
}
.blue .generic-content-wrap .btn:hover, .light-blue .generic-content-wrap .btn:hover {
  background-color: #5100C2;
  color: #ffffff;
}

.detail-hero {
  position: relative;
  background-color: #08023F;
  background-image: url("../images/listing-banner-dark-blue.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
@media (max-width: 991px) {
  .detail-hero {
    background-image: none !important;
  }
}
.detail-hero .dh-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.detail-hero .dh-desc {
  width: 60%;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .detail-hero .dh-desc {
    width: 100%;
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .detail-hero .dh-desc {
    order: 2;
    padding: 1.875rem 0;
  }
}
.detail-hero .dh-desc .h1 {
  color: #ffffff;
}
.detail-hero .dh-desc .post-author {
  color: #ffffff;
  line-height: normal;
}
@media (max-width: 767px) {
  .detail-hero .dh-desc .post-author {
    margin-bottom: 8px;
  }
}
.detail-hero .dh-desc .post-tags {
  color: #A6DBFF;
}
.detail-hero .dh-desc .post-tags ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.detail-hero .dh-desc .post-tags ul li {
  padding: 0;
  color: #A6DBFF;
  font-weight: bold;
}
@media (max-width: 767px) {
  .detail-hero .dh-desc .post-tags ul li {
    font-size: 0.875rem;
  }
}
.detail-hero .dh-desc .post-tags ul li + li:before {
  content: ",";
  margin-right: 5px;
}
.detail-hero .dh-image {
  width: 35%;
}
@media (min-width: 768px) {
  .detail-hero .dh-image {
    display: none;
  }
}
@media (max-width: 991px) {
  .detail-hero .dh-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .detail-hero .dh-image {
    order: 1;
    margin-top: 1.25rem;
    margin-bottom: 0;
  }
  .detail-hero .dh-image .image-block {
    padding-top: 69.298245614%;
  }
}
.detail-hero .post-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 30px;
  margin-bottom: 1.25rem;
}
.detail-hero .post-info .post-type {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #A6DBFF;
}
.detail-hero .post-info .post-date {
  font-size: 0.875rem;
  font-weight: bold;
  color: #A6DBFF;
}
.detail-hero .social-share {
  margin-left: 3.3125rem;
}
@media (max-width: 1199px) {
  .detail-hero .social-share {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .detail-hero .social-share {
    display: none;
  }
}
.detail-hero .social-share.-mobile {
  display: block;
  margin-top: 1.5625rem;
}
@media (min-width: 768px) {
  .detail-hero .social-share.-mobile {
    display: none;
  }
}
.detail-hero .dh-form {
  width: 35%;
}
@media (max-width: 1199px) {
  .detail-hero .dh-form {
    width: 40%;
    padding-left: 1.25rem;
  }
}
@media (max-width: 991px) {
  .detail-hero .dh-form {
    width: 100%;
    padding-left: 0;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .detail-hero .dh-form {
    order: 3;
    margin-bottom: 1.25rem;
  }
}
.detail-hero .dh-form .form-wrapper {
  padding: 1.5625rem 1.875rem 3.125rem;
  transform: translateY(153px);
}
@media (max-width: 1199px) {
  .detail-hero .dh-form .form-wrapper {
    transform: translateY(100px);
  }
}
@media (max-width: 991px) {
  .detail-hero .dh-form .form-wrapper {
    transform: none;
  }
}
@media (max-width: 767px) {
  .detail-hero .dh-form .form-wrapper {
    margin: 0;
    padding: 1.5625rem;
  }
}
.detail-hero .dh-form h1,
.detail-hero .dh-form .h1 {
  margin-bottom: 1.25rem;
}
.detail-hero .dh-form h2,
.detail-hero .dh-form .h2 {
  margin-bottom: 1.25rem;
}
.detail-hero .dh-form h3,
.detail-hero .dh-form .h3 {
  margin-bottom: 1.25rem;
}
.detail-hero .dh-form h4,
.detail-hero .dh-form .h4 {
  margin-bottom: 1.25rem;
}
.detail-hero .dh-form h5,
.detail-hero .dh-form .h5 {
  margin-bottom: 1.25rem;
}
.detail-hero .dh-form h6,
.detail-hero .dh-form .h6 {
  margin-bottom: 1.25rem;
}

.social-share ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  grid-gap: 28px;
}
.social-share ul li {
  padding: 0;
}
.social-share ul li a {
  display: flex;
  text-decoration: none;
  font-size: 20px;
  color: #A6DBFF;
}
.social-share ul li a:hover {
  color: #5B52FF !important;
}
.social-share ul li a .icon {
  display: flex;
}

.post-detail-wrap .wp-block-image {
  margin: 0 0 1.8125rem;
}
.post-detail-wrap ul,
.post-detail-wrap ol {
  margin-bottom: 2.1875rem;
}
.post-detail-wrap ul:last-child,
.post-detail-wrap ol:last-child {
  margin-bottom: 0;
}
.post-detail-wrap .size-full img {
  width: 100%;
}
.post-detail-wrap .wp-block-columns {
  max-width: 78.5rem;
  margin: 8.125rem auto 8.125rem;
}
@media (max-width: 1199px) {
  .post-detail-wrap .wp-block-columns {
    margin: 4.375rem auto 4.375rem;
  }
}
@media (max-width: 767px) {
  .post-detail-wrap .wp-block-columns {
    margin: 3.125rem auto 3.125rem;
  }
}

.gated-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin: 6.125rem auto;
  max-width: 78.5rem;
}
@media (max-width: 991px) {
  .gated-content {
    margin: 4.375rem auto;
  }
}
@media (max-width: 767px) {
  .gated-content {
    margin: 3.125rem auto;
  }
}
.gated-image {
  width: 58%;
  max-width: 41.25rem;
}
@media (max-width: 991px) {
  .gated-image {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .gated-image {
    display: none;
  }
}
.gated-image img {
  width: 100%;
}
.gated-description {
  width: 42%;
  padding-left: 2.5rem;
  margin-top: 6.25rem;
}
@media (max-width: 1199px) {
  .gated-description {
    margin-top: 3.125rem;
  }
}
@media (max-width: 991px) {
  .gated-description {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .gated-description {
    margin-top: 0;
  }
}
.gated-description p {
  margin-bottom: 1.375rem;
}
.gated-description p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sticky-sidebar {
    display: none;
  }
}
.sticky-sidebar .form-wrapper {
  padding: 1.5625rem;
}
.sticky-sidebar .form-wrapper h1,
.sticky-sidebar .form-wrapper .h1 {
  font-size: 1.5625rem;
}
.sticky-sidebar .form-wrapper h2,
.sticky-sidebar .form-wrapper .h2 {
  font-size: 1.5625rem;
}
.sticky-sidebar .form-wrapper h3,
.sticky-sidebar .form-wrapper .h3 {
  font-size: 1.5625rem;
}
.sticky-sidebar .form-wrapper h4,
.sticky-sidebar .form-wrapper .h4 {
  font-size: 1.5625rem;
}
.sticky-sidebar .form-wrapper h5,
.sticky-sidebar .form-wrapper .h5 {
  font-size: 1.5625rem;
}
.sticky-sidebar .form-wrapper h6,
.sticky-sidebar .form-wrapper .h6 {
  font-size: 1.5625rem;
}
.sticky-sidebar .form-wrapper .submit {
  position: relative;
  width: 100%;
}
.sticky-sidebar .other-news h1,
.sticky-sidebar .other-news .h1 {
  margin-bottom: 1.375rem;
}
.sticky-sidebar .other-news h2,
.sticky-sidebar .other-news .h2 {
  margin-bottom: 1.375rem;
}
.sticky-sidebar .other-news h3,
.sticky-sidebar .other-news .h3 {
  margin-bottom: 1.375rem;
}
.sticky-sidebar .other-news h4,
.sticky-sidebar .other-news .h4 {
  margin-bottom: 1.375rem;
}
.sticky-sidebar .other-news h5,
.sticky-sidebar .other-news .h5 {
  margin-bottom: 1.375rem;
}
.sticky-sidebar .other-news h6,
.sticky-sidebar .other-news .h6 {
  margin-bottom: 1.375rem;
}
.sticky-sidebar .other-news-list ul {
  margin: 0;
  padding: 0;
}
.sticky-sidebar .other-news-list ul li {
  padding: 0;
  line-height: 1.25;
}
.sticky-sidebar .other-news-list ul li:before {
  display: none;
}
.sticky-sidebar .other-news-list ul li:not(last-child) {
  margin-bottom: 1.5rem;
}
.sticky-sidebar .other-news-list ul li a {
  color: #5B52FF;
  text-decoration: none;
}
.sticky-sidebar .other-news-list ul li a:hover {
  color: #06033C;
}
.sticky-sidebar.-mobile {
  display: block;
  padding: 0 1rem;
  margin-top: 4.375rem;
}
@media (min-width: 768px) {
  .sticky-sidebar.-mobile {
    display: none;
  }
}

.display-large:not(.fl-module-heading),
.display-large .fl-heading-text {
  font-size: 4.31rem;
}
@media (max-width: 991px) {
  .display-large:not(.fl-module-heading),
.display-large .fl-heading-text {
    font-size: 3.25rem;
  }
}

.display-small:not(.fl-module-heading),
.display-small .fl-heading-text {
  font-size: 3.56rem;
}
@media (max-width: 991px) {
  .display-small:not(.fl-module-heading),
.display-small .fl-heading-text {
    font-size: 2.69rem;
  }
}

.heading-xxl:not(.fl-module-heading),
.heading-xxl .fl-heading {
  font-size: var(--fl-global-h1-font-size);
}
@media (max-width: 991px) {
  .heading-xxl:not(.fl-module-heading),
.heading-xxl .fl-heading {
    font-size: var(--fl-global-h1-font-size-medium);
  }
}

.heading-xl:not(.fl-module-heading),
.heading-xl .fl-heading {
  font-size: var(--fl-global-h2-font-size);
}
@media (max-width: 991px) {
  .heading-xl:not(.fl-module-heading),
.heading-xl .fl-heading {
    font-size: var(--fl-global-h2-font-size-medium);
  }
}

.heading-l:not(.fl-module-heading),
.heading-l .fl-heading {
  font-size: var(--fl-global-h3-font-size);
  line-height: var(--fl-global-h3-line-height);
}
@media (max-width: 991px) {
  .heading-l:not(.fl-module-heading),
.heading-l .fl-heading {
    font-size: var(--fl-global-h3-font-size-medium);
    line-height: var(--fl-global-h3-line-height-medium);
  }
}

.heading-m:not(.fl-module-heading),
.heading-m .fl-heading {
  font-size: var(--fl-global-h4-font-size);
}
@media (max-width: 991px) {
  .heading-m:not(.fl-module-heading),
.heading-m .fl-heading {
    font-size: var(--fl-global-h4-font-size-medium);
  }
}

.heading-s:not(.fl-module-heading),
.heading-s .fl-heading {
  font-size: var(--fl-global-h5-font-size);
}
@media (max-width: 991px) {
  .heading-s:not(.fl-module-heading),
.heading-s .fl-heading {
    font-size: var(--fl-global-h5-font-size-medium);
  }
}

.heading-xs:not(.fl-module-heading),
.heading-xs .fl-heading {
  font-size: var(--fl-global-h6-font-size);
}
@media (max-width: 991px) {
  .heading-xs:not(.fl-module-heading),
.heading-xs .fl-heading {
    font-size: var(--fl-global-h6-font-size-medium);
  }
}

.body-large p,
.body-large {
  font-size: 1.25rem;
  line-height: var(--fl-global-text-line-height);
}
@media (max-width: 991px) {
  .body-large p,
.body-large {
    font-size: 1.125rem;
  }
}

.body-regular,
.body-regular p {
  font-size: var(--fl-global-text-font-size);
  line-height: var(--fl-global-text-line-height);
}
@media (max-width: 991px) {
  .body-regular,
.body-regular p {
    font-size: var(--fl-global-text-font-size-medium);
  }
}

.body-small,
.body-small p {
  font-size: 1rem;
  line-height: var(--fl-global-text-line-height);
}
@media (max-width: 991px) {
  .body-small,
.body-small p {
    font-size: 0.875rem;
  }
}

.body-xsmall,
.body-xsmall p {
  font-size: 0.875rem;
  line-height: var(--fl-global-text-line-height);
}
@media (max-width: 991px) {
  .body-xsmall,
.body-xsmall p {
    font-size: 0.75rem;
  }
}

.tertiary-attr, .Btn-Tertiary:not(.fl-module-button).Btn-Dark,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button, .Btn-Tertiary:not(.fl-module-button),
.Btn-Tertiary.fl-module-button .fl-button {
  padding: 8px 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}
.tertiary-attr:active, .Btn-Tertiary:active:not(.fl-module-button),
.Btn-Tertiary.fl-module-button .fl-button:active {
  background: transparent !important;
}
.tertiary-attr:focus-visible, .Btn-Tertiary:focus-visible:not(.fl-module-button),
.Btn-Tertiary.fl-module-button .fl-button:focus-visible, .tertiary-attr:focus, .Btn-Tertiary:focus:not(.fl-module-button),
.Btn-Tertiary.fl-module-button .fl-button:focus {
  box-shadow: 0px 2px 0px 0px #ea9010 !important;
}

.Btn-Disabled {
  opacity: 0.4;
  cursor: pointer;
  pointer-events: none;
}

.fl-builder-edit .Btn-Disabled {
  cursor: auto;
  pointer-events: auto;
}

.Btn-Primary:not(.fl-module-button),
.Btn-Primary.fl-module-button .fl-button {
  background-color: var(--fl-global-button-background);
  border-style: var(--fl-global-button-border-style);
  border-top-width: var(--fl-global-button-border-top-width);
  border-right-width: var(--fl-global-button-border-right-width);
  border-left-width: var(--fl-global-button-border-left-width);
  border-bottom-width: var(--fl-global-button-border-bottom-width);
  border-top-left-radius: var(--fl-global-button-border-top-left-radius);
  border-top-right-radius: var(--fl-global-button-border-top-right-radius);
  border-bottom-left-radius: var(--fl-global-button-border-bottom-left-radius);
  border-bottom-right-radius: var(--fl-global-button-border-bottom-right-radius);
  border-color: var(--fl-global-button-background);
  color: var(--fl-global-button-color);
  display: inline-block;
  font-weight: var(--fl-global-button-font-weight);
  font-size: var(--fl-global-button-font-size);
  letter-spacing: var(--fl-global-button-letter-spacing);
  line-height: var(--fl-global-button-line-height);
  padding: 12px 24px;
  position: relative;
  text-transform: var(--fl-global-button-text-transform);
  text-decoration: none;
  transition: 0.3s ease-out;
  vertical-align: middle;
  outline: none !important;
}
.Btn-Primary:not(.fl-module-button):focus-visible, .Btn-Primary:not(.fl-module-button):focus,
.Btn-Primary.fl-module-button .fl-button:focus-visible,
.Btn-Primary.fl-module-button .fl-button:focus {
  box-shadow: 0px 0px 0px 2px #ea9010;
  outline: none !important;
}
.Btn-Primary:not(.fl-module-button) i,
.Btn-Primary.fl-module-button .fl-button i {
  font-size: inherit;
  margin-left: 8px;
}
.Btn-Primary:not(.fl-module-button) span,
.Btn-Primary.fl-module-button .fl-button span {
  color: var(--fl-global-button-color);
  transition: 0.3s;
  outline: 0 !important;
}
.Btn-Primary:not(.fl-module-button):hover, .Btn-Primary:not(.fl-module-button):hover:visited,
.Btn-Primary.fl-module-button .fl-button:hover,
.Btn-Primary.fl-module-button .fl-button:hover:visited {
  color: var(--fl-global-button-hover-color);
  background-color: var(--fl-global-button-hover-background);
  border-color: var(--fl-global-button-hover-background);
}
.Btn-Primary:not(.fl-module-button):hover i, .Btn-Primary:not(.fl-module-button):hover:visited i,
.Btn-Primary.fl-module-button .fl-button:hover i,
.Btn-Primary.fl-module-button .fl-button:hover:visited i {
  color: var(--fl-global-button-hover-color);
}
.Btn-Primary:not(.fl-module-button):hover span, .Btn-Primary:not(.fl-module-button):hover:visited span,
.Btn-Primary.fl-module-button .fl-button:hover span,
.Btn-Primary.fl-module-button .fl-button:hover:visited span {
  color: var(--fl-global-button-hover-color);
}
.Btn-Primary:not(.fl-module-button):visited,
.Btn-Primary.fl-module-button .fl-button:visited {
  background: var(--fl-global-button-background);
  border-color: var(--fl-global-button-background);
  color: var(--fl-global-button-color);
}
.Btn-Primary:not(.fl-module-button):visited i,
.Btn-Primary.fl-module-button .fl-button:visited i {
  color: var(--fl-global-button-color);
}
.Btn-Primary:not(.fl-module-button):visited span,
.Btn-Primary.fl-module-button .fl-button:visited span {
  color: var(--fl-global-button-color);
}
.Btn-Primary:not(.fl-module-button):active,
.Btn-Primary.fl-module-button .fl-button:active {
  background: var(--fl-global-electric-violet);
  border-color: var(--fl-global-electric-violet);
  color: var(--fl-global-white);
}
.Btn-Primary:not(.fl-module-button):active span,
.Btn-Primary.fl-module-button .fl-button:active span {
  color: var(--fl-global-white);
}
@media (max-width: 991px) {
  .Btn-Primary:not(.fl-module-button),
.Btn-Primary.fl-module-button .fl-button {
    font-size: var(--fl-global-button-font-size-medium);
    letter-spacing: var(--fl-global-button-letter-spacing-medium);
    line-height: var(--fl-global-button-line-height-medium);
    padding: 12px 16px;
  }
}

.Btn-Primary:not(.fl-module-button).Btn-Dark,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button {
  background-color: var(--fl-global-button-background);
  border-style: var(--fl-global-button-border-style);
  border-top-width: var(--fl-global-button-border-top-width);
  border-right-width: var(--fl-global-button-border-right-width);
  border-left-width: var(--fl-global-button-border-left-width);
  border-bottom-width: var(--fl-global-button-border-bottom-width);
  border-top-left-radius: var(--fl-global-button-border-top-left-radius);
  border-top-right-radius: var(--fl-global-button-border-top-right-radius);
  border-bottom-left-radius: var(--fl-global-button-border-bottom-left-radius);
  border-bottom-right-radius: var(--fl-global-button-border-bottom-right-radius);
  border-color: var(--fl-global-button-background);
  color: var(--fl-global-button-color);
  display: inline-block;
  font-weight: var(--fl-global-button-font-weight);
  font-size: var(--fl-global-button-font-size);
  letter-spacing: var(--fl-global-button-letter-spacing);
  line-height: var(--fl-global-button-line-height);
  padding: 12px 24px;
  position: relative;
  text-transform: var(--fl-global-button-text-transform);
  text-decoration: none;
  transition: 0.3s ease-out;
  vertical-align: middle;
  outline: none !important;
}
.Btn-Primary:not(.fl-module-button).Btn-Dark:focus-visible, .Btn-Primary:not(.fl-module-button).Btn-Dark:focus,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button:focus-visible,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button:focus {
  box-shadow: 0px 0px 0px 2px #ea9010;
  outline: none !important;
}
.Btn-Primary:not(.fl-module-button).Btn-Dark i,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button i {
  font-size: inherit;
  margin-left: 8px;
}
.Btn-Primary:not(.fl-module-button).Btn-Dark span,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button span {
  color: var(--fl-global-button-color);
  transition: 0.3s;
  outline: 0 !important;
}
.Btn-Primary:not(.fl-module-button).Btn-Dark:hover, .Btn-Primary:not(.fl-module-button).Btn-Dark:hover:visited,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button:hover,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button:hover:visited {
  color: var(--fl-global-button-hover-color);
  background-color: var(--fl-global-button-hover-background);
  border-color: var(--fl-global-button-hover-background);
}
.Btn-Primary:not(.fl-module-button).Btn-Dark:hover i, .Btn-Primary:not(.fl-module-button).Btn-Dark:hover:visited i,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button:hover i,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button:hover:visited i {
  color: var(--fl-global-button-hover-color);
}
.Btn-Primary:not(.fl-module-button).Btn-Dark:hover span, .Btn-Primary:not(.fl-module-button).Btn-Dark:hover:visited span,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button:hover span,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button:hover:visited span {
  color: var(--fl-global-button-hover-color);
}
.Btn-Primary:not(.fl-module-button).Btn-Dark:visited,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button:visited {
  background: var(--fl-global-button-background);
  border-color: var(--fl-global-button-background);
  color: var(--fl-global-button-color);
}
.Btn-Primary:not(.fl-module-button).Btn-Dark:visited i,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button:visited i {
  color: var(--fl-global-button-color);
}
.Btn-Primary:not(.fl-module-button).Btn-Dark:visited span,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button:visited span {
  color: var(--fl-global-button-color);
}
.Btn-Primary:not(.fl-module-button).Btn-Dark:active,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button:active {
  background: var(--fl-global-electric-violet);
  border-color: var(--fl-global-electric-violet);
  color: var(--fl-global-white);
}
.Btn-Primary:not(.fl-module-button).Btn-Dark:active span,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button:active span {
  color: var(--fl-global-white);
}
@media (max-width: 991px) {
  .Btn-Primary:not(.fl-module-button).Btn-Dark,
.Btn-Primary.Btn-Dark.fl-module-button .fl-button {
    font-size: var(--fl-global-button-font-size-medium);
    letter-spacing: var(--fl-global-button-letter-spacing-medium);
    line-height: var(--fl-global-button-line-height-medium);
    padding: 12px 16px;
  }
}

.Btn-Secondary:not(.fl-module-button),
.Btn-Secondary.fl-module-button .fl-button {
  background-color: var(--fl-global-green-darkest);
  border-style: var(--fl-global-button-border-style);
  border-top-width: var(--fl-global-button-border-top-width);
  border-right-width: var(--fl-global-button-border-right-width);
  border-left-width: var(--fl-global-button-border-left-width);
  border-bottom-width: var(--fl-global-button-border-bottom-width);
  border-top-left-radius: var(--fl-global-button-border-top-left-radius);
  border-top-right-radius: var(--fl-global-button-border-top-right-radius);
  border-bottom-left-radius: var(--fl-global-button-border-bottom-left-radius);
  border-bottom-right-radius: var(--fl-global-button-border-bottom-right-radius);
  border-color: var(--fl-global-green-darkest);
  color: var(--fl-global-dark-blue);
  display: inline-block;
  font-weight: var(--fl-global-button-font-weight);
  font-size: var(--fl-global-button-font-size);
  letter-spacing: var(--fl-global-button-letter-spacing);
  line-height: var(--fl-global-button-line-height);
  padding: 12px 24px;
  position: relative;
  text-transform: var(--fl-global-button-text-transform);
  text-decoration: none;
  transition: 0.3s ease-out;
  vertical-align: middle;
  outline: none !important;
}
.Btn-Secondary:not(.fl-module-button):focus-visible, .Btn-Secondary:not(.fl-module-button):focus,
.Btn-Secondary.fl-module-button .fl-button:focus-visible,
.Btn-Secondary.fl-module-button .fl-button:focus {
  box-shadow: 0px 0px 0px 2px #ea9010;
  outline: none !important;
}
.Btn-Secondary:not(.fl-module-button) i,
.Btn-Secondary.fl-module-button .fl-button i {
  font-size: inherit;
  margin-left: 8px;
}
.Btn-Secondary:not(.fl-module-button) span,
.Btn-Secondary.fl-module-button .fl-button span {
  color: var(--fl-global-dark-blue);
  transition: 0.3s;
  outline: 0 !important;
}
.Btn-Secondary:not(.fl-module-button):hover, .Btn-Secondary:not(.fl-module-button):hover:visited,
.Btn-Secondary.fl-module-button .fl-button:hover,
.Btn-Secondary.fl-module-button .fl-button:hover:visited {
  color: var(--fl-global-white);
  background-color: var(--fl-global-purple);
  border-color: var(--fl-global-purple);
}
.Btn-Secondary:not(.fl-module-button):hover i, .Btn-Secondary:not(.fl-module-button):hover:visited i,
.Btn-Secondary.fl-module-button .fl-button:hover i,
.Btn-Secondary.fl-module-button .fl-button:hover:visited i {
  color: var(--fl-global-white);
}
.Btn-Secondary:not(.fl-module-button):hover span, .Btn-Secondary:not(.fl-module-button):hover:visited span,
.Btn-Secondary.fl-module-button .fl-button:hover span,
.Btn-Secondary.fl-module-button .fl-button:hover:visited span {
  color: var(--fl-global-white);
}
.Btn-Secondary:not(.fl-module-button):visited,
.Btn-Secondary.fl-module-button .fl-button:visited {
  background: var(--fl-global-green-darkest);
  border-color: var(--fl-global-green-darkest);
  color: var(--fl-global-dark-blue);
}
.Btn-Secondary:not(.fl-module-button):visited i,
.Btn-Secondary.fl-module-button .fl-button:visited i {
  color: var(--fl-global-dark-blue);
}
.Btn-Secondary:not(.fl-module-button):visited span,
.Btn-Secondary.fl-module-button .fl-button:visited span {
  color: var(--fl-global-dark-blue);
}
.Btn-Secondary:not(.fl-module-button):active,
.Btn-Secondary.fl-module-button .fl-button:active {
  background: var(--fl-global-electric-violet);
  border-color: var(--fl-global-electric-violet);
  color: var(--fl-global-white);
}
.Btn-Secondary:not(.fl-module-button):active span,
.Btn-Secondary.fl-module-button .fl-button:active span {
  color: var(--fl-global-white);
}
@media (max-width: 991px) {
  .Btn-Secondary:not(.fl-module-button),
.Btn-Secondary.fl-module-button .fl-button {
    font-size: var(--fl-global-button-font-size-medium);
    letter-spacing: var(--fl-global-button-letter-spacing-medium);
    line-height: var(--fl-global-button-line-height-medium);
    padding: 12px 16px;
  }
}

.Btn-Secondary:not(.fl-module-button).Btn-Dark,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button {
  background-color: var(--fl-global-green-darkest);
  border-style: var(--fl-global-button-border-style);
  border-top-width: var(--fl-global-button-border-top-width);
  border-right-width: var(--fl-global-button-border-right-width);
  border-left-width: var(--fl-global-button-border-left-width);
  border-bottom-width: var(--fl-global-button-border-bottom-width);
  border-top-left-radius: var(--fl-global-button-border-top-left-radius);
  border-top-right-radius: var(--fl-global-button-border-top-right-radius);
  border-bottom-left-radius: var(--fl-global-button-border-bottom-left-radius);
  border-bottom-right-radius: var(--fl-global-button-border-bottom-right-radius);
  border-color: var(--fl-global-green-darkest);
  color: var(--fl-global-dark-blue);
  display: inline-block;
  font-weight: var(--fl-global-button-font-weight);
  font-size: var(--fl-global-button-font-size);
  letter-spacing: var(--fl-global-button-letter-spacing);
  line-height: var(--fl-global-button-line-height);
  padding: 12px 24px;
  position: relative;
  text-transform: var(--fl-global-button-text-transform);
  text-decoration: none;
  transition: 0.3s ease-out;
  vertical-align: middle;
  outline: none !important;
}
.Btn-Secondary:not(.fl-module-button).Btn-Dark:focus-visible, .Btn-Secondary:not(.fl-module-button).Btn-Dark:focus,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button:focus-visible,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button:focus {
  box-shadow: 0px 0px 0px 2px #ea9010;
  outline: none !important;
}
.Btn-Secondary:not(.fl-module-button).Btn-Dark i,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button i {
  font-size: inherit;
  margin-left: 8px;
}
.Btn-Secondary:not(.fl-module-button).Btn-Dark span,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button span {
  color: var(--fl-global-dark-blue);
  transition: 0.3s;
  outline: 0 !important;
}
.Btn-Secondary:not(.fl-module-button).Btn-Dark:hover, .Btn-Secondary:not(.fl-module-button).Btn-Dark:hover:visited,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button:hover,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button:hover:visited {
  color: var(--fl-global-white);
  background-color: var(--fl-global-purple);
  border-color: var(--fl-global-purple);
}
.Btn-Secondary:not(.fl-module-button).Btn-Dark:hover i, .Btn-Secondary:not(.fl-module-button).Btn-Dark:hover:visited i,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button:hover i,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button:hover:visited i {
  color: var(--fl-global-white);
}
.Btn-Secondary:not(.fl-module-button).Btn-Dark:hover span, .Btn-Secondary:not(.fl-module-button).Btn-Dark:hover:visited span,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button:hover span,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button:hover:visited span {
  color: var(--fl-global-white);
}
.Btn-Secondary:not(.fl-module-button).Btn-Dark:visited,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button:visited {
  background: var(--fl-global-green-darkest);
  border-color: var(--fl-global-green-darkest);
  color: var(--fl-global-dark-blue);
}
.Btn-Secondary:not(.fl-module-button).Btn-Dark:visited i,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button:visited i {
  color: var(--fl-global-dark-blue);
}
.Btn-Secondary:not(.fl-module-button).Btn-Dark:visited span,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button:visited span {
  color: var(--fl-global-dark-blue);
}
.Btn-Secondary:not(.fl-module-button).Btn-Dark:active,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button:active {
  background: var(--fl-global-electric-violet);
  border-color: var(--fl-global-electric-violet);
  color: var(--fl-global-white);
}
.Btn-Secondary:not(.fl-module-button).Btn-Dark:active span,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button:active span {
  color: var(--fl-global-white);
}
@media (max-width: 991px) {
  .Btn-Secondary:not(.fl-module-button).Btn-Dark,
.Btn-Secondary.Btn-Dark.fl-module-button .fl-button {
    font-size: var(--fl-global-button-font-size-medium);
    letter-spacing: var(--fl-global-button-letter-spacing-medium);
    line-height: var(--fl-global-button-line-height-medium);
    padding: 12px 16px;
  }
}

.Btn-Tertiary:not(.fl-module-button),
.Btn-Tertiary.fl-module-button .fl-button {
  background-color: transparent;
  border-style: var(--fl-global-button-border-style);
  border-top-width: var(--fl-global-button-border-top-width);
  border-right-width: var(--fl-global-button-border-right-width);
  border-left-width: var(--fl-global-button-border-left-width);
  border-bottom-width: var(--fl-global-button-border-bottom-width);
  border-top-left-radius: var(--fl-global-button-border-top-left-radius);
  border-top-right-radius: var(--fl-global-button-border-top-right-radius);
  border-bottom-left-radius: var(--fl-global-button-border-bottom-left-radius);
  border-bottom-right-radius: var(--fl-global-button-border-bottom-right-radius);
  border-color: transparent;
  color: var(--fl-global-dark-blue);
  display: inline-block;
  font-weight: var(--fl-global-button-font-weight);
  font-size: var(--fl-global-button-font-size);
  letter-spacing: var(--fl-global-button-letter-spacing);
  line-height: var(--fl-global-button-line-height);
  padding: 12px 24px;
  position: relative;
  text-transform: var(--fl-global-button-text-transform);
  text-decoration: none;
  transition: 0.3s ease-out;
  vertical-align: middle;
  outline: none !important;
}
.Btn-Tertiary:not(.fl-module-button):focus-visible, .Btn-Tertiary:not(.fl-module-button):focus,
.Btn-Tertiary.fl-module-button .fl-button:focus-visible,
.Btn-Tertiary.fl-module-button .fl-button:focus {
  box-shadow: 0px 0px 0px 2px #ea9010;
  outline: none !important;
}
.Btn-Tertiary:not(.fl-module-button) i,
.Btn-Tertiary.fl-module-button .fl-button i {
  font-size: inherit;
  margin-left: 8px;
}
.Btn-Tertiary:not(.fl-module-button) span,
.Btn-Tertiary.fl-module-button .fl-button span {
  color: var(--fl-global-dark-blue);
  transition: 0.3s;
  outline: 0 !important;
}
.Btn-Tertiary:not(.fl-module-button):hover, .Btn-Tertiary:not(.fl-module-button):hover:visited,
.Btn-Tertiary.fl-module-button .fl-button:hover,
.Btn-Tertiary.fl-module-button .fl-button:hover:visited {
  color: var(--fl-global-purple);
  background-color: transparent;
  border-color: transparent;
}
.Btn-Tertiary:not(.fl-module-button):hover i, .Btn-Tertiary:not(.fl-module-button):hover:visited i,
.Btn-Tertiary.fl-module-button .fl-button:hover i,
.Btn-Tertiary.fl-module-button .fl-button:hover:visited i {
  color: var(--fl-global-purple);
}
.Btn-Tertiary:not(.fl-module-button):hover span, .Btn-Tertiary:not(.fl-module-button):hover:visited span,
.Btn-Tertiary.fl-module-button .fl-button:hover span,
.Btn-Tertiary.fl-module-button .fl-button:hover:visited span {
  color: var(--fl-global-purple);
}
.Btn-Tertiary:not(.fl-module-button):visited,
.Btn-Tertiary.fl-module-button .fl-button:visited {
  background: transparent;
  border-color: transparent;
  color: var(--fl-global-dark-blue);
}
.Btn-Tertiary:not(.fl-module-button):visited i,
.Btn-Tertiary.fl-module-button .fl-button:visited i {
  color: var(--fl-global-dark-blue);
}
.Btn-Tertiary:not(.fl-module-button):visited span,
.Btn-Tertiary.fl-module-button .fl-button:visited span {
  color: var(--fl-global-dark-blue);
}
.Btn-Tertiary:not(.fl-module-button):active,
.Btn-Tertiary.fl-module-button .fl-button:active {
  background: var(--fl-global-electric-violet);
  border-color: var(--fl-global-electric-violet);
  color: var(--fl-global-white);
}
.Btn-Tertiary:not(.fl-module-button):active span,
.Btn-Tertiary.fl-module-button .fl-button:active span {
  color: var(--fl-global-white);
}
@media (max-width: 991px) {
  .Btn-Tertiary:not(.fl-module-button),
.Btn-Tertiary.fl-module-button .fl-button {
    font-size: var(--fl-global-button-font-size-medium);
    letter-spacing: var(--fl-global-button-letter-spacing-medium);
    line-height: var(--fl-global-button-line-height-medium);
    padding: 12px 16px;
  }
}

.Btn-Tertiary:not(.fl-module-button).Btn-Dark,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button {
  background-color: transparent;
  border-style: var(--fl-global-button-border-style);
  border-top-width: var(--fl-global-button-border-top-width);
  border-right-width: var(--fl-global-button-border-right-width);
  border-left-width: var(--fl-global-button-border-left-width);
  border-bottom-width: var(--fl-global-button-border-bottom-width);
  border-top-left-radius: var(--fl-global-button-border-top-left-radius);
  border-top-right-radius: var(--fl-global-button-border-top-right-radius);
  border-bottom-left-radius: var(--fl-global-button-border-bottom-left-radius);
  border-bottom-right-radius: var(--fl-global-button-border-bottom-right-radius);
  border-color: transparent;
  color: var(--fl-global-white);
  display: inline-block;
  font-weight: var(--fl-global-button-font-weight);
  font-size: var(--fl-global-button-font-size);
  letter-spacing: var(--fl-global-button-letter-spacing);
  line-height: var(--fl-global-button-line-height);
  padding: 12px 24px;
  position: relative;
  text-transform: var(--fl-global-button-text-transform);
  text-decoration: none;
  transition: 0.3s ease-out;
  vertical-align: middle;
  outline: none !important;
}
.Btn-Tertiary:not(.fl-module-button).Btn-Dark:focus-visible, .Btn-Tertiary:not(.fl-module-button).Btn-Dark:focus,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button:focus-visible,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button:focus {
  box-shadow: 0px 0px 0px 2px #ea9010;
  outline: none !important;
}
.Btn-Tertiary:not(.fl-module-button).Btn-Dark i,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button i {
  font-size: inherit;
  margin-left: 8px;
}
.Btn-Tertiary:not(.fl-module-button).Btn-Dark span,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button span {
  color: var(--fl-global-white);
  transition: 0.3s;
  outline: 0 !important;
}
.Btn-Tertiary:not(.fl-module-button).Btn-Dark:hover, .Btn-Tertiary:not(.fl-module-button).Btn-Dark:hover:visited,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button:hover,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button:hover:visited {
  color: var(--fl-global-green-darkest);
  background-color: transparent;
  border-color: transparent;
}
.Btn-Tertiary:not(.fl-module-button).Btn-Dark:hover i, .Btn-Tertiary:not(.fl-module-button).Btn-Dark:hover:visited i,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button:hover i,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button:hover:visited i {
  color: var(--fl-global-green-darkest);
}
.Btn-Tertiary:not(.fl-module-button).Btn-Dark:hover span, .Btn-Tertiary:not(.fl-module-button).Btn-Dark:hover:visited span,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button:hover span,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button:hover:visited span {
  color: var(--fl-global-green-darkest);
}
.Btn-Tertiary:not(.fl-module-button).Btn-Dark:visited,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button:visited {
  background: transparent;
  border-color: transparent;
  color: var(--fl-global-white);
}
.Btn-Tertiary:not(.fl-module-button).Btn-Dark:visited i,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button:visited i {
  color: var(--fl-global-white);
}
.Btn-Tertiary:not(.fl-module-button).Btn-Dark:visited span,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button:visited span {
  color: var(--fl-global-white);
}
.Btn-Tertiary:not(.fl-module-button).Btn-Dark:active,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button:active {
  background: var(--fl-global-electric-violet);
  border-color: var(--fl-global-electric-violet);
  color: var(--fl-global-white);
}
.Btn-Tertiary:not(.fl-module-button).Btn-Dark:active span,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button:active span {
  color: var(--fl-global-white);
}
@media (max-width: 991px) {
  .Btn-Tertiary:not(.fl-module-button).Btn-Dark,
.Btn-Tertiary.Btn-Dark.fl-module-button .fl-button {
    font-size: var(--fl-global-button-font-size-medium);
    letter-spacing: var(--fl-global-button-letter-spacing-medium);
    line-height: var(--fl-global-button-line-height-medium);
    padding: 12px 16px;
  }
}

.Btn-Small:not(.fl-module-button),
.Btn-Small.fl-module-button .fl-button {
  font-size: var(--fl-global-button-font-size-medium) !important;
  padding: 12px 16px !important;
}

.Btn-Tertiary.Btn-Small:not(.fl-module-button),
.Btn-Tertiary.Btn-Small.fl-module-button .fl-button {
  padding: 4px 0 !important;
}

@media (min-width: 1600px) {
  .fl-row-fixed-width {
    max-width: 1600px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 991px) {
  .fl-row-fixed-width {
    max-width: 92%;
  }
}
@media (max-width: 767px) {
  .fl-row-fixed-width {
    max-width: 91%;
  }
}
.gradient-text * {
  background: var(--Purple-Gradient, linear-gradient(90deg, #9747FF 0.06%, var(--fl-global-electric-violet) 39.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.widgettitle {
  display: none;
}

.twotone span:not(.fl-heading-text) {
  background: var(--Purple-Gradient, linear-gradient(90deg, #9747FF 0.06%, var(--fl-global-electric-violet) 39.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 767px) {
  .fl-builder-edit .fl-visible-mobile {
    display: none !important;
  }
}
.triangle-detail {
  position: relative;
}

.triangle-detail > div:before {
  content: "" !important;
  background-color: var(--fl-global-green-darkest);
  top: -30px;
  right: -20px;
  transition: ease 1s;
  opacity: 1;
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 40%;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: -1;
}

.bb-partdot-form input {
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2;
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  height: 49px !important;
}
.bb-partdot-form .form-control {
  display: flex;
  flex-direction: column-reverse;
}
.bb-partdot-form label {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.7);
}
.bb-partdot-form #pardot-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bb-partdot-form input[type=submit] {
  padding: 12px 24px;
  height: 51px !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2;
}

.hover-box {
  transition: 0.3s;
}

.hover-box:hover {
  background-color: rgba(81, 0, 194, 0.1);
}

.hover-image img {
  aspect-ratio: 5/6;
  object-fit: cover;
}

.gradient-bg .fl-row-content-wrap {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0.5) 4.89%, rgba(210, 237, 255, 0.2) 35.53%, rgba(151, 71, 255, 0.05) 102.96%), var(--container-bg, #FFF);
}

.wpgb-facet fieldset {
  margin: 0 !important;
}
.wpgb-facet .wpgb-hierarchical-list li:first-child {
  margin-top: 0 !important;
}
.wpgb-facet .wpgb-search-facet .wpgb-input-icon {
  right: 0 !important;
  left: unset !important;
  margin-right: 12px;
}
.wpgb-facet .wpgb-search-facet .wpgb-input {
  text-indent: unset !important;
  height: 49px;
}

#wp-for-tags {
  cursor: pointer;
}
#wp-for-tags i {
  transition: 0.3s ease-in;
}
#wp-for-tags i.active {
  transform: rotate(180deg);
}

#wp-tags {
  opacity: 0;
  height: 0;
  transition: 0.3s ease-in;
  pointer-events: none;
}
#wp-tags.active {
  opacity: 1;
  height: 100%;
  pointer-events: all;
}

.wpgb-facet-3 .wpgb-checkbox {
  align-items: center;
}
.wpgb-facet-3 .wpgb-checkbox .wpgb-checkbox-control {
  height: 1px !important;
  border-bottom: 0 !important;
  transition: 0.3s !important;
}
.wpgb-facet-3 .wpgb-checkbox .wpgb-checkbox-control:before, .wpgb-facet-3 .wpgb-checkbox .wpgb-checkbox-control:after {
  display: none;
}
.wpgb-facet-3 .wpgb-checkbox:hover .wpgb-checkbox-control, .wpgb-facet-3 .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
  width: 25px !important;
  border-color: var(--fl-global-electric-violet) !important;
}

@media (max-width: 991px) {
  #for-type {
    cursor: pointer;
  }
  #for-type i {
    transition: 0.3s ease-in;
  }
  #for-type i.active {
    transform: rotate(180deg);
  }

  #type {
    opacity: 0;
    height: 0;
    transition: 0.3s ease-in;
    pointer-events: none;
  }
  #type.active {
    opacity: 1;
    height: 100%;
    pointer-events: all;
  }
}
.wpgb-button.wpgb-reset {
  background: var(--fl-global-green-darkest) !important;
  margin: 0 !important;
}

.wpgb-facet .wpgb-pagination li {
  min-width: 1px;
}

.wpgb-page-prev {
  position: absolute !important;
  left: 0;
}

.wpgb-page-next {
  position: absolute !important;
  right: 0 !important;
}

.pattern-bg .fl-row-content-wrap:before {
  content: "";
  background-image: url(/wp-content/uploads/2025/02/58b09d32fd8c4399b4361cabd4f545d4.png);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}

.pattern-bg .fl-row-content {
  position: relative;
  z-index: 1;
}

.post-content h2 {
  font-size: var(--fl-global-h3-font-size);
  line-height: var(--fl-global-h3-line-height);
}
@media (max-width: 991px) {
  .post-content h2 {
    font-size: var(--fl-global-h3-font-size-medium);
    line-height: var(--fl-global-h3-line-height-medium);
  }
}
.post-content h3 {
  font-size: var(--fl-global-h4-font-size);
}
@media (max-width: 991px) {
  .post-content h3 {
    font-size: var(--fl-global-h4-font-size-medium);
  }
}
.post-content h4 {
  font-size: var(--fl-global-h5-font-size);
}
@media (max-width: 991px) {
  .post-content h4 {
    font-size: var(--fl-global-h5-font-size-medium);
  }
}
.post-content h5,
.post-content h6 {
  font-size: var(--fl-global-h6-font-size);
}
@media (max-width: 991px) {
  .post-content h5,
.post-content h6 {
    font-size: var(--fl-global-h6-font-size-medium);
  }
}
.post-content p {
  font-size: 1rem;
  line-height: var(--fl-global-text-line-height);
  margin-bottom: 0;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .post-content p {
    font-size: 0.875rem;
    margin-top: 8px;
  }
}
.post-content .wp-block-heading {
  /*color: var(--fl-global-dark-blue);*/
  color: #08023F;
}
.post-content .wp-block-heading:not(:first-of-type) {
  margin-top: 32px;
  margin-bottom: 0;
}
.post-content .wp-block-heading {
  margin-bottom: 0 !important;
}
.post-content .wp-block-image {
  margin-top: 32px;
}
.post-content .wp-block-list {
  list-style: disc;
  margin-left: 26px;
  padding: 0;
  margin-bottom: 0;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .post-content .wp-block-list {
    margin-top: 16px;
  }
}
.post-content .wp-block-list li {
  padding: 0;
  line-height: 1.6;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .post-content .wp-block-list li {
    font-size: 0.875rem;
  }
}
.post-content ol.wp-block-list {
  list-style: none;
}
.post-content ol.wp-block-list li::before {
  left: -25px;
  top: 0px;
}
.post-content .custom-quote {
  gap: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 32px;
}
.post-content .custom-quote .wp-block-quote {
  padding: 0;
  background: transparent;
  border: 0;
}
.post-content .custom-quote .wp-block-quote p {
  margin-top: 0;
  font-family: "Inter";
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.35;
  color: var(--fl-global-dark-blue);
}
.post-content .custom-quote .wp-block-image {
  margin-top: 0;
}
.post-content .custom-quote .wp-block-image img {
  object-fit: cover;
  max-width: 64px;
  height: 64px;
  border-radius: 50%;
}
.post-content .custom-quote .wp-block-pullquote {
  padding: 0;
}
.post-content .custom-quote .wp-block-pullquote blockquote {
  padding: 0;
  background: transparent;
  border: 0;
  line-height: 1;
}
.post-content .custom-quote .wp-block-pullquote blockquote p {
  margin-top: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
  color: var(--fl-global-dark-blue);
}
.post-content .custom-quote .wp-block-pullquote blockquote cite {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  color: var(--fl-global-dark-blue);
}
.post-content .wp-block-group {
  gap: 16px;
}
.post-content .wp-block-column > .wp-block-heading:nth-child(1) {
  margin-top: 0 !important;
}

.post-cta {
  background-image: url(/wp-content/uploads/2025/02/Feature-Content.jpg);
  background-size: cover;
  background-position: center;
}

.line-clamp {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wpgb-button.wpgb-reset:after {
  content: url(/wp-content/uploads/2025/02/close-icon.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.testimonial-slider .SSCMSlider-column_body--column_1 {
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .testimonial-slider .SSCMSlider-column_body--column_1 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .testimonial-slider .SSCMSlider-column_body--column_1 {
    max-width: 100%;
  }
}
.testimonial-slider .SSCMSlider-column_body--column_1 p {
  background: var(--Purple-Gradient, linear-gradient(90deg, #9747FF 0.06%, var(--fl-global-electric-violet) 39.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonial-slider .slick-arrow {
  font-size: 0 !important;
  border-radius: 0;
  width: 28px;
  height: 28px;
  margin-top: 2px;
}
@media (max-width: 991px) {
  .testimonial-slider .slick-arrow {
    bottom: 0 !important;
    top: unset;
    width: 44px;
    height: 44px;
    display: block !important;
  }
}
.testimonial-slider .slick-arrow:after {
  font-size: 7px !important;
  display: inline-block !important;
  content: url(/wp-content/uploads/2025/02/career-icon-left.png);
  margin-top: 2px !important;
}
.testimonial-slider .slick-arrow:before {
  display: none !important;
}
.testimonial-slider .slick-arrow.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.testimonial-slider .slick-dots li {
  height: 30px !important;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.testimonial-slider .slick-dots li button {
  width: 30px;
  height: 2px;
  font-size: 0 !important;
}

.hover-images .hover-item:hover .hover-text {
  opacity: 1;
}
.hover-images .hover-item:hover .hover-text p {
  color: #fff !important;
}
.hover-images .hover-item:hover p {
  color: var(--fl-global-electric-violet) !important;
}
.hover-images .hover-item .hover-image {
  position: relative;
}
.hover-images .hover-item .hover-text {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transition: 0.3s;
}

@media (min-width: 992px) {
  .position-sticky {
    position: sticky;
    top: 140px;
  }
}
.newsletter .CustomForm .form-wrapper form#pardot-form {
  flex-direction: row;
  flex-wrap: unset;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .newsletter .CustomForm .form-wrapper form#pardot-form {
    flex-direction: column;
    align-items: center;
  }
}
.newsletter .CustomForm .form-wrapper .form-control {
  margin-bottom: 0 !important;
}
.newsletter .CustomForm .form-wrapper .form-wrapper .form-input {
  margin-bottom: 0 !important;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid var(--input-border, rgba(0, 0, 0, 0.1));
  color: rgba(0, 0, 0, 0.7);
  border-radius: 0;
}
@media (min-width: 992px) {
  .newsletter .CustomForm .form-wrapper .form-control.form-field.email {
    width: calc(100% - 154px) !important;
  }
}
@media (min-width: 992px) {
  .newsletter .CustomForm .form-wrapper .submit {
    width: 137px !important;
  }
}
.newsletter .CustomForm .form-wrapper .Btn-secondary,
.newsletter .CustomForm .form-wrapper .submit input {
  padding: 12px 16px;
  background-color: var(--fl-global-green-darkest);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  height: 47px;
  border: 0;
  color: var(--fl-global-dark-blue);
  width: auto;
}
.newsletter .CustomForm .form-wrapper .Btn-secondary:hover,
.newsletter .CustomForm .form-wrapper .submit input:hover {
  background-color: var(--fl-global-purple);
  color: #fff;
}
.newsletter .CustomForm .form-wrapper .privacy-policy {
  text-align: center;
  width: 100%;
}

.specialFixedWidth h2 {
  color: #07033d;
  font-size: 31px;
  line-height: 46.5px;
  font-weight: 700;
}
.specialFixedWidth .post-content .wp-block-image {
  margin-bottom: 32px;
}

.newsletter .CustomForm .form-wrapper .form-wrapper .form-input {
  margin-bottom: 0 !important;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid var(--input-border, rgba(0, 0, 0, 0.1));
  color: rgba(0, 0, 0, 0.7);
  border-radius: 0;
}

.newsletter .CustomForm .form-wrapper .submit {
  width: auto;
}

.newsletter .CustomForm .form-wrapper .Btn-secondary,
.newsletter .CustomForm .form-wrapper .submit input,
.newsletter .CustomForm .form-wrapper button.btn {
  padding: 12px 16px;
  background-color: var(--fl-global-green-darkest);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  height: 47px;
  border: 0;
  color: var(--fl-global-dark-blue);
  width: auto;
}

.newsletter .CustomForm .form-wrapper button.btn {
  padding: 16px 2rem !important;
  background-color: var(--fl-global-green-darkest) !important;
}
.newsletter .CustomForm .form-wrapper button.btn:hover {
  background-color: var(--fl-global-purple) !important;
}

.newsletter .CustomForm .form-wrapper .Btn-secondary:hover,
.newsletter .CustomForm .form-wrapper .submit input:hover,
.newsletter .CustomForm .form-wrapper button.btn:hover {
  background-color: var(--fl-global-purple);
  color: #fff;
}

.newsletter .form-wrapper .form .submit .has-arrow:after {
  display: none;
}

.testimonial-slider .slick-dots button {
  border-color: #07033d !important;
}

.testimonial-slider .slick-dots button:hover,
.testimonial-slider .slick-active button {
  border-color: var(--fl-global-electric-violet) !important;
}

.footer-info {
  border-top: 0 !important;
}

li#menu-item-45250 a {
  font-size: 1rem;
  font-weight: 700;
}

.main-footer .footer-column-wrapper .footer-menu li.footer-title > a {
  color: #fff !important;
}

@media (min-width: 1600px) {
  header.main-header .container-lg {
    max-width: 1600px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1599px) {
  header.main-header .container-lg {
    max-width: 90%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  header.main-header .container-lg {
    max-width: 92%;
  }
}
@media (max-width: 767px) {
  header.main-header .container-lg {
    max-width: 91%;
  }
}
/*# sourceMappingURL=style.min.css.map */
