/***************** COLOR BRAND (PRIMITIVES) *****************/
/***************** COLOR SURFACE *****************/
/***************** COLOR TEXT *****************/
/* **************** COLOR BORDER *****************/
/* INNERPAGE BANNER IMAGES */
body.inner #hero .background {
  background-color: #006890; }

/* NO SIDEBAR BANNER IMAGES */
body.no-sidebar #hero .background {
  background-color: #006890; }

/* BASE */
*, *:before, *:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

html {
  box-sizing: border-box;
  margin: auto;
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  overflow-x: hidden;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #595959;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html.open, html.open body {
  overflow: hidden; }

section, header, footer {
  display: block;
  width: 100%; }

.screen-reader-text {
  display: none; }

h1, .h1 {
  font-family: "georgiapro", sans-serif;
  font-size: 76px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal; }

h2, .h2 {
  font-family: "georgiapro", sans-serif;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #30302f; }

h3, .h3 {
  font-family: "poppins", sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #30302f; }

h4, .h4 {
  font-family: "poppins", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #838382; }

h5, .h5 {
  font-family: "poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #006890; }

h6, .h6 {
  font-family: "poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #30302F; }

#content h3, #content .h3 {
  margin-top: 1.5em;
  margin-bottom: 1em; }

#content h4, #content .h4 {
  margin-top: 2em;
  margin-bottom: 1em; }

#content h5, #content .h5 {
  margin-top: 2.5em;
  margin-bottom: 1em; }

#content h6, #content .h6 {
  margin-top: 3em;
  margin-bottom: 0em; }

p {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal; }

h1, h2, h3 {
  margin-top: 0.55em;
  margin-bottom: 0.55em; }

a {
  text-decoration: none;
  color: #595959;
  transition: all 0.25s ease-in-out; }

strong, b {
  font-weight: 600; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

input[type=submit], input[type=text], input[type='email'], input[type='search'], textarea, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important; }

input[type=submit] {
  cursor: pointer;
  transition: all 0.50s ease-in-out; }

input[type=text] {
  background: transparent;
  padding: 10px;
  margin: 0;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  border: 1px solid #b7b7b6;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 10px 30px;
  box-sizing: border-box; }

textarea, select {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal; }

input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75); }

select::-ms-expand {
  display: none; }

/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  column-gap: 20px; }
  @media (max-width: 768px) {
    .grid {
      column-gap: 20px; } }

.grid-collapse {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto; }

.cols-2 {
  grid-column: span 2; }

.cols-3 {
  grid-column: span 3; }

.cols-4 {
  grid-column: span 4; }

.cols-5 {
  grid-column: span 5; }

.cols-6 {
  grid-column: span 6; }

.cols-7 {
  grid-column: span 7; }

.cols-8 {
  grid-column: span 8; }

.cols-9 {
  grid-column: span 9; }

.cols-10 {
  grid-column: span 10; }

.cols-11 {
  grid-column: span 11; }

.cols-12 {
  grid-column: span 12; }

@media (max-width: 1600px) {
  .xxl-cols-0 {
    display: none; }

  .xxl-cols-2 {
    grid-column: span 2; }

  .xxl-cols-3 {
    grid-column: span 3; }

  .xxl-cols-4 {
    grid-column: span 4; }

  .xxl-cols-5 {
    grid-column: span 5; }

  .xxl-cols-6 {
    grid-column: span 6; }

  .xxl-cols-7 {
    grid-column: span 7; }

  .xxl-cols-8 {
    grid-column: span 8; }

  .xxl-cols-9 {
    grid-column: span 9; }

  .xxl-cols-10 {
    grid-column: span 10; }

  .xxl-cols-11 {
    grid-column: span 11; }

  .xxl-cols-12 {
    grid-column: span 12; } }
@media (max-width: 1440px) {
  .xl-cols-0 {
    display: none; }

  .xl-cols-2 {
    grid-column: span 2; }

  .xl-cols-3 {
    grid-column: span 3; }

  .xl-cols-4 {
    grid-column: span 4; }

  .xl-cols-5 {
    grid-column: span 5; }

  .xl-cols-6 {
    grid-column: span 6; }

  .xl-cols-7 {
    grid-column: span 7; }

  .xl-cols-8 {
    grid-column: span 8; }

  .xl-cols-9 {
    grid-column: span 9; }

  .xl-cols-10 {
    grid-column: span 10; }

  .xl-cols-11 {
    grid-column: span 11; }

  .xl-cols-12 {
    grid-column: span 12; } }
@media (max-width: 1280px) {
  .lg-cols-0 {
    display: none; }

  .lg-cols-2 {
    grid-column: span 2; }

  .lg-cols-3 {
    grid-column: span 3; }

  .lg-cols-4 {
    grid-column: span 4; }

  .lg-cols-5 {
    grid-column: span 5; }

  .lg-cols-6 {
    grid-column: span 6; }

  .lg-cols-7 {
    grid-column: span 7; }

  .lg-cols-8 {
    grid-column: span 8; }

  .lg-cols-9 {
    grid-column: span 9; }

  .lg-cols-10 {
    grid-column: span 10; }

  .lg-cols-11 {
    grid-column: span 11; }

  .lg-cols-12 {
    grid-column: span 12; } }
@media (max-width: 1024px) {
  .md-cols-0 {
    display: none; }

  .md-cols-2 {
    grid-column: span 2; }

  .md-cols-3 {
    grid-column: span 3; }

  .md-cols-4 {
    grid-column: span 4; }

  .md-cols-5 {
    grid-column: span 5; }

  .md-cols-6 {
    grid-column: span 6; }

  .md-cols-7 {
    grid-column: span 7; }

  .md-cols-8 {
    grid-column: span 8; }

  .md-cols-9 {
    grid-column: span 9; }

  .md-cols-10 {
    grid-column: span 10; }

  .md-cols-11 {
    grid-column: span 11; }

  .md-cols-12 {
    grid-column: span 12; } }
@media (max-width: 768px) {
  .sm-cols-0 {
    display: none; }

  .sm-cols-2 {
    grid-column: span 2; }

  .sm-cols-3 {
    grid-column: span 3; }

  .sm-cols-4 {
    grid-column: span 4; }

  .sm-cols-5 {
    grid-column: span 5; }

  .sm-cols-6 {
    grid-column: span 6; }

  .sm-cols-7 {
    grid-column: span 7; }

  .sm-cols-8 {
    grid-column: span 8; }

  .sm-cols-9 {
    grid-column: span 9; }

  .sm-cols-10 {
    grid-column: span 10; }

  .sm-cols-11 {
    grid-column: span 11; }

  .sm-cols-12 {
    grid-column: span 12; } }
@media (max-width: 480px) {
  .xs-cols-0 {
    display: none; }

  .xs-cols-2 {
    grid-column: span 2; }

  .xs-cols-3 {
    grid-column: span 3; }

  .xs-cols-4 {
    grid-column: span 4; }

  .xs-cols-5 {
    grid-column: span 5; }

  .xs-cols-6 {
    grid-column: span 6; }

  .xs-cols-7 {
    grid-column: span 7; }

  .xs-cols-8 {
    grid-column: span 8; }

  .xs-cols-9 {
    grid-column: span 9; }

  .xs-cols-10 {
    grid-column: span 10; }

  .xs-cols-11 {
    grid-column: span 11; }

  .xs-cols-12 {
    grid-column: span 12; } }
/* Functions */
.column-1 {
  width: calc((((100% - (11 * 20px))/12) * 1) + ((1 - 1) * 20px)); }

.column-2 {
  width: calc((((100% - (11 * 20px))/12) * 2) + ((2 - 1) * 20px)); }

.column-3 {
  width: calc((((100% - (11 * 20px))/12) * 3) + ((3 - 1) * 20px)); }

.column-4 {
  width: calc((((100% - (11 * 20px))/12) * 4) + ((4 - 1) * 20px)); }

.column-5 {
  width: calc((((100% - (11 * 20px))/12) * 5) + ((5 - 1) * 20px)); }

.column-6 {
  width: calc((((100% - (11 * 20px))/12) * 6) + ((6 - 1) * 20px)); }

.column-7 {
  width: calc((((100% - (11 * 20px))/12) * 7) + ((7 - 1) * 20px)); }

.column-8 {
  width: calc((((100% - (11 * 20px))/12) * 8) + ((8 - 1) * 20px)); }

.column-9 {
  width: calc((((100% - (11 * 20px))/12) * 9) + ((9 - 1) * 20px)); }

.column-10 {
  width: calc((((100% - (11 * 20px))/12) * 10) + ((10 - 1) * 20px)); }

.column-11 {
  width: calc((((100% - (11 * 20px))/12) * 11) + ((11 - 1) * 20px)); }

.column-12 {
  width: calc((((100% - (11 * 20px))/12) * 12) + ((12 - 1) * 20px)); }

/* RECAPTCHA */
.grecaptcha-badge {
  display: none !important; }

.grecaptcha-badge.show {
  display: block !important;
  visibility: visible !important; }

/* ANIMATION */
.transition {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
  position: relative;
  visibility: hidden; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-20px); }
  to {
    opacity: 1;
    transform: translate(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate(20px); }
  to {
    opacity: 1;
    transform: translate(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translate(0); } }
.fadeIn {
  animation-name: fadeIn;
  transition: all 0.8s ease 0s; }

.fadeInRight {
  animation-name: fadeInRight;
  transition: all 0.8s ease 0s; }

.fadeInLeft {
  animation-name: fadeInLeft;
  transition: all 0.8s ease 0s; }

.fadeInUp {
  animation-name: fadeInUp;
  transition: all 0.8s ease 0s; }

/* CONTAINER */
.container {
  margin: 0 auto;
  position: relative;
  max-width: 1640px;
  padding-left: 60px;
  padding-right: 60px; }

.flex-container {
  display: flex; }

.flex {
  display: flex; }

/* BUTTON STYLES */
button {
  font-family: "poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal; }

.button {
  font-family: "poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  background-color: #ffffff;
  color: #30302f;
  border: 1px solid #b7b7b6;
  padding: 12px 16px 10px 16px;
  min-height: 42px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s ease-in-out; }
  .button:after {
    content: "\f061";
    margin-left: 12px;
    font-family: "Font Awesome\ 7 Pro";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #d69b2d;
    transition: all 0.25s ease-in-out; }
  .button:hover, .button:focus {
    color: #ffffff;
    background-color: #d69b2d;
    border: 1px solid #d69b2d;
    outline: none; }
    .button:hover:after, .button:focus:after {
      color: #ffffff; }

.button-inverse {
  font-family: "poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  background-color: #d69b2d;
  color: #ffffff;
  border: none;
  padding: 12px 16px 10px 16px;
  min-height: 42px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s ease-in-out; }
  .button-inverse:after {
    content: "\f061";
    margin-left: 12px;
    font-family: "Font Awesome\ 7 Pro";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #ffffff;
    transition: all 0.25s ease-in-out; }
  .button-inverse:hover, .button-inverse:focus {
    color: #ffffff;
    background-color: #003245;
    outline: none; }
    .button-inverse:hover:after, .button-inverse:focus:after {
      color: #ffffff; }

.button.back:after {
  content: "\e632"; }

.button-transparent {
  font-family: "poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  background-color: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 16px 10px 16px;
  min-height: 42px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s ease-in-out; }
  .button-transparent:after {
    content: "\f061";
    margin-left: 12px;
    font-family: "Font Awesome\ 7 Pro";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #d69b2d;
    transition: all 0.25s ease-in-out; }
  .button-transparent:hover, .button-transparent:focus {
    background-color: #d69b2d;
    outline: none;
    border: 1px solid #d69b2d; }
    .button-transparent:hover:after, .button-transparent:focus:after {
      color: #ffffff; }

.arrow {
  border: none;
  cursor: pointer;
  transition: all 0.25s ease-in-out; }
  .arrow::after {
    content: "\f061";
    font-family: "Font Awesome\ 7 Pro";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #d69b2d;
    display: inline-block;
    transition: all 0.25s ease-in-out; }
  .arrow:hover {
    outline: none; }
    .arrow:hover::after {
      transform: translateX(4px); }

.button-icon {
  width: 30px;
  height: 30px;
  background-color: #d69b2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.25s ease; }
  .button-icon:after {
    content: "\f061";
    font-family: "Font Awesome\ 7 Pro";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #ffffff;
    transition: all 0.25s ease-in-out; }
  .button-icon:hover, .button-icon:focus {
    background-color: #003245;
    outline: none; }

.download::after {
  content: "\f019";
  margin-left: 8px;
  font-family: "Font Awesome\ 7 Pro";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal; }

.pdf::after {
  content: "\f1c1"; }

/* SWIPER BUTTON STYLES */
.swiper-navigation {
  margin-left: 24px;
  position: relative;
  display: flex;
  gap: 8px;
  overflow: hidden;
  --swiper-navigation-color:$text-card-brand; }
  .swiper-navigation .swiper-button-next, .swiper-navigation .swiper-button-prev {
    width: 64px;
    flex-basis: 50%;
    position: static;
    margin-top: 0;
    border-radius: 4px;
    color: #ffffff;
    background-color: #d69b2d;
    transition: background-color 0.25s ease; }
    .swiper-navigation .swiper-button-next.swiper-button-disabled, .swiper-navigation .swiper-button-prev.swiper-button-disabled {
      background-color: #838382; }
    .swiper-navigation .swiper-button-next svg, .swiper-navigation .swiper-button-prev svg {
      display: none; }
    .swiper-navigation .swiper-button-next:hover, .swiper-navigation .swiper-button-prev:hover {
      background-color: #003245; }
  .swiper-navigation .swiper-button-next::after {
    content: '\f061';
    font-family: "Font Awesome\ 7 Pro";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal; }
  .swiper-navigation .swiper-button-prev::after {
    content: '\f060';
    font-family: "Font Awesome\ 7 Pro";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal; }

.swiper-preview .swiper-scrollbar-drag {
  background: #d69b2d; }

/* UTILITY */
.white {
  color: #ffffff; }

.darker {
  color: #30302f; }

.clear {
  clear: both; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.flex {
  display: flex; }

.flex.aic, .grid.aic {
  -webkit-align-items: center;
  align-items: center; }

.flex.jcc, .grid.jcc {
  -webkit-justify-content: center;
  justify-content: center; }

.flex.jcsb, .grid.jcsb {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex.aifs, .grid.aifs {
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.flex.aife, .grid.aife {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.overflow {
  width: 100%;
  overflow-x: auto; }

.small, .small * {
  font-family: "poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal; }

.large {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal; }

.btn-align-right {
  text-align: right; }

.btn-mobile-only {
  display: none; }

.border-tb {
  border-top: 1px solid #b7b7b6;
  border-bottom: 1px solid #b7b7b6; }

/* MEDIA QUERIES */
@media (max-width: 1024px) {
  h1, .h1 {
    font-family: "georgiapro", sans-serif;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal; }

  h2, .h2 {
    font-family: "georgiapro", sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal; }

  h3, .h3 {
    font-family: "poppins", sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal; }

  h4, .h4 {
    font-family: "poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal; }

  /* CONTAINER */
  .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }

  main section.container {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - (20px * 2));
    margin-left: 20px;
    margin-right: 20px; }

  /* UTILITY */
  .large {
    font-family: "poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal; }

  .btn-mobile-only {
    display: inline-block;
    margin-top: 24px; }

  .btn-align-right {
    display: none; } }
/* SECTION PADDING */
.pt-12x {
  padding-top: 96px; }

.pt-4x {
  padding-top: 32px; }

.pt-8x {
  padding-top: 64px; }

.pb-12x {
  padding-bottom: 96px; }

.pb-8x {
  padding-bottom: 64px; }

.pb-6x {
  padding-bottom: 48px; }

.pb-4x {
  padding-bottom: 32px; }

.pb-1x {
  padding-bottom: 8px; }

.ptb-10x {
  padding-top: 80px;
  padding-bottom: 80px; }

.ptb-12x {
  padding-top: 96px;
  padding-bottom: 96px; }

.ptb-9x {
  padding-top: 72px;
  padding-bottom: 72px; }

.ptb-8x {
  padding-top: 64px;
  padding-bottom: 64px; }

.ptb-6x {
  padding-top: 48px;
  padding-bottom: 48px; }

.ptb-4x {
  padding-top: 32px;
  padding-bottom: 32px; }

.ptb-3x {
  padding-top: 24px;
  padding-bottom: 24px; }

.ptb-2x {
  padding-top: 16px;
  padding-bottom: 16px; }

.section-gap {
  padding-top: 32px;
  padding-bottom: 32px; }

@media (max-width: 1024px) {
  .md-pt-8x {
    padding-top: 64px; }

  .md-pt-6x {
    padding-top: 48px; }

  .md-pt-4x {
    padding-top: 32px; }

  .md-pb-6x {
    padding-bottom: 48px; }

  .md-pb-4x {
    padding-bottom: 32px; }

  .md-ptb-8x {
    padding-top: 64px;
    padding-bottom: 64px; }

  .md-ptb-6x {
    padding-top: 48px;
    padding-bottom: 48px; }

  .md-ptb-4x {
    padding-top: 32px;
    padding-bottom: 32px; }

  .md-ptb-2x {
    padding-top: 16px;
    padding-bottom: 16px; } }
/* ZOOM-IN BACKGROUND CARD */
.zoom-in {
  display: inline-block;
  overflow: hidden;
  border-radius: 4px; }
  .zoom-in img {
    display: block;
    width: 100%;
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    transition: transform .5s ease-out,visibility .5s ease-in;
    will-change: transform; }
  .zoom-in:hover img {
    transform: scale(1.03); }

.ratio-16x9 {
  aspect-ratio: 16/9; }

.ratio-4x3 {
  aspect-ratio: 4/3; }

.ratio-1x1 {
  aspect-ratio: 1/1; }

/* HERO IMAGE / SLIDER */
#hero {
  position: relative;
  width: 100%;
  z-index: 5;
  padding-top: 64px; }
  #hero .background {
    height: 344px;
    background-repeat: no-repeat;
    background-size: cover; }
  #hero .text {
    position: relative;
    width: 100%;
    padding-top: calc(64px + 24px);
    padding-bottom: 48px; }
    #hero .text h1, #hero .text h2, #hero .text p {
      color: #ffffff; }
    #hero .text p {
      max-width: 580px; }
  @media (max-width: 1024px) {
    #hero {
      padding-top: 56px; }
      #hero .background {
        height: 190px; }
      #hero .text {
        padding-top: 24px; } }

/* PROJECTS CARDS AND STATS */
.stats div {
  padding: 6px 0px;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #b7b7b6;
  /*&:last-of-type{border-bottom:unset;}*/ }
  .stats div span {
    font-family: "poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal; }
    .stats div span:first-child {
      min-width: 55px; }

table.stats {
  border: none;
  border-collapse: collapse;
  width: 100%; }
  table.stats tr > * {
    padding: 6px 0px !important;
    font-family: "poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #30302f;
    vertical-align: top; }
  table.stats tr th {
    font-weight: 600;
    padding-right: 20px !important;
    background: none; }
  table.stats tr:last-of-type {
    border-bottom: none; }

.featured table.stats tr {
  border-bottom: 1px solid #ffffff; }
  .featured table.stats tr:last-of-type {
    border-bottom: none; }
  .featured table.stats tr > * {
    color: #ffffff; }

.project-card-primary {
  border: 1px solid #b7b7b6;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  min-height: 380px;
  overflow: hidden; }
  .project-card-primary > * {
    width: 50%; }
  .project-card-primary .image {
    position: relative; }
    .project-card-primary .image img {
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
    .project-card-primary .image .tag {
      position: absolute;
      top: 24px;
      left: 24px;
      background-color: #d69b2d;
      color: #ffffff;
      font-size: 12px;
      padding: 6px 8px;
      font-family: "neue-haas-grotesk-text", sans-serif;
      border-radius: 2px; }
  .project-card-primary .inner {
    position: relative; }
    .project-card-primary .inner .text {
      padding: 40px 40px 100px 40px; }
      .project-card-primary .inner .text .name {
        font-family: "georgiapro", sans-serif;
        font-size: 26px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        margin-bottom: 32px;
        color: #30302F; }
      .project-card-primary .inner .text .button, .project-card-primary .inner .text .button-transparent {
        position: absolute;
        bottom: 40px;
        left: 40px; }
  .project-card-primary.featured {
    background-color: #003245; }
    .project-card-primary.featured .inner {
      background-color: #003245;
      color: #FFF; }
      .project-card-primary.featured .inner .name {
        color: #FFF; }
  @media (max-width: 1280px) {
    .project-card-primary .inner .text {
      padding: 32px 32px 100px 32px; }
      .project-card-primary .inner .text .button {
        position: absolute;
        bottom: 32px;
        left: 32px; } }
  @media (max-width: 768px) {
    .project-card-primary {
      display: block;
      height: unset; }
      .project-card-primary > * {
        width: 100%; }
      .project-card-primary .image img {
        height: 200px; }
      .project-card-primary .inner {
        position: unset; }
        .project-card-primary .inner .text {
          padding: 30px 20px; }
          .project-card-primary .inner .text .name {
            font-family: "poppins", sans-serif;
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.33;
            letter-spacing: normal; }
          .project-card-primary .inner .text .button, .project-card-primary .inner .text .button-transparent {
            position: unset;
            margin-top: 24px; } }

.project-card-secondary {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse; }
  .project-card-secondary > * {
    width: 50%; }
  .project-card-secondary .image img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 420px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center; }
  .project-card-secondary .text {
    padding-right: 40px; }
    .project-card-secondary .text .name {
      font-family: "poppins", sans-serif;
      font-size: 30px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.47;
      letter-spacing: normal;
      margin-bottom: 32px; }
    .project-card-secondary .text .stats {
      margin-bottom: 24px; }
      .project-card-secondary .text .stats div * {
        width: 50%; }
    .project-card-secondary .text .button {
      position: absolute;
      bottom: 40px;
      left: 80px; }
  @media (max-width: 1024px) {
    .project-card-secondary {
      display: block;
      padding: 30px 20px; }
      .project-card-secondary > * {
        width: 100%; }
      .project-card-secondary .image img {
        height: 200px;
        margin-bottom: 24px; }
      .project-card-secondary .inner {
        position: unset; }
        .project-card-secondary .inner .text .name {
          font-family: "poppins", sans-serif;
          font-size: 18px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.33;
          letter-spacing: normal; }
        .project-card-secondary .inner .text .button {
          position: unset;
          margin-top: 24px; } }

/* LATEST NEWS MODULE */
section#latest-news {
  background-color: #ffffff;
  border-top: 1px solid #b7b7b6; }
  section#latest-news h2 {
    margin-bottom: 80px; }
  @media (max-width: 1024px) {
    section#latest-news h2 {
      margin-bottom: 36px; } }

.news-items .item {
  display: flex;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all 0.25s ease-in-out;
  text-decoration: none !important;
  border-left: 1px solid #b7b7b6;
  padding-left: 24px; }
  .news-items .item .date {
    display: block;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: 0.6px;
    color: #006890;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 20px; }
  .news-items .item .title {
    display: block;
    font-family: "poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    padding-bottom: 24px;
    font-weight: 400;
    line-height: 1.5; }
  .news-items .item:hover {
    cursor: pointer; }
    .news-items .item:hover .button-icon {
      background-color: #003245;
      outline: none; }
  @media (max-width: 1024px) {
    .news-items .item {
      margin-bottom: 24px; }
      .news-items .item .title {
        font-family: "poppins", sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal; } }

.document-links p {
  margin: 0; }
.document-links > * {
  border-top: solid 0.5px #b7b7b6; }
.document-links > *:first-of-type {
  border-top: unset; }
.document-links a {
  text-decoration: none !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 8px;
  color: #595959;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal; }
  .document-links a:after {
    content: "\f15b";
    font-family: "Font Awesome\ 7 Pro";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    line-height: 1.5;
    color: #d69b2d;
    display: block;
    font-weight: normal; }
  .document-links a:hover {
    background-color: #e8e8e8;
    opacity: 1 !important; }
  @media (max-width: 1024px) {
    .document-links a {
      font-family: "poppins", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      padding: 12px 8; } }

/* DOCUMENT LINKS */
.document-links a {
  text-decoration: none !important;
  color: #595959 !important; }
  .document-links a span {
    padding: 0 12px 0 12px; }
  .document-links a span:first-child {
    padding-left: 0;
    min-width: 100px; }
  @media (max-width: 768px) {
    .document-links a span:first-child {
      flex-basis: calc(100% - 24px);
      min-width: unset; }
    .document-links a span {
      padding: 0 8px 0 0; }
    .document-links a span:nth-last-of-type(2) {
      width: calc(100% -  100px); } }

/* TABLES */
table {
  border-collapse: collapse; }
  table thead {
    background-color: #003245; }
  table tr {
    border-bottom: 1px solid #b7b7b6; }
  table th {
    padding: 12px 6px;
    text-align: left;
    color: #ffffff;
    background-color: #003245; }
  table td {
    padding: 12px 6px;
    text-align: left; }
  table td:first-child, table th:first-child {
    padding-left: 24px; }
  table td:last-child, table th:last-child {
    padding-right: 24px; }
  @media (max-width: 1024px) {
    table tr {
      font-family: "poppins", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal; } }

p.instruction {
  font-size: 12px;
  line-height: 16px;
  color: rgba(51, 63, 72, 0.75);
  margin: 4px 0;
  opacity: 0;
  pointer-events: none; }

p.instruction.show {
  opacity: 1;
  pointer-events: all; }

/* TABS*/
.tabs .nav-tabs > li {
  color: #595959;
  transition: all 0.25s ease-in-out; }
  .tabs .nav-tabs > li.current {
    background-color: #e8e8e8; }
  .tabs .nav-tabs > li:hover {
    opacity: 0.5; }
  .tabs .nav-tabs > li.ignore:hover {
    opacity: 1; }
  .tabs .nav-tabs > li.current:hover {
    opacity: 1; }
.tabs .sub-tabs {
  background-color: #ffffff;
  border: 1px solid #b7b7b6; }
  .tabs .sub-tabs > li {
    background-color: #ffffff;
    color: #595959; }
    .tabs .sub-tabs > li:hover {
      color: #006890; }
.tabs select {
  background-color: #e8e8e8; }
.tabs .select-wrapper select {
  color: #595959; }

section#cta {
  background-size: cover;
  background-position: center;
  padding-top: 190px;
  padding-bottom: 190px;
  background-repeat: no-repeat; }
  section#cta.bm, section#cta.why-invest {
    background-image: linear-gradient(0deg, rgba(0, 104, 144, 0.8) 15%, rgba(0, 104, 144, 0) 60%), url(../../../../_resources/backgrounds/bg-cta-whyinvest.jpg); }
  section#cta.pg {
    background-image: linear-gradient(0deg, rgba(0, 104, 144, 0.8) 15%, rgba(0, 104, 144, 0) 60%), url(../../../../_resources/backgrounds/bg-cta-pgday.jpg); }
  section#cta .text {
    max-width: 1020px;
    background-color: #FFF;
    padding: 100px;
    margin: 0 auto;
    text-align: center; }
    section#cta .text .button-inverse {
      margin-top: 16px; }
  section#cta.why-invest .text .button-inverse {
    margin-top: 0; }
  @media (max-width: 1024px) {
    section#cta {
      padding-top: 120px;
      padding-bottom: 120px; }
      section#cta .text {
        padding: 48px 32px; } }

.termsfeed-com---pc-dialog .cc-cp-foot-button .cc-cp-foot-save, .termsfeed-com---reset .cc-nb-buttons-container .cc-nb-okagree, .termsfeed-com---reset .cc-nb-buttons-container .cc-nb-reject {
  background-color: #003245; }

header.desktop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0 0 4px -2px #abb8c1; }
  header.desktop.fixed .top {
    position: relative;
    opacity: 0;
    height: 0; }
  header.desktop .top {
    background-color: #003245;
    height: 32px;
    transition: all 0.25s ease-in-out; }
    header.desktop .top .container {
      align-items: center;
      justify-content: flex-end;
      min-height: 32px; }
    header.desktop .top div {
      color: #ffffff;
      font-family: "neue-haas-grotesk-text", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.58;
      letter-spacing: 0.6px; }
    header.desktop .top .stock-quote {
      margin-left: 32px;
      color: #ffffff; }
      header.desktop .top .stock-quote span {
        display: inline-block;
        margin-left: 8px; }
  header.desktop .bottom .container {
    align-items: center;
    justify-content: flex-end; }
  header.desktop .bottom .logo {
    padding-right: 20px;
    margin-right: auto;
    transition: all 0.25s ease-in-out; }
    header.desktop .bottom .logo:hover {
      opacity: 0.65; }
    header.desktop .bottom .logo img {
      width: 175px;
      display: block; }
  header.desktop .bottom nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  header.desktop .bottom nav > ul > li {
    display: inline-block;
    position: relative;
    margin: 0 0 -4px 0;
    padding: 19px 16px; }
    header.desktop .bottom nav > ul > li > a {
      color: #30302f;
      display: block;
      transition: all 0.25s ease-in-out;
      border-bottom: 2px solid transparent;
      transition: border-color 0.5s ease-in-out;
      padding-bottom: 3px; }
    header.desktop .bottom nav > ul > li:hover > a {
      border-bottom: 2px solid #d69b2d; }
  header.desktop .bottom nav > ul ul {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    background: #003245;
    min-width: 265px;
    position: absolute;
    border-radius: 6px;
    padding: 8px 0;
    transition: opacity 0.25s ease,visibility 0s linear 0.2s; }
  header.desktop .bottom nav > ul > li {
    position: relative; }
    header.desktop .bottom nav > ul > li > ul {
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      -webkit-box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1); }
    header.desktop .bottom nav > ul > li:last-of-type > ul {
      left: 0; }
    header.desktop .bottom nav > ul > li:hover > ul {
      pointer-events: auto;
      opacity: 1;
      visibility: visible;
      transition-delay: 0s; }
    header.desktop .bottom nav > ul > li > ul > li {
      position: relative; }
      header.desktop .bottom nav > ul > li > ul > li > a {
        display: inline-block;
        width: 100%;
        padding: 10px 20px;
        transition: all 0.25s ease-in-out;
        color: #FFF; }
      header.desktop .bottom nav > ul > li > ul > li:hover > a {
        opacity: 0.6; }
  header.desktop .bottom nav > ul > li > ul > li.has-children {
    position: relative; }
    header.desktop .bottom nav > ul > li > ul > li.has-children > a {
      position: relative;
      cursor: pointer;
      padding-right: 40px;
      z-index: 2; }
      header.desktop .bottom nav > ul > li > ul > li.has-children > a::after {
        content: "\f078";
        font-family: "Font Awesome\ 7 Pro";
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.25s ease;
        pointer-events: none; }
    header.desktop .bottom nav > ul > li > ul > li.has-children > ul {
      background-color: #003245;
      position: relative;
      display: none;
      opacity: 1 !important;
      visibility: visible !important;
      pointer-events: auto !important;
      transition: none !important;
      border-radius: unset; }
      header.desktop .bottom nav > ul > li > ul > li.has-children > ul li {
        padding-bottom: 12px; }
        header.desktop .bottom nav > ul > li > ul > li.has-children > ul li:hover {
          opacity: 0.6; }
      header.desktop .bottom nav > ul > li > ul > li.has-children > ul li:last-of-type {
        padding-bottom: 0px; }
    header.desktop .bottom nav > ul > li > ul > li.has-children.open > a::after {
      transform: translateY(-50%) rotate(180deg); }
    header.desktop .bottom nav > ul > li > ul > li.has-children > ul li a {
      font-family: "poppins", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      padding-left: 32px;
      color: #FFF; }

header.mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0 4px -2px #abb8c1; }
  header.mobile > .top {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
    width: 100%;
    height: 56px;
    align-items: center;
    background-color: #ffffff; }
    header.mobile > .top .hamburger {
      width: 32px;
      cursor: pointer;
      overflow: hidden; }
      header.mobile > .top .hamburger span {
        width: 100%;
        height: 3px;
        background-color: #003245;
        margin: 9px 0;
        display: block;
        transition: all 0.25s ease-in-out; }
    header.mobile > .top .logo img {
      max-height: 48px;
      width: auto;
      display: block; }
  header.mobile nav {
    display: none;
    width: 100%;
    height: calc(100vh - 56px);
    height: calc(100dvh - 56px);
    overflow-y: auto;
    background-color: #ffffff; }
    header.mobile nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    header.mobile nav > ul {
      position: relative;
      z-index: 2;
      padding: 40px 0 140px 0;
      background-color: #ffffff; }
      header.mobile nav > ul > li {
        position: relative; }
        header.mobile nav > ul > li a {
          font-family: "poppins", sans-serif;
          font-size: 18px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.33;
          letter-spacing: normal;
          color: #595959;
          display: block;
          margin: 0 20px;
          padding: 8px 0;
          position: relative; }
        header.mobile nav > ul > li > ul {
          display: none;
          padding: 12px 0px; }
          header.mobile nav > ul > li > ul a {
            display: block;
            padding: 4px 32px;
            margin: 0;
            font-family: "poppins", sans-serif;
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.57;
            letter-spacing: normal;
            transition: all 0.25s ease-in-out; }
          header.mobile nav > ul > li > ul ul.subsubmenu {
            padding-top: 8px;
            padding-bottom: 8px; }
          header.mobile nav > ul > li > ul ul li a {
            padding: 0px 16px 4px 56px;
            font-weight: 400; }
        header.mobile nav > ul > li.has-children > a:after {
          content: "\f077";
          font-family: "Font Awesome\ 7 Pro";
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.14;
          letter-spacing: normal;
          position: absolute;
          right: 0px;
          top: 7px;
          background-color: #e8e8e8;
          color: #006890;
          display: inline-block;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          border-radius: 4px;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 36px;
          height: 28px;
          flex-shrink: 0; }
        header.mobile nav > ul > li.has-children.active > a:after {
          content: "\f078"; }
    header.mobile nav .footer {
      background-color: #d69b2d;
      width: 100%;
      padding: 24px 20px 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10;
      opacity: 0;
      transition: all 0.25s ease-in-out; }
    header.mobile nav .search a {
      color: #ffffff; }
    header.mobile nav .social {
      margin-top: 8px; }
      header.mobile nav .social a {
        color: #ffffff;
        margin-right: 24px; }
    header.mobile nav .stock-quote {
      color: #ffffff;
      justify-content: space-between;
      margin: 16px 0px; }
      header.mobile nav .stock-quote > div {
        width: calc((((100% - (11 * 10px))/12) * 6) + ((6 - 1) * 10px));
        font-family: "poppins", sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal; }
    header.mobile nav .flex-container {
      flex-wrap: wrap;
      gap: 10px; }
  header.mobile.open .logo img {
    display: block; }
  header.mobile.open .top {
    background-color: #ffffff; }
  header.mobile.open .hamburger {
    height: 28px; }
    header.mobile.open .hamburger span {
      background-color: #003245; }
    header.mobile.open .hamburger span:nth-child(1) {
      transform: translate(0px, 4px) rotate(45deg);
      border-radius: 2px; }
    header.mobile.open .hamburger span:nth-child(2) {
      transform: translate(0px, -8px) rotate(-45deg);
      border-radius: 2px; }
  header.mobile.open nav .footer {
    opacity: 1; }

/* MEDIA QUERIES */
@media screen and (max-width: 1024px) {
  header.desktop {
    display: none !important; }

  header.mobile {
    display: block !important; } }
/* SEARCH */
nav:has(~ .search #search_toggle:checked) {
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none; }

header .search {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center; }
header .search-form {
  width: 0px;
  height: 100%;
  border: none;
  padding: 0px;
  visibility: hidden;
  transition: width 0.25s linear; }
  header .search-form .s {
    border: none;
    height: 100%;
    width: 100%;
    color: #595959; }
    header .search-form .s:focus {
      outline: 0; }
    header .search-form .s::-webkit-input-placeholder {
      color: #ffffff; }
    header .search-form .s:-moz-placeholder {
      color: #ffffff; }
    header .search-form .s::-moz-placeholder {
      color: #ffffff; }
    header .search-form .s:-ms-input-placeholder {
      color: #ffffff; }
header.desktop .search {
  margin-left: 40px; }
header.desktop .search-icon {
  color: #595959;
  cursor: pointer; }
  header.desktop .search-icon:hover {
    opacity: 0.65; }
header.desktop .search-form {
  padding-left: 48px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 32px; }
  header.desktop .search-form .s {
    border-left: 1px solid #b7b7b6;
    padding: 8px 4px;
    background-color: transparent; }
header.desktop #search_toggle {
  display: none; }
header.desktop #search_toggle:checked ~ .search-form {
  visibility: visible;
  width: 340px; }
header.desktop .hint {
  display: none;
  color: #595959;
  font-size: 12px;
  position: absolute;
  top: 25px;
  right: 0;
  white-space: nowrap;
  transition: opacity 0.25s ease-in-out; }
  header.desktop .hint.visible {
    display: block;
    opacity: 1; }
header.desktop.scrolled .search-icon {
  color: #595959; }
header.desktop.scrolled .s {
  color: #595959; }
  header.desktop.scrolled .s::-webkit-input-placeholder {
    color: #595959; }
  header.desktop.scrolled .s:-moz-placeholder {
    color: #595959; }
  header.desktop.scrolled .s::-moz-placeholder {
    color: #595959; }
  header.desktop.scrolled .s:-ms-input-placeholder {
    color: #595959; }
header.desktop.scrolled .hint {
  color: #595959; }
header.mobile .search {
  position: relative;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px; }
  header.mobile .search .search-icon {
    width: 32px;
    flex-shrink: 0; }
header.mobile .search-form {
  position: relative;
  width: 56px;
  height: 40px; }
  header.mobile .search-form input {
    border-radius: 8px;
    padding: 4px;
    background-color: transparent;
    color: #ffffff; }
  header.mobile .search-form input[type="submit"] {
    padding: 4px 8px;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 32px;
    opacity: 0;
    transition: all 0.25s ease-in-out; }
  header.mobile .search-form .s {
    color: #ffffff; }
    header.mobile .search-form .s::-webkit-input-placeholder {
      color: #ffffff; }
    header.mobile .search-form .s:-moz-placeholder {
      color: #ffffff; }
    header.mobile .search-form .s::-moz-placeholder {
      color: #ffffff; }
    header.mobile .search-form .s:-ms-input-placeholder {
      color: #ffffff; }
header.mobile #mobile_search_toggle {
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  opacity: 0; }
header.mobile #mobile_search_toggle:checked ~ .search-form {
  visibility: visible;
  width: 100%; }
  header.mobile #mobile_search_toggle:checked ~ .search-form input[type="submit"] {
    opacity: 1; }

/* Subscribe */
#subscribe {
  background-color: #006890; }
  #subscribe .icon-doc {
    width: 54px;
    height: 54px;
    min-width: 54px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px; }
    #subscribe .icon-doc i {
      color: #ffffff;
      font-size: 16px; }
    @media (max-width: 1024px) {
      #subscribe .icon-doc {
        margin-bottom: 24px; } }
  #subscribe .text {
    max-width: 430px;
    color: #ffffff; }
    #subscribe .text .header {
      font-family: "georgiapro", sans-serif;
      font-size: 46px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.22;
      letter-spacing: normal;
      margin: 0px;
      color: #ffffff; }
      @media (max-width: 1024px) {
        #subscribe .text .header {
          font-family: "georgiapro", sans-serif;
          font-size: 28px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.5;
          letter-spacing: normal; } }
  #subscribe #form-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px; }
    #subscribe #form-details .form-group {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #subscribe #form-details .form-group input[type="text"] {
        width: calc((((100% - (11 * 16px))/12) * 6) + ((6 - 1) * 16px));
        border: 0;
        background-color: #ffffff;
        color: #595959;
        padding: 10px 12px;
        height: 48px;
        border-radius: 4px; }
        #subscribe #form-details .form-group input[type="text"]::-webkit-input-placeholder {
          color: #595959; }
    #subscribe #form-details .consent {
      font-family: "poppins", sans-serif;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      display: flex;
      align-items: flex-start; }
      #subscribe #form-details .consent input[type="checkbox"] {
        margin-right: 8px;
        margin-top: 4px; }
      #subscribe #form-details .consent label {
        color: #ffffff;
        font-family: "poppins", sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal; }
  #subscribe .signup-message {
    margin-top: 12px;
    color: #ffffff; }
  @media (max-width: 1024px) {
    #subscribe .flex-container {
      display: block; }
    #subscribe .header {
      font-family: "poppins", sans-serif;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      max-width: unset;
      margin: 12px 0px; }
    #subscribe #form-details .consent {
      font-family: "poppins", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal; } }
  @media (max-width: 768px) {
    #subscribe #form-details .form-group {
      display: block; }
    #subscribe #form-details .form-group input[type=text] {
      width: 100%;
      margin-bottom: 16px; } }

/* FOOTER */
footer {
  background-color: #003245;
  color: #ffffff; }
  footer .top .flex {
    display: flex;
    justify-content: space-between; }
  footer .top .logo {
    width: 196px; }
    footer .top .logo img {
      display: block;
      transition: all 0.25s ease-in-out;
      width: 100%; }
    footer .top .logo a:hover {
      opacity: 0.65; }
      footer .top .logo a:hover img {
        opacity: 0.5; }
  footer .top .social {
    display: flex;
    gap: 20px; }
    footer .top .social a {
      transition: all 0.25s ease-in-out;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      background-color: transparent;
      color: #ffffff;
      border: 1px solid #ffffff;
      display: flex;
      align-items: center;
      justify-content: center; }
      footer .top .social a:hover {
        background-color: #d69b2d;
        border-color: #d69b2d;
        color: #ffffff; }
  footer .top .footer-nav {
    padding-top: 56px;
    padding-bottom: 80px; }
    footer .top .footer-nav a {
      color: #ffffff; }
    footer .top .footer-nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    footer .top .footer-nav ul.top-level {
      display: grid;
      grid-template-columns: repeat(6, minmax(160px, 273px)); }
      footer .top .footer-nav ul.top-level > li {
        margin: 0px; }
        footer .top .footer-nav ul.top-level > li > a {
          font-family: "neue-haas-grotesk-text", sans-serif;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.29;
          letter-spacing: normal; }
          footer .top .footer-nav ul.top-level > li > a:hover {
            opacity: 0.5; }
        footer .top .footer-nav ul.top-level > li > ul {
          margin-top: 8px; }
          footer .top .footer-nav ul.top-level > li > ul a {
            font-family: "poppins", sans-serif;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: normal;
            opacity: 0.7; }
            footer .top .footer-nav ul.top-level > li > ul a:hover {
              opacity: 1; }
          footer .top .footer-nav ul.top-level > li > ul li {
            margin: 4px 0; }
  footer .bottom {
    font-family: "poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #b7b7b6;
    color: #ffffff;
    padding-bottom: 40px;
    padding-top: 12px; }
    footer .bottom a {
      color: #ffffff; }
      footer .bottom a:hover {
        opacity: 0.75; }
    footer .bottom .copyright span {
      display: inline-block;
      margin-right: 24px; }
    footer .bottom .copyright span a {
      display: inline-block; }
    footer .bottom .blender {
      font-family: "poppins", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal; }

#width-check {
  z-index: 0;
  position: relative; }

@media (max-width: 1024px) {
  footer .top .logo {
    display: none; }
  footer .top .flex {
    justify-content: center;
    padding-bottom: 40px; }
  footer .footer-nav {
    display: none; }
  footer .bottom {
    display: block;
    text-align: center; }
    footer .bottom > div {
      margin-bottom: 8px; } }
@media (max-width: 768px) {
  .copyright span {
    display: block; } }
.grid > a {
  text-decoration: none !important; }

/* HERO */
section#hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%; }
  section#hero .container .text {
    z-index: 1;
    margin-top: auto; }
    section#hero .container .text h1 {
      margin: 0; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
main {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-start; }
  main .sidebar {
    margin-right: 80px; }
    main .sidebar .sidebar-nav {
      width: 315px;
      height: auto;
      border: 1px solid #b7b7b6;
      border-radius: 4px;
      margin-bottom: 24px; }
      main .sidebar .sidebar-nav .sidebar-title {
        font-family: "poppins", sans-serif;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #595959;
        background-color: #e8e8e8;
        padding: 42px 20px 20px 20px;
        margin: 0px;
        border-bottom: 1px solid #b7b7b6;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
      main .sidebar .sidebar-nav #subnavigation {
        padding: 30px 0px; }
        main .sidebar .sidebar-nav #subnavigation ul {
          list-style: none;
          padding: 0;
          margin: 0; }
        main .sidebar .sidebar-nav #subnavigation > ul li {
          padding: 0px 20px;
          position: relative; }
        main .sidebar .sidebar-nav #subnavigation > ul a {
          transition: all 0.25s ease-in-out; }
          main .sidebar .sidebar-nav #subnavigation > ul a:hover {
            color: #006890; }
        main .sidebar .sidebar-nav #subnavigation > ul > li {
          margin-bottom: 8px; }
          main .sidebar .sidebar-nav #subnavigation > ul > li.active:before {
            content: "";
            width: 2px;
            height: 32px;
            background-color: #d69b2d;
            position: absolute;
            top: -3px;
            left: 0; }
        main .sidebar .sidebar-nav #subnavigation > ul ul {
          padding: 8px 0px; }
          main .sidebar .sidebar-nav #subnavigation > ul ul > li {
            margin-bottom: 4px; }
    main .sidebar .download-box {
      border-radius: 4px;
      position: relative;
      width: 315px;
      height: auto;
      padding: 20px 20px 30px 20px;
      border: 1px solid #b7b7b6; }
      main .sidebar .download-box .zoom-in {
        margin-bottom: 8px; }
      main .sidebar .download-box .title {
        transition: all 0.25s ease-in-out; }
        main .sidebar .download-box .title:after {
          content: "\f019";
          position: absolute;
          bottom: 34px;
          right: 20px;
          margin-left: 8px;
          font-family: "Font Awesome\ 7 Pro";
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.14;
          letter-spacing: normal;
          color: #d69b2d;
          cursor: pointer; }
        main .sidebar .download-box .title:hover {
          opacity: 0.65; }
    @media (max-width: 1024px) {
      main .sidebar {
        display: none; } }
  main #content {
    width: 100%;
    max-width: 980px;
    min-height: 200px;
    margin-left: auto;
    overflow: hidden; }
    main #content > *:first-child {
      margin-top: 0; }
    main #content a:not(.button, .button-inverse, .button-icon, .arrow, .item) {
      text-decoration: underline;
      color: #006890; }
      main #content a:not(.button, .button-inverse, .button-icon, .arrow, .item):hover {
        opacity: 0.65; }
    main #content h3, main #content .h3 {
      margin-top: 1.5em;
      margin-bottom: 1em;
      /*&:first-of-type { margin-top: 0;}*/ }
    main #content ul:not(.nav-tabs, .sub-tabs), main #content ol {
      padding-left: 40px; }
      main #content ul:not(.nav-tabs, .sub-tabs) li, main #content ol li {
        padding-left: 4px; }
      main #content ul:not(.nav-tabs, .sub-tabs) ul, main #content ol ul {
        list-style-type: none;
        padding-left: 20px; }
        main #content ul:not(.nav-tabs, .sub-tabs) ul lI, main #content ol ul lI {
          list-style: none; }
          main #content ul:not(.nav-tabs, .sub-tabs) ul lI:before, main #content ol ul lI:before {
            content: "\2022";
            color: #b7b7b6;
            display: inline-block;
            width: 20px;
            margin-left: -20px;
            font-size: 24px;
            top: 2px;
            position: relative; }
    main #content ul:not(.nav-tabs, .sub-tabs) li, main #content ol li {
      margin-bottom: 0.55em; }

/* BIOS */
div.bios .bio .profile {
  transition: all 0.25s ease-in-out; }
  div.bios .bio .profile .image {
    border: 1px solid #b7b7b6;
    background-image: url(../../../../_resources/bios/bio_placeholder.jpg); }
  div.bios .bio .profile .text .name {
    transition: all 0.25s ease-in-out;
    margin: 0px !important; }
  div.bios .bio .profile .text .title {
    font-family: "poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    transition: all 0.25s ease-in-out; }
div.bios .bio.open .profile {
  background-color: #e8e8e8; }
  div.bios .bio.open .profile .text {
    /*.name,.title{color:$text-card-brand;}*/ }
div.bios .bio:hover .profile {
  background-color: #e8e8e8; }
  div.bios .bio:hover .profile .text {
    /*.name,.title{color:$text-card-brand;}*/ }
div.bios .bio .body .title {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #006890; }
div.bios .bio .body .name {
  margin: 1em 0 0 0 !important; }
@media (max-width: 480px) {
  div.bios .bio.open .profile {
    background-color: unset; }
    div.bios .bio.open .profile .text .name {
      color: #595959; }
    div.bios .bio.open .profile .text .title {
      color: #006890; } }

.info-panel {
  border: 1px solid #b7b7b6;
  border-radius: 8px;
  padding: 48px;
  margin-bottom: 80px; }
  .info-panel h2 {
    margin-bottom: 0.55em;
    position: relative; }
    .info-panel h2 .category {
      padding: 8px 8px;
      border-radius: 2px;
      font-size: 12px;
      font-family: "neue-haas-grotesk-text", sans-serif;
      color: #FFF;
      position: absolute;
      top: 15px;
      right: 0;
      background-color: #18969D; }
      .info-panel h2 .category:before {
        content: "\f0a1";
        font-family: "Font Awesome\ 7 Pro";
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
        font-size: 12px;
        padding-right: 8px;
        font-weight: 700; }
      .info-panel h2 .category.flagship {
        background-color: #d69b2d; }
        .info-panel h2 .category.flagship:before {
          content: "\f024"; }
      .info-panel h2 .category.emerging {
        background-color: #226590; }
        .info-panel h2 .category.emerging:before {
          display: none; }
      .info-panel h2 .category.pipeline {
        background-color: #cee0e9;
        color: #226590; }
        .info-panel h2 .category.pipeline:before {
          display: none; }
  .info-panel .h4 {
    color: #838382;
    margin: 0 !important; }
  .info-panel img {
    border-radius: 4px; }
  .info-panel .stats {
    padding: 48px 0px 32px 0;
    display: flex;
    flex-wrap: wrap; }
    .info-panel .stats div {
      -webkit-flex-basis: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
      display: flex;
      font-family: "poppins", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      padding: 6px 0 3px 0;
      color: #30302F; }
      .info-panel .stats div:nth-of-type(even) {
        margin-left: 20px; }
      .info-panel .stats div strong {
        display: inline-block;
        min-width: 80px; }
      .info-panel .stats div sup {
        line-height: 0;
        position: relative;
        top: 2px;
        font-size: 10px; }
      @media (max-width: 768px) {
        .info-panel .stats div {
          -webkit-flex-basis: 100%;
          flex-basis: 100%;
          margin-left: 0 !important; } }
    .info-panel .stats.full-width {
      display: block; }
      .info-panel .stats.full-width div {
        -webkit-flex-basis: 100%;
        flex-basis: 100%; }
        .info-panel .stats.full-width div:nth-of-type(even) {
          margin-left: 0px; }
  @media (max-width: 1024px) {
    .info-panel {
      margin-bottom: 48px;
      padding: 24px; }
      .info-panel h2 {
        margin-bottom: 32px; }
      .info-panel .stats {
        padding: 24px 0px; } }

/* EVENTS */
.event-listing h2 {
  margin-bottom: 56px; }
.event-listing .upcoming {
  margin-bottom: 64px; }
.event-listing .event-card {
  border: 1px solid #b7b7b6;
  padding: 24px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px; }
  .event-listing .event-card .head {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .event-listing .event-card .head .date {
      font-family: "neue-haas-grotesk-text", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.58;
      letter-spacing: 0.6px;
      color: #006890; }
    .event-listing .event-card .head .title {
      margin: 0 !important; }
    .event-listing .event-card .head .location {
      color: #006890;
      margin: 0 !important; }
@media (max-width: 1024px) {
  .event-listing {
    margin-bottom: 32px; }
    .event-listing .upcoming {
      margin-bottom: 32px; } }

/* ACCORDION */
.accordion {
  display: flex;
  flex-direction: column;
  margin-top: 48px; }
  .accordion .panel {
    position: relative;
    background-color: #ffffff;
    border-top: solid 1px #b7b7b6;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
    transition: all 0.25s ease-in-out; }
    .accordion .panel:last-of-type {
      border-bottom: solid 1px #b7b7b6; }
    .accordion .panel .content {
      display: none;
      padding: 30px 0 50px 0; }
      .accordion .panel .content h5, .accordion .panel .content .h5 {
        color: #006890; }
      .accordion .panel .content .button {
        margin: 16px 0; }
    .accordion .panel .title {
      font-family: "poppins", sans-serif;
      font-size: 30px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.47;
      letter-spacing: normal;
      width: calc(100% - 40px);
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      margin: 0;
      padding: 24px 0;
      transition: all 0.25s ease-in-out;
      color: #30302F; }
      .accordion .panel .title:after {
        content: "\f078";
        font-family: "Font Awesome\ 7 Pro";
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
        position: absolute;
        right: 0px;
        top: 32px;
        background-color: #b7b7b6;
        color: #ffffff;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 28px;
        flex-shrink: 0;
        transition: all 0.25s ease-in-out; }
      .accordion .panel .title:hover {
        color: #006890; }
      .accordion .panel .title:hover::after {
        background-color: #d69b2d; }
    .accordion .panel[aria-expanded="true"]::after {
      width: 0; }
    .accordion .panel[aria-expanded="true"] .title::after, .accordion .panel[aria-expanded="true"] > h3::after {
      content: "\f077"; }
  @media (max-width: 1024px) {
    .accordion .panel::after {
      content: none; }
    .accordion .panel .title {
      font-family: "poppins", sans-serif;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      padding: 20px 0; }
      .accordion .panel .title:hover {
        color: #1b2d4d; }
      .accordion .panel .title::after {
        font-size: 16px;
        top: 20px; }
    .accordion .panel .content {
      padding: 24px 0px; } }

/* CONTACT */
.contact .item {
  margin-bottom: 64px; }
@media (max-width: 1024px) {
  .contact .item {
    margin-bottom: 20px; } }

#gallery .swiper-preview {
  aspect-ratio: 12 / 9;
  height: auto; }

.reference-materials strong {
  font-family: "poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal; }

.news-listing .item {
  margin-top: 64px; }
  .news-listing .item.first .title {
    display: inline-block;
    font-family: "poppins", sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal; }
    @media (max-width: 1024px) {
      .news-listing .item.first .title {
        font-family: "poppins", sans-serif;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal; } }
.news-listing .presentation {
  margin-top: 64px;
  border: 1px solid #b7b7b6;
  border-radius: 8px;
  padding: 24px;
  text-decoration: none !important; }
  .news-listing .presentation .box {
    display: flex;
    gap: 20px; }
  .news-listing .presentation .zoom-in img {
    object-fit: cover;
    max-width: 385px; }
  .news-listing .presentation .flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px; }
@media (max-width: 1024px) {
  .news-listing .presentation {
    margin-top: 24px;
    margin-bottom: 24px; }
  .news-listing .item {
    margin-top: 0px; }
    .news-listing .item.first {
      order: 2; }
      .news-listing .item.first .title {
        font-family: "poppins", sans-serif;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal; }
    .news-listing .item:nth-child(n + 3) {
      order: 3; } }
@media (max-width: 768px) {
  .news-listing .presentation {
    display: none; } }

.qmod-ui-tool h1.qmod-heading {
  display: none; }

#share-structure h3, #share-structure h4, #share-structure h5 {
  margin-bottom: 0; }

#share-structure p {
  margin-top: 0; }

body.sub-available-projects #hero .background, body.cat-royalty-portfolio #hero .background {
  background-color: #003245; }

section#projects {
  border-top: 1px solid #b7b7b6;
  position: relative; }
  section#projects .intro {
    margin-bottom: 48px; }
    section#projects .intro h2 {
      margin-top: 0; }
  section#projects .swiper {
    overflow: visible !important;
    padding-right: 0; }
  section#projects .swiper-mask-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #ffffff;
    transform: translateX(-100%);
    will-change: transform;
    z-index: 5;
    pointer-events: none; }
  section#projects .text {
    color: #30302f; }
  section#projects .featured .text {
    color: #ffffff; }
  @media (max-width: 1024px) {
    section#projects h2 {
      margin-bottom: 36px; } }
  @media (max-width: 768px) {
    section#projects .swiper-navigation {
      display: none; } }

/*# sourceMappingURL=style.css.map */
