/**
 *
 * FONT SMOOTHING
 *
 * Changes the font rendering,
 * allowing thinner fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400&display=swap");
.btn-icon {
  background: none;
  border: none;
  color: inherit;
  outline: none;
  padding: 0;
}

.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.desc p {
  margin-bottom: 0;
}
.desc p + p {
  margin-top: 3rem;
}

.fw-400 {
  font-weight: 400;
}

.text-dark {
  color: #000;
}

.f-14 {
  font-weight: 1.4rem;
}

.f-20 {
  font-size: 2rem;
}

.mx-3 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 0.5rem;
}

.ms-3 {
  margin-left: 0.5rem;
}

a {
  outline: none !important;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.object-fit-cover {
  object-fit: cover;
  flex-grow: 1;
  transition: all 0.3s ease;
}

.ratio:hover img.object-fit-cover {
  scale: 1.1;
}

.f-g {
  font-family: "gotham", var(--bs-font-sans-serif);
  font-weight: 400;
}

.list-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.map .ratio {
  --bs-aspect-ratio: 50vh;
}

.btn-top {
  position: fixed;
  height: 54px;
  width: 100px;
  padding: 0;
  background: #FFF9EE;
  right: 3rem;
  z-index: 9;
  border: none;
  bottom: 3rem;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.btn-top:hover {
  background-color: #000;
  color: #FFF9EE;
}
.btn-top.active {
  opacity: 1;
}

span.gfield_required {
  opacity: 0;
}

[aria-expanded=true] .icon-plus:before {
  content: "\e90f";
}

@media (min-width: 1280px) {
  .container-sm {
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .map .ratio {
    --bs-aspect-ratio: 40.25%;
  }
}
.taxonomy-description {
  font-size: 1.6rem;
}

.testimonial__author {
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .btn.btn-load-more {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #FFF9EE;
    font-size: 1.5rem;
    font-weight: 300;
    text-decoration: underline;
  }

  [data-aos^=fade], [data-aos^=fade] {
    opacity: 1 !important;
    transition-property: initial;
    transform: none !important;
  }

  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .card-body {
    padding: 3rem;
  }

  .testimonial__author {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 767.98px) {
  .px-xs-20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .pr-xs-0 {
    padding-right: 0 !important;
  }

  .card-body {
    padding: 2rem;
  }

  .button-full {
    width: 100%;
  }
}
.loadding-show .loading {
  opacity: 1;
  visibility: visible;
}

.loading {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
  pointer-events: none;
}

.dot {
  width: 10px;
  height: 10px;
  border: 2px solid white;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  transform: scale(0);
  animation: fx 1000ms ease infinite 0ms;
}
.dot:nth-child(2) {
  animation: fx 1000ms ease infinite 300ms;
}
.dot:nth-child(3) {
  animation: fx 1000ms ease infinite 600ms;
}

@keyframes fx {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading-container {
  display: none;
  overflow: hidden;
  width: 62px;
}

.loadding-more .loading-container {
  display: block;
}
.loadding-more .btn-load-more {
  pointer-events: none;
}

#loading-bar-spinner.spinner {
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 19 !important;
  animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
  width: 40px;
  height: 40px;
  border: solid 4px transparent;
  border-top-color: #9A563C !important;
  border-left-color: #9A563C !important;
  border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

.text-inherit {
  color: inherit;
}
.text-inherit a {
  color: inherit;
}

.fw-300 {
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .h1,
h1 {
    font-size: 3rem;
  }

  .h2,
h2, div.gform_heading p {
    font-size: 3rem;
  }

  .h3,
h3 {
    font-size: 2.5rem;
  }

  .h4,
h4 {
    font-size: 2rem;
  }

  .h5,
h5 {
    font-size: 1.4rem;
  }
}
@font-face {
  font-family: "icon-moon";
  src: url("../fonts/icon/icon-moon.ttf?w5pyru") format("truetype"), url("../fonts/icon/icon-moon.woff?w5pyru") format("woff"), url("../fonts/icon/icon-moon.svg?w5pyru#icon-moon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon-moon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clear:before {
  content: "\e904";
}

.icon-chevron-up:before {
  content: "\e90d";
}

.icon-plus:before {
  content: "\e90e";
}

.icon-minus:before {
  content: "\e90f";
}

.icon-chevron-down:before {
  content: "\e910";
}

.icon-plus-xl:before {
  content: "\e911";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-youtube:before {
  content: "\e907";
}

.icon-star:before {
  content: "\e908";
}

.icon-quote:before {
  content: "\e900";
}

.icon-chevron-next:before {
  content: "\e902";
}

.icon-chevron-prev:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-search:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

@font-face {
  font-family: "gotham";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.app-header {
  background-color: #193F55;
  height: 8rem;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.5s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.app-header .icon-clear {
  display: none;
  font-size: 3.2rem;
}

.logo {
  max-width: 8.6rem;
  flex: 0 0 8.6rem;
}

@media (min-width: 992px) {
  .app-header {
    height: 10rem;
  }
}
.tpl-block {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .tpl-block {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.main {
  overflow: hidden;
  padding-top: 10rem;
}
.main .tpl-block:not(.bg-white):first-child {
  padding-top: 0;
}
.main .tpl-block.short-code:first-child, .main .tpl-block.text-editor-block:first-child {
  padding-top: 10rem;
}
@media (max-width: 991.98px) {
  .main {
    padding-top: 8rem;
    min-height: 10vh;
  }
  .main .tpl-block.bg-white:first-child {
    padding-top: 5rem;
  }
  .main .tpl-block.short-code:first-child, .main .tpl-block.text-editor-block:first-child {
    padding-top: 5rem;
  }
  .main .bg-blue + .bg-blue {
    padding-top: 0;
  }
}
.main .cta-block:last-child {
  margin-bottom: -1px;
}

.bg-white {
  background-color: #FFF9EE !important;
  color: #193F55;
}
.bg-white + .bg-white {
  padding-top: 0;
}

.bg-blue + .bg-blue {
  padding-top: 0;
}

.app-footer {
  padding: 5rem 0 0;
}
.app-footer__logo img {
  max-width: 170px;
}
.app-footer h5, .app-footer .contact-info {
  font-size: 2rem;
  font-family: "gotham", var(--bs-font-sans-serif);
}
.app-footer h5 a, .app-footer .contact-info a {
  text-decoration: none;
}
.app-footer .nav-item {
  margin-bottom: 1rem;
  margin-right: 2rem;
}
.app-footer .contact-info {
  margin: 3rem 0 0;
}
.app-footer .contact-info p {
  margin: 0;
}
.app-footer .contact-info p + p {
  margin-top: 3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .app-footer .contact-info {
    display: flex;
    justify-content: space-between;
  }
  .app-footer .contact-info p {
    margin: 0 !important;
  }
}
.app-footer .nav-link {
  padding: 0;
  font-weight: 300;
}

@media (min-width: 992px) {
  .form-subscribe {
    width: 40rem;
    margin-top: 7.3rem;
  }

  .contact-info {
    margin: 4rem 0 0 !important;
  }

  h5 {
    font-size: 2.4rem !important;
    margin-bottom: 4.5rem;
  }

  .app-footer {
    padding: 8.5rem 0;
  }
  .app-footer__logo {
    padding: 0 6rem 2rem 0;
  }
  .app-footer__right {
    padding: 2rem 0 6rem 6rem;
  }

  .footer-menu-primary {
    grid-column-gap: 7.5rem;
  }
}
.app-footer-bottom {
  padding: 2rem 0;
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .navbar-nav {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
}
.btn-tag {
  padding: 2.5rem 4rem 2.5rem 4.5rem;
  text-decoration: none;
  font-family: "gotham", var(--bs-font-sans-serif);
  transition: all 0.3s ease-in-out;
}
.btn-tag:hover {
  background-color: #9A563C;
  border-color: #9A563C;
}

.btn-default {
  background-color: #FFF9EE;
  border-color: #FFF9EE;
  color: #193F55;
}
.btn-default:hover {
  background-color: #9A563C;
  border-color: #9A563C;
}

.btn-tag-secondary {
  font-weight: 400;
  color: #fff;
  background-color: #193F55;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.btn-tag-secondary:before {
  height: 33%;
  transform: translateY(-50%);
  background: #FFF9EE;
  content: "";
  left: 3rem;
  top: 50%;
  width: 1px;
  position: absolute;
}
.btn-tag-secondary:hover {
  color: #FFF9EE;
}
.btn-tag-secondary .icon {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}
.btn-tag-secondary .icon:before {
  color: inherit;
}
@media (max-width: 767.98px) {
  .btn-tag-secondary {
    font-size: 1.4rem;
    padding: 2rem 1.4rem;
  }
  .btn-tag-secondary:before {
    display: none;
  }
}

.btn-outline-primary {
  border-color: #FFF9EE;
  color: #FFF9EE;
  min-width: 16.7rem;
}

.nav-tag {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .nav-tag {
    flex-direction: row !important;
  }
  .nav-tag li {
    max-width: calc(50% - 0.75rem);
    flex: 0 0 calc(50% - 0.75rem);
  }
}

.read-more-member {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 2rem;
  text-decoration: underline;
}
.read-more-member:hover {
  text-decoration: none;
  color: #193F55;
}

@media (max-width: 991.98px) {
  .team-block-grid .read-more-member {
    display: block;
  }
}
.form-control {
  border: none;
  border-bottom: 1px solid #FFF9EE;
}

textarea.form-control {
  border: 1px solid #FFF9EE;
  height: 353px;
}

form label {
  font-weight: 300;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.gform_footer {
  margin-top: 4.7rem !important;
}

body .gform-theme--framework .gform_validation_errors {
  background: white;
  border-radius: 0;
  border-color: white;
  display: none;
  font-family: "gotham";
}
body .gform-theme--framework .gfield_label {
  color: inherit;
  font-size: 1.6rem;
}
body .gform-theme--framework .gfield input,
body .gform-theme--framework .gfield textArea {
  resize: none;
  display: block;
  width: 100%;
  padding: 0.85rem 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
  color: #FFF9EE;
  min-height: 4rem;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #FFF9EE;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .gform-theme--framework .gfield input:-webkit-autofill,
body .gform-theme--framework .gfield textArea:-webkit-autofill {
  border-bottom: 1px solid white !important;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
body .gform-theme--framework .gfield input:-webkit-autofill:hover, body .gform-theme--framework .gfield input:-webkit-autofill:focus,
body .gform-theme--framework .gfield textArea:-webkit-autofill:hover,
body .gform-theme--framework .gfield textArea:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
body .gform-theme--framework .gfield input:autofill,
body .gform-theme--framework .gfield textArea:autofill {
  border-bottom: 1px solid #fff;
  transition: background-color 5000s ease-in-out 0s;
}
body .gform-theme--framework .gfield input:autofill:hover, body .gform-theme--framework .gfield input:autofill:focus,
body .gform-theme--framework .gfield textArea:autofill:hover,
body .gform-theme--framework .gfield textArea:autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}
body .gform-theme--framework .gfield input:focus,
body .gform-theme--framework .gfield textArea:focus {
  border-color: #fff;
  box-shadow: none;
}
body .gform-theme--framework .gfield textArea {
  height: 353px;
  border: 1px solid #FFF9EE;
  padding: 2rem;
}
body .gform-theme--framework .gform_footer input.gform_button {
  background: none !important;
  border: 1px solid white !important;
  font-weight: 300 !important;
  min-width: 18rem !important;
  padding: 1.5rem 3.4rem !important;
  font-size: 2rem !important;
}
body .gform-theme--framework .gform_footer input.gform_button:hover {
  background: #9A563C !important;
  border-color: #9A563C !important;
}
@media (min-width: 992px) {
  body .gform-theme--framework .gform_footer input.gform_button {
    height: 56px !important;
  }
}

.gform_confirmation_message {
  font-size: 3rem !important;
}

header .gform_confirmation_message {
  font-size: 2rem !important;
}

.gform-theme--framework {
  border: none !important;
}

.gform-theme--framework .gfield_validation_message {
  font-family: "gotham";
  font-weight: 700;
}

.gform-theme--foundation {
  --gform-theme-form-row-gap: 36px !important;
}
.gform-theme--foundation .gform_fields {
  grid-column-gap: 0 !important;
}

.gform_heading h2 {
  margin-bottom: 0;
  max-width: 600px;
  font-weight: 400;
}
.gform_heading p {
  font-size: 4rem;
  font-weight: 400;
}

.ginput_container_fileupload {
  position: relative;
}
.ginput_container_fileupload input {
  border: none !important;
}
.ginput_container_fileupload #file-upload-button {
  opacity: 0 !important;
}
.ginput_container_fileupload [type=file] {
  height: 353px !important;
  cursor: pointer;
  border: 1px dashed white !important;
}
.ginput_container_fileupload [type=file]::file-selector-button {
  opacity: 0;
  width: 0 !important;
}
.ginput_container_fileupload .gfield_description, .ginput_container_fileupload .gfield_fileupload_filename,
.ginput_container_fileupload .gfield_fileupload_percent, .ginput_container_fileupload .gform_delete_file .dashicons:before {
  color: white !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress {
  background-color: white !important;
}

.form-subscribe .gform_button {
  visibility: hidden;
  position: fixed !important;
  opacity: 1 !important;
}

.form-subscribe .gform_heading h2 {
  max-width: 220px;
}

.dropdown-menu {
  box-shadow: 0px 6px 20px rgba(62, 23, 0, 0.23);
}

@media (min-width: 992px) {
  nav.main-navbar {
    padding-left: 8%;
  }
  nav.main-navbar > ul > .nav-item > .nav-link {
    padding: 1rem 3rem;
  }

  .nav-item:hover > .dropdown-menu {
    display: block;
  }

  nav.main-navbar {
    flex: 1;
  }
  nav.main-navbar .dropdown-menu {
    padding: 1.2rem 2.5rem;
    background: #193F55;
    box-shadow: none;
    border-radius: 0;
    min-width: 264px;
    border: none;
  }
  nav.main-navbar .dropdown-menu .nav-item {
    border-bottom: 1px solid #FFF9EE;
  }
  nav.main-navbar .dropdown-menu .nav-item:last-child {
    border: none;
  }
  nav.main-navbar .dropdown-menu .nav-link {
    padding: 1.8rem 0;
    font-weight: 300;
    font-family: var(--bs-font-sans-serif) !important;
    text-transform: none;
  }
  nav.main-navbar .dropdown-menu .nav-link:hover {
    color: #9A563C;
  }
  nav.main-navbar .dropdown-menu .nav-link:after {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  nav.main-navbar {
    padding-left: 20%;
  }
  nav.main-navbar > ul > .nav-item > .nav-link {
    padding: 1rem 2rem;
  }
}
@media (min-width: 1300px) {
  nav.main-navbar {
    padding-left: 20%;
  }
  nav.main-navbar > ul > .nav-item > .nav-link {
    padding: 1rem 3rem;
  }
}
@media (min-width: 1400px) {
  nav.main-navbar {
    padding-left: 21%;
  }
  nav.main-navbar > ul > .nav-item > .nav-link {
    padding: 1rem 4rem;
  }
}
@media (min-width: 1500px) {
  nav.main-navbar {
    padding-left: 22%;
  }
}
@media (min-width: 1700px) {
  nav.main-navbar {
    padding-left: 26%;
  }
}
@media (min-width: 1921px) {
  nav.main-navbar {
    padding-left: 20%;
  }
}
@media (max-width: 1199px) {
  .main-nav > .nav-item > .nav-link {
    padding: 1.3rem;
  }
}
@media (max-width: 991.98px) {
  .admin-bar .main-navbar {
    top: 128px;
    height: calc(100% - 128px);
  }

  .main-navbar {
    overflow: auto;
    position: fixed;
    z-index: 9;
    top: 8rem;
    padding: 2rem 2rem 2rem;
    color: #FFF9EE;
    left: 0;
    background: #193F55;
    height: calc(100% - 82px);
    width: 100%;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0s;
    border-radius: 0 0 0 0;
    transform: translateX(100vw);
    justify-content: flex-start !important;
    align-items: flex-start !important;
    display: flex;
    flex-direction: column;
  }
  .main-navbar #menu-primary-menu {
    flex: 1;
    width: 100%;
  }
  .main-navbar .form-subscribe {
    width: 100%;
  }
  .open-menu .main-navbar {
    transform: translateX(0);
    opacity: 1;
  }
  .main-navbar .dropdown-menu {
    position: static;
    background: transparent;
    border: none;
    box-shadow: none;
    color: white;
    padding: 1rem 0;
  }
  .main-navbar .dropdown-menu.active {
    display: block;
  }
  .main-navbar .dropdown-menu .nav-link {
    color: inherit;
    text-transform: none;
    font-family: var(--bs-font-sans-serif) !important;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 0.5rem 0;
  }
  .main-navbar .sector-menu-item .dropdown-menu.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .main-navbar .sector-menu-item .dropdown-menu.active li {
    margin-right: 2rem;
  }
  .main-navbar .main-nav {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .main-navbar .main-nav > .nav-item > .nav-link {
    padding: 1.3rem 0;
  }
  .main-navbar .nav-link {
    font-size: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  .main-navbar .nav-link:after {
    display: none !important;
  }
  .main-navbar .menu-item-has-children {
    position: relative;
    padding-right: 40px;
  }
  .main-navbar .menu-item-has-children .icon-plus {
    position: absolute;
    right: -6px;
    top: 26px;
    font-size: 2.5rem;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  .main-navbar .menu-item-has-children .icon-plus.current:before {
    content: "\e90f";
  }
  .main-navbar .menu-item-has-children .icon-plus:before {
    color: white;
  }

  .navbar-close {
    position: absolute;
    right: 3rem;
    top: 2rem;
    display: block !important;
  }

  .navbar-toggler {
    display: block;
    position: absolute;
    right: 1.5rem;
    color: white;
  }

  .open-menu {
    overflow: hidden;
  }
  .open-menu svg {
    display: none;
  }
  .open-menu .icon-clear {
    display: block;
  }
  .open-menu body {
    overflow: hidden;
  }
}
.navbar-toggler {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.main-nav > li {
  position: relative;
}
.main-nav > li .caret {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 20px;
}
.main-nav > li .current-menu-item a {
  color: #9A563C !important;
}
@media (min-width: 992px) {
  .main-nav > li .current-menu-item a span {
    border-bottom: none;
  }
  .main-nav > li:hover .caret:before {
    content: "\e90f";
  }
}
.main-nav > .nav-item > .nav-link {
  font-family: "gotham", var(--bs-font-sans-serif);
}
.main-nav > .nav-item > .nav-link > span {
  position: relative;
}
.main-nav > .nav-item > .nav-link > span:after {
  content: "";
  position: absolute;
  background-color: #FFF9EE;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  display: block;
  width: 0;
  transition: all 0.3s ease-in-out;
  margin-top: 2px;
}
.main-nav > .nav-item > .nav-link:hover {
  color: white;
}
.main-nav > .nav-item > .nav-link:hover > span:after {
  width: 100%;
}
.main-nav > .current-menu-item > .nav-link > span:after, .main-nav > .current-menu-parent > .nav-link > span:after {
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  top: 50%;
  line-height: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  font-size: 0;
  color: #193F55;
  padding: 0;
  border: none;
  transform: translateY(-50%);
  outline: none;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icon-moon";
  font-size: 4rem;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 2rem;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  position: absolute;
  transform: translate(-50%, -50%);
  content: "\e901";
}
[dir=rtl] .slick-prev:before {
  content: "\e902";
}

.slick-next {
  right: 2rem;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "\e902";
}
[dir=rtl] .slick-next:before {
  content: "\e901";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -2.5rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 1px solid #193F55;
  background: white;
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.bg-blue .slick-dots li button {
  border: 1px solid #fff;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #193F55;
}

.slider:not(.slick-initialized),
.slider-content:not(.slick-initialized),
.accordion-slider-items:not(.slick-initialized) {
  display: none;
}

.card-member {
  background-color: transparent;
  border: none;
  padding: 0 2rem;
}
.card-member .meta-data,
.card-member .social {
  font-size: 1.5rem;
  line-height: 1.6;
}
.card-member .year {
  margin-bottom: 2rem;
}
.card-member .name {
  cursor: pointer;
  font-weight: 400;
  font-size: 2rem;
  font-family: "gotham", var(--bs-font-sans-serif);
  margin: 1rem 0 2rem;
  position: relative;
  padding-right: 3rem;
}
.card-member .name:hover {
  color: #9A563C;
}
.card-member .name i {
  position: absolute;
  top: 3px;
  right: 0;
}
.card-member .social {
  gap: 2rem;
}
.card-member a {
  color: inherit;
}
.card-member a:hover {
  color: #9A563C;
}

.card {
  height: 100%;
}
.card .icon-plus {
  font-size: 2.4rem;
}
.card .ratio-1x1 {
  --bs-aspect-ratio: 75.25%;
}
.card [aria-expanded=true] .icon-plus:before {
  content: "\e90f";
}
.card .card-title {
  margin-bottom: 3rem !important;
}
.card .btn-icon:not(.btn-minus)[aria-expanded=true] {
  display: none;
}
.card .btn-minus {
  opacity: 1 !important;
  display: block;
  font-size: 3rem;
  line-height: 1;
  margin-top: 1rem;
}

.ratio img {
  object-fit: cover;
}

.badge {
  text-transform: uppercase;
  border: 1.3px solid #193F55;
  color: #193F55;
  font-family: "gotham", var(--bs-font-sans-serif);
  padding: 0.5rem 1rem;
}

.card-white.card {
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.card-white .icon-plus {
  font-size: 3rem;
}
.card-white .card-body {
  border: none;
  background-color: #FFF9EE;
  color: #193F55;
}
.card-white a {
  color: inherit;
  text-decoration: none;
}
.card-white a:hover {
  color: #9A563C;
}

.hero {
  color: #fff;
}
.hero__title {
  color: inherit;
  letter-spacing: -0.017em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.hero .slick-track {
  display: flex;
}
.hero .slick-slide {
  display: flex !important;
  height: auto;
}
.hero .media {
  flex: 1;
}
.hero .media img {
  min-height: 628px;
  max-height: 70vh;
}
.hero__description *:last-child {
  margin-bottom: 0;
}
.hero__container {
  transform: translate(-50%, -50%);
  z-index: 1;
}
.hero__content {
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .hero .media img {
    min-height: 400px;
    max-height: 70vh;
  }
}

.how-we-help-block {
  color: #fff;
}
.how-we-help-block .description {
  max-width: 318px;
  padding-bottom: 1rem;
}
.how-we-help-block .card-body {
  align-items: flex-start;
  justify-content: space-between;
  min-height: 318px;
}
.how-we-help-block .card-top-img {
  max-height: 77px;
}
.how-we-help-block .card__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.how-we-help-block .btn {
  margin-top: 4rem;
}
.how-we-help-block .card {
  height: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.video-ratio {
  border-radius: 1rem;
  overflow: hidden;
  transform: translateZ(0);
}
.video-ratio iframe {
  border-radius: 1rem;
}

.text-media-block .container h2:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .video-ratio:before {
    padding-top: 72.25%;
  }

  .text-media-block .no-media {
    justify-content: flex-end;
  }
  .text-media-block .no-media .text:first-child {
    width: 75%;
  }
}
@media (min-width: 1280px) {
  .align-items-start .col-lg-5 .des > h2 {
    margin-top: 0rem;
  }
  .align-items-start .des > h2 {
    margin-top: 5rem;
  }
}
.des *:last-child {
  margin-bottom: 0;
}
.des a:not(.btn) {
  color: inherit;
}

.testimonial-block {
  background-color: #9A563C;
  color: #FFF9EE;
  min-height: 40vh;
  text-align: center;
  padding: 6rem 0;
}
.filter-sector .testimonial-block {
  min-height: 20vh;
}
.testimonial-block .slick-dots {
  display: flex;
  position: static;
  margin-top: 5rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-block .slick-dots li {
  flex: 1;
  margin: 0;
}
.testimonial-block .slick-dots li button {
  background-color: #FFF9EE66;
  border: none;
  border-radius: 0;
  height: 3px;
  width: 100%;
  padding: 0;
}
.testimonial-block .slick-dots li.slick-active button {
  background-color: white;
}

.cta-block {
  position: relative;
  color: white;
}
.cta-block .container {
  z-index: 1;
}
.cta-block:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0px;
  top: 0;
  background: rgba(41, 74, 92, 0.35);
}

.text-three-column {
  background: #193F55;
  color: white;
}
.text-three-column a {
  color: inherit;
}

@media (min-width: 992px) {
  body:not(.home) .main .sectors-block-hero:first-child {
    padding-top: 2rem;
  }
}

.sectors-block .btn {
  min-width: 190px;
}
.sectors-block .media img {
  width: 100%;
}
.sectors-block.sectors-block-hero .media {
  padding-right: 0;
}
.sectors-block.sectors-block-hero .row {
  position: relative;
}
.sectors-block.sectors-block-hero .sub-heading {
  position: absolute;
  top: 0;
}
@media (max-width: 991.98px) {
  .sectors-block .caption {
    font-size: 1.2rem;
  }
  .sectors-block .caption .px-5 {
    padding: 0 !important;
  }
  .sectors-block .list-sector {
    justify-content: space-between;
    font-size: 1.4rem;
  }
  .sectors-block .list-sector li a {
    width: 100%;
  }
}

.icon:before {
  color: inherit;
}

.feature-case-study-block {
  position: relative;
  background-color: #FFF9EE;
}
.feature-case-study-block .desc {
  margin: 3rem 0;
}
.feature-case-study-block ul {
  display: block;
}
.feature-case-study-block ul li {
  display: block;
}
.feature-case-study-block ul li + li {
  margin-top: 2rem;
}
.feature-case-study-block ul a {
  font-size: 1.4rem;
  font-family: "gotham book", var(--bs-font-sans-serif);
  text-decoration: none;
}
.feature-case-study-block .text {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .feature-case-study-block .text {
    padding: 11.1rem 0;
    width: 72%;
  }
  .feature-case-study-block .desc {
    margin-top: 0;
    margin-bottom: 8rem;
  }
  .feature-case-study-block .text-block {
    max-width: 90%;
    margin-top: 10rem;
    margin-bottom: 10rem;
    border-left: 1px solid #FFF9EE;
    padding-left: 3rem;
  }
  .feature-case-study-block .buttons {
    padding-left: 3rem;
  }
  .feature-case-study-block .row {
    justify-content: flex-end;
  }
  .feature-case-study-block .text {
    padding-left: 20%;
  }
  .feature-case-study-block .media {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 45%;
  }
}
.feature-case-study-block .text {
  background-color: #193F55;
  color: #FFF9EE;
}
@media (min-width: 768px) {
  .feature-case-study-block .text-inner {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.list-sector {
  text-align: left;
  gap: 5rem;
}
.list-sector li {
  max-width: calc(50% - 5rem);
  flex: 0 0 calc(50% - 5rem);
}
.list-sector li a {
  text-decoration: none;
  padding: 0 2rem 0 0;
  display: block;
}
.list-sector li a i {
  top: 3px;
  position: absolute;
  right: 0;
}
@media (min-width: 1280px) {
  .list-sector li a {
    width: 60%;
  }
}

.text-relative {
  position: relative;
  padding-bottom: 4rem;
}
.text-relative .card-text {
  margin-bottom: 0;
}
.text-relative .btn-icon.position-absolute {
  bottom: -6px;
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .text-relative .btn-icon.position-absolute {
    font-size: 2.6rem;
  }
}

.filter-sector a {
  text-decoration: none;
}
.filter-sector .selected {
  position: relative;
}
.filter-sector .selected:after {
  content: "";
  height: 0.2rem;
  background-color: #FFF9EE;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
}
@media (min-width: 992px) {
  .filter-sector .text-inner-left {
    padding-right: 0;
  }
}
@media (max-width: 1279.98px) {
  .filter-sector .btn-default {
    font-size: 1.8rem;
  }
}
@media (max-width: 991.98px) {
  .filter-sector .card-body {
    padding-bottom: 4rem;
  }
  .filter-sector .icon-plus {
    font-size: 2rem;
  }
  .filter-sector .list-badge {
    margin-top: 2rem !important;
  }
  .filter-sector .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
    margin: 0 -10px;
  }
  .filter-sector .position-relative {
    padding-top: 6rem;
  }
  .filter-sector .position-relative a:not(.btn) {
    font-size: 1.4rem;
    color: #FFF9EE;
  }
  .filter-sector .select-all,
.filter-sector .de-select-all {
    position: absolute;
    top: 0;
  }
  .filter-sector .select-all a,
.filter-sector .de-select-all a {
    border: 1px solid #FFF9EE;
    padding: 0.5rem 1rem;
    min-width: 130px;
    text-align: center;
    display: block;
  }
  .filter-sector .select-all a.selected,
.filter-sector .de-select-all a.selected {
    background-color: #FFF9EE;
    color: #193F55;
  }
  .filter-sector .select-all a:after,
.filter-sector .de-select-all a:after {
    display: none;
  }
  .filter-sector .de-select-all {
    left: 145px;
  }
  .filter-sector .nav {
    flex-direction: row;
    display: flex !important;
  }
  .filter-sector .nav li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: 1rem;
  }
  .filter-sector li {
    margin: 0 0 1rem !important;
  }
  .filter-sector li a {
    text-transform: none;
  }
  .filter-sector .col-md-12 + .col-md-6 {
    margin-top: 2rem;
  }
  .filter-sector .col-md-6 + .col-md-6, .filter-sector .col-md-6 + .col-md-12 {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .filter-sector .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .text-relative .btn-icon.position-absolute {
    bottom: -10px;
  }

  .text-inner-left,
.text-inner {
    padding: 5rem 3rem;
  }
}
@media (min-width: 1280px) {
  .container-md {
    max-width: 90%;
  }

  .text-inner-left,
.text-inner {
    padding: 5rem;
  }
}
.icon-plus:hover {
  color: #9A563C;
}

.page-header {
  padding: 5rem 2rem;
  max-width: 500px;
  margin: 0 auto;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page-header {
    padding: 10rem 2rem;
  }
}

.articles .entry-content {
  min-height: 400px;
}
.articles img {
  width: 100%;
}
.articles .icon-minus {
  font-size: 3rem;
}
.articles .text-relative .btn-icon, .articles .text-relative .btn-icon .icon {
  transition: none;
}
.articles .text-relative .btn-icon[aria-expanded=true] {
  opacity: 0;
  display: none;
  pointer-events: none;
}
.articles .text-content {
  padding: 3rem 2rem 0;
}
.articles .text-content h3 {
  margin-bottom: 3.5rem !important;
}
.articles .entry-content p {
  margin-bottom: 0;
}
.articles .entry-content p + * {
  margin-top: 2rem;
}
.articles .text-block {
  padding-bottom: 3rem;
}
@media (min-width: 1280px) {
  .articles .text {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .articles.overflow-hidden .row {
    align-items: flex-start;
  }
  .articles.overflow-hidden .text {
    padding-top: 0;
    padding-bottom: 0;
  }
  .articles article:nth-child(2n+1) {
    text-align: right;
    flex-direction: row-reverse;
  }
  .articles article:nth-child(2n+1) .text-relative .btn-icon {
    right: -6px;
  }
  .articles article:nth-child(2n+1) .text-block {
    float: right;
    padding-left: 0;
    padding-right: 6rem;
  }
  .articles article:nth-child(2n+1) .text-block:after {
    left: auto;
    right: 1rem;
  }
  .articles h3 {
    font-size: 2.8rem;
  }
  .articles .entry-content {
    padding: 0 0 0;
  }
  .articles .media {
    display: flex;
  }
  .articles .media img {
    object-fit: cover;
  }
  .articles .text-inner-left {
    display: inline-block;
  }
  .articles .text-block {
    position: relative;
    padding-left: 6rem;
    width: 80%;
    max-width: 600px;
    padding-bottom: 0;
  }
  .articles .text-block.text-block-current:after {
    height: calc(100% - 28px);
  }
  .articles .text-block:after {
    content: "";
    height: calc(100% - 20px);
    position: absolute;
    left: 1rem;
    top: 1.3rem;
    width: 1px;
    background: #FFF9EE;
    transition: all 0.2s linear;
  }
  .articles .text-content {
    padding: 0;
  }
}
.articles .text-decoration-none {
  font-size: 3rem;
  margin-top: 2rem;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 1279.98px) {
  .articles .text {
    margin-top: 0 !important;
  }
  .articles .col-lg-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 991.98px) {
  .articles .text {
    margin-top: 0 !important;
  }
  .articles .container.highlight .title {
    padding: 2rem 2rem;
  }
}

.bg-secondary, .bg-blue {
  background-color: #193F55;
  color: white;
}

.feature-post {
  background: url(../images/bg-block-gadient.jpg) no-repeat center;
  background-size: cover;
  color: #193F55;
}
.feature-post h2, .feature-post h3 {
  color: white;
}

.blog-item .ratio {
  transform: translateZ(0);
}
.blog-item .ratio img {
  transition: all 0.3s ease;
}
.blog-item .ratio:hover img {
  scale: 1.1;
}

.blog-block .ratio-1x1 {
  --bs-aspect-ratio: 86%;
}
.blog-block .ratio {
  transform: translateZ(0);
}
.blog-block .ratio:hover img {
  scale: 1.1;
}
.blog-block .ratio img {
  transition: all 0.3s ease;
  object-fit: cover;
}
.blog-block br {
  content: "";
  margin: 2em;
  display: block;
}
.blog-block .ratio {
  border-radius: 14px;
  overflow: hidden;
}

.latest-post-block .row, .pickup-post-block .row {
  --bs-gutter-y: 3rem;
}
@media (min-width: 992px) {
  .latest-post-block .row, .pickup-post-block .row {
    --bs-gutter-y: 5rem;
  }
}

.how-we-help-block .slick-dots {
  display: none !important;
}

.blog-block .slick-dots {
  bottom: -4.5rem;
}
@media (max-width: 991.98px) {
  .blog-block .slick-dots {
    display: none !important;
  }
}

.post-slider .slick-list {
  margin: 0 -2rem;
}
.post-slider .slick-list .post-item {
  padding: 0 2rem;
}
@media (max-width: 991.98px) {
  .post-slider .slick-list .post-item {
    padding: 0 1rem;
    width: 450px;
  }
}
@media (max-width: 767.98px) {
  .post-slider .slick-list .post-item {
    width: 310px;
  }
}

.list-page-404 div {
  margin-bottom: 0.5rem;
}

.page-404 svg {
  width: 100%;
  height: auto;
}

.text-editor-block ul,
.text-editor-block ol {
  margin-bottom: 3rem;
}
.text-editor-block ul li + li,
.text-editor-block ol li + li {
  margin-top: 1rem;
}

.list-box {
  color: #031A24;
}
.list-box ul, .list-box ol {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  text-transform: uppercase;
  font-family: "gotham", var(--bs-font-sans-serif);
  font-weight: 400;
}
.list-box ul li, .list-box ol li {
  margin: 0 !important;
  padding: 2rem 0;
  border-bottom: 1px solid #031A24;
}
.list-box ul li:last-child, .list-box ol li:last-child {
  border-bottom: none;
}
.list-box ul li ul, .list-box ol li ul {
  list-style: disc;
  padding-left: 30px;
  margin: 0;
}
.list-box ul li ul li, .list-box ol li ul li {
  border: none;
  padding: 0;
  margin-top: 1rem !important;
}
@media (min-width: 992px) {
  .list-box .container {
    max-width: 60%;
  }
}

.highlight-box {
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
  padding: 6rem 0;
}
.highlight-box * {
  margin-bottom: 0;
}
.highlight-box * + * {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .highlight-box {
    padding: 10rem 0;
    font-size: 2.6rem;
  }
  .highlight-box .container {
    max-width: 73%;
  }
}

.two-box {
  color: #031A24;
}
.two-box .text-right p {
  margin-bottom: 0;
}
.two-box .text-right p + * {
  margin-top: 3rem;
}
.two-box .text-right h2, .two-box .text-right h3, .two-box .text-right h4, .two-box .text-right h5, .two-box .text-right h6 {
  font-family: "gotham", var(--bs-font-sans-serif);
  font-size: 2rem;
}
.two-box ul, .two-box ol {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  text-transform: uppercase;
  font-family: "gotham", var(--bs-font-sans-serif);
  font-weight: 400;
}
.two-box ul li, .two-box ol li {
  margin: 0 !important;
  padding: 2rem 0;
  border-bottom: 1px solid #031A24;
}
.two-box ul li:last-child, .two-box ol li:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .two-box ul, .two-box ol {
    font-size: 2rem;
  }
  .two-box .container {
    max-width: 80%;
  }
}

.team-block .ratio-16x9 {
  --bs-aspect-ratio: 156.25%;
  overflow: hidden;
}
.team-block .ratio-16x9:hover img {
  transform: scale(1.1);
}
.team-block .ratio-16x9 img {
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.team-block .slick-track {
  margin: 0 -2rem;
}
.team-block .meta-data {
  margin-top: 2rem;
}
.team-block .member-row {
  margin: 0 -2rem;
}
.team-block .member-row .card {
  max-width: 33.333%;
  margin-bottom: 4rem;
  flex: 0 0 33.333%;
}
@media (max-width: 991.98px) {
  .team-block .member-row {
    margin: 0 2rem 0 0;
  }
  .team-block .member-row .card {
    padding: 0;
    max-width: 100%;
    margin-bottom: 2rem;
    flex: 0 0 100%;
  }
  .team-block .slick-track {
    margin: 0 -1rem;
  }
  .team-block .card {
    padding: 0 1rem;
    width: 275px;
  }
  .team-block .team-block-intro {
    padding: 4rem 3.5rem;
    width: 100%;
  }
  .team-block .team-block-intro.ratio:before {
    display: none;
  }
  .team-block .team-block-intro.ratio .inner {
    position: relative;
    transform: none;
    padding-left: 2rem;
  }
  .team-block .team-block-intro.ratio .inner:after {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .team-block .col-lg-9 {
    padding-right: 0;
    padding-left: 2rem;
  }
}

.team-block-grid .team-block-intro {
  pointer-events: none;
}
.team-block-grid .team-block-intro .icon-plus {
  display: none;
}

.team-block-intro {
  background-color: #9A563C;
  transition: all 0.3s linear;
  font-size: 1.4rem;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
}
.team-block-intro.ratio-16x9 {
  --bs-aspect-ratio: calc(156.25% - 2rem);
}
.team-block-grid .team-block-intro.ratio-16x9 {
  --bs-aspect-ratio: calc(156.25% );
}
.team-block-intro .icon {
  font-size: 2rem;
}
.team-block-intro .inner {
  padding: 0 2rem 0 4.8rem;
  position: absolute;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.team-block-intro .inner:after {
  height: 95%;
  width: 1px;
  background: #FFF9EE;
  left: 2.8rem;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.team-block-intro:hover {
  background-color: #193F55;
  color: #FFF9EE;
}
.team-block-intro .title {
  font-family: "gotham", var(--bs-font-sans-serif);
  font-size: 2rem;
}
.team-block-intro .text {
  margin: 3rem 0 0;
}
.team-block-intro .text p {
  margin-bottom: 0;
}
.team-block-intro .text p + * {
  margin-top: 3rem;
}
.team-block-intro .text + .icon {
  display: inline-block;
  margin-top: 3rem;
}

.team-block-heading {
  padding: 5rem 0 !important;
}
@media (min-width: 992px) {
  .team-block-heading {
    padding: 10rem 0 !important;
    min-height: 80vh;
    background: url(../images/percent.svg) no-repeat right calc(100% - 4rem);
    background-size: calc(40% - 4rem);
  }
}

.services-block + .feature-case-study-block {
  padding-top: 0;
}
@media (min-width: 992px) {
  .services-block .desc {
    margin: 8.2rem 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1280px) {
  .services-block .desc {
    padding-right: 3.6rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .services-block .text-inners {
    padding: 0 0 3rem !important;
  }
  .services-block .text {
    margin-bottom: 0 !important;
  }
  .services-block .desc {
    margin: 0 0 3.6rem 0 !important;
  }
  .services-block .sub-heading {
    margin: 0 0 3.6rem 0 !important;
  }
  .services-block .service-items {
    width: 100%;
  }
  .services-block .text {
    width: 100%;
  }
}

.main-career .text-inner-left p + p {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .main-career {
    margin-top: 5rem;
  }
  .main-career .sub-heading {
    position: absolute;
    top: 0;
  }
  .main-career .row:not(.flex-row-reverse) .text {
    max-width: 600px;
  }
  .main-career .text-inner-left {
    display: flex;
    padding-top: 5rem;
    padding-bottom: 5rem;
    align-items: center;
    height: 100%;
  }
}

.main-contact .contact {
  margin-top: 10rem;
}

.contact-inner a {
  text-decoration: none;
}
.contact-inner a:hover {
  text-decoration: underline !important;
}

.heading-section {
  background: url(../images/heading-bg-min.jpg) no-repeat center;
  background-size: cover;
  min-height: 163px;
  padding: 5rem 0;
  color: #fff;
}
@media (min-width: 1280px) {
  .heading-section {
    min-height: 363px;
  }
}

a {
  cursor: pointer;
}

.entry-content {
  min-height: 50vh;
}
.entry-content a:not(.btn):hover {
  cursor: pointer;
  color: #193F55;
}

.text-content *:last-child {
  margin-bottom: 0;
}
.text-content a:not(.btn) {
  color: inherit;
}
.text-content a:not(.btn):hover {
  text-decoration: none;
}

.text-editor-block .text-content ul,
.text-editor-block .text-content ol {
  margin-left: 2rem;
}
@media (max-width: 767.98px) {
  .text-editor-block .text-content ul,
.text-editor-block .text-content ol {
    margin-left: 1rem;
  }
}

.the-content ul,
.the-content ol,
.the-content blockquote,
.the-content figure {
  margin-bottom: 3rem;
}
.the-content ol {
  list-style: lower-latin;
}
.the-content blockquote {
  padding-left: 3rem;
  border-left: 0.5rem solid #193F55;
  font-size: 2rem;
}
.the-content .alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}
.the-content .alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}
.the-content .aligncenter {
  clear: both;
  margin: 0 auto 3rem;
  display: block;
}
.the-content figcaption {
  font-style: italic;
  margin: 1rem 0 0;
}
@media (max-width: 767.98px) {
  .the-content .alignright,
.the-content .alignleft,
.the-content .aligncenter {
    float: none;
    margin: 0 0 3rem;
    width: 100% !important;
  }
  .the-content .alignright img,
.the-content .alignleft img,
.the-content .aligncenter img {
    width: 100% !important;
    height: auto !important;
  }
}