@charset "UTF-8";
/* Fonts settings */
/* Font Awesome Regular Font */
/* Colors */
/* font colors */
/* border colors */
/* transition */
/* important */
/* font size */
/* font weight */
/* line heights */
/* breakpoints */
/* Color Theory Variables */
/* Gray Colors */
/* Success Colors */
/* Warning Colors */
/* Error Colors */
/* Supportive Colors */
/* Border Radius Variables */
/* Vertical Spacing Tokens */
/* Shadow Variables */
.header-sec {
  background-color: transparent;
  transition: padding 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s ease, box-shadow 0.35s ease, border-radius 0.35s ease;
  padding: 20px 0 15px;
  position: absolute;
  z-index: 999;
  width: 100%;
}
@media (max-width: 1800px) {
  .header-sec {
    padding: 18px 0 14px;
  }
}
@media (max-width: 1440px) {
  .header-sec {
    padding: 17px 0 13px;
  }
}
@media (max-width: 1240px) {
  .header-sec {
    padding: 15px 0 10px;
  }
}
@media (max-width: 991px) {
  .header-sec {
    padding: 15px 0;
    position: relative;
    background: rgba(30, 55, 97, 0.4);
  }
}
.header-sec.is-sticky {
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  position: fixed;
  animation: stickyEnter 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
  visibility: visible;
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  padding: 8px 0;
  border-radius: 0 0 20px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
  .header-sec.is-sticky {
    border-radius: 0 0 15px 15px;
  }
}
.header-sec.is-sticky .container {
  max-width: 1350px;
}
@media (max-width: 1600px) {
  .header-sec.is-sticky .container {
    max-width: 1280px;
  }
}
@media (max-width: 1440px) {
  .header-sec.is-sticky .container {
    max-width: 1120px;
  }
}
@media (max-width: 1240px) {
  .header-sec.is-sticky .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .header-sec.is-sticky .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .header-sec.is-sticky .container {
    max-width: 100%;
  }
}
.header-sec.is-sticky .header-blk {
  padding: 0;
}
.header-sec.is-sticky .header-logo {
  width: 165px;
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1), max-width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1600px) {
  .header-sec.is-sticky .header-logo {
    max-width: 150px;
  }
}
@media (max-width: 1440px) {
  .header-sec.is-sticky .header-logo {
    max-width: 130px;
  }
}
@media (max-width: 991px) {
  .header-sec.is-sticky .header-logo {
    max-width: 115px;
  }
}
.header-sec.is-sticky .hdr-top-text {
  font-size: 16px;
  letter-spacing: 1.6px;
}
.header-sec.is-sticky .hdr-top-ph a {
  font-size: 27px;
  padding: 0 0 0 35px;
}
@media (max-width: 1240px) {
  .header-sec.is-sticky .hdr-top-ph a {
    font-size: 25px;
    padding: 0 0 0 34px;
  }
}
@media (max-width: 991px) {
  .header-sec.is-sticky .hdr-top-ph a {
    font-size: 0;
  }
}
.header-sec.is-sticky .hdr-top-ph a::before {
  width: 30px;
  height: 30px;
}
.header-sec.is-sticky .header-nav ul li a {
  font-size: 17px;
}
@media (max-width: 1600px) {
  .header-sec.is-sticky .header-nav ul li a {
    font-size: 16px;
  }
}
.header-sec.is-sticky .header-nav ul li li a {
  font-size: 16px;
}
.header-sec .container {
  max-width: 1750px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1800px) {
  .header-sec .container {
    max-width: 1650px;
  }
}
@media (max-width: 1700px) {
  .header-sec .container {
    max-width: 1550px;
  }
}
@media (max-width: 1600px) {
  .header-sec .container {
    max-width: 1450px;
  }
}
@media (max-width: 1500px) {
  .header-sec .container {
    max-width: 1400px;
  }
}
@media (max-width: 1440px) {
  .header-sec .container {
    max-width: 1300px;
  }
}
@media (max-width: 1366px) {
  .header-sec .container {
    max-width: 1200px;
  }
}
@media (max-width: 1240px) {
  .header-sec .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .header-sec .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .header-sec .container {
    max-width: 100%;
  }
}

@keyframes stickyEnter {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-blk {
  display: flex;
  justify-content: space-between;
  padding: 0 21.5% 0 0;
}
@media (max-width: 1440px) {
  .header-blk {
    padding: 0 21% 0 0;
  }
}
@media (max-width: 1240px) {
  .header-blk {
    padding: 0 4% 0 0;
  }
}
@media (max-width: 1100px) {
  .header-blk {
    padding: 0 7% 0 0;
  }
}
@media (max-width: 991px) {
  .header-blk {
    padding: 0 0 0 0;
    align-items: center;
  }
}

.header-top-blk {
  display: flex;
  justify-content: space-between;
}

.header-logo {
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1), max-width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1800px) {
  .header-logo {
    width: 215px;
  }
}
@media (max-width: 1700px) {
  .header-logo {
    width: 200px;
  }
}
@media (max-width: 1600px) {
  .header-logo {
    width: 190px;
  }
}
@media (max-width: 1500px) {
  .header-logo {
    width: 185px;
  }
}
@media (max-width: 1440px) {
  .header-logo {
    width: 165px;
  }
}
@media (max-width: 1366px) {
  .header-logo {
    width: 160px;
  }
}
@media (max-width: 1240px) {
  .header-logo {
    width: 145px;
  }
}
@media (max-width: 991px) {
  .header-logo {
    max-width: 150px;
    width: 100%;
  }
}
.header-logo img {
  width: 100%;
  display: block;
}

.header-rite {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.hdr-top-blk {
  display: flex;
  justify-content: end;
  gap: 20px;
  margin: 0 0 12px;
  align-items: center;
}
@media (max-width: 991px) {
  .hdr-top-blk {
    gap: 15px;
  }
}

.hdr-top-text {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 500;
  color: #242424;
  letter-spacing: 2.8px;
  line-height: 1.23;
  margin: 0;
}
@media (max-width: 1800px) {
  .hdr-top-text {
    font-size: 19px;
    letter-spacing: 2.6px;
  }
}
@media (max-width: 1700px) {
  .hdr-top-text {
    font-size: 18px;
    letter-spacing: 2.2px;
  }
}
@media (max-width: 1600px) {
  .hdr-top-text {
    font-size: 17px;
    letter-spacing: 1.8px;
  }
}
@media (max-width: 1440px) {
  .hdr-top-text {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 991px) {
  .hdr-top-text {
    display: none;
  }
}

@media (max-width: 991px) {
  .hdr-top-ph {
    display: flex;
  }
}
.hdr-top-ph a {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 38px;
  color: #242424;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0 0 0 60px;
  position: relative;
}
@media (max-width: 1800px) {
  .hdr-top-ph a {
    font-size: 36px;
    padding: 0 0 0 56px;
  }
}
@media (max-width: 1700px) {
  .hdr-top-ph a {
    font-size: 34px;
    padding: 0 0 0 48px;
  }
}
@media (max-width: 1600px) {
  .hdr-top-ph a {
    font-size: 32px;
    padding: 0 0 0 42px;
  }
}
@media (max-width: 1440px) {
  .hdr-top-ph a {
    font-size: 29px;
    padding: 0 0 0 38px;
  }
}
@media (max-width: 1366px) {
  .hdr-top-ph a {
    font-size: 27px;
    padding: 0 0 0 35px;
  }
}
@media (max-width: 991px) {
  .hdr-top-ph a {
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 30px;
  }
}
.hdr-top-ph a::before {
  position: absolute;
  content: "";
  background-image: url(../images/phone-call.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1800px) {
  .hdr-top-ph a::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1700px) {
  .hdr-top-ph a::before {
    width: 37px;
    height: 37px;
  }
}
@media (max-width: 1600px) {
  .hdr-top-ph a::before {
    width: 33px;
    height: 33px;
  }
}
@media (max-width: 1440px) {
  .hdr-top-ph a::before {
    width: 30px;
    height: 30px;
  }
}
.hdr-top-ph a:hover {
  color: #305596;
}

.header-nav {
  padding: 22px 0 0;
  border-top: 1px solid #CBD2DE;
  border-bottom: 1px solid #CBD2DE;
}
@media (max-width: 1700px) {
  .header-nav {
    padding: 20px 0 0;
  }
}
@media (max-width: 1600px) {
  .header-nav {
    padding: 18px 0 0;
  }
}
@media (max-width: 1366px) {
  .header-nav {
    padding: 16px 0 0;
  }
}
@media (max-width: 1240px) {
  .header-nav {
    padding: 13px 0 0;
  }
}
@media (max-width: 991px) {
  .header-nav {
    display: none;
  }
}
.header-nav ul {
  line-height: 0;
  margin: 0;
}
.header-nav ul li {
  display: inline-block;
  padding: 0 0px 0;
  position: relative;
  margin: 0 20px;
}
@media (max-width: 1800px) {
  .header-nav ul li {
    margin: 0 19px;
  }
}
@media (max-width: 1700px) {
  .header-nav ul li {
    margin: 0 18px;
  }
}
@media (max-width: 1600px) {
  .header-nav ul li {
    margin: 0 16px;
  }
}
@media (max-width: 1500px) {
  .header-nav ul li {
    margin: 0 14px;
  }
}
@media (max-width: 1440px) {
  .header-nav ul li {
    margin: 0 13px;
  }
}
@media (max-width: 1366px) {
  .header-nav ul li {
    margin: 0 7px;
  }
}
.header-nav ul li:first-child {
  margin-left: 0;
}
.header-nav ul li:last-child {
  margin-right: 0;
}
.header-nav ul li a {
  padding: 0;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 500;
  color: #242424;
  display: inline-block;
  letter-spacing: 0;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0 0 22px;
}
@media (max-width: 1800px) {
  .header-nav ul li a {
    font-size: 19px;
  }
}
@media (max-width: 1700px) {
  .header-nav ul li a {
    font-size: 18px;
    padding: 0 0 20px;
  }
}
@media (max-width: 1600px) {
  .header-nav ul li a {
    font-size: 17px;
    padding: 0 0 18px;
  }
}
@media (max-width: 1440px) {
  .header-nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .header-nav ul li a {
    padding: 0 0 16px;
  }
}
@media (max-width: 1240px) {
  .header-nav ul li a {
    padding: 0 0 13px;
  }
}
.header-nav ul li a:hover {
  color: #305596;
}
.header-nav ul li.sub-item > a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  vertical-align: middle;
}
.header-nav ul li:hover > .sub-menu {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-nav ul li .sub-menu {
  position: absolute;
  min-width: 240px;
  padding: 0;
  transform: translateY(-10px);
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  flex-direction: column;
  box-shadow: 0px 20px 26px -24px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  z-index: 10;
}
@media (max-width: 1440px) {
  .header-nav ul li .sub-menu {
    min-width: 220px;
  }
}
.header-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
}
.header-nav ul li .sub-menu > li a, .header-nav ul li .sub-menu > li p {
  color: #000000;
  letter-spacing: 0;
  transition: background-color 300ms linear 0ms, color 300ms linear 0ms;
  line-height: 1.2;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  display: block;
  padding: 8px 10px;
  font-size: 17px;
  position: relative;
  margin: 0;
}
@media (max-width: 1440px) {
  .header-nav ul li .sub-menu > li a, .header-nav ul li .sub-menu > li p {
    padding: 6px 8px;
    font-size: 16px;
  }
}
.header-nav ul li .sub-menu > li a:hover, .header-nav ul li .sub-menu > li p:hover {
  background-color: #305596;
  color: #fff;
}
.header-nav ul li .sub-menu > li.sub-item > a, .header-nav ul li .sub-menu > li.sub-item > p {
  padding-right: 28px;
}
.header-nav ul li .sub-menu > li.sub-item > a::after, .header-nav ul li .sub-menu > li.sub-item > p::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
}
.header-nav ul li .sub-menu > li:hover {
  z-index: 3;
}
.header-nav ul li .sub-menu > li:hover > .sub-menu {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-nav ul li .sub-menu > li > .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  transform: none;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.menu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle button {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  position: relative;
  vertical-align: top;
  transition: border-color 0.3s ease;
  cursor: pointer;
  background-color: #305596;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 767px) {
  .menu-toggle button {
    width: 45px;
    height: 45px;
  }
}
.menu-toggle button::before {
  content: "";
  width: 0%;
  height: 0%;
  background-color: #242424;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  transition: 0.5s ease-in-out;
}
.menu-toggle button:hover::before {
  transform: scale(1.8);
  width: 100%;
  height: 100%;
}
.menu-toggle button span {
  display: inline-block;
  width: 21px;
  height: 3px;
  background-color: #fff;
  transition: all 200ms linear 0s;
  position: absolute;
  right: 15px;
  top: 15px;
  bottom: 0;
  margin: 2px auto;
}
@media (max-width: 767px) {
  .menu-toggle button span {
    width: 19px;
    right: 13px;
    top: 12px;
  }
}
.menu-toggle button span:nth-child(2) {
  top: 22px;
  width: 14px;
}
@media (max-width: 767px) {
  .menu-toggle button span:nth-child(2) {
    top: 19px;
    width: 12px;
  }
}
.menu-toggle button span:nth-child(3) {
  top: 29px;
  width: 9px;
}
@media (max-width: 767px) {
  .menu-toggle button span:nth-child(3) {
    top: 26px;
    width: 7px;
  }
}

#floatingMenu {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out 0s;
  text-align: left;
  display: flex;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  visibility: hidden;
  pointer-events: none;
}

#floatingMenu.openMenu {
  display: flex;
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.floatingMenu-list {
  width: 460px;
  background: #305596;
  padding: 0;
  overflow-y: auto;
  height: 100vh;
  position: relative;
  z-index: 1;
  max-width: 95%;
}

.floatingMenu-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.2);
}

.floatingMenu-list::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}

.floatingMenu-list::-webkit-scrollbar-thumb {
  background-color: #fff;
}

button#closeFloatingMenu2 {
  flex-grow: 1;
  width: auto;
  height: 100%;
  font-size: 0px !important;
  border: 0;
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#floatingMenu.openMenu button#closeFloatingMenu2 {
  opacity: 1;
  background: rgba(16, 23, 44, 0.8);
}

#closeFloatingMenu {
  z-index: 999;
  background: #000;
  border: 9px solid transparent;
  color: #ffffff;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 0;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
#closeFloatingMenu:hover {
  background-color: #ECB01C;
}

#closeFloatingMenu:before, #closeFloatingMenu:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #fff;
  transform-origin: 50% 50%;
  opacity: 1;
  transition: transform ease 0.25s;
}

#closeFloatingMenu:before {
  -khtml-transform: rotate(45deg);
  transform: rotate(45deg);
}

#closeFloatingMenu:after {
  -khtml-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#closeFloatingMenu:hover:before, #closeFloatingMenu:hover:after {
  -khtml-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mobinav {
  position: relative;
  padding: 10px 40px 50px;
}
@media (max-width: 480px) {
  .mobinav {
    padding: 10px 10px 30px;
  }
}
.mobinav .container {
  padding: 0 0;
}

.floting-menu {
  margin: 20px 0 0;
  padding: 20px 0;
}
.floting-menu ul li {
  position: relative;
}
.floting-menu ul li a, .floting-menu ul li p {
  padding: 8px 0px;
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  line-height: 1.55;
  position: relative;
  margin: 0;
}
.floting-menu ul li a:hover, .floting-menu ul li p:hover {
  color: #000;
}
.floting-menu ul .sub-menu {
  padding: 0 0 0 12px;
}
.floting-menu ul .sub-menu li a, .floting-menu ul .sub-menu li p {
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.floting-menu ul .sub-menu li a .title-icon, .floting-menu ul .sub-menu li p .title-icon {
  margin: auto 0;
  width: 32px;
  height: 32px;
}
.floting-menu ul .sub-menu li a .title-icon svg, .floting-menu ul .sub-menu li p .title-icon svg {
  width: 32px;
  height: 32px;
}

.sticky-mobinav ul li a.drop {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.sticky-mobinav ul li a.drop::before, .sticky-mobinav ul li a.drop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.sticky-mobinav ul li a.drop::before {
  width: 14px;
  height: 2px;
}
.sticky-mobinav ul li a.drop::after {
  width: 2px;
  height: 14px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.sticky-mobinav ul li a.drop.open::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

/*
// * {
//     box-sizing: border-box;
// }

// html {
//     -webkit-tap-highlight-color: transparent;
//     -webkit-font-smoothing: antialiased;
//     margin: 0;
//     padding: 0;
//     border: none;
// }

// body {
//     margin: 0;
//     overflow-x: hidden;
//     font-family: $primary-font;
//     color: $primary-font-color;
//     font-display: swap;
//     margin: 0;
//     padding: 0;
// }

// /****************
// Heading tags
// ****************/
:root {
  --blue: #305596;
  --white: #ffffff;
  --placeholdercolor: currentColor;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  html,
  body,
  main {
    overflow-x: hidden;
    max-width: 100%;
  }
}
a:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

.alignnone {
  margin-bottom: 10px;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-top: 0;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-top: 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

iframe,
img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}

img {
  border: 0;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Plus Jakarta Sans";
  margin: 0 0 20px;
  padding: 0;
  font-weight: normal;
}

p, li, ul, ol, blockquote {
  font-family: "Plus Jakarta Sans";
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  transition: 0.5s ease;
}
a:visited {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
a:hover,
a input[type=submit],
a button {
  outline: 0;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

input::-webkit-input-placeholder {
  color: var(--placeholdercolor);
}
input::-moz-placeholder {
  color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
  color: var(--placeholdercolor);
}
input:-moz-placeholder {
  color: var(--placeholdercolor);
}

.post,
.page {
  margin: 0;
}

p:empty {
  display: none;
}

/********************
  SCROLL ANIMATIONS
  Hide until GSAP plays so content doesn't flash then animate.
*********************/
.fade-in,
.fade-up,
.fade-down,
.fade-left,
.fade-right {
  opacity: 0;
}

.no-gsap .fade-in,
.no-gsap .fade-up,
.no-gsap .fade-down,
.no-gsap .fade-left,
.no-gsap .fade-right {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .fade-in,
  .fade-up,
  .fade-down,
  .fade-left,
  .fade-right {
    opacity: 1;
  }
}
.hm-sec-main {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.hm-banner-sec {
  padding: 250px 0 0;
  background-image: url(../images/banner-bg-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
@media (max-width: 1700px) {
  .hm-banner-sec {
    padding: 235px 0 0;
  }
}
@media (max-width: 1700px) {
  .hm-banner-sec {
    padding: 220px 0 0;
  }
}
@media (max-width: 1600px) {
  .hm-banner-sec {
    padding: 205px 0 0;
  }
}
@media (max-width: 1500px) {
  .hm-banner-sec {
    padding: 185px 0 0;
  }
}
@media (max-width: 1440px) {
  .hm-banner-sec {
    padding: 175px 0 0;
  }
}
@media (max-width: 1366px) {
  .hm-banner-sec {
    padding: 170px 0 0;
  }
}
@media (max-width: 991px) {
  .hm-banner-sec {
    padding: 40px 0 0;
  }
}
@media (max-width: 650px) {
  .hm-banner-sec {
    padding: 35px 0 0;
  }
}
.hm-banner-sec .container {
  max-width: 1600px;
}
@media (max-width: 1800px) {
  .hm-banner-sec .container {
    max-width: 1520px;
  }
}
@media (max-width: 1700px) {
  .hm-banner-sec .container {
    max-width: 1440px;
  }
}
@media (max-width: 1600px) {
  .hm-banner-sec .container {
    max-width: 1340px;
  }
}
@media (max-width: 1500px) {
  .hm-banner-sec .container {
    max-width: 1300px;
  }
}
@media (max-width: 1440px) {
  .hm-banner-sec .container {
    max-width: 1220px;
  }
}
@media (max-width: 1366px) {
  .hm-banner-sec .container {
    max-width: 1140px;
  }
}
@media (max-width: 1240px) {
  .hm-banner-sec .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .hm-banner-sec .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .hm-banner-sec .container {
    max-width: 100%;
  }
}

.hm-bnr-blk {
  display: flex;
  justify-content: space-between;
  gap: 0;
  align-items: self-start;
  padding: 0 18% 0 0;
  position: relative;
}
@media (max-width: 1240px) {
  .hm-bnr-blk {
    padding: 0 16% 0 0;
  }
}
@media (max-width: 991px) {
  .hm-bnr-blk {
    padding: 0;
    align-items: center;
    flex-direction: column;
  }
}

.hm-bnr-left {
  width: 41.5%;
  position: relative;
}
@media (max-width: 991px) {
  .hm-bnr-left {
    width: 100%;
    text-align: center;
    margin: 0 0 25px;
  }
}
@media (max-width: 650px) {
  .hm-bnr-left {
    margin: 0 0 20px;
  }
}
.hm-bnr-left::before {
  position: absolute;
  content: "";
  background-image: url(../images/bnr-title-bef-img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 44%;
  height: 73%;
  bottom: 24px;
  right: -11%;
  margin: auto;
  z-index: -1;
}
@media (max-width: 1800px) {
  .hm-bnr-left::before {
    bottom: 28px;
  }
}
@media (max-width: 1366px) {
  .hm-bnr-left::before {
    bottom: 28px;
    right: -18%;
  }
}
@media (max-width: 991px) {
  .hm-bnr-left::before {
    display: none;
  }
}
.hm-bnr-left .hm-bnr-title p {
  margin: 0;
}
.hm-bnr-left .hm-bnr-title {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 36px;
  color: #000000;
  line-height: 1.5;
  letter-spacing: -0.7px;
  margin: 0 0 38px;
}
@media (max-width: 1800px) {
  .hm-bnr-left .hm-bnr-title {
    font-size: 30px;
    letter-spacing: -0.6px;
    margin: 0 0 35px;
  }
}
@media (max-width: 1700px) {
  .hm-bnr-left .hm-bnr-title {
    font-size: 28px;
    letter-spacing: -0.4px;
    margin: 0 0 30px;
  }
}
@media (max-width: 1600px) {
  .hm-bnr-left .hm-bnr-title {
    font-size: 25px;
    letter-spacing: -0.3px;
    margin: 0 0 27px;
  }
}
@media (max-width: 1440px) {
  .hm-bnr-left .hm-bnr-title {
    font-size: 23px;
    letter-spacing: -0.2px;
    margin: 0 0 26px;
  }
}
@media (max-width: 1440px) {
  .hm-bnr-left .hm-bnr-title {
    font-size: 21px;
    letter-spacing: -0.2px;
    margin: 0 0 22px;
  }
}
@media (max-width: 1240px) {
  .hm-bnr-left .hm-bnr-title {
    font-size: 19px;
    letter-spacing: -0.1px;
    margin: 0 0 20px;
  }
}
@media (max-width: 650px) {
  .hm-bnr-left .hm-bnr-title {
    font-size: 18px;
    letter-spacing: 0px;
  }
}
@media (max-width: 480px) {
  .hm-bnr-left .hm-bnr-title {
    font-size: 17px;
    margin: 0 0 18px;
  }
}
.hm-bnr-left .hm-bnr-title strong {
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-size: 133px;
  color: #305596;
  line-height: 1;
  letter-spacing: -2.7px;
  display: block;
  margin: 20px 0 6px;
}
@media (max-width: 1800px) {
  .hm-bnr-left .hm-bnr-title strong {
    font-size: 124px;
    letter-spacing: -2.5px;
  }
}
@media (max-width: 1700px) {
  .hm-bnr-left .hm-bnr-title strong {
    font-size: 116px;
    letter-spacing: -2.2px;
  }
}
@media (max-width: 1600px) {
  .hm-bnr-left .hm-bnr-title strong {
    font-size: 110px;
    letter-spacing: -2.2px;
    margin: 14px 0 5px;
  }
}
@media (max-width: 1440px) {
  .hm-bnr-left .hm-bnr-title strong {
    font-size: 100px;
    letter-spacing: -2px;
    margin: 10px 0 4px;
  }
}
@media (max-width: 1366px) {
  .hm-bnr-left .hm-bnr-title strong {
    font-size: 94px;
    letter-spacing: -1.8px;
    margin: 8px 0 4px;
  }
}
@media (max-width: 1240px) {
  .hm-bnr-left .hm-bnr-title strong {
    font-size: 82px;
    letter-spacing: -2px;
    margin: 8px 0 4px;
  }
}
@media (max-width: 991px) {
  .hm-bnr-left .hm-bnr-title strong {
    font-size: 70px;
    letter-spacing: -1px;
    margin: 8px 0 20px;
  }
}
@media (max-width: 650px) {
  .hm-bnr-left .hm-bnr-title strong {
    font-size: 50px;
    letter-spacing: -0.6px;
    margin: 6px 0 12px;
  }
}
@media (max-width: 480px) {
  .hm-bnr-left .hm-bnr-title strong {
    font-size: 44px;
    letter-spacing: -0.5px;
    margin: 6px 0 12px;
  }
}
@media (max-width: 400px) {
  .hm-bnr-left .hm-bnr-title strong {
    font-size: 34px;
    letter-spacing: -0.5px;
    margin: 6px 0 11px;
  }
}
.hm-bnr-left .hm-bnr-title h1 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  color: #242424;
  letter-spacing: 0;
  display: block;
  line-height: 1.27;
  font-size: 36px;
  margin: 0;
}
@media (max-width: 1800px) {
  .hm-bnr-left .hm-bnr-title h1 {
    font-size: 30px;
  }
}
@media (max-width: 1700px) {
  .hm-bnr-left .hm-bnr-title h1 {
    font-size: 28px;
  }
}
@media (max-width: 1600px) {
  .hm-bnr-left .hm-bnr-title h1 {
    font-size: 25px;
  }
}
@media (max-width: 1440px) {
  .hm-bnr-left .hm-bnr-title h1 {
    font-size: 23px;
  }
}
@media (max-width: 1440px) {
  .hm-bnr-left .hm-bnr-title h1 {
    font-size: 21px;
  }
}
@media (max-width: 1240px) {
  .hm-bnr-left .hm-bnr-title h1 {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .hm-bnr-left .hm-bnr-title h1 {
    width: 80%;
    margin: 0 auto;
    line-height: 1.5;
  }
}
@media (max-width: 650px) {
  .hm-bnr-left .hm-bnr-title h1 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .hm-bnr-left .hm-bnr-title h1 {
    font-size: 17px;
    width: 90%;
  }
}
@media (max-width: 400px) {
  .hm-bnr-left .hm-bnr-title h1 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hm-bnr-left .hm-bnr-title h1 br {
    display: none;
  }
}

.hm-bnr-rite {
  width: 58.3%;
  padding: 39px 0 0;
}
@media (max-width: 1700px) {
  .hm-bnr-rite {
    padding: 34px 0 0;
  }
}
@media (max-width: 1600px) {
  .hm-bnr-rite {
    padding: 28px 0 0;
  }
}
@media (max-width: 1440px) {
  .hm-bnr-rite {
    padding: 18px 0 0;
  }
}
@media (max-width: 1366px) {
  .hm-bnr-rite {
    padding: 15px 0 0;
  }
}
@media (max-width: 991px) {
  .hm-bnr-rite {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
  }
}
.hm-bnr-rite img {
  width: 100%;
  display: block;
}

.hm-bnr-attrny-img {
  width: 75%;
}
@media (max-width: 991px) {
  .hm-bnr-attrny-img {
    width: 100%;
    max-width: 500px;
    position: relative;
  }
}

.hm-bnr-exp {
  position: absolute;
  bottom: 140px;
  right: -75px;
  z-index: -1;
}
@media (max-width: 1800px) {
  .hm-bnr-exp {
    bottom: 132px;
    right: -66px;
  }
}
@media (max-width: 1700px) {
  .hm-bnr-exp {
    bottom: 134px;
    right: -58px;
  }
}
@media (max-width: 1600px) {
  .hm-bnr-exp {
    bottom: 125px;
    right: -55px;
  }
}
@media (max-width: 1500px) {
  .hm-bnr-exp {
    bottom: 130px;
    right: -36px;
  }
}
@media (max-width: 1440px) {
  .hm-bnr-exp {
    bottom: 120px;
    right: -42px;
  }
}
@media (max-width: 1366px) {
  .hm-bnr-exp {
    bottom: 114px;
    right: -47px;
  }
}
@media (max-width: 1300px) {
  .hm-bnr-exp {
    bottom: 114px;
    right: -40px;
  }
}
@media (max-width: 1240px) {
  .hm-bnr-exp {
    bottom: 50px;
    right: -85px;
  }
}
@media (max-width: 1150px) {
  .hm-bnr-exp {
    bottom: 50px;
    right: -50px;
  }
}
@media (max-width: 1080px) {
  .hm-bnr-exp {
    bottom: 60px;
    right: -10px;
  }
}
@media (max-width: 991px) {
  .hm-bnr-exp {
    bottom: 10px;
    right: 5px;
    position: absolute;
    padding: 30px;
    background-color: #1e3761;
    border: 2px solid #ECB01C;
    margin: 0;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    width: 190px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
  }
}
@media (max-width: 650px) {
  .hm-bnr-exp {
    padding: 10px;
    width: 130px;
    height: 130px;
    bottom: 2px;
    right: 8px;
  }
}
.hm-bnr-exp::before {
  position: absolute;
  content: "";
  width: 132%;
  height: 223%;
  /* background-image: url(../images/hm-banner-bfr-img.webp); */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* background-size: 100% 100%; */
  pointer-events: none;
  z-index: -1;
  left: -32%;
  right: 0;
  bottom: 3%;
  background-color: #1e3761;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  border-bottom-right-radius: 140px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .hm-bnr-exp::before {
    border-bottom-right-radius: 120px;
  }
}
@media (max-width: 1440px) {
  .hm-bnr-exp::before {
    border-bottom-right-radius: 100px;
  }
}
@media (max-width: 1240px) {
  .hm-bnr-exp::before {
    clip-path: polygon(100% 12%, 0% 100%, 100% 100%);
    border-bottom-right-radius: 90px;
  }
}
@media (max-width: 1162px) {
  .hm-bnr-exp::before {
    clip-path: polygon(100% 32%, 0% 100%, 100% 100%);
    height: 282%;
    background-color: rgba(30, 55, 97, 0.7411764706);
  }
}
@media (max-width: 991px) {
  .hm-bnr-exp::before {
    display: none;
  }
}
.hm-bnr-exp .trusted {
  font-family: "Outfit";
  font-weight: 200;
  font-size: 49px;
  color: #EEEFF0;
  line-height: 1;
  letter-spacing: -0.8px;
  margin: 0;
  text-align: right;
  padding: 0 20px 0 0;
}
@media (max-width: 1800px) {
  .hm-bnr-exp .trusted {
    font-size: 46px;
    letter-spacing: -0.6px;
    padding: 0 19px 0 0;
  }
}
@media (max-width: 1700px) {
  .hm-bnr-exp .trusted {
    font-size: 43px;
    letter-spacing: -0.5px;
    padding: 0 18px 0 0;
  }
}
@media (max-width: 1600px) {
  .hm-bnr-exp .trusted {
    font-size: 40px;
    letter-spacing: -0.4px;
    padding: 0 16px 0 0;
  }
}
@media (max-width: 1500px) {
  .hm-bnr-exp .trusted {
    font-size: 36px;
    letter-spacing: -0.3px;
    padding: 0 21px 0 0;
  }
}
@media (max-width: 1440px) {
  .hm-bnr-exp .trusted {
    font-size: 30px;
    letter-spacing: -0.2px;
    padding: 0 21px 0 0;
  }
}
@media (max-width: 1366px) {
  .hm-bnr-exp .trusted {
    font-size: 32px;
    letter-spacing: -0.1px;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1240px) {
  .hm-bnr-exp .trusted {
    font-size: 25px;
    letter-spacing: 0px;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1150px) {
  .hm-bnr-exp .trusted {
    font-size: 22px;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1080px) {
  .hm-bnr-exp .trusted {
    font-size: 20px;
    padding: 0 18px 0 0;
  }
}
@media (max-width: 991px) {
  .hm-bnr-exp .trusted {
    font-size: 16px;
    padding: 0 0px 0 0;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .hm-bnr-exp .trusted {
    font-size: 13px;
  }
}
.hm-bnr-exp .exp-num {
  font-family: "Alfa Slab One";
  font-weight: 400;
  font-size: 407px;
  color: #FFFFFF;
  display: block;
  letter-spacing: 0;
  line-height: 0.9;
  -webkit-text-stroke: 4px #ECB01C;
  margin: 23px 0 -10px;
}
@media (max-width: 1800px) {
  .hm-bnr-exp .exp-num {
    font-size: 385px;
    margin: 21px 0 -10px;
  }
}
@media (max-width: 1700px) {
  .hm-bnr-exp .exp-num {
    font-size: 365px;
    margin: 19px 0 -9px;
  }
}
@media (max-width: 1600px) {
  .hm-bnr-exp .exp-num {
    font-size: 340px;
    margin: 18px 0 -10px;
  }
}
@media (max-width: 1500px) {
  .hm-bnr-exp .exp-num {
    font-size: 320px;
    margin: 16px 0 -8px;
  }
}
@media (max-width: 1440px) {
  .hm-bnr-exp .exp-num {
    font-size: 305px;
    margin: 16px 0 -8px;
  }
}
@media (max-width: 1366px) {
  .hm-bnr-exp .exp-num {
    font-size: 280px;
    margin: 14px 0 -10px;
  }
}
@media (max-width: 1240px) {
  .hm-bnr-exp .exp-num {
    font-size: 250px;
    margin: 14px 0 -10px;
  }
}
@media (max-width: 1150px) {
  .hm-bnr-exp .exp-num {
    font-size: 230px;
    margin: 14px 0 -10px;
  }
}
@media (max-width: 1080px) {
  .hm-bnr-exp .exp-num {
    font-size: 210px;
    margin: 14px 0 -10px;
  }
}
@media (max-width: 991px) {
  .hm-bnr-exp .exp-num {
    font-size: 80px;
    margin: 8px 0 0px;
    -webkit-text-stroke-width: 2px;
  }
}
@media (max-width: 650px) {
  .hm-bnr-exp .exp-num {
    font-size: 50px;
    margin: 6px 0 0px;
  }
}
.hm-bnr-exp .bnr-year {
  font-family: "Alfa Slab One";
  font-weight: 400;
  font-size: 153px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1800px) {
  .hm-bnr-exp .bnr-year {
    font-size: 144px;
  }
}
@media (max-width: 1700px) {
  .hm-bnr-exp .bnr-year {
    font-size: 135px;
  }
}
@media (max-width: 1600px) {
  .hm-bnr-exp .bnr-year {
    font-size: 124px;
  }
}
@media (max-width: 1500px) {
  .hm-bnr-exp .bnr-year {
    font-size: 114px;
  }
}
@media (max-width: 1440px) {
  .hm-bnr-exp .bnr-year {
    font-size: 110px;
  }
}
@media (max-width: 1366px) {
  .hm-bnr-exp .bnr-year {
    font-size: 100px;
  }
}
@media (max-width: 1240px) {
  .hm-bnr-exp .bnr-year {
    font-size: 90px;
  }
}
@media (max-width: 1150px) {
  .hm-bnr-exp .bnr-year {
    font-size: 80px;
  }
}
@media (max-width: 1080px) {
  .hm-bnr-exp .bnr-year {
    font-size: 74px;
  }
}
@media (max-width: 991px) {
  .hm-bnr-exp .bnr-year {
    font-size: 25px;
  }
}
@media (max-width: 650px) {
  .hm-bnr-exp .bnr-year {
    font-size: 16px;
  }
}

.hm-bnr-btn a.cmn-btn {
  background-color: #ECB01C;
  color: #000;
  padding: 27px 36px;
}
@media (max-width: 1800px) {
  .hm-bnr-btn a.cmn-btn {
    padding: 26px 34px;
  }
}
@media (max-width: 1700px) {
  .hm-bnr-btn a.cmn-btn {
    padding: 24px 32px;
  }
}
@media (max-width: 1600px) {
  .hm-bnr-btn a.cmn-btn {
    padding: 22px 29px;
  }
}
@media (max-width: 1440px) {
  .hm-bnr-btn a.cmn-btn {
    padding: 20px 25px;
  }
}
@media (max-width: 1366px) {
  .hm-bnr-btn a.cmn-btn {
    padding: 18px 22px;
  }
}
.hm-bnr-btn a.cmn-btn::before, .hm-bnr-btn a.cmn-btn::after {
  background-color: #ECB01C;
}
.hm-bnr-btn a.cmn-btn:hover {
  background-color: #305596;
  color: #fff;
}
.hm-bnr-btn a.cmn-btn:hover::before, .hm-bnr-btn a.cmn-btn:hover::after {
  background-color: #305596;
}

.hm-record-sec {
  background-image: url("../images/record-bg-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 90px 0 50px;
}
@media (max-width: 1700px) {
  .hm-record-sec {
    padding: 80px 0 45px;
  }
}
@media (max-width: 1600px) {
  .hm-record-sec {
    padding: 70px 0 40px;
  }
}
@media (max-width: 1440px) {
  .hm-record-sec {
    padding: 60px 0 35px;
  }
}
@media (max-width: 1240px) {
  .hm-record-sec {
    padding: 45px 0 30px;
  }
}
@media (max-width: 991px) {
  .hm-record-sec {
    padding: 40px 0;
    background-image: none;
    position: relative;
    background-color: #1e3761;
  }
}
.hm-record-sec .container {
  margin: 0 0 0 auto;
  max-width: 1315px;
}
@media (max-width: 1700px) {
  .hm-record-sec .container {
    max-width: 1270px;
  }
}
@media (max-width: 1600px) {
  .hm-record-sec .container {
    max-width: 1200px;
  }
}
@media (max-width: 1440px) {
  .hm-record-sec .container {
    max-width: 1100px;
  }
}
@media (max-width: 1366px) {
  .hm-record-sec .container {
    max-width: 1080px;
  }
}
@media (max-width: 1240px) {
  .hm-record-sec .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .hm-record-sec .container {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hm-record-sec .container {
    max-width: 100%;
  }
}

.hm-record-blk {
  margin: 0 0 -250px;
  position: relative;
  padding: 0 10px 0 0px;
}
@media (max-width: 1700px) {
  .hm-record-blk {
    margin: 0 0 -220px;
  }
}
@media (max-width: 1600px) {
  .hm-record-blk {
    margin: 0 0 -210px;
  }
}
@media (max-width: 1440px) {
  .hm-record-blk {
    margin: 0 0 -180px;
  }
}
@media (max-width: 1240px) {
  .hm-record-blk {
    margin: 0 0 -160px;
  }
}
@media (max-width: 991px) {
  .hm-record-blk {
    margin: 0 0;
    padding: 0;
  }
}
.hm-record-blk::before {
  content: " ";
  position: absolute;
  background-color: #CECED0;
  width: 58%;
  height: 1px;
  left: -24%;
  bottom: 31px;
}
@media (max-width: 991px) {
  .hm-record-blk::before {
    display: none;
  }
}

.hm-record-head {
  padding: 0 9% 0 0;
  text-align: center;
}
@media (max-width: 1366px) {
  .hm-record-head {
    padding: 0 7% 0 0;
  }
}
@media (max-width: 1240px) {
  .hm-record-head {
    padding: 0 5% 0 0;
  }
}
@media (max-width: 991px) {
  .hm-record-head {
    padding: 0;
  }
}
.hm-record-head .text-heading {
  font-size: 90px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 8px;
}
@media (max-width: 1700px) {
  .hm-record-head .text-heading {
    font-size: 82px;
  }
}
@media (max-width: 1600px) {
  .hm-record-head .text-heading {
    font-size: 72px;
  }
}
@media (max-width: 1440px) {
  .hm-record-head .text-heading {
    font-size: 68px;
  }
}
@media (max-width: 1366px) {
  .hm-record-head .text-heading {
    font-size: 60px;
  }
}
@media (max-width: 1240px) {
  .hm-record-head .text-heading {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .hm-record-head .text-heading {
    font-size: 36px;
  }
}
@media (max-width: 650px) {
  .hm-record-head .text-heading {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .hm-record-head .text-heading {
    font-size: 28px;
  }
}
.hm-record-head h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 4.3px;
  color: #FFFFFF;
  margin: 0 0 45px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1700px) {
  .hm-record-head h3 {
    font-size: 23px;
    letter-spacing: 4px;
    margin: 0 0 40px;
  }
}
@media (max-width: 1600px) {
  .hm-record-head h3 {
    font-size: 21px;
    letter-spacing: 3.4px;
    margin: 0 0 34px;
  }
}
@media (max-width: 1440px) {
  .hm-record-head h3 {
    font-size: 19px;
    letter-spacing: 3px;
    margin: 0 0 30px;
  }
}
@media (max-width: 1366px) {
  .hm-record-head h3 {
    font-size: 18px;
    letter-spacing: 2.5px;
    margin: 0 0 28px;
  }
}
@media (max-width: 1240px) {
  .hm-record-head h3 {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 28px;
  }
}
@media (max-width: 991px) {
  .hm-record-head h3 {
    letter-spacing: 1.6px;
    margin: 0 0 22px;
  }
}

.hm-record-lst.owl-carousel {
  margin: 0 0 50px;
}
@media (max-width: 1700px) {
  .hm-record-lst.owl-carousel {
    margin: 0 0 45px;
  }
}
@media (max-width: 1600px) {
  .hm-record-lst.owl-carousel {
    margin: 0 0 40px;
  }
}
@media (max-width: 1440px) {
  .hm-record-lst.owl-carousel {
    margin: 0 0 35px;
  }
}
@media (max-width: 1240px) {
  .hm-record-lst.owl-carousel {
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .hm-record-lst.owl-carousel {
    margin: 0 0 20px;
  }
}
.hm-record-lst.owl-carousel .owl-item {
  padding: 0 4px;
}

.hm-record-lst.owl-carousel .owl-stage {
  display: flex;
}

.hm-record-item {
  padding: 37px 14px 52px 36px;
  background: #242424;
  border: 1px solid #FFFFFF;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 1700px) {
  .hm-record-item {
    padding: 32px 12px 44px 32px;
  }
}
@media (max-width: 1600px) {
  .hm-record-item {
    padding: 30px 10px 38px 28px;
  }
}
@media (max-width: 1440px) {
  .hm-record-item {
    padding: 30px 10px 36px 25px;
  }
}
@media (max-width: 1240px) {
  .hm-record-item {
    padding: 28px 10px 30px 20px;
  }
}
.hm-record-item::before {
  content: " ";
  position: absolute;
  background: linear-gradient(178.89deg, #305596 9.65%, rgba(48, 85, 150, 0) 72.84%);
  width: 100%;
  height: 100%;
  clip-path: polygon(20% 0%, 63% 0, 100% 40%, 100% 80%, 100% 100%, 56% 100%, 0 36%, 0 0);
  z-index: -1;
  left: 0;
  top: 0;
  pointer-events: none;
}
.hm-record-item h4 {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 75px;
  letter-spacing: 0;
  line-height: 1;
  color: #FFFFFF;
  padding: 90px 0 0;
  position: relative;
  margin: 0 0 15px;
}
@media (max-width: 1700px) {
  .hm-record-item h4 {
    font-size: 70px;
    padding: 82px 0 0;
    margin: 0 0 14px;
  }
}
@media (max-width: 1600px) {
  .hm-record-item h4 {
    font-size: 64px;
    padding: 75px 0 0;
    margin: 0 0 12px;
  }
}
@media (max-width: 1440px) {
  .hm-record-item h4 {
    font-size: 58px;
    padding: 70px 0 0;
    margin: 0 0 11px;
  }
}
@media (max-width: 1366px) {
  .hm-record-item h4 {
    font-size: 55px;
    padding: 65px 0 0;
    margin: 0 0 10px;
  }
}
@media (max-width: 1240px) {
  .hm-record-item h4 {
    font-size: 50px;
    padding: 60px 0 0;
    margin: 0 0 10px;
  }
}
.hm-record-item h4::before {
  content: " ";
  position: absolute;
  background-image: url(../images/record-item-bfr-img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 70px;
  top: 0;
  left: 0;
}
@media (max-width: 1700px) {
  .hm-record-item h4::before {
    width: 59px;
    height: 66px;
  }
}
@media (max-width: 1600px) {
  .hm-record-item h4::before {
    width: 54px;
    height: 61px;
  }
}
@media (max-width: 1440px) {
  .hm-record-item h4::before {
    width: 48px;
    height: 54px;
  }
}
@media (max-width: 1366px) {
  .hm-record-item h4::before {
    width: 46px;
    height: 52px;
  }
}
@media (max-width: 1240px) {
  .hm-record-item h4::before {
    width: 40px;
    height: 45px;
  }
}
.hm-record-item p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 1700px) {
  .hm-record-item p {
    font-size: 25px;
  }
}
@media (max-width: 1600px) {
  .hm-record-item p {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .hm-record-item p {
    font-size: 21px;
  }
}
@media (max-width: 1366px) {
  .hm-record-item p {
    font-size: 20px;
  }
}
@media (max-width: 1240px) {
  .hm-record-item p {
    font-size: 18px;
  }
}

.hm-record-itrm-btn a.btn {
  display: inline-block;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.8px;
  color: #040000;
  background-color: #ECB01C;
  padding: 9px 20px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .hm-record-itrm-btn a.btn {
    font-size: 15px;
    letter-spacing: 1.6px;
    padding: 8px 18px;
  }
}
@media (max-width: 1440px) {
  .hm-record-itrm-btn a.btn {
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 8px 17px;
  }
}

.hm-record-itrm-btn {
  margin: 0 0 26px;
}
@media (max-width: 1700px) {
  .hm-record-itrm-btn {
    margin: 0 0 24px;
  }
}
@media (max-width: 1240px) {
  .hm-record-itrm-btn {
    margin: 0 0 18px;
  }
}

.hm-record-lst.owl-carousel .owl-nav {
  position: absolute;
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  max-width: 90px;
  bottom: -24%;
  left: 39%;
}
@media (max-width: 1440px) {
  .hm-record-lst.owl-carousel .owl-nav {
    max-width: 80px;
    bottom: -23%;
  }
}
@media (max-width: 1240px) {
  .hm-record-lst.owl-carousel .owl-nav {
    max-width: 60px;
  }
}
@media (max-width: 991px) {
  .hm-record-lst.owl-carousel .owl-nav {
    max-width: 100%;
    bottom: 0;
    position: relative;
    margin: 25px 0 0;
    left: 0;
    right: 0;
    justify-content: center;
    gap: 30px;
  }
}
.hm-record-lst.owl-carousel .owl-nav button {
  background-image: url(../images/hm-testi-prev-arow.webp) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  font-size: 0 !important;
  width: 33px;
  height: 33px;
}
@media (max-width: 1700px) {
  .hm-record-lst.owl-carousel .owl-nav button {
    width: 29px;
    height: 29px;
  }
}
@media (max-width: 1600px) {
  .hm-record-lst.owl-carousel .owl-nav button {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 1440px) {
  .hm-record-lst.owl-carousel .owl-nav button {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1240px) {
  .hm-record-lst.owl-carousel .owl-nav button {
    width: 20px;
    height: 20px;
  }
}
.hm-record-lst.owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/hm-testi-nxt-arow.webp) !important;
}
.hm-record-lst.owl-carousel .owl-nav button.owl-next:hover {
  background-image: url(../images/hm-testi-nxt-arow-hvr.webp) !important;
}
.hm-record-lst.owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url(../images/hm-testi-prev-arow-hvr.webp) !important;
}

.hm-record-btn {
  text-align: center;
  margin: 0 0 0 25%;
}
@media (max-width: 991px) {
  .hm-record-btn {
    margin: 0;
  }
}

.hm-personal-sec {
  padding: 295px 0 20px;
}
@media (max-width: 1700px) {
  .hm-personal-sec {
    padding: 275px 0 20px;
  }
}
@media (max-width: 1600px) {
  .hm-personal-sec {
    padding: 255px 0 20px;
  }
}
@media (max-width: 1440px) {
  .hm-personal-sec {
    padding: 225px 0 18px;
  }
}
@media (max-width: 1240px) {
  .hm-personal-sec {
    padding: 180px 0 15px;
  }
}
@media (max-width: 991px) {
  .hm-personal-sec {
    padding: 40px 0;
  }
}
.hm-personal-sec .container {
  max-width: 1410px;
}
@media (max-width: 1700px) {
  .hm-personal-sec .container {
    max-width: 1330px;
  }
}
@media (max-width: 1600px) {
  .hm-personal-sec .container {
    max-width: 1260px;
  }
}
@media (max-width: 1440px) {
  .hm-personal-sec .container {
    max-width: 1160px;
  }
}
@media (max-width: 1240px) {
  .hm-personal-sec .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .hm-personal-sec .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .hm-personal-sec .container {
    max-width: 100%;
  }
}

.hm-personal-lst-one {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .hm-personal-lst-one {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    margin: 0 0 25px;
  }
}

.hm-personal-head {
  width: 54%;
  padding: 37px 0 0;
}
@media (max-width: 1700px) {
  .hm-personal-head {
    padding: 32px 0 0;
  }
}
@media (max-width: 1600px) {
  .hm-personal-head {
    padding: 30px 0 0;
  }
}
@media (max-width: 1440px) {
  .hm-personal-head {
    padding: 28px 0 0;
  }
}
@media (max-width: 1240px) {
  .hm-personal-head {
    padding: 15px 0 0;
  }
}
@media (max-width: 991px) {
  .hm-personal-head {
    padding: 0;
    width: 100%;
  }
}

.hm-peronal-one-right {
  width: 39.3%;
  padding: 100px 0 0px;
  position: relative;
  margin: 0 0 30px;
}
@media (max-width: 1700px) {
  .hm-peronal-one-right {
    padding: 85px 0 0px;
  }
}
@media (max-width: 1600px) {
  .hm-peronal-one-right {
    padding: 75px 0 0px;
  }
}
@media (max-width: 1440px) {
  .hm-peronal-one-right {
    padding: 65px 0 0px;
  }
}
@media (max-width: 1240px) {
  .hm-peronal-one-right {
    padding: 40px 0 0px;
  }
}
@media (max-width: 991px) {
  .hm-peronal-one-right {
    padding: 0;
    width: 100%;
    max-width: 450px;
    margin: 0 0 20px;
  }
}
.hm-peronal-one-right::before {
  content: " ";
  position: absolute;
  background: linear-gradient(167.23deg, #E4E9ED -2.83%, rgba(227, 232, 236, 0) 92.66%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 66%;
  height: 63%;
  left: -21%;
  clip-path: polygon(69% 0, 100% 100%, 24% 100%, 0 0%);
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .hm-peronal-one-right::before {
    display: none;
  }
}

.hm-personal-lst-two {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 991px) {
  .hm-personal-lst-two {
    align-items: center;
    flex-direction: column;
  }
}

.hm-personal-two-left {
  width: 49%;
  padding: 0 75px 60px 0px;
  position: relative;
  z-index: 1;
  margin: -80px 0 0;
}
@media (max-width: 1700px) {
  .hm-personal-two-left {
    padding: 0 70px 55px 0px;
    margin: -70px 0 0;
  }
}
@media (max-width: 1600px) {
  .hm-personal-two-left {
    padding: 0 65px 50px 0px;
    margin: -65px 0 0;
  }
}
@media (max-width: 1440px) {
  .hm-personal-two-left {
    padding: 0 55px 45px 0px;
    margin: -50px 0 0;
  }
}
@media (max-width: 1240px) {
  .hm-personal-two-left {
    padding: 0 40px 40px 0px;
    margin: -30px 0 0;
  }
}
@media (max-width: 991px) {
  .hm-personal-two-left {
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
    max-width: 450px;
  }
}
.hm-personal-two-left::before {
  content: "";
  position: absolute;
  background-image: url(../images/personal-lft-bfr-img.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 35.8%;
  height: 87.4%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.hm-personal-sec .text-heading {
  line-height: 1.33;
  margin: 0;
}

.hm-personal-rgt-img img {
  width: 100%;
  display: block;
}

.hm-personal-lft-img img {
  width: 100%;
  display: block;
}

.hm-personal-cnt {
  width: 48%;
}
@media (max-width: 991px) {
  .hm-personal-cnt {
    text-align: center;
    width: 100%;
  }
}
.hm-personal-cnt p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.6;
  color: #242424;
  margin: 0 0 20px;
}
@media (max-width: 1700px) {
  .hm-personal-cnt p {
    font-size: 19px;
    margin: 0 0 18px;
  }
}
@media (max-width: 1600px) {
  .hm-personal-cnt p {
    font-size: 18px;
    margin: 0 0 16px;
  }
}
@media (max-width: 1440px) {
  .hm-personal-cnt p {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.hm-personal-cnt p:last-of-type {
  margin: 0;
  color: #305596;
  font-weight: 700;
}
.hm-personal-cnt p:last-of-type a:hover {
  color: #242424;
}

.hm-personal-lft-img {
  position: relative;
}

.hm-awards-sec {
  padding: 40px 0 0;
}
@media (max-width: 1700px) {
  .hm-awards-sec {
    padding: 35px 0 0;
  }
}
@media (max-width: 1600px) {
  .hm-awards-sec {
    padding: 30px 0 0;
  }
}
@media (max-width: 1440px) {
  .hm-awards-sec {
    padding: 26px 0 0;
  }
}
@media (max-width: 1240px) {
  .hm-awards-sec {
    padding: 22px 0 0;
  }
}
@media (max-width: 991px) {
  .hm-awards-sec {
    padding: 20px 0;
  }
}

.hm-awards-lst {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 50px;
  border-bottom: 1px solid #CECED0;
}
@media (max-width: 1700px) {
  .hm-awards-lst {
    padding: 0 0 45px;
  }
}
@media (max-width: 1600px) {
  .hm-awards-lst {
    padding: 0 0 40px;
  }
}
@media (max-width: 1440px) {
  .hm-awards-lst {
    padding: 0 0 35px;
  }
}
@media (max-width: 1240px) {
  .hm-awards-lst {
    padding: 0 0 25px;
  }
}
@media (max-width: 991px) {
  .hm-awards-lst {
    padding: 0;
    gap: 15px;
    border-bottom: 0px;
  }
}
@media (max-width: 650px) {
  .hm-awards-lst {
    gap: 12px;
  }
}

.hm-awrds-img {
  width: 83.1%;
  margin: auto;
}

.hm-awrds-img img {
  display: block;
  width: 100%;
}

.hm-award-itm {
  width: 20%;
}
@media (max-width: 991px) {
  .hm-award-itm {
    width: 100%;
    max-width: 200px;
  }
}

.hm-exper-sec {
  padding: 85px 0 165px;
}
@media (max-width: 1800px) {
  .hm-exper-sec {
    padding: 80px 0 150px;
  }
}
@media (max-width: 1700px) {
  .hm-exper-sec {
    padding: 70px 0 120px;
  }
}
@media (max-width: 1600px) {
  .hm-exper-sec {
    padding: 60px 0 100px;
  }
}
@media (max-width: 1440px) {
  .hm-exper-sec {
    padding: 55px 0 80px;
  }
}
@media (max-width: 1240px) {
  .hm-exper-sec {
    padding: 40px 0 60px;
  }
}
@media (max-width: 991px) {
  .hm-exper-sec {
    padding: 20px 0 40px;
  }
}

.hm-exper-sec .text-heading {
  margin: 0 0 45px;
  text-align: center;
}
@media (max-width: 1700px) {
  .hm-exper-sec .text-heading {
    margin: 0 0 38px;
  }
}
@media (max-width: 1600px) {
  .hm-exper-sec .text-heading {
    margin: 0 0 35px;
  }
}
@media (max-width: 1440px) {
  .hm-exper-sec .text-heading {
    margin: 0 0 32px;
  }
}
@media (max-width: 991px) {
  .hm-exper-sec .text-heading {
    margin: 0 0 25px;
  }
}

.hm-exper-lst-one {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 95px;
}
@media (max-width: 1600px) {
  .hm-exper-lst-one {
    margin: 0 0 80px;
  }
}
@media (max-width: 1440px) {
  .hm-exper-lst-one {
    margin: 0 0 65px;
  }
}
@media (max-width: 1240px) {
  .hm-exper-lst-one {
    margin: 0 0 50px;
  }
}
@media (max-width: 991px) {
  .hm-exper-lst-one {
    margin: 0 0 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
}

.hm-exper-img img {
  width: 100%;
  display: block;
}

.hm-exper-lft {
  width: 52%;
}
@media (max-width: 991px) {
  .hm-exper-lft {
    width: 100%;
    max-width: 400px;
  }
}

.hm-exper-rgt {
  width: 44%;
}
@media (max-width: 991px) {
  .hm-exper-rgt {
    width: 100%;
  }
}
.hm-exper-rgt p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #242424;
  margin: 0;
}
@media (max-width: 1700px) {
  .hm-exper-rgt p {
    font-size: 19px;
  }
}
@media (max-width: 1600px) {
  .hm-exper-rgt p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .hm-exper-rgt p {
    font-size: 17px;
  }
}
@media (max-width: 1240px) {
  .hm-exper-rgt p {
    font-size: 16px;
  }
}

.hm-exper-certi-lst {
  display: flex;
  justify-content: space-between;
  margin: 0 0 45px;
  flex-wrap: wrap;
}
@media (max-width: 1700px) {
  .hm-exper-certi-lst {
    margin: 0 0 40px;
  }
}
@media (max-width: 1600px) {
  .hm-exper-certi-lst {
    margin: 0 0 36px;
  }
}
@media (max-width: 1440px) {
  .hm-exper-certi-lst {
    margin: 0 0 32px;
  }
}
@media (max-width: 1240px) {
  .hm-exper-certi-lst {
    margin: 0 0 28px;
  }
}
@media (max-width: 991px) {
  .hm-exper-certi-lst {
    margin: 0 0 25px;
    justify-content: center;
    gap: 20px;
  }
}

.hm-exper-item {
  padding: 50px 0px 55px 120px;
  width: 31.5%;
  position: relative;
}
@media (max-width: 1700px) {
  .hm-exper-item {
    padding: 45px 0px 50px 110px;
  }
}
@media (max-width: 1600px) {
  .hm-exper-item {
    padding: 42px 0px 46px 100px;
  }
}
@media (max-width: 1440px) {
  .hm-exper-item {
    padding: 38px 0px 40px 90px;
  }
}
@media (max-width: 1240px) {
  .hm-exper-item {
    padding: 30px 0px 30px 75px;
  }
}
@media (max-width: 991px) {
  .hm-exper-item {
    padding: 30px 0px 30px 70px;
    max-width: 320px;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .hm-exper-item {
    padding: 25px 0px 25px 60px;
  }
}
.hm-exper-item::before {
  content: " ";
  position: absolute;
  background: linear-gradient(167.23deg, #E4E9ED -2.83%, rgba(227, 232, 236, 0) 92.66%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 64.5%;
  height: 79%;
  left: 0;
  clip-path: polygon(69% 0, 92% 100%, 24% 100%, 0 3%);
  top: 0;
  z-index: -1;
}
.hm-exper-item h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 1.1;
  color: #242424;
  margin: 0;
  padding: 0 0 20px;
  position: relative;
}
@media (max-width: 1700px) {
  .hm-exper-item h3 {
    font-size: 32px;
    padding: 0 0 18px;
  }
}
@media (max-width: 1600px) {
  .hm-exper-item h3 {
    font-size: 30px;
    padding: 0 0 16px;
  }
}
@media (max-width: 1440px) {
  .hm-exper-item h3 {
    font-size: 27px;
    padding: 0 0 15px;
  }
}
@media (max-width: 1240px) {
  .hm-exper-item h3 {
    font-size: 23px;
    padding: 0 0 12px;
  }
}
@media (max-width: 991px) {
  .hm-exper-item h3 {
    font-size: 22px;
    padding: 0 0 12px;
  }
}
@media (max-width: 650px) {
  .hm-exper-item h3 {
    font-size: 20px;
    padding: 0 0 12px;
  }
}
.hm-exper-item h3::before {
  content: " ";
  position: absolute;
  background-color: #ECB01C;
  width: 82px;
  height: 2px;
  left: 0;
  bottom: 0;
  left: 0;
}

.hm-exper-btn {
  text-align: center;
}

.hm-practi-btn-list .pract-tab-btn {
  background-color: #262A32;
  padding: 40px 20px;
  width: 100%;
  border: 1px solid #434C59;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1700px) {
  .hm-practi-btn-list .pract-tab-btn {
    padding: 35px 16px;
  }
}
@media (max-width: 1600px) {
  .hm-practi-btn-list .pract-tab-btn {
    padding: 32px 14px;
  }
}
@media (max-width: 1440px) {
  .hm-practi-btn-list .pract-tab-btn {
    padding: 30px 12px;
  }
}
.hm-practi-btn-list .pract-tab-btn::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #305596 -40%, transparent 100%);
  width: 100%;
  height: 100%;
  top: 0;
  clip-path: polygon(30% 0, 100% 68%, 100% 100%, 40% 100%, 0 65%, 0 0);
  left: 0;
  margin: auto;
  z-index: -1;
  pointer-events: none;
}
.hm-practi-btn-list .pract-tab-btn:hover, .hm-practi-btn-list .pract-tab-btn.active {
  background-color: #305596;
  border: 1px solid #fff;
}
.hm-practi-btn-list .pract-tab-btn:hover::before, .hm-practi-btn-list .pract-tab-btn.active::before {
  background: linear-gradient(180deg, #242424 -40%, transparent 100%);
}
.hm-practi-btn-list .pract-tab-btn:hover .hm-practi-itm h4::after, .hm-practi-btn-list .pract-tab-btn.active .hm-practi-itm h4::after {
  background-color: #4775C6;
}

@media (max-width: 991px) {
  .hm-practi-list {
    margin: 0 0 20px;
  }
}
.hm-practi-list .pract-tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}
.hm-practi-list .pract-tab-content.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.hm-three-sec-blk {
  background-image: url(../images/hm-mix-sec-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.hm-practice-sec {
  padding: 90px 0 60px;
}
@media (max-width: 1700px) {
  .hm-practice-sec {
    padding: 80px 0 50px;
  }
}
@media (max-width: 1600px) {
  .hm-practice-sec {
    padding: 70px 0 45px;
  }
}
@media (max-width: 1440px) {
  .hm-practice-sec {
    padding: 60px 0 40px;
  }
}
@media (max-width: 1240px) {
  .hm-practice-sec {
    padding: 45px 0 35px;
  }
}
@media (max-width: 991px) {
  .hm-practice-sec {
    padding: 40px 0 20px;
    overflow-x: hidden;
  }
}
@media (max-width: 650px) {
  .hm-practice-sec {
    padding: 35px 0 20px;
  }
}
.hm-practice-sec .container {
  max-width: 1740px;
}
@media (max-width: 1800px) {
  .hm-practice-sec .container {
    max-width: 1640px;
  }
}
@media (max-width: 1700px) {
  .hm-practice-sec .container {
    max-width: 1530px;
  }
}
@media (max-width: 1600px) {
  .hm-practice-sec .container {
    max-width: 1430px;
  }
}
@media (max-width: 1500px) {
  .hm-practice-sec .container {
    max-width: 1380px;
  }
}
@media (max-width: 1440px) {
  .hm-practice-sec .container {
    max-width: 1190px;
  }
}
@media (max-width: 1240px) {
  .hm-practice-sec .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .hm-practice-sec .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .hm-practice-sec .container {
    max-width: 100%;
  }
}
.hm-practice-sec .text-heading {
  color: #fff;
  text-align: center;
  margin: 0 0 24px;
}
@media (max-width: 1700px) {
  .hm-practice-sec .text-heading {
    margin: 0 0 20px;
  }
}
@media (max-width: 1240px) {
  .hm-practice-sec .text-heading {
    margin: 0 0 12px;
  }
}
.hm-practice-sec .text-heading strong {
  color: #fff;
}
.hm-practice-sec h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 24px;
  color: #507ECF;
  line-height: 1;
  letter-spacing: 6.2px;
  margin: 0 0 100px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1700px) {
  .hm-practice-sec h3 {
    font-size: 21px;
    letter-spacing: 5.6px;
    margin: 0 0 85px;
  }
}
@media (max-width: 1600px) {
  .hm-practice-sec h3 {
    font-size: 20px;
    letter-spacing: 5px;
    margin: 0 0 75px;
  }
}
@media (max-width: 1440px) {
  .hm-practice-sec h3 {
    font-size: 18px;
    letter-spacing: 4.5px;
    margin: 0 0 65px;
  }
}
@media (max-width: 1240px) {
  .hm-practice-sec h3 {
    font-size: 17px;
    letter-spacing: 4px;
    margin: 0 0 50px;
  }
}

.hm-practi-blk {
  display: flex;
  justify-content: space-between;
  padding: 0 15% 0 0;
}
@media (max-width: 1500px) {
  .hm-practi-blk {
    padding: 0 13% 0 0;
  }
}
@media (max-width: 1440px) {
  .hm-practi-blk {
    padding: 0 8% 0 0;
  }
}
@media (max-width: 1240px) {
  .hm-practi-blk {
    padding: 0 0% 0 0;
  }
}
@media (max-width: 991px) {
  .hm-practi-blk {
    padding: 0 0% 0 0;
    flex-direction: column;
    align-items: center;
  }
}

.hm-practi-lft {
  width: 63.5%;
}
@media (max-width: 1240px) {
  .hm-practi-lft {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .hm-practi-lft {
    width: 100%;
    margin: 0 0 20px;
    max-width: 450px;
  }
}

.hm-practi-img img {
  width: 100%;
  display: block;
}

.hm-practi-rgt {
  width: 29.8%;
  padding: 80px 0 0;
}
@media (max-width: 1800px) {
  .hm-practi-rgt {
    padding: 65px 0 0;
  }
}
@media (max-width: 1700px) {
  .hm-practi-rgt {
    padding: 60px 0 0;
  }
}
@media (max-width: 1600px) {
  .hm-practi-rgt {
    padding: 50px 0 0;
  }
}
@media (max-width: 1500px) {
  .hm-practi-rgt {
    padding: 35px 0 0;
  }
}
@media (max-width: 1440px) {
  .hm-practi-rgt {
    padding: 35px 0 0;
  }
}
@media (max-width: 1240px) {
  .hm-practi-rgt {
    width: 40%;
    padding: 20px 0 0;
  }
}
@media (max-width: 991px) {
  .hm-practi-rgt {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.hm-practi-rgt h4 {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 35px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 8px;
  position: relative;
}
@media (max-width: 1800px) {
  .hm-practi-rgt h4 {
    font-size: 34px;
  }
}
@media (max-width: 1700px) {
  .hm-practi-rgt h4 {
    font-size: 32px;
  }
}
@media (max-width: 1500px) {
  .hm-practi-rgt h4 {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .hm-practi-rgt h4 {
    font-size: 28px;
  }
}
.hm-practi-rgt h4::before {
  width: 180px;
  height: 2px;
  background-color: #416dba;
  position: absolute;
  left: -240px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
@media (max-width: 1700px) {
  .hm-practi-rgt h4::before {
    width: 170px;
    left: -220px;
  }
}
@media (max-width: 1240px) {
  .hm-practi-rgt h4::before {
    width: 150px;
    left: -180px;
  }
}
@media (max-width: 991px) {
  .hm-practi-rgt h4::before {
    display: none;
  }
}
.hm-practi-rgt p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 28px;
}
@media (max-width: 1700px) {
  .hm-practi-rgt p {
    font-size: 17px;
    margin: 0 0 25px;
  }
}
@media (max-width: 1600px) {
  .hm-practi-rgt p {
    font-size: 16px;
    margin: 0 0 22px;
  }
}

.hm-practi-itm-btn a.cmn-btn {
  padding: 23px 41px;
}
@media (max-width: 1800px) {
  .hm-practi-itm-btn a.cmn-btn {
    padding: 21px 38px;
  }
}
@media (max-width: 1700px) {
  .hm-practi-itm-btn a.cmn-btn {
    padding: 19px 35px;
  }
}
@media (max-width: 1600px) {
  .hm-practi-itm-btn a.cmn-btn {
    padding: 18px 32px;
  }
}
@media (max-width: 1240px) {
  .hm-practi-itm-btn a.cmn-btn {
    padding: 16px 28px;
  }
}

.hm-practi-itm-img {
  width: 100%;
  padding: 0 0 12px;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
}
@media (max-width: 1600px) {
  .hm-practi-itm-img {
    margin: 0 0 25px;
  }
}
@media (max-width: 1440px) {
  .hm-practi-itm-img {
    margin: 0 0 22px;
  }
}
.hm-practi-itm-img::before {
  content: "";
  width: 122px;
  height: 2px;
  background-color: #4470bf;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1700px) {
  .hm-practi-itm-img::before {
    width: 110px;
  }
}
@media (max-width: 1600px) {
  .hm-practi-itm-img::before {
    width: 100px;
  }
}
@media (max-width: 1440px) {
  .hm-practi-itm-img::before {
    width: 92px;
  }
}

.hm-practi-btn-list.owl-carousel .owl-stage, .hm-practi-btn-list.owl-carousel .owl-item {
  display: flex;
}
.hm-practi-btn-list.owl-carousel .owl-item {
  padding: 0 2px;
}
.hm-practi-btn-list.owl-carousel .hm-practi-itm-img img {
  width: 101px;
  margin: 0 auto;
}
@media (max-width: 1800px) {
  .hm-practi-btn-list.owl-carousel .hm-practi-itm-img img {
    width: 96px;
  }
}
@media (max-width: 1700px) {
  .hm-practi-btn-list.owl-carousel .hm-practi-itm-img img {
    width: 88px;
  }
}
@media (max-width: 1600px) {
  .hm-practi-btn-list.owl-carousel .hm-practi-itm-img img {
    width: 82px;
  }
}
@media (max-width: 1440px) {
  .hm-practi-btn-list.owl-carousel .hm-practi-itm-img img {
    width: 75px;
  }
}

.hm-practi-itm h4 {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 28px;
  color: #ECB01C;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 1800px) {
  .hm-practi-itm h4 {
    font-size: 27px;
  }
}
@media (max-width: 1700px) {
  .hm-practi-itm h4 {
    font-size: 25px;
  }
}
@media (max-width: 1600px) {
  .hm-practi-itm h4 {
    font-size: 22px;
  }
}
@media (max-width: 1500px) {
  .hm-practi-itm h4 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .hm-practi-itm h4 {
    font-size: 20px;
  }
}
@media (max-width: 1240px) {
  .hm-practi-itm h4 {
    font-size: 19px;
  }
}

.hm-practi-btn-list.owl-carousel.owl-stage, .hm-practi-btn-list.owl-carousel.owl-item {
  display: flex;
}

.hm-practi-btn {
  text-align: center;
  margin: 0 auto 35px;
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .hm-practi-btn {
    margin: 0 0 25px;
  }
}
.hm-practi-btn::before, .hm-practi-btn::after {
  width: 25%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  margin: auto;
  content: "";
  height: 1px;
  top: 0;
  bottom: 0;
}
@media (max-width: 1240px) {
  .hm-practi-btn::before, .hm-practi-btn::after {
    width: 17%;
  }
}
@media (max-width: 991px) {
  .hm-practi-btn::before, .hm-practi-btn::after {
    display: none;
  }
}
.hm-practi-btn::before {
  left: 7%;
}
.hm-practi-btn::after {
  right: 7%;
}
.hm-practi-btn a.cmn-btn {
  z-index: 1;
}

.hm-practi-btm-cnt p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 1800px) {
  .hm-practi-btm-cnt p {
    font-size: 19px;
  }
}
@media (max-width: 1700px) {
  .hm-practi-btm-cnt p {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .hm-practi-btm-cnt p {
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  .hm-practi-btm-cnt p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hm-practi-btm-cnt p br {
    display: none;
  }
}

.hm-practice-blk {
  width: 74.3%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .hm-practice-blk {
    width: 78%;
  }
}
@media (max-width: 1240px) {
  .hm-practice-blk {
    width: 100%;
  }
}

.hm-practi-btn-list.owl-carousel {
  margin: -10% auto 60px;
}
@media (max-width: 1800px) {
  .hm-practi-btn-list.owl-carousel {
    margin: -10% auto 56px;
  }
}
@media (max-width: 1700px) {
  .hm-practi-btn-list.owl-carousel {
    margin: -10% auto 48px;
  }
}
@media (max-width: 1600px) {
  .hm-practi-btn-list.owl-carousel {
    margin: -9% auto 42px;
  }
}
@media (max-width: 1440px) {
  .hm-practi-btn-list.owl-carousel {
    margin: -6% auto 35px;
  }
}
@media (max-width: 1240px) {
  .hm-practi-btn-list.owl-carousel {
    margin: 0% auto 30px;
  }
}
@media (max-width: 991px) {
  .hm-practi-btn-list.owl-carousel {
    margin: 0 auto 20px;
  }
}
.hm-practi-btn-list.owl-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  width: 42%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -117px;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 1800px) {
  .hm-practi-btn-list.owl-carousel .owl-nav {
    bottom: -114px;
  }
}
@media (max-width: 1700px) {
  .hm-practi-btn-list.owl-carousel .owl-nav {
    bottom: -98px;
  }
}
@media (max-width: 1600px) {
  .hm-practi-btn-list.owl-carousel .owl-nav {
    bottom: -86px;
  }
}
@media (max-width: 1440px) {
  .hm-practi-btn-list.owl-carousel .owl-nav {
    bottom: -76px;
  }
}
@media (max-width: 1240px) {
  .hm-practi-btn-list.owl-carousel .owl-nav {
    bottom: -69px;
    width: 48%;
  }
}
@media (max-width: 991px) {
  .hm-practi-btn-list.owl-carousel .owl-nav {
    bottom: 0;
    width: 100%;
    position: relative;
    margin: 20px 0 0;
    justify-content: center !important;
    gap: 30px;
  }
}
.hm-practi-btn-list.owl-carousel .owl-nav button {
  width: 33px;
  height: 33px;
  font-size: 0 !important;
  background-image: url(../images/hm-testi-prev-arow.webp) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
@media (max-width: 1700px) {
  .hm-practi-btn-list.owl-carousel .owl-nav button {
    width: 29px;
    height: 29px;
  }
}
@media (max-width: 1600px) {
  .hm-practi-btn-list.owl-carousel .owl-nav button {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 1440px) {
  .hm-practi-btn-list.owl-carousel .owl-nav button {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1240px) {
  .hm-practi-btn-list.owl-carousel .owl-nav button {
    width: 20px;
    height: 20px;
  }
}
.hm-practi-btn-list.owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/hm-testi-nxt-arow.webp) !important;
}
.hm-practi-btn-list.owl-carousel .owl-nav button.owl-next:hover {
  background-image: url(../images/hm-testi-nxt-arow-hvr.webp) !important;
}
.hm-practi-btn-list.owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url(../images/hm-testi-prev-arow-hvr.webp) !important;
}

.hm-excelle-sec {
  padding: 80px 0 50px;
}
@media (max-width: 1700px) {
  .hm-excelle-sec {
    padding: 70px 0 45px;
  }
}
@media (max-width: 1600px) {
  .hm-excelle-sec {
    padding: 60px 0 40px;
  }
}
@media (max-width: 1440px) {
  .hm-excelle-sec {
    padding: 50px 0 35px;
  }
}
@media (max-width: 1240px) {
  .hm-excelle-sec {
    padding: 40px 0 30px;
  }
}
@media (max-width: 991px) {
  .hm-excelle-sec {
    padding: 20px 0;
  }
}

.hm-excelle-sec p.hm-exll-head-cont {
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-size: 41px !important;
  line-height: 1.4;
  letter-spacing: 4.9px;
  color: #FFFFFF;
  margin: 0 0 8px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1700px) {
  .hm-excelle-sec p.hm-exll-head-cont {
    font-size: 37px !important;
    letter-spacing: 4.2px;
  }
}
@media (max-width: 1600px) {
  .hm-excelle-sec p.hm-exll-head-cont {
    font-size: 32px !important;
    letter-spacing: 3.6px;
  }
}
@media (max-width: 1440px) {
  .hm-excelle-sec p.hm-exll-head-cont {
    font-size: 30px !important;
    letter-spacing: 3px;
  }
}
@media (max-width: 1240px) {
  .hm-excelle-sec p.hm-exll-head-cont {
    font-size: 25px !important;
    letter-spacing: 2.6px;
  }
}
@media (max-width: 991px) {
  .hm-excelle-sec p.hm-exll-head-cont {
    font-size: 20px !important;
    letter-spacing: 2px;
  }
}
@media (max-width: 650px) {
  .hm-excelle-sec p.hm-exll-head-cont {
    font-size: 16px !important;
    letter-spacing: 2px;
  }
}
.hm-excelle-sec h2 {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 165px;
  line-height: 1;
  letter-spacing: -3.3px;
  color: #487AD3;
  margin: 0 0 45px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1700px) {
  .hm-excelle-sec h2 {
    font-size: 155px;
    letter-spacing: -2.8px;
    margin: 0 0 40px;
  }
}
@media (max-width: 1600px) {
  .hm-excelle-sec h2 {
    font-size: 140px;
    letter-spacing: -2.2px;
    margin: 0 0 35px;
  }
}
@media (max-width: 1440px) {
  .hm-excelle-sec h2 {
    font-size: 124px;
    letter-spacing: -1.8px;
    margin: 0 0 30px;
  }
}
@media (max-width: 1240px) {
  .hm-excelle-sec h2 {
    font-size: 105px;
    letter-spacing: -1.2px;
    margin: 0 0 28px;
  }
}
@media (max-width: 991px) {
  .hm-excelle-sec h2 {
    font-size: 70px;
    letter-spacing: -0.5px;
    margin: 0 0 25px;
  }
}
@media (max-width: 650px) {
  .hm-excelle-sec h2 {
    font-size: 50px;
    letter-spacing: 0px;
    margin: 0 0 22px;
  }
}
@media (max-width: 480px) {
  .hm-excelle-sec h2 {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .hm-excelle-sec h2 {
    font-size: 34px;
  }
}
.hm-excelle-sec p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 42px;
  text-align: center;
}
@media (max-width: 1700px) {
  .hm-excelle-sec p {
    font-size: 19px;
    letter-spacing: 0.7px;
    margin: 0 0 38px;
  }
}
@media (max-width: 1600px) {
  .hm-excelle-sec p {
    font-size: 18px;
    letter-spacing: 0.6px;
    margin: 0 0 34px;
  }
}
@media (max-width: 1440px) {
  .hm-excelle-sec p {
    font-size: 17px;
    letter-spacing: 0.4px;
    margin: 0 0 30px;
  }
}
@media (max-width: 1240px) {
  .hm-excelle-sec p {
    font-size: 16px;
    letter-spacing: 0.2px;
    margin: 0 0 28px;
  }
}
@media (max-width: 650px) {
  .hm-excelle-sec p {
    margin: 0 0 24px;
  }
}

.hm-excellence-lst {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .hm-excellence-lst {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .hm-excellence-lst {
    gap: 20px;
  }
}
.hm-excellence-lst p {
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  letter-spacing: 2.8px;
  margin: 0;
}
@media (max-width: 1700px) {
  .hm-excellence-lst p {
    letter-spacing: 2.2px;
  }
}
@media (max-width: 1600px) {
  .hm-excellence-lst p {
    letter-spacing: 1.7px;
  }
}
@media (max-width: 1440px) {
  .hm-excellence-lst p {
    letter-spacing: 1.4px;
  }
}
@media (max-width: 1240px) {
  .hm-excellence-lst p {
    letter-spacing: 1px;
  }
}
@media (max-width: 480px) {
  .hm-excellence-lst p {
    letter-spacing: 0;
  }
}
.hm-excellence-lst p a {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 43px;
  letter-spacing: 0.4px;
  line-height: 1;
  position: relative;
  padding: 0 0 0 50px;
  display: inline-block;
  margin: 10px 0 0;
}
@media (max-width: 1700px) {
  .hm-excellence-lst p a {
    font-size: 40px;
    letter-spacing: 0.3px;
    padding: 0 0 0 46px;
  }
}
@media (max-width: 1600px) {
  .hm-excellence-lst p a {
    font-size: 37px;
    letter-spacing: 0.2px;
    padding: 0 0 0 42px;
  }
}
@media (max-width: 1440px) {
  .hm-excellence-lst p a {
    font-size: 34px;
    letter-spacing: 0.1px;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 1240px) {
  .hm-excellence-lst p a {
    font-size: 31px;
    letter-spacing: 0px;
    padding: 0 0 0 38px;
    margin: 8px 0 0;
  }
}
@media (max-width: 480px) {
  .hm-excellence-lst p a {
    font-size: 28px;
    letter-spacing: 0px;
    padding: 0 0 0 35px;
    margin: 8px 0 0;
  }
}
.hm-excellence-lst p a::before {
  content: " ";
  position: absolute;
  background-image: url(../images/ph-call-icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 43px;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1700px) {
  .hm-excellence-lst p a::before {
    width: 37px;
    height: 40px;
  }
}
@media (max-width: 1600px) {
  .hm-excellence-lst p a::before {
    width: 34px;
    height: 37px;
  }
}
@media (max-width: 1440px) {
  .hm-excellence-lst p a::before {
    width: 31px;
    height: 33px;
  }
}
@media (max-width: 1240px) {
  .hm-excellence-lst p a::before {
    width: 29px;
    height: 31px;
  }
}
.hm-excellence-lst p a:hover {
  color: #305596;
}

.hm-young-sec {
  padding: 40px 0 115px;
  overflow-x: hidden;
}
@media (max-width: 1700px) {
  .hm-young-sec {
    padding: 35px 0 100px;
  }
}
@media (max-width: 1600px) {
  .hm-young-sec {
    padding: 30px 0 85px;
  }
}
@media (max-width: 1440px) {
  .hm-young-sec {
    padding: 30px 0 70px;
  }
}
@media (max-width: 1240px) {
  .hm-young-sec {
    padding: 25px 0 55px;
  }
}
@media (max-width: 991px) {
  .hm-young-sec {
    padding: 30px 0 40px;
  }
}
.hm-young-sec .container {
  max-width: 1360px;
}
@media (max-width: 1700px) {
  .hm-young-sec .container {
    max-width: 1300px;
  }
}
@media (max-width: 1600px) {
  .hm-young-sec .container {
    max-width: 1240px;
  }
}
@media (max-width: 1440px) {
  .hm-young-sec .container {
    max-width: 1140px;
  }
}
@media (max-width: 1240px) {
  .hm-young-sec .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .hm-young-sec .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .hm-young-sec .container {
    max-width: 100%;
  }
}

.hm-young-head {
  position: absolute;
  top: 18%;
  left: 15.5%;
  width: 111%;
  z-index: 1;
}
@media (max-width: 991px) {
  .hm-young-head {
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 0;
  }
}
.hm-young-head .text-heading {
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
}

.hm-young-lst {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
}
@media (max-width: 991px) {
  .hm-young-lst {
    flex-direction: column;
    align-items: center;
  }
}

.hm-young-lft {
  width: 48%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .hm-young-lft {
    width: 100%;
    text-align: center;
  }
}

.hm-young-rgt-cnt {
  padding: 0 0 0 0;
}

.hm-young-rgt-img {
  position: absolute;
  top: -50%;
  right: -28%;
  width: 751px;
}
@media (max-width: 1700px) {
  .hm-young-rgt-img {
    right: -16%;
    width: 640px;
  }
}
@media (max-width: 1600px) {
  .hm-young-rgt-img {
    right: -10%;
    width: 590px;
  }
}
@media (max-width: 1440px) {
  .hm-young-rgt-img {
    right: -2%;
    width: 480px;
  }
}
@media (max-width: 1240px) {
  .hm-young-rgt-img {
    right: 2%;
    top: -35%;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .hm-young-rgt-img {
    right: 0;
    width: 100%;
    max-width: 400px;
    position: relative;
    top: 0;
    margin: 0 auto 20px;
  }
}

.hm-young-rgt {
  width: 47.2%;
  padding: 0 0 140px;
  position: relative;
}
@media (max-width: 1700px) {
  .hm-young-rgt {
    padding: 0 0 120px;
  }
}
@media (max-width: 1600px) {
  .hm-young-rgt {
    padding: 0 0 110px;
  }
}
@media (max-width: 1440px) {
  .hm-young-rgt {
    padding: 0 0 100px;
  }
}
@media (max-width: 1240px) {
  .hm-young-rgt {
    padding: 0 0 80px;
  }
}
@media (max-width: 991px) {
  .hm-young-rgt {
    padding: 0 0 0;
    width: 100%;
    text-align: center;
  }
}
.hm-young-rgt p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.7;
  color: #FFFFFF;
  margin: 0 0 20px;
}
@media (max-width: 1700px) {
  .hm-young-rgt p {
    font-size: 19px;
    margin: 0 0 18px;
  }
}
@media (max-width: 1600px) {
  .hm-young-rgt p {
    font-size: 18px;
    margin: 0 0 16px;
  }
}
@media (max-width: 1440px) {
  .hm-young-rgt p {
    font-size: 17px;
    margin: 0 0 15px;
  }
}
@media (max-width: 1240px) {
  .hm-young-rgt p {
    font-size: 16px;
    margin: 0 0 14px;
  }
}
.hm-young-rgt p:last-of-type {
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  letter-spacing: 2.8px;
  margin: 55px 0 0;
}
@media (max-width: 1700px) {
  .hm-young-rgt p:last-of-type {
    letter-spacing: 2.2px;
    margin: 48px 0 0;
  }
}
@media (max-width: 1600px) {
  .hm-young-rgt p:last-of-type {
    letter-spacing: 2px;
    margin: 42px 0 0;
  }
}
@media (max-width: 1440px) {
  .hm-young-rgt p:last-of-type {
    letter-spacing: 1.6px;
    margin: 36px 0 0;
  }
}
@media (max-width: 1240px) {
  .hm-young-rgt p:last-of-type {
    letter-spacing: 1px;
    margin: 30px 0 0;
  }
}
@media (max-width: 991px) {
  .hm-young-rgt p:last-of-type {
    margin: 35px auto 0;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
}
@media (max-width: 480px) {
  .hm-young-rgt p:last-of-type {
    margin: 30px auto 0;
    letter-spacing: 0;
  }
}
.hm-young-rgt p a {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 43px;
  letter-spacing: 0.4px;
  line-height: 1;
  position: relative;
  padding: 0 0 0 50px;
  display: inline-block;
  margin: 10px 0 0;
}
@media (max-width: 1700px) {
  .hm-young-rgt p a {
    font-size: 40px;
    padding: 0 0 0 46px;
  }
}
@media (max-width: 1600px) {
  .hm-young-rgt p a {
    font-size: 37px;
    padding: 0 0 0 42px;
  }
}
@media (max-width: 1440px) {
  .hm-young-rgt p a {
    font-size: 34px;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 1240px) {
  .hm-young-rgt p a {
    font-size: 30px;
    padding: 0 0 0 36px;
  }
}
@media (max-width: 480px) {
  .hm-young-rgt p a {
    font-size: 28px;
    padding: 0 0 0 34px;
  }
}
.hm-young-rgt p a::before {
  content: " ";
  position: absolute;
  background-image: url(../images/ph-call-icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 43px;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1700px) {
  .hm-young-rgt p a::before {
    width: 38px;
    height: 40px;
  }
}
@media (max-width: 1600px) {
  .hm-young-rgt p a::before {
    width: 34px;
    height: 37px;
  }
}
@media (max-width: 1440px) {
  .hm-young-rgt p a::before {
    width: 31px;
    height: 34px;
  }
}
@media (max-width: 1240px) {
  .hm-young-rgt p a::before {
    width: 29px;
    height: 31px;
  }
}
@media (max-width: 480px) {
  .hm-young-rgt p a::before {
    width: 26px;
    height: 28px;
  }
}
.hm-young-rgt p a:hover {
  color: #305596;
}

.hm-young-lft-img img,
.hm-young-rgt-img img {
  width: 100%;
  display: block;
}

.hm-young-lft-img {
  position: relative;
  padding: 0 13px;
  z-index: 1;
}
@media (max-width: 991px) {
  .hm-young-lft-img {
    max-width: 500px;
    margin: 0 auto 20px;
    padding: 0 10px;
  }
}
.hm-young-lft-img::before {
  content: "";
  position: absolute;
  background-color: #4775C6;
  width: 2px;
  height: 61.7%;
  left: 0px;
  bottom: 60px;
}
.hm-young-lft-img::after {
  content: "";
  position: absolute;
  background-color: #4775C6;
  width: 2px;
  height: 61.7%;
  right: 0px;
  bottom: 60px;
}

.hm-team-sec {
  padding: 70px 0;
}
@media (max-width: 1700px) {
  .hm-team-sec {
    padding: 60px 0;
  }
}
@media (max-width: 1600px) {
  .hm-team-sec {
    padding: 55px 0;
  }
}
@media (max-width: 1440px) {
  .hm-team-sec {
    padding: 50px 0;
  }
}
@media (max-width: 1240px) {
  .hm-team-sec {
    padding: 40px 0;
  }
}
.hm-team-sec .text-heading {
  line-height: 1.2;
  margin: 0 0 60px;
  text-align: center;
}
@media (max-width: 1700px) {
  .hm-team-sec .text-heading {
    margin: 0 0 52px;
  }
}
@media (max-width: 1600px) {
  .hm-team-sec .text-heading {
    margin: 0 0 45px;
  }
}
@media (max-width: 1440px) {
  .hm-team-sec .text-heading {
    margin: 0 0 40px;
  }
}
@media (max-width: 1240px) {
  .hm-team-sec .text-heading {
    margin: 0 0 35px;
  }
}

.hm-team-main-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0;
}
@media (max-width: 991px) {
  .hm-team-main-blk {
    flex-direction: column-reverse;
  }
}
.hm-team-main-blk::before {
  position: absolute;
  content: " ";
  background-color: #305596;
  width: 2px;
  height: 87%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .hm-team-main-blk::before {
    display: none;
  }
}

.hm-team-list {
  width: 39%;
  padding: 0 0 25px 30px;
}
@media (max-width: 1600px) {
  .hm-team-list {
    padding: 0 0 20px 25px;
  }
}
@media (max-width: 1440px) {
  .hm-team-list {
    padding: 0 0 18px 22px;
  }
}
@media (max-width: 1240px) {
  .hm-team-list {
    padding: 0 0 18px 20px;
  }
}
@media (max-width: 991px) {
  .hm-team-list {
    padding: 20px 0 0;
    width: 100%;
    text-align: center;
  }
}

.hm-team-sec .team-tab-buttons {
  width: 54%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .hm-team-sec .team-tab-buttons {
    width: 100%;
    justify-content: center;
    gap: 15px;
  }
}

.hm-team-lft h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 90px;
  line-height: 1.1;
  letter-spacing: -1.8px;
  color: #242424;
  margin: 0 0 30px;
}
@media (max-width: 1700px) {
  .hm-team-lft h3 {
    font-size: 82px;
    letter-spacing: -1.2px;
    margin: 0 0 25px;
  }
}
@media (max-width: 1600px) {
  .hm-team-lft h3 {
    font-size: 74px;
    letter-spacing: -0.8px;
    margin: 0 0 22px;
  }
}
@media (max-width: 1440px) {
  .hm-team-lft h3 {
    font-size: 65px;
    letter-spacing: -0.6px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1240px) {
  .hm-team-lft h3 {
    font-size: 58px;
    letter-spacing: -0.2px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .hm-team-lft h3 {
    font-size: 34px;
    letter-spacing: 0px;
    margin: 0 0 18px;
  }
}
.hm-team-lft p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.8;
  color: #242424;
  margin: 0 0 80px;
}
@media (max-width: 1700px) {
  .hm-team-lft p {
    font-size: 19px;
    margin: 0 0 70px;
  }
}
@media (max-width: 1600px) {
  .hm-team-lft p {
    font-size: 18px;
    margin: 0 0 60px;
  }
}
@media (max-width: 1440px) {
  .hm-team-lft p {
    font-size: 17px;
    margin: 0 0 50px;
  }
}
@media (max-width: 1240px) {
  .hm-team-lft p {
    font-size: 16px;
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .hm-team-lft p {
    margin: 0 0 20px;
  }
}

.hm-team-card-cnt {
  position: absolute;
  top: 28px;
  left: 25px;
  width: 41%;
  z-index: 1;
}
@media (max-width: 1700px) {
  .hm-team-card-cnt {
    top: 25px;
    left: 23px;
  }
}
@media (max-width: 1240px) {
  .hm-team-card-cnt {
    top: 20px;
    left: 18px;
  }
}
@media (max-width: 991px) {
  .hm-team-card-cnt {
    top: 20px;
    left: 18px;
    bottom: 0;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.hm-team-img img {
  display: block;
  width: 100%;
  filter: grayscale(1);
}

.team-tab-btn h4 {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 3px;
  color: #000000;
  margin: 0;
  text-align: left;
}
@media (max-width: 1700px) {
  .team-tab-btn h4 {
    font-size: 20px;
    letter-spacing: 2.6px;
  }
}
@media (max-width: 1600px) {
  .team-tab-btn h4 {
    font-size: 19px;
    letter-spacing: 2.6px;
  }
}
@media (max-width: 1440px) {
  .team-tab-btn h4 {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1240px) {
  .team-tab-btn h4 {
    font-size: 17px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 991px) {
  .team-tab-btn h4 {
    font-size: 17px;
    letter-spacing: 1.4px;
  }
}

.hm-team-sec .team-tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}
.hm-team-sec .team-tab-content.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.hm-team-sec .team-tab-btn {
  width: 46%;
  padding: 38px 0 0 50px;
  border: 1px solid rgba(46, 89, 134, 0.72);
  background-image: url(../images/team-item-bg-img.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1700px) {
  .hm-team-sec .team-tab-btn {
    padding: 36px 0 0 45px;
  }
}
@media (max-width: 1600px) {
  .hm-team-sec .team-tab-btn {
    padding: 32px 0 0 40px;
  }
}
@media (max-width: 1440px) {
  .hm-team-sec .team-tab-btn {
    padding: 28px 0 0 34px;
  }
}
@media (max-width: 1240px) {
  .hm-team-sec .team-tab-btn {
    padding: 26px 0 0 28px;
    width: 48%;
  }
}
@media (max-width: 991px) {
  .hm-team-sec .team-tab-btn {
    padding: 25px 0 0 130px;
    width: 100%;
    max-width: 300px;
  }
}
.hm-team-sec .team-tab-btn.active {
  background-image: url(../images/team-itm-hvr-bg.webp);
}
.hm-team-sec .team-tab-btn.active .hm-team-img img {
  filter: grayscale(0);
}
.hm-team-sec .team-tab-btn.active h4 {
  color: #fff;
}

.hm-legal-sec {
  padding: 60px 0 0;
  background-image: url(../images/legal-bg-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
@media (max-width: 1700px) {
  .hm-legal-sec {
    padding: 55px 0 0;
  }
}
@media (max-width: 1600px) {
  .hm-legal-sec {
    padding: 50px 0 0;
  }
}
.hm-legal-sec::before {
  content: " ";
  position: absolute;
  background-image: url(../images/legal-logo-img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  width: 54.7%;
  height: 45.8%;
  left: 0px;
  top: -7px;
  z-index: -1;
}
@media (max-width: 1440px) {
  .hm-legal-sec::before {
    top: -5px;
  }
}
@media (max-width: 1240px) {
  .hm-legal-sec::before {
    top: 0;
  }
}
.hm-legal-sec .container {
  max-width: 1780px;
}
@media (max-width: 1800px) {
  .hm-legal-sec .container {
    max-width: 1650px;
  }
}
@media (max-width: 1700px) {
  .hm-legal-sec .container {
    max-width: 1540px;
  }
}
@media (max-width: 1600px) {
  .hm-legal-sec .container {
    max-width: 1400px;
  }
}
@media (max-width: 1440px) {
  .hm-legal-sec .container {
    max-width: 1200px;
  }
}
@media (max-width: 1240px) {
  .hm-legal-sec .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .hm-legal-sec .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .hm-legal-sec .container {
    max-width: 100%;
  }
}
.hm-legal-sec .text-heading {
  font-family: "Outfit";
  font-weight: 200;
  font-size: 90px;
  line-height: 0.94;
  color: #FFFFFF;
  margin: 0 0 38px;
}
@media (max-width: 1800px) {
  .hm-legal-sec .text-heading {
    font-size: 86px;
    margin: 0 0 35px;
  }
}
@media (max-width: 1700px) {
  .hm-legal-sec .text-heading {
    font-size: 78px;
    margin: 0 0 30px;
  }
}
@media (max-width: 1600px) {
  .hm-legal-sec .text-heading {
    font-size: 72px;
    margin: 0 0 26px;
  }
}
@media (max-width: 1440px) {
  .hm-legal-sec .text-heading {
    font-size: 60px;
    margin: 0 0 22px;
  }
}
@media (max-width: 1240px) {
  .hm-legal-sec .text-heading {
    font-size: 54px;
    margin: 0 0 18px;
  }
}
@media (max-width: 991px) {
  .hm-legal-sec .text-heading {
    font-size: 36px;
    margin: 0 0 16px;
  }
}
.hm-legal-sec .text-heading strong {
  font-weight: 500;
  display: block;
  color: #fff;
}
@media (max-width: 991px) {
  .hm-legal-sec .text-heading strong {
    display: inline-block;
  }
}

.hm-legal-img img {
  display: block;
  width: 100%;
}

.hm-legal-lst {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 12% 0 0;
}
@media (max-width: 1600px) {
  .hm-legal-lst {
    padding: 0 10% 0 0;
  }
}
@media (max-width: 1440px) {
  .hm-legal-lst {
    padding: 0 5% 0 0;
  }
}
@media (max-width: 1240px) {
  .hm-legal-lst {
    padding: 0 0 0 0;
  }
}
@media (max-width: 991px) {
  .hm-legal-lst {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.hm-legal-lft {
  width: 73%;
}
@media (max-width: 1240px) {
  .hm-legal-lft {
    width: 68%;
  }
}
@media (max-width: 991px) {
  .hm-legal-lft {
    width: 100%;
    max-width: 500px;
    margin: 0 -100px 0 0;
  }
}

.hm-legal-rgt {
  width: 44.5%;
  padding: 0 0 90px;
  margin: 0 0 0 -265px;
}
@media (max-width: 1800px) {
  .hm-legal-rgt {
    padding: 0 0 85px;
    margin: 0 0 0 -260px;
  }
}
@media (max-width: 1700px) {
  .hm-legal-rgt {
    padding: 0 0 75px;
    margin: 0 0 0 -235px;
  }
}
@media (max-width: 1600px) {
  .hm-legal-rgt {
    padding: 0 0 70px;
    margin: 0 0 0 -220px;
  }
}
@media (max-width: 1440px) {
  .hm-legal-rgt {
    padding: 0 0 60px;
    margin: 0 0 0 -190px;
  }
}
@media (max-width: 1240px) {
  .hm-legal-rgt {
    width: 48%;
    padding: 0px 0 50px;
    margin: 0 0 0 -155px;
  }
}
@media (max-width: 991px) {
  .hm-legal-rgt {
    width: 100%;
    padding: 0px;
    margin: 0 0 25px;
    text-align: center;
  }
}
.hm-legal-rgt p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.8;
  color: #FFFFFF;
  margin: 0 0 25px;
}
@media (max-width: 1700px) {
  .hm-legal-rgt p {
    font-size: 17px;
    margin: 0 0 22px;
  }
}
@media (max-width: 1600px) {
  .hm-legal-rgt p {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1440px) {
  .hm-legal-rgt p {
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 1.6;
  }
}
.hm-legal-rgt p:last-of-type {
  margin: 0;
}

.hm-legal-cnt {
  margin: 0 0 50px;
  position: relative;
  padding: 0 0 20px 32px;
}
@media (max-width: 1800px) {
  .hm-legal-cnt {
    margin: 0 0 46px;
    padding: 0 0 20px 30px;
  }
}
@media (max-width: 1700px) {
  .hm-legal-cnt {
    margin: 0 0 40px;
    padding: 0 0 18px 28px;
  }
}
@media (max-width: 1600px) {
  .hm-legal-cnt {
    margin: 0 0 32px;
    padding: 0 0 16px 24px;
  }
}
@media (max-width: 1440px) {
  .hm-legal-cnt {
    margin: 0 0 30px;
    padding: 0 0 15px 22px;
  }
}
@media (max-width: 1240px) {
  .hm-legal-cnt {
    margin: 0 0 25px;
    padding: 0 0 5px 17px;
  }
}
@media (max-width: 991px) {
  .hm-legal-cnt {
    margin: 0 0 25px;
    padding: 0;
  }
}
.hm-legal-cnt::before {
  content: " ";
  position: absolute;
  background-color: #4775C6;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .hm-legal-cnt::before {
    display: none;
  }
}

.hm-legal-btn a.cmn-btn {
  background-color: #ECB01C;
  color: #000;
}
.hm-legal-btn a.cmn-btn::before, .hm-legal-btn a.cmn-btn::after {
  background-color: #ECB01C;
}
.hm-legal-btn a.cmn-btn:hover {
  background-color: #4775C6;
  color: #fff;
}
.hm-legal-btn a.cmn-btn:hover::before, .hm-legal-btn a.cmn-btn:hover::after {
  background-color: #4775C6;
}

.hm-legal-call {
  display: flex;
  justify-content: flex-start;
  gap: 35px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .hm-legal-call {
    gap: 28px;
  }
}
@media (max-width: 1240px) {
  .hm-legal-call {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .hm-legal-call {
    gap: 20px;
    justify-content: center;
  }
}
.hm-legal-call p {
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "Plus Jakarta Sans";
  margin: 0 !important;
}
@media (max-width: 1440px) {
  .hm-legal-call p {
    letter-spacing: 1px;
  }
}
.hm-legal-call p a {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 0.4px;
  line-height: 1;
  position: relative;
  padding: 0 0 0 50px;
  display: inline-block;
  margin: 10px 0 0;
}
@media (max-width: 1800px) {
  .hm-legal-call p a {
    font-size: 37px;
    padding: 0 0 0 48px;
  }
}
@media (max-width: 1700px) {
  .hm-legal-call p a {
    font-size: 33px;
    padding: 0 0 0 42px;
  }
}
@media (max-width: 1600px) {
  .hm-legal-call p a {
    font-size: 30px;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 1440px) {
  .hm-legal-call p a {
    font-size: 26px;
    padding: 0 0 0 36px;
  }
}
.hm-legal-call p a::before {
  content: " ";
  position: absolute;
  background-image: url(../images/ph-call-icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 43px;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1800px) {
  .hm-legal-call p a::before {
    width: 39px;
    height: 41px;
  }
}
@media (max-width: 1700px) {
  .hm-legal-call p a::before {
    width: 34px;
    height: 37px;
  }
}
@media (max-width: 1600px) {
  .hm-legal-call p a::before {
    width: 31px;
    height: 33px;
  }
}
@media (max-width: 1440px) {
  .hm-legal-call p a::before {
    width: 27px;
    height: 28px;
  }
}
.hm-legal-call p a:hover {
  color: #ecb01c;
}

.hm-community-sec {
  padding: 100px 0 210px;
}
@media (max-width: 1800px) {
  .hm-community-sec {
    padding: 90px 0 190px;
  }
}
@media (max-width: 1700px) {
  .hm-community-sec {
    padding: 80px 0 170px;
  }
}
@media (max-width: 1600px) {
  .hm-community-sec {
    padding: 70px 0 155px;
  }
}
@media (max-width: 1440px) {
  .hm-community-sec {
    padding: 60px 0 140px;
  }
}
@media (max-width: 1240px) {
  .hm-community-sec {
    padding: 50px 0 120px;
  }
}
@media (max-width: 991px) {
  .hm-community-sec {
    padding: 30px 0 80px;
    overflow-x: hidden;
  }
}
.hm-community-sec .container {
  max-width: 1730px;
}
@media (max-width: 1800px) {
  .hm-community-sec .container {
    max-width: 1630px;
  }
}
@media (max-width: 1700px) {
  .hm-community-sec .container {
    max-width: 1530px;
  }
}
@media (max-width: 1600px) {
  .hm-community-sec .container {
    max-width: 1440px;
  }
}
@media (max-width: 1500px) {
  .hm-community-sec .container {
    max-width: 1380px;
  }
}
@media (max-width: 1440px) {
  .hm-community-sec .container {
    max-width: 1180px;
  }
}
@media (max-width: 991px) {
  .hm-community-sec .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .hm-community-sec .container {
    max-width: 100%;
  }
}

.community-blk {
  display: flex;
  justify-content: space-between;
  padding: 0 5% 0 0;
}
@media (max-width: 1440px) {
  .community-blk {
    padding: 0 4% 0 0;
  }
}
@media (max-width: 991px) {
  .community-blk {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
}

.community-lft {
  width: 37.2%;
}
@media (max-width: 991px) {
  .community-lft {
    width: 100%;
    max-width: 400px;
    margin: 0 0 25px;
  }
}

.community-map-img {
  position: relative;
}
.community-map-img img {
  width: 100%;
  display: block;
}

.comm-map-hdg {
  position: absolute;
  bottom: 14%;
  left: 12%;
}
@media (max-width: 767px) {
  .comm-map-hdg {
    left: 6%;
  }
}
.comm-map-hdg h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 15px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1800px) {
  .comm-map-hdg h3 {
    font-size: 23px;
  }
}
@media (max-width: 1700px) {
  .comm-map-hdg h3 {
    font-size: 22px;
  }
}
@media (max-width: 1600px) {
  .comm-map-hdg h3 {
    font-size: 21px;
  }
}
@media (max-width: 1500px) {
  .comm-map-hdg h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .comm-map-hdg h3 {
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .comm-map-hdg h3 {
    font-size: 16px;
  }
}
.comm-map-hdg h3::before {
  position: absolute;
  content: "";
  background-color: #ECB01C;
  width: 45px;
  height: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
}

.community-rite {
  width: 54.5%;
}
@media (max-width: 991px) {
  .community-rite {
    width: 100%;
    text-align: center;
  }
}
.community-rite .text-heading {
  margin: 0 0 45px -15%;
}
@media (max-width: 1800px) {
  .community-rite .text-heading {
    margin: 0 0 42px -15%;
  }
}
@media (max-width: 1700px) {
  .community-rite .text-heading {
    margin: 0 0 38px -15%;
  }
}
@media (max-width: 1600px) {
  .community-rite .text-heading {
    margin: 0 0 34px -15%;
  }
}
@media (max-width: 1440px) {
  .community-rite .text-heading {
    margin: 0 0 30px -15%;
  }
}
@media (max-width: 1240px) {
  .community-rite .text-heading {
    margin: 0 0 20px -15%;
  }
}
@media (max-width: 991px) {
  .community-rite .text-heading {
    margin: 0 0 20px 0;
  }
}
.community-rite p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 70px;
}
@media (max-width: 1800px) {
  .community-rite p {
    margin: 0 0 65px;
  }
}
@media (max-width: 1700px) {
  .community-rite p {
    font-size: 17px;
    margin: 0 0 58px;
  }
}
@media (max-width: 1600px) {
  .community-rite p {
    font-size: 18px;
    margin: 0 0 52px;
  }
}
@media (max-width: 1440px) {
  .community-rite p {
    margin: 0 0 44px;
    font-size: 17px;
  }
}
@media (max-width: 1240px) {
  .community-rite p {
    margin: 0 0 30px;
    font-size: 16px;
  }
}

.community-loc-lst {
  display: flex;
  justify-content: center;
  gap: 35px 2.6%;
  flex-wrap: wrap;
}
@media (max-width: 1700px) {
  .community-loc-lst {
    gap: 32px 2.6%;
  }
}
@media (max-width: 1600px) {
  .community-loc-lst {
    gap: 30px 2.6%;
  }
}
@media (max-width: 1440px) {
  .community-loc-lst {
    gap: 28px 2.6%;
  }
}
@media (max-width: 1240px) {
  .community-loc-lst {
    gap: 22px 2.6%;
  }
}

.community-loc-itm {
  width: 31.5%;
  padding: 28px 10px 20px 105px;
  position: relative;
}
@media (max-width: 1700px) {
  .community-loc-itm {
    padding: 26px 9px 18px 100px;
  }
}
@media (max-width: 1600px) {
  .community-loc-itm {
    padding: 24px 7px 17px 85px;
  }
}
@media (max-width: 1440px) {
  .community-loc-itm {
    padding: 20px 6px 15px 75px;
  }
}
@media (max-width: 1240px) {
  .community-loc-itm {
    padding: 18px 5px 13px 50px;
  }
}
@media (max-width: 991px) {
  .community-loc-itm {
    padding: 18px 5px 13px 50px;
    text-align: left;
    width: 100%;
    max-width: 220px;
  }
}
.community-loc-itm::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #D8DEEA, transparent);
  width: 40%;
  height: 100%;
  top: 0;
  clip-path: polygon(0 0, 68% 0, 100% 100%, 35% 100%);
  left: -8px;
  margin: auto;
  z-index: -1;
}
.community-loc-itm h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  color: #000;
  width: 100%;
  position: relative;
}
@media (max-width: 1800px) {
  .community-loc-itm h3 {
    font-size: 23px;
  }
}
@media (max-width: 1700px) {
  .community-loc-itm h3 {
    font-size: 22px;
  }
}
@media (max-width: 1600px) {
  .community-loc-itm h3 {
    font-size: 21px;
  }
}
@media (max-width: 1500px) {
  .community-loc-itm h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .community-loc-itm h3 {
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .community-loc-itm h3 {
    font-size: 16px;
  }
}
.community-loc-itm h3::before {
  content: "";
  width: 52px;
  height: 71px;
  background-image: url(../images/comm-loc-icon.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -64px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1800px) {
  .community-loc-itm h3::before {
    width: 49px;
    height: 67px;
    left: -64px;
  }
}
@media (max-width: 1700px) {
  .community-loc-itm h3::before {
    width: 45px;
    height: 61px;
    left: -60px;
  }
}
@media (max-width: 1600px) {
  .community-loc-itm h3::before {
    width: 41px;
    height: 56px;
    left: -53px;
  }
}
@media (max-width: 1440px) {
  .community-loc-itm h3::before {
    width: 35px;
    height: 48px;
    left: -50px;
  }
}
@media (max-width: 1240px) {
  .community-loc-itm h3::before {
    width: 26px;
    height: 36px;
    left: -45px;
  }
}
@media (max-width: 991px) {
  .community-loc-itm h3::before {
    width: 28px;
    height: 36px;
    left: -38px;
  }
}
.community-loc-itm h3 a {
  color: #000;
  position: relative;
}
.community-loc-itm h3 a:hover {
  color: #305596;
  -webkit-text-decoration: 1px underline;
          text-decoration: 1px underline;
  text-underline-offset: 4px;
}

.comm-loc-icon img {
  width: 100%;
  display: block;
}

.hm-faqs-sec {
  padding: 150px 0 90px;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1800px) {
  .hm-faqs-sec {
    padding: 135px 0 80px;
  }
}
@media (max-width: 1700px) {
  .hm-faqs-sec {
    padding: 110px 0 70px;
  }
}
@media (max-width: 1600px) {
  .hm-faqs-sec {
    padding: 90px 0 60px;
  }
}
@media (max-width: 1440px) {
  .hm-faqs-sec {
    padding: 70px 0 50px;
  }
}
@media (max-width: 1240px) {
  .hm-faqs-sec {
    padding: 55px 0 40px;
  }
}
@media (max-width: 991px) {
  .hm-faqs-sec {
    padding: 40px 0 30px;
  }
}
.hm-faqs-sec .container {
  max-width: 1710px;
  margin: 0 0 0 auto;
}
@media (max-width: 1800px) {
  .hm-faqs-sec .container {
    max-width: 1610px;
  }
}
@media (max-width: 1700px) {
  .hm-faqs-sec .container {
    max-width: 1510px;
  }
}
@media (max-width: 1600px) {
  .hm-faqs-sec .container {
    max-width: 1400px;
  }
}
@media (max-width: 1440px) {
  .hm-faqs-sec .container {
    max-width: 1200px;
  }
}
@media (max-width: 1240px) {
  .hm-faqs-sec .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .hm-faqs-sec .container {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hm-faqs-sec .container {
    max-width: 100%;
  }
}
.hm-faqs-sec .text-heading {
  font-family: "Outfit";
  font-weight: 200;
  text-align: center;
  margin: 0 0 90px;
  padding: 0 20px;
}
@media (max-width: 1800px) {
  .hm-faqs-sec .text-heading {
    margin: 0 0 80px;
  }
}
@media (max-width: 1700px) {
  .hm-faqs-sec .text-heading {
    margin: 0 0 72px;
  }
}
@media (max-width: 1600px) {
  .hm-faqs-sec .text-heading {
    margin: 0 0 65px;
  }
}
@media (max-width: 1440px) {
  .hm-faqs-sec .text-heading {
    margin: 0 0 55px;
  }
}
@media (max-width: 1240px) {
  .hm-faqs-sec .text-heading {
    margin: 0 0 54px;
  }
}
@media (max-width: 991px) {
  .hm-faqs-sec .text-heading {
    margin: 0 0 25px;
    padding: 0 15px;
  }
}
.hm-faqs-sec .text-heading strong {
  font-weight: 500;
}
@media (max-width: 650px) {
  .hm-faqs-sec .text-heading br {
    display: none;
  }
}

.faqs-blk {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: start;
}
@media (max-width: 991px) {
  .faqs-blk {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.faqs-blk::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #D8DEEA, transparent);
  width: 34%;
  height: 96%;
  top: -170px;
  clip-path: polygon(0 0, 66% 0, 100% 100%, 44% 95%);
  right: -10%;
  margin: auto;
  z-index: -1;
}
@media (max-width: 1800px) {
  .faqs-blk::before {
    top: -90px;
  }
}
@media (max-width: 1700px) {
  .faqs-blk::before {
    top: -66px;
  }
}
@media (max-width: 1600px) {
  .faqs-blk::before {
    top: -60px;
  }
}
@media (max-width: 1440px) {
  .faqs-blk::before {
    top: -52px;
  }
}
@media (max-width: 1240px) {
  .faqs-blk::before {
    top: -40px;
  }
}
@media (max-width: 991px) {
  .faqs-blk::before {
    display: none;
  }
}

.faqs-lft {
  width: 46.5%;
}
@media (max-width: 1240px) {
  .faqs-lft {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .faqs-lft {
    width: 100%;
  }
}
.faqs-lft .accordion-section {
  max-height: -moz-max-content !important;
  max-height: max-content !important;
}
.faqs-lft .accordion-section.accordion-active {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.faqs-lft .accordion-section.accordion-active .accordion-heading {
  border-color: transparent;
  color: #305596;
  background-image: url(../images/up-arrow.webp);
}
.faqs-lft .accordion-section.accordion-active .accordion-profile-content {
  display: block;
}
.faqs-lft .accordion-section:has(+ .accordion-section.accordion-active) .accordion-heading {
  border-color: transparent;
}
.faqs-lft .accordion-section .accordion-heading {
  background-color: transparent;
  padding: 30px 60px 30px 70px;
  border-bottom: 1px solid #C6CCD2;
  cursor: pointer;
  width: 100%;
  border-radius: 0px;
  font-size: 22px;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #000;
  margin: 0;
  background-image: url(../images/down-arrow.webp);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 30px top 38px;
  position: relative;
}
@media (max-width: 1800px) {
  .faqs-lft .accordion-section .accordion-heading {
    padding: 28px 58px 28px 65px;
    font-size: 21px;
    background-size: 23px;
    background-position: right 28px top 37px;
  }
}
@media (max-width: 1700px) {
  .faqs-lft .accordion-section .accordion-heading {
    padding: 26px 55px 26px 58px;
    font-size: 20px;
    background-size: 21px;
    background-position: right 25px top 36px;
  }
}
@media (max-width: 1600px) {
  .faqs-lft .accordion-section .accordion-heading {
    padding: 24px 50px 24px 52px;
    font-size: 19px;
    background-size: 20px;
    background-position: right 22px top 33px;
  }
}
@media (max-width: 1440px) {
  .faqs-lft .accordion-section .accordion-heading {
    padding: 21px 40px 21px 42px;
    font-size: 18px;
    background-size: 18px;
    background-position: right 18px top 27px;
  }
}
@media (max-width: 1240px) {
  .faqs-lft .accordion-section .accordion-heading {
    padding: 19px 36px 19px 38px;
    font-size: 17px;
    background-size: 16px;
    background-position: right 16px top 26px;
  }
}
@media (max-width: 650px) {
  .faqs-lft .accordion-section .accordion-heading {
    padding: 17px 30px 17px 26px;
    font-size: 16px;
    background-size: 15px;
    background-position: right 12px top 24px;
  }
}
.faqs-lft .accordion-section .accordion-heading::before {
  position: absolute;
  content: "Q";
  color: #000;
  font-size: 40px;
  top: 19px;
  left: 19px;
  margin: auto;
}
@media (max-width: 1700px) {
  .faqs-lft .accordion-section .accordion-heading::before {
    font-size: 34px;
    top: 16px;
    left: 16px;
  }
}
@media (max-width: 1600px) {
  .faqs-lft .accordion-section .accordion-heading::before {
    font-size: 30px;
    top: 15px;
    left: 14px;
  }
}
@media (max-width: 1440px) {
  .faqs-lft .accordion-section .accordion-heading::before {
    font-size: 26px;
    top: 15px;
    left: 10px;
  }
}
@media (max-width: 1240px) {
  .faqs-lft .accordion-section .accordion-heading::before {
    font-size: 23px;
    top: 15px;
    left: 7px;
  }
}
@media (max-width: 650px) {
  .faqs-lft .accordion-section .accordion-heading::before {
    font-size: 19px;
    top: 15px;
    left: 0px;
  }
}
.faqs-lft .accordion-section p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  line-height: 1.8;
  margin: 0;
}
.faqs-lft .accordion-section .accordion-section-content {
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0px 70px 35px;
  margin: 0 0 20px;
  display: none;
}
@media (max-width: 1800px) {
  .faqs-lft .accordion-section .accordion-section-content {
    padding: 0px 65px 32px;
  }
}
@media (max-width: 1700px) {
  .faqs-lft .accordion-section .accordion-section-content {
    padding: 0px 58px 28px;
  }
}
@media (max-width: 1600px) {
  .faqs-lft .accordion-section .accordion-section-content {
    padding: 0px 50px 25px;
  }
}
@media (max-width: 1440px) {
  .faqs-lft .accordion-section .accordion-section-content {
    padding: 0px 40px 22px;
  }
}
@media (max-width: 1240px) {
  .faqs-lft .accordion-section .accordion-section-content {
    padding: 0px 35px 20px;
  }
}
@media (max-width: 650px) {
  .faqs-lft .accordion-section .accordion-section-content {
    padding: 0px 25px 20px;
  }
}

.faqs-rite {
  width: 46.5%;
  position: relative;
}
@media (max-width: 991px) {
  .faqs-rite {
    width: 100%;
    max-width: 500px;
    margin: 0 0 20px;
  }
}

.faqs-rite-img {
  margin: 0 -20px 0 0;
}
@media (max-width: 991px) {
  .faqs-rite-img {
    margin: 0;
  }
}
.faqs-rite-img img {
  display: block;
}
.faqs-rite-img br {
  display: none;
}

.faqs-quation-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 31.2%;
}

.hm-testimonials-sec {
  padding: 95px 0 130px;
  position: relative;
}
@media (max-width: 1700px) {
  .hm-testimonials-sec {
    padding: 75px 0 105px;
  }
}
@media (max-width: 1600px) {
  .hm-testimonials-sec {
    padding: 60px 0 90px;
  }
}
@media (max-width: 1440px) {
  .hm-testimonials-sec {
    padding: 50px 0 75px;
  }
}
@media (max-width: 1240px) {
  .hm-testimonials-sec {
    padding: 40px 0 60px;
  }
}
@media (max-width: 991px) {
  .hm-testimonials-sec {
    padding: 20px 0 40px;
    overflow-x: hidden;
  }
}
.hm-testimonials-sec .container {
  max-width: 1500px;
}
@media (max-width: 1700px) {
  .hm-testimonials-sec .container {
    max-width: 1400px;
  }
}
@media (max-width: 1600px) {
  .hm-testimonials-sec .container {
    max-width: 1300px;
  }
}
@media (max-width: 1440px) {
  .hm-testimonials-sec .container {
    max-width: 1180px;
  }
}
@media (max-width: 1240px) {
  .hm-testimonials-sec .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .hm-testimonials-sec .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .hm-testimonials-sec .container {
    max-width: 100%;
  }
}
.hm-testimonials-sec .text-heading {
  text-align: center;
  margin: 0 0 38px;
}
@media (max-width: 1700px) {
  .hm-testimonials-sec .text-heading {
    margin: 0 0 32px;
  }
}
@media (max-width: 1600px) {
  .hm-testimonials-sec .text-heading {
    margin: 0 0 28px;
  }
}
@media (max-width: 1440px) {
  .hm-testimonials-sec .text-heading {
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .hm-testimonials-sec .text-heading {
    margin: 0 0 20px;
  }
}
.hm-testimonials-sec h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 24px;
  color: #2A4B85;
  line-height: 1;
  letter-spacing: 4.3px;
  margin: 0 0 110px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1700px) {
  .hm-testimonials-sec h3 {
    font-size: 22px;
    letter-spacing: 3.8px;
    margin: 0 0 95px;
  }
}
@media (max-width: 1600px) {
  .hm-testimonials-sec h3 {
    font-size: 20px;
    letter-spacing: 3.2px;
    margin: 0 0 85px;
  }
}
@media (max-width: 1440px) {
  .hm-testimonials-sec h3 {
    font-size: 18px;
    letter-spacing: 3px;
    margin: 0 0 70px;
  }
}
@media (max-width: 991px) {
  .hm-testimonials-sec h3 {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 25px;
  }
}
@media (max-width: 991px) {
  .hm-testimonials-sec h3 {
    margin: 0 0 20px;
  }
}

.hm-testi-list {
  position: relative;
  margin: 0 0 90px;
}
@media (max-width: 1700px) {
  .hm-testi-list {
    margin: 0 0 80px;
  }
}
@media (max-width: 1600px) {
  .hm-testi-list {
    margin: 0 0 65px;
  }
}
@media (max-width: 1440px) {
  .hm-testi-list {
    margin: 0 0 55px;
  }
}
@media (max-width: 1240px) {
  .hm-testi-list {
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .hm-testi-list {
    margin: 0 0 20px;
  }
}
.hm-testi-list::before {
  position: absolute;
  content: "";
  background-image: url(../images/testi-google-icon.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 26.8%;
  height: 100%;
  top: -90px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1700px) {
  .hm-testi-list::before {
    top: -80px;
  }
}
@media (max-width: 1600px) {
  .hm-testi-list::before {
    top: -70px;
  }
}
@media (max-width: 1440px) {
  .hm-testi-list::before {
    top: -60px;
  }
}
@media (max-width: 991px) {
  .hm-testi-list::before {
    display: none;
  }
}

.hm-testi-list.owl-carousel .owl-stage,
.hm-testi-list.owl-carousel .owl-item {
  display: flex;
}

.hm-testi-list.owl-carousel .owl-item {
  padding: 0 4px;
}

.testi-item {
  padding: 35px 35px 72px 54px;
  border: 1px solid #6887A8;
  background-image: url(../images/testi-itm-bg-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1700px) {
  .testi-item {
    padding: 32px 32px 70px 48px;
  }
}
@media (max-width: 1600px) {
  .testi-item {
    padding: 32px 30px 65px 44px;
  }
}
@media (max-width: 1440px) {
  .testi-item {
    padding: 28px 26px 58px 34px;
  }
}
@media (max-width: 1240px) {
  .testi-item {
    padding: 24px 22px 50px 25px;
  }
}
@media (max-width: 991px) {
  .testi-item {
    padding: 24px 22px 50px 25px;
    max-width: 460px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .testi-item {
    padding: 20px 15px 45px 16px;
  }
}
.testi-item p {
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  letter-spacing: -0.4px;
  margin: 0 0 20px;
}
@media (max-width: 1600px) {
  .testi-item p {
    font-size: 17px;
    margin: 0 0 18px;
    letter-spacing: -0.3px;
  }
}
@media (max-width: 1440px) {
  .testi-item p {
    font-size: 16px;
    margin: 0 0 18px;
    letter-spacing: -0.2px;
  }
}
.testi-item p a,
.testi-item p .review-read-more {
  color: #305596;
  font-size: 16px;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  cursor: pointer;
  text-decoration: underline;
  display: inline;
}
.testi-item p a:hover,
.testi-item p .review-read-more:hover {
  color: #000;
}
.testi-item h4 {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 30px;
  color: #305596;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 0px;
  position: absolute;
  bottom: 38px;
}
@media (max-width: 1700px) {
  .testi-item h4 {
    font-size: 28px;
    bottom: 40px;
  }
}
@media (max-width: 1600px) {
  .testi-item h4 {
    font-size: 26px;
    bottom: 36px;
  }
}
@media (max-width: 1440px) {
  .testi-item h4 {
    font-size: 23px;
    bottom: 32px;
  }
}
@media (max-width: 1240px) {
  .testi-item h4 {
    font-size: 21px;
    bottom: 28px;
  }
}
@media (max-width: 480px) {
  .testi-item h4 {
    font-size: 20px;
    bottom: 26px;
  }
}

.star-rat {
  width: 149px;
  margin: 0 0 15px;
}
@media (max-width: 1700px) {
  .star-rat {
    width: 136px;
    margin: 0 0 14px;
  }
}
@media (max-width: 1440px) {
  .star-rat {
    width: 122px;
    margin: 0 0 12px;
  }
}
@media (max-width: 1240px) {
  .star-rat {
    width: 116px;
    margin: 0 0 10px;
  }
}

.testi-btn {
  text-align: center;
  position: relative;
}
.testi-btn::before, .testi-btn::after {
  width: 30%;
  background-color: #CECED0;
  position: absolute;
  margin: auto;
  content: "";
  height: 1px;
  top: 0;
  bottom: 0;
}
@media (max-width: 1240px) {
  .testi-btn::before, .testi-btn::after {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .testi-btn::before, .testi-btn::after {
    display: none;
  }
}
.testi-btn::before {
  left: 0%;
}
.testi-btn::after {
  right: 0%;
}
.testi-btn a.cmn-btn {
  z-index: 1;
}

body.testimonial-modal-open {
  overflow: hidden;
}

.testimonial-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.testimonial-modal[hidden] {
  display: none;
}

.testimonial-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 55, 97, 0.55);
}

.testimonial-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  max-height: min(80vh, 720px);
  overflow: auto;
  background: #fff;
  border: 1px solid #6887A8;
  padding: 40px 42px 36px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
}
@media (max-width: 650px) {
  .testimonial-modal__dialog {
    padding: 28px 22px 24px;
  }
}

.testimonial-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  color: #000;
  padding: 0;
}
.testimonial-modal__close:hover, .testimonial-modal__close:focus-visible {
  color: #305596;
}

.testimonial-modal__stars {
  width: 149px;
  margin: 0 0 16px;
}
.testimonial-modal__stars img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonial-modal__quote {
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  letter-spacing: -0.3px;
  margin: 0 0 22px;
}
@media (max-width: 650px) {
  .testimonial-modal__quote {
    font-size: 16px;
  }
}

.testimonial-modal__name {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 28px;
  color: #305596;
  line-height: 1;
  margin: 0;
}
@media (max-width: 650px) {
  .testimonial-modal__name {
    font-size: 22px;
  }
}

.hm-testi-list .owl-nav {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  left: 0;
  right: 0;
  width: 35%;
  position: absolute;
  bottom: -150px;
  pointer-events: none;
}
@media (max-width: 1700px) {
  .hm-testi-list .owl-nav {
    bottom: -130px;
  }
}
@media (max-width: 1600px) {
  .hm-testi-list .owl-nav {
    bottom: -110px;
  }
}
@media (max-width: 1440px) {
  .hm-testi-list .owl-nav {
    bottom: -95px;
  }
}
@media (max-width: 1240px) {
  .hm-testi-list .owl-nav {
    bottom: -80px;
    width: 37%;
  }
}
@media (max-width: 991px) {
  .hm-testi-list .owl-nav {
    bottom: 0;
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 0;
    position: relative;
  }
}
.hm-testi-list .owl-nav button {
  width: 33px;
  height: 33px;
  font-size: 0 !important;
  background-image: url(../images/hm-testi-prev-arow.webp) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  transition: 0.5s;
  pointer-events: all;
}
@media (max-width: 1700px) {
  .hm-testi-list .owl-nav button {
    width: 29px;
    height: 29px;
  }
}
@media (max-width: 1600px) {
  .hm-testi-list .owl-nav button {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 1440px) {
  .hm-testi-list .owl-nav button {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1240px) {
  .hm-testi-list .owl-nav button {
    width: 20px;
    height: 20px;
  }
}
.hm-testi-list .owl-nav button.owl-next {
  background-image: url(../images/hm-testi-nxt-arow.webp) !important;
}
.hm-testi-list .owl-nav button.owl-next:hover {
  background-image: url(../images/hm-testi-nxt-arow-hvr.webp) !important;
}
.hm-testi-list .owl-nav button.owl-prev:hover {
  background-image: url(../images/hm-testi-prev-arow-hvr.webp) !important;
}

.ftr-frm-blks-sec {
  position: relative;
  z-index: 0;
}
.ftr-frm-blks-sec::before {
  content: "";
  width: 100%;
  height: 70%;
  background-image: url(../images/ftr-sec-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .ftr-frm-blks-sec::before {
    display: none;
  }
}
.ftr-frm-blks-sec::after {
  content: "";
  width: 30%;
  height: 13%;
  background-image: url(../images/ftr-yw-image.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0%;
  top: 44.8%;
  margin: auto;
}
@media (max-width: 991px) {
  .ftr-frm-blks-sec::after {
    display: none;
  }
}
.ftr-frm-blks-sec--misc {
  background: linear-gradient(to bottom, #ffffff 0%, #243A60 100%);
  padding-top: 140px;
}
@media (max-width: 1440px) {
  .ftr-frm-blks-sec--misc {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .ftr-frm-blks-sec--misc {
    padding-top: 60px;
  }
}
.ftr-frm-blks-sec--misc::before, .ftr-frm-blks-sec--misc::after {
  display: none;
}
.ftr-frm-blks-sec--misc .footer-sec {
  background-color: #243A60;
}

.hm-contact-sec {
  background-image: url(../images/ftr-frm-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 0 0 120px;
  background-color: #141414;
  float: left;
  width: 100%;
}
@media (max-width: 1700px) {
  .hm-contact-sec {
    padding: 0 0 100px;
  }
}
@media (max-width: 1600px) {
  .hm-contact-sec {
    padding: 0 0 85px;
  }
}
@media (max-width: 1440px) {
  .hm-contact-sec {
    padding: 0 0 70px;
  }
}
@media (max-width: 991px) {
  .hm-contact-sec {
    padding: 0 0 40px;
  }
}

.hm-form-blk {
  background-color: #305596;
  padding: 70px 55px 60px;
  width: 100%;
  max-width: 642px;
  margin: -100px auto 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 1800px) {
  .hm-form-blk {
    margin: -90px auto 0;
  }
}
@media (max-width: 1700px) {
  .hm-form-blk {
    margin: -80px auto 0;
    padding: 55px 48px 52px;
    max-width: 620px;
  }
}
@media (max-width: 1600px) {
  .hm-form-blk {
    margin: -75px auto 0;
    padding: 48px 40px 46px;
    max-width: 580px;
  }
}
@media (max-width: 1440px) {
  .hm-form-blk {
    margin: -70px auto 0;
    padding: 40px 35px 42px;
    max-width: 550px;
  }
}
@media (max-width: 1240px) {
  .hm-form-blk {
    margin: -60px auto 0;
    padding: 30px 20px 30px;
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .hm-form-blk {
    margin: -45px auto 0;
    padding: 28px 20px;
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .hm-form-blk {
    margin: -35px auto 0;
    padding: 28px 15px;
    max-width: 480px;
  }
}
.hm-form-blk h2 {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 70px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 25px;
}
@media (max-width: 1700px) {
  .hm-form-blk h2 {
    font-size: 65px;
    margin: 0 0 22px;
  }
}
@media (max-width: 1600px) {
  .hm-form-blk h2 {
    font-size: 60px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1440px) {
  .hm-form-blk h2 {
    font-size: 52px;
    margin: 0 0 18px;
  }
}
@media (max-width: 1240px) {
  .hm-form-blk h2 {
    font-size: 42px;
    margin: 0 0 18px;
  }
}
@media (max-width: 991px) {
  .hm-form-blk h2 {
    font-size: 30px;
    margin: 0 0 16px;
  }
}
@media (max-width: 650px) {
  .hm-form-blk h2 {
    font-size: 28px;
    margin: 0 0 15px;
  }
}
.hm-form-blk p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 35px;
  text-align: center;
}
@media (max-width: 1700px) {
  .hm-form-blk p {
    font-size: 17px;
    margin: 0 0 30px;
  }
}
@media (max-width: 1600px) {
  .hm-form-blk p {
    font-size: 16px;
    margin: 0 0 26px;
  }
}
@media (max-width: 1440px) {
  .hm-form-blk p {
    margin: 0 0 22px;
  }
}

.hm-form-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 13px 0;
}
@media (max-width: 1600px) {
  .hm-form-list ul {
    gap: 12px 0;
  }
}
@media (max-width: 1440px) {
  .hm-form-list ul {
    gap: 10px 0;
  }
}
@media (max-width: 1240px) {
  .hm-form-list ul {
    gap: 8px 0;
  }
}
.hm-form-list ul li {
  width: 100%;
}
.hm-form-list ul li label {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.hm-form-list ul li.name,
.hm-form-list ul li.phone,
.hm-form-list ul li.email {
  width: 48.6%;
}
@media (max-width: 650px) {
  .hm-form-list ul li.name,
  .hm-form-list ul li.phone,
  .hm-form-list ul li.email {
    width: 100%;
  }
}
.hm-form-list li.frm-btm-txt {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
  padding: 0 5px;
}
.hm-form-list li.frm-disclaimer {
  width: 100%;
  margin: 8px 0 0;
  display: flex;
  justify-content: center;
}
.hm-form-list li.frm-disclaimer .group.disclaimer.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}
.hm-form-list li.frm-disclaimer label {
  opacity: 1;
  position: static;
  pointer-events: auto;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}
.hm-form-list li.frm-disclaimer a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
}
.hm-form-list li.frm-disclaimer a:hover {
  text-decoration: none;
}
.hm-form-list li.frm-disclaimer .required {
  margin-left: 3px;
}
.hm-form-list li.frm-disclaimer input.form-check-input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  padding: 0;
  margin: 1px 0 0;
  border: 2px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  flex-shrink: 0;
  display: inline-block;
}
.hm-form-list li.frm-disclaimer input.form-check-input:checked {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23305596' d='M12.2 4.2 6.5 9.9 3.8 7.2 2.5 8.5l4 4 7-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}
.hm-form-list li.frm-disclaimer input.form-check-input:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.hm-form-list li input,
.hm-form-list li textarea {
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  color: #242424;
  padding: 24px 25px 25px;
  width: 100%;
  border: none;
  display: block;
  outline: none;
}
@media (max-width: 1700px) {
  .hm-form-list li input,
  .hm-form-list li textarea {
    font-size: 16px;
    padding: 22px 23px;
  }
}
@media (max-width: 1600px) {
  .hm-form-list li input,
  .hm-form-list li textarea {
    padding: 20px 22px;
  }
}
@media (max-width: 1440px) {
  .hm-form-list li input,
  .hm-form-list li textarea {
    padding: 18px 20px;
  }
}
@media (max-width: 1240px) {
  .hm-form-list li input,
  .hm-form-list li textarea {
    padding: 14px 18px;
  }
}
.hm-form-list li input::-webkit-input-placeholder,
.hm-form-list li textarea::-webkit-input-placeholder {
  color: #242424;
}
.hm-form-list li input::-moz-placeholder,
.hm-form-list li textarea::-moz-placeholder {
  color: #242424;
}
.hm-form-list li input:-ms-input-placeholder,
.hm-form-list li textarea:-ms-input-placeholder {
  color: #242424;
}
.hm-form-list li input:-moz-placeholder,
.hm-form-list li textarea:-moz-placeholder {
  color: #242424;
}
.hm-form-list li input:focus,
.hm-form-list li textarea:focus {
  border-color: #242424;
}
.hm-form-list li input:focus::-webkit-input-placeholder,
.hm-form-list li textarea:focus::-webkit-input-placeholder {
  color: #242424;
}
.hm-form-list li input:focus::-moz-placeholder,
.hm-form-list li textarea:focus::-moz-placeholder {
  color: #242424;
}
.hm-form-list li input:focus:-ms-input-placeholder,
.hm-form-list li textarea:focus:-ms-input-placeholder {
  color: #242424;
}
.hm-form-list li input:focus:-moz-placeholder,
.hm-form-list li textarea:focus:-moz-placeholder {
  color: #242424;
}
.hm-form-list li.text-area {
  margin: 0 0 20px;
}
@media (max-width: 1600px) {
  .hm-form-list li.text-area {
    margin: 0 0 16px;
  }
}
@media (max-width: 1440px) {
  .hm-form-list li.text-area {
    margin: 0 0 12px;
  }
}
.hm-form-list li.text-area textarea {
  resize: none;
  height: 133px;
}
@media (max-width: 1700px) {
  .hm-form-list li.text-area textarea {
    height: 122px;
  }
}
@media (max-width: 1600px) {
  .hm-form-list li.text-area textarea {
    height: 115px;
  }
}
@media (max-width: 1440px) {
  .hm-form-list li.text-area textarea {
    height: 105px;
  }
}
@media (max-width: 1240px) {
  .hm-form-list li.text-area textarea {
    height: 95px;
  }
}
.hm-form-list li.hm-form-submit {
  width: auto;
  margin: 22px auto 0;
}
@media (max-width: 1600px) {
  .hm-form-list li.hm-form-submit {
    margin: 18px auto 0;
  }
}
@media (max-width: 1440px) {
  .hm-form-list li.hm-form-submit {
    margin: 14px auto 0;
  }
}
.hm-form-list li input[type=submit] {
  cursor: pointer;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #000;
  padding: 28px 40px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #ECB01C;
  box-shadow: none;
}
@media (max-width: 1700px) {
  .hm-form-list li input[type=submit] {
    font-size: 18px;
    letter-spacing: 0.7px;
    padding: 25px 38px;
  }
}
@media (max-width: 1600px) {
  .hm-form-list li input[type=submit] {
    font-size: 17px;
    letter-spacing: 0.6px;
    padding: 21px 35px;
  }
}
@media (max-width: 1440px) {
  .hm-form-list li input[type=submit] {
    font-size: 16px;
    letter-spacing: 0.3px;
    padding: 18px 32px;
  }
}
@media (max-width: 1240px) {
  .hm-form-list li input[type=submit] {
    padding: 16px 28px;
  }
}
.hm-form-list li input[type=submit]:hover {
  background-color: #fff;
}

.inn-header .header-sec .container {
  max-width: 1350px;
}
@media (max-width: 1600px) {
  .inn-header .header-sec .container {
    max-width: 1280px;
  }
}
@media (max-width: 1440px) {
  .inn-header .header-sec .container {
    max-width: 1120px;
  }
}
@media (max-width: 1240px) {
  .inn-header .header-sec .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .inn-header .header-sec .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .inn-header .header-sec .container {
    max-width: 100%;
  }
}
.inn-header .header-blk {
  padding: 0;
}

/*********************
INTERNAL PAGES GENERAL
**********************/
.page-col-full,
.single-col-full {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-container,
.post-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .page-container,
  .post-container {
    max-width: 1200px;
  }
}
@media (max-width: 1440px) {
  .page-container,
  .post-container {
    max-width: 1100px;
  }
}
@media (max-width: 1240px) {
  .page-container,
  .post-container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .page-container,
  .post-container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .page-container,
  .post-container {
    max-width: 100%;
    padding: 0 15px;
  }
}

.inn-bnr-main {
  background-color: #000;
}

#main-heading {
  background-image: url(../images/inn-about-bann-bg-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 310px 0 170px;
  position: relative;
  z-index: 0;
  background-color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1600px) {
  #main-heading {
    padding: 260px 0 135px;
  }
}
@media (max-width: 1440px) {
  #main-heading {
    padding: 230px 0 110px;
  }
}
@media (max-width: 1240px) {
  #main-heading {
    padding: 170px 0 70px;
  }
}
@media (max-width: 991px) {
  #main-heading {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  #main-heading {
    padding: 50px 0;
  }
}
#main-heading h1 {
  font-size: 65px;
  font-family: "Libre Baskerville";
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.13px;
  color: #305596;
  margin: 0 0 10px;
}
@media (max-width: 1600px) {
  #main-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 1440px) {
  #main-heading h1 {
    font-size: 55px;
  }
}
@media (max-width: 1240px) {
  #main-heading h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  #main-heading h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #main-heading h1 {
    font-size: 34px;
  }
}
@media (max-width: 650px) {
  #main-heading h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  #main-heading h1 {
    font-size: 28px;
  }
}
#main-heading .inrpg-breadcrumbs {
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #242424;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
@media (max-width: 1440px) {
  #main-heading .inrpg-breadcrumbs {
    font-size: 17px;
  }
}
@media (max-width: 1240px) {
  #main-heading .inrpg-breadcrumbs {
    font-size: 16px;
  }
}
#main-heading .inrpg-breadcrumbs a:hover {
  color: #305596;
}

#post-content,
#page-content {
  padding: 100px 0;
  background-color: #ffffff;
}
@media (max-width: 1600px) {
  #post-content,
  #page-content {
    padding: 85px 0;
  }
}
@media (max-width: 1440px) {
  #post-content,
  #page-content {
    padding: 70px 0;
  }
}
@media (max-width: 1240px) {
  #post-content,
  #page-content {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  #post-content,
  #page-content {
    padding: 40px 0;
  }
}
@media (max-width: 650px) {
  #post-content,
  #page-content {
    padding: 35px 0;
  }
}

#single-column,
#post-column,
#page-column {
  width: 64.85%;
}
@media (max-width: 991px) {
  #single-column,
  #post-column,
  #page-column {
    width: 100%;
    margin: 0 0 25px;
  }
}

.sidebar-page,
.sidebar-single {
  width: 31.3%;
  max-width: 400px;
}
@media (max-width: 991px) {
  .sidebar-page,
  .sidebar-single {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

#page-column.full-width,
.full-width {
  width: 100%;
  margin: 0;
}

.sidebar-page h3.widget-title {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 34px;
  line-height: 1.15;
  color: #ffffff !important;
  letter-spacing: 0;
  text-align: left;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  margin: 0 0 14px;
}
@media (max-width: 1600px) {
  .sidebar-page h3.widget-title {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .sidebar-page h3.widget-title {
    font-size: 26px;
    padding: 0 0 14px;
    margin: 0 0 12px;
  }
}
@media (max-width: 1240px) {
  .sidebar-page h3.widget-title {
    font-size: 22px;
    padding: 0 0 12px;
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .sidebar-page h3.widget-title {
    font-size: 22px;
    text-align: center;
  }
}
.sidebar-page ul,
.sidebar-page ol {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.sidebar-page li {
  list-style: none !important;
  color: #ffffff;
  margin: 0 0 6px !important;
  padding: 0 !important;
  padding-left: 0 !important;
  font-size: inherit;
  line-height: inherit;
}
.sidebar-page ul li::before,
.sidebar-page ol li::before {
  content: none !important;
  display: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
}
.sidebar-page li ul {
  padding: 10px 0 0 20px !important;
  margin: 0 !important;
  position: static;
}
.sidebar-page .sidebar-menu-pa {
  position: relative;
  z-index: 1;
}
.sidebar-page .sidebar-menu-pa ul li a, .sidebar-page .sidebar-menu-pa ul li p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #ffffff !important;
  display: block;
  margin: 0;
  padding: 14px 48px 14px 28px;
  min-height: 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 1440px) {
  .sidebar-page .sidebar-menu-pa ul li a, .sidebar-page .sidebar-menu-pa ul li p {
    font-size: 15px;
    padding: 13px 48px 13px 24px;
  }
}
@media (max-width: 1240px) {
  .sidebar-page .sidebar-menu-pa ul li a, .sidebar-page .sidebar-menu-pa ul li p {
    font-size: 14px;
    padding: 12px 48px 12px 22px;
  }
}
.sidebar-page .sidebar-menu-pa ul li a::before, .sidebar-page .sidebar-menu-pa ul li p::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  background-color: #ecb01c !important;
  width: 7px !important;
  height: 7px !important;
  top: 31px !important;
  left: 11px !important;
  right: auto !important;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 1600px) {
  .sidebar-page .sidebar-menu-pa ul li a::before, .sidebar-page .sidebar-menu-pa ul li p::before {
    top: 28px !important;
  }
}
@media (max-width: 1440px) {
  .sidebar-page .sidebar-menu-pa ul li a::before, .sidebar-page .sidebar-menu-pa ul li p::before {
    top: 26px !important;
  }
}
@media (max-width: 1240px) {
  .sidebar-page .sidebar-menu-pa ul li a::before, .sidebar-page .sidebar-menu-pa ul li p::before {
    width: 5px !important;
    height: 5px !important;
    left: 9px !important;
    top: 23px !important;
  }
}
.sidebar-page .sidebar-menu-pa ul li a:hover, .sidebar-page .sidebar-menu-pa ul li p:hover {
  background-color: #ffffff !important;
  color: #1f3760 !important;
}
.sidebar-page .sidebar-menu-pa ul li a:hover::before, .sidebar-page .sidebar-menu-pa ul li p:hover::before {
  background-color: #1f3760 !important;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a, .sidebar-page .sidebar-menu-pa ul li.current-menu-item > p {
  background-color: #ffffff !important;
  color: #1f3760 !important;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a::before, .sidebar-page .sidebar-menu-pa ul li.current-menu-item > p::before {
  background-color: #1f3760 !important;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > a, .sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > p {
  background-color: transparent !important;
  color: #ffffff !important;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > a.drop, .sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > p.drop {
  background-color: transparent !important;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > a.drop:hover, .sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > p.drop:hover {
  background-color: transparent !important;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > a.drop:hover::before, .sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > p.drop:hover::before {
  background-color: #ecb01c !important;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > a.drop::before, .sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > p.drop::before {
  background-color: #ecb01c !important;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > a::before, .sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > p::before {
  background-color: #ecb01c !important;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > a:hover, .sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > p:hover {
  background-color: #ffffff !important;
  color: #1f3760 !important;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > a:hover::before, .sidebar-page .sidebar-menu-pa ul li.current-menu-item.is-open > p:hover::before {
  background-color: #1f3760 !important;
}
.sidebar-page .sidebar-menu-pa ul.sub-menu li a {
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  padding: 8px 12px 10px 24px;
}
.sidebar-page .sidebar-menu-pa ul.sub-menu li a::before {
  width: 5px !important;
  height: 5px !important;
  top: 22px !important;
}
@media (max-width: 1440px) {
  .sidebar-page .sidebar-menu-pa ul.sub-menu li a::before {
    top: 20px !important;
  }
}
@media (max-width: 1240px) {
  .sidebar-page .sidebar-menu-pa ul.sub-menu li a::before {
    top: 18px !important;
  }
}
.sidebar-page .sidebar-menu-pa ul li a.drop {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  min-height: 44px;
  padding: 0 !important;
  margin: 0 !important;
  right: 0;
  top: 10px !important;
  transform: none;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  filter: none;
  z-index: 2;
}
@media (max-width: 1600px) {
  .sidebar-page .sidebar-menu-pa ul li a.drop {
    top: 8px !important;
  }
}
@media (max-width: 1440px) {
  .sidebar-page .sidebar-menu-pa ul li a.drop {
    top: 4px !important;
  }
}
@media (max-width: 1240px) {
  .sidebar-page .sidebar-menu-pa ul li a.drop {
    top: 2px !important;
  }
}
.sidebar-page .sidebar-menu-pa ul li a.drop::before, .sidebar-page .sidebar-menu-pa ul li a.drop::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  background-color: #ecb01c !important;
  background-image: none !important;
  border-radius: 1px !important;
  left: 50% !important;
  right: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  width: 14px !important;
  height: 2px !important;
}
.sidebar-page .sidebar-menu-pa ul li a.drop::after {
  width: 2px !important;
  height: 14px !important;
}
.sidebar-page .sidebar-menu-pa ul li a.drop.open::after, .sidebar-page .sidebar-menu-pa ul li a.drop.open::before {
  background-color: #ecb01c !important;
}
.sidebar-page .sidebar-menu-pa ul li a.drop.open::after {
  display: none !important;
}
.sidebar-page .sidebar-menu-pa ul li a.drop:hover {
  background-color: transparent !important;
}
.sidebar-page .sidebar-menu-pa ul li a.drop:hover::before, .sidebar-page .sidebar-menu-pa ul li a.drop:hover::after {
  background-color: #ecb01c !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

#page-column h1,
#page-column h2,
#page-column h3,
#page-column h4,
#page-column h5,
#page-column h6 {
  font-family: "Outfit";
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #242424;
}
@media (max-width: 1600px) {
  #page-column h1,
  #page-column h2,
  #page-column h3,
  #page-column h4,
  #page-column h5,
  #page-column h6 {
    margin: 0 0 14px;
  }
}
@media (max-width: 1440px) {
  #page-column h1,
  #page-column h2,
  #page-column h3,
  #page-column h4,
  #page-column h5,
  #page-column h6 {
    margin: 0 0 12px;
  }
}
@media (max-width: 1240px) {
  #page-column h1,
  #page-column h2,
  #page-column h3,
  #page-column h4,
  #page-column h5,
  #page-column h6 {
    margin: 0 0 10px;
  }
}
#page-column h1 strong,
#page-column h2 strong,
#page-column h3 strong,
#page-column h4 strong,
#page-column h5 strong,
#page-column h6 strong {
  font-weight: 600;
}
#page-column h1,
#page-column h2 {
  font-size: 60px;
}
@media (max-width: 1600px) {
  #page-column h1,
  #page-column h2 {
    font-size: 56px;
  }
}
@media (max-width: 1440px) {
  #page-column h1,
  #page-column h2 {
    font-size: 52px;
  }
}
@media (max-width: 1240px) {
  #page-column h1,
  #page-column h2 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  #page-column h1,
  #page-column h2 {
    font-size: 34px;
  }
}
@media (max-width: 650px) {
  #page-column h1,
  #page-column h2 {
    font-size: 31px;
  }
}
@media (max-width: 480px) {
  #page-column h1,
  #page-column h2 {
    font-size: 29px;
  }
}
#page-column h3 {
  font-size: 48px;
}
@media (max-width: 1600px) {
  #page-column h3 {
    font-size: 44px;
  }
}
@media (max-width: 1440px) {
  #page-column h3 {
    font-size: 42px;
  }
}
@media (max-width: 1240px) {
  #page-column h3 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  #page-column h3 {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  #page-column h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  #page-column h3 {
    font-size: 27px;
  }
}
#page-column h4 {
  font-size: 42px;
}
@media (max-width: 1600px) {
  #page-column h4 {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  #page-column h4 {
    font-size: 38px;
  }
}
@media (max-width: 1240px) {
  #page-column h4 {
    font-size: 33px;
  }
}
@media (max-width: 991px) {
  #page-column h4 {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  #page-column h4 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  #page-column h4 {
    font-size: 25px;
  }
}
#page-column h5 {
  font-size: 35px;
}
@media (max-width: 1600px) {
  #page-column h5 {
    font-size: 33px;
  }
}
@media (max-width: 1440px) {
  #page-column h5 {
    font-size: 31px;
  }
}
@media (max-width: 1240px) {
  #page-column h5 {
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  #page-column h5 {
    font-size: 25px;
  }
}
@media (max-width: 650px) {
  #page-column h5 {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  #page-column h5 {
    font-size: 22px;
  }
}
#page-column h6 {
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 1600px) {
  #page-column h6 {
    font-size: 26px;
  }
}
@media (max-width: 1440px) {
  #page-column h6 {
    font-size: 24px;
  }
}
@media (max-width: 1240px) {
  #page-column h6 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  #page-column h6 {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  #page-column h6 {
    font-size: 19px;
  }
}
#page-column p,
#page-column li {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.77;
  letter-spacing: 0;
  color: #242424;
  margin: 0 0 25px;
}
@media (max-width: 1440px) {
  #page-column p,
  #page-column li {
    font-size: 17px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1240px) {
  #page-column p,
  #page-column li {
    font-size: 16px;
    margin: 0 0 16px;
    line-height: 1.7;
  }
}
#page-column a {
  color: #1a3558;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}
#page-column a:hover {
  color: #0f2138;
}
#page-column a.cmn-btn {
  color: #fff;
  text-decoration: none;
}
#page-column a.cmn-btn:hover {
  color: #000;
}
#page-column li ul {
  padding: 15px 0 0 10px;
  margin: 0;
  position: relative;
}
@media (max-width: 1440px) {
  #page-column li ul {
    padding: 13px 0 0 8px;
  }
}
@media (max-width: 991px) {
  #page-column li ul {
    padding: 10px 0 0 6px;
  }
}
#page-column ol,
#page-column ul {
  margin: 0 0 25px;
  list-style-position: inside;
}
@media (max-width: 1440px) {
  #page-column ol,
  #page-column ul {
    margin: 0 0 20px;
  }
}
@media (max-width: 1240px) {
  #page-column ol,
  #page-column ul {
    margin: 0 0 18px;
  }
}
#page-column ol li,
#page-column ul li {
  margin: 0 0 12px;
  text-align: left;
  margin-left: 25px;
}
@media (max-width: 1440px) {
  #page-column ol li,
  #page-column ul li {
    margin: 0 0 10px;
    margin-left: 20px;
  }
}
@media (max-width: 1240px) {
  #page-column ol li,
  #page-column ul li {
    margin: 0 0 8px;
    margin-left: 18px;
  }
}
#page-column ul li {
  list-style: none;
  padding-left: 18px;
  position: relative;
}
@media (max-width: 1440px) {
  #page-column ul li {
    padding-left: 17px;
  }
}
@media (max-width: 1240px) {
  #page-column ul li {
    padding-left: 15px;
  }
}
#page-column ul li::before {
  content: "";
  display: block;
  position: absolute;
  background: #242424;
  width: 9px;
  height: 9px;
  left: 0;
  right: 0;
  top: 12px;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  #page-column ul li::before {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 1240px) {
  #page-column ul li::before {
    width: 7px;
    height: 7px;
    top: 10px;
  }
}
#page-column ul li > ul li {
  list-style-type: inherit;
}
#page-column ul li > ul li > ol li {
  list-style-type: decimal;
}
#page-column ul li > ul li::before {
  display: block;
}
#page-column ul li > ol li {
  list-style-type: decimal;
}
#page-column ul li > ol li::before {
  display: none;
}
#page-column ul li > ol li > ul li {
  list-style-type: inherit;
}
#page-column ol {
  list-style-type: decimal;
  margin-left: 20px !important;
}
#page-column ol > li {
  list-style: decimal;
  padding-left: 0 !important;
}
#page-column a a,
#page-column li a {
  color: #1a3558;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.3s ease;
}
#page-column a a:hover,
#page-column li a:hover {
  color: #0f2138;
}

#post-content .posts-list .author-info a {
  background-color: #305596;
}

.page-feature-img,
.single-thumbnail {
  margin: 0 0 35px;
  display: block;
  height: 360px;
}
@media (max-width: 1600px) {
  .page-feature-img,
  .single-thumbnail {
    height: 340px;
    margin: 0 0 30px;
  }
}
@media (max-width: 1440px) {
  .page-feature-img,
  .single-thumbnail {
    height: 320px;
    margin: 0 0 26px;
  }
}
@media (max-width: 1240px) {
  .page-feature-img,
  .single-thumbnail {
    height: 290px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .page-feature-img,
  .single-thumbnail {
    height: 300px;
  }
}
@media (max-width: 650px) {
  .page-feature-img,
  .single-thumbnail {
    height: 260px;
  }
}
@media (max-width: 480px) {
  .page-feature-img,
  .single-thumbnail {
    height: 220px;
  }
}
.page-feature-img img,
.single-thumbnail img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.sidebar-page .blog-sidebar-itm h2,
h3.widget-title {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 52px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 0 10px;
}
@media (max-width: 1600px) {
  .sidebar-page .blog-sidebar-itm h2,
  h3.widget-title {
    font-size: 48px;
  }
}
@media (max-width: 1440px) {
  .sidebar-page .blog-sidebar-itm h2,
  h3.widget-title {
    font-size: 42px;
    padding: 0 0 18px;
  }
}
@media (max-width: 1240px) {
  .sidebar-page .blog-sidebar-itm h2,
  h3.widget-title {
    font-size: 36px;
    padding: 0 0 14px;
    margin: 0 0 8px;
  }
}
@media (max-width: 991px) {
  .sidebar-page .blog-sidebar-itm h2,
  h3.widget-title {
    font-size: 32px;
    padding: 0 0 14px;
    margin: 0 0 8px;
  }
}

.inn-cta-blck {
  padding: 50px 35px;
  background-image: url(../images/inn-cta-bg-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(46, 89, 134, 0.72);
  text-align: center;
  margin: 40px 0;
}
@media (max-width: 1600px) {
  .inn-cta-blck {
    padding: 45px 30px;
    margin: 35px 0;
  }
}
@media (max-width: 1440px) {
  .inn-cta-blck {
    padding: 40px 26px;
    margin: 30px 0;
  }
}
@media (max-width: 1240px) {
  .inn-cta-blck {
    padding: 34px 20px;
    margin: 25px 0;
  }
}
@media (max-width: 680px) {
  .inn-cta-blck {
    padding: 25px 15px;
    margin: 20px 0;
  }
}
@media (max-width: 480px) {
  .inn-cta-blck {
    padding: 20px 15px;
  }
}

#page-column .inn-cta-blck h2 {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.42px;
  color: #242424;
  margin: 0 0 25px;
}
@media (max-width: 1600px) {
  #page-column .inn-cta-blck h2 {
    font-size: 38px;
    letter-spacing: -0.32px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-cta-blck h2 {
    font-size: 32px;
    letter-spacing: -0.12px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-cta-blck h2 {
    font-size: 27px;
    letter-spacing: 0;
  }
}
@media (max-width: 680px) {
  #page-column .inn-cta-blck h2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  #page-column .inn-cta-blck h2 {
    font-size: 16px;
    line-height: 1.4;
  }
}
#page-column .inn-cta-blck h2 strong {
  font-weight: 600;
  font-size: 57px;
  line-height: 1.2;
  letter-spacing: -0.57px;
  color: #242424;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 16px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  #page-column .inn-cta-blck h2 strong {
    font-size: 52px;
    letter-spacing: -0.47px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-cta-blck h2 strong {
    font-size: 45px;
    letter-spacing: -0.27px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-cta-blck h2 strong {
    font-size: 38px;
    letter-spacing: -0.07px;
    text-underline-offset: 12px;
  }
}
@media (max-width: 680px) {
  #page-column .inn-cta-blck h2 strong {
    font-size: 30px;
    letter-spacing: 0;
    text-underline-offset: 10px;
  }
}
@media (max-width: 480px) {
  #page-column .inn-cta-blck h2 strong {
    font-size: 19px;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }
}

.inn-cta-btm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1440px) {
  .inn-cta-btm {
    gap: 20px;
  }
}
@media (max-width: 680px) {
  .inn-cta-btm {
    gap: 15px;
    flex-wrap: wrap-reverse;
  }
}

#page-column .inn-cta-rgt p {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.96px;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  #page-column .inn-cta-rgt p {
    letter-spacing: 1.76px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-cta-rgt p {
    letter-spacing: 1.46px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-cta-rgt p {
    letter-spacing: 1.16px;
  }
}
@media (max-width: 680px) {
  #page-column .inn-cta-rgt p {
    letter-spacing: 0.96px;
    font-size: 13px;
  }
}
#page-column .inn-cta-rgt p a {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.38px;
  margin: 8px 0 0 0;
  display: block;
  padding-left: 50px;
  position: relative;
  color: #242424;
}
@media (max-width: 1600px) {
  #page-column .inn-cta-rgt p a {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-cta-rgt p a {
    font-size: 32px;
    padding-left: 42px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-cta-rgt p a {
    font-size: 28px;
    padding-left: 42px;
  }
}
@media (max-width: 680px) {
  #page-column .inn-cta-rgt p a {
    font-size: 25px;
    padding-left: 39px;
  }
}
@media (max-width: 480px) {
  #page-column .inn-cta-rgt p a {
    font-size: 22px;
  }
}
#page-column .inn-cta-rgt p a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/inn-cta-phn-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
  top: 0;
}
@media (max-width: 1600px) {
  #page-column .inn-cta-rgt p a::before {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-cta-rgt p a::before {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-cta-rgt p a::before {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 680px) {
  #page-column .inn-cta-rgt p a::before {
    width: 29px;
    height: 28px;
  }
}
#page-column .inn-cta-rgt p a:hover {
  color: #305596;
}

#page-column .inn-cta-lft a.cmn-btn {
  color: #ffffff;
}
@media (max-width: 480px) {
  #page-column .inn-cta-lft a.cmn-btn {
    font-size: 14px;
    padding: 14px 20px;
  }
}

.inn-scnd-cta-blck {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0 40px;
  background-image: url(../images/inn-scnd-cta-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(46, 89, 134, 0.72);
  margin: 40px 0;
}
@media (max-width: 1440px) {
  .inn-scnd-cta-blck {
    padding: 35px 0 0 35px;
    margin: 30px 0;
  }
}
@media (max-width: 1240px) {
  .inn-scnd-cta-blck {
    padding: 30px 0 0 30px;
    margin: 25px 0;
  }
}
@media (max-width: 680px) {
  .inn-scnd-cta-blck {
    padding: 20px 15px;
    margin: 20px auto;
    flex-direction: column-reverse;
    gap: 15px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
  }
}

.inn-scnd-cta-rgt {
  width: 100%;
  max-width: 374px;
  margin: 0 0 0 -30px;
}
@media (max-width: 1440px) {
  .inn-scnd-cta-rgt {
    max-width: 350px;
  }
}
@media (max-width: 1240px) {
  .inn-scnd-cta-rgt {
    max-width: 290px;
    margin: 0 0 0 -20px;
  }
}
@media (max-width: 680px) {
  .inn-scnd-cta-rgt {
    max-width: 280px;
    margin: 0;
    border: 2px solid rgba(255, 255, 255, 0.5882352941);
    padding: 15px 0 0;
  }
}

.inn-scnd-cta-lft {
  width: 56.4%;
}
@media (max-width: 680px) {
  .inn-scnd-cta-lft {
    width: 100%;
    text-align: center;
  }
}

#page-column .inn-scnd-cta-lft h2 {
  font-weight: 200;
  font-size: 40px;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 20px;
}
@media (max-width: 1600px) {
  #page-column .inn-scnd-cta-lft h2 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-scnd-cta-lft h2 {
    font-size: 30px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-scnd-cta-lft h2 {
    font-size: 26px;
  }
}
@media (max-width: 680px) {
  #page-column .inn-scnd-cta-lft h2 {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  #page-column .inn-scnd-cta-lft h2 {
    font-size: 21px;
  }
}
#page-column .inn-scnd-cta-lft h2 strong {
  font-weight: 500;
  font-size: 56px;
  display: block;
}
@media (max-width: 1600px) {
  #page-column .inn-scnd-cta-lft h2 strong {
    font-size: 50px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-scnd-cta-lft h2 strong {
    font-size: 44px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-scnd-cta-lft h2 strong {
    font-size: 38px;
  }
}
@media (max-width: 680px) {
  #page-column .inn-scnd-cta-lft h2 strong {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  #page-column .inn-scnd-cta-lft h2 strong {
    font-size: 30px;
  }
}

#page-column .inn-scnd-cta-phn p {
  font-family: "Plus Jakarta Sans";
  font-weight: 200;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.96px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media (max-width: 1600px) {
  #page-column .inn-scnd-cta-phn p {
    letter-spacing: 1.76px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-scnd-cta-phn p {
    letter-spacing: 1.46px;
    font-size: 13px;
    margin: 0 0 25px;
  }
}
@media (max-width: 480px) {
  #page-column .inn-scnd-cta-phn p {
    letter-spacing: 1.16px;
  }
}
#page-column .inn-scnd-cta-phn p a {
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.38px;
  position: relative;
  padding-left: 50px;
  display: inline-block;
  margin: 10px 0 0;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  #page-column .inn-scnd-cta-phn p a {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-scnd-cta-phn p a {
    font-size: 30px;
    padding-left: 45px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-scnd-cta-phn p a {
    font-size: 26px;
    padding-left: 40px;
  }
}
@media (max-width: 480px) {
  #page-column .inn-scnd-cta-phn p a {
    font-size: 24px;
    padding-left: 36px;
  }
}
#page-column .inn-scnd-cta-phn p a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/inn-scnd-cta-phn-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
  top: 0;
}
@media (max-width: 1600px) {
  #page-column .inn-scnd-cta-phn p a::before {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-scnd-cta-phn p a::before {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-scnd-cta-phn p a::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  #page-column .inn-scnd-cta-phn p a::before {
    width: 28px;
    height: 27px;
  }
}
#page-column .inn-scnd-cta-phn p a:hover {
  color: #ecb01c;
}

#page-column .inn-scnd-cta-btn a.cmn-btn {
  background-color: #ecb01c;
  color: #000000;
}
#page-column .inn-scnd-cta-btn a.cmn-btn::before, #page-column .inn-scnd-cta-btn a.cmn-btn::after {
  background-color: #ffffff;
}
#page-column .inn-scnd-cta-btn a.cmn-btn:hover {
  background-color: #000000;
  color: #ecb01c;
}
#page-column .inn-scnd-cta-btn a.cmn-btn:hover::before, #page-column .inn-scnd-cta-btn a.cmn-btn:hover::after {
  background-color: #000000;
}

.inn-scnd-cta-rgt img {
  width: 100%;
  display: block;
}

.sidebar-item.sidebar-practice-menu::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 280px;
  background: linear-gradient(180deg, rgba(15, 30, 60, 0) 0%, rgba(15, 30, 60, 0.3) 100%);
  top: -60px;
  left: 0;
  transform: rotate(136deg);
  pointer-events: none;
  opacity: 0.65;
}
@media (max-width: 1440px) {
  .sidebar-item.sidebar-practice-menu::before {
    width: 140px;
    height: 240px;
  }
}
@media (max-width: 1240px) {
  .sidebar-item.sidebar-practice-menu::before {
    width: 120px;
    height: 200px;
    top: -40px;
  }
}

.sidebar-page .sidebar-menu-pa ul li .drop {
  font-size: 0 !important;
  position: absolute;
  right: 0;
  top: 2px;
  transform: none;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  min-height: 44px;
  background-color: transparent !important;
  background-image: none !important;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.sidebar-page .sidebar-item {
  margin: 0 0 50px;
  background: linear-gradient(165deg, #3a6bb5 0%, #1f3760 55%, #182b4d 100%);
  position: relative;
  padding: 28px 20px 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 32px rgba(15, 30, 60, 0.18);
}
@media (max-width: 1600px) {
  .sidebar-page .sidebar-item {
    padding: 24px 18px 22px;
    margin: 0 0 44px;
  }
}
@media (max-width: 1440px) {
  .sidebar-page .sidebar-item {
    padding: 22px 16px 20px;
    margin: 0 0 38px;
  }
}
@media (max-width: 1240px) {
  .sidebar-page .sidebar-item {
    padding: 20px 14px 18px;
    margin: 0 0 30px;
  }
}
.sidebar-page .sidebar-menu-pa {
  padding: 0;
}
.sidebar-page .sidebar-menu-pa ul {
  margin: 0;
  padding: 0;
}
.sidebar-page .sidebar-menu-pa ul li {
  display: block;
  padding: 0;
  margin: 0 0 4px;
  position: relative;
}
.sidebar-page .sidebar-menu-pa ul li a, .sidebar-page .sidebar-menu-pa ul li p {
  font-size: 24px;
  color: #fff;
  display: block;
  position: relative;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  letter-spacing: 0;
  padding: 14px 44px 14px 35px;
  min-height: 0;
  background-color: transparent;
}
@media (max-width: 1600px) {
  .sidebar-page .sidebar-menu-pa ul li a, .sidebar-page .sidebar-menu-pa ul li p {
    font-size: 22px;
    padding: 13px 44px 13px 32px;
  }
}
@media (max-width: 1440px) {
  .sidebar-page .sidebar-menu-pa ul li a, .sidebar-page .sidebar-menu-pa ul li p {
    font-size: 20px;
    padding: 12px 44px 12px 29px;
  }
}
@media (max-width: 1240px) {
  .sidebar-page .sidebar-menu-pa ul li a, .sidebar-page .sidebar-menu-pa ul li p {
    font-size: 17px;
    padding: 12px 44px 12px 26px;
  }
}
@media (max-width: 991px) {
  .sidebar-page .sidebar-menu-pa ul li a, .sidebar-page .sidebar-menu-pa ul li p {
    font-size: 16px;
    padding: 12px 48px 12px 22px;
  }
}
.sidebar-page .sidebar-menu-pa ul li a::before, .sidebar-page .sidebar-menu-pa ul li p::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 24px;
  left: 17px;
}
@media (max-width: 1600px) {
  .sidebar-page .sidebar-menu-pa ul li a::before, .sidebar-page .sidebar-menu-pa ul li p::before {
    width: 9px;
    height: 9px;
    top: 22px;
    left: 16px;
  }
}
@media (max-width: 1440px) {
  .sidebar-page .sidebar-menu-pa ul li a::before, .sidebar-page .sidebar-menu-pa ul li p::before {
    width: 8px;
    height: 8px;
    top: 20px;
    left: 13px;
  }
}
@media (max-width: 1240px) {
  .sidebar-page .sidebar-menu-pa ul li a::before, .sidebar-page .sidebar-menu-pa ul li p::before {
    width: 6px;
    height: 6px;
    top: 15px;
    left: 13px;
  }
}
@media (max-width: 991px) {
  .sidebar-page .sidebar-menu-pa ul li a::before, .sidebar-page .sidebar-menu-pa ul li p::before {
    width: 6px;
    height: 6px;
    top: 15px;
    left: 9px;
  }
}
.sidebar-page .sidebar-menu-pa ul li:last-child a, .sidebar-page .sidebar-menu-pa ul li:last-child p {
  margin: 0;
}
.sidebar-page .sidebar-menu-pa ul.sub-menu {
  overflow: hidden;
  padding: 10px 0 0 10px;
}
.sidebar-page .sidebar-menu-pa ul.sub-menu.open {
  max-height: 900px;
  padding: 10px 0 0 20px;
}
.sidebar-page .sidebar-menu-pa ul.sub-menu li a, .sidebar-page .sidebar-menu-pa ul.sub-menu li p {
  width: 100%;
  font-size: 19px;
  margin: 0;
}
@media (max-width: 1600px) {
  .sidebar-page .sidebar-menu-pa ul.sub-menu li a, .sidebar-page .sidebar-menu-pa ul.sub-menu li p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .sidebar-page .sidebar-menu-pa ul.sub-menu li a, .sidebar-page .sidebar-menu-pa ul.sub-menu li p {
    font-size: 17px;
  }
}
@media (max-width: 1240px) {
  .sidebar-page .sidebar-menu-pa ul.sub-menu li a, .sidebar-page .sidebar-menu-pa ul.sub-menu li p {
    font-size: 16px;
  }
}
.sidebar-page .sidebar-menu-pa ul.sub-menu li a::before, .sidebar-page .sidebar-menu-pa ul.sub-menu li p::before {
  width: 9px;
  height: 9px;
  top: 22px;
}
@media (max-width: 1600px) {
  .sidebar-page .sidebar-menu-pa ul.sub-menu li a::before, .sidebar-page .sidebar-menu-pa ul.sub-menu li p::before {
    width: 8px;
    height: 8px;
    top: 20px;
  }
}
@media (max-width: 1440px) {
  .sidebar-page .sidebar-menu-pa ul.sub-menu li a::before, .sidebar-page .sidebar-menu-pa ul.sub-menu li p::before {
    width: 7px;
    height: 7px;
    top: 18px;
  }
}
@media (max-width: 1440px) {
  .sidebar-page .sidebar-menu-pa ul.sub-menu li a::before, .sidebar-page .sidebar-menu-pa ul.sub-menu li p::before {
    width: 6px;
    height: 6px;
    top: 15px;
  }
}
.sidebar-page .sdbr-posts-menu .sidebar-menu-pa ul li a, .sidebar-page .sdbr-posts-menu .sidebar-menu-pa ul li p {
  font-size: 22px;
}
.sidebar-page .sdbr-posts-menu .sidebar-menu-pa ul li a::before, .sidebar-page .sdbr-posts-menu .sidebar-menu-pa ul li p::before {
  width: 9px;
  height: 9px;
  top: 22px;
}
.sidebar-page .widget {
  padding: 32px 17px;
  margin: 0 0 50px;
}
@media (max-width: 1600px) {
  .sidebar-page .widget {
    margin: 0 0 44px;
  }
}
@media (max-width: 1440px) {
  .sidebar-page .widget {
    margin: 0 0 38px;
  }
}
@media (max-width: 1240px) {
  .sidebar-page .widget {
    margin: 0 0 30px;
  }
}
.sidebar-page .widget:last-child {
  margin-bottom: 0px;
}
.sidebar-page .widget.sdbr-testi {
  padding: 35px 35px 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(46, 89, 134, 0.72);
}
@media (max-width: 1600px) {
  .sidebar-page .widget.sdbr-testi {
    padding: 30px 30px 25px;
  }
}
@media (max-width: 1440px) {
  .sidebar-page .widget.sdbr-testi {
    padding: 26px 26px 20px;
  }
}
@media (max-width: 1240px) {
  .sidebar-page .widget.sdbr-testi {
    padding: 20px 18px 18px;
  }
}
.sidebar-page .widget.sdbr-testi h3.widget-title {
  margin: 0 0 30px;
  padding: 0;
  color: #00000d;
  border: 0;
}
@media (max-width: 1600px) {
  .sidebar-page .widget.sdbr-testi h3.widget-title {
    margin: 0 0 26px;
  }
}
@media (max-width: 1440px) {
  .sidebar-page .widget.sdbr-testi h3.widget-title {
    margin: 0 0 22px;
  }
}
@media (max-width: 1240px) {
  .sidebar-page .widget.sdbr-testi h3.widget-title {
    margin: 0 0 18px;
  }
}

.sidebar-page .blog-sidebar-menu .sidebar-menu-pa ul li a {
  font-size: 20px;
  padding-right: 10px;
}
@media (max-width: 1600px) {
  .sidebar-page .blog-sidebar-menu .sidebar-menu-pa ul li a {
    font-size: 19px;
  }
}
@media (max-width: 1440px) {
  .sidebar-page .blog-sidebar-menu .sidebar-menu-pa ul li a {
    font-size: 17px;
  }
}
@media (max-width: 1240px) {
  .sidebar-page .blog-sidebar-menu .sidebar-menu-pa ul li a {
    font-size: 16px;
  }
}
.sidebar-page .blog-sidebar-menu .sidebar-menu-pa ul li a::before {
  width: 9px !important;
  height: 9px !important;
  top: 27px !important;
}
@media (max-width: 1600px) {
  .sidebar-page .blog-sidebar-menu .sidebar-menu-pa ul li a::before {
    width: 8px !important;
    height: 8px !important;
    top: 25px !important;
  }
}
@media (max-width: 1440px) {
  .sidebar-page .blog-sidebar-menu .sidebar-menu-pa ul li a::before {
    width: 7px !important;
    height: 7px !important;
    top: 23px !important;
  }
}
@media (max-width: 1240px) {
  .sidebar-page .blog-sidebar-menu .sidebar-menu-pa ul li a::before {
    width: 6px !important;
    height: 6px !important;
    top: 21px !important;
  }
}

.sdbr-testi-item {
  padding: 0 5px;
}
@media (max-width: 1800px) {
  .sdbr-testi-item {
    padding: 0;
  }
}
.sdbr-testi-item .testi-star-rat {
  width: 163px;
  height: 24px;
  background-image: url(../images/inn-testi-star.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  margin: 0 auto 15px;
}
@media (max-width: 1600px) {
  .sdbr-testi-item .testi-star-rat {
    width: 156px;
    height: 23px;
    margin: 0 auto 14px;
  }
}
@media (max-width: 1440px) {
  .sdbr-testi-item .testi-star-rat {
    width: 145px;
    height: 21px;
    margin: 0 auto 12px;
  }
}
@media (max-width: 1240px) {
  .sdbr-testi-item .testi-star-rat {
    width: 120px;
    height: 18px;
    margin: 0 auto 10px;
  }
}
.sdbr-testi-item p {
  font-size: 18px;
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  line-height: 1.82;
  letter-spacing: -0.36px;
  color: #000000;
  margin: 0 0 20px;
}
@media (max-width: 1440px) {
  .sdbr-testi-item p {
    font-size: 17px;
    letter-spacing: -0.2px;
    margin: 0 0 18px;
  }
}
@media (max-width: 1240px) {
  .sdbr-testi-item p {
    font-size: 16px;
    letter-spacing: -0.1px;
    margin: 0 0 16px;
    line-height: 1.7;
  }
}
.sdbr-testi-item h5 {
  font-family: "Outfit";
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #305596;
  margin: 0;
}
@media (max-width: 1600px) {
  .sdbr-testi-item h5 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .sdbr-testi-item h5 {
    font-size: 26px;
  }
}
@media (max-width: 1240px) {
  .sdbr-testi-item h5 {
    font-size: 22px;
  }
}

.widget.sdbr-case-results {
  padding: 30px 40px 30px;
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #242424;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .widget.sdbr-case-results {
    padding: 28px 32px;
  }
}
@media (max-width: 1440px) {
  .widget.sdbr-case-results {
    padding: 24px 28px;
  }
}
@media (max-width: 1240px) {
  .widget.sdbr-case-results {
    padding: 20px 24px;
  }
}
@media (max-width: 480px) {
  .widget.sdbr-case-results {
    padding: 18px;
  }
}
.widget.sdbr-case-results::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 90%;
  background: linear-gradient(180deg, rgba(47, 83, 145, 0) 0%, #2f5391 100%);
  top: -100px;
  left: 18px;
  transform: rotate(136deg);
  pointer-events: none;
}
.widget.sdbr-case-results h3.widget-title {
  padding-bottom: 0;
  border: 0;
  margin: 0 0 35px;
}
@media (max-width: 1600px) {
  .widget.sdbr-case-results h3.widget-title {
    margin: 0 0 30px;
  }
}
@media (max-width: 1440px) {
  .widget.sdbr-case-results h3.widget-title {
    margin: 0 0 24px;
  }
}
@media (max-width: 1240px) {
  .widget.sdbr-case-results h3.widget-title {
    margin: 0 0 20px;
  }
}

.sdbr-case-results-img {
  width: 61px;
  margin: 0 auto 20px;
}
@media (max-width: 1600px) {
  .sdbr-case-results-img {
    width: 56px;
    margin: 0 auto 18px;
  }
}
@media (max-width: 1440px) {
  .sdbr-case-results-img {
    width: 48px;
    margin: 0 auto 16px;
  }
}
@media (max-width: 1240px) {
  .sdbr-case-results-img {
    width: 42px;
    margin: 0 auto 14px;
  }
}

.sdbr-case-results-item h3 {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 75px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0 0 20px;
}
@media (max-width: 1600px) {
  .sdbr-case-results-item h3 {
    font-size: 70px;
    margin: 0 0 18px;
  }
}
@media (max-width: 1440px) {
  .sdbr-case-results-item h3 {
    font-size: 62px;
    margin: 0 0 16px;
  }
}
@media (max-width: 1240px) {
  .sdbr-case-results-item h3 {
    font-size: 55px;
    margin: 0 0 14px;
  }
}
.sdbr-case-results-item p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.92px;
  color: #000000;
  text-transform: uppercase;
  padding: 9px 19px;
  background-color: #ecb01c;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 25px;
}
@media (max-width: 1600px) {
  .sdbr-case-results-item p {
    margin: 0 auto 22px;
  }
}
@media (max-width: 1600px) {
  .sdbr-case-results-item p {
    margin: 0 auto 16px;
    font-size: 15px;
  }
}
.sdbr-case-results-item h4 {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 28px;
  line-height: 1.28;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1600px) {
  .sdbr-case-results-item h4 {
    font-size: 26px;
  }
}
@media (max-width: 1440px) {
  .sdbr-case-results-item h4 {
    font-size: 24px;
  }
}
@media (max-width: 1240px) {
  .sdbr-case-results-item h4 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .sdbr-case-results-item h4 {
    font-size: 20px;
  }
}

.sdbr-case-results-blk .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px auto 0;
}
@media (max-width: 1440px) {
  .sdbr-case-results-blk .owl-dots {
    gap: 6px;
    margin: 18px auto 0;
  }
}
.sdbr-case-results-blk .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d6ddea;
}
@media (max-width: 1440px) {
  .sdbr-case-results-blk .owl-dots button.owl-dot {
    width: 9px;
    height: 9px;
  }
}
.sdbr-case-results-blk .owl-dots button.owl-dot.active {
  background-color: #305596;
}

.sdbr-testi-blk.owl-carousel {
  position: relative;
}
.sdbr-testi-blk.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px 0 0;
}
@media (max-width: 1600px) {
  .sdbr-testi-blk.owl-carousel .owl-nav {
    margin: 26px 0 0;
  }
}
@media (max-width: 1440px) {
  .sdbr-testi-blk.owl-carousel .owl-nav {
    margin: 22px 0 0;
    gap: 18px;
  }
}
@media (max-width: 1440px) {
  .sdbr-testi-blk.owl-carousel .owl-nav {
    margin: 18px 0 0;
  }
}
.sdbr-testi-blk.owl-carousel .owl-nav .owl-prev,
.sdbr-testi-blk.owl-carousel .owl-nav .owl-next {
  position: relative;
  width: 38px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0;
  font-size: 0;
}
@media (max-width: 1440px) {
  .sdbr-testi-blk.owl-carousel .owl-nav .owl-prev,
  .sdbr-testi-blk.owl-carousel .owl-nav .owl-next {
    width: 36px;
    height: 30px;
  }
}
.sdbr-testi-blk.owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/inn-prev-img.webp);
}
.sdbr-testi-blk.owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(../images/inn-prev-hvr-img.webp);
}
.sdbr-testi-blk.owl-carousel .owl-nav .owl-next {
  background-image: url(../images/inn-next-img.webp);
}
.sdbr-testi-blk.owl-carousel .owl-nav .owl-next:hover {
  background-image: url(../images/inn-next-hvr-img.webp);
}

form.search-form {
  position: relative;
}

.screen-reader-text {
  display: none;
}

.sidebar-blog {
  background-color: #fff;
  padding: 44px 32px;
  margin: 0 0 50px;
}
@media (max-width: 1440px) {
  .sidebar-blog {
    margin: 0 0 35px;
  }
}
@media (max-width: 991px) {
  .sidebar-blog {
    margin: 0 auto 30px;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 320px;
  }
}
.sidebar-blog .widget {
  background-color: transparent;
  padding: 0;
  margin: 0 0 28px;
}
.sidebar-blog .widget:last-child {
  margin: 0;
}
.sidebar-blog .widget h2 {
  margin: 0 0 14px;
  padding: 0 !important;
  color: #000;
  text-align: left;
}
@media (max-width: 1240px) {
  .sidebar-blog .widget h2 {
    margin: 0 0 12px;
  }
}
.sidebar-blog input.search-field,
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 19px;
  color: #000 !important;
  line-height: 130%;
  letter-spacing: 0;
  padding: 22px 70px 22px 25px;
  border-radius: 0;
  display: block;
  position: relative;
  outline: 1px solid #305596;
  outline-offset: -1px;
  border: 0;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .sidebar-blog input.search-field,
  .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
    font-size: 18px;
    padding: 20px 70px 20px 25px;
  }
}
@media (max-width: 1440px) {
  .sidebar-blog input.search-field,
  .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
    font-size: 17px;
    padding: 17px 60px 17px 20px;
  }
}
@media (max-width: 1240px) {
  .sidebar-blog input.search-field,
  .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
    font-size: 16px;
    padding: 15px 55px 15px 20px;
  }
}
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
  background-image: url("./../images/sdbar-down-arrow-img.webp") !important;
  background-position: right 0 center;
  background-size: 70px 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
    background-size: 65px 100%;
  }
}
@media (max-width: 1440px) {
  .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
    background-size: 60px 100%;
  }
}
@media (max-width: 1240px) {
  .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
    background-size: 50px 100%;
  }
}
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("./../images/search-btn-img.webp") !important;
  background-repeat: no-repeat;
  border-radius: 0 !important;
  background-size: contain;
  background-position: right center;
  width: 70px;
  height: 100%;
  border: none;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  outline: 0;
  transform: inherit;
  border-radius: 0;
}
@media (max-width: 1600px) {
  .sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
    width: 65px;
  }
}
@media (max-width: 1440px) {
  .sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
    width: 60px;
  }
}
@media (max-width: 1240px) {
  .sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
    width: 50px;
  }
}

#reviews-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 4.4%;
  margin: 0 0 50px;
}
@media (max-width: 1600px) {
  #reviews-main {
    gap: 50px 4.4%;
    margin: 0 0 50px;
  }
}
@media (max-width: 1440px) {
  #reviews-main {
    gap: 46px 4.4%;
    margin: 0 0 42px;
  }
}
@media (max-width: 1240px) {
  #reviews-main {
    gap: 34px 4.4%;
    margin: 0 0 32px;
  }
}
@media (max-width: 991px) {
  #reviews-main {
    gap: 22px 4%;
    margin: 0 0 32px;
  }
}

#page-column a.load-more-btn.inn-cmn-btn {
  margin: 0 auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #fff !important;
}
#page-column a.load-more-btn.inn-cmn-btn:hover {
  background-color: #091b2e;
}

.review-item {
  width: 30.4%;
  padding: 47px 95px 88px 60px;
  position: relative;
  z-index: 1;
  margin: 10px 0;
}
.review-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  pointer-events: none;
}
.review-item::after {
  content: "";
  position: absolute;
  outline: 1px solid #fff;
  width: 93%;
  height: calc(100% + 20px);
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -2;
  opacity: 0.63;
  pointer-events: none;
}
@media (max-width: 991px) {
  .review-item::after {
    height: calc(100% + 12px);
  }
}
.review-item .star-rat {
  background-image: url("./../images/star-img.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 77px;
  height: 14px;
  margin: 0 0 10px;
}
@media (max-width: 1440px) {
  .review-item .star-rat {
    width: 73px;
    height: 13px;
  }
}

#page-column .review-item p {
  font-family: #242424;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #1e1e1e;
  margin: 0 0 28px;
}
@media (max-width: 1600px) {
  #page-column .review-item p {
    font-size: 16px;
  }
}
@media (max-width: 1240px) {
  #page-column .review-item p {
    margin: 0 0 24px;
  }
}
#page-column .review-item h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  color: #242424;
  margin: 0;
  padding: 21px 0 0;
  border-top: 2px solid #cacaca;
  position: absolute;
  bottom: 38px;
  display: block;
  left: 60px;
  right: 95px;
}
#page-column .review-item h3::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("./../images/quotes-img.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 69px;
  height: 69px;
  top: -35px;
  right: -10px;
  margin: auto;
}

#post-column-full {
  gap: 25px 1.85%;
}
@media (max-width: 1240px) {
  #post-column-full {
    gap: 20px 1.85%;
  }
}
@media (max-width: 991px) {
  #post-column-full {
    gap: 20px;
  }
}

.blog-page .sidebar-blog {
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .blog-page .sidebar-blog {
    margin: 0 auto 32px;
  }
}
@media (max-width: 991px) {
  .blog-page .sidebar-blog {
    max-width: 340px;
    margin: 0 auto 25px;
    gap: 12px;
  }
}

.sidebar-blog-item {
  width: 32.1%;
}
@media (max-width: 991px) {
  .sidebar-blog-item {
    width: 100%;
  }
}

.sidebar-blog-item h2.widgettitle {
  display: none;
}

.sidebar-blog-item.blog_search {
  order: 3;
}

.sidebar-blog-item.blog_archives {
  order: 2;
}

.sidebar-blog-item.blog_categories {
  order: 1;
}

.posts-list {
  width: 32.1%;
  background-color: #fff;
  margin: 0;
  position: relative;
  border: 1px solid rgba(46, 89, 134, 0.72);
  padding: 10px 10px 55px;
}
@media (max-width: 1440px) {
  .posts-list {
    padding: 10px 10px 45px;
  }
}
@media (max-width: 1240px) {
  .posts-list {
    padding: 8px 8px 40px;
  }
}
@media (max-width: 991px) {
  .posts-list {
    padding: 8px 8px 40px;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .posts-list {
    width: 100%;
    max-width: 340px;
  }
}
.posts-list a {
  text-decoration: none !important;
}

.posts-thumbnail {
  display: block;
  height: 237px;
}
.posts-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.posts-block {
  padding: 25px 20px 0;
}
@media (max-width: 1240px) {
  .posts-block {
    padding: 20px 15px 0;
  }
}
@media (max-width: 767px) {
  .posts-block {
    padding: 16px 10px 0;
  }
}

#page-column .posts-block h2 {
  margin: 0 0 12px;
  line-height: 1.1;
  font-family: "Outfit";
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  color: #000000;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 1600px) {
  #page-column .posts-block h2 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  #page-column .posts-block h2 {
    font-size: 20px;
  }
}
@media (max-width: 1240px) {
  #page-column .posts-block h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #page-column .posts-block h2 {
    font-size: 17px;
    letter-spacing: 0.4px;
    margin: 0 0 10px;
  }
}
#page-column .posts-block .posts-date {
  margin: 0 0 20px;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #1f3760;
  text-decoration: none;
}
@media (max-width: 1240px) {
  #page-column .posts-block .posts-date {
    font-size: 13px;
    margin: 0 0 16px;
  }
}
@media (max-width: 767px) {
  #page-column .posts-block .posts-date {
    font-size: 12px;
    margin: 0 0 14px;
  }
}

.posts-readmore {
  position: absolute;
  bottom: 25px;
  left: 30px;
}
@media (max-width: 1440px) {
  .posts-readmore {
    bottom: 20px;
    left: 25px;
  }
}
@media (max-width: 767px) {
  .posts-readmore {
    bottom: 17px;
    left: 20px;
  }
}

#page-column .posts-readmore span {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2.88px;
  color: #1f3760;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
@media (max-width: 1440px) {
  #page-column .posts-readmore span {
    font-size: 15px;
    letter-spacing: 2.8px;
  }
}
@media (max-width: 1240px) {
  #page-column .posts-readmore span {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  #page-column .posts-readmore span {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

#post-column-full {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#page-column .posts-list:hover .posts-block h2 {
  color: #ffffff;
}
#page-column .posts-list:hover .posts-block .posts-date {
  color: #ffffff;
}
#page-column .posts-list:hover .posts-readmore span {
  color: #ffffff;
  border-color: #ffffff;
}

.posts-list:hover {
  background-color: #305596;
}
.posts-list .posts-list__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.single-blog-page #page-column .post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0 0 28px;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #1f3760;
}
@media (max-width: 1240px) {
  .single-blog-page #page-column .post-meta {
    font-size: 13px;
    margin: 0 0 22px;
  }
}
@media (max-width: 767px) {
  .single-blog-page #page-column .post-meta {
    font-size: 12px;
    margin: 0 0 18px;
  }
}
.single-blog-page #page-column .post-meta p {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.single-blog-page #page-column .post-meta span {
  margin: 0;
  color: #1f3760;
  opacity: 0.7;
}
.single-blog-page #page-column .post-meta a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #1f3760;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.single-blog-page #page-column .post-meta a:hover {
  color: #305596;
  border-bottom-color: #305596;
}

.single-blog-page #page-column .post-content > h2,
.single-blog-page #page-column .post-content > h3,
.single-blog-page #page-column .post-content > h4 {
  margin-top: 32px;
}
.single-blog-page #page-column .post-content > h2:first-child,
.single-blog-page #page-column .post-content > h3:first-child,
.single-blog-page #page-column .post-content > h4:first-child {
  margin-top: 0;
}
.single-blog-page #page-column .post-content > p:first-child {
  margin-top: 0;
}
.single-blog-page #page-column .post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 24px;
}

#page-column:not(.full-width) > h2,
#page-column:not(.full-width) > h3,
#page-column:not(.full-width) > h4,
#page-column:not(.full-width) .post-content > h2,
#page-column:not(.full-width) .post-content > h3,
#page-column:not(.full-width) .post-content > h4 {
  margin-top: 28px;
}
@media (max-width: 1600px) {
  #page-column:not(.full-width) > h2,
  #page-column:not(.full-width) > h3,
  #page-column:not(.full-width) > h4,
  #page-column:not(.full-width) .post-content > h2,
  #page-column:not(.full-width) .post-content > h3,
  #page-column:not(.full-width) .post-content > h4 {
    margin-top: 24px;
  }
}
@media (max-width: 1440px) {
  #page-column:not(.full-width) > h2,
  #page-column:not(.full-width) > h3,
  #page-column:not(.full-width) > h4,
  #page-column:not(.full-width) .post-content > h2,
  #page-column:not(.full-width) .post-content > h3,
  #page-column:not(.full-width) .post-content > h4 {
    margin-top: 20px;
  }
}
@media (max-width: 1240px) {
  #page-column:not(.full-width) > h2,
  #page-column:not(.full-width) > h3,
  #page-column:not(.full-width) > h4,
  #page-column:not(.full-width) .post-content > h2,
  #page-column:not(.full-width) .post-content > h3,
  #page-column:not(.full-width) .post-content > h4 {
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  #page-column:not(.full-width) > h2,
  #page-column:not(.full-width) > h3,
  #page-column:not(.full-width) > h4,
  #page-column:not(.full-width) .post-content > h2,
  #page-column:not(.full-width) .post-content > h3,
  #page-column:not(.full-width) .post-content > h4 {
    margin-top: 14px;
  }
}
#page-column:not(.full-width) > h2:first-child,
#page-column:not(.full-width) > h3:first-child,
#page-column:not(.full-width) > h4:first-child,
#page-column:not(.full-width) .post-content > h2:first-child,
#page-column:not(.full-width) .post-content > h3:first-child,
#page-column:not(.full-width) .post-content > h4:first-child {
  margin-top: 0;
}
#page-column:not(.full-width) > p + h2,
#page-column:not(.full-width) > p + h3,
#page-column:not(.full-width) > p + h4,
#page-column:not(.full-width) > ul + h2,
#page-column:not(.full-width) > ul + h3,
#page-column:not(.full-width) > ul + h4,
#page-column:not(.full-width) > ol + h2,
#page-column:not(.full-width) > ol + h3,
#page-column:not(.full-width) > ol + h4 {
  margin-top: 28px;
}
@media (max-width: 1600px) {
  #page-column:not(.full-width) > p + h2,
  #page-column:not(.full-width) > p + h3,
  #page-column:not(.full-width) > p + h4,
  #page-column:not(.full-width) > ul + h2,
  #page-column:not(.full-width) > ul + h3,
  #page-column:not(.full-width) > ul + h4,
  #page-column:not(.full-width) > ol + h2,
  #page-column:not(.full-width) > ol + h3,
  #page-column:not(.full-width) > ol + h4 {
    margin-top: 24px;
  }
}
@media (max-width: 1440px) {
  #page-column:not(.full-width) > p + h2,
  #page-column:not(.full-width) > p + h3,
  #page-column:not(.full-width) > p + h4,
  #page-column:not(.full-width) > ul + h2,
  #page-column:not(.full-width) > ul + h3,
  #page-column:not(.full-width) > ul + h4,
  #page-column:not(.full-width) > ol + h2,
  #page-column:not(.full-width) > ol + h3,
  #page-column:not(.full-width) > ol + h4 {
    margin-top: 20px;
  }
}
@media (max-width: 1240px) {
  #page-column:not(.full-width) > p + h2,
  #page-column:not(.full-width) > p + h3,
  #page-column:not(.full-width) > p + h4,
  #page-column:not(.full-width) > ul + h2,
  #page-column:not(.full-width) > ul + h3,
  #page-column:not(.full-width) > ul + h4,
  #page-column:not(.full-width) > ol + h2,
  #page-column:not(.full-width) > ol + h3,
  #page-column:not(.full-width) > ol + h4 {
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  #page-column:not(.full-width) > p + h2,
  #page-column:not(.full-width) > p + h3,
  #page-column:not(.full-width) > p + h4,
  #page-column:not(.full-width) > ul + h2,
  #page-column:not(.full-width) > ul + h3,
  #page-column:not(.full-width) > ul + h4,
  #page-column:not(.full-width) > ol + h2,
  #page-column:not(.full-width) > ol + h3,
  #page-column:not(.full-width) > ol + h4 {
    margin-top: 14px;
  }
}

.inn-video-src {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 25px;
}
@media (max-width: 650px) {
  .inn-video-src {
    margin: 0 auto 20px;
  }
}

.inn-video-src video {
  width: 100%;
  max-height: 480px;
  display: block;
  background: #000;
  -o-object-fit: contain;
     object-fit: contain;
}

.gnrl-vdeo.youtube-facade {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 30px;
}

.showPostsButton {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0 10px;
}
.showPostsButton button,
.showPostsButton .cmn-btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  background: #305596;
  border: 0;
  border-radius: 0;
  padding: 16px 36px;
  cursor: pointer;
  transition: background 0.25s ease;
}
.showPostsButton button:hover,
.showPostsButton .cmn-btn:hover {
  background: #1f3760;
}

.single-blog-page .sidebar-blog {
  background-color: #ffffff;
  padding: 30px;
  margin: 0 0 50px;
  border: 1px solid rgba(48, 85, 150, 0.72);
}
@media (max-width: 1600px) {
  .single-blog-page .sidebar-blog {
    margin: 0 0 44px;
    padding: 28px 26px;
  }
}
@media (max-width: 1440px) {
  .single-blog-page .sidebar-blog {
    margin: 0 0 38px;
    padding: 25px 22px;
  }
}
@media (max-width: 1240px) {
  .single-blog-page .sidebar-blog {
    margin: 0 0 30px;
    padding: 22px 20px;
  }
}

.single-blog-page .sidebar-blog .sidebar-blog-item {
  width: 100%;
  margin: 0 0 25px;
}
@media (max-width: 1600px) {
  .single-blog-page .sidebar-blog .sidebar-blog-item {
    margin: 0 0 22px;
  }
}
@media (max-width: 1440px) {
  .single-blog-page .sidebar-blog .sidebar-blog-item {
    margin: 0 0 18px;
  }
}
@media (max-width: 1240px) {
  .single-blog-page .sidebar-blog .sidebar-blog-item {
    margin: 0 0 15px;
  }
}
.single-blog-page .sidebar-blog .sidebar-blog-item:last-child {
  margin-bottom: 0px;
}

.single-blog-page .sidebar-blog .sidebar-blog-item h2.widgettitle {
  display: block;
}

.sngl-atrny-blck {
  margin: 90px 0 40px;
  padding: 0 100px 0 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  background-image: url(../images/sngl-atrny-blck-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .sngl-atrny-blck {
    margin: 80px 0 35px;
    padding: 0 75px 0 45px;
  }
}
@media (max-width: 1440px) {
  .sngl-atrny-blck {
    margin: 70px 0 30px;
    padding: 0 60px 0 35px;
  }
}
@media (max-width: 1240px) {
  .sngl-atrny-blck {
    margin: 50px 0 25px;
    padding: 0 40px 0 25px;
  }
}
@media (max-width: 767px) {
  .sngl-atrny-blck {
    margin: 0 auto 20px;
    padding: 20px 15px;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
  }
}

.sngl-atrny-img {
  width: 42.6%;
  margin: -90px 0 0px 0;
}
@media (max-width: 1600px) {
  .sngl-atrny-img {
    margin: -80px 0 0 0;
  }
}
@media (max-width: 1440px) {
  .sngl-atrny-img {
    margin: -70px 0 0 0;
  }
}
@media (max-width: 1240px) {
  .sngl-atrny-img {
    margin: -50px 0 0 0;
  }
}
@media (max-width: 991px) {
  .sngl-atrny-img {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .sngl-atrny-img {
    margin: 0;
    width: 100%;
    max-width: 240px;
    padding: 0 8px;
    border-bottom: 1px solid #fff;
  }
}
.sngl-atrny-img img {
  width: 100%;
  display: block;
}

.sngl-atrny-cnt {
  width: 50%;
}
@media (max-width: 991px) {
  .sngl-atrny-cnt {
    width: 53%;
  }
}
@media (max-width: 767px) {
  .sngl-atrny-cnt {
    width: 100%;
    text-align: center;
  }
}

#page-column .sngl-atrny-cnt h2 {
  font-weight: 600;
  font-size: 68px;
  line-height: 1;
  letter-spacing: -1.36px;
  color: #ffffff;
  margin: 0 0 10px;
}
@media (max-width: 1600px) {
  #page-column .sngl-atrny-cnt h2 {
    font-size: 64px;
    letter-spacing: -0.96px;
  }
}
@media (max-width: 1440px) {
  #page-column .sngl-atrny-cnt h2 {
    font-size: 56px;
    letter-spacing: -0.66px;
  }
}
@media (max-width: 1240px) {
  #page-column .sngl-atrny-cnt h2 {
    font-size: 45px;
    letter-spacing: -0.26px;
  }
}
@media (max-width: 991px) {
  #page-column .sngl-atrny-cnt h2 {
    font-size: 38px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  #page-column .sngl-atrny-cnt h2 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  #page-column .sngl-atrny-cnt h2 {
    font-size: 28px;
  }
}
#page-column .sngl-atrny-cnt h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 4.5px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 1600px) {
  #page-column .sngl-atrny-cnt h3 {
    letter-spacing: 4px;
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  #page-column .sngl-atrny-cnt h3 {
    letter-spacing: 3.5px;
    font-size: 16px;
  }
}
@media (max-width: 1240px) {
  #page-column .sngl-atrny-cnt h3 {
    letter-spacing: 3px;
    font-size: 15px;
  }
}

#page-column .sngl-atrny-phn {
  font-family: "Plus Jakarta Sans";
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1.82px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media (max-width: 1600px) {
  #page-column .sngl-atrny-phn {
    letter-spacing: 1.72px;
  }
}
@media (max-width: 1440px) {
  #page-column .sngl-atrny-phn {
    margin: 0 0 25px;
    letter-spacing: 1.42px;
  }
}
@media (max-width: 1240px) {
  #page-column .sngl-atrny-phn {
    margin: 0 0 20px;
    letter-spacing: 0.92px;
  }
}
@media (max-width: 767px) {
  #page-column .sngl-atrny-phn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 680px) {
  #page-column .sngl-atrny-phn {
    margin: 0 auto 20px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
#page-column .sngl-atrny-phn a {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.38px;
  color: #ffffff;
  margin: 10px 0 0;
  display: block;
  position: relative;
  padding-left: 50px;
  text-decoration: none;
}
@media (max-width: 1600px) {
  #page-column .sngl-atrny-phn a {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  #page-column .sngl-atrny-phn a {
    font-size: 32px;
    letter-spacing: 0.28px;
    padding-left: 45px;
  }
}
@media (max-width: 1240px) {
  #page-column .sngl-atrny-phn a {
    font-size: 29px;
    letter-spacing: 0.08px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  #page-column .sngl-atrny-phn a {
    font-size: 26px;
    letter-spacing: 0px;
    padding-left: 35px;
  }
}
#page-column .sngl-atrny-phn a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/inn-scnd-cta-phn-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1600px) {
  #page-column .sngl-atrny-phn a::before {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1440px) {
  #page-column .sngl-atrny-phn a::before {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1240px) {
  #page-column .sngl-atrny-phn a::before {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  #page-column .sngl-atrny-phn a::before {
    width: 28px;
    height: 28px;
  }
}
#page-column .sngl-atrny-phn a:hover {
  color: #ecb01c;
}

#page-column .sngl-atrny-btn a.cmn-btn {
  background-color: #ecb01c;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.72px;
  padding: 19px 19px;
  color: #000000;
}
@media (max-width: 1440px) {
  #page-column .sngl-atrny-btn a.cmn-btn {
    font-size: 17px;
    letter-spacing: 0.42px;
    padding: 17px 19px;
  }
}
@media (max-width: 1240px) {
  #page-column .sngl-atrny-btn a.cmn-btn {
    font-size: 15px;
    letter-spacing: 0.32px;
    padding: 16px 19px;
  }
}
@media (max-width: 480px) {
  #page-column .sngl-atrny-btn a.cmn-btn {
    letter-spacing: 0px;
    padding: 15px 14px;
  }
}
#page-column .sngl-atrny-btn a.cmn-btn::before, #page-column .sngl-atrny-btn a.cmn-btn::after {
  background-color: #ffffff;
}
#page-column .sngl-atrny-btn a.cmn-btn:hover {
  background-color: #000000;
  color: #ecb01c;
}
#page-column .sngl-atrny-btn a.cmn-btn:hover::before, #page-column .sngl-atrny-btn a.cmn-btn:hover::after {
  background-color: #000000;
}

#page-column .single-accordion {
  margin: 20px 0;
}

#page-column .accordion-section {
  margin: 0 0 15px;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
}
@media (max-width: 1600px) {
  #page-column .accordion-section {
    margin: 0 0 14px;
  }
}
@media (max-width: 1440px) {
  #page-column .accordion-section {
    margin: 0 0 12px;
  }
}
@media (max-width: 1240px) {
  #page-column .accordion-section {
    margin: 0 0 10px;
  }
}
#page-column .accordion-section h3.accordion-heading {
  background-color: #fff;
  padding: 16px 50px 15px 20px;
  cursor: pointer;
  width: 100%;
  border-radius: 0px;
  font-size: 24px;
  font-family: "Outfit";
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1;
  color: #00000d;
  margin: 0;
  border: 1px solid #1f3760;
  background-image: url(../images/down-arrow.webp);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: right 22px top 23px;
}
@media (max-width: 1600px) {
  #page-column .accordion-section h3.accordion-heading {
    padding: 14px 46px 14px 14px;
    font-size: 22px;
    background-size: 19px;
    background-position: right 20px top 20px;
  }
}
@media (max-width: 1440px) {
  #page-column .accordion-section h3.accordion-heading {
    padding: 13px 40px 13px 12px;
    font-size: 20px;
    background-size: 17px;
    background-position: right 18px top 20px;
  }
}
@media (max-width: 1240px) {
  #page-column .accordion-section h3.accordion-heading {
    padding: 11px 37px 11px 11px;
    font-size: 18px;
    background-size: 15px;
    background-position: right 15px top 16px;
  }
}
@media (max-width: 650px) {
  #page-column .accordion-section h3.accordion-heading {
    padding: 10px 30px 10px 10px;
    font-size: 17px;
    background-size: 14px;
    background-position: right 13px top 16px;
  }
}
#page-column .accordion-section .accordion-section-content {
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 20px 0;
  display: none;
}
@media (max-width: 1600px) {
  #page-column .accordion-section .accordion-section-content {
    padding: 18px 0;
  }
}
@media (max-width: 1440px) {
  #page-column .accordion-section .accordion-section-content {
    padding: 15px 0;
  }
}
@media (max-width: 1240px) {
  #page-column .accordion-section .accordion-section-content {
    padding: 12px 0;
  }
}

#page-column .accordion-section.accordion-active .accordion-section-content {
  display: block;
}

#page-column .accordion-section.accordion-active h3.accordion-heading {
  background-color: #1f3760;
  color: #ffffff;
  border-color: #1f3760;
  background-image: url(../images/up-arrow-white.webp);
}

.single-blog-page .sidebar-blog.search {
  padding: 0;
  border: 0;
}

.single-blog-page .sidebar-blog h2.widgettitle {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.46px;
  color: #00000d;
  margin: 0 0 15px;
}
@media (max-width: 1600px) {
  .single-blog-page .sidebar-blog h2.widgettitle {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .single-blog-page .sidebar-blog h2.widgettitle {
    font-size: 38px;
    margin: 0 0 13px;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 1240px) {
  .single-blog-page .sidebar-blog h2.widgettitle {
    font-size: 32px;
  }
}

.single-blog-page .sidebar-blog .sidebar-blog-item select {
  background-color: #305596;
  color: #ffffff !important;
  background-image: url(../images/sngl-post-cat-img.webp) !important;
}

.inn-sngl-cnt {
  padding-left: 125px;
  margin: 0 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .inn-sngl-cnt {
    padding-left: 110px;
  }
}
@media (max-width: 1440px) {
  .inn-sngl-cnt {
    padding-left: 95px;
    margin: 0 0 35px;
  }
}
@media (max-width: 650px) {
  .inn-sngl-cnt {
    padding-left: 80px;
    margin: 0 0 28px;
  }
}
.inn-sngl-cnt::before {
  position: absolute;
  content: "";
  width: 99px;
  height: 99px;
  background-image: url(../images/inn-intial-case-icn.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 1600px) {
  .inn-sngl-cnt::before {
    width: 88px;
    height: 88px;
  }
}
@media (max-width: 1440px) {
  .inn-sngl-cnt::before {
    width: 82px;
    height: 82px;
  }
}
@media (max-width: 650px) {
  .inn-sngl-cnt::before {
    width: 70px;
    height: 70px;
    left: 1px;
  }
}
.inn-sngl-cnt::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background-color: #1f3760;
  border: 5px solid #305596;
  left: 15px;
  top: 15px;
  z-index: -1;
  transform: rotate(45deg);
}
@media (max-width: 1600px) {
  .inn-sngl-cnt::after {
    width: 62px;
    height: 62px;
  }
}
@media (max-width: 1440px) {
  .inn-sngl-cnt::after {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 650px) {
  .inn-sngl-cnt::after {
    width: 45px;
    height: 45px;
    border-width: 3px;
  }
}
.inn-sngl-cnt.investigation::before {
  background-image: url(../images/investigation-icn.webp);
}
.inn-sngl-cnt.filing::before {
  background-image: url(../images/inn-filing-claim-img.webp);
}
.inn-sngl-cnt.negotiations::before {
  background-image: url(../images/inn-negotiations-icn.webp);
}
.inn-sngl-cnt.resolution::before {
  background-image: url(../images/inn-resolution-icn.webp);
}
.inn-sngl-cnt p::before {
  position: absolute;
  content: "";
  width: 3px;
  height: calc(100% + 50px);
  background-color: #1f3760;
  left: 48px;
  top: 2px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .inn-sngl-cnt p::before {
    left: 45px;
  }
}
@media (max-width: 1440px) {
  .inn-sngl-cnt p::before {
    left: 41px;
  }
}
@media (max-width: 650px) {
  .inn-sngl-cnt p::before {
    left: 36px;
    width: 2px;
  }
}
.inn-sngl-cnt:last-child p::before {
  display: none;
}

#page-column .inn-sngl-cnt p {
  margin: 0;
}

#page-column .inn-sngl-cnt p strong {
  font-size: 26px;
  font-weight: 500;
  font-family: "Outfit";
}
@media (max-width: 1600px) {
  #page-column .inn-sngl-cnt p strong {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-sngl-cnt p strong {
    font-size: 22px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-sngl-cnt p strong {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #page-column .inn-sngl-cnt p strong {
    font-size: 18px;
  }
}

.inn-sngl-img {
  margin: 30px 0;
}

.inn-sngl-img img {
  display: block;
  width: 100%;
}

.post-navigation {
  display: flex;
  margin: 40px 0 0;
}
@media (max-width: 1600px) {
  .post-navigation {
    margin: 35px 0 0;
  }
}
@media (max-width: 1440px) {
  .post-navigation {
    margin: 28px 0 0;
  }
}
@media (max-width: 1240px) {
  .post-navigation {
    margin: 22px 0 0;
  }
}

.nav-previous,
.nav-next {
  flex: 1 0 50%;
}

.nav-next {
  text-align: right;
}

#page-column .post-navigation a {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.42px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #305596;
  width: 230px;
  display: inline-block;
  text-align: center;
  padding: 23px 10px;
}
@media (max-width: 1600px) {
  #page-column .post-navigation a {
    font-size: 20px;
    letter-spacing: -0.3px;
    width: 215px;
    padding: 21px 8px;
  }
}
@media (max-width: 1440px) {
  #page-column .post-navigation a {
    font-size: 18px;
    letter-spacing: -0.2px;
    width: 185px;
    padding: 18px 6px;
  }
}
@media (max-width: 1240px) {
  #page-column .post-navigation a {
    font-size: 16px;
    letter-spacing: -0.1px;
    width: 160px;
    padding: 16px 5px;
  }
}
@media (max-width: 650px) {
  #page-column .post-navigation a {
    font-size: 14px;
    letter-spacing: 0px;
    width: 130px;
    padding: 14px 5px;
  }
}
#page-column .post-navigation a:hover {
  color: #000000;
  background-color: #ecb01c;
}

.inn-exlc-main .hm-excelle-sec {
  padding: 230px 0 235px;
  background-image: url(../images/inner-full-width-cta-bg-img.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .inn-exlc-main .hm-excelle-sec {
    padding: 200px 0;
  }
}
@media (max-width: 1440px) {
  .inn-exlc-main .hm-excelle-sec {
    padding: 160px 0;
  }
}
@media (max-width: 1240px) {
  .inn-exlc-main .hm-excelle-sec {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .inn-exlc-main .hm-excelle-sec {
    padding: 60px 0 80px;
  }
}
.inn-exlc-main .hm-excelle-sec .hm-excellence-blk p {
  font-size: 22px;
}
@media (max-width: 1700px) {
  .inn-exlc-main .hm-excelle-sec .hm-excellence-blk p {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .inn-exlc-main .hm-excelle-sec .hm-excellence-blk p {
    font-size: 19px;
  }
}
@media (max-width: 1440px) {
  .inn-exlc-main .hm-excelle-sec .hm-excellence-blk p {
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .inn-exlc-main .hm-excelle-sec .hm-excellence-blk p {
    font-size: 16px;
  }
}
.inn-exlc-main .hm-excelle-sec .hm-excellence-cnt p {
  font-size: 14px;
}

.inn-exlc-main .hm-excelle-sec .hm-excellence-blk p.hm-exll-head-cont,
.inn-exlc-main .hm-excelle-sec .hm-excellence-blk p,
.inn-exlc-main .hm-excelle-sec .hm-excellence-blk p a {
  color: #242424;
}

.inn-exlc-main .hm-excelle-sec .hm-excellence-lst p a::before {
  background-image: url(../images/inn-cta-phn-img.webp);
}

.inn-exlc-main .hm-excelle-sec .hm-excellence-blk p a:hover {
  color: #487ad3;
}

.inn-sngl-blck {
  position: relative;
  margin: 30px 0;
}
@media (max-width: 680px) {
  .inn-sngl-blck {
    margin: 25px 0;
  }
}
.inn-sngl-blck.inn-sngl-page::before {
  left: 39px;
}
.inn-sngl-blck.inn-sngl-page .inn-sngl-cnt {
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 105px;
  margin: 0 0 20px;
}
@media (max-width: 1440px) {
  .inn-sngl-blck.inn-sngl-page .inn-sngl-cnt {
    height: 75px;
    padding-left: 95px;
  }
}
@media (max-width: 1240px) {
  .inn-sngl-blck.inn-sngl-page .inn-sngl-cnt {
    height: 70px;
    padding-left: 90px;
  }
}
@media (max-width: 480px) {
  .inn-sngl-blck.inn-sngl-page .inn-sngl-cnt {
    height: 65px;
  }
}
.inn-sngl-blck.inn-sngl-page .inn-sngl-cnt::before {
  width: 80px;
  height: 80px;
}
.inn-sngl-blck.inn-sngl-page .inn-sngl-cnt::after {
  position: absolute;
  content: "";
  width: 57px;
  height: 57px;
  background-color: #1f3760;
  border: 5px solid #305596;
  left: 12px;
  top: 12px;
  z-index: -1;
  transform: rotate(45deg);
}

#page-column .inn-sngl-blck.inn-sngl-page .inn-sngl-cnt p {
  font-size: 22px;
  font-weight: 500;
  font-family: "Outfit";
}
@media (max-width: 1440px) {
  #page-column .inn-sngl-blck.inn-sngl-page .inn-sngl-cnt p {
    font-size: 20px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-sngl-blck.inn-sngl-page .inn-sngl-cnt p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #page-column .inn-sngl-blck.inn-sngl-page .inn-sngl-cnt p {
    font-size: 16px;
  }
}
#page-column .inn-sngl-blck.inn-sngl-page .inn-sngl-cnt p::before {
  left: 39px;
}

.inn-sngl-blck.inn-sngl-page .inn-sngl-cnt.contact::before {
  background-image: url(../images/inn-sngl-police-icn.webp);
}

.inn-sngl-blck.inn-sngl-page .inn-sngl-cnt.never::before {
  background-image: url(../images/inn-never-admit-icn.webp);
}

.inn-sngl-blck.inn-sngl-page .inn-sngl-cnt.pictures::before {
  background-image: url(../images/inn-sngl-picture-icn.webp);
}

.inn-sngl-blck.inn-sngl-page .inn-sngl-cnt.attorneys::before {
  background-image: url(../images/inn-sngl-phn-icn.webp);
}

.inn-sngl-blck .inn-sngl-cnt:hover::after {
  background-color: #305596;
  border-color: #1f3760;
}

.sngl-accdnt-blck {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
  margin: 30px 0;
}
@media (max-width: 1600px) {
  .sngl-accdnt-blck {
    gap: 28px 0;
  }
}
@media (max-width: 1440px) {
  .sngl-accdnt-blck {
    gap: 25px 0;
  }
}
@media (max-width: 1240px) {
  .sngl-accdnt-blck {
    gap: 20px 0;
    margin: 25px 0;
  }
}
@media (max-width: 680px) {
  .sngl-accdnt-blck {
    gap: 15px;
    margin: 20px 0;
  }
}

.sngl-accdnt-itm {
  width: 48.1%;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}
@media (max-width: 680px) {
  .sngl-accdnt-itm {
    width: 100%;
  }
}

.sngl-accdnt-img {
  width: 141px;
  height: 126px;
}
@media (max-width: 1600px) {
  .sngl-accdnt-img {
    width: 137px;
    height: 122px;
  }
}
@media (max-width: 1440px) {
  .sngl-accdnt-img {
    width: 131px;
    height: 116px;
  }
}
@media (max-width: 1240px) {
  .sngl-accdnt-img {
    width: 121px;
    height: 106px;
  }
}
@media (max-width: 680px) {
  .sngl-accdnt-img {
    width: 110px;
    height: 95px;
  }
}
@media (max-width: 480px) {
  .sngl-accdnt-img {
    width: 100px;
    height: 85px;
  }
}
.sngl-accdnt-img img {
  width: 100%;
  display: block;
  width: 100%;
  display: block;
}

.sngl-accdnt-cnt {
  width: 63.3%;
  padding: 20px 0 0;
}
@media (max-width: 1240px) {
  .sngl-accdnt-cnt {
    padding: 17px 0 0;
  }
}
@media (max-width: 680px) {
  .sngl-accdnt-cnt {
    width: 90%;
  }
}

#page-column .sngl-accdnt-cnt h3 {
  margin: 0;
  margin: 0;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.29;
  letter-spacing: 0;
  color: #000000;
  display: inline-block;
}
@media (max-width: 1600px) {
  #page-column .sngl-accdnt-cnt h3 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  #page-column .sngl-accdnt-cnt h3 {
    font-size: 19px;
  }
}
@media (max-width: 1240px) {
  #page-column .sngl-accdnt-cnt h3 {
    font-size: 17px;
  }
}
@media (max-width: 680px) {
  #page-column .sngl-accdnt-cnt h3 {
    font-size: 16px;
  }
}

#page-column .inn-record-lst {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin: 0 0 75px;
}
@media (max-width: 1600px) {
  #page-column .inn-record-lst {
    gap: 38px;
    margin: 0 0 75px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-record-lst {
    gap: 35px;
    margin: 0 0 65px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-record-lst {
    gap: 30px;
    margin: 0 0 55px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-record-lst {
    gap: 20px;
    margin: 0 0 35px;
  }
}
@media (max-width: 767px) {
  #page-column .inn-record-lst {
    gap: 15px;
    margin: 0 0 25px;
  }
}

#page-column .inn-record-item {
  padding: 60px 20px 60px 40px;
  background: #242424;
  border: 1px solid #ffffff;
  position: relative;
  z-index: 1;
  width: 31.2%;
  display: block;
}
@media (max-width: 1600px) {
  #page-column .inn-record-item {
    padding: 55px 18px 55px 35px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-record-item {
    padding: 50px 18px 50px 30px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-record-item {
    padding: 45px 15px 45px 25px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-record-item {
    padding: 30px 15px 30px 20px;
    width: 100%;
    max-width: 280px;
  }
}
#page-column .inn-record-item::before {
  content: " ";
  position: absolute;
  background: linear-gradient(178.89deg, #305596 9.65%, rgba(48, 85, 150, 0) 72.84%);
  width: 100%;
  height: 100%;
  clip-path: polygon(20% 0%, 63% 0, 100% 40%, 100% 80%, 100% 100%, 56% 100%, 0 36%, 0 0);
  z-index: -1;
  left: 0;
  top: 0;
  pointer-events: none;
}
#page-column .inn-record-item h2 {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 58px;
  letter-spacing: 0;
  line-height: 1;
  color: #ffffff;
  padding: 90px 0 0;
  position: relative;
  margin: 0 0 15px;
}
@media (max-width: 1600px) {
  #page-column .inn-record-item h2 {
    font-size: 55px;
    padding: 90px 0 0;
    margin: 0 0 15px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-record-item h2 {
    font-size: 52px;
    padding: 75px 0 0;
    margin: 0 0 15px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-record-item h2 {
    font-size: 45px;
    padding: 65px 0 0;
    margin: 0 0 12px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-record-item h2 {
    font-size: 35px;
    padding: 65px 0 0;
    margin: 0 0 12px;
  }
}
#page-column .inn-record-item h2::before {
  content: " ";
  position: absolute;
  background-image: url(../images/record-item-bfr-img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 70px;
  top: 0;
  left: 0;
}
@media (max-width: 1440px) {
  #page-column .inn-record-item h2::before {
    width: 48px;
    height: 54px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-record-item h2::before {
    width: 44px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-record-item h2::before {
    width: 40px;
    height: 45px;
  }
}
#page-column .inn-record-item p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1600px) {
  #page-column .inn-record-item p {
    font-size: 25px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-record-item p {
    font-size: 23px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-record-item p {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-record-item p {
    font-size: 20px;
  }
}

#page-column .inn-record-itrm-btn {
  margin: 0 0 26px;
}
@media (max-width: 1440px) {
  #page-column .inn-record-itrm-btn {
    margin: 0 0 24px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-record-itrm-btn {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-record-itrm-btn {
    margin: 0 0 18px;
  }
}
#page-column .inn-record-itrm-btn a.btn {
  display: inline-block;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.8px;
  color: #040000;
  background-color: #ecb01c;
  padding: 9px 20px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1440px) {
  #page-column .inn-record-itrm-btn a.btn {
    font-size: 15px;
    letter-spacing: 1.8px;
    padding: 8px 17px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-record-itrm-btn a.btn {
    font-size: 14px;
    letter-spacing: 1.3px;
    padding: 6px 13px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-record-itrm-btn a.btn {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 5px 10px;
  }
}
#page-column .inn-record-itrm-btn a.btn:hover {
  background-color: #305596;
  color: #fff;
}

.inn-result-btn {
  text-align: center;
}

.inn-results-cont {
  text-align: center;
  padding: 40px 0 0;
}

#page-column .inn-result-btn a.cmn-btn {
  cursor: pointer;
}

#page-column .inn-result-btn a.cmn-btn,
#page-column .inn-testi-btn a.cmn-btn {
  color: #fff;
}

#page-column .inn-result-btn a.cmn-btn:hover,
#page-column .inn-testi-btn a.cmn-btn:hover {
  color: #242424;
}

#page-column .inn-practi-blk {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  #page-column .inn-practi-blk {
    gap: 19px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-practi-blk {
    gap: 16px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-practi-blk {
    gap: 14px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-practi-blk {
    gap: 10px;
    flex-wrap: wrap;
  }
}

#page-column .inn-practi-itm {
  background-color: #262a32;
  padding: 75px 20px;
  width: 23.8%;
  border: 1px solid #bebfc2;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  #page-column .inn-practi-itm {
    padding: 70px 20px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-practi-itm {
    padding: 65px 20px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-practi-itm {
    padding: 55px 20px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-practi-itm {
    padding: 50px 20px;
    width: 100%;
    max-width: 260px;
  }
}
#page-column .inn-practi-itm::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #305596 -40%, transparent 100%);
  width: 100%;
  height: 100%;
  top: 0;
  clip-path: polygon(50% 0, 100% 53%, 100% 100%, 55% 100%, 0 40%, 0 0);
  left: 0;
  margin: auto;
  z-index: -1;
  pointer-events: none;
}
#page-column .inn-practi-itm:hover {
  background-color: #305596;
  border: 1px solid #fff;
}
#page-column .inn-practi-itm:hover::before {
  background: linear-gradient(180deg, #242424 -40%, transparent 100%);
}

#page-column .inn-practi-itm-img,
#page-column .inn-practi-itm-hvr-img {
  width: 100%;
  padding: 0 0 12px;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
}
@media (max-width: 1440px) {
  #page-column .inn-practi-itm-img,
  #page-column .inn-practi-itm-hvr-img {
    margin: 0 auto 26px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-practi-itm-img,
  #page-column .inn-practi-itm-hvr-img {
    margin: 0 auto 22px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-practi-itm-img,
  #page-column .inn-practi-itm-hvr-img {
    margin: 0 auto 19px;
  }
}

#page-column .inn-practi-itm-img::before,
#page-column .inn-practi-itm-hvr-img::before {
  content: "";
  width: 122px;
  height: 2px;
  background-color: #4470bf;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1440px) {
  #page-column .inn-practi-itm-img::before,
  #page-column .inn-practi-itm-hvr-img::before {
    width: 112px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-practi-itm-img::before,
  #page-column .inn-practi-itm-hvr-img::before {
    width: 100px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-practi-itm-img::before,
  #page-column .inn-practi-itm-hvr-img::before {
    width: 90px;
  }
}

#page-column .inn-practi-itm-img img,
#page-column .inn-practi-itm-hvr-img img {
  width: 95px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  #page-column .inn-practi-itm-img img,
  #page-column .inn-practi-itm-hvr-img img {
    width: 90px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-practi-itm-img img,
  #page-column .inn-practi-itm-hvr-img img {
    width: 85px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-practi-itm-img img,
  #page-column .inn-practi-itm-hvr-img img {
    width: 80px;
  }
}

.inn-practi-itm-hvr-img {
  display: none;
}

#page-column .inn-practi-itm h2 {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 1600px) {
  #page-column .inn-practi-itm h2 {
    font-size: 26px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-practi-itm h2 {
    font-size: 24px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-practi-itm h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-practi-itm h2 {
    font-size: 20px;
  }
}

#page-column .inn-practi-itm-hvr a {
  position: absolute;
  font-size: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  display: inline-block;
}

#page-column .inn-testi-cnt {
  text-align: center;
  margin: 0 0 50px;
}

#page-column .inn-testi-blk {
  gap: 30px;
  margin: 0 0 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 2.4%;
}
@media (max-width: 1440px) {
  #page-column .inn-testi-blk {
    gap: 26px 2.4%;
  }
}
@media (max-width: 767px) {
  #page-column .inn-testi-blk {
    gap: 20px;
  }
}

#page-column .inn-testi-item {
  padding: 50px 42px 90px 65px;
  border: 1px solid #6887a8;
  background-image: url(../images/inn-testi-itm-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 0 0 0px;
  box-shadow: 0px 0px 13px 0px rgba(9, 31, 64, 0.17);
  display: block !important;
  width: 48.8%;
}
@media (max-width: 1440px) {
  #page-column .inn-testi-item {
    padding: 45px 40px 80px 55px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-testi-item {
    padding: 40px 40px 70px 45px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-testi-item {
    padding: 40px 40px 70px 45px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #page-column .inn-testi-item {
    padding: 25px 20px 50px 25px;
  }
}
#page-column .inn-testi-item .star-rat {
  width: 149px;
  margin: 0 0 15px;
}
@media (max-width: 1440px) {
  #page-column .inn-testi-item .star-rat {
    width: 135px;
    margin: 0 0 15px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-testi-item .star-rat {
    width: 120px;
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  #page-column .inn-testi-item .star-rat {
    width: 110px;
    margin: 0 0 10px;
  }
}
#page-column .inn-testi-item p {
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  letter-spacing: -0.2px;
  margin: 0 0 20px;
}
@media (max-width: 1440px) {
  #page-column .inn-testi-item p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 20px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-testi-item p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  #page-column .inn-testi-item p {
    line-height: 1.5;
  }
}
#page-column .inn-testi-item h3 {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 34px;
  color: #305596;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 0px;
  position: absolute;
  bottom: 38px;
}
@media (max-width: 1440px) {
  #page-column .inn-testi-item h3 {
    font-size: 30px;
    bottom: 38px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-testi-item h3 {
    font-size: 26px;
    bottom: 38px;
  }
}
@media (max-width: 767px) {
  #page-column .inn-testi-item h3 {
    font-size: 22px;
    bottom: 28px;
  }
}

.inn-testi-btn {
  text-align: center;
}

.testimonials-pg .inn-testi-item {
  display: none;
}

.inn-contact-cnt {
  text-align: center;
  margin: 0 0 40px;
}

.inn-contact-lst {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .inn-contact-lst {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}

#page-column .inn-contact-itm {
  width: 32.1%;
  border: 1px solid #6887a8;
  padding: 30px 15px 45px;
  text-align: center;
}
@media (max-width: 1600px) {
  #page-column .inn-contact-itm {
    padding: 30px 15px 40px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-contact-itm {
    padding: 30px 15px 30px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-contact-itm {
    padding: 30px 15px 30px;
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  #page-column .inn-contact-itm {
    padding: 30px 15px 25px;
    max-width: 320px;
  }
}
#page-column .inn-contact-itm.loc p a {
  color: #fff;
  text-decoration: none;
}
#page-column .inn-contact-itm.loc p a:hover {
  color: #000;
}
#page-column .inn-contact-itm h3 {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 50px;
  color: #4775c6;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0 0 20px;
  padding: 70px 0 0;
  position: relative;
}
@media (max-width: 1600px) {
  #page-column .inn-contact-itm h3 {
    font-size: 47px;
    letter-spacing: -1px;
    margin: 0 0 20px;
    padding: 66px 0 0;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-contact-itm h3 {
    font-size: 40px;
    letter-spacing: -0.6px;
    margin: 0 0 20px;
    padding: 60px 0 0;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-contact-itm h3 {
    font-size: 35px;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  #page-column .inn-contact-itm h3 {
    font-size: 30px;
    letter-spacing: 0;
    margin: 0 0 15px;
    padding: 45px 0 0;
  }
}
#page-column .inn-contact-itm h3::before {
  position: absolute;
  content: "";
  background-image: url(../images/inn-contact-ph-icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 52px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1600px) {
  #page-column .inn-contact-itm h3::before {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-contact-itm h3::before {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-contact-itm h3::before {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  #page-column .inn-contact-itm h3::before {
    width: 30px;
    height: 30px;
  }
}
#page-column .inn-contact-itm.loc h3::before {
  background-image: url(../images/inn-contact-loc-icon.webp) !important;
}
#page-column .inn-contact-itm.hours h3::before {
  background-image: url(../images/inn-contact-hour-icon.webp) !important;
}
#page-column .inn-contact-itm p {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0px;
  margin: 0 0 15px;
}
@media (max-width: 1440px) {
  #page-column .inn-contact-itm p {
    font-size: 17px;
    margin: 0 0 14px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-contact-itm p {
    font-size: 16px;
    margin: 0 0 12px;
  }
}

#page-column .inn-contact-ph a {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 37px;
  color: #000000;
  line-height: 1;
  letter-spacing: -1.4px;
  display: inline-block;
  margin: 0 0 0px;
  text-decoration: none;
}
@media (max-width: 1600px) {
  #page-column .inn-contact-ph a {
    font-size: 34px;
    letter-spacing: -1.2px;
  }
}
@media (max-width: 1440px) {
  #page-column .inn-contact-ph a {
    font-size: 30px;
    letter-spacing: -0.9px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-contact-ph a {
    font-size: 25px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  #page-column .inn-contact-ph a {
    font-size: 20px;
  }
}

#page-column .inn-contact-ph a:hover {
  color: #4775c6;
}

#page-column .inn-contact-dirc a {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  line-height: 1;
  letter-spacing: 1.5px;
  background-color: #fff;
  padding: 10px 18px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 0px;
  text-decoration: none;
}
@media (max-width: 1240px) {
  #page-column .inn-contact-dirc a {
    letter-spacing: 1.5px;
    padding: 8px 14px;
  }
}
#page-column .inn-contact-dirc a:hover {
  background-color: #000;
  color: #fff;
}

#page-column .inn-contact-itm.loc {
  background-color: #305596;
}

#page-column .inn-contact-itm.loc p,
#page-column .inn-contact-itm.loc h3 {
  color: #fff;
}

#page-column .inn-contact-itm.hours p {
  margin: 0;
}

.inn-attrny-cnt {
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 1600px) {
  .inn-attrny-cnt {
    margin: 0 0 45px;
  }
}
@media (max-width: 1440px) {
  .inn-attrny-cnt {
    margin: 0 0 40px;
  }
}
@media (max-width: 1240px) {
  .inn-attrny-cnt {
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .inn-attrny-cnt {
    margin: 0 0 25px;
  }
}

.inn-team-attrny-lst {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 4.3%;
}
@media (max-width: 991px) {
  .inn-team-attrny-lst {
    gap: 15px;
    flex-wrap: wrap;
  }
}

#page-column .inn-team-attrny-itm {
  width: 29.5%;
  padding: 38px 0 0 50px;
  border: 1px solid rgba(46, 89, 134, 0.72);
  background-image: url(../images/inn-team-item-bg-img.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
@media (max-width: 1440px) {
  #page-column .inn-team-attrny-itm {
    padding: 32px 0 0 40px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-team-attrny-itm {
    padding: 26px 0 0 35px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-team-attrny-itm {
    width: 100%;
    max-width: 300px;
  }
}

#page-column .inn-team-attrny-itm:hover {
  background-image: url(../images/inn-team-itm-hvr-bg.webp);
}

#page-column .inn-team-card-cnt {
  position: absolute;
  top: 28px;
  left: 25px;
  width: 37%;
  z-index: 1;
}
@media (max-width: 1440px) {
  #page-column .inn-team-card-cnt {
    top: 24px;
    left: 20px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-team-card-cnt {
    top: 19px;
    left: 16px;
  }
}

#page-column .inn-team-attrny-itm:hover h3 {
  color: #fff;
}
#page-column .inn-team-attrny-itm h3 {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 3px;
  color: #000000;
  margin: 0;
  text-align: left;
}
@media (max-width: 1440px) {
  #page-column .inn-team-attrny-itm h3 {
    font-size: 23px;
    letter-spacing: 2.5px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-team-attrny-itm h3 {
    font-size: 21px;
    letter-spacing: 2px;
  }
}

#page-column .inn-team-attrny-img img {
  display: block;
  width: 100%;
  filter: grayscale(1);
}

#page-column .inn-team-attrny-itm:hover .inn-team-attrny-img img {
  filter: grayscale(0);
}

#page-column .inn-team-attrny-img {
  width: 84%;
  margin: 0 0 0 auto;
}

#page-column .inn-attrny-hvr a {
  position: absolute;
  font-size: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  display: block;
  z-index: 1;
}

.blog-page .pagination {
  justify-content: center;
  margin: 40px 0 0;
}
.blog-page .nav-links {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0px 0;
}
.blog-page .nav-links .prev.page-numbers,
.blog-page .nav-links .next.page-numbers {
  width: 33px;
  height: 33px;
  font-size: 0px !important;
  background-image: url(../images/inn-nav-prev-img.webp) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: 0.5s;
  margin: 0 20px;
  border: none;
  padding: 0;
  background-color: transparent !important;
}
.blog-page .nav-links .next.page-numbers {
  background-image: url(../images/inn-nav-next-img.webp) !important;
}
.blog-page .nav-links .prev.page-numbers:hover {
  background-image: url(../images/inn-nav-prev-hvr-img.webp) !important;
}
.blog-page .nav-links .next.page-numbers:hover {
  background-image: url(../images/inn-nav-next-hvr-img.webp) !important;
}
.blog-page .nav-links .page-numbers {
  width: 67px;
  height: 67px;
  margin: 0 5px;
  padding: 6px;
  font-size: 27px;
  font-weight: 400;
  font-family: "Outfit";
  line-height: 1;
  letter-spacing: 0;
  border: 0;
  text-align: center;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-page .nav-links .page-numbers.current, .blog-page .nav-links .page-numbers:hover {
  background-color: #305596;
  color: #fff;
  font-weight: 700;
}

.error-content {
  text-align: center;
}

.gnrl-vdeo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}

.gnrl-vdeo {
  position: relative;
  padding: 56.4% 0 0;
  margin: 0 0 25px;
}
@media (max-width: 650px) {
  .gnrl-vdeo {
    margin: 0 0 20px;
  }
}

.youtube-facade__button {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #000;
}
.youtube-facade__button img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.youtube-facade__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
  border-radius: 14px;
  background: #212121;
  pointer-events: none;
}
.youtube-facade__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -5px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
}

.gnrl-vdeo.youtube-facade {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 30px;
}

.showPostsButton {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0 10px;
}
.showPostsButton button,
.showPostsButton .cmn-btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  background: #305596;
  border: 0;
  border-radius: 0;
  padding: 16px 36px;
  cursor: pointer;
  transition: background 0.25s ease;
}
.showPostsButton button:hover,
.showPostsButton .cmn-btn:hover {
  background: #1f3760;
}

.search-page h2.title-search {
  text-align: center;
}

.small-intro h2 {
  text-align: center;
}

.inn-case-results-sec {
  margin: 60px 0 0;
  padding: 50px 0 0;
  border-top: 1px solid #d5d7da;
}
@media (max-width: 991px) {
  .inn-case-results-sec {
    margin: 40px 0 0;
    padding: 35px 0 0;
  }
}

.inn-case-results-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
@media (max-width: 991px) {
  .inn-case-results-head {
    margin: 0 auto 28px;
  }
}
.inn-case-results-head h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.15;
  color: #305596;
  margin: 0 0 14px;
}
@media (max-width: 1440px) {
  .inn-case-results-head h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .inn-case-results-head h2 {
    font-size: 30px;
  }
}
.inn-case-results-head p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #414651;
  margin: 0;
}
@media (max-width: 767px) {
  .inn-case-results-head p {
    font-size: 16px;
  }
}

#page-column .inn-record-itrm-btn .btn {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.8px;
  color: #040000;
  background-color: #ecb01c;
  padding: 9px 20px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  #page-column .inn-record-itrm-btn .btn {
    font-size: 15px;
    letter-spacing: 1.8px;
    padding: 8px 17px;
  }
}
@media (max-width: 1240px) {
  #page-column .inn-record-itrm-btn .btn {
    font-size: 14px;
    letter-spacing: 1.3px;
    padding: 6px 13px;
  }
}
@media (max-width: 991px) {
  #page-column .inn-record-itrm-btn .btn {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 5px 10px;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 590px;
}
.form .form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
  margin-bottom: 10px;
}
.form .form-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #000000;
  text-align: start;
  margin: 0;
  letter-spacing: -0.6px;
  width: 100%;
  margin-bottom: 15px;
}
.form .form-subtitle-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: start;
  margin: 0;
  letter-spacing: -0.32px;
  min-width: 100%;
}
.form .custom-file-upload svg {
  height: 7px;
  width: 7px;
  position: relative;
  top: 2px;
}
.form .custom-file-upload:hover {
  cursor: pointer;
}
.form form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}
.form form .form-row {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: space-between;
}
.form form input:not([type=checkbox]):not([type=radio]), .form form input[type=file], .form form .custom-file-upload {
  background: #ffffff;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  padding: 10px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(10, 13, 18, 0.0509803922);
  -webkit-appearance: none;
  transition: 0.3s;
  margin-bottom: 20px;
}
.form form input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .form form input[type=file]::-moz-placeholder, .form form .custom-file-upload::-moz-placeholder {
  color: #717680;
  opacity: 1;
}
.form form input:not([type=checkbox]):not([type=radio])::placeholder, .form form input[type=file]::placeholder, .form form .custom-file-upload::placeholder {
  color: #717680;
  opacity: 1;
}
.form form input:not([type=checkbox]):not([type=radio]):focus, .form form input[type=file]:focus, .form form .custom-file-upload:focus {
  outline: none;
  border-color: #c1121f;
  box-shadow: none;
}
.form form input.input-1 {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: 0 0 20px 0;
}
.form form .custom-file-upload input {
  display: none;
}
.form form select {
  font-family: "Poppins", sans-serif;
  display: block;
  margin: 0 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  padding: 10px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #717680;
  width: 100%;
  box-sizing: border-box;
  background-image: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
}
.form form textarea {
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  border: 1px solid #d5d7da;
  color: #000000;
  padding: 10px 16px;
  margin: 0 0 20px;
  width: 100%;
  height: 180px;
  font-size: 16px;
  line-height: 24px;
  resize: vertical;
  border-radius: 8px;
  resize: none;
  -webkit-appearance: none;
  transition: 0.3s;
}
.form form textarea::-moz-placeholder {
  color: #717680;
  opacity: 1;
}
.form form textarea::placeholder {
  color: #717680;
  opacity: 1;
}
.form form textarea:focus {
  outline: none;
  border-color: #c1121f;
}
.form form button {
  border: 0;
  margin: 15px 0 0;
  cursor: pointer;
  text-transform: none;
  text-transform: uppercase;
}
.form form .frmbx {
  width: 100%;
}
.form form .form-check {
  min-height: inherit;
  line-height: normal;
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
}
.form form .form-check .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-top: 0;
  cursor: pointer;
  background-color: #ffffff;
  border: 0;
  box-shadow: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  margin-top: 1px;
  cursor: pointer;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 2px #d5d7da;
}
.form form .form-check .form-check-input:checked[type=checkbox] {
  background-image: url(../images/checbox_checkk.svg) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: rgb(193, 18, 31);
  box-shadow: none;
}
.form form .form-check .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.form form .form-check .form-check-input:focus-visible {
  box-shadow: none;
  outline: 2px solid #000000;
  outline-offset: 1px;
}
.form form .form-check .form-check-input:disabled:checked[type=checkbox] {
  background-image: url("../images/checbox_checkk_dis.svg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.form form .form-check .form-check-input:disabled[type=checkbox] {
  border-color: #d5d7da !important;
  background-color: white !important;
  cursor: default;
  opacity: 1;
}
.form form .form-check label {
  font-size: 16px;
  color: #414651;
  margin: 0;
  line-height: 1.4;
}
.form form .form-check label a {
  font-size: 16px;
  color: #414651;
  margin: 0;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form form .form-check label a:hover {
  text-decoration: none;
}
.form form .form-check label .open-disclaimer-modal {
  font: inherit;
  display: inline;
  font-size: 15px;
  color: rgb(193, 18, 31);
  margin: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-transform: none;
}
.form form .form-check label .open-disclaimer-modal:hover {
  text-decoration: none;
}
.form form .form-check label .open-disclaimer-modal:focus-visible {
  outline-offset: 2px;
  border-radius: 2px;
}
.form form .form-check label .required {
  margin-left: 3px;
  color: rgb(193, 18, 31);
}
.form form .form-check .form-check-input[type=radio] {
  border-radius: 50%;
}
.form form .form-check.checkbox--md .form-check-input {
  height: 20px;
  width: 20px;
}
.form form .group.disclaimer.form-check {
  flex-wrap: nowrap;
  align-items: center;
}
.form form .group.disclaimer.form-check > label {
  display: flex;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}
.form form .group.disclaimer.form-check > label input {
  margin-right: 10px;
}
.form form .disclaimer-modal {
  display: none;
  position: absolute;
  top: 100%;
  left: 30px;
  margin-top: 10px;
  z-index: 20;
  width: min(680px, 92vw);
  background: transparent;
}
.form form .disclaimer-modal.is-open {
  display: block;
}
.form form .disclaimer-modal__dialog {
  position: relative;
  background: #ffffff;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(16, 24, 40, 0.18);
  padding: 20px 22px;
  max-height: 280px;
  overflow: hidden;
}
.form form .disclaimer-modal__dialog p {
  margin: 0;
  padding-right: 36px;
  max-height: 240px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  line-height: 1.55;
  color: #414651;
}
.form form .disclaimer-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 28px;
  line-height: 1;
  color: #535862;
  cursor: pointer;
}
.form form .disclaimer-modal__close:hover {
  color: #000000;
}
.form form .disclaimer-modal__close:focus-visible {
  outline-offset: 2px;
  border-radius: 2px;
}
.form {
  /* Responsive Design */
}
@media only screen and (max-width: 1440px) {
  .form form .input-1:nth-child(1) {
    margin-right: auto;
  }
  .form form .form-check {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1100px) {
  .form {
    width: 100%;
    margin-top: 0;
  }
  .form form {
    margin-top: 20px;
  }
  .form form input.input-1 {
    width: 49%;
  }
}
@media only screen and (max-width: 991px) {
  .form form .disclaimer-modal {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .form {
    margin-top: 0;
    padding: 0;
    max-width: 100%;
  }
  .form .form-title {
    font-size: 24px;
    line-height: 32px;
  }
  .form form .form-row {
    flex-direction: column;
    gap: 0;
  }
  .form form input.input-1 {
    width: 100%;
  }
  .form form button.button {
    margin: 3vw 0 0;
  }
  .form form input.input-1 {
    width: 48.5%;
  }
  .form form .disclaimer-modal {
    left: 0;
    margin-left: 0;
  }
  .form form .disclaimer-modal__dialog {
    padding: 16px;
    max-height: 250px;
  }
  .form form .disclaimer-modal__dialog p {
    max-height: 218px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .form {
    margin-top: 0;
  }
  .form form .group.disclaimer.form-check {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .form form .group.disclaimer.form-check > label {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .form form .group.disclaimer.form-check label {
    font-size: 14px;
  }
  .form form .group.disclaimer.form-check label .open-disclaimer-modal {
    font-size: 14px;
  }
}

/* Removing border on iphone */
input,
textarea,
input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=number] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.disclaimer-modal {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  display: none;
  z-index: 999;
  width: 640px;
  max-width: 640px;
}
.disclaimer-modal.is-open {
  display: block;
}
.disclaimer-modal .disclaimer-modal__dialog {
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  padding: 20px 22px;
  overflow: hidden;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.disclaimer-modal .disclaimer-modal__dialog h3 {
  margin: 0 0 14px;
  padding: 0;
  padding-right: 36px;
}
.disclaimer-modal .disclaimer-modal__dialog p {
  margin: 0;
  padding-right: 36px;
  max-height: 240px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  line-height: 1.5;
  color: #414651;
}
.disclaimer-modal .disclaimer-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  border: 0;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  color: #000000;
  padding: 0;
}
@media only screen and (max-width: 1100px) {
  .disclaimer-modal {
    left: 0;
    right: auto;
    transform: none;
    width: 600px;
    max-width: 600px;
  }
}
@media only screen and (max-width: 690px) {
  .disclaimer-modal {
    width: 520px;
    max-width: 520px;
  }
  .disclaimer-modal .disclaimer-modal__dialog {
    padding: 16px;
  }
  .disclaimer-modal .disclaimer-modal__dialog p {
    font-size: 14px;
    max-height: 200px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .disclaimer-modal {
    width: 100%;
    max-width: 100%;
  }
}

.group.disclaimer.form-check {
  position: relative;
}

.footer-sec {
  background-color: #141414;
  clear: both;
}

.ftr-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .ftr-list {
    flex-direction: column;
  }
}

.ftr-logo {
  width: 26.6%;
}
@media (max-width: 1440px) {
  .ftr-logo {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .ftr-logo {
    width: 100%;
    max-width: 200px;
    margin: 0 0 20px;
  }
}

.ftr-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 35px 0;
  margin: 0;
  width: 64%;
}
@media (max-width: 1700px) {
  .ftr-menu {
    padding: 32px 0;
  }
}
@media (max-width: 1600px) {
  .ftr-menu {
    padding: 28px 0;
  }
}
@media (max-width: 1440px) {
  .ftr-menu {
    padding: 24px 0;
  }
}
@media (max-width: 1240px) {
  .ftr-menu {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .ftr-menu {
    padding: 20px 0 10px;
    width: 100%;
  }
}
.ftr-menu ul {
  display: block;
  text-align: center;
  margin: 0;
}
.ftr-menu li {
  display: inline-block;
  list-style: none;
  margin: 0 28px 23px;
}
@media (max-width: 1700px) {
  .ftr-menu li {
    margin: 0 27px 21px;
  }
}
@media (max-width: 1600px) {
  .ftr-menu li {
    margin: 0 26px 20px;
  }
}
@media (max-width: 1440px) {
  .ftr-menu li {
    margin: 0 25px 19px;
  }
}
@media (max-width: 1240px) {
  .ftr-menu li {
    margin: 0 18px 18px;
  }
}
@media (max-width: 767px) {
  .ftr-menu li {
    margin: 0 12px 12px;
  }
}
@media (max-width: 480px) {
  .ftr-menu li {
    margin: 0 10px 10px;
  }
}
.ftr-menu li:first-child {
  margin-left: 0;
}
.ftr-menu li:last-child {
  margin-right: 0;
}
.ftr-menu li a {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.4px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0;
  color: #fff;
}
@media (max-width: 1700px) {
  .ftr-menu li a {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .ftr-menu li a {
    font-size: 19px;
  }
}
@media (max-width: 1440px) {
  .ftr-menu li a {
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .ftr-menu li a {
    font-size: 16px;
  }
}
.ftr-menu li a:hover {
  color: #4775C6;
}

.ftr-blocks {
  display: flex;
  justify-content: space-between;
  gap: 0;
  padding: 80px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
@media (max-width: 1700px) {
  .ftr-blocks {
    padding: 70px 0 45px;
  }
}
@media (max-width: 1600px) {
  .ftr-blocks {
    padding: 55px 0 38px;
  }
}
@media (max-width: 1440px) {
  .ftr-blocks {
    padding: 45px 0 32px;
  }
}
@media (max-width: 1240px) {
  .ftr-blocks {
    padding: 36px 0 28px;
  }
}
@media (max-width: 991px) {
  .ftr-blocks {
    padding: 25px 0;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

.ftr-itm {
  width: 29%;
}
@media (max-width: 991px) {
  .ftr-itm {
    width: 100%;
    max-width: 300px;
    padding: 20px 10px;
    border: 1px solid #fff;
    text-align: center;
  }
}
.ftr-itm h3 {
  font-family: "Outfit";
  font-weight: 500;
  font-size: 50px;
  color: #4775C6;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0 0 25px;
  padding: 0 0 25px;
  position: relative;
}
@media (max-width: 1700px) {
  .ftr-itm h3 {
    font-size: 46px;
    letter-spacing: -0.8px;
    margin: 0 0 22px;
    padding: 0 0 20px;
  }
}
@media (max-width: 1600px) {
  .ftr-itm h3 {
    font-size: 42px;
    letter-spacing: -0.6px;
    margin: 0 0 20px;
    padding: 0 0 18px;
  }
}
@media (max-width: 1440px) {
  .ftr-itm h3 {
    font-size: 36px;
    letter-spacing: -0.2px;
    margin: 0 0 18px;
    padding: 0 0 14px;
  }
}
@media (max-width: 1240px) {
  .ftr-itm h3 {
    font-size: 30px;
    letter-spacing: 0px;
    margin: 0 0 16px;
    padding: 0 0 12px;
  }
}
.ftr-itm h3::before {
  position: absolute;
  content: "";
  background-color: #8B929D;
  width: 214px;
  height: 1px;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 1700px) {
  .ftr-itm h3::before {
    width: 200px;
  }
}
@media (max-width: 1440px) {
  .ftr-itm h3::before {
    width: 140px;
  }
}
@media (max-width: 991px) {
  .ftr-itm h3::before {
    width: 100px;
    right: 0;
  }
}
.ftr-itm p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0px;
  margin: 0;
  position: relative;
}
@media (max-width: 1700px) {
  .ftr-itm p {
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  .ftr-itm p {
    font-size: 16px;
  }
}
.ftr-itm p a {
  color: #fff;
}
.ftr-itm p a:hover {
  color: #4775C6;
}
.ftr-itm.hrs .ftr-loc-cnt::before {
  background-image: url(../images/ftr-hrs-icon.webp);
  width: 33px;
  height: 36px;
}
@media (max-width: 1700px) {
  .ftr-itm.hrs .ftr-loc-cnt::before {
    width: 31px;
    height: 34px;
  }
}
@media (max-width: 1600px) {
  .ftr-itm.hrs .ftr-loc-cnt::before {
    width: 29px;
    height: 32px;
  }
}
@media (max-width: 1440px) {
  .ftr-itm.hrs .ftr-loc-cnt::before {
    width: 27px;
    height: 29px;
  }
}

.ftr-itm-cal {
  margin: 0 0 30px;
}
@media (max-width: 1600px) {
  .ftr-itm-cal {
    margin: 0 0 28px;
  }
}
@media (max-width: 1240px) {
  .ftr-itm-cal {
    margin: 0 0 24px;
  }
}
.ftr-itm-cal a {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 35px;
  color: #fff;
  line-height: 1;
  letter-spacing: -1.4px;
  margin: 0;
  padding: 0 0 0 60px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1700px) {
  .ftr-itm-cal a {
    font-size: 32px;
    letter-spacing: -1.2px;
    padding: 0 0 0 52px;
  }
}
@media (max-width: 1600px) {
  .ftr-itm-cal a {
    font-size: 29px;
    letter-spacing: -1px;
    padding: 0 0 0 48px;
  }
}
@media (max-width: 1440px) {
  .ftr-itm-cal a {
    font-size: 25px;
    letter-spacing: -0.8px;
    padding: 0 0 0 44px;
  }
}
@media (max-width: 1240px) {
  .ftr-itm-cal a {
    font-size: 23px;
    letter-spacing: -0.5px;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 991px) {
  .ftr-itm-cal a {
    font-size: 22px;
    letter-spacing: -0.2px;
    padding: 40px 0 0;
  }
}
.ftr-itm-cal a::before {
  position: absolute;
  content: "";
  background-image: url(../images/ftr-ph-icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 36px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1700px) {
  .ftr-itm-cal a::before {
    width: 32px;
    height: 34px;
  }
}
@media (max-width: 1440px) {
  .ftr-itm-cal a::before {
    width: 29px;
    height: 31px;
  }
}
@media (max-width: 1240px) {
  .ftr-itm-cal a::before {
    width: 26px;
    height: 28px;
  }
}
@media (max-width: 991px) {
  .ftr-itm-cal a::before {
    width: 26px;
    height: 28px;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }
}
.ftr-itm-cal a:hover {
  color: #4775C6;
}

.ftr-itm-mail a {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2px;
  padding: 0 0 0 60px;
  margin: 0;
  position: relative;
  display: inline-block;
}
@media (max-width: 1700px) {
  .ftr-itm-mail a {
    font-size: 19px;
    padding: 0 0 0 52px;
  }
}
@media (max-width: 1600px) {
  .ftr-itm-mail a {
    font-size: 18px;
    padding: 0 0 0 48px;
  }
}
@media (max-width: 1440px) {
  .ftr-itm-mail a {
    font-size: 17px;
    padding: 0 0 0 44px;
  }
}
@media (max-width: 1240px) {
  .ftr-itm-mail a {
    font-size: 16px;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 991px) {
  .ftr-itm-mail a {
    padding: 30px 0 0;
  }
}
.ftr-itm-mail a::before {
  position: absolute;
  content: "";
  background-image: url(../images/ftr-mail-icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 26px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1700px) {
  .ftr-itm-mail a::before {
    width: 32px;
    height: 25px;
  }
}
@media (max-width: 1440px) {
  .ftr-itm-mail a::before {
    width: 28px;
    height: 22px;
  }
}
@media (max-width: 1240px) {
  .ftr-itm-mail a::before {
    width: 24px;
    height: 18px;
  }
}
@media (max-width: 991px) {
  .ftr-itm-mail a::before {
    width: 24px;
    height: 18px;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }
}
.ftr-itm-mail a:hover {
  color: #4775C6;
}

.ftr-loc-cnt {
  padding: 0 0 0 60px;
  position: relative;
}
@media (max-width: 1700px) {
  .ftr-loc-cnt {
    padding: 0 0 0 54px;
  }
}
@media (max-width: 1600px) {
  .ftr-loc-cnt {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 1440px) {
  .ftr-loc-cnt {
    padding: 0 0 0 44px;
  }
}
@media (max-width: 1240px) {
  .ftr-loc-cnt {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 991px) {
  .ftr-loc-cnt {
    padding: 40px 0 0;
  }
}
.ftr-loc-cnt::before {
  position: absolute;
  content: "";
  background-image: url(../images/ftr-loc-icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 42px;
  top: 10px;
  left: 0;
  margin: auto;
}
@media (max-width: 1700px) {
  .ftr-loc-cnt::before {
    width: 37px;
    height: 40px;
  }
}
@media (max-width: 1600px) {
  .ftr-loc-cnt::before {
    width: 35px;
    height: 38px;
    top: 8px;
  }
}
@media (max-width: 1440px) {
  .ftr-loc-cnt::before {
    width: 30px;
    height: 32px;
    top: 6px;
  }
}
@media (max-width: 991px) {
  .ftr-loc-cnt::before {
    width: 30px;
    height: 32px;
    top: 0;
    left: 0;
    right: 0;
  }
}

.ftr-btn a {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1.6px;
  margin: 20px 0 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 11px 28px;
  background-color: #4775C6;
}
@media (max-width: 1440px) {
  .ftr-btn a {
    margin: 16px 0 0;
  }
}
.ftr-btn a:hover {
  color: #000;
  background-color: #ECB01C;
}

.ftr-copyrights-sec .container {
  max-width: 1500px;
}
@media (max-width: 1700px) {
  .ftr-copyrights-sec .container {
    max-width: 1400px;
  }
}
@media (max-width: 1600px) {
  .ftr-copyrights-sec .container {
    max-width: 1320px;
  }
}
@media (max-width: 1440px) {
  .ftr-copyrights-sec .container {
    max-width: 1200px;
  }
}
@media (max-width: 1240px) {
  .ftr-copyrights-sec .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .ftr-copyrights-sec .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .ftr-copyrights-sec .container {
    max-width: 100%;
  }
}

.cpy-rits {
  padding: 35px 0;
  position: relative;
}
@media (max-width: 1700px) {
  .cpy-rits {
    padding: 32px 0;
  }
}
@media (max-width: 1600px) {
  .cpy-rits {
    padding: 28px 0;
  }
}
@media (max-width: 1440px) {
  .cpy-rits {
    padding: 25px 0;
  }
}
@media (max-width: 1240px) {
  .cpy-rits {
    padding: 20px 0;
  }
}

.cpy-rits p,
.cpy-rits a {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 1700px) {
  .cpy-rits p,
  .cpy-rits a {
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  .cpy-rits p,
  .cpy-rits a {
    font-size: 16px;
  }
}
.cpy-rits a {
  color: #fff;
}
.cpy-rits a:hover {
  color: #4775C6;
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Bold.eot");
  src: url("/assets/fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Poppins-Bold.woff2") format("woff2"), url("/assets/fonts/Poppins-Bold.woff") format("woff"), url("/assets/fonts/Poppins-Bold.ttf") format("truetype"), url("/assets/fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Medium.eot");
  src: url("/assets/fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Poppins-Medium.woff2") format("woff2"), url("/assets/fonts/Poppins-Medium.woff") format("woff"), url("/assets/fonts/Poppins-Medium.ttf") format("truetype"), url("/assets/fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.eot");
  src: url("/assets/fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Poppins-Regular.woff2") format("woff2"), url("/assets/fonts/Poppins-Regular.woff") format("woff"), url("/assets/fonts/Poppins-Regular.ttf") format("truetype"), url("/assets/fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-SemiBold.eot");
  src: url("/assets/fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("/assets/fonts/Poppins-SemiBold.woff") format("woff"), url("/assets/fonts/Poppins-SemiBold.ttf") format("truetype"), url("/assets/fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("/assets/fonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/plus-jakarta-sans-v12-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/plus-jakarta-sans-v12-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/plus-jakarta-sans-v12-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/plus-jakarta-sans-v12-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/plus-jakarta-sans-v12-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/outfit-v15-latin-200.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/outfit-v15-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/outfit-v15-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/outfit-v15-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/outfit-v15-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/outfit-v15-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Alfa Slab One";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/alfa-slab-one-v21-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/libre-baskerville-v24-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/libre-baskerville-v24-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/inter-v20-latin-regular.woff2") format("woff2");
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

a.cmn-btn {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #fff;
  padding: 25px 45px;
  text-transform: uppercase;
  background-color: #305596;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 4px 0;
}
@media (max-width: 1800px) {
  a.cmn-btn {
    font-size: 18px;
    padding: 24px 42px;
  }
}
@media (max-width: 1700px) {
  a.cmn-btn {
    font-size: 17px;
    padding: 22px 40px;
  }
}
@media (max-width: 1600px) {
  a.cmn-btn {
    font-size: 16px;
    padding: 20px 36px;
  }
}
@media (max-width: 1440px) {
  a.cmn-btn {
    font-size: 15px;
    padding: 18px 32px;
  }
}
@media (max-width: 1240px) {
  a.cmn-btn {
    padding: 17px 26px;
  }
}
@media (max-width: 650px) {
  a.cmn-btn {
    padding: 16px 20px;
  }
}
a.cmn-btn::before, a.cmn-btn::after {
  position: absolute;
  content: "";
  background-color: #305596;
  width: 77%;
  height: 2px;
  margin: auto;
  transition: 0.5s ease-in-out;
}
a.cmn-btn::before {
  top: -4px;
  left: 0;
}
a.cmn-btn::after {
  bottom: -4px;
  right: 0;
}
a.cmn-btn:hover {
  background-color: #ECB01C;
  color: #000;
}
a.cmn-btn:hover::before, a.cmn-btn:hover::after {
  background-color: #ECB01C;
  width: 100%;
}

.container {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .container {
    max-width: 1290px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1210px;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 1110px;
  }
}
@media (max-width: 1240px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

.text-heading {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #242424;
  margin: 0 0 30px;
}
@media (max-width: 1800px) {
  .text-heading {
    font-size: 58px;
    margin: 0 0 28px;
  }
}
@media (max-width: 1700px) {
  .text-heading {
    font-size: 55px;
    margin: 0 0 25px;
  }
}
@media (max-width: 1600px) {
  .text-heading {
    font-size: 52px;
    margin: 0 0 22px;
  }
}
@media (max-width: 1440px) {
  .text-heading {
    font-size: 48px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1240px) {
  .text-heading {
    font-size: 38px;
    margin: 0 0 18px;
  }
}
@media (max-width: 991px) {
  .text-heading {
    font-size: 32px;
    margin: 0 0 16px;
  }
}
@media (max-width: 650px) {
  .text-heading {
    font-size: 30px;
    margin: 0 0 15px;
  }
}
@media (max-width: 480px) {
  .text-heading {
    font-size: 26px;
    margin: 0 0 14px;
  }
}
.text-heading strong {
  color: #242424;
  font-weight: 700;
}

.hero-split-image-01 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 72px;
  padding: 80px 64px;
  background: #fafafa;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hero-split-image-01 .hero__bg-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.hero-split-image-01 .hero__bg-shape svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-split-image-01 .hero__bg-shape path {
  fill: #e9eaeb;
}
.hero-split-image-01 .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  max-width: 45%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero-split-image-01 .hero__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 90px;
  color: #000000;
  letter-spacing: -0.02em;
}
.hero-split-image-01 .hero__subtitle {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  max-width: 80%;
}
.hero-split-image-01 .hero__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.hero-split-image-01 .hero__media {
  width: 45%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.hero-split-image-01 .hero__media img {
  border-bottom-left-radius: 72px;
  border-top-right-radius: 72px;
  box-shadow: 0 5px 8px 0 rgba(10, 13, 18, 0.1215686275);
  width: 100%;
  display: inline-block;
}
.hero-split-image-01 .container-wrapper {
  justify-content: space-between;
}
.hero-split-image-01 .hero__media-link {
  width: 45%;
}
@media (max-width: 1100px) {
  .hero-split-image-01 {
    flex-direction: column;
    gap: 40px;
    padding: 64px 24px;
  }
  .hero-split-image-01 .hero__bg-shape {
    width: 100%;
    height: 100%;
  }
  .hero-split-image-01 .hero__content {
    max-width: 100%;
    order: 2;
  }
  .hero-split-image-01 .hero__title {
    font-size: 48px;
    line-height: 60px;
  }
  .hero-split-image-01 .hero__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-split-image-01 .hero__media-link {
    width: 100%;
  }
  .hero-split-image-01 .hero__media {
    width: 100%;
    height: 360px;
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .hero-split-image-01 {
    gap: 24px;
    padding: 16px 16px;
    background: #e9eaeb;
    height: auto;
    width: 100%;
  }
  .hero-split-image-01 .hero__bg-shape {
    width: 100%;
    height: 100%;
  }
  .hero-split-image-01 .hero__title {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-split-image-01 .hero__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .hero-split-image-01 .hero__content {
    order: 1;
  }
  .hero-split-image-01 .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .hero-split-image-01 .hero__actions .btn {
    width: 100%;
  }
  .hero-split-image-01 .hero__actions .btn:last-child {
    border-radius: 9999px;
  }
  .hero-split-image-01 .hero__media {
    order: -1;
    height: 326px;
    border-top-right-radius: 72px;
    border-bottom-left-radius: 72px;
  }
  .hero-split-image-01 .hero__bg-shape {
    right: -4px;
    width: 100%;
    height: 100%;
  }
  .hero-split-image-01 .hero__bg-shape path {
    fill: #fafafa;
  }
}

.hero-split-image-02 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 72px;
  background: #fafafa;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hero-split-image-02 .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  max-width: 50%;
  width: 100%;
  padding-left: 65px;
}
.hero-split-image-02 .hero__media {
  flex: 1 1 auto;
  min-width: 420px;
  height: 699px;
}
.hero-split-image-02 .hero__media-link {
  width: 45%;
}
.hero-split-image-02 .hero__media-link img {
  width: 100%;
  display: block;
}
.hero-split-image-02 .hero__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 90px;
  color: #000000;
  letter-spacing: -0.02em;
}
.hero-split-image-02 .hero__subtitle {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  max-width: 80%;
}
.hero-split-image-02 .hero__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .hero-split-image-02 {
    flex-direction: column;
    gap: 40px;
    padding: 64px 24px;
  }
  .hero-split-image-02 .hero__content {
    max-width: 100%;
    order: 2;
    padding: 50px;
  }
  .hero-split-image-02 .hero__media-link {
    width: 100%;
  }
  .hero-split-image-02 .hero__title {
    font-size: 48px;
    line-height: 60px;
  }
  .hero-split-image-02 .hero__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-split-image-02 .hero__media {
    width: 100%;
    height: 360px;
  }
}
@media (max-width: 480px) {
  .hero-split-image-02 {
    gap: 0px;
    background: #e9eaeb;
    padding: 0px;
  }
  .hero-split-image-02 .hero__content {
    order: 1;
    padding: 24px 16px;
  }
  .hero-split-image-02 .hero__title {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-split-image-02 .hero__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .hero-split-image-02 .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .hero-split-image-02 .hero__actions .btn {
    width: 100%;
  }
  .hero-split-image-02 .hero__actions .btn:last-child {
    border-radius: 9999px;
  }
  .hero-split-image-02 .hero__media {
    order: -1;
    height: 326px;
  }
}

.hero-full-bleed-01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 0;
  color: #ffffff;
  overflow: hidden;
  width: 100%;
}
.hero-full-bleed-01::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  pointer-events: none;
  z-index: 11;
}
.hero-full-bleed-01 picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.hero-full-bleed-01 picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0px;
  left: 0px;
  -o-object-position: center center;
     object-position: center center;
}
.hero-full-bleed-01 .hero__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  max-width: 1116px;
  width: 100%;
  text-align: center;
  z-index: 111;
  margin: 0 auto;
}
.hero-full-bleed-01 .hero__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.hero-full-bleed-01 .hero__subtitle {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  max-width: 90%;
}
.hero-full-bleed-01 .hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.hero-full-bleed-01 .btn.btn--outline {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
.hero-full-bleed-01 .btn.btn--outline:hover {
  background: #ffffff;
  color: #000000;
}
@media (max-width: 1100px) {
  .hero-full-bleed-01 {
    padding: 72px 0;
  }
  .hero-full-bleed-01 picture img {
    margin-top: 0;
  }
  .hero-full-bleed-01 .hero__title {
    font-size: 48px;
    line-height: 60px;
  }
  .hero-full-bleed-01 .hero__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .hero-full-bleed-01 .hero__container {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .hero-full-bleed-01 {
    padding: 96px 0;
  }
  .hero-full-bleed-01 .hero__container {
    gap: 16px;
  }
  .hero-full-bleed-01 .hero__title {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-full-bleed-01 .hero__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-full-bleed-01 .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
  }
  .hero-full-bleed-01 .hero__actions .btn {
    width: 100%;
  }
  .hero-full-bleed-01 .hero__actions .btn:last-child {
    border-radius: 9999px;
  }
}

.hero-full-bleed-02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 200px 0;
  color: #000000;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.6) 35%, rgba(255, 255, 255, 0) 70%);
  overflow: hidden;
}
.hero-full-bleed-02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(269deg, rgba(255, 255, 255, 0) 38.13%, rgba(245, 245, 245, 0.9) 57.34%);
  pointer-events: none;
  z-index: 11;
}
.hero-full-bleed-02 picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.hero-full-bleed-02 picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0px;
  left: 0px;
  -o-object-position: center center;
     object-position: center center;
}
.hero-full-bleed-02 .hero__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  max-width: 1116px;
  width: 100%;
  text-align: left;
  z-index: 111;
}
.hero-full-bleed-02 .hero__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -0.02em;
  color: #000000;
}
.hero-full-bleed-02 .hero__subtitle {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  max-width: 90%;
}
.hero-full-bleed-02 .hero__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-full-bleed-02 .hero__btn--shadow {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(10, 13, 18, 0.0509803922);
}
@media (max-width: 1100px) {
  .hero-full-bleed-02 {
    padding: 72px 24px;
  }
  .hero-full-bleed-02 .hero__title {
    font-size: 48px;
    line-height: 60px;
  }
  .hero-full-bleed-02 .hero__subtitle {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-full-bleed-02 .hero__container {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .hero-full-bleed-02 {
    padding: 96px 16px;
    height: auto;
  }
  .hero-full-bleed-02 .hero__overlay {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.55) 40%, rgba(255, 255, 255, 0) 75%);
  }
  .hero-full-bleed-02 .hero__container {
    gap: 16px;
  }
  .hero-full-bleed-02 .hero__title {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-full-bleed-02 .hero__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-full-bleed-02 .hero__actions {
    align-items: stretch;
    gap: 16px;
  }
  .hero-full-bleed-02 .hero__actions .btn {
    width: 100%;
  }
}

.hero-full-bleed-03 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 200px 0;
  color: #ffffff;
  overflow: hidden;
  width: 100%;
}
.hero-full-bleed-03::before {
  content: "";
  background: linear-gradient(88deg, rgba(13, 140, 234, 0) 5.18%, #01487D 71%), linear-gradient(180deg, #1C1E4B 0%, rgba(44, 44, 44, 0) 49.5%, #1C1E4B 100%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  z-index: 11;
}
.hero-full-bleed-03 picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.hero-full-bleed-03 picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0px;
  left: 0px;
  -o-object-position: center center;
     object-position: center center;
}
.hero-full-bleed-03 .hero__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  max-width: 975px;
  width: 100%;
  text-align: left;
  z-index: 111;
}
.hero-full-bleed-03 .hero__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.hero-full-bleed-03 .hero__subtitle {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  max-width: 90%;
}
.hero-full-bleed-03 .hero__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-full-bleed-03 .hero__actions .btn--text {
  color: #ffffff;
}
.hero-full-bleed-03 .btn.btn--outline {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
.hero-full-bleed-03 .btn.btn--outline:hover {
  background: #ffffff;
  color: #000000;
}
@media (max-width: 1100px) {
  .hero-full-bleed-03 {
    padding: 72px 24px;
  }
  .hero-full-bleed-03 .hero__title {
    font-size: 48px;
    line-height: 60px;
  }
  .hero-full-bleed-03 .hero__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .hero-full-bleed-03 .hero__container {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .hero-full-bleed-03 {
    padding: 96px 16px;
    height: auto;
  }
  .hero-full-bleed-03 .hero__container {
    gap: 16px;
  }
  .hero-full-bleed-03 .hero__title {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-full-bleed-03 .hero__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-full-bleed-03 .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .hero-full-bleed-03 .hero__actions .btn {
    width: 100%;
  }
}

.page-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 420px;
  padding: 30px 115px;
  color: #000000;
  overflow: hidden;
  width: 100%;
}
.page-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  z-index: 11;
}
.page-header .page-header__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  max-width: 1116px;
  width: 100%;
  text-align: left;
  z-index: 111;
}
.page-header .page-header__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -0.02em;
  color: inherit;
}
.page-header .page-header__subtitle {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: inherit;
  margin-bottom: 16px;
}
.page-header .page-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.page-header.page-header--align-center {
  justify-content: center;
}
.page-header.page-header--align-center .container-wrapper {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-header.page-header--align-center .page-header__container {
  align-items: center;
  text-align: center;
}
.page-header.page-header--align-center .page-header__actions {
  justify-content: center;
}
.page-header.page-header--align-right {
  justify-content: flex-end;
}
.page-header.page-header--align-right .container-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}
.page-header.page-header--align-right .page-header__container {
  align-items: flex-end;
  text-align: right;
}
.page-header.page-header--align-right .page-header__actions {
  justify-content: flex-end;
}
.page-header.page-header--image {
  color: #000000;
  position: relative;
}
.page-header.page-header--image::before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 15.64%, rgba(245, 245, 245, 0.9) 57.44%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.page-header.page-header--image picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.page-header.page-header--image picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0px;
  left: 0px;
  -o-object-position: center center;
     object-position: center center;
}
.page-header.page-header--light {
  color: #000000;
  background: #ffffff;
  background-image: none;
}
.page-header.page-header--light .page-header__overlay {
  background: transparent;
}
.page-header.page-header--dark {
  color: #ffffff;
  background: #252b37;
  background-image: none;
}
.page-header.page-header--dark .page-header__overlay {
  background: transparent;
}
@media (max-width: 1100px) {
  .page-header {
    padding: 64px 24px;
  }
  .page-header .page-header__title {
    font-size: 48px;
    line-height: 60px;
  }
  .page-header .page-header__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .page-header {
    min-height: 360px;
    padding: 24px 16px;
  }
  .page-header .page-header__container {
    gap: 16px;
  }
  .page-header .page-header__title {
    font-size: 30px;
    line-height: 38px;
  }
  .page-header .page-header__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .page-header .page-header__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .page-header .page-header__actions .btn {
    width: 100%;
  }
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.checkbox--content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.checkbox--text {
  font-size: 14px;
  font-weight: 500;
  color: #414651;
  line-height: 1.4;
}
.checkbox--supporting-text {
  font-size: 12px;
  color: #535862;
  line-height: 1.3;
}
.checkbox {
  /* Size Variants */
}
.checkbox--sm .checkbox--input {
  height: 16px;
  width: 16px;
}
.checkbox--sm .checkbox--text {
  font-size: 14px;
}
.checkbox--sm .checkbox--supporting-text {
  font-size: 14px;
}
.checkbox--md .checkbox--input, .checkbox--md .form-check-input {
  height: 20px;
  width: 20px;
}
.checkbox--md .checkbox--text {
  font-size: 16px;
}
.checkbox--md .checkbox--text a {
  font-size: 16px;
  font-weight: 500;
}
.checkbox--md .checkbox--supporting-text {
  font-size: 16px;
}

.form form .radio-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
.form form .radio {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.form form .radio--input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #d5d7da;
  border-radius: 50%;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  opacity: 1;
}
.form form .radio--input:checked {
  background-image: url(../images/radio-dot.svg) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px;
  background-color: rgb(193, 18, 31);
  border-color: rgb(193, 18, 31);
}
.form form .radio--input:focus {
  outline: 2px solid #4510e2;
  outline-offset: 1px;
}
.form form .radio--input:disabled:checked[type=radio] {
  background-image: url("../images/radio-dot-dis.svg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px;
}
.form form .radio--input:disabled[type=radio] {
  border-color: #d5d7da !important;
  background-color: white !important;
  cursor: default;
  opacity: 1;
}
.form form .radio--content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.form form .radio--text {
  font-size: 14px;
  font-weight: 500;
  color: #414651;
  line-height: 20px;
}
.form form .radio--supporting-text {
  font-size: 14px;
  color: #535862;
  line-height: 20px;
}
.form form .radio {
  /* Size Variants */
}
.form form .radio--sm .radio--input {
  width: 16px;
  height: 16px;
  background-size: 5px;
}
.form form .radio--sm .radio--text {
  font-size: 14px;
}
.form form .radio--sm .radio--supporting-text {
  font-size: 14px;
}
.form form .radio--md .radio--input {
  width: 20px;
  height: 20px;
}
.form form .radio--md .radio--text {
  font-size: 16px;
}
.form form .radio--md .radio--supporting-text {
  font-size: 14px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-bottom: 20px;
}
.field--label {
  font-size: 14px;
  font-weight: 500;
  color: #414651;
}
.field--input-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e9eaeb;
  border-radius: 8px;
  transition: border-color 0.2s;
  padding: 12px 16px;
  box-shadow: 0 2px 4px 0 rgba(10, 13, 18, 0.05);
}
.field--input-wrapper.has-value {
  border: 1px solid #717680;
}
.field--input-wrapper:hover {
  border-color: #d5d7da;
}
.field--input-wrapper:focus-within {
  border: 1.5px solid rgb(193, 18, 31);
}
.field--input-wrapper.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.field--error .field--input-wrapper {
  border-color: #ec8080;
}
.field--error .field--input-wrapper .field--icon-info {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.field--error .field--input-wrapper:focus-within {
  border: 1.5px solid rgb(193, 18, 31);
}
.field--error .field--input-wrapper:focus-within .field--icon-info {
  opacity: 1;
}
.field--completed .field--input-wrapper {
  border-color: rgb(218, 106, 32);
}
.field--input {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32pxpx;
  flex: 1;
  background: transparent;
  color: #414651;
}
.field--input:disabled {
  background: #f5f5f5;
  color: #d5d7da;
  cursor: not-allowed;
}
.field textarea {
  min-height: 124px;
  min-width: 80%;
  border-radius: 8px;
  width: 100%;
}
.field input {
  min-width: 80%;
  width: 100%;
}
.field--icon {
  margin-right: 8px;
  width: 16px;
  height: 10 16px;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.field--icon-info {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}
.field--caption {
  font-size: 14px;
  font-weight: 400;
  color: #414651;
}
.field--error-message {
  font-size: 12px;
  color: rgb(193, 18, 31);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Poppins", sans-serif;
}

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

.selector {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  height: 250px;
  width: 100%;
}
.selector--label {
  font-size: 14px;
  font-weight: 500;
  color: #414651;
}
.selector--input-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e9eaeb;
  border-radius: 8px;
  transition: border-color 0.2s;
  padding: 12px 16px;
  box-shadow: 0 2px 4px 0 rgba(10, 13, 18, 0.05);
  background: url("/assets/images/chevron-down.svg") no-repeat top 20px right 15px;
  background-size: 15px;
}
.selector--input-wrapper.has-value {
  border: 1px solid #717680;
}
.selector--input-wrapper:hover {
  border-color: #d5d7da;
}
.selector--input-wrapper:focus-within {
  border: 1.5px solid rgb(193, 18, 31);
}
.selector--input-wrapper.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.selector--error .selector--input-wrapper {
  border-color: #ec8080;
}
.selector--error .selector--input-wrapper .field--icon-info {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.selector--error .selector--input-wrapper:focus-within {
  border: 1.5px solid rgb(193, 18, 31);
}
.selector--error .selector--input-wrapper:focus-within .field--icon-info {
  opacity: 1;
}
.selector--completed .selector--input-wrapper {
  border-color: rgb(218, 106, 32);
}
.selector--input {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32pxpx;
  flex: 1;
  background: transparent;
  color: #414651;
  cursor: pointer;
}
.selector--input:disabled {
  background: #f5f5f5;
  color: #d5d7da;
  cursor: not-allowed;
}
.selector select {
  min-width: 300px;
}
.selector .dropdown-select {
  position: relative;
  width: 300px;
  font-family: "Poppins", sans-serif;
  padding-right: 10px;
}
.selector .select-trigger {
  cursor: pointer;
}
.selector .dropdown-menu {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px 0 rgba(10, 13, 18, 0.08);
  padding: 16px;
  z-index: 100;
  flex-direction: column;
  gap: 19px;
}
.selector .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s;
  color: #000;
}
.selector .dropdown-select.open .dropdown-menu {
  display: flex;
}
.selector .dropdown-option {
  display: flex;
  flex-direction: row;
  gap: 12px;
  font-size: 16px;
  color: #454851;
  padding: 4px 8px;
  border-radius: 4px;
  background: none;
  cursor: pointer;
  transition: background 0.15s;
  align-items: center;
}
.selector .dropdown-option .checkbox--checkmark {
  width: 20px;
  height: 20px;
}
.selector .dropdown-option.active,
.selector .dropdown-option:hover {
  background: #f3f4f6;
}
.selector--icon {
  margin-right: 8px;
  width: 16px;
  height: 10 16px;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.selector--icon-info {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}
.selector--caption {
  font-size: 14px;
  font-weight: 400;
  color: #414651;
}
.selector--error-message {
  font-size: 12px;
  color: rgb(193, 18, 31);
}
.selector--input::-moz-placeholder {
  font-family: "Poppins", sans-serif;
}
.selector--input::placeholder {
  font-family: "Poppins", sans-serif;
}

.dropdown-search {
  width: 100%;
  padding: 10px 16px;
  box-sizing: border-box;
  border: 1px solid #d5d7da;
  outline: none;
}

/* Form Blocks Component */
.form-blocks {
  width: 100%;
  background: #ffffff;
  padding: 64px 0;
}
.form-blocks__container {
  max-width: 100%;
  margin: 0 auto;
}
.form-blocks__content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.form-blocks {
  /* Contact Section */
}
.form-blocks__contact {
  flex: 0 0 689px;
  flex-direction: column;
  gap: 32px;
}
.form-blocks .form .form-blocks__field .input-1 {
  width: 100%;
}
.form-blocks {
  /* XL Desktop Mode - Show Contact Section */
}
@media (min-width: 1920px) {
  .form-blocks__contact {
    display: flex;
  }
  .form-blocks__form {
    width: auto;
  }
}
.form-blocks__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 25px;
}
.form-blocks__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #000000;
  margin: 0;
  letter-spacing: -0.6px;
}
.form-blocks__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin: 0;
  letter-spacing: -0.36px;
}
.form-blocks__contact-card {
  background: #252b37;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form-blocks__contact-card a {
  color: #ffffff;
}
.form-blocks__phone {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ffffff;
}
.form-blocks__icon {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -0.68px;
}
.form-blocks__icon--phone {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.form-blocks__icon--location {
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 2px;
}
.form-blocks__phone-number {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.form-blocks__locations {
  display: flex;
  gap: 40px;
}
.form-blocks__location {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ffffff;
}
.form-blocks__address {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
}
.form-blocks__address p {
  margin: 0 0 12px 0;
  color: #ffffff;
  font-size: 14px;
}
.form-blocks__address p:last-child {
  margin-bottom: 0;
}
.form-blocks {
  /* Form Section */
}
.form-blocks__form {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form-blocks__form-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.form-blocks__form-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form-blocks__label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #414651;
  letter-spacing: -0.28px;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.form-blocks__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.form-blocks__links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.form-blocks__link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-decoration: underline;
  margin-bottom: 0;
  letter-spacing: -0.32px;
}
.form-blocks__separator {
  width: 24px;
  height: 1px;
  background: #a4a7ae;
  transform: rotate(90deg);
}
.form-blocks__required {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: -0.32px;
}
.form-blocks__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.form-blocks__actions .form-field-button {
  width: 40%;
}
.form-blocks__actions .btn {
  width: 100%;
}
.form-blocks .form {
  max-width: 100%;
}
.form-blocks .form .form-header p {
  text-align: center;
}
.form-blocks .form .form-header {
  text-align: center;
}
.form-blocks .form form .frmbx {
  width: auto;
}
.form-blocks {
  /* Dark Mode */
}
.form-blocks--dark {
  background: #252b37;
  color: #ffffff;
}
.form-blocks--dark .form-blocks__title,
.form-blocks--dark .form-blocks__subtitle,
.form-blocks--dark .form-blocks__label,
.form-blocks--dark .form-blocks__link,
.form-blocks--dark .form-blocks__required {
  color: #ffffff;
}
.form-blocks--dark .form-blocks__contact-card {
  background: #535862;
}
.form-blocks--dark .form-blocks__contact-card a {
  color: #ffffff;
}
.form-blocks--dark .form p {
  color: #ffffff;
}
.form-blocks--dark .form form .form-check label {
  color: #ffffff;
}
.form-blocks--dark .form form .form-check label a {
  color: #ffffff;
}
.form-blocks--dark .form form .form-check .form-check-input {
  border-color: #ffffff;
}
.form-blocks {
  /* Mobile Responsive */
}
@media (max-width: 1440px) {
  .form-blocks {
    padding: 40px 0;
  }
  .form-blocks__content {
    flex-direction: row;
    gap: 40px;
  }
  .form-blocks__contact {
    display: flex;
    width: 50%;
    max-width: 50%;
  }
  .form-blocks__locations {
    flex-direction: column;
    gap: 24px;
  }
  .form-blocks__form {
    width: 100%;
  }
  .form-blocks__form-header {
    text-align: left;
  }
  .form-blocks .form {
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .form-blocks {
    padding: 32px 0;
  }
  .form-blocks__content {
    flex-wrap: wrap;
    display: block;
  }
  .form-blocks__contact {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .form-blocks__title {
    padding-bottom: 0;
  }
  .form-blocks__contact-card {
    padding: 24px;
  }
  .form-blocks__phone-number {
    font-size: 28px;
    line-height: 36px;
  }
  .form-blocks__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .form-blocks__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .form-blocks .form-field-button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .form-blocks {
    padding: 24px 0;
  }
  .form-blocks__title {
    font-size: 24px;
    line-height: 32px;
  }
  .form-blocks__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .form-blocks__phone-number {
    font-size: 24px;
    line-height: 32px;
  }
  .form-blocks__contact-card {
    padding: 16px;
  }
  .form-blocks__locations {
    gap: 16px;
  }
  .form-blocks__location {
    gap: 24px;
  }
  .form-blocks__icon--location {
    width: 20px;
    height: 20px;
  }
  .form-blocks__form-header {
    text-align: left;
    gap: 24px;
  }
  .form-blocks__form-content {
    gap: 16px;
  }
  .form-blocks__footer {
    gap: 24px;
  }
  .form-blocks__links {
    gap: 16px;
  }
  .form-blocks__actions {
    gap: 24px;
  }
  .form-blocks .form-field-button {
    width: 100%;
  }
  .form-blocks .form-field-button .btn {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
}

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #252b37;
  border: 1px solid #d5d7da;
  box-shadow: 0 2px 4px 0 rgba(10, 13, 18, 0.0509803922);
  padding: 24px;
  gap: 16px;
  max-width: 542px;
  margin: 15px 0 25px;
}
.blog-card .blog-card__media {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}
.blog-card .blog-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card .blog-card__date {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #252b37;
}
.blog-card .blog-card__title {
  margin: 0;
}
.blog-card .blog-card__title h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.02em;
  color: rgb(193, 18, 31);
}
.blog-card .blog-card__title h2 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.blog-card .blog-card__title h2 a:hover {
  text-decoration: underline;
}
.blog-card .blog-card__byline {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #252b37;
}
.blog-card .blog-card__byline a, .blog-card .blog-card__byline p, .blog-card .blog-card__byline span {
  color: #252b37;
  font-size: 20px;
  font-weight: 600;
}
.blog-card .blog-card__excerpt {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #252b37;
}
.blog-card .blog-card__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto; /* Push actions to bottom */
  padding-top: 16px; /* Add space above actions */
}
.blog-card {
  /* H2 title styling for blog cards */
}
.blog-card .blog-card__title h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.02em;
  color: rgb(193, 18, 31);
}
.blog-card .blog-card__title h2 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
}
.blog-card .blog-card__title h2 a:hover {
  text-decoration: underline;
}
.blog-card.blog-card--border-top {
  border-top: 12px solid rgb(193, 18, 31);
}
.blog-card.blog-card--color-block {
  background: rgb(193, 18, 31);
}
.blog-card.blog-card--color-block .blog-card__date, .blog-card.blog-card--color-block .blog-card__title, .blog-card.blog-card--color-block .blog-card__byline, .blog-card.blog-card--color-block .blog-card__excerpt, .blog-card.blog-card--color-block .blog-card__title h2, .blog-card.blog-card--color-block .blog-card__byline a, .blog-card.blog-card--color-block .blog-card__title a {
  color: #ffffff;
}
.blog-card.blog-card--color-block .blog-card__actions .btn {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.blog-card.blog-card--color-block .blog-card__actions .btn:hover {
  background: #000000;
  border: 1px solid #000000;
}
.blog-card.blog-card--no-container {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(10, 13, 18, 0.0509803922);
}
.blog-card.blog-card--no-image {
  background: #ffffff;
  border: 1px solid #d5d7da;
  padding: 24px;
}
.blog-card.blog-card--border-only {
  background: transparent;
  border-color: #d5d7da;
}
@media (max-width: 1100px) {
  .blog-card {
    padding: 16px;
  }
  .blog-card .blog-card__title {
    font-size: 36px;
    line-height: 44px;
  }
  .blog-card .blog-card__title a {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .blog-card .blog-card__title {
    font-size: 30px;
    line-height: 38px;
  }
  .blog-card .blog-card__title a {
    font-size: 30px;
    line-height: 38px;
  }
  .blog-card .blog-card__excerpt {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-card .blog-card__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .blog-card .blog-card__actions .btn {
    width: 100%;
  }
}

.card-wrap {
  width: 50%;
  padding: 0 15px;
  margin: 15px 0;
  height: auto;
}
@media (max-width: 767px) {
  .card-wrap {
    width: 100%;
    padding: 0;
  }
}

.card {
  display: flex;
  flex-direction: column;
  background: var(--White, #ffffff);
  color: #252b37;
  border: none;
  border-radius: 0;
  box-shadow: 0 8px 12px 0 rgba(10, 13, 18, 0.12);
  padding: 24px;
  gap: 16px;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.card .card__media {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
}
.card .card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card .card__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #252b37;
}
.card .card__text {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #252b37;
}
.card .card__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .card {
    padding: 16px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .card .card__text {
    font-size: 16px;
    line-height: 24px;
  }
  .card .card__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .card .card__actions .btn {
    width: 100%;
  }
}

.card--outlined {
  box-shadow: none;
  border: 1px solid #717680;
  border-radius: 0;
  background: var(--White, #ffffff);
}

.card--outlined.card--rounded {
  border-radius: 10px;
  overflow: hidden;
}

.card--color.card--rounded {
  border-radius: 10px;
  overflow: hidden;
}

.card--elevated {
  box-shadow: 0 5px 8px 0 rgba(10, 13, 18, 0.1215686275);
}

.card--shadow-bottom-border {
  border-bottom: 6px solid #717680;
}

.card--shadow-top-border {
  border-top: 6px solid #717680;
}

.card--shadow-left-border {
  border-left: 6px solid #717680;
}

.card--shadow-right-border {
  border-right: 6px solid #717680;
}

.card--rounded {
  border-radius: 10px;
  overflow: hidden;
}

.card--color {
  background: rgb(193, 18, 31);
  color: #ffffff;
  border: none;
  box-shadow: none;
}
.card--color .card__title,
.card--color .card__text {
  color: #ffffff;
}
.card--color .btn.btn--outline {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}

/* Card Blocks - Grid Container */
.cards-container {
  width: 100%;
  background: #f5f5f5;
  padding: 48px 0;
}

/* Card Width Classes - Flexbox Approach */
.card-wrap.card-1 {
  width: 100%;
}
.card-wrap {
  /* Full width */
}
.card-wrap.card-2 {
  width: 50%;
}
.card-wrap {
  /* Half width */
}
.card-wrap.card-3 {
  width: 33.333%;
}
.card-wrap {
  /* Third width */
}
.card-wrap.card-4 {
  width: 25%;
}
.card-wrap {
  /* Quarter width */
}
.card-wrap.card-5 {
  width: 20%;
}
.card-wrap {
  /* Fifth width */
}
.card-wrap.card-6 {
  width: 16.666%;
}
.card-wrap {
  /* Sixth width */
}
@media (max-width: 1100px) {
  .card-wrap {
    /* Card width classes go 2-wide on tablet */
  }
  .card-wrap.card-3, .card-wrap.card-4, .card-wrap.card-5, .card-wrap.card-6 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .card-wrap {
    padding: 0 16px;
    /* Card width classes go 1-wide on mobile */
  }
  .card-wrap.card-2, .card-wrap.card-3, .card-wrap.card-4, .card-wrap.card-5, .card-wrap.card-6 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .card-wrap {
    padding: 0 16px;
  }
}

.text-block {
  color: #252b37;
  /* Removed fixed width - now responsive */
}

.text-block--header .text-block__header {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #252b37;
}
@media (max-width: 480px) {
  .text-block--header .text-block__header {
    font-size: 36px;
    line-height: 44px;
  }
}

.text-block--paragraph .text-block__paragraph {
  margin: 0 0 16px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.text-block--bullets .text-block__list {
  margin: 0;
  padding-left: 24px;
  list-style: disc;
}
.text-block--bullets .text-block__list li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.text-block--image {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.text-block--image .text-block__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.text-block--image .text-block__image {
  display: block;
  width: 100%;
  height: 376px;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-block--image .text-block__caption {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.text-block--blockquote .text-block__quote {
  margin: 0 0 24px 0;
  padding: 16px 24px;
  border-left: 8px solid rgb(193, 18, 31);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  border-radius: 0 8px 8px 0;
}

.text-block--blockquote .text-block__quote:last-child {
  margin-bottom: 0;
}

.text-block--separator .text-block__rule {
  height: 1px;
  background: #d5d7da;
  border: none;
}

.text-block--image-block {
  display: flex;
  align-items: stretch;
  min-height: 490px;
  width: 100%;
}
.text-block--image-block .text-block__image {
  width: 50%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-block--image-block .text-block__panel {
  display: flex;
  align-content: center;
  gap: 32px;
  background: #252b37;
  padding: 56px;
  width: 50%;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.text-block--image-block .text-block__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
}
.text-block--image-block .text-block__actions .btn {
  background: rgb(193, 18, 31);
  color: #ffffff;
  padding: 16px 22px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .text-block--image-block {
    display: block;
    min-height: auto;
  }
  .text-block--image-block .text-block__image {
    width: 100%;
  }
  .text-block--image-block .text-block__panel {
    width: 100%;
  }
}

.content-block {
  display: block;
  width: 100%;
  justify-items: start;
  padding: 72px 0;
  box-shadow: 0 8px 12px 0 rgba(10, 13, 18, 0.1215686275);
}
.content-block.content-block--light {
  background: #fafafa;
  color: #000000;
}
.content-block.content-block--dark {
  background: #252b37;
  color: #ffffff;
  box-shadow: none;
}
.content-block.content-block--dark .content-block__title {
  color: #ffffff;
}
.content-block.content-block--dark .content-block__description {
  color: #ffffff;
}
.content-block.content-block--dark .content-block__description p {
  color: #ffffff;
}
.content-block.content-block--transparent {
  background: transparent;
  color: #000000;
  box-shadow: none;
}
.content-block.content-block--align-left {
  justify-items: start;
  text-align: left;
}
.content-block.content-block--align-left .content-block__container {
  margin-right: auto;
}
.content-block.content-block--align-center {
  justify-items: center;
  text-align: center;
}
.content-block.content-block--align-center .content-block__container {
  margin: 0 auto;
}
.content-block.content-block--align-right {
  justify-items: end;
  text-align: right;
}
.content-block.content-block--align-right .content-block__container {
  margin-left: auto;
}
.content-block .content-block__container {
  width: 100%;
  max-width: 1110px;
  display: block;
}
.content-block .content-block__title {
  margin: 0 0 24px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 90px;
}
.content-block .content-block__description {
  margin: 0 0 30px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.content-block .content-block__description p {
  font-weight: 400;
  font-size: 20px;
}
.content-block .content-block__actions .btn {
  background: rgb(193, 18, 31);
  color: #ffffff;
  padding: 16px 22px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 28px;
}
.content-block .content-block__actions .btn:hover {
  color: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #c1121f;
}
@media (max-width: 767px) {
  .content-block .content-block__title {
    font-size: 48px;
    line-height: normal;
  }
}
@media (max-width: 480px) {
  .content-block {
    padding: 48px 0;
  }
  .content-block .content-block__title {
    font-size: 36px;
  }
  .content-block .content-block__description {
    font-size: 16px;
    line-height: 24px;
  }
  .content-block .content-block__description p {
    font-size: 16px;
  }
  .content-block .content-block__actions .btn {
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
  }
}

.content-block--hide-content .content-block__title,
.content-block--hide-content .content-block__description {
  display: none;
}

.content-block--hide-button .content-block__actions {
  display: none;
}

.image-block {
  padding: 0;
}
.image-block .image-block__container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.image-block .image-block__image {
  position: relative;
  width: 50%;
  background-color: #d9d9d9;
}
.image-block .image-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image-block .image-block__image .image-block__overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}
.image-block .image-block__content {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  width: 50%;
  padding: 56px;
}
.image-block .image-block__content .image-block__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #252b37;
  letter-spacing: -0.96px;
}
.image-block .image-block__content .image-block__description {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #535862;
  letter-spacing: -0.4px;
}
.image-block .image-block__content .image-block__description p {
  margin: 0;
}
.image-block .image-block__content .image-block__description p + p {
  margin-top: 20px;
}
.image-block .image-block__content .image-block__actions .btn {
  background: rgb(193, 18, 31);
  color: #ffffff;
  padding: 16px 22px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 28px;
}
.image-block.image-block--default {
  background: transparent;
}
.image-block.image-block--border {
  border: 0;
  background: transparent;
}
.image-block.image-block--border .image-block__content {
  position: relative;
}
.image-block.image-block--border .image-block__content::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.image-block.image-block--color-light {
  background: #fafafa;
  color: #000000;
}
.image-block.image-block--color-dark {
  background: #252b37;
  color: #ffffff;
}
.image-block.image-block--color-dark .image-block__title {
  color: #ffffff;
}
.image-block.image-block--color-dark .image-block__description p {
  color: #ffffff;
}
.image-block.image-block--overlay {
  position: relative;
}
.image-block.image-block--overlay picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.image-block.image-block--overlay picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  height: 100%;
}
.image-block.image-block--overlay .image-block__container {
  position: relative;
}
.image-block.image-block--overlay .image-block__container .image-block__content {
  width: 70%;
  background: rgba(193, 18, 31, 0.8);
}
.image-block.image-block--overlay .image-block__container .image-block__content .image-block__title, .image-block.image-block--overlay .image-block__container .image-block__content .image-block__description p {
  color: #ffffff;
}
.image-block.image-block--overlay.image-block--image-right .image-block__container {
  justify-content: flex-end;
}
@media (max-width: 1100px) {
  .image-block .image-block__content,
  .image-block .image-block__image {
    order: unset;
    width: 100%;
  }
  .image-block.image-block--image-right .image-block__container {
    flex-direction: column-reverse;
  }
  .image-block.image-block--overlay picture {
    position: unset;
  }
  .image-block.image-block--overlay picture img {
    display: block;
  }
  .image-block.image-block--overlay .image-block__container .image-block__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .image-block .image-block__content {
    padding: 30px;
  }
  .image-block .image-block__content .image-block__title {
    font-size: 35px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  .image-block {
    padding: 48px 32px;
  }
  .image-block .image-block__content .image-block__title {
    font-size: 36px;
    line-height: 44px;
  }
  .image-block .image-block__content .image-block__description {
    font-size: 16px;
    line-height: 24px;
  }
  .image-block .image-block__content .image-block__actions .btn {
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
  }
}

.image-block--image-right .image-block__content {
  order: 1;
}

.image-block--image-right .image-block__image {
  order: 2;
}

.image-block--image-left .image-block__content {
  order: 2;
}

.image-block--image-left .image-block__image {
  order: 1;
}

/* Border accent by image position */
.image-block--border.image-block--image-right .image-block__content::before {
  border-left: 10px solid var(--Primary, #c1121f);
}
.image-block--border.image-block--image-left .image-block__content::before {
  border-right: 10px solid var(--Primary, #c1121f);
}

/* Image Offset variant */
.image-block--image-offset .image-block__image {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
.image-block--image-offset .image-block__image img {
  width: 100%;
}
.image-block--image-offset.image-block--image-right .image-block__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: rgba(0, 0, 0, 0.08);
}
.image-block--image-offset.image-block--image-right .image-block__image img {
  margin-left: auto;
}
.image-block--image-offset.image-block--image-left .image-block__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -20px;
  bottom: -20px;
  background: rgba(0, 0, 0, 0.08);
}
.image-block--image-offset.image-block--image-left .image-block__image img {
  margin-left: auto;
}

.image-block--hide-header .image-block__title {
  display: none;
}

.image-block--hide-content .image-block__description {
  display: none;
}

.image-block--hide-button .image-block__actions {
  display: none;
}

.profile-card-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.profile-card-block .profile-card-main {
  padding: 0 15px;
  width: 25%;
}
.profile-card-block.col-four .profile-card-main {
  padding: 0 15px;
  width: 25%;
}
.profile-card-block.col-three .profile-card-main {
  padding: 0 15px;
  width: 33.333333%;
}
.profile-card-block.col-three .profile-card-main .profile-card .profile-card__image {
  height: 400px;
}
.profile-card-block.col-two .profile-card-main {
  padding: 0 15px;
  width: 50%;
}
.profile-card-block.col-two .profile-card-main .profile-card .profile-card__image {
  height: 700px;
}
.profile-card-block .profile-card {
  background: #ffffff;
  box-shadow: 0 8px 12px 0 rgba(10, 13, 18, 0.1215686275);
  padding: 24px 24px 32px;
  display: flex;
  gap: 16px;
  max-width: 100%;
  min-width: 100%;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.profile-card-block .profile-card .profile-card__image {
  width: 100%;
  height: 233px;
  background: lightgray 50%/cover no-repeat;
  overflow: hidden;
}
.profile-card-block .profile-card .profile-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center center;
     object-position: center center;
}
.profile-card-block .profile-card .profile-card__header {
  display: flex;
  gap: 4px;
  text-align: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.profile-card-block .profile-card .profile-card__header .profile-card__name {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  letter-spacing: -0.4px;
  text-decoration: none;
}
.profile-card-block .profile-card .profile-card__header .profile-card__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
  color: #414651;
  width: 100%;
}
.profile-card-block .profile-card .profile-card__divider {
  width: 60px;
  height: 5px;
  border-radius: 9999px;
  background: rgb(193, 18, 31);
  justify-self: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.profile-card-block .profile-card .profile-card__contact {
  display: flex;
  gap: 4px;
  text-align: center;
  color: rgb(193, 18, 31);
  font-family: "Poppins", sans-serif;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.profile-card-block .profile-card .profile-card__contact .profile-card__email {
  color: rgb(193, 18, 31);
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  width: 100%;
}
.profile-card-block .profile-card .profile-card__contact .profile-card__email:hover {
  text-decoration: none;
}
.profile-card-block .profile-card .profile-card__contact .profile-card__phone {
  color: rgb(193, 18, 31);
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1100px) {
  .profile-card-block .profile-card-main {
    width: 50% !important;
  }
  .profile-card-block .profile-card-main .profile-card .profile-card__image {
    height: 350px !important;
  }
}
@media (max-width: 767px) {
  .profile-card-block .profile-card-main {
    width: 100% !important;
    padding: 0 !important;
  }
  .profile-card-block .profile-card-main .profile-card .profile-card__image {
    height: 270px !important;
  }
}

.profile-card__social {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.profile-card__social .profile-card__icon {
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 96px;
  display: grid;
  place-items: center;
}
.profile-card__social .profile-card__icon img {
  width: 20px;
  height: 20px;
  display: block;
}
.profile-card__social .profile-card__icon:hover {
  background-color: #000000;
}
.profile-card__social .profile-card__icon:hover img {
  filter: brightness(0) invert(1);
}

/* Visibility modifiers */
.profile-card--hide-social .profile-card__social {
  display: none;
}

.profile-card--hide-icon-02 .profile-card__icon--02 {
  display: none;
}

.profile-card--hide-icon-03 .profile-card__icon--03 {
  display: none;
}

.profile-card--hide-icon-04 .profile-card__icon--04 {
  display: none;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.accordion .accordion__item {
  border-top: 2px solid #000000;
  padding-top: 32px;
}
.accordion .accordion__item.is-open .accordion__panel {
  display: block;
}
.accordion .accordion__header[aria-expanded=true] + .accordion__panel {
  display: block;
}
.accordion .accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.accordion .accordion__label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.accordion .accordion__icon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: flex-end;
}
.accordion .accordion__icon::before {
  color: #000;
  font-size: 35px;
  line-height: 35px;
  content: "+";
}
.accordion .accordion__icon.arrow::before {
  content: "";
  background: url(/assets/images/chevron-down.svg) no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 17px;
  position: relative;
  top: 10px;
}
.accordion .accordion__header[aria-expanded=true] .accordion__icon::before {
  content: "-";
}
.accordion .accordion__header[aria-expanded=true] .accordion__icon.arrow::before {
  content: "";
  transform: rotate(180deg);
}
.accordion .accordion__panel {
  display: none;
  padding-top: 16px;
  padding-bottom: 16px;
}
.accordion .accordion__text {
  font-size: 16px;
  line-height: 24px;
  color: #181d27;
}
.accordion {
  /* layout */
}
.accordion .accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.testimonials--cards {
  display: inline-block;
  width: 100%;
  padding-bottom: 56px;
  position: relative;
}
.testimonials--cards .glide__slides {
  padding-left: 0;
  margin-bottom: 0;
}
.testimonials--cards .glidewrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.testimonials--cards .glidewrap .btn-wrap {
  display: block;
  margin-left: auto;
  display: inline-block;
}
.testimonials--cards .glide__arrows {
  position: absolute;
  left: 0;
  right: auto;
  margin: 0 auto;
  bottom: 15px;
  width: 125px;
}
.testimonials--cards .glide__arrows .glide__arrow--left {
  left: 0;
}
.testimonials--cards .glide__arrows .glide__arrow--right {
  right: 60px;
}
.testimonials--cards .glide__arrows button.glide__arrow {
  box-shadow: none;
  width: 20px;
  height: auto;
  padding: 0;
}
.testimonials--cards .glide__slide {
  padding-bottom: 20px;
}
.testimonials--cards .glide__bullets {
  bottom: -60px;
}
.testimonials--cards .testimonials__cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.testimonials--cards .testimonial-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 8px 0 rgba(10, 13, 18, 0.1215686275);
  padding: 24px;
  margin: 0 16px;
}
.testimonials--cards .testimonial-card .testimonial-card__quote {
  width: 38px;
  height: 38px;
  background: url("/assets/images/quote-left.svg") center/contain no-repeat;
}
.testimonials--cards .testimonial-card .testimonial-card__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 20px;
}
.testimonials--cards .testimonial-card .testimonial-card__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 0;
}
.testimonials--cards .testimonial-card .testimonial-card__text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.testimonials--cards .testimonial-card .testimonial-card__author {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.testimonials--cards .testimonial-card .testimonial-card__name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0;
}
.testimonials--cards .testimonial-card .testimonial-card__role {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0;
}
.testimonials--cards .testimonials__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .testimonials--cards .testimonial-card .testimonial-card__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .testimonials--cards .testimonial-card .testimonial-card__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .testimonials--cards .testimonial-card .testimonial-card__title {
    font-size: 25px;
    line-height: 35px;
  }
  .testimonials--cards .glide__arrows {
    width: 120px;
  }
}

.testimonials--list {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
.testimonials--list .glide__slides {
  padding-left: 0;
  margin-bottom: 0;
}
.testimonials--list .btn-wrap {
  text-align: center;
  margin-top: 100px;
  display: inline-block;
  width: 100%;
}
.testimonials--list .glide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 140px;
  width: 125px;
  display: flex;
  justify-content: center;
}
.testimonials--list .glide__arrows button.glide__arrow {
  box-shadow: none;
  width: 20px;
  height: auto;
  padding: 0;
}
.testimonials--list .glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  left: 50%;
  list-style: none;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.testimonials--list .testimonial {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.testimonials--list .testimonial.is-active {
  display: flex;
}
.testimonials--list .testimonial .testimonial__quote {
  width: 38px;
  height: 38px;
  background: url("/assets/images/quote-left.svg") center/contain no-repeat;
}
.testimonials--list .testimonial .testimonials__cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials--list .testimonial .testimonials__button {
  display: inline-block;
  background-color: rgb(193, 18, 31);
  color: #ffffff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.testimonials--list .testimonial .testimonial__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.testimonials--list .testimonial .testimonial__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 0;
}
.testimonials--list .testimonial .testimonial__text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.testimonials--list .testimonial .testimonial__author {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.testimonials--list .testimonial .testimonial__name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0;
}
.testimonials--list .testimonial .testimonial__role {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 1440px) {
  .testimonials--list .testimonial .testimonial__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .testimonials--list .testimonial .testimonial__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .testimonials--list .testimonial .testimonial__title {
    font-size: 25px;
    line-height: 35px;
  }
  .testimonials--list .glide__arrows {
    width: 120px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  gap: 24px;
}
.pagination__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
}
.pagination__list li {
  margin-bottom: 0 !important;
}
.pagination__item {
  display: flex;
}
.pagination__item.is-active .pagination__btn {
  background: #535862;
  color: #ffffff;
}
.pagination__btn {
  border: 0;
  background: transparent;
  border-radius: 80px;
  padding: 10px;
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #252b37;
  cursor: pointer;
  text-decoration: none;
}
.pagination__btn[aria-disabled=true] {
  cursor: default;
}
.pagination__btn--icon {
  padding: 4px;
}
.pagination__chev {
  width: 16px;
  height: 16px;
}
.pagination--black .pagination__item.is-active .pagination__btn {
  background: #535862;
  color: #ffffff;
}
.pagination--primary .pagination__item.is-active .pagination__btn {
  background: rgb(193, 18, 31);
  color: #ffffff;
}
.pagination--secondary .pagination__item.is-active .pagination__btn {
  background: rgb(12, 121, 59);
  color: #ffffff;
}
.pagination--tertiary .pagination__item.is-active .pagination__btn {
  background: rgb(218, 106, 32);
  color: #ffffff;
}

.tags-demo {
  display: flex;
  justify-content: center;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 9999px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background: rgb(193, 18, 31);
}
.tag .tag__label {
  display: inline-block;
}
.tag .tag__icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
}
.tag .tag__icon img {
  width: 14px;
  height: 14px;
  display: block;
}

/* Default theme: icons should be black */
.tag--default {
  background: #fafafa;
  color: #000000;
}
.tag--default .tag__icon img {
  filter: brightness(0) saturate(100%);
}

/* Theme variants */
.tag--primary {
  background: rgb(193, 18, 31);
  color: #ffffff;
}

.tag--secondary {
  background: rgb(12, 121, 59);
  color: #ffffff;
}

.tag--tertiary {
  background: rgb(218, 106, 32);
  color: #ffffff;
}

.tag--dark {
  background: #252b37;
  color: #ffffff;
}

.clientlogo {
  overflow: hidden;
}
.clientlogo .clogowrap {
  overflow: hidden;
}
.clientlogo .clogowrap ul {
  list-style: none;
  display: flex;
  white-space: nowrap;
  position: relative;
  align-items: center;
  animation: marquee 95s linear infinite;
  margin: 0;
  padding: 0;
  gap: 5vw;
}
.clientlogo .clogowrap ul li {
  display: flex;
  white-space: nowrap;
  flex: 0 0 auto;
  align-items: center;
  margin-bottom: 0;
}
.clientlogo .clogowrap ul li img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 14vw;
  width: auto;
  max-width: 20vw;
}
.clientlogo .clogowrap:hover ul {
  animation-play-state: paused !important;
}
@media only screen and (min-width: 1101px) {
  .clientlogo .clogowrap ul li img {
    width: auto;
    max-width: 23vw;
    height: 9vw;
  }
}
@media only screen and (min-width: 1441px) {
  .clientlogo .clogowrap ul li img {
    max-width: 15vw;
    height: 7.815vw;
  }
}
@media only screen and (max-width: 1100px) {
  .clientlogo {
    padding-top: 0;
  }
  .clientlogo .clogowrap ul {
    gap: 3vw;
    animation-duration: 108s;
  }
  .clientlogo .clogowrap ul li {
    padding-right: 7.5vw;
  }
  .clientlogo .clogowrap ul li img {
    max-width: 14vw;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .clientlogo .clogowrap ul {
    animation-duration: 95s;
  }
  .clientlogo .clogowrap ul li {
    padding-right: 8vw;
  }
  .clientlogo .clogowrap ul li img {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    max-width: 44vw;
    height: 17vw;
  }
}
@media only screen and (max-width: 480px) {
  .clientlogo .clogowrap ul {
    animation-duration: 85s;
  }
  .clientlogo .clogowrap ul li {
    padding-right: 10vw;
  }
  .clientlogo .clogowrap ul li img {
    max-width: 53vw;
    height: 20vw;
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-190%, 0, 0);
  }
}
@media only screen and (max-width: 1100px) {
  @keyframes marquee {
    100% {
      transform: translate3d(-360%, 0, 0);
    }
  }
}
@media only screen and (max-width: 767px) {
  @keyframes marquee {
    100% {
      transform: translate3d(-500%, 0, 0);
    }
  }
}
@media only screen and (max-width: 480px) {
  @keyframes marquee {
    100% {
      transform: translate3d(-550%, 0, 0);
    }
  }
}
.slideshow {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.slideshow--transparent {
  background: transparent;
}
.slideshow--dark {
  background: #181d27;
}
.slideshow--light {
  background: #ffffff;
}
.slideshow--vertical {
  flex-direction: row;
  align-items: stretch;
}
.slideshow.slideshow--transparent .slideshow__thumbs .slideshow__control-btn img, .slideshow.slideshow--light .slideshow__thumbs .slideshow__control-btn img {
  filter: brightness(0) invert(1);
}

.slideshow__main {
  position: relative;
  width: 100%;
  height: 780px;
  padding: 15px;
}
.slideshow__main .glide {
  height: 100%;
}
.slideshow__main .glide__track {
  height: 100%;
}
.slideshow__main .glide__slide {
  height: 100%;
}
.slideshow__main .slideshow__main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.slideshow__main .glide__slides {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
@media (max-width: 1100px) {
  .slideshow__main {
    height: 420px;
    padding: 15px;
  }
  .slideshow__main .glide__slide {
    height: 420px;
  }
}
@media (max-width: 480px) {
  .slideshow__main {
    height: 320px;
  }
  .slideshow__main .glide__slide {
    height: 320px;
  }
}

.slideshow__thumbs {
  width: 100%;
  padding: 0 10px 20px;
}
.slideshow__thumbs .glide__slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slideshow__thumbs .slideshow__controls {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 99;
}
.slideshow__thumbs .slideshow__control-btn {
  pointer-events: all;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: #252b37;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 0;
}
.slideshow__thumbs .slideshow__thumb {
  width: 170px;
  height: 160px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 6px;
  position: relative;
}
.slideshow__thumbs .slideshow__thumb .slideshow__thumb-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.slideshow__thumbs .slideshow__thumb .slideshow__thumb-image.is-active::before, .slideshow__thumbs .slideshow__thumb .slideshow__thumb-image.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}
.slideshow__thumbs .slideshow__thumb .slideshow__thumb-image.is-active::before {
  border: 4px solid #ffffff;
}
.slideshow__thumbs .slideshow__thumb .slideshow__thumb-image.is-active::after {
  border: 2px solid #000000;
}
@media (max-width: 480px) {
  .slideshow__thumbs .slideshow__thumb {
    height: 110px;
  }
}

.slideshow--dark .slideshow__control-btn {
  background: #ffffff;
}

/* Vertical layout container */
.slideshow--vertical {
  display: flex;
  gap: 0;
}
.slideshow--vertical .slideshow__main {
  width: 80%;
  padding-right: 0;
}
.slideshow--vertical .slideshow__thumbs {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px;
  max-height: 100%; /* adjust */
  overflow-y: auto;
}
.slideshow--vertical .slideshow__thumbs .glide__track {
  max-height: 755px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.slideshow--vertical .slideshow__thumbs .glide__track::-webkit-scrollbar {
  display: none;
}
.slideshow--vertical .slideshow__thumbs .glide__slides {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.slideshow--vertical .slideshow__thumb {
  position: relative;
  height: 140px; /* tune to fit 3–4 thumbs in 420px */
  cursor: pointer;
}
.slideshow--vertical .slideshow__thumb.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid #fff;
  border-radius: inherit;
  pointer-events: none;
}
.slideshow--vertical .slideshow__thumb-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}
.slideshow--vertical .slideshow__control-btn {
  position: absolute;
  transform: rotate(90deg);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slideshow--vertical .slideshow__control-btn.leftarrow {
  top: -22px;
}
.slideshow--vertical .slideshow__control-btn.rightarrow {
  bottom: -22px;
}
@media (min-width: 1101px) {
  .slideshow--vertical .slideshow__thumb {
    width: 60% !important;
  }
  .slideshow--vertical .slideshow__thumbs .glide__track {
    height: 100%;
    overflow-y: auto; /* ✅ vertical scroll */
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .slideshow--vertical .slideshow__thumbs .glide__slides {
    display: block !important; /* override flex row */
    transform: none !important; /* stop any leftover transforms */
    width: auto !important;
  }
  .slideshow--vertical .slideshow__thumbs .glide__slide {
    width: 100% !important;
    margin: 0 0 16px 0 !important; /* same as your GAP */
  }
}
@media (max-width: 1100px) {
  .slideshow--vertical {
    flex-direction: column;
    gap: 16px;
  }
  .slideshow--vertical .slideshow__main, .slideshow--vertical .slideshow__thumbs {
    width: 100%;
  }
  .slideshow--vertical .slideshow__main {
    padding: 15px;
  }
  .slideshow--vertical .slideshow__thumbs {
    width: 100%;
  }
  .slideshow--vertical .slideshow__thumbs .glide__track {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .slideshow--vertical .slideshow__thumbs .glide__slides {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
  }
  .slideshow--vertical .slideshow__thumb {
    height: 160px;
  }
  .slideshow--vertical .slideshow__thumb-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 6px;
  }
  .slideshow--vertical .slideshow__control-btn {
    position: unset;
    transform: unset;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .slideshow--vertical .slideshow__thumbs {
    padding-top: 0;
  }
  .slideshow--vertical .slideshow__thumb {
    height: 110px;
  }
}

.video-block {
  display: flex;
  align-items: stretch;
  height: 680px;
  padding: 0;
  background: #252b37;
  color: #ffffff;
}
.video-block--dark {
  background: #252b37;
  color: #ffffff;
}
.video-block--dark .video-block__title,
.video-block--dark .video-block__description {
  color: #ffffff !important;
}
.video-block--dark .video-block__description p {
  color: #ffffff !important;
}
.video-block--light {
  background: #ffffff;
  color: #000000;
}
.video-block--align-left {
  justify-content: flex-start;
}
.video-block--align-right {
  flex-direction: row-reverse;
}
.video-block .video-block__content {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 55px;
  align-items: center;
  align-content: center;
}
.video-block .video-block__content .video-block__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin: 0 0 30px 0;
  color: #000000;
}
.video-block .video-block__content .video-block__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin: 0 0 30px 0;
}
.video-block .video-block__media {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.video-block .video-block__media .video-block__player {
  background: #d5d7da;
  background-image: url("/assets/images/video-bg.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-block .video-block__play {
  display: none;
}
.video-block .video-block__controls {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  max-width: 778px;
  width: 100%;
}
.video-block .video-block__control {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #181d27;
  border: 0;
}
.video-block .video-block__control--play {
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #181d27;
}
.video-block .video-block__control-group {
  display: flex;
  gap: 8px;
  align-items: center;
}
.video-block .video-block__progress {
  display: grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  align-items: center;
  gap: 16px;
  background: #181d27;
  height: 40px;
  border-radius: 6px;
  padding: 8px 24px;
}
.video-block .video-block__progress-bg {
  background: #414651;
  width: 307px;
  height: 5px;
}
.video-block .video-block__progress-fill {
  background: #d5d7da;
  height: 5px;
}
.video-block .video-block--hide-title .video-block__title {
  display: none;
}
.video-block .video-block--hide-content .video-block__description {
  display: none;
}
@media (max-width: 1100px) {
  .video-block {
    flex-direction: column;
    height: auto;
  }
  .video-block .video-block__content {
    padding: 40px;
    order: 2;
    width: 100%;
  }
  .video-block .video-block__content .video-block__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .video-block .video-block__content .video-block__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .video-block .video-block__media {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }
}

.components-landing {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .components-landing {
    flex-wrap: wrap;
  }
  .components-landing__nav {
    display: none;
  }
}
.components-landing--no-nav {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.components-landing__nav {
  position: sticky;
  top: 110px;
  align-self: start;
  flex-shrink: 0;
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  border-right: 1px solid #d9d9d9;
  padding-right: 16px;
  width: 260px;
  min-width: 260px;
  padding-top: 30px;
}
.components-landing__nav .nav-section {
  margin-bottom: 24px;
}
.components-landing__nav .nav-title {
  margin-bottom: 8px;
  font-weight: bold;
}
.components-landing__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.components-landing__nav ul li {
  margin: 0;
}
.components-landing__nav ul li a {
  display: block;
  padding: 8px 0;
  color: #000000;
  text-decoration: none;
}
.components-landing__nav ul li a.active {
  font-weight: bold;
}
.components-landing__nav ul li a:hover, .components-landing__nav ul li a.active {
  color: #000000;
  text-decoration: underline;
}
.components-landing__content {
  flex: 1 1 0;
  min-width: 0;
  max-width: 1180px;
}
.components-landing__content h1,
.components-landing__content .h1 {
  margin: 0 0 16px 0;
}
.components-landing__content h2,
.components-landing__content .h2 {
  margin: 32px 0 16px 0;
}
.components-landing__content h2:first-of-type,
.components-landing__content .h2:first-of-type {
  margin-top: 0;
}
.components-landing__content .box-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}
.components-landing__content .box-group:last-child {
  margin-bottom: 0;
}
.components-landing__content .box {
  display: block;
  padding: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: transparent;
  font-weight: 600;
  color: #181d27;
  text-decoration: none;
  transition: border-color 0.3s, transform 0.3s;
}
.components-landing__content .box:hover {
  border-color: #b4c5ce;
  transform: translateY(-2px);
}
@media (min-width: 1441px) {
  .components-landing__content {
    max-width: 1450px;
  }
}
@media (max-width: 1440px) {
  .components-landing__content {
    max-width: 970px;
  }
}
@media (max-width: 1320px) {
  .components-landing__content {
    max-width: 800px;
  }
}

.guide-content {
  max-width: 100%;
  padding-top: 32px;
}
.guide-content h1, .guide-content .h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #181d27;
  margin: 0 0 24px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #d9d9d9;
}
.guide-content h2, .guide-content .h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #181d27;
  margin: 48px 0 16px 0;
}
.guide-content h2:first-child, .guide-content .h2:first-child {
  margin-top: 0;
}
.guide-content h2:first-of-type,
.guide-content .h2:first-of-type {
  margin-top: 0;
}
.guide-content h3, .guide-content .h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #181d27;
  margin: 24px 0 8px 0;
}
.guide-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #181d27;
  margin: 0 0 16px 0;
}
.guide-content ul, .guide-content ol {
  margin: 0 0 16px 0;
  padding-left: 24px;
}
.guide-content ul li, .guide-content ol li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #181d27;
  margin-bottom: 8px;
}
.guide-content a {
  color: #000000;
  text-decoration: underline;
}
.guide-content a:hover {
  text-decoration: none;
}
.guide-content pre, .guide-content .highlight {
  background: #1e1e1e;
  color: #d4d4d4;
  padding: 16px 24px;
  border-radius: 8px;
  overflow-x: auto;
  border: 1px solid #333;
  margin: 0 0 24px 0;
  font-size: 14px;
  line-height: 1.5;
}
.guide-content pre code, .guide-content .highlight code, .guide-content code {
  background: none;
  color: inherit;
  padding: 0;
  font-family: monospace, serif;
  font-size: inherit;
}
.guide-content :not(pre) > code {
  background: #f6f7fb;
  color: #181d27;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 0.9em;
}
.guide-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px 0;
  font-size: 16px;
}
.guide-content table th, .guide-content table td {
  padding: 8px 16px;
  text-align: left;
  border: 1px solid #d9d9d9;
}
.guide-content table th {
  font-weight: 600;
  background: #f6f7fb;
}
.guide-content blockquote {
  margin: 0 0 24px 0;
  padding: 16px 24px;
  border-left: 4px solid #b4c5ce;
  background: #f6f7fb;
  font-style: italic;
  color: #203e52;
}
.guide-content .guide-content__section {
  margin-bottom: 32px;
}
.guide-content hr {
  border: 0;
  border-top: 1px solid #d9d9d9;
  margin: 32px 0;
}
.guide-content strong {
  font-weight: 600;
}/*# sourceMappingURL=styles.css.map */