@charset "UTF-8";
/* THEME COLORS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*  color-white white */
/*  color-black black */
.color-1 {
  color: #002b5a !important;
}

.color-2 {
  color: #ed0c6e !important;
}

.color-3 {
  color: #D9D9D9 !important;
}

.color-4 {
  color: #19165f !important;
}

.color-white {
  color: white !important;
}

.color-black {
  color: black !important;
}

.background-1 {
  background-color: #002b5a !important;
}
body.contrast-yellow .background-1 {
  background-color: black !important;
}

.background-2 {
  background-color: #ed0c6e !important;
}
body.contrast-yellow .background-2 {
  background-color: black !important;
}

.background-3 {
  background-color: #D9D9D9 !important;
}
body.contrast-yellow .background-3 {
  background-color: black !important;
}

.background-4 {
  background-color: #19165f !important;
}
body.contrast-yellow .background-4 {
  background-color: black !important;
}

.background-white {
  background-color: white !important;
}
body.contrast-yellow .background-white {
  background-color: black !important;
}

.background-black {
  background-color: black !important;
}
body.contrast-yellow .background-black {
  background-color: black !important;
}

.background-white {
  background-color: white !important;
}

.background-black {
  background-color: black !important;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mynerve";
  src: url("../fonts/Mynerve-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* BASE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  min-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

html {
  position: relative;
}

body {
  background-color: white;
}

figure.wp-block-embed-youtube {
  margin-bottom: 48px;
  margin-top: 48px;
}
figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  display: block;
}
figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.yt-oembed {
  margin-bottom: 48px;
  margin-top: 48px;
}
.yt-oembed > p {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  display: block;
}
.yt-oembed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

ul.slick-dots li button:before {
  opacity: 0.35;
  color: #002b5a;
  font-size: 10px;
}
ul.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #ed0c6e;
}

.star {
  fill: yellow;
  animation-name: blink;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}

.star-2 {
  fill: yellow;
  animation-name: blink;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s; /* Opóźnienie animacji o 1 sekundę */
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
header {
  position: fixed;
}

section {
  scroll-margin-top: 100px; /* Odstęp od góry */
}

/*  TYPOGRAPHY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
span.underline {
  position: relative;
  text-wrap: nowrap;
}
span.underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(30%);
  overflow: hidden;
  object-fit: cover;
  height: 15px;
  background-image: url("../localdata/_default/underline.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

span.white-underline {
  position: relative;
  text-wrap: nowrap;
}
span.white-underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(30%);
  overflow: hidden;
  object-fit: cover;
  height: 15px;
  background-image: url("../localdata/_default/white-underline.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.font-family-1, .font-family-1 p {
  font-family: "Montserrat", sans-serif !important;
}

.font-family-2, .font-family-2 p {
  font-family: "Montserrat", sans-serif !important;
}

.fw-300, .fw-300 p {
  font-weight: 300 !important;
}

.fw-400, .fw-400 p {
  font-weight: 400 !important;
}

.fw-500, .fw-500 p {
  font-weight: 500 !important;
}

.fw-700, .fw-700 p {
  font-weight: 700 !important;
}

.lh-0 {
  line-height: 0 !important;
}

.paragraph-1, .paragraph-1 p, p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.48rem;
  font-weight: 400;
  color: #002b5a;
  text-decoration: none;
}
@media (max-width: 768px) {
  .paragraph-1, .paragraph-1 p, p {
    font-size: 1rem;
    line-height: 1.48rem;
  }
}
.paragraph-1::-moz-selection, .paragraph-1 p::-moz-selection, p::-moz-selection { /* Code for Firefox */
  color: black;
  background: #ed0c6e;
}
.paragraph-1::selection, .paragraph-1 p::selection, p::selection {
  color: black;
  background: #ed0c6e;
}
.paragraph-1 a, .paragraph-1 p a, p a {
  color: #002b5a;
  font-weight: 400;
  text-decoration: underline;
}
.paragraph-1 a::-moz-selection, .paragraph-1 p a::-moz-selection, p a::-moz-selection { /* Code for Firefox */
  color: black;
  background: #19165f;
}
.paragraph-1 a::selection, .paragraph-1 p a::selection, p a::selection {
  color: black;
  background: #19165f;
}
.paragraph-1 a:hover, .paragraph-1 p a:hover, p a:hover {
  text-decoration: none;
}

.para-small, .para-small p {
  font-size: 1.3333rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.para-small a, .para-small p a {
  text-decoration: underline;
  color: #002b5a;
}
.para-small a:hover, .para-small p a:hover {
  text-decoration: underline;
}

.para-medium, .para-medium p {
  font-size: 1.6666rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.para-medium a, .para-medium p a {
  text-decoration: underline;
  color: #002b5a;
}
.para-medium a:hover, .para-medium p a:hover {
  text-decoration: underline;
}

.para-large, .para-large p {
  font-size: 2.3333rem;
  font-weight: 400;
  line-height: 2.7rem;
}
.para-large a, .para-large p a {
  text-decoration: underline;
  color: #002b5a;
}
.para-large a:hover, .para-large p a:hover {
  text-decoration: underline;
}

.header-1, .header-1 p, h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  line-height: 4.876rem;
  font-weight: 700;
  color: #002b5a;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header-1, .header-1 p, h1 {
    font-size: 2.66rem;
    line-height: 3.25rem;
  }
}
.header-1 > a, .header-1 p > a, h1 > a {
  font-size: inherit;
  font-weight: 700;
  color: #002b5a;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-1 > a:hover, .header-1 p > a:hover, h1 > a:hover {
  color: #002b5a;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-2, .header-2 p, h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.333rem;
  line-height: 4.0633rem;
  font-weight: 700;
  color: #002b5a;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header-2, .header-2 p, h2 {
    font-size: 2rem;
    line-height: 2.438rem;
  }
}
.header-2 > a, .header-2 p > a, h2 > a {
  font-size: inherit;
  font-weight: 700;
  color: #002b5a;
  line-height: inherit;
  text-decoration: none;
}
.header-2 > a:hover, .header-2 p > a:hover, h2 > a:hover {
  color: #002b5a;
  text-decoration: none;
}

.header-3, .header-3 p, h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.333em;
  line-height: 1.333em;
  font-weight: 700;
  color: #002b5a;
  text-decoration: none;
}
.header-3 > a, .header-3 p > a, h3 > a {
  font-size: inherit;
  font-weight: 700;
  color: #002b5a;
  line-height: inherit;
  text-decoration: none;
}
.header-3 > a:hover, .header-3 p > a:hover, h3 > a:hover {
  color: #002b5a;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-4, .header-4 p, h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #002b5a;
  line-height: 1.5rem;
  text-decoration: none;
}
.header-4 > a, .header-4 p > a, h4 > a {
  font-size: inherit;
  font-weight: 700;
  color: #002b5a;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-4 > a:hover, .header-4 p > a:hover, h4 > a:hover {
  color: #002b5a;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.btn-jet, .wp-block-button__link {
  padding: 10px 25px;
  text-decoration: none;
  display: inline-block;
  background-color: #002b5a;
  font-size: 16px;
  color: white;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  border: none;
}
.btn-jet:hover, .wp-block-button__link:hover {
  display: inline-block;
  text-decoration: none;
  background-color: #002b5a;
  font-size: 16px;
  color: white;
  font-weight: 700;
}
.btn-jet.btn-primary, .wp-block-button__link.btn-primary {
  background-color: #ed0c6e;
  color: #002b5a;
  transition: all 350ms;
}
.btn-jet.btn-primary:hover, .wp-block-button__link.btn-primary:hover {
  opacity: 0.8;
}

ul.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
}
ul.footer-menu li {
  display: inline-block;
  color: white;
  text-transform: none;
  line-height: 1.7rem;
}
@media (max-width: 1400px) {
  ul.footer-menu li {
    display: block;
    padding: 5px 15px;
  }
}
ul.footer-menu li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  text-decoration: none;
  line-height: inherit;
  letter-spacing: inherit;
}
ul.footer-menu li a:hover {
  text-decoration: underline;
}

hr.footer {
  opacity: 1;
  color: #002b5a;
}
hr.light {
  opacity: 1;
  color: #002b5a;
}

.header-box {
  height: 90px;
}
@media (max-width: 1200px) {
  .header-box {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .header-box {
    height: 60px;
  }
}

@media (max-width: 1200px) {
  header {
    z-index: 3;
    margin: 0 auto;
    top: 0;
    width: 100%;
  }
}
header .logo-top {
  max-width: 420px;
}
@media (max-width: 768px) {
  header .logo-top {
    max-width: 380px;
  }
}
header .stripe-menu {
  border-top: 6px solid #ed0c6e;
}
header .stripe-menu.paragraph-2 a {
  color: #002b5a !important;
  text-decoration: none;
}
body.contrast-yellow header .stripe-menu {
  border-color: black;
}

header .stripe-menu:hover {
  border-top: 6px solid #002b5a;
}
body.contrast-yellow header .stripe-menu:hover {
  border-color: #19165f;
}

header .stripe-menu .header-horizontal-line {
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #ed0c6e;
}
header .border-right-2 {
  border-right: 2px solid #D9D9D9;
  position: relative;
}
body.contrast-yellow header .border-right-2 {
  border-color: #19165f;
}

header .top-right-menu .top-right-menu-element a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
}
header .top-right-menu .top-right-menu-element a:hover {
  border-bottom: 2px solid #002b5a;
  padding-bottom: 5px;
  text-decoration: none;
}
body.contrast-yellow header .top-right-menu .top-right-menu-element a:hover {
  border-color: #19165f;
}

header .top-right-menu .top-right-menu-element a span {
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
}
header .top-right-menu .top-right-menu-element a::-moz-selection { /* Code for Firefox */
  color: black;
  background: #19165f;
}
header .top-right-menu .top-right-menu-element a::selection {
  color: black;
  background: #19165f;
}
header .top-right-menu .top-right-menu-element a.contrast-btn, header .top-right-menu .top-right-menu-element .contrast-btn {
  border: 2px solid #002b5a;
  padding: 2px 8px;
  border-radius: 5px;
  background: #19165f;
}
body.contrast-yellow header .top-right-menu .top-right-menu-element a.contrast-btn, body.contrast-yellow header .top-right-menu .top-right-menu-element .contrast-btn {
  border-color: black !important;
  color: black !important;
  background: #19165f !important;
}

header .top-right-menu .top-right-menu-element a.contrast-btn:hover, header .top-right-menu .top-right-menu-element .contrast-btn:hover {
  text-decoration: underline;
}
header .top-right-menu .top-right-menu-element a.regular-btn, header .top-right-menu .top-right-menu-element .regular-btn {
  border: 2px solid #002b5a;
  padding: 2px 8px;
  border-radius: 5px;
  background: white;
}
body.contrast-yellow header .top-right-menu .top-right-menu-element a.regular-btn, body.contrast-yellow header .top-right-menu .top-right-menu-element .regular-btn {
  border-color: #19165f !important;
  color: #19165f !important;
  background: black !important;
}

header .top-right-menu .top-right-menu-element a.regular-btn:hover, header .top-right-menu .top-right-menu-element .regular-btn:hover {
  text-decoration: underline;
}
header .menu-wraper ul {
  margin: 0;
  padding: 15px 0;
}

.shadowed-div {
  position: relative;
}

.shadowed-div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  transform: translateY(200%);
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow,
.slick-slider .slick-arrow:hover,
.slick-slider .slick-arrow:focus {
  color: transparent;
  overflow: hidden;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.slick-slider .slick-arrow.slick-prev,
.slick-slider .slick-arrow:hover.slick-prev,
.slick-slider .slick-arrow:focus.slick-prev {
  background-image: url("../localdata/_default/triangle-left.svg");
}
.slick-slider .slick-arrow.slick-next,
.slick-slider .slick-arrow:hover.slick-next,
.slick-slider .slick-arrow:focus.slick-next {
  background-image: url("../localdata/_default/triangle-right.svg");
}
.slick-slider .slick-arrow::before,
.slick-slider .slick-arrow:hover::before,
.slick-slider .slick-arrow:focus::before {
  display: none;
}

.flex-logos_slider_six .logos-six-slick .single-img img {
  width: 250px;
  height: auto;
}

.flex-logos_double_slider {
  overflow: hidden;
}
.flex-logos_double_slider .logos-slick .single-img {
  height: 200px;
  overflow: hidden;
}
.flex-logos_double_slider .logos-slick .single-img img {
  height: auto;
  width: 170px;
}
@media (max-width: 992px) {
  .flex-logos_double_slider .logos-slick .single-img {
    height: 150px;
  }
  .flex-logos_double_slider .logos-slick .single-img img {
    width: 100px;
  }
}

.logos-quotes-slick {
  position: relative;
  overflow: hidden;
}
.logos-quotes-slick .slick-arrow,
.logos-quotes-slick .slick-arrow:hover,
.logos-quotes-slick .slick-arrow:focus {
  all: unset;
  color: transparent;
  overflow: hidden;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 43px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 1250px) {
  .logos-quotes-slick .slick-arrow,
  .logos-quotes-slick .slick-arrow:hover,
  .logos-quotes-slick .slick-arrow:focus {
    opacity: 0;
  }
}
.logos-quotes-slick .slick-arrow.slick-prev,
.logos-quotes-slick .slick-arrow:hover.slick-prev,
.logos-quotes-slick .slick-arrow:focus.slick-prev {
  left: calc((100vw - 1065px) / 2 - 6rem);
  background-image: url("../localdata/_default/triangle-left.svg");
}
.logos-quotes-slick .slick-arrow.slick-next,
.logos-quotes-slick .slick-arrow:hover.slick-next,
.logos-quotes-slick .slick-arrow:focus.slick-next {
  right: calc((100vw - 1065px) / 2 - 6rem);
  background-image: url("../localdata/_default/triangle-right.svg");
}
.logos-quotes-slick .slick-arrow::before,
.logos-quotes-slick .slick-arrow:hover::before,
.logos-quotes-slick .slick-arrow:focus::before {
  display: none;
}
.logos-quotes-slick .slick-list {
  padding: 2em max((100vw - 1065px) / 2, 2em);
}
.logos-quotes-slick .slick-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.logos-quotes-slick .slick-slide {
  transition: all 500ms;
  float: unset;
  height: unset;
  flex-grow: 1;
}
@media screen and (min-width: 1250px) {
  .logos-quotes-slick .slick-slide:not(.slick-center) {
    transform: scale(0.7);
    opacity: 0.5;
  }
}
@media screen and (max-width: 1250px) {
  .logos-quotes-slick .slick-slide.slick-center .slide-inner {
    width: calc(100% - 4em);
  }
}
.logos-quotes-slick .slide-inner {
  padding: 2em;
  margin: auto;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 44px 12px rgba(0, 0, 0, 0.08);
  border-radius: 30px 30px 30px 30px;
}
.logos-quotes-slick .slide-inner .person-img {
  position: relative;
  display: block;
  padding-bottom: 100%;
  width: 100%;
}
.logos-quotes-slick .slide-inner .person-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
}
.logos-quotes-slick .slide-inner .person-img img.lazy {
  filter: blur(5px);
  transition: filter 1s;
}
.logos-quotes-slick .slide-inner .person-img img.lazy.is-loaded {
  filter: unset;
}
.logos-quotes-slick .slide-inner .quote-symbol {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 3;
}
.logos-quotes-slick .slide-inner .title {
  font-size: 2.3333rem;
  font-weight: 500;
  line-height: 2.7rem;
}
.logos-quotes-slick .slide-inner .title a {
  text-decoration: none;
  color: #002b5a;
}
.logos-quotes-slick .slide-inner .title a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .logos-quotes-slick .slide-inner .title {
    font-size: 1.6667rem;
    font-weight: 500;
    line-height: 2.3rem;
  }
}
.logos-quotes-slick .slide-inner .subtitle {
  font-size: 1.6666rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.logos-quotes-slick .slide-inner .subtitle a {
  text-decoration: underline;
  color: #002b5a;
}
.logos-quotes-slick .slide-inner .subtitle a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .logos-quotes-slick .slide-inner .subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2rem;
  }
}
.logos-quotes-slick .slide-inner .description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}
.logos-quotes-slick .slide-inner .description a {
  text-decoration: underline;
  color: #002b5a;
}
.logos-quotes-slick .slide-inner .description a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .logos-quotes-slick .slide-inner .description {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1rem;
  }
}

.flex-embed_data {
  margin: auto;
  max-width: 2920px;
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 1400px) {
  .flex-embed_data {
    height: 520px;
  }
}
@media (max-width: 992px) {
  .flex-embed_data {
    max-width: 2220px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .flex-embed_data {
    max-width: 2220px;
    height: 450px;
  }
}
@media (max-width: 666px) {
  .flex-embed_data {
    max-width: 2220px;
    height: 380px;
  }
}
@media (max-width: 579px) {
  .flex-embed_data {
    max-width: 100%;
    height: 320px;
  }
}
.flex-embed_data .paper-card-bg {
  position: relative;
  display: block;
}
@media (max-width: 1400px) {
  .flex-embed_data .paper-card-bg svg.paper-card-svg {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .flex-embed_data .paper-card-bg svg.paper-card-svg {
    max-width: 210%;
  }
}
.flex-embed_data .embed-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  overflow: hidden;
  display: block;
  transition: all 350ms;
  cursor: pointer;
  z-index: 2;
}
.flex-embed_data .embed-container .play-btn {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 4;
  transform: translate(50%, -50%);
  animation: breathe 3s infinite;
}
@keyframes breathe {
  0%, 100% {
    transform: translate(50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(50%, -50%) scale(1.25);
    opacity: 0.8;
  }
}
@media (max-width: 576px) {
  .flex-embed_data .embed-container {
    border-radius: unset;
  }
}
.flex-embed_data .embed-container .img-chart img {
  width: 100%;
  position: relative;
}
.flex-embed_data .embed-container .img-chart img img {
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 350ms;
  object-fit: cover;
  object-position: 50% 50%;
  height: auto;
}
.flex-embed_data .embed-container .img-chart img img.lazy {
  filter: blur(5px);
  transition: filter 1s;
}
.flex-embed_data .embed-container .img-chart img img.lazy.is-loaded {
  filter: unset;
}
.flex-embed_data .embed-container .img-chart {
  transition: all 350ms;
}
.flex-embed_data .embed-container .img-chart:hover {
  opacity: 0.75;
}

.flex-logos_slider {
  overflow: hidden;
}
.flex-logos_slider .slick-slide {
  height: 200px;
}
.flex-logos_slider .slick-slide .single-img {
  overflow: hidden;
}
.flex-logos_slider .slick-slide .single-img img {
  width: 170px;
}
@media (max-width: 992px) {
  .flex-logos_slider .slick-slide .single-img img {
    width: 150px;
  }
}

.flex-faq .question-mark {
  min-width: 100px;
}
@media (max-width: 768px) {
  .flex-faq .question-mark {
    min-width: 80px;
  }
}

.flex-faq_drop_down .number-mark {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ed0c6e;
  border-radius: 50%;
}
.flex-faq_drop_down .number-mark .number {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #002b5a;
  content: "";
}
.flex-faq_drop_down .triangle-drop {
  overflow: hidden;
  transition: all 350ms;
}
.flex-faq_drop_down .pointer-coursor {
  cursor: pointer;
}
.flex-faq_drop_down .drop-nav {
  cursor: pointer;
  text-decoration: none;
}
.flex-faq_drop_down .drop-nav:hover {
  text-decoration: underline;
}
.flex-faq_drop_down hr {
  color: #D9D9D9;
  opacity: 1;
}

.flex-main_banner {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: all 350ms;
}
.flex-main_banner .paper-card-card-half-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 300%;
  transform: translate(12%, -34%);
}
.flex-main_banner .star-monochrome-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  content: "";
  display: block;
  width: 330%;
  transform: translate(45%, -40%);
}
.flex-main_banner .video-wrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 992px) {
  .flex-main_banner .video-wrapper {
    margin-left: unset;
    width: 100%;
  }
}
.flex-main_banner .video-wrapper .draw-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 350ms;
  transform: translate(-60%, -60%);
}
.flex-main_banner .video-wrapper .draw-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transition: all 350ms;
  transform: translate(60%, 60%);
}
.flex-main_banner .video-wrapper .video-container {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 350ms;
  height: 0;
  padding-top: 120%;
  border-radius: 40px;
}
.flex-main_banner .video-wrapper .video-container .video-btn {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 4;
  transform: translate(50%, -50%);
  animation: breathe 3s infinite;
}
@keyframes breathe {
  0%, 100% {
    transform: translate(50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(50%, -50%) scale(1.25);
    opacity: 0.8;
  }
}
@media (max-width: 576px) {
  .flex-main_banner .video-wrapper .video-container {
    border-radius: unset;
  }
}
.flex-main_banner .video-wrapper .video-container .video img {
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 350ms;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  object-position: 50% 50%;
  height: auto;
}
.flex-main_banner .video-wrapper .video-container .video img.lazy {
  filter: blur(5px);
  transition: filter 1s;
}
.flex-main_banner .video-wrapper .video-container .video img.lazy.is-loaded {
  filter: unset;
}
.flex-main_banner .video-wrapper .video-container .video {
  transition: all 350ms;
}
.flex-main_banner .video-wrapper .video-container .video:hover {
  opacity: 0.75;
}

.flex-quotes .box {
  width: 80%;
  margin: auto;
}
.flex-quotes .img-container {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: all 350ms;
  height: 0;
  padding-top: 130%;
  border-radius: 40px;
}
.flex-quotes .img-container img {
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 350ms;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  object-position: 50% 50%;
  height: auto;
}
.flex-quotes .img-container img.lazy {
  filter: blur(5px);
  transition: filter 1s;
}
.flex-quotes .img-container img.lazy.is-loaded {
  filter: unset;
}

.flex-star_listing .img-container {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: all 350ms;
  height: 0;
  padding-top: 120%;
  border-radius: 40px;
}
.flex-star_listing .img-container img {
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 350ms;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  object-position: 50% 50%;
  height: auto;
}
.flex-star_listing .img-container img.lazy {
  filter: blur(5px);
  transition: filter 1s;
}
.flex-star_listing .img-container img.lazy.is-loaded {
  filter: unset;
}
@media (max-width: 575px) {
  .flex-star_listing .img-container {
    border-radius: unset;
  }
}
.flex-star_listing .star-item p {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.flex-star_listing .single-star {
  min-width: 50px;
  max-width: 50px;
  height: auto;
}
@media (max-width: 575px) {
  .flex-star_listing .single-star {
    min-width: 30px;
    max-width: 30px;
  }
}

textarea {
  resize: none;
}

input, textarea {
  outline-color: #ed0c6e;
  outline-style: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #ed0c6e;
  padding: 15px 10px;
  margin: 10px 0px;
  border: 2px solid #002b5a;
  border-radius: 5px;
}
input:focus, textarea:focus {
  border: 2px solid #ed0c6e;
}

.search-main .search-results .entry .thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.pagination .pages-desc {
  font-weight: 500;
}
.pagination nav.pagination {
  display: inline-block !important;
}
.pagination nav.pagination .screen-reader-text {
  display: none;
}
.pagination nav.pagination .nav-links {
  margin: auto;
  padding: 0 1em;
}
.pagination nav.pagination .page-numbers {
  display: inline;
  border-radius: 8px;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  margin-left: 0.2em;
  margin-right: 0.2em;
  padding: 7px 12px;
  background-color: white;
  border: 2px solid #002b5a;
  color: #ed0c6e;
}
.pagination nav.pagination .page-numbers:hover {
  border: 2px solid black;
}
.pagination nav.pagination .page-numbers.prev {
  width: 2.5em;
  padding: 7px 12px;
}
.pagination nav.pagination .page-numbers.next {
  width: 2.5em;
  padding: 7px 12px;
}
.pagination nav.pagination .page-numbers.current {
  background-color: black;
  border: 2px solid black;
  color: white;
}
.pagination nav.pagination .page-numbers.dots {
  border: none;
  display: inline-block-block;
}
.pagination nav.pagination a.page-numbers {
  color: #ed0c6e;
  border: 2px solid #002b5a;
  text-decoration: none;
}
.pagination nav.pagination a.page-numbers:hover {
  background-color: #002b5a;
  color: white;
}

/* BREADCRUMB
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol.breadcrumb-tmc {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
  display: flex;
  align-items: center !important;
  white-space: nowrap;
}
ol.breadcrumb-tmc span.breadcrumb-tmc-separator svg#chevrons-right-grey {
  max-width: unset !important;
}
ol.breadcrumb-tmc span.breadcrumb-tmc-separator svg#chevrons-right-grey path {
  stroke: #ed0c6e;
}
ol.breadcrumb-tmc li:first-letter {
  text-transform: uppercase;
}
ol.breadcrumb-tmc li span {
  color: #002b5a;
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
}
ol.breadcrumb-tmc li a {
  font-weight: inherit;
  line-height: 2.1;
  font-size: 15px;
  color: #002b5a;
  text-decoration: underline;
}
ol.breadcrumb-tmc li a:hover {
  color: #002b5a;
  font-weight: inherit;
}
ol.breadcrumb-tmc li a:hover::before {
  opacity: 1;
  border-color: #19165f;
}
ol.breadcrumb-tmc .breadcrumb-tmc-separator {
  padding: 0 5px;
}

.background-4 ol.breadcrumb-tmc span {
  color: white;
}
.background-4 ol.breadcrumb-tmc a {
  color: white;
}
.background-4 ol.breadcrumb-tmc a:hover {
  color: white;
}
.background-4 ol.breadcrumb-tmc a::before {
  color: white;
  border-bottom: 2px solid white;
}
.background-4 ol.breadcrumb-tmc a:hover {
  color: white;
  text-decoration: none;
}
.background-4 ol.breadcrumb-tmc a:hover::before {
  opacity: 1;
  border-color: white;
}

ul.category-jet {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #002b5a;
  display: inline;
}
ul.category-jet li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #002b5a;
  display: inline-block;
  margin-bottom: 0;
}
ul.category-jet li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #002b5a;
  text-decoration: none;
}
@media (max-width: 768px) {
  ul.category-jet li a {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}

.truncate-overflow {
  position: relative;
  max-height: 42px;
  overflow: hidden;
  padding-right: 1rem;
}

.the-content p + h2, .the-content h3 {
  margin-top: 55px;
}
.the-content h2, .the-content h3 + p {
  margin-top: 25px;
}
.the-content p {
  margin-bottom: 20px;
}
.the-content blockquote + p {
  margin-top: 20px;
}
.the-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 30px !important;
  box-shadow: 0 24px 25px -12px rgba(76, 85, 102, 0.32);
  margin-bottom: 30px;
  margin-top: 30px;
}
.the-content ul + ul {
  margin-bottom: 10px;
}
.the-content ul + p {
  margin-top: 25px;
}
.the-content ul {
  margin-bottom: 8px;
}
.the-content ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}
.the-content ul li p {
  margin-bottom: 8px;
  line-height: 28px;
}
.the-content ol li {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.the-content ol li p {
  margin-bottom: 10px;
}
.the-content blockquote {
  color: #002b5a;
  font-size: 18px;
  width: 100%;
  margin: 0;
  padding-left: 40px;
  line-height: 28px;
  border-left: 2px solid #002b5a;
  font-weight: 500;
  font-style: italic;
}
.the-content blockquote cite {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
  font-style: italic;
}
.the-content blockquote cite:before {
  content: "";
}

th, td {
  font-family: "Montserrat", sans-serif;
}

th {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 2px solid #002b5a;
  color: #002b5a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #002b5a;
  color: #002b5a;
  font-size: 16px;
}

th:first-child, td:first-child {
  padding-left: 0;
}

th:last-child, td:last-child {
  padding-right: 0;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: absolute;
    top: -46px;
  }
}
.vertical-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

nav.mobile-menu-jet {
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  color: white;
  height: 100%;
}
nav.mobile-menu-jet.is-active {
  display: block;
}
nav.mobile-menu-jet .mobile-menu-wraper ul, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile {
  display: block;
  list-style: none;
  padding: 15px;
  margin: 0;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item {
  position: relative;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item > a, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item > a {
  display: block;
  padding: 30px 16px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  color: #002b5a;
  background: white;
  border-bottom: #D9D9D9 1px solid;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item > a:hover, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item > a:hover {
  color: #ed0c6e;
}
body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item > a, body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item > a {
  background: #19165f;
  color: black !important;
}
body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item > a:hover, body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item > a:hover {
  text-decoration: underline;
}

nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item + .menu-item, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item + .menu-item {
  margin-top: 12px;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children::after, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children::after {
  content: url("../localdata/_default/chevrons-down.svg");
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 10px;
}
body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children::after, body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children::after {
  content: url("../localdata/_default/chevrons-down-contrast-yellow-black.svg");
}

nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu {
  display: none;
  z-index: 2;
  max-width: 100%;
  width: 100%;
  transform: translateX(0);
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 0.88rem;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu.active, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu.active {
  display: block;
}
body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu, body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu {
  background-color: black;
}

nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu li, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li {
  max-width: 100%;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu li > a, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li > a {
  line-height: 1.2;
  display: block;
  background-color: #002b5a;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  color: white;
  border-bottom: 1px #D9D9D9 solid;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu li > a:hover, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li > a:hover {
  color: #ed0c6e;
}
body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu li > a, body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li > a {
  background: black;
  color: #19165f !important;
  border-color: #19165f;
}

nav.mobile-menu-jet .mobile-menu-wraper ul a:hover, nav.mobile-menu-jet .mobile-menu-wraper ul a:focus-visible, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile a:hover, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile a:focus-visible {
  display: block;
  list-style: none;
  margin: 0;
  width: 100%;
}

ul.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
}
ul.mobile-menu li {
  display: block;
  color: #002b5a;
  padding: 0;
  text-transform: none;
  line-height: 1.8rem;
}
ul.mobile-menu li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  text-decoration: none;
  line-height: inherit;
  letter-spacing: inherit;
}
ul.mobile-menu li a:hover {
  text-decoration: underline;
}

ul.top-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.06666rem;
  font-weight: 400;
}
ul.top-menu li {
  display: inline-block;
  color: #002b5a;
  padding: 0 5px;
  text-transform: none;
  line-height: 1.8rem;
}
ul.top-menu li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  text-decoration: none;
  line-height: inherit;
  letter-spacing: inherit;
  position: relative;
  padding: 0 5px;
  text-wrap: nowrap;
}
ul.top-menu li a:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(20%);
  overflow: hidden;
  object-fit: cover;
  height: 15px;
  background-image: url("../localdata/_default/underline.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.archive-post-page .single-post-tile {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.08);
  border-radius: 30px 30px 30px 30px;
}
.archive-post-page .feature-img-container {
  transition: all 350ms;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.archive-post-page .feature-img-container:hover {
  opacity: 0.8;
}
.archive-post-page .feature-img-container:hover img {
  opacity: 0.8;
}
.archive-post-page .feature-img-container img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}
.archive-post-page .feature-img-container img.lazy {
  filter: blur(5px);
  transition: filter 1s;
}
.archive-post-page .feature-img-container img.lazy.is-loaded {
  filter: unset;
}
