@charset "UTF-8";

/*
Theme Name: 
Author: Pixelocracy
Author URI: https://thepixelocracy.com
Version: 1.1.0
Text Domain: pixelocracy
*/

/**************************************
** Global Settings
**************************************/
:root {
  --body-bg: rgb(0, 25, 125);
  --body-bg-linear-start: rgba(0, 25, 125, 1);
  --body-bg-linear-end: rgba(0, 147, 208, 1);
  --polo-blue: #80a4cf;
  --text-color: #ffffff;
  --text-font-size: 1rem;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --white: #ffffff;
  --dark-blue: #0054a4;
  --light-blue: #0092cf;
  --solitude: #e5ecfe;
  --fog: #dac9fa;
  --heliotrope: #df83ff;
  --egypt-blue: #0f2a95;
  --maya-blue: #5dc6ff;
  --sapphire: #00074d;
  --amber: #ffc107;
  --sapphire-opacity-80: rgb(0, 7, 77, 0.8);
  --sapphire-opacity-50: rgb(0, 7, 77, 0.5);
  --sapphire-opacity-30: rgb(0, 7, 77, 0.3);
  --cornflower: #7ea2ff;
  --cornflower-opacity-30: rgb(126, 162, 255, 0.3);
}
html,
body {
  font-family: "Manrope", sans-serif;
  color: var(--text-color);
  font-size: var(--text-font-size);
  font-weight: var(--font-weight-regular);
  cursor: default;
  scroll-behavior: smooth;
  background: var(--body-bg);
  background: linear-gradient(
    150deg,
    var(--body-bg-linear-start) 0%,
    var(--body-bg-linear-end) 100%
  );
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2.5rem;
  font-weight: 300;
}
h2 {
  font-size: 2rem;
  font-weight: var(--font-weight-medium);
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
em,
strong {
  font-weight: var(--font-weight-bold);
}
a {
  transition: all 0.25s cubic-bezier(0.71, 0.29, 0.51, 1.26);
  overflow-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
span {
  margin: 0;
  padding: 0;
  color: var(--text-color);
}
.mh-70 {
  min-height: 70px !important;
}
/**************************************
** General classes
**************************************/
/********** Typography **********/

.text-small {
  font-size: 0.875rem;
}
.text-huge {
  font-size: 3.5rem;
}
.text-light {
  font-weight: var(--font-weight-light);
}
.text-regular {
  font-weight: var(--font-weight-regular);
}
.text-medium {
  font-weight: var(--font-weight-medium);
}
.text-bold {
  font-weight: var(--font-weight-bold);
}

/********** Colors **********/
#pixcookie #pixcookie-box #pixcookie-dialog h5 {
  color: black;
}
#pixcookie #pixcookie-box #pixcookie-dialog .pixcookie-header p {
  color: black;
}
#pixcookie #pixcookie-box {
  color: black;
}
#pixcookie #pixcookie-box #pixcookie-dialog .btn-success,
#pixcookie #pixcookie-box #pixcookie-dialog .btn-primary {
  color: #fff;
  background-color: #0f2a95;
  border-color: #0f2a95;
}
#pixcookie
  #pixcookie-box
  #pixcookie-dialog
  .pixcookie-body
  p#pixcookie-open-details,
#pixcookie
  #pixcookie-box
  #pixcookie-dialog
  .pixcookie-body
  p#pixcookie-close-details {
  color: #0f2a95;
}
#pixcookie-regime > a {
  color: #0f2a95;
}
/***** Text colors *****/
.text-white {
  color: var(--white);
}
.text-dark-blue {
  color: var(--dark-blue);
}
.text-light-blue {
  color: var(--light-blue);
}
.text-solitude {
  color: var(--solitude);
}
.text-fog {
  color: var(--fog);
}
.text-heliotrope {
  color: var(--heliotrope);
}
.text-egypt-blue {
  color: var(--egypt-blue);
}
.text-maya-blue {
  color: var(--maya-blue);
}
.text-sapphire {
  color: var(--sapphire);
}
.text-cornflower {
  color: var(--cornflower);
}
.text-polo-blue {
  color: var(--polo-blue);
}
/***** Background colors *****/
.bg-white {
  background-color: var(--white) !important;
}
.bg-dark-blue {
  background-color: var(--dark-blue) !important;
}
.bg-light-blue {
  background-color: var(--light-blue) !important;
}
.bg-solitude {
  background-color: var(--solitude) !important;
}
.bg-fog {
  background-color: var(--fog) !important;
}
.bg-heliotrope {
  background-color: var(--heliotrope) !important;
}
.bg-egypt-blue {
  background-color: var(--egypt-blue) !important;
}
.bg-maya-blue {
  background-color: var(--maya-blue) !important;
}
.bg-sapphire {
  background-color: var(--sapphire) !important;
}
.bg-sapphire-opacity-80 {
  background-color: var(--sapphire-opacity-80) !important;
}
.bg-sapphire-opacity-50 {
  background-color: var(--sapphire-opacity-50) !important;
}
.bg-sapphire-opacity-30 {
  background-color: var(--sapphire-opacity-30) !important;
}
.bg-cornflower {
  background-color: var(--cornflower) !important;
}
.bg-cornflower-opacity-30 {
  background-color: var(--cornflower-opacity-30) !important;
}
.bg-polo-blue {
  background-color: var(--polo-blue) !important;
}

/***** Border colors *****/
.border-white {
  border-color: var(--white) !important;
}
.border-dark-blue {
  border-color: var(--dark-blue) !important;
}
.border-light-blue {
  border-color: var(--light-blue) !important;
}
.border-solitude {
  border-color: var(--solitude) !important;
}
.border-fog {
  border-color: var(--fog) !important;
}
.border-heliotrope {
  border-color: var(--heliotrope) !important;
}
.border-egypt-blue {
  border-color: var(--egypt-blue) !important;
}
.border-maya-blue {
  border-color: var(--maya-blue) !important;
}
.border-sapphire {
  border-color: var(--sapphire) !important;
}
.border-cornflower {
  border-color: var(--cornflower) !important;
}
.border-polo-blue {
  border-color: var(--polo-blue) !important;
}

/***** Spacing *****/
@media (min-width: 992px) {
  .px-lg-8 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .border-lg-end {
    border-right: 1px solid;
  }
}
/********** Links **********/
html a,
body a {
  color: var(--amber);
  text-decoration: none;
}
html a:hover,
body a:hover {
  color: var(--amber);
  text-decoration: underline;
}
.feed a:hover {
  color: var(--amber);
  text-decoration: none;
}
/********** Buttons **********/
.btn {
  border-radius: 0;
}
.btn:focus {
  box-shadow: none;
}
.btn:hover {
  text-decoration: none;
}

/***** Main Button *****/
.btn-main {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 3.75rem;
  padding: 0.625rem 1.25rem;
  width: fit-content;
  line-height: 150%;
  font-size: 1.25rem;
  font-weight: 700;
}
.btn-main:hover {
  color: var(--amber);
  border-color: var(--amber);
}

/***** Secondary Button *****/
.btn-secondary {
  background-color: var();
  color: var();
  border: 1px solid var();
  padding: 1rem 1.5rem;
}
.btn-secondary:hover {
  background-color: var();
  color: var();
}

/***** Special Button *****/
.btn-special {
  background-color: var(--sapphire-opacity-50);
  color: var(--white);
}
.btn-special:hover {
  background-color: var(--sapphire-opacity-80);
}

/***** Submit Button *****/
.btn-submit {
  background-color: var();
  color: var();
}
.btn-submit:hover {
  color: var();
}

/**************************************** 
                Header
****************************************/
header {
  position: absolute;
}

/**************************************** 
                Horizontal Menu
****************************************/
body > header .primary-menu .logo-site {
  width: 210px;
}
body > header .primary-menu {
  width: 100%;
}
body > header .primary-menu li a {
  color: var(--sapphire);
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  body > header .cd-nav-trigger {
    height: 65px;
    width: 65px;
  }
  body > header .primary-menu li {
    font-size: 18px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  body > header .cd-nav-trigger {
    height: 65px;
    width: 65px;
  }
  body > header .primary-menu li {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body > header .cd-nav-trigger {
    height: 4rem;
    width: 2rem;
  }
}
/************************************************************ Main */
section.text-block-image ul {
  padding-bottom: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}
body .animate-box {
  /* animation: animate-box 0.4s ease-in 1500; */
}
@keyframes animate-box {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
/* new burger */
.container2 {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.container2.change {
  position: relative;
}
.cd-nav-trigger .js-cd-nav-trigger .container2 {
  z-index: 1000;
}
.container2 {
  z-index: 2000;
}
.js .cd-nav {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: visibility 0.7s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-nav__content
  .burger-menu
  .d-none
  .d-sm-flex
  .align-items-center
  .justify-content-center
  .position-relative {
  z-index: 50;
}
.bar1 {
  border-radius: 5px;
  width: 16px;
  height: 4px;
  background-color: var(--text-color);
  margin: 6px 0;
  transition: 0.4s;
}
.bar2 {
  border-radius: 5px;
  width: 35px;
  height: 4px;
  background-color: var(--text-color);
  margin: 6px 0;
  transition: 0.4s;
}
.bar3 {
  border-radius: 5px;
  width: 16px;
  height: 4px;
  background-color: var(--text-color);
  margin-left: 20px;
  transition: 0.4s;
  align-items: right;
}
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
  background-color: black;
  width: 35px;
  height: 4px;
  background-color: lightgray;
  margin: 6px 0;
  transition: 0.4s;
  position: fixed;
  top: 3rem;
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  transform: translate(0, 10px) rotate(45deg);
  background-color: black;
  width: 35px;
  height: 4px;
  background-color: lightgray;
  margin: 6px 0;
  transition: 0.4s;
  position: fixed;
  top: 3rem;
}
body:not(
    .home,
    .no_page-template-template-contact-page,
    .no_page-template-template-finance-page,
    .ko_page-template-template-contact-page,
    .ko_page-template-template-finance-page
  )
  > main {
  padding-top: clamp(6.25rem, 3.213rem + 12.9577vw, 14.875rem);
}
body > main section.pix-breadcrumb,
body > main section.welcome {
  font-size: 16px;
}
body > main section.pix-breadcrumb a {
  color: var();
  color: #909dbd;
  text-decoration: none;
}
/****************************** 
              TO-DO 
      needs more specificity
*******************************/
.pix-breadcrumb {
  padding-block: 2rem;
}
.pix-breadcrumb h1 {
  max-width: 95%;
}
.pix-breadcrumb a {
  color: #909dbd;
  text-decoration: none;
}
.pix-breadcrumb a:hover {
  color: #ffffff;
  text-decoration: none;
}
/******************************* 
              TO-DO 
      needs more specificity
      and better approach for 
        the implementation
********************************/
.pix-page-head {
  background-color: rgba(0, 7, 77, 0.3);
  overflow-y: hidden;
  position: relative;
}
.pix-page-head > .road-page-head {
  position: absolute;
  right: 0.75rem;
  top: 0;
  height: 100%;
  transform: translateY(-0.8px);
}
.pix-page-head > .road-page-head img {
  background-repeat: no-repeat;
  height: 100%;
  filter: blur(1px);
}
/******************************** 
*********************************/
.rock-blue {
  color: #909dbd;
}
body > main section.welcome p {
  color: var();
}
body > main section.welcome p::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 50%;
  height: 4px;
  background-color: var();
  z-index: -1;
}
@media screen and (max-width: 575px) {
  body > main section.pix-breadcrumb,
  body > main section.welcome {
    font-size: 14px;
  }
}
/************************************************************ Footer */
body > footer {
  color: var(--egypt-blue);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
body > footer p {
  line-height: 41px;
  font-size: 17px;
  color: var(--egypt-blue);
}
body > footer span {
  color: var(--egypt-blue);
}
body > footer p > strong {
  display: inline-block;
  color: var(--egypt-blue);
}
body > footer h5 {
  line-height: 41px;
  color: var(--egypt-blue);
}
body > footer h6 {
  font-size: 13px;
  line-height: 13px;
  color: var(--egypt-blue);
}
body > footer a {
  color: var(--egypt-blue);
  text-decoration: none;
}
body > footer a:hover {
  color: var(--egypt-blue);
}
body > footer p.highlight {
  font-size: clamp(1.75rem, 1.3099rem + 1.8779vw, 3rem);
  font-weight: 300;
  line-height: 130%;
}
body > footer .flex-1 {
  gap: clamp(24px, 35px + 0.75vh, 40px);
  font-size: clamp(1rem, 0.8239rem + 0.7512vw, 1.5rem);
  font-weight: 400;
  line-height: 125%;
}
body > footer .flex-2 {
  gap: clamp(20px, 21px + 0.75vh, 24px);
}
body > footer .flex-3 {
  gap: clamp(7px, 8px + 0.75vh, 10px);
}
body > footer .flex-4 {
  gap: 7px;
}
body > footer .flex-5 {
  gap: clamp(18px, 25px + 0.75vh, 30px);
}
body > footer img.zoom {
  filter: invert(60%) sepia(45%) saturate(2978%) hue-rotate(178deg)
    brightness(77%) contrast(101%);
}
body.home > footer img.zoom {
  filter: none;
}
body.home > footer :is(p, a, span) {
  color: var(--text-color);
}
body > footer a:hover {
  text-decoration: none;
}
body > footer .zoom {
  transition: transform 0.2s; /* Animation */
}
body > footer .zoom:hover {
  transform: scale(
    1.5
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
body > footer .fontslim {
  font-weight: 100;
}
.fontslim {
  font-weight: 100;
}
.capi {
  text-transform: uppercase;
}
body > footer .footer-logos img{
  max-height: 3rem;
}
body > footer .goldhover:hover {
  color: #ffc107;
  font-weight: 100;
}
p > a > span:hover {
  color: #ffc107;
  text-decoration: none;
}
body > footer .wpml-ls-statics-footer .wpml-ls-current-language > a {
  color: #444444;
  background-color: #120c91;
}
body > footer span.footer-address {
  font-size: 0.875rem;
}
body > footer a.contact-info {
  font-size: 1rem;
}
/************************************************************ Homepage Styling */
/*** GENERAL ***/
div#home {
  background: rgb(0, 25, 125);
  background: -moz-linear-gradient(
    135deg,
    rgba(0, 25, 125, 1) 0%,
    rgba(0, 147, 208, 1) 100%
  );
  background: -webkit-linear-gradient(
    135deg,
    rgba(0, 25, 125, 1) 0%,
    rgba(0, 147, 208, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(0, 25, 125, 1) 0%,
    rgba(0, 147, 208, 1) 100%
  );
}
.pl-10rem {
  padding-left: 10rem;
}
.pt-20rem {
  padding-top: 20rem;
}
.ms-10rem {
  margin-left: 10rem;
}
.me-10rem {
  margin-right: 10rem;
}
.wh-pr {
  white-space: pre-line;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.top-3 {
  top: 3rem;
}
.right-5 {
  right: 5rem;
}
/*** MAP HOLDER ***/
div.map-holder {
  background: url("./assets/imgs/home-map.png") top left no-repeat;
}
/*** SECTION 1 ***/
section.section-1 {
  height: 100vh;
}
section.section-1 .position-absolute {
  bottom: 3.4rem;
  left: 2.4rem;
}
section.section-1 h1 span {
  display: block;
}
/*** SECTION 2 ***/
section.section-2 .title {
  padding-top: 7.5rem;
  padding-bottom: 4rem;
}
section.section-2 .border-light {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
section.section-2 .swiper-section-2 {
  min-height: 500px;
  display: flex;
  align-items: center;
}
section.section-2 .swiper-section-2 .swiper-wrapper {
  min-height: 150px;
  display: flex;
  align-items: center;
  position: relative;
}
.section-2 .swiper-section-2 .swiper-wrapper .swiper-slide a {
  height: auto;
  max-width: 450px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: all 0.25s ease-in-out;
}
/**************************************************
***************Swiper animations*******************
**************************************************/
@keyframes scale-up {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2, 1.7) translateX(0.25rem);
  }
}
@keyframes font-weight {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.00005, 1) translateX(-0.25px);
  }
}
.section-2 .swiper-section-2 .swiper-wrapper .swiper-slide a:hover {
  background-color: var(--sapphire-opacity-50);
  max-width: 450px;
}
.section-2 .swiper-section-2 .swiper-wrapper .swiper-slide a:hover p {
  animation: font-weight 0.25s ease-in-out;
  font-weight: 700;
}
.section-2 .swiper-section-2 .swiper-wrapper .swiper-slide a:hover img {
  animation: scale-up 0.25s ease-in-out;
  transform: scale(1.2, 1.7) translateX(0.25rem);
}
section.section-2 .swiper-section-2 .swiper-wrapper .swiper-slide {
  width: fit-content !important;
}
section.section-2
  .swiper-section-2
  .swiper-wrapper
  .swiper-slide.swiper-slide-active {
  background-color: var(--sapphire-opacity-80);
}
section.section-2 .swiper-section-2 .swiper-wrapper .swiper-slide::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 49%;
  background-color: var(--white);
  top: 30%;
}
section.section-2 .swiper-section-2 .swiper-scrollbar {
  left: 10rem;
  bottom: 30%;
  height: 1.5px;
  width: 80%;
  overflow-x: hidden;
}
section.section-2 .swiper-section-2 .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--white);
}

/*** SECTION 3 ***/
section.section-3 .swiper-section-3 .swiper-wrapper {
  min-height: 645px;
}
section.section-3 .swiper-section-3 .swiper-wrapper .swiper-slide {
  width: fit-content !important;
}
/*** SECTION 4 ***/
section.section-4 .col-6 {
  min-height: 375px;
}
section.section-4 .small-arrow {
  border-radius: 50%;
  border: solid 1px var(--white);
  padding-inline: 12px;
  padding-block: 20px;
}
.zoom2 {
  transition: transform 0.2s; /* Animation */
  /* width: 200px;
    height: 200px; */
}
.zoom2:hover {
  transform: scale(
    1.5
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/************************************************************ Components Styling */
/**************************************** 
                Page Head
****************************************/
.page-header {
  display: none; /* TO-DO: REMOVE IT, IT IS TEMPORARY*/
}
.no_post-template-default.single.single-no_post header .pix-breadcrumb > div :has(a), 
.ko_post-template-default.single.single-ko_post header .pix-breadcrumb > div :has(a) {
  display: none;
}
@media screen and (max-width: 768px) {
  section.page-header h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  section.page-header h1 {
    font-size: 33px;
  }
  section.page-header p {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section.page-header h1 {
    font-size: 38px;
  }
  section.page-header p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  section.page-header h1 {
    font-size: 43px;
  }
  section.page-header p {
    font-size: 18px;
  }
}
.level0 {
  position: relative;
  z-index: 0;
}
.level1 {
  position: relative;
  z-index: 2;
}
.level2 {
  position: relative;
  z-index: 3;
}
/**************************************** 
                Columns
****************************************/
section.columns h2.column-component-header {
  border-bottom: solid var(--polo-blue) 1px;
  max-width: 856px;
  font-weight: bold;
}
section.columns h2.column-component-header:not(.card-layout)::after {
  content: "";
  display: block;
  width: 40%;
  height: 5px;
  background-color: var();
  position: absolute;
  bottom: 0;
  left: 0;
}
section.columns .box-card .p-4 {
  background-color: rgba(0, 7, 77, 0.3);
}
section.columns .box-card .pe-4.p-4 {
  background-color: transparent;
}
section.columns :is(a.btn-main:link, a.btn-main:visited) {
  color: white;
}
section.columns a.btn-main:hover div {
  color: var(--amber);
}
section.columns ol {
  counter-reset: column-list;
  list-style: none;
  position: relative;
  margin-left: 2rem;
  margin: 0;
}
section.columns ol li {
  counter-increment: column-list;
  line-height: 1.875rem;
  font-size: 1.25rem;
}
section.columns ol li ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 1.5rem;
}
section.columns ol li ul li {
  line-height: 1.5rem;
  font-size: 1rem;
}
section.columns ol li::before {
  color: var(--amber);
  position: absolute;
  content: counter(column-list);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 123%;
  margin-left: -2rem;
}
section.columns ul {
  list-style-type: none;
  line-height: 27px;
}
section.columns ul li {
  display: flex;
  gap: 1rem;
  align-items: start;
}
section.columns ul li::before {
  display: block;
  content: url("./assets/imgs/ul-list-icon-filled.svg");
}
section.columns ul:has(ul) ul li::before {
  content: url("./assets/imgs/ul-list-icon.svg");
}
section.columns :where(ol, ul) {
  padding-left: 2.25rem;
}
section.columns div.shadow img {
  max-height: 130px;
  margin: 0 auto;
}
section.columns div.shadow p {
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
section.columns a,
section.columns a span {
  color: var();
  text-decoration: none;
}
body .columns .box-card {
  margin-bottom: 1rem;
}
section.columns .box-card .p-4 {
  height: 100%;
}
/* Research page columns */
body.postid-420 .columns > div {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  body.postid-420 .columns > div {
    padding-top: 0;
  }
  .w-md-100 {
    width: 100% !important;
  }
  section.columns .btn.btn-main {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 575px) {
  section.columns h2 {
    font-size: 1.5rem;
  }
  section.columns h3 {
    font-size: 1.6rem;
  }
}
/**************************************** 
                Feed
****************************************/
.scaleup {
  box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
  transition: all 0.2s cubic-bezier(0.39, 0.57, 0.58, 1.39);
}
.scaleup:hover {
  transform: scale(1.05);
}
section.feed .feed-card .shadow {
  height: 100%;
  min-height: 480px;
}
section.feed .feed-card img {
  max-height: 165px;
}
section.feed .feed-card .feed-card-content {
  max-height: 210px;
  overflow: hidden;
}
section.feed .content a:hover {
  text-decoration: none;
}
section.feed .feed-card .feed-card-content .fade-effect {
  background-image: linear-gradient(to bottom, transparent, var());
  height: 15%;
}
section.feed .feed-card .img-replacer {
  width: 100%;
  height: 100%;
  max-height: 165px;
}
section.feed h2 {
  font-size: 30px;
}
section.feed .feed-card.card-layout {
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}
section.feed .feed-card.card-layout > a > .d-flex {
  background-color: var(--sapphire-opacity-30);
  min-height: 442px;
  padding: 3em 2.44em;
  gap: clamp(2rem, 1.2958rem + 3.0047vw, 4rem);
}
section.feed .feed-card.card-layout .d-flex > div:first-child {
  min-height: 150px;
}
section.feed .feed-card.card-layout .d-flex > div:first-child p {
  max-width: 33ch;
  height: 100%;
}
section.feed .feed-card.card-layout > .d-flex > .d-flex:nth-child(2) {
  gap: clamp(1.5rem, 1.2139rem + 1.2207vw, 2.3125rem);
}
section.feed
  .feed-card.card-layout
  > .d-flex
  > .d-flex:nth-child(2)
  > .d-flex:first-child {
  gap: clamp(0.5rem, 0.566rem + -0.2817vw, 0.3125rem);
}
section.feed .feed-card.card-layout :where(p.highlight, .content) {
  display: -webkit-box;
  max-width: 40ch;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.feed .feed-card.card-layout p.highlight {
  font-size: clamp(1.75rem, 1.662rem + 0.3756vw, 2rem);
  font-weight: 400;
  line-height: 120%;
}
section.feed .feed-card.card-layout p.date {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  color: var(--amber);
  font-weight: 600;
}
section.feed .pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2.3125rem, 0.2465rem + 0.2817vw, 0.5rem);
}
section.feed div.pagination-container a {
  color: var(--text-color);
}
section.feed div.pagination-container span.current {
  color: var(--amber);
}

/**************************************** 
                Accordions
****************************************/
section.accordion {
  margin-top: 5rem;
}
section.accordion h2::after {
  content: "";
  display: block;
  width: 40%;
  height: 5px;
  background-color: var();
  position: absolute;
  bottom: 0;
  left: 0;
}
section.accordion .accordion-button {
  background-color: transparent;
  gap: 0.5rem;
  position: relative;
  padding-left: 3rem;
}
section.accordion h4.accordion-header button {
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 120%;
}
section.accordion .accordion-button:focus {
  box-shadow: none;
}
section.accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var();
  background-color: unset;
}
section.accordion .accordion-button::after {
  border: 2px solid var();
  border-radius: 50%;
  padding: 20px 20px;
  background-position: center;
  display: none;
}
section.accordion .row .col-12 {
  border-bottom: solid 1px var(--polo-blue);
}
section.accordion .row .col-12:last-child {
  border-bottom: none;
}
section.accordion .bi.bi-plus,
section.accordion .bi.bi-dash {
  font-size: 2.5rem;
}
section.accordion a,
section.accordion a span {
  color: var();
  text-decoration: none;
}
section.accordion button.accordion-button i.bi-dash,
section.accordion button.accordion-button i.bi-plus {
  position: absolute;
  left: 0;
  top: 0.6rem;
}
section.accordion button.accordion-button.collapsed i.bi-dash {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
section.accordion button.accordion-button i.bi-dash {
  opacity: 1;
  color: var(--amber);
  transition: 0.3s ease-in-out;
}
section.accordion button.accordion-button.collapsed i.bi-plus {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
section.accordion button.accordion-button i.bi-plus {
  opacity: 0;
  color: var(--amber);
  transition: 0.5s ease-in-out;
}

section.accordion div.accordion-body {
  padding-left: 3rem;
}
section.accordion div.accordion-body ul {
  list-style-type: none;
}
section.accordion div.accordion-body ul li {
  position: relative;
}

section.accordion div.accordion-body ul li::before {
  display: block;
  content: url("./assets/imgs/ul-list-icon-filled.svg");
  position: absolute;
  margin-left: -2rem;
}
section.accordion div.accordion-body ul:has(ul) ul li::before {
  content: url("./assets/imgs/ul-list-icon.svg");
}
section.accordion div.accordion-body ol li {
  margin-bottom: 0.5rem;
}
section.accordion div.accordion-body ol li::marker {
  color: var(--amber);
  font-size: 2rem;
}

@media screen and (max-width: 575px) {
  section.accordion .accordion-button::after {
    padding: 15px 15px;
  }
}

/**************************************** 
                Tabs
****************************************/
section.tabs .tab-border {
  position: absolute;
  left: 0;
  bottom: -4px;
  background-color: var();
  height: 7px;
  will-change: width, left;
  transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
}
section.tabs .nav-tabs .nav-item .nav-link {
  color: var();
  will-change: font-weight;
}
section.tabs .nav-tabs .nav-item.show .nav-link,
section.tabs .nav-tabs .nav-link.active {
  color: var();
  font-weight: bolder;
}
/**************************************** 
            Text Block
****************************************/
section.text-block {
  width: 100%;
  margin-bottom: 5rem;
  counter-reset: list;
}
section.text-block h2 {
  color: var(--white);
}
.gap-16 {
  gap: 16px;
}
section.text-block span {
  white-space: pre-line;
}
section.text-block div.container {
  padding-left: 1.5rem;
}

section.text-block div.container div.row {
  gap: 1rem;
  padding-top: 2rem;
}
section.text-block div.container {
  margin: 0;
}
section.text-block ul {
  list-style-type: none;
  position: relative;
}
section.text-block ol {
  padding-inline-start: 0;
}
section.text-block ol :is(ol, ul) {
  padding-inline-start: 2rem;
}
/* Adding padding right on nested ol and ul if the the text alignment is right, up to 5 children */
section.text-block span.text-md-end :is(ol, ul) :is(ol, ul):nth-child(1) {
  padding-inline-start: 0;
  padding-inline-end: 2rem;
}
section.text-block span.text-md-end :is(ol, ul) :is(ol, ul):nth-child(2) {
  padding-inline-start: 0;
  padding-inline-end: 4rem;
}
section.text-block span.text-md-end :is(ol, ul) :is(ol, ul):nth-child(3) {
  padding-inline-start: 0;
  padding-inline-end: 6rem;
}
section.text-block span.text-md-end :is(ol, ul) :is(ol, ul):nth-child(4) {
  padding-inline-start: 0;
  padding-inline-end: 8rem;
}
section.text-block span.text-md-end :is(ol, ul) :is(ol, ul):nth-child(5) {
  padding-inline-start: 0;
  padding-inline-end: 10rem;
}
section.text-block ol li {
  list-style-position: inside;
}
section.text-block ol li::marker {
  font-size: 2rem;
  color: var(--amber);
}
section.text-block ul li::before {
  content: url("./assets/imgs/ul-list-icon-filled.svg");
  margin-right: 1rem;
  position: fixed;
  margin-left: -2rem;
}
section.text-block ul:has(ul) ul li::before {
  content: url("./assets/imgs/ul-list-icon.svg");
}
@media screen and (max-width: 767px) {
  .text-block__text {
    max-width: 100%;
  }
  section.text-block span.text-md-end :is(ol, ul) :is(ol, ul):nth-child(1) {
    padding-inline-start: 2rem;
    padding-inline-end: 0;
  }
}
@media screen and (min-width: 768px) {
  .text-block__text {
    max-width: 75%;
  }
}
/**************************************** 
            Cookie Dialog
****************************************/
#pixcookie-dialog div,
#pixcookie-dialog h3,
#pixcookie-dialog p,
#pixcookie-dialog label,
#pixcookie-dialog li {
  color: black;
}
/****************************************
        Cookie-reopen pointer
****************************************/
.cookie-reopen {
  border: none;
  background-color: inherit;
  color: inherit;
  padding: 0;
}
/**************************************** 
        Text Block Sidebar
****************************************/

/****************************** 
              TO-DO 
      needs more specificity
      & a better approach
*******************************/
section.text-block-sidebar .fs-18 {
  font-size: 18px;
}
section.text-block-sidebar .fs-38 {
  font-size: 38px;
}
section.text-block-sidebar .sidebar-description {
  height: fit-content;
}
section.text-block-sidebar a.sidebar-non-style {
  text-decoration: none;
}
section.text-block-sidebar .main-sidebar {
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: rgba(0, 7, 77, 0.3);
  transition: transform 0.25s cubic-bezier(0.71, 0.29, 0.51, 1.26);
}
section.text-block-sidebar .main-sidebar:hover {
  transform: scale(1.05);
}
section.text-block-sidebar .main-sidebar .sidebar-non-style {
  text-decoration: none;
  color: var(--white);
}
section.text-block-sidebar .sidebar-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
section.text-block-sidebar .sidebar-main .sidebar-main-info {
  font-size: 18px;
  white-space: pre-line;
  line-height: 22px;
}
section.text-block-sidebar .sidebar-main .sidebar-icon {
  margin-block: 0;
}
section.text-block-sidebar .lower-text {
  min-width: 18.2rem;
  max-width: 43.75rem;
}
section.text-block-sidebar div.lower-text a span {
  color: var(--amber);
}
section.text-block-sidebar .lower-text > div {
  white-space: pre-line;
}
/* Styling for the unorder / order list */
section.text-block-sidebar ol {
  margin: 0;
  padding-left: 1.5rem;
}
section.text-block-sidebar ol li {
  line-height: 1.875rem;
  font-size: 1rem;
}
section.text-block-sidebar ol li ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 1.5rem;
}
section.text-block-sidebar ol li ul li {
  line-height: 1.5rem;
  font-size: 1rem;
}
section.text-block-sidebar ol li::marker {
  color: var(--amber);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 123%;
}
section.text-block-sidebar ul {
  list-style-type: none;
  padding-left: 1rem;
}
section.text-block-sidebar ul li {
  position: relative;
  margin-left: 1rem;
}
section.text-block-sidebar ul li::before {
  display: block;
  content: url("./assets/imgs/ul-list-icon-filled.svg");
  position: absolute;
  margin-left: -2rem;
}
section.text-block-sidebar ul:has(ul) ul li::before {
  content: url("./assets/imgs/ul-list-icon.svg");
}
section.text-block-sidebar .lower-text div.wp-caption > img {
  margin-top: 0;
  margin-inline: 0.75rem;
  width: 90vw;
}
section.text-block-sidebar .desc {
  white-space: pre-line; /* added to prevent text spread */
}
section.text-block-sidebar .sidebar-nav-items a {
  color: var(--text-color);
  text-decoration: none;
}
section.text-block-sidebar .sidebar-nav-items a p:hover {
  color: #ffc107;
  text-decoration: none;
}
section.text-block-sidebar .sidebar-nav-items ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0.5rem;
}
section.text-block-sidebar .navigation-sidebar {
  background-color: rgba(0, 7, 77, 0.3);
}
section.text-block-sidebar .sidebar-border {
  border-bottom: solid 1px #ffc107;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  max-width: 80%;
  margin-left: 2rem;
}
section.text-block-sidebar .sidebar-nav-items {
  background-color: rgba(0, 7, 77, 0.3);
}

section.text-block-sidebar div.main-sidebar a:link,
section.text-block-sidebar div.main-sidebar a:visited {
  box-sizing: border-box;
  padding: 1.5rem;
  text-decoration: none;
  background-color: transparent;
}
section.text-block-sidebar table {
  max-width: 100%;
}
section.text-block-sidebar table tr {
  display: flex;
  padding-bottom: 2rem;
  align-items: center;
}
section.text-block-sidebar table td:has(img) {
  display: flex;
}
section.text-block-sidebar table img {
  padding-right: 1.5rem;
  min-width: 8rem;
  height: max-content;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  section.text-block-sidebar :is(.fs-18, .sidebar-main .sidebar-main-info) {
    font-size: 1rem;
  }
  section.text-block-sidebar .fs-38 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 575px) {
  section.text-block-sidebar table tr {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
}

/****************************** 
        Posts sidebar
*******************************/
.no_post-template-default.single.single-no_post .lower-text > div,
.ko_post-template-default.single.single-ko_post .lower-text > div {
   white-space: initial;
}
.no_post-template-default.single.single-no_post .lower-text > div p,
.ko_post-template-default.single.single-ko_post .lower-text > div p {
   margin-bottom: 1.5rem;
}
.no_post-template-default.single.single-no_post .lower-text > div :is(ol, ul),
.ko_post-template-default.single.single-ko_post .lower-text > div :is(ol, ul) {
  margin-bottom: 2rem;
}
.no_post-template-default.single.single-no_post .lower-text > div :is(ol li, ul li),
.ko_post-template-default.single.single-ko_post .lower-text > div :is(ol li, ul li) {
   margin-block: 1rem;
   white-space: initial;
}

/**************************************** 
        Text Block Image
****************************************/
section.text-block-image a,
section.text-block-image a span {
  color: var(--amber);
  text-decoration: none;
}
section.text-block-image :is(a.btn-main:link, a.btn-main:visited) {
  color: white;
}
section.text-block-image a.btn-main:hover {
  color: var(--amber);
}
section.text-block-image .desc {
  white-space: pre-line;
}
section.text-block-image ol {
  margin: 0;
  padding-left: 2.25rem;
}
section.text-block-image ol li {
  line-height: 1.875rem;
  font-size: 1rem;
}
section.text-block-image ol li ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 1.5rem;
}
section.text-block-image ol li ul li {
  line-height: 1.5rem;
  font-size: 1rem;
}
section.text-block-image ol li::marker {
  color: var(--amber);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 123%;
}
section.text-block-image ul {
  list-style-type: none;
  padding-left: 0;
}
section.text-block-image ul li {
  display: flex;
  gap: 1rem;
  align-items: start;
}
section.text-block-image ul li::before {
  display: block;
  content: url("./assets/imgs/ul-list-icon-filled.svg");
}
section.text-block-image ul:has(ul) ul li::before {
  content: url("./assets/imgs/ul-list-icon.svg");
}
section.text-block-image .d-flex {
  gap: clamp(1.5rem, 1.2573rem + 1.0356vw, 2.5rem);
}
section.text-block-image .d-flex > .d-flex {
  gap: clamp(0.5rem, 0.3938rem + 0.4531vw, 0.9375rem);
}
section.text-block-image .img-container {
  position: relative;
}
section.text-block-image .img-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(210, 100%, 32%, 0.21);
}
section.text-block-image .row .col-6.img-container {
  position: relative;
}
section.text-block-image .row .col-6.img-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(210, 100%, 32%, 0.21);
}
@media screen and (max-width: 768px) {
  section.text-block-image h2 {
    font-size: 30px;
  }
  section.text-block-image a,
  section.text-block-image a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  section.text-block-image h2 {
    font-size: 1.5rem;
  }
  section.text-block-image > .container {
    margin-inline: 0;
    width: 100%;
  }
}
/**************************************** 
        Text Block Image Details
****************************************/
section.text-block-image-details .accordion-item {
  border: none;
  border-radius: 0;
  border-left: 7px solid var();
}
section.text-block-image-details a,
section.text-block-image-details a span {
  color: var();
  text-decoration: none;
}

/**************************************** 
                Lists
****************************************/
section.list .list-content {
  width: 50%;
}
section.list ol li::marker {
  color: #ffc107;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 123%;
}
section.list ul {
  list-style-type: none;
  padding-left: 0;
}
section.list ul li {
  display: flex;
  gap: 1rem;
  align-items: start;
}
section.list ul li::before {
  display: block;
  content: url("./assets/imgs/ul-list-icon-filled.svg");
}
section.list ul:has(ul) ul li::before {
  content: url("./assets/imgs/ul-list-icon.svg");
}
section.list :where(ul, ol) {
  display: flex;
  flex-direction: column;
  gap: 0.938rem;
}
section.list :where(ul li a, ol li a) {
  text-decoration: none;
  color: var(--amber);
}
@media screen and (max-width: 475px) {
  section.list .list-content {
    width: 100%;
  }
}
@media screen and (min-width: 476px) {
  section.list .list-content {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  section.list .list-content {
    width: 50%;
  }
}
/**************************************** 
                Contact Form
****************************************/
section.contact-form h2::after {
  content: "";
  display: block;
  width: 40%;
  height: 5px;
  background-color: var();
  position: absolute;
  bottom: 0;
  left: 0;
}
section.contact-form form {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: clamp(3.875rem, 3.2766rem + 1.9149vw, 5rem);
}
section.contact-form form .contact-form-wrapper {
  max-width: 32.875rem;
}
section.contact-form form p {
  position: relative;
  margin-bottom: 0.5rem;
}
section.contact-form form p label.pix-label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 120%;
  will-change: color top left;
  -webkit-transition: top ease-in-out 0.3s, left ease-in-out 0.3s,
    color ease-in-out 0.3s;
  transition: top ease-in-out 0.3s, left ease-in-out 0.3s,
    color ease-in-out 0.3s;
}
section.contact-form form p.active label.pix-label {
  top: 0;
  left: 0;
  color: var(--amber);
}
section.contact-form form p .pix {
  border-inline: none;
  border-top: none;
  border-bottom: 1px solid var(--white);
  background-color: transparent;
  height: 55px;
  margin: 0;
  width: 100%;
  color: var(--white);
}
section.contact-form form p .pix:focus-visible {
  outline: none;
  border-bottom: 4px solid var(--amber);
}
section.contact-form form p textarea.pix {
  overflow: hidden;
  resize: none;
  will-change: height;
  -webkit-transition: height ease-in-out 0.3s;
  transition: height ease-in-out 0.3s;
}
section.contact-form form p.active textarea.pix {
  overflow: auto;
  height: 155px;
}
section.contact-form form .wpcf7-acceptance {
  margin-top: 2rem;
}
section.contact-form form .wpcf7-list-item {
  margin: 0;
  padding: 0;
  padding-left: 30px;
  position: relative;
  width: 100%;
}
section.contact-form form .wpcf7-acceptance > span {
  padding-left: 0;
}
section.contact-form form .wpcf7-list-item.accepted::before {
  background-image: url("");
}
section.contact-form form .wpcf7-list-item input {
  display: none;
}
section.contact-form form .wpcf7-list-item input[type="checkbox"] {
  display: block;
}
section.contact-form form .wpcf7-list-item > label {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}
section.contact-form form .wpcf7-spinner {
  position: absolute;
  top: 50%;
}
section.contact-form form a {
  color: var();
  text-decoration: none;
}
section.contact-form form input[type="submit"] {
  border: 1px solid var(--white);
  border-radius: 50px;
  background-color: transparent;
  padding: 0.5rem;
  min-width: 170px;
  color: var(--white);
  margin-top: 1.5rem;
}
section.contact-form form input[type="submit"]:disabled {
  opacity: 0.7;
}
section.contact-form form input[type="submit"]:hover {
  color: var(--amber);
  border: 1px solid var(--amber);
}
section.contact-form select.dropdown-pix {
  width: 100%;
  background-color: transparent;
  border-inline: none;
  border-top: none;
  border-bottom: solid 1px var(--white);
  color: white;
}
section.contact-form select.dropdown-pix option {
  color: black;
}
section.contact-form select:focus-visible {
  outline: none;
}
section.contact-form .pix-submit {
  display: flex;
  justify-content: center;
  position: relative;
}
section.contact-form form .pix-file-label {
  margin-top: 1.5rem;
}
section.contact-form :where(.wpcf7-not-valid-tip, .wpcf7-response-output, .pix-success) {
  display: none;
}
section.contact-form form.wpcf7-form.sent .pix-success {
  display: block;
  background-color: green;
  padding: 2rem;
  margin-top: 1rem;
  position: relative;
}

section.contact-form form.wpcf7-form.sent .pix-success  p{
  margin-bottom: 0;
  margin-left: 20%;
  position: relative;
}
section.contact-form form.wpcf7-form.sent .pix-success p::before {
  content: '';
  display: block;
  background: url('./assets/imgs/tick-icon.svg') no-repeat center;
  position: absolute;
  width: 1.8rem;
  height: 1.7rem;
  left: -2.5rem;
  top: -0.1rem;
}
section.contact-form label.error {
  padding: 1rem 0.87rem;
  background-color: #c938469e;
  width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(0.3125rem, 0.2215rem + 0.3883vw, 0.6875rem);
}
section.contact-form label.error::before {
  content: url("./assets/imgs/contact-form-error.svg");
  width: 30px;
  height: 30px;
}
section.contact-form .infos {
  max-width: 415px;
}
/********* CV Form ***********/
section.contact-form .cv-form p {
  width: 47%;
}
section.contact-form .cv-form select.dropdown-pix {
  min-width: unset;
  width: 100%;
  margin-top: 1.9rem;
}
section.contact-form .cv-form input[type="date"] {
  position: relative;
  width: 100%;
  height: 3.4rem;
  cursor: pointer;
}
section.contact-form
  .cv-form
  input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
}
section.contact-form .cv-form .border-category {
  border-left: 0.25rem solid var(--amber);
}
@media screen and (max-width: 425px) {
  section.contact-form form p label.pix-label {
    font-size: 13px;
    left: 10px;
  }
  section.contact-form form p .big-label-field.pix {
    margin-top: 13px;
  }
  section.contact-form form p.active label.pix-label {
    font-size: 13px;
  }
  section.contact-form form p.active textarea.pix {
    margin-top: 10px;
  }
  section.contact-form form.wpcf7-form.sent .pix-success {
    padding-inline: 0.5rem;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  section.contact-form form p label.pix-label {
    font-size: 15px;
  }
  section.contact-form form.wpcf7-form.sent .pix-success {
    padding-inline: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.contact-form .contact-form-wrapper {
    max-width: 85%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  section.contact-form .cv-form p {
    width: 100%;
  }
  section.contact-form .infos {
    max-width: 100%;
  }
}

/**************************************** 
                Tables
****************************************/
section.tables tbody tr th,
section.tables tbody tr td {
  vertical-align: middle;
}
section.tables tbody tr th p {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  margin: 0 auto;
  display: table-cell;
}

/**************************************** 
                Tables
****************************************/
section.table .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  background-color: var(--sapphire-opacity-30);
}
section.table .grid.cells-3 {
  grid-template-columns: repeat(3, 1fr);
}
section.table .grid.cells-4 {
  grid-template-columns: repeat(4, 1fr);
}
section.table .grid.cells-5 {
  grid-template-columns: repeat(5, 1fr);
}
section.table .heading-top {
  font-size: 24px;
}
section.table .heading {
  background-color: var(--sapphire-opacity-50);
  border-bottom: 1px solid var(--fbc-blue-60);
  text-align: center;
  font-size: 20px;
}
section.table .grid:first-child {
  background-color: var(--sapphire-opacity-50);
}
section.table .grid:not(:first-child):not(.many-cells) > div:nth-child(2) p {
  font-size: clamp(1.25rem, 1.0739rem + 0.7512vw, 1.75rem);
  font-weight: 600;
  line-height: 120%;
  text-align: right;
}
section.table .grid:first-child:not(.many-cells) > div:nth-child(2) {
  justify-content: right;
}
section.table p {
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  padding-right: 10px;
}
section.table .many-cells p {
  font-size: 16px;
}
section.table p.highlight {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  white-space: pre;
}
section.table .many-cells p.highlight {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  section.table .grid:first-child {
    overflow: hidden;
    overflow-x: scroll;
  }
  section.table .grid > .d-flex > br {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  section.table .grid .d-flex > p {
    font-size: 0.7rem;
  }
  section.table .grid .d-flex > p > strong {
    font-size: 0.8rem;
  }
}
/**************************************** 
                Sliders
****************************************/
div.slider.video-slider iframe {
  width: clamp(18.5rem, 4.1734rem + 61.1268vw, 59.1875rem);
  height: clamp(18.4375rem, 11.0871rem + 31.3615vw, 39.3125rem);
}
div.slider.video-slider .swiper {
  padding-bottom: 100px;
}
div.slider.video-slider .swiper-slide {
  max-width: 947px;
}
div.slider.video-slider .swiper-horizontal .swiper-scrollbar {
  background-color: #ffffff;
}
div.slider.video-slider
  .swiper-horizontal
  .swiper-scrollbar
  .swiper-scrollbar-drag {
  background-color: var(--amber);
}
/**************************************** 
                Disclaimer
****************************************/
.disclaimer-container {
  gap: 1.625rem;
  padding: 1.25rem 1.87rem;
  max-width: 43.75rem;
  background-color: #00064d4d;
}
.disclaimer-container .disclaimers-img {
  max-height: 4rem;
}
/************************ 
     Burger Styling
      (NOT FINAL)
************************/
@keyframes slideIn {
  0% {
    opacity: 0;
    margin-top: 50%;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    margin-top: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    margin-top: 50%;
  }
}
@keyframes navImageShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navImageHide {
  0% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body:not(.nav-is-open) .cd-nav__content .main-menu-img {
  animation: navImageHide 0.3s ease-in-out;
  opacity: 0;
}
body.nav-is-open .cd-nav__content .main-menu-img {
  animation: navImageShow 1s ease-in-out;
}
:is(
    #menu-main-menu,
    #menu-main-menu-en,
    #menu-main-menu-ko,
    #menu-main-menu-ko-en
  ) {
  display: grid;
  grid-auto-rows: max-content;
  padding: 0;
}
.cd-nav .level-1 {
  font-size: 1.5rem;
  font-weight: 700;
}
.cd-nav .level-1.hidden {
  opacity: 0;
  animation: slideDown 0.5s ease-in-out;
  margin-top: 50%;
}
.cd-nav .level-1.visible {
  opacity: 1;
  animation: slideIn 0.5s ease-in-out;
  margin-top: 0;
}
.cd-nav .burger-menu-mobile .level-1 li {
  margin-bottom: 1.5rem;
}
:is(
    #menu-main-menu,
    #menu-main-menu-en,
    #menu-main-menu-ko,
    #menu-main-menu-ko-en
  )
  li.menu-item-has-children
  a {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 120%;
}
:is(
    #menu-main-menu,
    #menu-main-menu-en,
    #menu-main-menu-ko,
    #menu-main-menu-ko-en
  )
  ul.sub-menu {
  max-width: 100%;
  padding: 0;
}
:is(
    #menu-main-menu,
    #menu-main-menu-en,
    #menu-main-menu-ko,
    #menu-main-menu-ko-en
  )
  ul.sub-menu
  li
  a {
  font-size: 1rem;
  font-weight: normal;
  line-height: 125%;
}
:is(
    #menu-main-menu,
    #menu-main-menu-en,
    #menu-main-menu-ko,
    #menu-main-menu-ko-en
  )
  ul
  li
  ul
  li {
  display: flex;
  align-items: center;
  gap: 8px;
}
:is(
    #menu-main-menu,
    #menu-main-menu-en,
    #menu-main-menu-ko,
    #menu-main-menu-ko-en
  )
  ul
  li
  ul
  li::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 30px;
  height: 3px;
  background-color: var(--amber);
}
a.cd-nav-trigger {
  position: relative;
}
a.cd-nav-trigger.position-absolute {
  top: clamp(1.25rem, 0.6778rem + 2.4413vw, 2.875rem);
  right: clamp(0.75rem, -0.5704rem + 5.6338vw, 4.5rem);
}
#cd-nav a {
  color: #00074d;
}
#cd-nav a:hover {
  color: #ffc107;
}
/* new burger */
.container2 {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.cd-nav-trigger .js-cd-nav-trigger .container2 {
  z-index: 200;
}
.js .cd-nav {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: visibility 0.7s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nav__content
  .burger-menu
  .d-none
  .d-sm-flex
  .align-items-center
  .justify-content-center
  .position-relative {
  z-index: 50;
}
.cd-nav__content.burger-menu-mobile > img {
  max-height: 20%;
}
.change .bar1 {
  transform: translate(0, 10px) rotate(-45deg);
  background-color: #00074d;
  align-items: none;
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  transform: translate(0, 10px) rotate(45deg);
  background-color: #00074d;
  align-items: none;
}
@media screen and (max-width: 767px) {
  .change .bar1 {
    transform: rotate(-45deg);
  }
  .change .bar3 {
    transform: rotate(45deg);
  }
}
/****************************************
			Map Page Template
****************************************/
#main-map .map-wrapper {
  height: 500px;
  margin-bottom: 40px;
}
/**************************************** 
            Global Responsive 
****************************************/
@media screen and (max-width: 1199px) {
  body.postid-10365 .controls {
    z-index: 9999;
  }
}
@media screen and (max-width: 989px) {
   /****************************************************/
  /****************** POSTS RESPONSIVE ****************/
  /****************************************************/
  body:not( .home, .no_page-template-template-contact-page, 
  .no_page-template-template-finance-page, 
  .ko_page-template-template-contact-page, 
  .ko_page-template-template-finance-page ) main {
    padding-top: 0;
  }
  body section.text-block-sidebar {
    padding-top: 0!important;
  }

  body:not(.postid-10365, body.home) header {
    position: initial!important;
  }  
}
@media screen and (max-width: 575px) {
  header h1 {
    font-size: 1.75rem;
  }
  section.text-block-sidebar {
    padding: 0 1rem;
    width: 100%;
  }
  section.text-block-sidebar h2 {
    font-size: 1.5rem;
  }
  section.text-block-sidebar .main-sidebar {
    min-width: 18rem;
    padding: 2rem;
  }
  .cd-nav .level-1 ul.sub-menu {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .w-sm-75 {
    width: 75 !important;
  }
  section.text-block-sidebar .lower-text {
    min-width: 23.4rem;
    padding: 0 0.75rem;
  }
  .cd-nav .level-1 ul.sub-menu {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .w-sm-75 {
    width: 75% !important;
  }
  :is(
      #menu-main-menu,
      #menu-main-menu-en,
      #menu-main-menu-ko,
      #menu-main-menu-ko-en
    ) {
    grid-template-columns: repeat(2, minmax(150px, 310px));
  }
  :is(
      #menu-main-menu,
      #menu-main-menu-en,
      #menu-main-menu-ko,
      #menu-main-menu-ko-en
    ) {
    row-gap: clamp(1.5rem, 0.878rem + 2.6537vw, 4.0625rem);
    column-gap: 1rem;
    margin-left: 10vw;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 74.5vh;
  }
  .cd-nav .level-1 ul.sub-menu {
    display: block;
  }
  body .cd-nav__content > .main-menu-img {
    max-height: 20%;
  }
}
@media screen and (min-width: 992px) {
  :is(
      #menu-main-menu,
      #menu-main-menu-en,
      #menu-main-menu-ko,
      #menu-main-menu-ko-en
    ) {
    column-gap: 2rem;
    margin-left: 24vw;
  }
  body .cd-nav__content > .main-menu-img {
    max-height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .cd-nav .level-1 .menu-item:nth-last-child(-n + 2) ul.sub-menu {
    display: block;
  }
  :is(
      #menu-main-menu,
      #menu-main-menu-en,
      #menu-main-menu-ko,
      #menu-main-menu-ko-en
    ) {
    grid-template-columns: repeat(3, 1fr);
    row-gap: clamp(1.5rem, -11.3125rem + 17.0833vw, 2.0625rem);
    column-gap: 3.5rem;
    max-height: 100%;
    overflow: hidden;
  }
  :is(
      #menu-main-menu,
      #menu-main-menu-en,
      #menu-main-menu-ko,
      #menu-main-menu-ko-en
    )
    ul.sub-menu {
    margin-top: 1rem;
  }
  :is(
      #menu-main-menu,
      #menu-main-menu-en,
      #menu-main-menu-ko,
      #menu-main-menu-ko-en
    )
    ul.sub-menu
    li {
    padding-bottom: 0.75rem;
  }
  section.feed .feed-card.card-layout > a > .d-flex {
    padding: 3em 3.44em;
  }
}

/*********************************
Styling for the language switcher
*********************************/
.custom-language-switch {
  z-index: 999; /* added to prevent conflicts when you want to close the burger menu */
}
.wpml-language-switcher {
  z-index: 999; /* added so the language switch can be clickable */
  font-size: 1.25rem;
}
body.nav-is-open .custom-language-switch .wpml-language-switcher {
  visibility: hidden;
}
.custom-language-switch .wpml-language-switcher ul {
  display: flex;
  flex-wrap: nowrap;
}
/* Styling for the language switcher */
.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-en.wpml-ls-first-item.wpml-ls-item-legacy-list-horizontal {
  border-right: solid var(--text-color) 2px;
}
.wpml-language-switcher .wpml-ls-link:hover {
  text-decoration: none;
}
.wpml-language-switcher .wpml-ls-link .wpml-ls-native:hover {
  color: #ffc107;
  transition: all 0.25s cubic-bezier(0.71, 0.29, 0.51, 1.26);
}
/*********************************
Styling for the lottie page loader
*********************************/
.lottie-wrapper {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  background-color: #001c7f;
  height: 100%;
  top: 0;
  right: 0;
}
#lottie-container {
  max-width: 30%;
  margin: 0 auto;
  height: 100%;
}