@charset "UTF-8";
@font-face {
  font-family: "Funnel Sans";
  src: url("../fonts/FunnelSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Sans";
  src: url("../fonts/FunnelSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Sans";
  src: url("../fonts/FunnelSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Sans";
  src: url("../fonts/FunnelSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.bg-cover-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex-1 {
  flex: 1;
}

.transition {
  transition: 0.3s;
}

.transform-y-2px {
  transform: translateY(2px);
}

.text-x-mini, .form-error {
  font-size: 12px;
}

.text-mini {
  font-size: 14px;
}
@media only screen and (max-width: 1599.5px) {
  .text-mini {
    font-size: 12px;
  }
}

.text-large {
  font-size: 18px;
}
@media only screen and (max-width: 1599.5px) {
  .text-large {
    font-size: 16px;
  }
}

.text-x-large, .axl-accordion-tabs button.accordion-button {
  font-size: 20px;
}
@media only screen and (max-width: 1599.5px) {
  .text-x-large, .axl-accordion-tabs button.accordion-button {
    font-size: 18px;
  }
}

.text-xx-large {
  font-size: 22px;
}
@media only screen and (max-width: 1599.5px) {
  .text-xx-large {
    font-size: 20px;
  }
}

.no-decoration {
  text-decoration: none;
}

.w-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.decoration-underline {
  text-decoration: underline;
}

.overflow-hidden {
  overflow: hidden;
}

.container-x-large {
  max-width: 1199px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  max-width: 991px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  max-width: 767px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: 576px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.line-clamp1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.no-bullets {
  list-style-type: none;
}

.slick-slider.stylish-dots .slick-dots li {
  width: unset !important;
  height: unset !important;
  margin: 0 4px;
}
.slick-slider.stylish-dots .slick-dots li button {
  padding: 0;
  width: 10px !important;
  height: 10px !important;
  background-color: #515159;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.slick-slider.stylish-dots .slick-dots li button:before {
  display: none;
}
.slick-slider.stylish-dots .slick-dots li.slick-active button {
  width: 50px !important;
  background-color: #2322F0;
}
@media only screen and (max-width: 1599.5px) {
  .slick-slider.stylish-dots .slick-dots li.slick-active button {
    width: 35px !important;
  }
}

.bulleted-list li {
  position: relative;
  padding-left: 24px;
  list-style-type: none;
  margin-bottom: 16px;
}
.bulleted-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #252527;
  position: absolute;
  top: 10px;
  left: 0;
}
.bulleted-list.text-x-large > li:before, .axl-accordion-tabs button.bulleted-list.accordion-button > li:before {
  top: 13px;
}

.section-padding {
  padding: 60px 0;
}

.auto-image-size {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}

.hidden-item {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.equal-height-slick-slides .slick-track {
  display: flex !important;
}
.equal-height-slick-slides .slick-slide {
  height: inherit !important;
}
.equal-height-slick-slides .slick-slide > div {
  height: 100%;
}

.slick-list-overflow-visible .slick-list {
  overflow: visible !important;
}
.slick-list-overflow-visible .slick-track {
  overflow: visible;
}

/***************************************
    FONTS
***************************************/
.font-funnel-sans-regular {
  font-family: "Funnel Sans" !important;
  font-weight: 400 !important;
}

.font-funnel-sans-medium {
  font-family: "Funnel Sans" !important;
  font-weight: 500 !important;
}

.font-funnel-sans-semibold {
  font-family: "Funnel Sans" !important;
  font-weight: 600 !important;
}

.font-funnel-sans-bold {
  font-family: "Funnel Sans" !important;
  font-weight: 700 !important;
}

/***************************************
    TEXT COLORS
***************************************/
.text-primary {
  color: #2322F0 !important;
}

.text-primary-dark {
  color: #000A54 !important;
}

.text-secondary {
  color: #515159 !important;
}

.text-bodyText {
  color: #252527 !important;
}

.text-lightgrey {
  color: #F6F7F8 !important;
}

.text-success {
  color: #4E6949 !important;
}

.text-danger {
  color: #E4744F !important;
}

.text-black {
  color: #000 !important;
}

/***************************************
    TEXT COLORS ON HOVER
***************************************/
.hover-text-primary:hover {
  color: #2322F0 !important;
}

.hover-text-primary-dark:hover {
  color: #000A54 !important;
}

.hover-text-secondary:hover {
  color: #515159 !important;
}

.hover-text-bodyText:hover {
  color: #252527 !important;
}

.hover-text-lightgrey:hover {
  color: #F6F7F8 !important;
}

.hover-text-success:hover {
  color: #4E6949 !important;
}

.hover-text-danger:hover {
  color: #E4744F !important;
}

.hover-text-black:hover {
  color: #000 !important;
}

/***************************************
    BACKGROUND COLORS
***************************************/
.bg-primary {
  background-color: #2322F0 !important;
}

.bg-primary-dark {
  background-color: #000A54 !important;
}

.bg-secondary {
  background-color: #515159 !important;
}

.bg-bodyText {
  background-color: #252527 !important;
}

.bg-lightgrey {
  background-color: #F6F7F8 !important;
}

.bg-grey {
  background-color: #515159 !important;
}

.bg-success {
  background-color: #4E6949 !important;
}

.bg-danger {
  background-color: #E4744F !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

/***************************************
    BACKGROUND COLORS ON HOVER
***************************************/
.hover-bg-primary:hover {
  background-color: #2322F0 !important;
}

.hover-bg-primary-dark:hover {
  background-color: #000A54 !important;
}

.hover-bg-secondary:hover {
  background-color: #515159 !important;
}

.hover-bg-bodyText:hover {
  background-color: #252527 !important;
}

.hover-bg-lightgrey:hover {
  background-color: #F6F7F8 !important;
}

.hover-bg-success:hover {
  background-color: #4E6949 !important;
}

.hover-bg-danger:hover {
  background-color: #E4744F !important;
}

.hover-bg-black:hover {
  background-color: #000 !important;
}

.hover-bg-white:hover {
  background-color: #fff !important;
}

/***************************************
    BORDERS
***************************************/
/******************************************
    GLOBAL CSS
******************************************/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #252527;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Funnel Sans" !important;
  font-weight: 400;
  min-height: 100vh;
}
@media only screen and (max-width: 1599.5px) {
  body {
    font-size: 16px;
  }
}
body.menu-drawer-open {
  overflow: hidden;
}

h1,
.h1 {
  font-size: 52px;
}
@media only screen and (max-width: 1599.5px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Funnel Sans" !important;
  font-weight: 500 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
}

a {
  display: inline-block;
}

a:focus {
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

section {
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 991.5px) {
  section {
    scroll-margin-top: 62px;
  }
}

/*************************************
    FORM CONTROL FIELD
*************************************/
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
.form-error {
  color: #E4744F;
  margin-top: 4px;
}

.form-control {
  padding: 0.5rem 0.75rem !important;
  transition: 0.3s;
  /* Chrome, Safari, Edge, Opera */
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form-control {
  /* Firefox */
}
.form-control[type=number] {
  -moz-appearance: textfield;
}

.form-select {
  cursor: pointer;
}

.form-control,
.form-select {
  background-color: #fff;
  height: 50px !important;
  font-size: 16px;
  color: #252527;
  border-radius: 0px;
  border: 1px solid #fff;
  transition: 0.3s;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border: 1px solid #2322F0;
}
@media only screen and (max-width: 1599.5px) {
  .form-control,
  .form-select {
    height: 42px !important;
  }
}

.contact-form-box .form-control,
.contact-form-box .form-select {
  font-size: inherit;
  border: 1px solid #e2e4e9;
  border-radius: 8px;
}
.contact-form-box .form-control:focus,
.contact-form-box .form-select:focus {
  border-color: #2322F0;
  box-shadow: none;
}
.contact-form-box textarea.form-control {
  height: unset !important;
  border-radius: 8px;
}

textarea.form-control {
  height: unset !important;
}

.field-with-icon {
  position: relative;
}
.field-with-icon input {
  padding-right: 40px;
}
.field-with-icon .field-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

.form-check {
  text-align: left;
}
.form-check label {
  font-size: 14px;
}
@media only screen and (max-width: 1599.5px) {
  .form-check label {
    font-size: 12px;
  }
}
.form-check .form-check-input {
  width: 20px !important;
  height: 20px !important;
  border-radius: 0;
}
@media only screen and (max-width: 1599.5px) {
  .form-check .form-check-input {
    width: 16px !important;
    height: 16px !important;
  }
}
.form-check .form-check-input:checked {
  background-color: #2322F0;
  border-color: #2322F0;
  border: 1px solid #fff;
}

.rounded-1 {
  border-radius: 4px !important;
}

.rounded-2 {
  border-radius: 8px !important;
}

.rounded-3 {
  border-radius: 16px !important;
}

.rounded-4 {
  border-radius: 24px !important;
}

/**************************************
    BUTTONS
**************************************/
.axl-btn {
  padding: 9.5px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  gap: 16px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  min-width: 140px;
  text-decoration: none;
  color: #1b1d22;
  transition: 0.3s;
}
@media only screen and (max-width: 1599.5px) {
  .axl-btn {
    padding: 8px 16px;
  }
}
.axl-btn .btn-icon {
  transition: 0.3s;
  display: inline-flex;
}
.axl-btn .btn-icon svg {
  width: 12px;
  height: 12px;
}
.axl-btn .btn-icon svg path {
  fill: #2322F0;
}
.axl-btn:hover, .axl-btn:focus {
  text-decoration: none;
}
.axl-btn:hover .btn-icon.arrow-icon, .axl-btn:focus .btn-icon.arrow-icon {
  transform: rotate(45deg);
}
.axl-btn.axl-btn-large {
  font-size: 20px;
  padding: 10px 20px;
}
@media only screen and (max-width: 1599.5px) {
  .axl-btn.axl-btn-large {
    font-size: 18px;
    padding: 9px 16px;
  }
}

.axl-btn-simple {
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #2322F0;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}
.axl-btn-simple svg {
  transform: translateX(0);
  transition: 0.3s;
}
.axl-btn-simple:hover {
  color: #252527;
}
.axl-btn-simple:hover svg {
  transform: translateX(4px);
}
.axl-btn-simple:hover svg path {
  stroke: #252527;
}

.axl-btn-primary {
  background-image: linear-gradient(90deg, rgb(36, 36, 240), rgb(36, 36, 240));
  color: #fff;
}
.axl-btn-primary .btn-icon svg path {
  fill: #fff;
}
.axl-btn-primary:hover {
  background-image: linear-gradient(90deg, rgb(7, 16, 136), rgb(36, 36, 240));
  color: #fff;
}

.axl-btn-secondary {
  background-color: #515159;
  color: #252527;
  border: 1px solid #515159;
}
.axl-btn-secondary .btn-icon svg path {
  fill: #252527;
}
.axl-btn-secondary:hover {
  background-color: #515159;
  border-color: #515159;
  color: #252527;
}
.axl-btn-secondary:hover .btn-icon svg path {
  fill: #252527;
}

.axl-btn-lightgrey {
  background-image: linear-gradient(90deg, rgb(226, 228, 233), rgb(226, 228, 233));
  color: #252527;
}
.axl-btn-lightgrey .btn-icon svg path {
  fill: #252527;
}
.axl-btn-lightgrey:hover {
  background-image: linear-gradient(90deg, rgb(226, 228, 233), rgb(240, 242, 244));
  color: #252527;
}
.axl-btn-lightgrey:hover .btn-icon svg path {
  fill: #252527;
}

.axl-btn-lightgrey2 {
  background-image: linear-gradient(90deg, #E2E4E9, #E2E4E9);
  color: #252527;
}
.axl-btn-lightgrey2 .btn-icon svg path {
  fill: #252527;
}
.axl-btn-lightgrey2:hover {
  background-image: linear-gradient(90deg, #E2E4E9, rgb(240, 242, 244));
  color: #2322F0;
}
.axl-btn-lightgrey2:hover .btn-icon svg path {
  fill: #252527;
}

.axl-btn-white {
  background-color: #fff;
  color: #252527;
  border: 1px solid #F6F7F8;
}
.axl-btn-white:hover {
  color: #2322F0;
}

/**********************************************
    INLINE MENU
**********************************************/
/**********************************************
    TABS
**********************************************/
.axl-tabs ul {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 0;
}
.axl-tabs ul li a,
.axl-tabs ul li button {
  border-radius: 0 !important;
  min-width: 250px;
  padding: 10px 16px 11.4px;
  background-color: #F6F7F8 !important;
  color: #F6F7F8;
}
.axl-tabs ul li a:hover,
.axl-tabs ul li button:hover {
  border: 1px solid #F6F7F8 !important;
  color: inherit;
}
.axl-tabs ul li a.active,
.axl-tabs ul li button.active {
  background-color: #515159 !important;
  color: #fff !important;
}

.axl-vertical-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.axl-vertical-tabs-wrapper .nav-tabs-wrapper {
  width: 160px;
}
@media only screen and (max-width: 767.5px) {
  .axl-vertical-tabs-wrapper .nav-tabs-wrapper {
    width: 100%;
  }
}
.axl-vertical-tabs-wrapper .tabs-content-wrapper {
  width: calc(100% - 160px);
  padding-left: 40px;
}
@media only screen and (max-width: 767.5px) {
  .axl-vertical-tabs-wrapper .tabs-content-wrapper {
    width: 100%;
    padding-left: 0;
  }
}

.axl-vertical-nav-tabs {
  flex-direction: column;
  border: 0;
  gap: 4px 0;
}
.axl-vertical-nav-tabs .nav-item {
  width: 100%;
}
.axl-vertical-nav-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #252527;
  text-align: left;
}
.axl-vertical-nav-tabs .nav-link::after {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  border-right: 1.5px solid #252527;
  border-bottom: 1.5px solid #252527;
  transform: rotate(-45deg);
  transition: border-color 0.2s ease;
}
.axl-vertical-nav-tabs .nav-link:hover, .axl-vertical-nav-tabs .nav-link:focus, .axl-vertical-nav-tabs .nav-link.active {
  border: 0;
  color: #2322F0;
}
.axl-vertical-nav-tabs .nav-link:hover::after, .axl-vertical-nav-tabs .nav-link:focus::after, .axl-vertical-nav-tabs .nav-link.active::after {
  border-color: #2322F0;
}

/**********************************************
    HAMBURGER
**********************************************/
.hamburger {
  width: 40px;
  position: relative;
  height: 21px;
  cursor: pointer;
}
.hamburger .line {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #2322F0;
  transition: 0.3s;
}
.hamburger .line1 {
  width: 100%;
  top: 0;
}
.hamburger .line2 {
  width: 50%;
  top: 9px;
  opacity: 1;
  visibility: visible;
}
.hamburger .line3 {
  width: 75%;
  top: 18px;
}

header#site-header.menu-btn-clicked .hamburger .line1 {
  top: 9px;
  transform: rotate(-45deg);
}
header#site-header.menu-btn-clicked .hamburger .line2 {
  opacity: 0;
  visibility: hidden;
  top: 9px;
}
header#site-header.menu-btn-clicked .hamburger .line3 {
  top: 9px;
  transform: rotate(45deg);
  width: 100%;
}

/**************************************
    CARDS
**************************************/
.card-with-banner .img-wrapper {
  height: 260px;
}
@media only screen and (max-width: 1399.5px) {
  .card-with-banner .img-wrapper {
    height: 230px;
  }
}
.card-with-banner .img-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.card-with-banner .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/**************************************
    YOUTUBE VIDEO BOX
**************************************/
.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.video-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: 0.3s;
}
.video-card:hover .video-card__overlay {
  background: rgba(0, 0, 0, 0.45);
}

.video-card-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: #2322F0;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
}
.video-card-play-icon:hover {
  background: #1a19c4;
  transform: translate(-50%, -50%) scale(1.05);
}

.youtube-video-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}
.youtube-video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/**************************************
    TABLES
**************************************/
.axl-table tr th,
.axl-table tr td {
  padding: 24px;
  border-color: #dee2e6;
  vertical-align: middle;
}
.axl-table tr th {
  color: #515159;
  border-bottom-width: 1px;
}
.axl-table tr:last-child td {
  border-bottom: 0;
}

/**************************************
    TABLE SCROLLER
**************************************/
.table-box {
  overflow-y: auto;
}

@media only screen and (max-width: 1599.5px) {
  .scroll-from-large-laptop table {
    width: 1440px;
  }
}

@media only screen and (max-width: 1399.5px) {
  .scroll-from-laptop table {
    width: 1366px;
  }
}

@media only screen and (max-width: 1199.5px) {
  .scroll-from-small-laptop table {
    width: 1199px;
  }
}

@media only screen and (max-width: 991.5px) {
  .scroll-from-ipad table {
    width: 991px;
  }
}

@media only screen and (max-width: 767.5px) {
  .scroll-from-tab table {
    width: 767px;
  }
}

@media only screen and (max-width: 575.5px) {
  .scroll-from-small-tab table {
    width: 575px;
  }
}

@media only screen and (max-width: 480.5px) {
  .scroll-from-mobile table {
    width: 480px;
  }
}

@media only screen and (max-width: 360.5px) {
  .scroll-from-small-mobile table {
    width: 365px;
  }
}

/**************************************
    SOCIAL ICONS
**************************************/
.social-icons-list .footer-social-icon {
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 8px;
  text-decoration: none;
}
.social-icons-list .footer-social-icon:hover {
  color: #E4744F;
}

/**************************************
    STYLISH SCROLL
**************************************/
.stylish-scroll {
  /* width */
}
.stylish-scroll::-webkit-scrollbar {
  width: 10px;
}
.stylish-scroll {
  /* Track */
}
.stylish-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.stylish-scroll {
  /* Handle */
}
.stylish-scroll::-webkit-scrollbar-thumb {
  background: #888;
}
.stylish-scroll {
  /* Handle on hover */
}
.stylish-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.stylish-scroll-thin, header#site-header .header-inner .header-menu > ul {
  /* width */
}
.stylish-scroll-thin::-webkit-scrollbar, header#site-header .header-inner .header-menu > ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.stylish-scroll-thin, header#site-header .header-inner .header-menu > ul {
  /* Track */
}
.stylish-scroll-thin::-webkit-scrollbar-track, header#site-header .header-inner .header-menu > ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.stylish-scroll-thin, header#site-header .header-inner .header-menu > ul {
  /* Handle */
}
.stylish-scroll-thin::-webkit-scrollbar-thumb, header#site-header .header-inner .header-menu > ul::-webkit-scrollbar-thumb {
  background: #515159;
}
.stylish-scroll-thin, header#site-header .header-inner .header-menu > ul {
  /* Handle on hover */
}

/**************************************
    ACCORDION
**************************************/
.axl-accordion .accordion-item {
  border: 0;
  border-top: 1px solid white;
  border-radius: 0;
  background-color: transparent;
}
.axl-accordion .accordion-item:last-child {
  border-bottom: 1px solid white;
}
.axl-accordion button.accordion-button {
  padding: 16px 0 14px 16px;
  min-height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}
.axl-accordion button.accordion-button:focus {
  box-shadow: none;
}
.axl-accordion button.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
}
.axl-accordion button.accordion-button::after {
  width: 12px;
  height: 12px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E4744F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 12px;
  background-position: center;
  transform: rotate(0deg);
}
.axl-accordion button.accordion-button:not(.collapsed)::after {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854z'/%3e%3c/svg%3e");
  background-size: 12px;
  transform: none;
}
.axl-accordion .accordion-body {
  padding: 0 0 16px 16px;
  color: #fff;
  font-size: inherit;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition-property: height, visibility;
    transition-duration: 0.35s;
  }
}
/**************************************
    ACCORDION + TABS (image sync)
**************************************/
.axl-accordion-tabs .accordion-item {
  border: 0;
  border-bottom: 1px solid #e2e4e9;
  border-radius: 0;
  background-color: transparent;
}
.axl-accordion-tabs .accordion-item:last-child {
  border-bottom: 0;
}
.axl-accordion-tabs .accordion-header {
  margin-bottom: 0;
}
.axl-accordion-tabs button.accordion-button {
  padding: 24px 0 24px 32px;
  min-height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #252527;
  line-height: 1.3;
}
@media only screen and (max-width: 1399.5px) {
  .axl-accordion-tabs button.accordion-button {
    padding: 20px 0 20px 32px;
  }
}
.axl-accordion-tabs button.accordion-button:focus {
  box-shadow: none;
}
.axl-accordion-tabs button.accordion-button:not(.collapsed) {
  color: #252527;
  background-color: transparent;
}
.axl-accordion-tabs button.accordion-button::after {
  position: absolute;
  left: 0;
  right: auto;
  width: 16px;
  height: 16px;
  margin: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23252227'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 16px;
  background-position: center;
  transform: rotate(0deg);
}
.axl-accordion-tabs button.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.axl-accordion-tabs .accordion-body {
  padding: 0 0 20px 32px;
  font-size: 16px;
  line-height: 1.5;
  color: #515159;
}
@media only screen and (max-width: 767.5px) {
  .axl-accordion-tabs .accordion-body {
    padding: 0 0 20px 0;
  }
}

.bg-primary .axl-accordion-tabs .accordion-item,
.bg-primary-dark .axl-accordion-tabs .accordion-item {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.bg-primary .axl-accordion-tabs button.accordion-button,
.bg-primary-dark .axl-accordion-tabs button.accordion-button {
  color: #fff;
}
.bg-primary .axl-accordion-tabs button.accordion-button:not(.collapsed),
.bg-primary-dark .axl-accordion-tabs button.accordion-button:not(.collapsed) {
  color: #fff;
}
.bg-primary .axl-accordion-tabs button.accordion-button::after,
.bg-primary-dark .axl-accordion-tabs button.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.bg-primary .axl-accordion-tabs .accordion-body,
.bg-primary-dark .axl-accordion-tabs .accordion-body {
  color: #fff;
}
.bg-primary .axl-accordion-tabs .accordion-body .text-primary,
.bg-primary-dark .axl-accordion-tabs .accordion-body .text-primary {
  color: #fff !important;
}

.axl-accordion-tabs-content img {
  display: block;
  width: 100%;
  height: auto;
}

/**************************************
    ACCORDION 2
**************************************/
.axl-accordion-2 .accordion-item {
  border: 0;
  margin-bottom: 16px;
  background-color: transparent;
  overflow: visible;
}
.axl-accordion-2 .accordion-item:last-child {
  margin-bottom: 0;
}
.axl-accordion-2 button.accordion-button {
  padding: 24px 48px 24px 20px;
  min-height: auto;
  border: 0;
  border-radius: 8px !important;
  box-shadow: none;
  background-color: #E2E4E9;
  color: #252527;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 1399.5px) {
  .axl-accordion-2 button.accordion-button {
    padding: 20px 48px 20px 20px;
  }
}
.axl-accordion-2 button.accordion-button:focus {
  box-shadow: none;
}
.axl-accordion-2 button.accordion-button:not(.collapsed) {
  color: #252527;
  background-color: #E2E4E9;
  border-radius: 8px;
}
.axl-accordion-2 button.accordion-button::after {
  position: absolute;
  right: 20px;
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  content: "+";
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  color: #252527;
  transform: none;
}
.axl-accordion-2 button.accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}
.axl-accordion-2 .accordion-collapse {
  background-color: #fff;
}
.axl-accordion-2 .accordion-body {
  padding: 16px 40px 20px;
  background-color: #fff;
  color: #515159;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0 0 8px 8px;
}
.axl-accordion-2 .accordion-body p:last-child {
  margin-bottom: 0;
}
.axl-accordion-2 .accordion-body a {
  color: #2322F0;
  text-decoration: none;
}
.axl-accordion-2 .accordion-body a:hover {
  text-decoration: underline;
}

/**************************************
    PDF VIEWER
**************************************/
.pdfjs-viewer-wrapper {
  overflow: hidden;
  background: #eef0f4;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.pdfjs-header {
  background: linear-gradient(180deg, #2a2f38 0%, #1e2229 100%);
}

.pdfjs-header__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #fff;
}

.pdfjs-header__doc {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.pdfjs-header__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: linear-gradient(135deg, #2322F0 0%, #4f4ef5 100%);
  font-size: 18px;
  color: #fff;
}

.pdfjs-header__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.pdfjs-header__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(35, 34, 240, 0.2);
  border: 1px solid rgba(35, 34, 240, 0.35);
  color: #2322F0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pdfjs-header__title {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pdfjs-header__download {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 4px;
  background: #2322F0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.pdfjs-header__download:hover {
  background: #1a19c4;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(35, 34, 240, 0.45);
}

.pdfjs-header__toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 10px 16px;
  background: rgba(0, 0, 0, 0.18);
}

.pdfjs-toolbar-group {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pdfjs-toolbar-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.pdfjs-page-control {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.pdfjs-page-input {
  width: 44px;
  height: 30px;
  padding: 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  -moz-appearance: textfield;
}
.pdfjs-page-input::-webkit-outer-spin-button, .pdfjs-page-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pdfjs-page-input:focus {
  outline: none;
  border-color: #2322F0;
  box-shadow: 0 0 0 2px rgba(35, 34, 240, 0.35);
}

.pdfjs-page-sep,
.pdfjs-page-total {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.pdfjs-zoom-label {
  min-width: 48px;
  padding: 0 4px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
}

.pdfjs-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  background: transparent;
  border: none;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  text-decoration: none;
}
.pdfjs-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.pdfjs-btn:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.pdfjs-btn--text {
  padding: 0 10px;
}
.pdfjs-btn[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  padding: 4px 8px;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s, transform 0.15s;
  z-index: 5;
}
.pdfjs-btn[data-tooltip]:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.pdfjs-btn-label {
  font-size: 12px;
  font-weight: 500;
}

.pdfjs-canvas-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 480px;
}

.pdfjs-loading {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #525659;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  z-index: 2;
  transition: opacity 0.3s;
}
.pdfjs-loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.pdfjs-loading__spinner {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: #2322F0;
  border-radius: 50%;
  animation: pdfjs-spin 0.75s linear infinite;
}

@keyframes pdfjs-spin {
  to {
    transform: rotate(360deg);
  }
}
#pdf-canvas {
  display: block;
  max-width: 100%;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  opacity: 0;
  transition: opacity 0.25s;
}
#pdf-canvas.is-ready {
  opacity: 1;
}

@media only screen and (max-width: 767.5px) {
  .pdfjs-header__brand {
    flex-direction: column;
    align-items: stretch;
  }
  .pdfjs-header__download {
    justify-content: center;
  }
  .pdfjs-header__title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pdfjs-toolbar-divider {
    display: none;
  }
  .pdfjs-header__toolbar {
    justify-content: stretch;
  }
  .pdfjs-toolbar-group {
    flex: 1 1 auto;
    justify-content: center;
  }
  .pdfjs-btn-label {
    display: none;
  }
  .pdfjs-btn--text {
    padding: 0 8px;
  }
}
/****************************************
    HEADER
****************************************/
header#site-header {
  border-bottom: 1px solid #e2e4e9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9;
}
header#site-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
@media only screen and (max-width: 991.5px) {
  header#site-header .header-inner {
    padding: 16px 0;
  }
}
header#site-header .header-inner ul li {
  list-style-type: none;
}
header#site-header .header-inner ul li a {
  text-decoration: none;
  transition: 0.3s;
}
header#site-header .header-inner .header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 30px;
}
header#site-header .header-inner .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
header#site-header .header-inner .header-right .dropdown-toggle:focus {
  box-shadow: unset;
}
header#site-header .header-inner .header-right .dropdown-toggle:after {
  margin-left: 8px;
}
header#site-header .header-inner .header-right .dropdown-menu {
  top: 21px !important;
  border-radius: 0;
}
header#site-header .header-inner .axl-btn {
  padding: 11px 16px;
  font-size: 12px;
  min-width: 100px;
}
header#site-header .header-inner .logo-box .logo img {
  max-width: 155px;
  width: 100% !important;
  height: auto !important;
  position: static !important;
}
header#site-header .header-inner .header-menu {
  transition: 0.3s;
}
@media only screen and (max-width: 991.5px) {
  header#site-header .header-inner .header-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.768627451);
    border-right: 1px solid #dee2e6;
    padding: 16px;
    backdrop-filter: blur(20px);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 480.5px) {
  header#site-header .header-inner .header-menu {
    width: 100%;
  }
}
header#site-header .header-inner .header-menu .logo-box img {
  width: 100px !important;
}
header#site-header .header-inner .header-menu > ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 14px;
}
@media only screen and (max-width: 991.5px) {
  header#site-header .header-inner .header-menu > ul {
    height: calc(100vh - 176px);
    overflow-y: auto;
    display: block;
  }
}
header#site-header .header-inner .header-menu > ul > li {
  padding: 33px 0;
  position: relative;
}
@media only screen and (max-width: 1399.5px) {
  header#site-header .header-inner .header-menu > ul > li {
    padding: 24px 0;
  }
}
header#site-header .header-inner .header-menu > ul > li:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8px);
  height: 2px;
  background-color: #2322F0;
  opacity: 0;
  visibility: hidden;
}
header#site-header .header-inner .header-menu > ul > li:has(> a:hover):before, header#site-header .header-inner .header-menu > ul > li.mega-menu-open:before {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991.5px) {
  header#site-header .header-inner .header-menu > ul > li {
    width: 100%;
    margin-bottom: 16px;
  }
}
header#site-header .header-inner .header-menu > ul > li > a {
  text-decoration: none;
  position: relative;
  padding: 5px 8px;
  border-radius: 4px;
  color: #252527;
  transition: 0.3s;
}
header#site-header .header-inner .header-menu > ul > li > a:hover {
  color: #2322F0;
  background-color: #f2f2f7;
}
@media only screen and (max-width: 991.5px) {
  header#site-header .header-inner .header-menu > ul > li > a {
    font-size: 20px;
  }
}
header#site-header .header-inner .header-menu > ul > li.mega-menu-open > .header-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header#site-header .header-inner .search-form input {
  height: 40px !important;
  padding: 4px 16px !important;
  border-radius: 25px;
  width: 200px;
}

header#site-header.menu-btn-clicked .header-inner .header-menu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.header-mega-menu {
  position: fixed;
  left: 0;
  width: 100%;
  top: 101px;
  background-color: white;
  background-size: 70% auto;
  background-repeat: repeat-y;
  background-position: right center;
  border-bottom: 1px solid #DCE6FA;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: 0.3s;
}
.header-mega-menu ul li a {
  color: #252527;
  transition: 0.3s;
}
.header-mega-menu ul li a:hover {
  color: #2322F0;
}
.header-mega-menu .content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.header-mega-menu .content-wrapper .left-col {
  width: 300px;
  padding-right: 48px;
  border-right: 1px solid #DCE6FA;
}
@media only screen and (max-width: 1399.5px) {
  .header-mega-menu .content-wrapper .left-col {
    padding-right: 24px;
  }
}
.header-mega-menu .content-wrapper .right-col {
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
@media only screen and (max-width: 1399.5px) {
  .header-mega-menu .content-wrapper .right-col {
    padding-left: 24px;
  }
}
.header-mega-menu .content-wrapper .nav-pills .nav-item {
  margin-bottom: 8px;
}
.header-mega-menu .content-wrapper .nav-pills .nav-item:last-child {
  margin-bottom: 0;
}
.header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link {
  border-radius: 0;
  color: #252527;
  width: 100%;
  transition: 0.3s;
}
.header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link:hover {
  color: #515159;
}
.header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link.active, .header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link:hover, .header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link:focus {
  background-color: #F6F7F8;
}
.header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link.active .title, .header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link:hover .title, .header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link:focus .title {
  color: #2322F0;
}
.header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link.active .sub-title, .header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link:hover .sub-title, .header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link:focus .sub-title {
  color: #252527;
}
.header-mega-menu .content-wrapper .widget-title {
  position: relative;
}
.header-mega-menu .content-wrapper .widget-title:after {
  content: "";
  position: absolute;
  top: 9px;
  left: -14px;
  width: 6px;
  height: 6px;
  background-color: #2322F0;
}
.header-mega-menu .content-wrapper ul.widget-list > li {
  margin-bottom: 4px;
}

/* Products Mega Menu Layout */
.mm-tile {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  border-radius: 10px;
  text-decoration: none;
  color: #252527;
  transition: 0.3s;
}
.mm-tile .mm-tile-icon {
  flex-shrink: 0;
  line-height: 0;
  margin-top: 3px;
}
.mm-tile .mm-tile-icon svg {
  width: 17px;
  height: auto;
  display: block;
}
.mm-tile .mm-tile-title {
  margin-bottom: 4px;
  color: #515159;
  transition: 0.3s;
}
.mm-tile .mm-tile-desc {
  color: #515159;
  line-height: 1.2;
  font-size: 14px;
  transition: 0.3s;
}
.mm-tile:hover {
  background: rgba(35, 34, 240, 0.1019607843);
}
.mm-tile:hover .mm-tile-title,
.mm-tile:hover .mm-tile-desc {
  color: #2322F0;
}

/* Mobile menu */
body.menu-drawer-open {
  overflow: hidden;
}

.mobile-header-menu-box {
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  max-width: 440px;
  width: 100%;
  background-color: white;
  height: 100%;
  border-right: 1px solid #dee2e6;
  display: none;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateX(-100%);
}
@media only screen and (max-width: 991.5px) {
  .mobile-header-menu-box {
    display: flex;
  }
}

.menu-btn-clicked .mobile-header-menu-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-header-menu-box .logo-box {
  padding: 16px;
}

.mobile-header-menu-box .logo-box > a {
  max-width: 176px;
  width: 100%;
  display: block;
}

.mobile-header-menu-box .mobile-header-menu-body {
  flex: 1;
  max-height: calc(100% - 136px);
  padding: 16px 0;
  background-image: url("./assets/images/bg-shape1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.mobile-header-menu-box .mobile-header-menu-body > nav {
  max-height: 100%;
  overflow: auto;
}

.mobile-header-menu-box .mobile-header-menu-body > nav ul li a {
  display: block;
  color: #252527;
}
.mobile-header-menu-box .mobile-header-menu-body > nav ul li a:hover {
  color: #fbaa03;
}
.mobile-header-menu-box .mobile-header-menu-body > nav ul li a:active, .mobile-header-menu-box .mobile-header-menu-body > nav ul li a:focus {
  color: #fbaa03;
}

.mobile-header-menu-box .mobile-header-menu-body > nav > ul > li > a {
  padding: 12px 16px;
  font-size: 18px;
  border-bottom: 1px solid #dee2e6;
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
}

.mobile-header-menu-box .mobile-header-menu-body > nav > ul > li:first-child > a {
  border-top: 1px solid #dee2e6;
}

.mobile-header-menu-box .mobile-header-menu-body > nav > ul > li.has-mobile-dropdown-menu > a:before {
  content: "";
  width: 46px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E4744F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #dee2e6;
}

.has-mobile-dropdown-menu > .dropdown-box {
  padding: 12px 16px;
  border-bottom: 1px solid #dee2e6;
  background-color: rgba(0, 0, 0, 0.031372549);
  display: none;
}

.has-mobile-dropdown-menu > .dropdown-box > h5 {
  margin-bottom: 12px;
}

.has-mobile-dropdown-menu > .dropdown-box > ul:not(:last-child) {
  margin-bottom: 24px;
}

.has-mobile-dropdown-menu > .dropdown-box ul li:not(:last-child) {
  margin-bottom: 12px;
}

.mobile-header-menu-footer {
  padding: 16px;
}

/****************************************
  MAIN STYLES
****************************************/
.banner-section {
  position: relative;
}
.banner-section .banner-slider .banner-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.banner-section .banner-slider .banner-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100.62deg, rgba(0, 0, 0, 0.6) -0.5%, rgba(0, 0, 0, 0.4) 48.3%, rgba(0, 0, 0, 0.6) 100%);
}
.banner-section .banner-slider .banner-slide > .container {
  position: relative;
}
.banner-section .banner-slider .banner-slide > .container .slide-content {
  max-width: 60%;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}
@media only screen and (max-width: 991.5px) {
  .banner-section .banner-slider .banner-slide > .container .slide-content {
    padding-top: 120px;
    padding-bottom: 80px;
    max-width: 100%;
    min-height: 70vh;
  }
}
@media only screen and (max-width: 1599.5px) {
  .banner-section .banner-slider .banner-slide > .container .slide-content .upper-content h1 {
    max-width: 600px;
  }
}
.banner-section .banner-slider .banner-slide > .container .slide-content .lower-content .description {
  max-width: 380px;
}
.banner-section .banner-slider .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  right: 50px;
  bottom: 50px;
}
@media only screen and (max-width: 991.5px) {
  .banner-section .banner-slider .slick-dots {
    bottom: 30px;
  }
}
@media only screen and (max-width: 575.5px) {
  .banner-section .banner-slider .slick-dots {
    right: unset;
    left: 12px;
  }
}
.banner-section .sticky-posts {
  position: absolute;
  bottom: 100px;
  left: 60%;
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.banner-section .sticky-posts .single-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding-right: 32px;
  position: relative;
}
.banner-section .sticky-posts .single-post:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: white;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8h10m0 0L9.923 5M13 8l-3.077 3' stroke='%23000' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8h10m0 0L9.923 5M13 8l-3.077 3' stroke='%23000' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.banner-section .sticky-posts .single-post:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4588235294);
}
.banner-section .sticky-posts .single-post .post-thumbnail {
  background-color: #fff;
  width: 96px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
}
.banner-section .sticky-posts .single-post .post-thumbnail img {
  opacity: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s;
}
.banner-section .sticky-posts .single-post .post-title {
  width: calc(100% - 96px);
  padding-left: 20px;
}
.banner-section .sticky-posts .single-post:last-child:after {
  display: none;
}
.banner-section .sticky-posts .single-post:hover:before {
  opacity: 1;
}
.banner-section .sticky-posts .single-post:hover .post-thumbnail img {
  opacity: 0.6;
}

.banner-section-with-right-image {
  position: relative;
  overflow: hidden;
}
.banner-section-with-right-image .banner-image {
  position: absolute;
  top: calc(50% + 50px);
  right: 0;
  transform: translateY(-50%);
  max-width: 40%;
  width: 100%;
}
@media only screen and (max-width: 991.5px) {
  .banner-section-with-right-image .banner-image {
    max-width: 85%;
    position: static;
    transform: translateY(0);
    margin-left: auto;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575.5px) {
  .banner-section-with-right-image .banner-image {
    margin-bottom: 20px;
    max-width: calc(100% - 12px);
  }
}
.banner-section-with-right-image > .container {
  padding-top: 160px;
  padding-bottom: 60px;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 991.5px) {
  .banner-section-with-right-image > .container {
    padding-top: 120px;
    min-height: unset;
  }
}

.line-pattren {
  position: relative;
}
@media only screen and (max-width: 575.5px) {
  .line-pattren {
    display: none;
  }
}
.line-pattren .horizontal-line {
  border-bottom: 1px solid #DCE6FA;
  max-width: calc(100% - 200px);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 991.5px) {
  .line-pattren .horizontal-line {
    max-width: calc(100% - 100px);
  }
}
.line-pattren .left-box {
  width: 100px;
  height: 150px;
  border-top: 1px solid #DCE6FA;
  border-right: 1px solid #DCE6FA;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 10px 0 0;
}
@media only screen and (max-width: 991.5px) {
  .line-pattren .left-box {
    height: 50px;
    width: 50px;
  }
}
.line-pattren .right-box {
  width: 100px;
  height: 150px;
  border-bottom: 1px solid #DCE6FA;
  border-left: 1px solid #DCE6FA;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 10px;
}
@media only screen and (max-width: 991.5px) {
  .line-pattren .right-box {
    height: 50px;
    width: 50px;
  }
}

.logos-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991.5px) {
  .logos-container {
    justify-content: center;
  }
}
.logos-container .single-logo img {
  max-height: 50px;
  width: auto;
}
@media only screen and (max-width: 991.5px) {
  .logos-container .single-logo img {
    max-height: 30px;
  }
}

.impact-stat-2 {
  transform: translateY(32px);
}
@media only screen and (max-width: 767.5px) {
  .impact-stat-2 {
    transform: translateY(0);
  }
}

.impact-stat-3 {
  transform: translateX(24px);
}
@media only screen and (max-width: 767.5px) {
  .impact-stat-3 {
    transform: translateX(0);
  }
}

.case-studies-slider {
  margin-left: -24px;
  margin-right: -24px;
}
@media only screen and (max-width: 1399.5px) {
  .case-studies-slider {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.ai-planning-slider {
  margin-left: -24px;
  margin-right: -24px;
}
@media only screen and (max-width: 1399.5px) {
  .ai-planning-slider {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.ai-planning-slider-slide {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 1399.5px) {
  .ai-planning-slider-slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.ai-planning-card {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 1399.5px) {
  .ai-planning-card {
    min-height: 400px;
  }
}
@media only screen and (max-width: 1199.5px) {
  .ai-planning-card {
    min-height: 350px;
  }
}
.ai-planning-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}
.ai-planning-card__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.13) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.ai-planning-card__content {
  position: relative;
  z-index: 1;
  padding: 24px;
}
.ai-planning-card__content h3,
.ai-planning-card__content p {
  color: #fff;
  transition: 0.3s;
}
.ai-planning-card:hover, .ai-planning-card:focus {
  color: #fff;
}
.ai-planning-card:hover .ai-planning-card__overlay::after, .ai-planning-card:focus .ai-planning-card__overlay::after {
  opacity: 1;
}
.ai-planning-card:hover .ai-planning-card__content h3,
.ai-planning-card:hover .ai-planning-card__content p, .ai-planning-card:focus .ai-planning-card__content h3,
.ai-planning-card:focus .ai-planning-card__content p {
  color: #fff;
}

.slick-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #D0D5DD;
  border-radius: 50%;
  background-color: #fff;
  color: #252527;
  cursor: pointer;
  transition: 0.3s;
}
.slick-nav-btn:hover, .slick-nav-btn:focus {
  border-color: #2322F0;
  color: #2322F0;
}
.slick-nav-btn.slick-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.ai-planning-slider-nav .slick-prev,
.ai-planning-slider-nav .slick-next {
  position: static;
  transform: none;
}
.ai-planning-slider-nav .slick-prev:before,
.ai-planning-slider-nav .slick-next:before {
  display: none;
}

.section-with-right-edge-image {
  position: relative;
  overflow: hidden;
}
.section-with-right-edge-image .image-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50%;
  height: calc(100% - 120px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1399.5px) {
  .section-with-right-edge-image .image-container {
    width: 40%;
  }
}
@media only screen and (max-width: 991.5px) {
  .section-with-right-edge-image .image-container {
    position: static;
    transform: translateY(0);
    margin-left: auto;
    width: 85%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575.5px) {
  .section-with-right-edge-image .image-container {
    width: calc(100% - 12px);
  }
}
.section-with-right-edge-image .image-container img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/****************************************
  FOOTER
****************************************/
footer#site-footer {
  font-size: 16px;
}
@media only screen and (max-width: 1599.5px) {
  footer#site-footer .footer-middle .logo-box img {
    max-width: 200px;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */