@charset "UTF-8";
/*!
Theme Name: ISMs Global
Theme URI: https://example.com/isms-global
Author: Your Name
Author URI: https://example.com
Description: A clean and modern WordPress theme for ISMs Global.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: isms-global
Tags: blog, one-column, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

ISMs Global WordPress Theme, (C) 2024 Your Name
ISMs Global is distributed under the terms of the GNU GPL.
*/
/* Font Declarations
--------------------------------------------- */
/* Plus Jakarta Sans */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("src/font/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("src/font/Plus_Jakarta_Sans/PlusJakartaSans-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}
/* For browsers that don't support variable fonts */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("src/font/Plus_Jakarta_Sans/static/PlusJakartaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("src/font/Plus_Jakarta_Sans/static/PlusJakartaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("src/font/Plus_Jakarta_Sans/static/PlusJakartaSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("src/font/Plus_Jakarta_Sans/static/PlusJakartaSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* IBM Plex Mono */
@font-face {
  font-family: "IBM Plex Mono";
  src: url("src/font/IBM_Plex_Mono/IBMPlexMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("src/font/IBM_Plex_Mono/IBMPlexMono-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("src/font/IBM_Plex_Mono/IBMPlexMono-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("src/font/IBM_Plex_Mono/IBMPlexMono-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("src/font/IBM_Plex_Mono/IBMPlexMono-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("src/font/IBM_Plex_Mono/IBMPlexMono-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("src/font/IBM_Plex_Mono/IBMPlexMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("src/font/IBM_Plex_Mono/IBMPlexMono-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* Reset
--------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, figure,
blockquote, button, input,
textarea, select, fieldset {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Typography
--------------------------------------------- */
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #333;
}

h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: #0073aa;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover, a:focus {
  color: #005177;
  text-decoration: underline;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #0073aa;
  padding-left: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5rem;
  font-style: italic;
  color: #424242;
}
blockquote cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: 0.875rem;
}

code, pre {
  font-family: "IBM Plex Mono", monospace;
  background-color: #f7f7f7;
  padding: 0.2em 0.4em;
  border-radius: 4px;
}

pre {
  padding: 1rem;
  overflow: auto;
  margin-bottom: 1.5rem;
}

hr {
  border: 0;
  height: 1px;
  background-color: #ddd;
  margin: 2rem 0;
}

/* Base
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 0;
  -webkit-transition: padding-top 0.3s ease;
  transition: padding-top 0.3s ease;
}
body.page-template-application-upgrade .site-header .main-navigation .menu-item a, body.page-template-page-faqs .site-header .main-navigation .menu-item a {
  color: #292929;
}
body.page-template-application-upgrade .site-header .main-navigation .menu-item-solutions > a:after,
body.page-template-application-upgrade .site-header .main-navigation .menu-item-has-children > a:after, body.page-template-page-faqs .site-header .main-navigation .menu-item-solutions > a:after,
body.page-template-page-faqs .site-header .main-navigation .menu-item-has-children > a:after {
  background-image: url(assets/images/icons/chevron-down-black.svg);
}
body.page-template-application-upgrade .site-header .menu-toggle .icon-hamburger path, body.page-template-page-faqs .site-header .menu-toggle .icon-hamburger path {
  stroke: #000;
  fill: #000;
}

.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-fluid {
  width: 100%;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 0;
}

.content-area {
  width: 100%;
}
@media (min-width: 768px) {
  .content-area {
    width: 70%;
    float: left;
    padding-right: 2rem;
  }
}

.widget-area {
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .widget-area {
    width: 30%;
    float: right;
    margin-top: 0;
  }
}

.no-sidebar .content-area {
  width: 100%;
  float: none;
  padding-right: 0;
}
.no-sidebar .widget-area {
  display: none;
}

.full-width {
  width: 100%;
  float: none;
  padding-right: 0;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link:focus {
  display: block;
  width: auto !important;
  height: auto !important;
  padding: 1rem 1.5rem !important;
  clip: auto !important;
  color: #333;
  background-color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  z-index: 100000;
  font-weight: 700;
}

/* Header
--------------------------------------------- */
.l-header, .site-header {
  padding: 1.5rem 0;
  background-color: #fff;
  position: relative;
  z-index: 1000;
}

.l-navigation, .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-branding, .site-branding {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .l-branding, .site-branding {
    margin-bottom: 0;
  }
}

.l-site-title, .site-title {
  font-size: 1.75rem;
  margin: 0;
}
.l-site-title a, .site-title a {
  color: #333;
  text-decoration: none;
}
.l-site-title a:hover, .site-title a:hover, .l-site-title a:focus, .site-title a:focus {
  color: #0073aa;
}

.l-site-description, .site-description {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: #424242;
}

.l-logo-link, .custom-logo-link {
  display: inline-block;
  max-width: 250px;
}
.l-logo-link img, .custom-logo-link img {
  display: block;
  width: 100%;
  height: auto;
}

/* WordPress default classes */
/* Header with Mega Dropdown Menu */
.logged-in .site-header.transparent-header {
  top: 32px;
}

.site-header {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  position: relative;
  z-index: 1000;
}
.site-header.transparent-header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  padding: 0;
  top: 0;
  left: 0;
  border-bottom: none;
  -webkit-transition: background-color 0.4s ease, position 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-color 0.4s ease, position 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, position 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, position 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.site-header.transparent-header .dropdown-menu > li > a {
  color: #fff;
}
.site-header.transparent-header .dropdown-menu > li > a:hover, .site-header.transparent-header .dropdown-menu > li > a:focus, .site-header.transparent-header .dropdown-menu > li > a.is-active {
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 9999px;
}
.site-header.transparent-header .contact-button {
  color: #141414;
  border-color: #EFB603;
}
.site-header.transparent-header.is-scrolled {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.site-header.transparent-header.is-scrolled .dropdown-menu > li > a {
  color: #333;
}
.site-header.transparent-header.is-scrolled .dropdown-menu > li > a:hover, .site-header.transparent-header.is-scrolled .dropdown-menu > li > a:focus, .site-header.transparent-header.is-scrolled .dropdown-menu > li > a.is-active {
  background-color: rgba(0, 0, 0, 0.1019607843);
}
.site-header.transparent-header.is-scrolled .menu-item-solutions > a:after,
.site-header.transparent-header.is-scrolled .menu-item-has-children > a:after {
  background-image: url(assets/images/icons/chevron-down-black.svg);
}
.site-header.transparent-header.is-scrolled .menu-mobile .navbar #hamburger path {
  stroke: #000;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .header-wrapper.for-desktop {
    display: none;
  }
}

.site-branding {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.site-branding img, .site-branding .custom-logo {
  max-height: 60px;
  width: auto;
  display: block;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.site-branding .custom-logo-link {
  display: block;
  text-decoration: none;
  border: none;
}

.main-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .main-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-navigation .menu-container {
  width: 100%;
}
@media (min-width: 768px) {
  .main-navigation .menu-container {
    width: 100%;
  }
}
.main-navigation .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .main-navigation .dropdown-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-navigation .dropdown-menu > li {
  position: relative;
  padding-bottom: 10px;
  margin: 0 1rem -10px;
}
.main-navigation .dropdown-menu > li > a {
  display: block;
  padding: 0.5rem 1rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.main-navigation .dropdown-menu > li > a:hover, .main-navigation .dropdown-menu > li > a:focus, .main-navigation .dropdown-menu > li > a.is-active {
  background-color: rgba(0, 0, 0, 0.1019607843);
}
.main-navigation .dropdown-menu > li.menu-item-has-children a, .main-navigation .dropdown-menu > li.menu-item-solutions a {
  padding: 0.5rem 40px 0.5rem 1rem;
}

.header-actions {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.header-actions .contact-button {
  white-space: nowrap;
  background-color: #FFD014;
  border: 1px solid #EFB603;
  color: #141414;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-actions .contact-button:hover, .header-actions .contact-button:focus {
  background-color: #EFB603;
  color: #fff;
}

/* For Menu Mobile */
@media (min-width: 1200px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile .navbar {
  padding: 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-mobile .navbar .menu-toggle {
  padding: 0;
}
.menu-mobile .menu-mobile-dropdown {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s;
  transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s;
  position: relative;
  visibility: hidden;
}
.menu-mobile .menu-mobile-dropdown .menu-container {
  overflow-y: scroll;
  height: 100%;
}
.menu-mobile .menu-mobile-dropdown .menu-container ul .menu-item {
  padding: 12px 16px;
}
.menu-mobile .menu-mobile-dropdown .menu-container ul .menu-item a {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #292929;
}
.menu-mobile .menu-mobile-dropdown .menu-container ul .menu-item a:focus .menu-mobile .menu-mobile-dropdown .menu-container ul .menu-item a:hover {
  text-decoration: none !important;
}
.menu-mobile .menu-mobile-dropdown .menu-container ul .menu-item .sub-menu {
  display: none;
}
.menu-mobile .menu-mobile-dropdown .menu-container ul .menu-item.menu-item-solutions > a, .menu-mobile .menu-mobile-dropdown .menu-container ul .menu-item.menu-item-has-children > a {
  text-decoration: none;
  position: relative;
  background-color: #fff;
}
.menu-mobile .menu-mobile-dropdown .menu-container ul .menu-item.menu-item-solutions > a:after, .menu-mobile .menu-mobile-dropdown .menu-container ul .menu-item.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -24px;
  width: 20px;
  height: 20px;
  background-image: url(assets/images/icons/chevron-down-black.svg);
}
.menu-mobile .menu-mobile-dropdown .menu-container ul .menu-item.menu-item-solutions > a.is-active::after, .menu-mobile .menu-mobile-dropdown .menu-container ul .menu-item.menu-item-has-children > a.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-mobile .menu-mobile-dropdown .menu-container ul .menu-item.show-sub-menu .sub-menu {
  background-color: #F7F7F7;
  margin: 12px -16px 0;
}
.menu-mobile .menu-mobile-dropdown .menu-contact {
  padding: 24px 16px;
  border-top: 1px solid #E5E5E5;
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: 0;
}
.menu-mobile .menu-mobile-dropdown .menu-contact-button {
  background-color: #FFD014;
  padding: 12px 0;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 9999px;
}
.menu-mobile .menu-mobile-dropdown .mega-dropdown {
  padding: 0 0 16px;
}
.menu-mobile .menu-mobile-dropdown .mega-dropdown .mega-dropdown-inner {
  display: block;
  width: 100%;
  min-width: 100%;
}
.menu-mobile .menu-mobile-dropdown .mega-dropdown .mega-dropdown-inner .mega-dropdown-title {
  padding-top: 16px;
}
.menu-mobile .menu-mobile-dropdown .mega-dropdown .mega-dropdown-inner .mega-dropdown-list--item {
  padding: 12px;
}
.menu-mobile .menu-mobile-dropdown .mega-dropdown .mega-dropdown-inner .mega-dropdown-list--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-mobile.show-menu .navbar {
  background-color: #fff;
  border-bottom: 1px solid #E5E5E5;
}
.menu-mobile.show-menu .menu-mobile-dropdown {
  padding-top: 20px;
  height: calc(100vh - 87px);
  background-color: #fff;
  opacity: 1;
  visibility: visible;
}
.menu-mobile.show-menu .menu-mobile-dropdown a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-navigation li {
  position: relative;
  margin-right: 1.5rem;
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  color: #EFB603;
}
.main-navigation .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 240px;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  /* Mega Dropdown Menu */
}
.main-navigation .sub-menu li {
  margin-right: 0;
  width: 100%;
}
.main-navigation .sub-menu a {
  padding: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-radius: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}
.main-navigation .sub-menu a:hover, .main-navigation .sub-menu a:focus {
  color: #EFB603;
  background-color: rgba(239, 182, 3, 0.05);
}
.main-navigation .sub-menu.mega-dropdown-container {
  width: auto;
  min-width: 800px;
}
.main-navigation .sub-menu.mega-dropdown-container.is-active {
  display: block;
}
.main-navigation .menu-item-solutions > a:after,
.main-navigation .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url(assets/images/icons/chevron-down.svg);
}
.main-navigation .menu-item-solutions > a.is-active::after,
.main-navigation .menu-item-has-children > a.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toggled .nav-menu, .toggled .dropdown-menu {
  display: block;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.toggled .nav-menu li, .toggled .dropdown-menu li {
  margin: 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toggled .nav-menu li:last-child, .toggled .dropdown-menu li:last-child {
  border-bottom: none;
}
.toggled .nav-menu a, .toggled .dropdown-menu a {
  padding: 0.5rem 1rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .toggled .mega-dropdown-container {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .toggled .mega-dropdown-container.is-active {
    position: static;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 8px;
    width: 90%;
    margin: 1rem auto;
    -webkit-transform: none;
            transform: none;
    left: auto;
  }
  .toggled .mega-dropdown-container.is-active .mega-dropdown-inner {
    padding: 0;
    min-width: 0;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .toggled .mega-dropdown-container.is-active .mega-dropdown-column {
    padding: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .toggled .mega-dropdown-container.is-active .mega-dropdown-column:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.post-navigation,
.posts-navigation {
  margin: 2rem 0;
}
.post-navigation .nav-links::after,
.posts-navigation .nav-links::after {
  content: "";
  display: table;
  clear: both;
}
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.post-navigation a,
.posts-navigation a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f7f7f7;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}
.post-navigation a:hover, .post-navigation a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus {
  background-color: #0073aa;
  color: #fff;
}
.post-navigation .nav-subtitle,
.posts-navigation .nav-subtitle {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.mega-dropdown {
  padding: 24px 4px;
}

.mega-dropdown-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  min-width: 768px; /* Minimum width to ensure proper display */
  max-width: 1000px; /* Maximum width to prevent excessive width */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Distribute columns evenly */
}
@media (min-width: 768px) {
  .mega-dropdown-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.mega-dropdown-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.mega-dropdown-title {
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  margin: 0;
  white-space: nowrap; /* Prevent title from wrapping */
  color: #EFB603;
}
.mega-dropdown-title.color-1 {
  color: #CE8C00;
  border-bottom-color: rgba(206, 140, 0, 0.3);
}
.mega-dropdown-title.color-2 {
  color: #088AB2;
  border-bottom-color: rgba(8, 138, 178, 0.3);
}
.mega-dropdown-title.color-3 {
  color: #7839EE;
  border-bottom-color: rgba(120, 57, 238, 0.3);
}

.mega-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-dropdown-list li {
  margin-bottom: 1rem;
}
.mega-dropdown-list li:last-child {
  margin-bottom: 0;
}
.mega-dropdown-column .mega-dropdown-list a:hover {
  background-color: #F7F7F7 !important;
}
.mega-dropdown-list .menu-icon {
  width: 24px;
  height: 24px;
  margin-right: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.mega-dropdown-list .mega-dropdown-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mega-dropdown-list .mega-dropdown-item-content h4 {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mega-dropdown-list .mega-dropdown-item-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #525252;
  margin: 0;
}

/* Content
--------------------------------------------- */
.page-header {
  margin-bottom: 2rem;
}
.page-header .page-title {
  margin-bottom: 1rem;
}

.entry-header {
  margin-bottom: 1.5rem;
}

.entry-title {
  margin-bottom: 0.5rem;
}
.entry-title a {
  color: #333;
  text-decoration: none;
}
.entry-title a:hover, .entry-title a:focus {
  color: #0073aa;
}

.entry-meta {
  font-size: 0.875rem;
  color: #424242;
  margin-bottom: 1rem;
}
.entry-meta a {
  color: #424242;
}
.entry-meta a:hover, .entry-meta a:focus {
  color: #0073aa;
}
.entry-meta .posted-on,
.entry-meta .byline {
  margin-right: 1rem;
}

.post-thumbnail {
  margin-bottom: 1.5rem;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.entry-content {
  margin-bottom: 2rem;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.entry-content p, .entry-content ul, .entry-content ol, .entry-content dl, .entry-content table, .entry-content blockquote {
  margin-bottom: 1.5rem;
}
.entry-content ul, .entry-content ol {
  margin-left: 2rem;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content li {
  margin-bottom: 0.5rem;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
.entry-content table th, .entry-content table td {
  padding: 0.5rem;
  border: 1px solid #ddd;
}
.entry-content table th {
  background-color: #f7f7f7;
  font-weight: 700;
}

.entry-footer {
  font-size: 0.875rem;
  color: #424242;
  border-top: 1px solid #ddd;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .comments-link,
.entry-footer .edit-link {
  display: block;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .entry-footer .cat-links,
  .entry-footer .tags-links,
  .entry-footer .comments-link,
  .entry-footer .edit-link {
    display: inline-block;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
.entry-footer a {
  color: #424242;
}
.entry-footer a:hover, .entry-footer a:focus {
  color: #0073aa;
}

.read-more {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 1rem;
}
.read-more:hover, .read-more:focus {
  background-color: #005177;
  color: #fff;
  text-decoration: none;
}

.page-links {
  clear: both;
  margin: 1.5rem 0;
}
.page-links span, .page-links a {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  background-color: #f7f7f7;
  border-radius: 4px;
}
.page-links span {
  background-color: #0073aa;
  color: #fff;
}
.page-links a:hover, .page-links a:focus {
  background-color: #0073aa;
  color: #fff;
  text-decoration: none;
}

/* Sidebar
--------------------------------------------- */
.widget-area {
  padding: 1.5rem;
  background-color: #f7f7f7;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .widget-area {
    padding: 2rem;
  }
}

.widget {
  margin-bottom: 2rem;
}
.widget:last-child {
  margin-bottom: 0;
}

.widget-title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}

.widget_search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget_search .search-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
}
.widget_search .search-submit {
  padding: 0.5rem 1rem;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.widget_search .search-submit:hover, .widget_search .search-submit:focus {
  background-color: #005177;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_pages li,
.widget_nav_menu li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
  border-bottom: none;
}
.widget_recent_entries a,
.widget_recent_comments a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_pages a,
.widget_nav_menu a {
  color: #333;
  text-decoration: none;
}
.widget_recent_entries a:hover, .widget_recent_entries a:focus,
.widget_recent_comments a:hover,
.widget_recent_comments a:focus,
.widget_archive a:hover,
.widget_archive a:focus,
.widget_categories a:hover,
.widget_categories a:focus,
.widget_meta a:hover,
.widget_meta a:focus,
.widget_pages a:hover,
.widget_pages a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus {
  color: #0073aa;
}

.widget_calendar table {
  width: 100%;
  border-collapse: collapse;
}
.widget_calendar caption {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.widget_calendar th, .widget_calendar td {
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #ddd;
}
.widget_calendar th {
  background-color: #fff;
}
.widget_calendar #today {
  background-color: #0073aa;
  color: #fff;
}
.widget_calendar a {
  font-weight: 700;
}

/* Footer
--------------------------------------------- */
.site-footer {
  padding: 80px 0 48px;
  background-color: #0F0F0F;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 80px 0 40px;
  }
}
.site-footer .footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 64px;
  border-bottom: 1px solid #292929;
}
@media (max-width: 768px) {
  .site-footer .footer-box {
    display: block;
  }
}
.site-footer .footer-box-logo {
  width: 25%;
}
@media (max-width: 768px) {
  .site-footer .footer-box-logo {
    width: 165px;
    height: 64px;
  }
  .site-footer .footer-box-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.site-footer .footer-box-branch-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .site-footer .footer-box-branch-box {
    display: block;
    width: 100%;
    padding-top: 48px;
  }
}
.site-footer .footer-box-branch-box .footer-box-branch {
  width: calc((100% - 96px) / 4);
  color: #A3A3A3;
  font-size: 14px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .site-footer .footer-box-branch-box .footer-box-branch {
    width: 100%;
  }
  .site-footer .footer-box-branch-box .footer-box-branch:not(:last-child) {
    margin-bottom: 32px;
  }
}
.site-footer .footer-box-branch-box .footer-box-branch--name {
  font-size: 14px;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  text-transform: none;
  color: #F7F7F7;
  padding-bottom: 16px;
}
.site-footer .footer-box-branch-box .footer-box-branch--address {
  padding: 8px 0;
  min-height: 82px;
}
@media (max-width: 768px) {
  .site-footer .footer-box-branch-box .footer-box-branch--address {
    min-height: unset;
  }
}
.site-footer .footer-box-branch-box .footer-box-branch--email {
  padding-top: 8px;
}
.site-footer .footer-box-branch-box .footer-box-branch a {
  display: block;
  color: #A3A3A3;
  font-size: 14px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  text-transform: none;
}
.site-footer .site-info {
  color: #A3A3A3;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .site-footer .site-info {
    display: block;
  }
}
.site-footer .site-info a {
  color: #A3A3A3;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
}
.site-footer .site-info .site-info-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .site-footer .site-info .site-info-links {
    margin-top: 24px;
  }
}

form {
  margin-bottom: 1.5rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  background-color: var(--color-white);
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--color-primary);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

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

button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: var(--color-primary-dark);
}

.form-error {
  color: var(--color-error);
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.form-success {
  color: var(--color-success);
}

input.is-invalid,
textarea.is-invalid,
select.is-invalid {
  border-color: var(--color-error);
}

.custom-checkbox,
.custom-radio {
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
}
.custom-checkbox input,
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox .checkmark,
.custom-radio .checkmark {
  position: absolute;
  top: 0.25rem;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-checkbox input:checked ~ .checkmark,
.custom-radio input:checked ~ .checkmark {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.custom-checkbox .checkmark {
  border-radius: 3px;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom-radio .checkmark {
  border-radius: 50%;
}
.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.custom-checkbox input:checked ~ .checkmark:after,
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

.testimonials {
  padding: 96px 0 148px;
  text-align: center;
}
@media (max-width: 768px) {
  .testimonials {
    padding: 64px 0 76px;
  }
}
.testimonials-section-title {
  color: #CE8C00;
  font-size: 16px;
  font-family: IBM Plex Mono;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: none;
}
.testimonials-title {
  padding: 16px 0 64px;
  margin: 0;
  color: #000000;
  font-size: 48px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .testimonials-title {
    font-size: 36px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: none;
  }
}
.testimonials-slider .testimonial-item {
  text-align: left;
  padding: 40px 40px 40px 134px;
  background: #F7F7F7;
  border-radius: 24px;
  width: 800px;
  position: relative;
  margin: 0 20px 0;
}
@media (max-width: 768px) {
  .testimonials-slider .testimonial-item {
    width: 100%;
    padding: 87px 24px 24px 24px;
  }
}
.testimonials-slider .testimonial-item:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 54px;
  height: 40px;
  background-image: url(assets/images/home/icon-testi.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .testimonials-slider .testimonial-item:before {
    top: 24px;
    left: 24px;
  }
}
.testimonials-slider .testimonial-text {
  color: #292929;
  font-size: 20px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
  text-transform: none;
  margin: 0;
}
@media (max-width: 768px) {
  .testimonials-slider .testimonial-text {
    font-size: 18px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    text-decoration: none;
    text-transform: none;
  }
}
.testimonials-slider .testimonial-avatar {
  margin-top: 40px;
  width: 120px;
  height: 60px;
  background-color: #fff;
}
.testimonials-slider .testimonial-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonials-slider .slick-slide {
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testimonials-slider .slick-slide.slick-active {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.testimonials-slider .slick-slide:not(.slick-active) {
  opacity: 0.5;
}
.testimonials-slider ul.slick-dots {
  bottom: -52px;
}
.testimonials-slider ul.slick-dots li {
  background: #D8D8D8;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.testimonials-slider ul.slick-dots li.slick-active {
  background: #4C4C4C;
  border-radius: 15px;
  width: 52px;
}
.testimonials-slider ul.slick-dots li button {
  display: none !important;
}
.testimonials.dark {
  background: #0F0F0F;
}
.testimonials.dark .testimonials-title {
  color: #F7F7F7;
}
.testimonials.dark .testimonial-item {
  background: #141414;
}
.testimonials.dark .testimonial-text {
  color: #E5E5E5;
}
.testimonials.dark ul.slick-dots {
  bottom: -52px;
}
.testimonials.dark ul.slick-dots li {
  background: rgba(255, 255, 255, 0.1019607843);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.testimonials.dark ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.6980392157);
  border-radius: 15px;
  width: 52px;
}
.testimonials.dark ul.slick-dots li button {
  display: none !important;
}

/* Buttons
--------------------------------------------- */
.c-button--outline {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: transparent;
  border: 1px solid #D4A017;
  color: #D4A017;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.c-button--outline:hover, .c-button--outline:focus {
  background-color: #005177;
  color: #fff;
  text-decoration: none;
}
.c-button--outline .arrow {
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.c-button--outline:hover, .c-button--outline:focus {
  background-color: #D4A017;
  color: #fff;
}
.c-button--outline:hover .arrow, .c-button--outline:focus .arrow {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.c-button--secondary {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #141414;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.c-button--secondary:hover, .c-button--secondary:focus {
  background-color: #005177;
  color: #fff;
  text-decoration: none;
}
.c-button--secondary .arrow {
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.c-button--secondary:hover, .c-button--secondary:focus {
  background-color: #0F0F0F;
  color: #fff;
}
.c-button--secondary:hover .arrow, .c-button--secondary:focus .arrow {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.c-button--secondary:hover, .c-button--secondary:focus {
  background-color: rgb(0, 46.2857142857, 68);
}

.c-button--large {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.c-button--small {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

/* Pagination
--------------------------------------------- */
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.c-pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  background-color: #f7f7f7;
  color: #333;
  border-radius: 4px;
  text-decoration: none;
}
.c-pagination .page-numbers:hover, .c-pagination .page-numbers:focus {
  background-color: #0073aa;
  color: #fff;
}
.c-pagination .current {
  background-color: #0073aa;
  color: #fff;
}
.c-pagination .prev, .c-pagination .next {
  font-weight: 700;
}

/* Widgets
--------------------------------------------- */
.c-widget {
  margin-bottom: 2rem;
}
.c-widget:last-child {
  margin-bottom: 0;
}

.c-widget__title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}

.c-widget__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-widget__list li {
  margin-bottom: 0.5rem;
}
.c-widget__list li:last-child {
  margin-bottom: 0;
}
.c-widget__list a {
  color: #333;
  text-decoration: none;
}
.c-widget__list a:hover, .c-widget__list a:focus {
  color: #0073aa;
}

.c-widget__search-form {
  position: relative;
}
.c-widget__search-form .search-field {
  width: 100%;
  padding: 0.5rem;
  padding-right: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.c-widget__search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0.5rem;
  background-color: transparent;
  color: #333;
  border: none;
}
.c-widget__search-form .search-submit:hover, .c-widget__search-form .search-submit:focus {
  color: #0073aa;
}

/* Carousel
--------------------------------------------- */
.c-carousel {
  position: relative;
  width: 100%;
  max-width: 1280px;
  overflow: hidden;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--carousel-bg-color, #FFFBEB);
}
.c-carousel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(var(--carousel-bg-color, #FFFBEB)), color-stop(5%, var(--carousel-bg-color, #FFFBEB)), color-stop(10%, var(--carousel-bg-color-transparent-90, rgba(255, 251, 235, 0.9))), color-stop(25%, var(--carousel-bg-color-transparent-0, rgba(255, 251, 235, 0))), color-stop(75%, var(--carousel-bg-color-transparent-0, rgba(255, 251, 235, 0))), color-stop(90%, var(--carousel-bg-color-transparent-90, rgba(255, 251, 235, 0.9))), color-stop(95%, var(--carousel-bg-color, #FFFBEB)), to(var(--carousel-bg-color, #FFFBEB)));
  background: linear-gradient(to right, var(--carousel-bg-color, #FFFBEB) 0%, var(--carousel-bg-color, #FFFBEB) 5%, var(--carousel-bg-color-transparent-90, rgba(255, 251, 235, 0.9)) 10%, var(--carousel-bg-color-transparent-0, rgba(255, 251, 235, 0)) 25%, var(--carousel-bg-color-transparent-0, rgba(255, 251, 235, 0)) 75%, var(--carousel-bg-color-transparent-90, rgba(255, 251, 235, 0.9)) 90%, var(--carousel-bg-color, #FFFBEB) 95%, var(--carousel-bg-color, #FFFBEB) 100%);
  z-index: 10;
}
.c-carousel--3-items:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--carousel-bg-color, #EBF5FF)), color-stop(20%, var(--carousel-bg-color, #EBF5FF)), color-stop(30%, var(--carousel-bg-color-transparent-90, rgba(235, 245, 255, 0.9))), color-stop(40%, var(--carousel-bg-color-transparent-0, rgba(235, 245, 255, 0))), color-stop(60%, var(--carousel-bg-color-transparent-0, rgba(235, 245, 255, 0))), color-stop(75%, var(--carousel-bg-color-transparent-90, rgba(235, 245, 255, 0.9))), color-stop(80%, var(--carousel-bg-color, #EBF5FF)), color-stop(90%, var(--carousel-bg-color, #EBF5FF))) !important;
  background: linear-gradient(to right, var(--carousel-bg-color, #EBF5FF) 10%, var(--carousel-bg-color, #EBF5FF) 20%, var(--carousel-bg-color-transparent-90, rgba(235, 245, 255, 0.9)) 30%, var(--carousel-bg-color-transparent-0, rgba(235, 245, 255, 0)) 40%, var(--carousel-bg-color-transparent-0, rgba(235, 245, 255, 0)) 60%, var(--carousel-bg-color-transparent-90, rgba(235, 245, 255, 0.9)) 75%, var(--carousel-bg-color, #EBF5FF) 80%, var(--carousel-bg-color, #EBF5FF) 90%) !important;
}
@media (max-width: 768px) {
  .c-carousel--3-items:before {
    background: -webkit-gradient(linear, left top, right top, from(var(--carousel-bg-color, #FFFBEB)), color-stop(5%, var(--carousel-bg-color, #FFFBEB)), color-stop(10%, var(--carousel-bg-color-transparent-90, rgba(255, 251, 235, 0.9))), color-stop(25%, var(--carousel-bg-color-transparent-0, rgba(255, 251, 235, 0))), color-stop(75%, var(--carousel-bg-color-transparent-0, rgba(255, 251, 235, 0))), color-stop(90%, var(--carousel-bg-color-transparent-90, rgba(255, 251, 235, 0.9))), color-stop(95%, var(--carousel-bg-color, #FFFBEB)), to(var(--carousel-bg-color, #FFFBEB))) !important;
    background: linear-gradient(to right, var(--carousel-bg-color, #FFFBEB) 0%, var(--carousel-bg-color, #FFFBEB) 5%, var(--carousel-bg-color-transparent-90, rgba(255, 251, 235, 0.9)) 10%, var(--carousel-bg-color-transparent-0, rgba(255, 251, 235, 0)) 25%, var(--carousel-bg-color-transparent-0, rgba(255, 251, 235, 0)) 75%, var(--carousel-bg-color-transparent-90, rgba(255, 251, 235, 0.9)) 90%, var(--carousel-bg-color, #FFFBEB) 95%, var(--carousel-bg-color, #FFFBEB) 100%) !important;
  }
}
.c-carousel__container {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .c-carousel__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.c-carousel__slide {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-carousel__slide {
    height: 128px !important;
    width: 128px;
  }
}
.c-carousel__slide:nth-child(n) {
  opacity: 0.6;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media (max-width: 768px) {
  .c-carousel__slide:nth-child(n) {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-carousel__slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-carousel__slide-inner:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #FFFFFF;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50,5 C48.5,5 47.3,5.4 46.2,6.1 L16.2,23.6 C14.2,24.8 13,26.9 13,29.2 L13,70.8 C13,73.1 14.2,75.2 16.2,76.4 L46.2,93.9 C47.3,94.6 48.5,95 50,95 C51.5,95 52.7,94.6 53.8,93.9 L83.8,76.4 C85.8,75.2 87,73.1 87,70.8 L87,29.2 C87,26.9 85.8,24.8 83.8,23.6 L53.8,6.1 C52.7,5.4 51.5,5 50,5 Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50,5 C48.5,5 47.3,5.4 46.2,6.1 L16.2,23.6 C14.2,24.8 13,26.9 13,29.2 L13,70.8 C13,73.1 14.2,75.2 16.2,76.4 L46.2,93.9 C47.3,94.6 48.5,95 50,95 C51.5,95 52.7,94.6 53.8,93.9 L83.8,76.4 C85.8,75.2 87,73.1 87,70.8 L87,29.2 C87,26.9 85.8,24.8 83.8,23.6 L53.8,6.1 C52.7,5.4 51.5,5 50,5 Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6);
          box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6);
}
.c-carousel__slide-inner:after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: #F5F5F5;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50,5 C48.5,5 47.3,5.4 46.2,6.1 L16.2,23.6 C14.2,24.8 13,26.9 13,29.2 L13,70.8 C13,73.1 14.2,75.2 16.2,76.4 L46.2,93.9 C47.3,94.6 48.5,95 50,95 C51.5,95 52.7,94.6 53.8,93.9 L83.8,76.4 C85.8,75.2 87,73.1 87,70.8 L87,29.2 C87,26.9 85.8,24.8 83.8,23.6 L53.8,6.1 C52.7,5.4 51.5,5 50,5 Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50,5 C48.5,5 47.3,5.4 46.2,6.1 L16.2,23.6 C14.2,24.8 13,26.9 13,29.2 L13,70.8 C13,73.1 14.2,75.2 16.2,76.4 L46.2,93.9 C47.3,94.6 48.5,95 50,95 C51.5,95 52.7,94.6 53.8,93.9 L83.8,76.4 C85.8,75.2 87,73.1 87,70.8 L87,29.2 C87,26.9 85.8,24.8 83.8,23.6 L53.8,6.1 C52.7,5.4 51.5,5 50,5 Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  z-index: -1;
}
.c-carousel__slide-icon {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
  position: relative;
  z-index: 2;
}
.c-carousel__slide-icon {
  -webkit-filter: brightness(0) saturate(100%) var(--carousel-inactive-icon-filter);
          filter: brightness(0) saturate(100%) var(--carousel-inactive-icon-filter);
}
.c-carousel__slide-title {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-carousel__slide.slick-center {
  opacity: 1;
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
  z-index: 2;
}
.c-carousel__slide.slick-center .c-carousel__slide-inner:before {
  background-color: var(--carousel-active-bg, #EFB603);
  -webkit-box-shadow: 0px 0px 80px 0px #FFFFFF inset;
          box-shadow: 0px 0px 80px 0px #FFFFFF inset;
}
.c-carousel__slide.slick-center .c-carousel__slide-inner:after {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: var(--carousel-active-bg, #EFB603);
}
.c-carousel__slide.slick-center .c-carousel__slide-icon {
  opacity: 1;
  -webkit-filter: var(--carousel-active-icon-filter, brightness(0) invert(1)) !important;
          filter: var(--carousel-active-icon-filter, brightness(0) invert(1)) !important;
}
.c-carousel__slide.slick-center .c-carousel__slide-title {
  opacity: 1;
}
@media (min-width: 768px) {
  .c-carousel__slide {
    min-width: 110px;
    height: 110px;
    margin: 0 8px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .c-carousel__slide {
    min-width: 120px;
    height: 120px;
    margin: 0 8px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .c-carousel__slide {
    min-width: 130px;
    height: 130px;
    margin: 0 10px;
  }
}

#slider-workforce-carousel .slick-track, #slider-warehouse-carousel .slick-track, #slider-business-carousel .slick-track {
  padding: 5px 0;
}
#slider-workforce-carousel .slick-slider, #slider-warehouse-carousel .slick-slider, #slider-business-carousel .slick-slider {
  margin-bottom: 0;
}

/**
 * Slick Slider styles
 *
 * Imports and customizes Slick Slider styles for the theme
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  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-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.slick-slider .slick-center {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-center .c-slick-slider__slide-inner:before {
  background-color: #EFB603;
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6);
          box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6);
}
.slick-slider .slick-center .c-slick-slider__slide-inner:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: #EFB603;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50,2 C46.5,2 43.2,3.2 40.5,5.2 L15.5,20.2 C10.8,23.2 8,28.2 8,33.5 L8,66.5 C8,71.8 10.8,76.8 15.5,79.8 L40.5,94.8 C43.2,96.8 46.5,98 50,98 C53.5,98 56.8,96.8 59.5,94.8 L84.5,79.8 C89.2,76.8 92,71.8 92,66.5 L92,33.5 C92,28.2 89.2,23.2 84.5,20.2 L59.5,5.2 C56.8,3.2 53.5,2 50,2 Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50,2 C46.5,2 43.2,3.2 40.5,5.2 L15.5,20.2 C10.8,23.2 8,28.2 8,33.5 L8,66.5 C8,71.8 10.8,76.8 15.5,79.8 L40.5,94.8 C43.2,96.8 46.5,98 50,98 C53.5,98 56.8,96.8 59.5,94.8 L84.5,79.8 C89.2,76.8 92,71.8 92,66.5 L92,33.5 C92,28.2 89.2,23.2 84.5,20.2 L59.5,5.2 C56.8,3.2 53.5,2 50,2 Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  z-index: -1;
}
.slick-slider .slick-slide {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.slick-slider .slick-slide:not(.slick-center) {
  cursor: pointer;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.c-slick-slider {
  margin-bottom: 3rem;
  padding: 1.5rem;
}
.c-slick-slider__title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.c-slick-slider__slide {
  padding: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-slick-slider__slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-slick-slider__slide-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50,2 C46.5,2 43.2,3.2 40.5,5.2 L15.5,20.2 C10.8,23.2 8,28.2 8,33.5 L8,66.5 C8,71.8 10.8,76.8 15.5,79.8 L40.5,94.8 C43.2,96.8 46.5,98 50,98 C53.5,98 56.8,96.8 59.5,94.8 L84.5,79.8 C89.2,76.8 92,71.8 92,66.5 L92,33.5 C92,28.2 89.2,23.2 84.5,20.2 L59.5,5.2 C56.8,3.2 53.5,2 50,2 Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50,2 C46.5,2 43.2,3.2 40.5,5.2 L15.5,20.2 C10.8,23.2 8,28.2 8,33.5 L8,66.5 C8,71.8 10.8,76.8 15.5,79.8 L40.5,94.8 C43.2,96.8 46.5,98 50,98 C53.5,98 56.8,96.8 59.5,94.8 L84.5,79.8 C89.2,76.8 92,71.8 92,66.5 L92,33.5 C92,28.2 89.2,23.2 84.5,20.2 L59.5,5.2 C56.8,3.2 53.5,2 50,2 Z' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6);
          box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6);
}
.c-slick-slider__slide-title {
  margin-top: 1rem;
  font-size: 1rem;
  text-align: center;
}
.c-slick-slider__image {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.c-slick-slider__info {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-height: 150px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-slick-slider__info.fade-out {
  opacity: 0;
}
.c-slick-slider__info.fade-in {
  opacity: 1;
}
.c-slick-slider__info h3 {
  margin-bottom: 1rem;
}
.c-slick-slider__info p {
  margin-bottom: 1.5rem;
}
.c-slick-slider--product {
  background-color: #f7f7f7;
  border-radius: 4px;
}
.c-slick-slider--product .c-slick-slider__slide-inner {
  background-color: #fff;
}
@media (min-width: 768px) {
  .c-slick-slider {
    padding: 2rem;
  }
  .c-slick-slider__info {
    padding: 2rem;
    min-height: 200px;
  }
}

/* World Map Component
--------------------------------------------- */
.p-world-map {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  background-color: #ffffff;
}
.p-world-map .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-world-map-wrapper {
  background-color: #fff;
  position: relative;
}

.p-world-map-header {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}

.p-world-map-subtitle {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #0073aa;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}

.p-world-map-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-world-map-title {
    font-size: 3rem;
  }
}

.p-world-map-container {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.p-world-map-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding: 1rem;
  position: absolute;
  bottom: 3rem;
  left: 1.5rem;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .p-world-map-legend {
    bottom: 0;
    left: 0;
    gap: 0.5rem;
    padding: 8px;
  }
}

.p-world-map-legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.p-world-map-legend-item:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-world-map-legend-item:last-child {
  margin-right: 0;
}

.p-world-map-legend-marker {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-world-map-legend-marker.marker-office {
  border-radius: 50%;
}
.p-world-map-legend-marker.marker-country {
  border-radius: 2px;
}

.p-world-map-legend-text {
  font-size: 0.75rem;
  color: #333;
  font-weight: 400;
}

/* Posts
--------------------------------------------- */
.p-post {
  margin-bottom: 3rem;
}
.p-post:last-child {
  margin-bottom: 0;
}

.p-post--sticky {
  position: relative;
  padding: 2rem;
  background-color: #f7f7f7;
  border-radius: 4px;
}
.p-post--sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #0073aa;
  border-radius: 4px 0 0 4px;
}

.p-post__categories {
  list-style: none;
  margin: 0 0 0.5rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-post__categories li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-post__categories a {
  display: inline-block;
  padding: 2px 0.5rem;
  background-color: #0073aa;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  text-decoration: none;
}
.p-post__categories a:hover, .p-post__categories a:focus {
  background-color: #005177;
  color: #fff;
}

.p-post__tags {
  list-style: none;
  margin: 1.5rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-post__tags li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-post__tags a {
  display: inline-block;
  padding: 2px 0.5rem;
  background-color: #f7f7f7;
  color: #333;
  font-size: 0.75rem;
  border-radius: 4px;
  text-decoration: none;
}
.p-post__tags a:hover, .p-post__tags a:focus {
  background-color: #0073aa;
  color: #fff;
}

.p-post__author {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #f7f7f7;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-post__author .avatar {
  margin-right: 1.5rem;
  border-radius: 50%;
}
.p-post__author .p-post__author-name {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-post__author .p-post__author-bio {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.p-related-posts {
  margin-top: 3rem;
}
.p-related-posts .p-related-posts__title {
  margin-bottom: 1.5rem;
}
.p-related-posts .p-related-posts__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-related-posts .p-related-posts__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-related-posts .p-related-posts__item {
  margin-bottom: 0;
}
.p-related-posts .p-related-posts__item-title {
  font-size: 1.125rem;
  margin-top: 0.5rem;
}

/* Comments
--------------------------------------------- */
.comments-area {
  margin-top: 3rem;
}

.comments-title {
  margin-bottom: 2rem;
}

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

.comment {
  margin-bottom: 2rem;
}
.comment .children {
  list-style: none;
  margin: 1.5rem 0 0 2rem;
  padding: 0;
}

.comment-body {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}

.comment-meta {
  margin-bottom: 1rem;
}

.comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.comment-author .avatar {
  margin-right: 1rem;
  border-radius: 50%;
}
.comment-author .fn {
  font-weight: 700;
  font-style: normal;
}
.comment-author .says {
  display: none;
}

.comment-metadata {
  font-size: 0.75rem;
  color: #424242;
}
.comment-metadata a {
  color: #424242;
}
.comment-metadata a:hover, .comment-metadata a:focus {
  color: #0073aa;
}

.comment-content {
  margin-bottom: 1rem;
}
.comment-content p:last-child {
  margin-bottom: 0;
}

.reply {
  font-size: 0.875rem;
}
.reply .comment-reply-link {
  display: inline-block;
  padding: 2px 0.5rem;
  background-color: #f7f7f7;
  color: #333;
  border-radius: 4px;
  text-decoration: none;
}
.reply .comment-reply-link:hover, .reply .comment-reply-link:focus {
  background-color: #0073aa;
  color: #fff;
}

.comment-respond {
  margin-top: 3rem;
}

.comment-reply-title {
  margin-bottom: 1.5rem;
}
.comment-reply-title small {
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 1rem;
}

.comment-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.comment-form textarea {
  height: 150px;
}
.comment-form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.comment-form .comment-form-cookies-consent input {
  margin-right: 0.5rem;
}
.comment-form .comment-form-cookies-consent label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.875rem;
}
.comment-form .form-submit {
  margin-bottom: 0;
}

.no-comments {
  margin-top: 2rem;
  padding: 1rem;
  background-color: #f7f7f7;
  border-radius: 4px;
  text-align: center;
}

/* Home Page
--------------------------------------------- */
.p-home-featured {
  margin-bottom: 3rem;
}
.p-home-featured .p-featured-post {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.p-home-featured .p-featured-post img {
  width: 100%;
  height: auto;
}
.p-home-featured .p-featured-post .p-featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.p-home-featured .p-featured-post .p-featured-content .entry-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-home-featured .p-featured-post .p-featured-content .entry-title {
    font-size: 2rem;
  }
}
.p-home-featured .p-featured-post .p-featured-content .entry-title a {
  color: #fff;
}
.p-home-featured .p-featured-post .p-featured-content .entry-title a:hover, .p-home-featured .p-featured-post .p-featured-content .entry-title a:focus {
  color: #f7f7f7;
}
.p-home-featured .p-featured-post .p-featured-content .entry-meta {
  color: #fff;
}
.p-home-featured .p-featured-post .p-featured-content .entry-meta a {
  color: #fff;
}
.p-home-featured .p-featured-post .p-featured-content .entry-meta a:hover, .p-home-featured .p-featured-post .p-featured-content .entry-meta a:focus {
  color: #f7f7f7;
}

/* Home Carousel Section
--------------------------------------------- */
.p-home-carousel {
  padding: 3rem 0;
  background-color: #FEFCE8;
}
.p-home-carousel .p-carousel-header {
  text-align: center;
  margin-bottom: 2rem;
}
.p-home-carousel .p-carousel-header .p-carousel-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #CE8C00;
  margin-bottom: 0.5rem;
  font-family: "IBM Plex Mono", monospace;
}
.p-home-carousel .p-carousel-header .p-carousel-heading {
  font-size: 48px;
  margin-bottom: 1rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -2%;
}
@media (min-width: 768px) {
  .p-home-carousel .p-carousel-header .p-carousel-heading {
    font-size: 36px;
  }
}
.p-home-carousel .p-carousel-header .p-carousel-description {
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  color: #424242;
  max-width: 600px;
  margin: 0 auto;
}
.p-home-carousel .p-carousel-product {
  text-align: center;
  min-height: 120px;
  font-family: "Plus Jakarta Sans";
}
.p-home-carousel .p-carousel-product-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #141414;
}
.p-home-carousel .p-carousel-product-description {
  font-size: 16px;
  color: #424242;
  max-width: 600px;
  margin: 0 auto 1.5rem auto;
}
@media (max-width: 768px) {
  .p-home-carousel .p-carousel-product-description {
    width: 100%;
  }
}
.p-home-carousel .p-carousel-product.fade-out {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-home-carousel .p-carousel-product.fade-in {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.p-home-carousel .p-carousel-footer {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-home-carousel .c-carousel__slide {
    min-width: 180px;
    height: 180px;
  }
}
.p-home-carousel--alt {
  background-color: #EBF5FF;
}
.p-home-carousel--alt .p-carousel-title {
  color: #3B82F6;
}

.p-home-recent {
  margin-bottom: 3rem;
}
.p-home-recent .p-section-title {
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}
.p-home-recent .p-recent-posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-home-recent .p-recent-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .p-home-recent .p-recent-posts {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Single Post
--------------------------------------------- */
.p-single-post .p-post-navigation {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-single-post .p-post-navigation .p-post-nav-link {
  max-width: 48%;
}
.p-single-post .p-post-navigation .p-post-nav-link a {
  display: block;
  color: #333;
  text-decoration: none;
}
.p-single-post .p-post-navigation .p-post-nav-link a:hover, .p-single-post .p-post-navigation .p-post-nav-link a:focus {
  color: #0073aa;
}
.p-single-post .p-post-navigation .p-post-nav-link .p-post-nav-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  color: #424242;
}
.p-single-post .p-post-navigation .p-post-nav-link .p-post-nav-title {
  font-size: 0.875rem;
  font-weight: 700;
}
.p-single-post .p-post-comments {
  margin-top: 3rem;
}

/* Archive Pages
--------------------------------------------- */
.p-archive-header {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}
.p-archive-header .p-archive-title {
  margin-bottom: 1rem;
}
.p-archive-header .p-archive-description {
  color: #424242;
}
.p-archive-header .p-archive-description p:last-child {
  margin-bottom: 0;
}

.p-archive-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-archive-grid .p-archive-post {
  margin-bottom: 0;
}
.p-archive-grid .p-archive-post .entry-title {
  font-size: 1.25rem;
}

/* 404 Page
--------------------------------------------- */
.p-error-404 {
  text-align: center;
  padding: 3rem 0;
}
.p-error-404 .p-error-title {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #0073aa;
}
.p-error-404 .p-error-message {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #424242;
}
.p-error-404 .p-error-search {
  max-width: 500px;
  margin: 0 auto 2rem;
}
.p-error-404 .p-error-links {
  margin-top: 2rem;
}
.p-error-404 .p-error-links a {
  margin: 0 1rem;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers */
.u-visually-hidden, .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.u-visually-hidden:focus, .screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #0073aa;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto !important;
  left: 5px !important;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px !important;
  width: auto !important;
  z-index: 100000; /* Above WP toolbar */
}

/* WordPress accessibility class */
/* Do not show the outline on the skip link target */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.u-align-left, .alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.u-align-right, .alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.u-align-center, .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.u-align-full, .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}

.u-align-wide, .alignwide {
  margin-left: -2rem;
  margin-right: -2rem;
  max-width: calc(100% + 4rem);
  width: calc(100% + 4rem);
}
@media (min-width: 992px) {
  .u-align-wide, .alignwide {
    margin-left: -3rem;
    margin-right: -3rem;
    max-width: calc(100% + 6rem);
    width: calc(100% + 6rem);
  }
}

/* WordPress default alignment classes */
/* Clearfix */
.u-clearfix::after, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.home-page .p-section {
  padding: 96px 0;
}
@media (max-width: 768px) {
  .home-page .p-section {
    padding: 64px 0;
  }
}
.home-page .s-title {
  color: #141414;
  font-size: 48px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .home-page .s-title {
    font-size: 30px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: normal;
    line-height: 38px;
    text-decoration: none;
    text-transform: none;
    margin: 0;
  }
}
.home-page .s-sub-title {
  color: #CE8C00;
  font-size: 16px;
  font-family: IBM Plex Mono;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: none;
}
.home-page .hero-slider {
  position: relative;
  height: 850px;
  padding: 200px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-page .hero-slider {
    height: auto;
    padding: 136px 0 128px;
  }
}
.home-page .hero-slider .bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("assets/images/home/hero_banner.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  z-index: 1;
  will-change: transform, opacity;
}
.home-page .hero-slider-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}
.home-page .hero-slider-content .hero-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -2%;
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  .home-page .hero-slider-content .hero-title {
    font-size: 36px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: none;
  }
}
.home-page .hero-slider-content .hero-description {
  font-size: 20px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
  text-transform: none;
  color: #A3A3A3;
  padding: 24px 0 32px;
}
@media (max-width: 768px) {
  .home-page .hero-slider-content .hero-description {
    font-size: 18px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    text-decoration: none;
    text-transform: none;
  }
}
.home-page .hero-slider-content .button-wrapper a {
  background: #FFD014;
  padding: 10px 42px 10px 16px;
  border-radius: 20px;
  color: #141414;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.home-page .hero-slider-content .button-wrapper a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  background-image: url(assets/images/icons/arrow.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
}
.home-page .why-paam-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .home-page .why-paam-flex {
    display: block;
  }
}
.home-page .why-paam-image {
  max-width: 600px;
  max-height: 600px;
  position: relative;
}
@media (max-width: 768px) {
  .home-page .why-paam-image {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 36px;
  }
}
.home-page .why-paam-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/bg/frame-white-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.home-page .why-paam-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.home-page .why-paam-content {
  width: 640px;
}
@media (max-width: 768px) {
  .home-page .why-paam-content {
    width: 100%;
  }
}
.home-page .why-paam-title {
  padding: 16px 0 24px;
  margin: 0;
}
.home-page .why-paam-description {
  color: #525252;
  font-size: 18px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-style: normal;
  line-height: 28px;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .home-page .why-paam-description {
    font-size: 16px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    text-decoration: none;
    text-transform: none;
    margin: 0;
  }
}
.home-page .why-paam-list {
  padding: 64px 0 56px;
}
@media (max-width: 768px) {
  .home-page .why-paam-list {
    padding: 48px 0 0;
  }
}
.home-page .why-paam-list-item .list-item-title {
  color: #141414;
  font-size: 24px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 32px;
  text-decoration: none;
  text-transform: none;
  position: relative;
  padding: 20px 0 20px 56px;
  margin: 0;
  border-top: solid 1px #E5E5E5;
  cursor: pointer;
}
@media (max-width: 768px) {
  .home-page .why-paam-list-item .list-item-title {
    font-size: 20px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
    text-decoration: none;
    text-transform: none;
    padding: 13px 0 13px 48px;
  }
}
.home-page .why-paam-list-item .list-item-title:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url(assets/images/icons/paam-list.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}
@media (max-width: 768px) {
  .home-page .why-paam-list-item .list-item-title:before {
    width: 32px;
    height: 32px;
  }
}
.home-page .why-paam-list-item .list-item-description {
  display: none;
  color: #525252;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
}
.home-page .faq-section {
  background: #0F0F0F;
}
.home-page .faq-section .faq-section-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media (max-width: 768px) {
  .home-page .faq-section .faq-section-flex {
    display: block;
  }
}
.home-page .faq-section .faq-section-flex .faq-section-title-box {
  width: 37.5%;
}
@media (max-width: 768px) {
  .home-page .faq-section .faq-section-flex .faq-section-title-box {
    width: 100%;
  }
}
.home-page .faq-section .faq-section-flex .faq-section-title-box .s-title {
  color: #F7F7F7;
  padding: 12px 0;
}
@media (max-width: 768px) {
  .home-page .faq-section .faq-section-flex .faq-section-title-box .s-title {
    padding: 16px 0;
  }
}
.home-page .faq-section .faq-section-flex .faq-section-title-box .s-desc {
  color: #A3A3A3;
  font-size: 18px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-style: normal;
  line-height: 28px;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 32px;
}
.home-page .faq-section .faq-section-flex .faq-section-title-box .s-link a {
  color: #FFFFFF;
  padding: 10px 16px;
  border: solid 1px #292929;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 40px;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
}
.home-page .faq-section .faq-section-flex .faq-section-content {
  width: 57.5%;
}
@media (max-width: 768px) {
  .home-page .faq-section .faq-section-flex .faq-section-content {
    width: 100%;
    margin-top: 48px;
  }
}
.home-page .faq-section .faq-section-flex .faq-section-content-item {
  padding-right: 48px;
  padding-bottom: 32px;
  border-top: solid 1px #292929;
  position: relative;
  cursor: pointer;
}
.home-page .faq-section .faq-section-flex .faq-section-content-item:before {
  content: "";
  position: absolute;
  top: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-size: contain;
  background-image: url(assets/images/icons/plus.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.home-page .faq-section .faq-section-flex .faq-section-content-item.active:before {
  background-image: url(assets/images/icons/minus.svg);
}
.home-page .faq-section .faq-section-flex .faq-section-content-item.active .faq-description {
  display: block;
}
.home-page .faq-section .faq-section-flex .faq-section-content-item:last-child {
  padding-bottom: 0;
}
.home-page .faq-section .faq-section-flex .faq-section-content-item .faq-title {
  color: #F7F7F7;
  font-size: 18px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 28px;
  text-decoration: none;
  text-transform: none;
  padding-top: 24px;
  margin: 0;
}
.home-page .faq-section .faq-section-flex .faq-section-content-item .faq-description {
  padding-top: 8px;
  margin: 0;
  display: none;
  color: #A3A3A3;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
}
.home-page #workforce-carousel .slider {
  background-image: url("assets/images/bg/slide-white-bg.svg");
  background-repeat: no-repeat;
}
.home-page #workforce-carousel .slider img {
  -webkit-filter: brightness(0) saturate(100%) var(--carousel-inactive-icon-filter);
          filter: brightness(0) saturate(100%) var(--carousel-inactive-icon-filter);
}

.faqs-page .p-section {
  padding: 96px 0;
}
@media (max-width: 768px) {
  .faqs-page .p-section {
    padding: 64px 0;
  }
}
.faqs-page .heading {
  color: #141414;
  font-size: 48px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .faqs-page .heading {
    font-size: 36px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: none;
  }
}
.faqs-page .s-title {
  color: #141414;
  font-size: 36px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .faqs-page .s-title {
    font-size: 30px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: normal;
    line-height: 38px;
    text-decoration: none;
    text-transform: none;
    margin: 0;
  }
}
.faqs-page .s-sub-title {
  color: #CE8C00;
  font-size: 16px;
  font-family: IBM Plex Mono;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: none;
}
.faqs-page .s-desc {
  color: #525252;
  font-size: 20px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .faqs-page .s-desc {
    font-size: 18px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    text-decoration: none;
    text-transform: none;
  }
}
.faqs-page .faq-banner-section {
  min-height: 402px;
  padding: 160px 0 96px;
  text-align: center;
  background-color: #F7F7F7;
  background-image: url(assets/images/bg/pattern-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.faqs-page .faq-general-section .faq-general-section-wrapper {
  width: 768px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .faqs-page .faq-general-section .faq-general-section-wrapper {
    width: 100%;
  }
}
.faqs-page .faq-general-section .faq-general-section-wrapper .faq-section-content {
  margin-top: 32px;
}
.faqs-page .faq-general-section .faq-general-section-wrapper .faq-section-content-item {
  padding-right: 48px;
  padding-bottom: 32px;
  border-top: solid 1px #292929;
  position: relative;
  cursor: pointer;
}
.faqs-page .faq-general-section .faq-general-section-wrapper .faq-section-content-item:before {
  content: "";
  position: absolute;
  top: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-size: contain;
  background-image: url(assets/images/icons/plus.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.faqs-page .faq-general-section .faq-general-section-wrapper .faq-section-content-item.active:before {
  background-image: url(assets/images/icons/minus.svg);
}
.faqs-page .faq-general-section .faq-general-section-wrapper .faq-section-content-item.active .faq-description {
  display: block;
}
.faqs-page .faq-general-section .faq-general-section-wrapper .faq-section-content-item:last-child {
  padding-bottom: 0;
}
.faqs-page .faq-general-section .faq-general-section-wrapper .faq-section-content-item .faq-title {
  color: #141414;
  font-size: 18px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 28px;
  text-decoration: none;
  text-transform: none;
  padding-top: 24px;
  margin: 0;
}
.faqs-page .faq-general-section .faq-general-section-wrapper .faq-section-content-item .faq-description {
  padding-top: 8px;
  margin: 0;
  display: none;
  color: #525252;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
}
.faqs-page .faq-topic-section {
  background: #000;
}
.faqs-page .faq-topic-section .faq-topic-section-wrapper {
  width: 768px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .faqs-page .faq-topic-section .faq-topic-section-wrapper {
    width: 100%;
  }
}
.faqs-page .faq-topic-section .faq-topic-section-wrapper .s-title {
  color: #F7F7F7;
}
.faqs-page .faq-topic-section .faq-topic-section-wrapper .topic-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faqs-page .faq-topic-section .faq-topic-section-wrapper .topic-category--item {
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  color: #A3A3A3;
  padding: 10px 12px;
  margin: 32px 0;
  cursor: pointer;
}
.faqs-page .faq-topic-section .faq-topic-section-wrapper .topic-category--item.active {
  background: #292929;
  border-radius: 15px;
  color: #D6D6D6;
}
.faqs-page .faq-topic-section .faq-topic-section-wrapper .faq-section-content-item {
  padding-right: 48px;
  padding-bottom: 32px;
  border-top: solid 1px #292929;
  position: relative;
  cursor: pointer;
}
.faqs-page .faq-topic-section .faq-topic-section-wrapper .faq-section-content-item:before {
  content: "";
  position: absolute;
  top: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-size: contain;
  background-image: url(assets/images/icons/plus.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.faqs-page .faq-topic-section .faq-topic-section-wrapper .faq-section-content-item.active:before {
  background-image: url(assets/images/icons/minus.svg);
}
.faqs-page .faq-topic-section .faq-topic-section-wrapper .faq-section-content-item.active .faq-description {
  display: block;
}
.faqs-page .faq-topic-section .faq-topic-section-wrapper .faq-section-content-item:last-child {
  padding-bottom: 0;
}
.faqs-page .faq-topic-section .faq-topic-section-wrapper .faq-section-content-item .faq-title {
  color: #F7F7F7;
  font-size: 18px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 28px;
  text-decoration: none;
  text-transform: none;
  padding-top: 24px;
  margin: 0;
}
.faqs-page .faq-topic-section .faq-topic-section-wrapper .faq-section-content-item .faq-description {
  padding-top: 8px;
  margin: 0;
  display: none;
  color: #A3A3A3;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
}

.application-upgrade-page {
  padding-top: 84px;
  background-color: #F7F7F7;
}
@media (max-width: 768px) {
  .application-upgrade-page {
    padding-top: 80px;
  }
}
.application-upgrade-page .p-section {
  padding: 96px 0;
}
@media (max-width: 768px) {
  .application-upgrade-page .p-section {
    padding: 48px 0 64px;
  }
}
.application-upgrade-page .heading {
  margin: 0 auto;
  width: 768px;
  color: #141414;
  font-size: 48px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
  padding: 12px 0 64px;
}
@media (max-width: 768px) {
  .application-upgrade-page .heading {
    padding: 12px 0 48px;
  }
}
@media (max-width: 768px) {
  .application-upgrade-page .heading {
    font-size: 36px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: none;
    width: 100%;
  }
}
.application-upgrade-page .s-sub-title {
  color: #CE8C00;
  font-size: 16px;
  font-family: IBM Plex Mono;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: none;
}
.application-upgrade-page .section-title-box {
  text-align: center;
}
.application-upgrade-page .app-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.application-upgrade-page .app-box__item {
  width: 410px;
  background-color: #FFFFFF;
  padding: 48px 24px;
  border-radius: 24px;
  text-align: center;
}
.application-upgrade-page .app-box__item_img {
  width: 362px;
  height: auto;
}
.application-upgrade-page .app-box__item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.application-upgrade-page .app-box__item__text h3 {
  font-size: 24px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 32px;
  text-decoration: none;
  text-transform: none;
  margin: 10px 0;
  color: #141414;
}
.application-upgrade-page .app-box__item__text p {
  color: #424242;
}
.application-upgrade-page .app-box__item__link {
  background: #FFD014;
  padding: 10px 16px 10px 38px;
  border-radius: 20px;
  color: #141414;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: 0 auto;
}
.application-upgrade-page .app-box__item__link:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  background-image: url(assets/images/icons/download-icon.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.contact-page {
  padding-top: 64px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.1%, #000000), to(#332900));
  background: linear-gradient(180deg, #000000 10.1%, #332900 100%);
}
@media (max-width: 768px) {
  .contact-page {
    padding-top: 48px;
  }
}
.contact-page .p-section {
  padding: 96px 0;
}
@media (max-width: 768px) {
  .contact-page .p-section {
    padding: 48px 0 64px;
  }
}
.contact-page .heading {
  color: #F7F7F7;
  font-size: 48px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
  padding: 12px 0 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .contact-page .heading {
    font-size: 36px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: none;
    width: 100%;
  }
}
.contact-page .s-sub-title {
  color: #CE8C00;
  font-size: 16px;
  font-family: IBM Plex Mono;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: none;
}
.contact-page__hero {
  background-image: url(assets/images/bg/contact-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-page__hero .contact-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .contact-page__hero .contact-flex-box {
    display: block;
  }
}
.contact-page__hero .contact-flex-box .s-desc p {
  font-size: 18px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-style: normal;
  line-height: 28px;
  text-decoration: none;
  text-transform: none;
  color: #F7F7F7;
  position: relative;
  padding-left: 32px;
}
@media (max-width: 768px) {
  .contact-page__hero .contact-flex-box .s-desc p {
    font-size: 16px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    text-decoration: none;
    text-transform: none;
  }
}
.contact-page__hero .contact-flex-box .s-desc p:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(assets/images/icons/paam-list.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.contact-page__hero .contact-flex-box .s-desc p:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .contact-page__hero .contact-flex-box .s-desc p:last-child {
    margin-bottom: 32px;
  }
}
.contact-page__hero .contact-flex-box .section-title-box {
  width: 50%;
}
@media (max-width: 768px) {
  .contact-page__hero .contact-flex-box .section-title-box {
    width: 100%;
  }
}
.contact-page__hero .contact-flex-box .form-box {
  width: 37.5%;
  border-radius: 32px;
  background: #FFFFFF;
  padding: 32px;
  border: 2px solid var(--Colors-Brand-500, #EFB603);
  color: #424242;
}
@media (max-width: 768px) {
  .contact-page__hero .contact-flex-box .form-box {
    width: 100%;
    padding: 16px;
  }
}
.contact-page__hero .contact-flex-box .form-box form {
  margin-bottom: 0;
}
.contact-page__hero .contact-flex-box .form-box form .nf-form-fields-required {
  display: none;
}
.contact-page__hero .contact-flex-box .form-box form .nf-form-content nf-field:first-child, .contact-page__hero .contact-flex-box .form-box form .nf-form-content nf-field:nth-child(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc((100% - 32px) / 2);
}
@media (max-width: 768px) {
  .contact-page__hero .contact-flex-box .form-box form .nf-form-content nf-field:first-child, .contact-page__hero .contact-flex-box .form-box form .nf-form-content nf-field:nth-child(2) {
    display: block;
    width: 100%;
  }
}
.contact-page__hero .contact-flex-box .form-box form .nf-form-content nf-field:first-child {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .contact-page__hero .contact-flex-box .form-box form .nf-form-content nf-field:first-child {
    margin-right: 0;
  }
}
.contact-page__hero .contact-flex-box .form-box form .nf-form-content .label-above .nf-field-label {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.contact-page__hero .contact-flex-box .form-box form .nf-form-content .label-above .nf-field-label .ninja-forms-req-symbol {
  color: #CE8C00;
}
.contact-page__hero .contact-flex-box .form-box form .nf-form-content .nf-field-element {
  border-radius: 6px;
  border: 1px solid var(--Colors-Border-border-primary, #D6D6D6);
}
.contact-page__hero .contact-flex-box .form-box form .nf-form-content .nf-field-element .ninja-forms-field {
  padding: 10px 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.contact-page__hero .contact-flex-box .form-box form .nf-form-content .nf-field-element textarea.ninja-forms-field {
  height: 135px;
}
.contact-page__hero .contact-flex-box .form-box form .nf-form-content .submit-container {
  margin-bottom: 0;
}
.contact-page__hero .contact-flex-box .form-box form .nf-form-content .submit-container .nf-field-element {
  border: none;
}
.contact-page__hero .contact-flex-box .form-box form .nf-form-content .submit-container .nf-field-element input[type=submit] {
  border-radius: 9999px;
  padding: 12px 0;
  text-align: center;
  background-color: #FFD014;
  color: #141414;
  width: 100%;
  font-weight: 600;
  background-image: url(assets/images/icons/arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: 68% center;
  background-size: 16px 12px;
}
@media (max-width: 768px) {
  .contact-page__hero .contact-flex-box .form-box form .nf-form-content .submit-container .nf-field-element input[type=submit] {
    background-position: 75% center;
  }
}
.contact-page .our-office {
  background-color: #F7F7F7;
}
.contact-page .our-office .section-title-box {
  text-align: center;
}
.contact-page .our-office .section-title-box .s-sub-title {
  color: #088AB2;
}
.contact-page .our-office .section-title-box .heading {
  color: #141414;
  padding: 12px 0 64px;
}
@media (max-width: 768px) {
  .contact-page .our-office .section-title-box .heading {
    font-size: 36px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: none;
  }
}
.contact-page .our-office .office-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .contact-page .our-office .office-list {
    gap: 24px;
  }
}
.contact-page .our-office .office-card {
  background-color: #fff;
  border-radius: 24px;
  width: calc((100% - 48px) / 3);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.0509803922);
          box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.0509803922);
  text-align: left;
}
@media (max-width: 768px) {
  .contact-page .our-office .office-card {
    width: 100%;
  }
}
.contact-page .our-office .office-card__map {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}
.contact-page .our-office .office-card__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-page .our-office .office-card__content {
  padding: 24px;
}
.contact-page .our-office .office-card__title {
  font-size: 24px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 32px;
  text-decoration: none;
  text-transform: none;
  color: #141414;
  margin: 0;
}
.contact-page .our-office .office-card__address {
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  color: #525252;
  margin: 0;
  padding-top: 16px;
}
.contact-page .our-office .office-card__email {
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  color: #525252;
  margin: 0;
}
.contact-page .our-office .office-card__direction {
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  color: #CE8C00;
  display: block;
  padding-top: 16px;
}
.contact-page .our-office .office-card__direction:hover {
  text-decoration: underline;
}

.about-us .p-section {
  padding: 96px 0;
}
@media (max-width: 768px) {
  .about-us .p-section {
    padding: 64px 0;
  }
}
.about-us .heading {
  font-size: 48px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .about-us .heading {
    font-size: 36px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: none;
  }
}
.about-us .s-title {
  font-size: 36px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .about-us .s-title {
    font-size: 30px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: normal;
    line-height: 38px;
    text-decoration: none;
    text-transform: none;
    margin: 0;
  }
}
.about-us .s-sub-title {
  color: #CE8C00;
  font-size: 16px;
  font-family: IBM Plex Mono;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: none;
}
.about-us .s-desc {
  color: #A3A3A3;
  font-size: 20px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .about-us .s-desc {
    font-size: 18px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    text-decoration: none;
    text-transform: none;
  }
}
.about-us .about-us-hero {
  padding-top: 180px;
  padding-bottom: 100px;
  background-color: #0F0F0F;
  text-align: center;
}
@media (max-width: 768px) {
  .about-us .about-us-hero {
    padding-top: 128px;
    padding-bottom: 40px;
  }
}
.about-us .about-us-hero .hero-title-box {
  width: 768px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-us .about-us-hero .hero-title-box {
    width: 100%;
  }
}
.about-us .about-us-hero .hero-title-box .heading {
  color: #F7F7F7;
}
@media (max-width: 768px) {
  .about-us .about-us-hero .hero-title-box .heading {
    padding-top: 12px;
  }
}
.about-us .about-us-hero .hero-title-box .heading strong {
  color: #EFB603;
}
.about-us .about-us-hero .hero-title-box .s-sub-title {
  color: #A3A3A3;
}
.about-us .about-us-video {
  background-image: url(assets/images/bg/contact-video-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.about-us .about-us-video .video-iframe {
  position: relative;
}
.about-us .about-us-video .video-iframe .video-image-layer {
  z-index: 1;
  height: 600px;
  position: absolute;
  top: 0;
  background: #000;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .about-us .about-us-video .video-iframe .video-image-layer {
    height: 260px;
  }
}
@media (max-width: 768px) {
  .about-us .about-us-video .video-iframe .video-image-layer img {
    border-radius: 24px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-us .about-us-video .video-iframe video {
  border-radius: 24px;
}
@media (max-width: 768px) {
  .about-us .about-us-video .video-iframe video {
    height: 260px;
  }
}
.about-us .our-mission-section {
  background-image: url(assets/images/bg/our-mission-ct-bg.svg);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: contain;
  position: relative;
}
@media (max-width: 768px) {
  .about-us .our-mission-section {
    background-image: url("assets/images/bg/our-mission-bg-mb.svg");
  }
}
.about-us .our-mission-section:before {
  content: "";
  position: absolute;
  top: 190px;
  left: 0;
  width: 334px;
  height: 334px;
  background-image: url(assets/images/about-us/our-mission-before.svg);
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .about-us .our-mission-section:before {
    display: none;
  }
}
.about-us .our-mission-section:after {
  content: "";
  position: absolute;
  top: 236px;
  right: 0;
  width: 240px;
  height: 334px;
  background-image: url(assets/images/about-us/our-mission-after.svg);
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .about-us .our-mission-section:after {
    display: none;
  }
}
.about-us .our-mission-section .our-mission-box {
  text-align: center;
  width: 720px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-us .our-mission-section .our-mission-box {
    width: 100%;
  }
}
.about-us .our-mission-section .our-mission-box .s-title {
  margin-top: 12px;
  margin-bottom: 128px;
  font-size: 36px;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
  color: #141414;
}
@media (max-width: 768px) {
  .about-us .our-mission-section .our-mission-box .s-title {
    font-size: 30px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: normal;
    line-height: 38px;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 64px;
  }
}
.about-us .our-mission-section .counter-box {
  width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .about-us .our-mission-section .counter-box {
    width: 100%;
  }
}
.about-us .our-mission-section .counter-box .counter-item {
  padding: 32px 24px;
  background: #F7F7F7;
  width: calc((100% - 48px) / 3);
  border-radius: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .about-us .our-mission-section .counter-box .counter-item {
    width: 100%;
  }
}
.about-us .our-mission-section .counter-box .counter-item .counter-number {
  font-size: 36px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
  color: #141414;
  margin-bottom: 8px;
}
.about-us .our-mission-section .counter-box .counter-item .counter-title {
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  color: #525252;
}
.about-us .our-philosophy-section {
  background-color: #F7F7F7;
}
.about-us .our-philosophy-section .our-philosophy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .about-us .our-philosophy-section .our-philosophy-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about-us .our-philosophy-section .our-philosophy-box-content {
  width: 57%;
  padding-right: 90px;
}
@media (max-width: 768px) {
  .about-us .our-philosophy-section .our-philosophy-box-content {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 64px;
  }
}
.about-us .our-philosophy-section .our-philosophy-box-content .s-sub-title {
  color: #06AED4;
}
.about-us .our-philosophy-section .our-philosophy-box-content .s-title {
  color: #141414;
  padding: 16px 0 24px;
  margin-bottom: 0;
}
.about-us .our-philosophy-section .our-philosophy-box-content .s-desc {
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  color: #525252;
}
@media (max-width: 768px) {
  .about-us .our-philosophy-section .our-philosophy-box-content .s-desc p:last-child {
    margin: 0;
  }
}
.about-us .our-philosophy-section .our-philosophy-box-image {
  width: 43%;
  position: relative;
  max-height: 550px;
}
@media (max-width: 768px) {
  .about-us .our-philosophy-section .our-philosophy-box-image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-height: 100%;
  }
}
.about-us .our-philosophy-section .our-philosophy-box-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/bg/frame-gray-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.about-us .our-philosophy-section .our-philosophy-box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.about-us .our-approach-section .our-approach-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .about-us .our-approach-section .our-approach-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about-us .our-approach-section .our-approach-box-content {
  width: 57%;
  padding-left: 90px;
}
@media (max-width: 768px) {
  .about-us .our-approach-section .our-approach-box-content {
    width: 100%;
    padding-left: 0;
    padding-top: 64px;
  }
}
.about-us .our-approach-section .our-approach-box-content .s-sub-title {
  color: #7839EE;
}
.about-us .our-approach-section .our-approach-box-content .s-title {
  color: #141414;
  padding: 16px 0 24px;
  margin-bottom: 0;
}
.about-us .our-approach-section .our-approach-box-content .s-desc {
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  color: #525252;
}
.about-us .our-approach-section .our-approach-box-image {
  width: 43%;
  position: relative;
  max-height: 550px;
}
@media (max-width: 768px) {
  .about-us .our-approach-section .our-approach-box-image {
    width: 100%;
    max-height: 100%;
  }
}
.about-us .our-approach-section .our-approach-box-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/bg/frame-white-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.about-us .our-approach-section .our-approach-box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.about-us .our-team-section {
  background: #0F0F0F;
  text-align: center;
}
.about-us .our-team-section .s-sub-title {
  color: #088AB2;
}
.about-us .our-team-section .s-title {
  margin-bottom: 0;
  margin-top: 12px;
  color: #F7F7F7;
}
.about-us .our-team-section .our-team-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 64px;
  gap: 48px;
}
.about-us .our-team-section .our-team-box--item {
  width: calc((100% - 96px) / 3);
}
@media (max-width: 768px) {
  .about-us .our-team-section .our-team-box--item {
    width: 100%;
  }
}
.about-us .our-team-section .our-team-box--item__image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.about-us .our-team-section .our-team-box--item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.about-us .our-team-section .our-team-box--item__name {
  font-size: 20px;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
  text-transform: none;
  color: #F7F7F7;
  margin: 16px 0 8px;
}
@media (max-width: 768px) {
  .about-us .our-team-section .our-team-box--item__name {
    margin: 20px 0 0;
  }
}
.about-us .our-team-section .our-team-box--item__position {
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  color: #CE8C00;
}
.about-us .our-team-section .our-team-box--item__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 16px 0;
}
.about-us .our-team-section .our-team-box--item__desc {
  color: #A3A3A3;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
}

.consultancy .p-section {
  padding: 96px 0;
}
@media (max-width: 768px) {
  .consultancy .p-section {
    padding: 64px 0;
  }
}
.consultancy .heading {
  font-size: 48px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
  color: #F7F7F7;
}
@media (max-width: 768px) {
  .consultancy .heading {
    font-size: 36px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: none;
  }
}
.consultancy .s-title {
  font-size: 36px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .consultancy .s-title {
    font-size: 30px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: normal;
    line-height: 38px;
    text-decoration: none;
    text-transform: none;
    margin: 0;
  }
}
.consultancy .s-sub-title {
  color: #CE8C00;
  font-size: 16px;
  font-family: IBM Plex Mono;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: none;
}
.consultancy .s-desc {
  color: #F7F7F7;
  font-size: 20px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .consultancy .s-desc {
    font-size: 18px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    text-decoration: none;
    text-transform: none;
  }
}
.consultancy .consultancy-hero {
  padding-top: 180px;
  background-color: #141414;
  text-align: center;
  background-image: url(assets/images/bg/consultancy-hero-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .consultancy .consultancy-hero {
    padding-top: 128px;
  }
}
.consultancy .consultancy-hero .hero-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.consultancy .consultancy-hero .hero-breadcrumb-item a {
  color: #EFB603;
  font-size: 16px;
  font-family: IBM Plex Mono;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: none;
  text-transform: uppercase;
}
.consultancy .consultancy-hero-title-box {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.consultancy .consultancy-hero-title-box .heading {
  color: #F7F7F7;
  padding: 16px 0 8px;
}
.consultancy .overview-section .overview-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .consultancy .overview-section .overview-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.consultancy .overview-section .overview-box-content {
  width: 57%;
  padding-left: 90px;
}
@media (max-width: 768px) {
  .consultancy .overview-section .overview-box-content {
    width: 100%;
    padding-left: 0;
    padding-top: 64px;
  }
}
.consultancy .overview-section .overview-box-content .s-sub-title {
  color: #CE8C00;
}
.consultancy .overview-section .overview-box-content .s-title {
  font-size: 48px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
  color: #141414;
  padding: 16px 0 24px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .consultancy .overview-section .overview-box-content .s-title {
    font-size: 30px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 38px;
    text-decoration: none;
    text-transform: none;
  }
}
.consultancy .overview-section .overview-box-content .s-desc {
  font-size: 18px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  text-decoration: none;
  text-transform: none;
  color: #525252;
}
@media (max-width: 768px) {
  .consultancy .overview-section .overview-box-content .s-desc {
    font-size: 16px;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    text-decoration: none;
    text-transform: none;
  }
}
.consultancy .overview-section .overview-box-image {
  width: 43%;
  max-height: 550px;
  position: relative;
}
@media (max-width: 768px) {
  .consultancy .overview-section .overview-box-image {
    width: 100%;
    max-height: 100%;
  }
}
.consultancy .overview-section .overview-box-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/bg/frame-white-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.consultancy .overview-section .overview-box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.consultancy .key-deliverables {
  background-color: #F7F7F7;
  background-image: url(assets/images/bg/our-mission-ct-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
@media (max-width: 768px) {
  .consultancy .key-deliverables {
    background-image: url(assets/images/bg/our-mission-bg-mb.svg);
  }
}
.consultancy .key-deliverables-title-box {
  text-align: center;
}
.consultancy .key-deliverables-title-box .s-title {
  margin: 12px 0 48px;
  font-size: 48px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .consultancy .key-deliverables-title-box .s-title {
    font-size: 36px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: none;
  }
}
.consultancy .key-deliverables-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.consultancy .key-deliverables-box-item {
  padding: 24px;
  border-radius: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px -1px rgba(10, 13, 18, 0.1019607843);
          box-shadow: 0px 1px 2px -1px rgba(10, 13, 18, 0.1019607843);
  width: calc((100% - 48px) / 3);
}
@media (max-width: 768px) {
  .consultancy .key-deliverables-box-item {
    width: 100%;
  }
}
.consultancy .key-deliverables-box-item .image {
  width: 48px;
  height: 48px;
}
.consultancy .key-deliverables-box-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.consultancy .key-deliverables-box-item .title {
  color: #525252;
  font-size: 18px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 28px;
  text-decoration: none;
  text-transform: none;
  margin: 16px 0 8px;
}
.consultancy .key-deliverables-box-item .desc p {
  color: #525252;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 0;
}

.single-solutions .p-section {
  padding: 96px 0;
}
@media (max-width: 768px) {
  .single-solutions .p-section {
    padding: 64px 0;
  }
}
.single-solutions .heading {
  font-size: 48px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
  color: #F7F7F7;
}
@media (max-width: 768px) {
  .single-solutions .heading {
    font-size: 36px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: none;
  }
}
.single-solutions .s-title {
  font-size: 36px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .single-solutions .s-title {
    font-size: 30px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: normal;
    line-height: 38px;
    text-decoration: none;
    text-transform: none;
    margin: 0;
  }
}
.single-solutions .s-sub-title {
  color: #EFB603;
  font-size: 16px;
  font-family: IBM Plex Mono;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: none;
}
.single-solutions .s-desc {
  color: #F7F7F7;
  font-size: 20px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .single-solutions .s-desc {
    font-size: 18px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    text-decoration: none;
    text-transform: none;
  }
}
.single-solutions .single-solutions-hero {
  padding-top: 180px;
  background-color: #141414;
  text-align: center;
  background-image: url(assets/images/bg/consultancy-hero-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .single-solutions .single-solutions-hero {
    padding-top: 128px;
  }
}
.single-solutions .single-solutions-hero .hero-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.single-solutions .single-solutions-hero .hero-breadcrumb-item {
  color: #EFB603;
  font-size: 16px;
  font-family: IBM Plex Mono;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: none;
  text-transform: uppercase;
}
.single-solutions .single-solutions-hero .hero-breadcrumb-item a {
  color: #EFB603;
  font-size: 16px;
  font-family: IBM Plex Mono;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: none;
  text-transform: uppercase;
}
.single-solutions .single-solutions-hero-title-box {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.single-solutions .single-solutions-hero-title-box .heading {
  color: #F7F7F7;
  padding: 16px 0 8px;
}
.single-solutions .single-solutions-hero-title-box .banner-icon-bg {
  width: 200px;
  height: 200px;
  margin: 24px auto 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(assets/images/bg/bg-icon-yellow.png);
}
@media (max-width: 768px) {
  .single-solutions .single-solutions-hero-title-box .banner-icon-bg {
    width: 160px;
    height: 160px;
    margin: 32px auto 0;
  }
}
.single-solutions .single-solutions-hero-title-box .banner-icon-bg .banner-icon {
  width: 100px;
  height: 100px;
}
.single-solutions .single-solutions-hero-title-box .banner-icon-bg .banner-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-solutions .overview-section .overview-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .single-solutions .overview-section .overview-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.single-solutions .overview-section .overview-box-content {
  width: 57%;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .single-solutions .overview-section .overview-box-content {
    width: 100%;
    padding-right: 0;
    padding-top: 64px;
  }
}
.single-solutions .overview-section .overview-box-content .s-sub-title {
  color: #EFB603;
}
.single-solutions .overview-section .overview-box-content .s-title {
  font-size: 48px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
  color: #141414;
  padding: 16px 0 24px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-solutions .overview-section .overview-box-content .s-title {
    font-size: 30px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 38px;
    text-decoration: none;
    text-transform: none;
  }
}
.single-solutions .overview-section .overview-box-content .s-desc {
  font-size: 18px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  text-decoration: none;
  text-transform: none;
  color: #525252;
}
@media (max-width: 768px) {
  .single-solutions .overview-section .overview-box-content .s-desc {
    font-size: 16px;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    text-decoration: none;
    text-transform: none;
  }
}
.single-solutions .overview-section .overview-box-image {
  width: 43%;
  max-height: 550px;
  position: relative;
}
@media (max-width: 768px) {
  .single-solutions .overview-section .overview-box-image {
    width: 100%;
    max-height: 100%;
  }
}
.single-solutions .overview-section .overview-box-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/bg/frame-white-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.single-solutions .overview-section .overview-box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.single-solutions .key-deliverables {
  background-color: #F7F7F7;
  background-image: url(assets/images/bg/our-mission-ct-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
@media (max-width: 768px) {
  .single-solutions .key-deliverables {
    background-image: url(assets/images/bg/our-mission-bg-mb.svg);
  }
}
.single-solutions .key-deliverables-title-box {
  text-align: center;
}
.single-solutions .key-deliverables-title-box .s-title {
  width: 100%;
  max-width: 640px;
  margin: 12px auto 48px;
  font-size: 48px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .single-solutions .key-deliverables-title-box .s-title {
    font-size: 36px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: none;
  }
}
.single-solutions .key-deliverables-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.single-solutions .key-deliverables-box-item {
  text-align: center;
  padding: 36px;
  border-radius: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px -1px rgba(10, 13, 18, 0.1019607843);
          box-shadow: 0px 1px 2px -1px rgba(10, 13, 18, 0.1019607843);
  width: calc((100% - 48px) / 3);
}
@media (max-width: 768px) {
  .single-solutions .key-deliverables-box-item {
    width: 100%;
  }
}
.single-solutions .key-deliverables-box-item .image {
  margin: 0 auto;
  width: 48px;
  height: 48px;
}
.single-solutions .key-deliverables-box-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-solutions .key-deliverables-box-item .title {
  color: #525252;
  font-size: 18px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 28px;
  text-decoration: none;
  text-transform: none;
  margin: 16px 0 8px;
}
.single-solutions .key-deliverables-box-item .desc p {
  color: #525252;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 0;
}
.single-solutions.warehouse .hero-breadcrumb-item {
  color: #06AED4;
}
.single-solutions.warehouse .hero-breadcrumb-item a {
  color: #06AED4;
}
.single-solutions.warehouse .overview-section .s-sub-title, .single-solutions.warehouse .key-deliverables .s-sub-title {
  color: #06AED4;
}
.single-solutions.warehouse .banner-icon-bg {
  background-image: url(assets/images/bg/bg-icon-blue.png);
}
.single-solutions.others .hero-breadcrumb-item {
  color: #7839EE;
}
.single-solutions.others .hero-breadcrumb-item a {
  color: #7839EE;
}
.single-solutions.others .overview-section .s-sub-title, .single-solutions.others .key-deliverables .s-sub-title {
  color: #7839EE;
}
.single-solutions.others .banner-icon-bg {
  background-image: url(assets/images/bg/bg-icon-other.png);
}

.cta-ready {
  padding: 120px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0F0F0F), to(#332900));
  background: linear-gradient(180deg, #0F0F0F 0%, #332900 100%);
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .cta-ready {
    padding: 96px 0 160px;
  }
}
.cta-ready:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 450px;
  height: 290px;
  background-image: url(assets/images/home/cta-before.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .cta-ready:before {
    width: 0;
  }
}
.cta-ready:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 370px;
  height: 280px;
  background-image: url(assets/images/home/cta-after.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .cta-ready:after {
    background-image: url(assets/images/home/cta-mb.png);
    width: 100%;
    height: 150px;
  }
}
.cta-ready-title {
  color: #FFFFFF;
  margin-bottom: 32px;
  font-size: 48px;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 768px) {
  .cta-ready-title {
    font-size: 36px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: normal;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: none;
  }
}
.cta-ready .cta-button {
  background: #FFD014;
  padding: 10px 42px 10px 16px;
  border-radius: 20px;
  color: #141414;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: 0 auto;
}
.cta-ready .cta-button:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  background-image: url(assets/images/icons/arrow.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
}
/*# sourceMappingURL=style.css.map */
