@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/lexend/Lexend-Light.woff2") format("woff2"), url("../assets/fonts/lexend/Lexend-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/lexend/Lexend-Medium.woff2") format("woff2"), url("../assets/fonts/lexend/Lexend-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/lexend/Lexend-Bold.woff2") format("woff2"), url("../assets/fonts/lexend/Lexend-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/lexend/Lexend-SemiBold.woff2") format("woff2"), url("../assets/fonts/lexend/Lexend-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/lexend/Lexend-Regular.woff2") format("woff2"), url("../assets/fonts/lexend/Lexend-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/lexend/Lexend-Light.woff2") format("woff2"), url("../assets/fonts/lexend/Lexend-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/lexend/Lexend-Medium.woff2") format("woff2"), url("../assets/fonts/lexend/Lexend-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/lexend/Lexend-Bold.woff2") format("woff2"), url("../assets/fonts/lexend/Lexend-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/lexend/Lexend-SemiBold.woff2") format("woff2"), url("../assets/fonts/lexend/Lexend-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../assets/fonts/lexend/Lexend-Regular.woff2") format("woff2"), url("../assets/fonts/lexend/Lexend-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
*::selection {
  background-color: #F5D410;
  color: #273a7c;
}

body {
  color: #273a7c;
  font-family: "Lexend";
  font-size: 16px;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1370px;
  padding: 0 15px;
  margin: 0 auto;
}

img {
  height: auto;
  max-width: 100%;
}

section {
  padding: 70px 0;
}

.section-pattern {
  background-repeat: repeat;
  background-position: top left;
}

.image-wrapper {
  width: 100%;
  max-width: 90%;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.image-wrapper::before {
  position: absolute;
  content: "";
  background-color: #f5d410;
  z-index: -1;
  bottom: -10px;
  left: -10px;
  border-radius: 10px;
  width: 1000%;
  height: 20px;
}
.image-wrapper img {
  border-radius: 10px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}

.site-header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #ffffff;
  transition: 0.8s ease;
}
.site-header.sticky-header {
  box-shadow: 0 0 2px rgba(39, 58, 124, 0.2);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header-logo img {
  max-width: 200px;
}

.site-header-phone {
  display: flex;
  align-items: center;
}
.site-header-phone:hover .site-header-phone-text::before {
  width: 100%;
}

.site-header-phone-icons {
  margin-right: 10px;
}
.site-header-phone-icons .icon-comment {
  font-size: 30px;
}
.site-header-phone-icons .icon-comment-1 {
  position: relative;
  z-index: 1;
  display: inline-flex;
}
.site-header-phone-icons .icon-comment-2 {
  color: #F5D410;
  transform: rotateY(-180deg);
  margin-left: -20px;
  display: inline-flex;
  position: relative;
  z-index: 2;
}

.site-header-right {
  display: flex;
  align-items: center;
}

.site-header-phone-text {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.site-header-phone-text::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  height: 2px;
  background-color: #273a7c;
  width: 0;
  transition: 0.8s ease;
}

.wpml-ls-legacy-dropdown {
  width: auto;
  margin-left: 20px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none;
}

.wpml-ls-legacy-dropdown a {
  padding: 7px 15px !important;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.4s ease;
}
.wpml-ls-legacy-dropdown a:hover {
  background-color: #F5D410;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
  background-color: #F5D410;
}

.site-header-menu ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.site-header-menu ul li {
  list-style: none;
  margin-right: 40px;
  position: relative;
}
.site-header-menu ul li.menu-item-has-children:hover .sub-menu {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.site-header-menu ul li:last-of-type {
  margin-right: 0;
}
.site-header-menu ul li a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0;
  position: relative;
}
.site-header-menu ul li a:hover::before {
  width: 100%;
}
.site-header-menu ul li a::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  background-color: #273a7c;
  width: 0;
  transition: 0.8s ease;
}
.site-header-menu .sub-menu {
  position: absolute;
  top: calc(100% + 30px);
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  padding: 20px;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.8s ease;
}
.site-header-menu .sub-menu::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 100%;
  height: 30px;
}
.site-header-menu .sub-menu li {
  margin-bottom: 10px;
}
.site-header-menu .sub-menu li:last-of-type {
  margin-bottom: 0;
}
.site-header-menu .sub-menu li a {
  white-space: nowrap;
  transition: 0.8s ease;
}
.site-header-menu .sub-menu li a:hover {
  color: #F5D410;
}
.site-header-menu .sub-menu li a::before {
  display: none;
}

.site-footer {
  padding-top: 70px;
  border-top: 1px solid rgba(39, 58, 124, 0.2);
}

.site-footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 70px;
}

.site-footer-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}

.site-footer-text.site-footer-text p {
  font-size: 16px;
  margin: 0 0 13px;
  line-height: 1;
}
.site-footer-text.site-footer-text p:last-of-type {
  margin-bottom: 0;
}

.site-footer-menu ul {
  padding: 0;
  margin: 0;
}
.site-footer-menu ul li {
  margin-bottom: 10px;
  list-style: none;
}
.site-footer-menu ul li:last-of-type {
  margin-bottom: 0;
}
.site-footer-menu ul li a {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 1;
}
.site-footer-menu ul li a:hover::before {
  width: 100%;
}
.site-footer-menu ul li a::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  background-color: #F5D410;
  width: 0;
  transition: 0.8s ease;
}

.site-footer-contact {
  margin: 0;
  padding: 0;
}
.site-footer-contact li {
  list-style: none;
  margin-bottom: 10px;
}
.site-footer-contact li:last-of-type {
  margin-bottom: 0;
}
.site-footer-contact li a {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: 0.8s ease;
}
.site-footer-contact li a:hover {
  color: #F5D410;
}
.site-footer-contact li a span {
  margin-right: 10px;
  display: inline-flex;
  font-size: 16px;
  transform: translateY(-1px);
}

.site-footer-soc {
  margin-top: 30px;
  display: flex;
}
.site-footer-soc a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B8BEC4;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.8s ease;
}
.site-footer-soc a:hover {
  background-color: #F5D410;
}
.site-footer-soc a:last-of-type {
  margin-right: 0;
}
.site-footer-soc a span {
  display: inline-flex;
  line-height: 1;
}

.site-footer-column-copy {
  width: 100%;
  background-color: #273a7c;
  color: #ffffff;
}

.site-footer-column-copy-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 9px;
}
.site-footer-column-copy-inner span {
  font-size: 14px;
  font-weight: 300;
}
.site-footer-column-copy-inner span a {
  text-decoration: underline;
  transition: 0.8s ease;
}
.site-footer-column-copy-inner span a:hover {
  color: #F5D410;
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}
.icon-zoom:before, .icon-youtube:before, .icon-twitter:before, .icon-play:before, .icon-pin:before, .icon-phone:before, .icon-linkedin:before, .icon-link:before, .icon-instagram:before, .icon-globe:before, .icon-fb:before, .icon-envelope:before, .icon-comment:before, .icon-clock:before, .icon-calendar:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-angle-right:before, .icon-angle-left:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: swap;
}

.icon-angle-left:before {
  content: "\e001";
}

.icon-angle-right:before {
  content: "\e002";
}

.icon-arrow-left:before {
  content: "\e003";
}

.icon-arrow-right:before {
  content: "\e004";
}

.icon-calendar:before {
  content: "\e005";
}

.icon-clock:before {
  content: "\e006";
}

.icon-comment:before {
  content: "\e007";
}

.icon-envelope:before {
  content: "\e008";
}

.icon-fb:before {
  content: "\e009";
}

.icon-globe:before {
  content: "\e00a";
}

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

.icon-link:before {
  content: "\e00c";
}

.icon-linkedin:before {
  content: "\e00d";
}

.icon-phone:before {
  content: "\e00e";
}

.icon-pin:before {
  content: "\e00f";
}

.icon-play:before {
  content: "\e010";
}

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

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

.icon-zoom:before {
  content: "\e013";
}

.entry-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  font-weight: 300;
}
.entry-content p:first-of-type {
  margin-top: 0;
}
.entry-content p:last-of-type {
  margin-bottom: 0;
}
.entry-content p strong {
  font-weight: 600;
}
.entry-content a {
  text-decoration: underline;
  transition: 0.8s ease;
}
.entry-content a:hover {
  color: #F5D410;
}
.entry-content ul {
  padding: 0;
  margin: 20px 0;
}
.entry-content ul li {
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
  padding-left: 15px;
  color: #000000;
  font-weight: 300;
  position: relative;
  margin-bottom: 5px;
}
.entry-content ul li:last-of-type {
  margin-bottom: 0;
}
.entry-content ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #F5D410;
  border-radius: 50%;
  border: 1px solid rgba(39, 58, 124, 0.5);
  left: 0;
  top: 10px;
}
.entry-content ol {
  padding: 0;
  margin: 20px 0 20px 17px;
}
.entry-content ol li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 15px;
  color: #000000;
  font-weight: 300;
  position: relative;
  margin-bottom: 5px;
}
.entry-content ol li:last-of-type {
  margin-bottom: 0;
}
.entry-content ol li::marker {
  color: #F5D410;
  text-shadow: 1px 1px 0 #000000;
}

.section-title {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 40px;
  display: inline-flex;
  position: relative;
}
.section-title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #F5D410;
  bottom: 3px;
  right: -20px;
}

.btn-primary.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 45px;
  border-radius: 10px;
  background-color: #273a7c;
  color: #ffffff;
  border: 2px solid #273a7c;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 40px;
  transition: 0.8s ease;
}
.btn-primary.btn-primary:hover {
  background-color: transparent;
  color: #273a7c;
}

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

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

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

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

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

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

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
.page-hero {
  height: 600px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.page-hero.page-hero-big {
  height: auto;
  min-height: 100vh;
  align-items: center;
}
.page-hero::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-hero-text p {
  color: #ffffff;
  font-size: 18px;
}

.page-hero-inner {
  position: relative;
  z-index: 2;
}

.page-hero-decor-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 217px;
  height: 328px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.page-hero-title {
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .page-hero-title {
    font-size: 40px;
  }
}

.page-hero-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.page-hero-breadcrumbs span {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 7px;
}
@media (max-width: 767px) {
  .page-hero-breadcrumbs span {
    font-size: 14px;
  }
}
.page-hero-breadcrumbs span.breadcrumb_last {
  color: #F5D410;
}
.page-hero-breadcrumbs a {
  text-decoration: none;
  transition: 0.8s ease;
}
.page-hero-breadcrumbs a:hover {
  color: #F5D410;
}

.page-hero-text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.centered-text {
  text-align: center;
}

.centered-text-text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.centered-text-cta {
  margin-top: 40px;
}

.content-image {
  overflow: hidden;
}

.content-image-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.content-image-left {
  width: calc(50% - 20px);
}
@media (max-width: 1199px) {
  .content-image-left {
    width: 100%;
  }
}

.content-image-right {
  width: calc(50% - 20px);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .content-image-right {
    display: none;
  }
}

.content-image-inner--reverse {
  flex-direction: row-reverse;
}
.content-image-inner--reverse .content-image-right {
  display: block;
}
.content-image-inner--reverse .image-wrapper::before {
  right: -10px;
  left: unset;
}

@media (max-width: 1199px) {
  .content-image-image-wrapper {
    display: none;
  }
}

.content-image-video-desktop, .content-image-video-mobile {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  overflow: hidden;
}
.content-image-video-desktop::before, .content-image-video-mobile::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.content-image-video-desktop iframe, .content-image-video-mobile iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.content-image-video-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .content-image-video-mobile {
    display: block;
    margin-bottom: 30px;
  }
}

.content-image-image-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .content-image-image-mobile {
    display: block;
    border-radius: 15px;
    margin-bottom: 30px;
  }
}

.boxes {
  text-align: center;
}

.boxes-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}

.box-item {
  width: 33.333333%;
  padding: 5px;
}

.box-item-inner {
  height: 100%;
  border: 1px solid #B8BEC4;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
}

.box-item-title {
  text-transform: uppercase;
  background-color: #F5D410;
  height: 50px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-item-text {
  padding: 20px;
  text-align: left;
}
.box-item-text ul {
  margin-top: 15px;
}
.box-item-text img {
  height: 60px;
  width: auto;
  margin: 0 auto 20px;
  display: block;
}

.boxes-text {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
}

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

.content-list-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.content-list-text {
  margin-bottom: 40px;
}

.content-list--list {
  margin-bottom: 50px;
}
.content-list--list:last-of-type {
  margin-bottom: 0;
}

.content-list--list-title {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.content-list--list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin: 5px auto;
  background-color: #B8BEC4;
  padding: 10px 0;
  font-size: 16px;
  text-decoration: unset !important;
  transition: 0.8s ease;
}
.content-list--list-item:hover {
  background-color: #F5D410;
  color: #273a7c !important;
}

.team-slider {
  text-align: center;
  overflow: hidden;
}

.team-slider-text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
}

.team-slide-item {
  margin: 0 10px;
}
.team-slide-item:hover .team-slide-item-image::before {
  opacity: 0;
  visibility: hidden;
}
.team-slide-item:hover .team-slide-item-soc {
  transform: none;
  opacity: 1;
}

.team-slide-item-image {
  height: 414px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.team-slide-item-image::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: 0.8s ease;
}

.team-slide-item-soc {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.8s ease;
}
.team-slide-item-soc a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  text-decoration: unset;
  transition: 0.8s ease;
}
.team-slide-item-soc a:hover {
  background-color: #F5D410;
  color: #273a7c;
}
.team-slide-item-soc a span {
  display: inline-flex;
}

.team-slide-item-name {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 5px;
}

.team-slide-item-role {
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-size: 12px;
}

.js-team-slider:hover .team-slider-arrow {
  opacity: 1;
  visibility: visible;
}
.js-team-slider ul.slick-dots {
  padding: 0;
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-team-slider ul.slick-dots li {
  list-style: none;
  margin: 0 5px;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #273a7c;
  cursor: pointer;
}
.js-team-slider ul.slick-dots li.slick-active {
  background-color: #F5D410;
}
.js-team-slider ul.slick-dots li::before {
  display: none;
}
.js-team-slider ul.slick-dots li button {
  display: none;
}

.team-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: #F5D410;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s ease;
}
.team-slider-arrow:hover {
  background-color: #273a7c;
  color: #F5D410;
}
.team-slider-arrow.icon-angle-right {
  right: 30px;
  display: inline-flex;
  line-height: 1;
}
.team-slider-arrow.icon-angle-left {
  left: 30px;
  display: inline-flex;
  line-height: 1;
}

.team-grid-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.team-item-col {
  width: 33.333333%;
  padding: 10px;
}
.team-item-col:hover .team-slide-item-image::before {
  opacity: 0;
  visibility: hidden;
}
.team-item-col:hover .team-slide-item-soc {
  transform: none;
  opacity: 1;
}

.zoom-main-content-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.zoom-main-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}

.zoom-main-img-text {
  background-color: rgba(184, 190, 196, 0.5);
  padding: 5px 10px 3px;
}

.report {
  overflow: hidden;
  text-align: center;
}

.report-text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.contact-form-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
}

.form-section {
  padding: 40px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
}

.form-section-title {
  position: absolute;
  left: 20px;
  font-size: 14px;
  top: 0;
  margin: 0;
  transform: translateY(-50%);
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .frm_primary_label {
  color: #000000;
  font-size: 14px;
}
.contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style input[type=text], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style input[type=password], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style input[type=email], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style input[type=number], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style input[type=url], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style input[type=tel], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style input[type=phone], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style input[type=search], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style select, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_form_fields_style, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .frm_scroll_box .frm_opt_container, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_form_fields_active_style, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_form_fields_error_style, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .frm-card-element.StripeElement, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .frm_slimselect.ss-main {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  height: 45px;
  padding: 0 15px 3px;
}
.contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style textarea {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 10px 20px;
}
.contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .vertical_radio .frm_checkbox, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .vertical_radio .frm_radio {
  margin-bottom: 5px;
}
.contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .frm_radio input[type=radio], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .frm_checkbox input[type=checkbox] {
  display: none !important;
}
.contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .frm_radio input[type=radio]:checked + span::before, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .frm_checkbox input[type=checkbox]:checked + span::before {
  background-color: #000000;
}
.contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .frm_radio input[type=radio] + span, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .frm_checkbox input[type=checkbox] + span {
  position: relative;
  padding-left: 20px;
  color: #000000;
}
.contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .frm_radio input[type=radio] + span::before, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .frm_checkbox input[type=checkbox] + span::before {
  position: absolute;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 4px;
  left: 0;
  top: 3px;
}
.contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style select:focus, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .form-field textarea:focus, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_form_fields_active_style, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement {
  border-color: #273a7c;
  box-shadow: 0px 0px 5px 0px rgba(39, 58, 124, 0.6);
}
.contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=checkbox], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=radio], .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year), .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_form_fields_error_style, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement, .contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
  border-color: red;
  box-shadow: 0px 0px 5px 0px rgba(255, 0, 0, 0.2);
}
.contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .with_frm_style .frm_submit.frm_flex {
  justify-content: center;
  display: flex;
}
.contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_submit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 45px;
  border-radius: 10px;
  background-color: #273a7c;
  color: #ffffff;
  border: 2px solid #273a7c;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 40px;
  transition: 0.8s ease;
}
.contact-form-wrapper.contact-form-wrapper.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background-color: transparent;
  color: #273a7c;
}

.cta {
  text-align: center;
}

.cta-text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
}

.experts-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.experts-list-text {
  width: 100%;
  max-width: 90%;
}

.experts-filters {
  width: 250px;
}
.experts-filters h4 {
  text-transform: uppercase;
  margin: 40px 0 20px;
}

.experts-list-wrapper {
  width: calc(100% - 250px);
  padding-left: 40px;
}

.expert-item {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(39, 58, 124, 0.2);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.expert-item:last-of-type {
  margin-bottom: 0;
}

.expert-item-title {
  margin: 0 0 20px;
}

.expert-item-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.expert-item-left {
  width: 20%;
}

.expert-item-right {
  width: calc(80% - 40px);
  position: relative;
}
.expert-item-right::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #273a7c;
}

.expert-item-head {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.expert-item-head .name {
  font-weight: 600;
  color: #000000;
  display: inline-block;
  margin-bottom: 5px;
}
.expert-item-head .role {
  font-weight: 300;
  font-size: 14px;
}

.expert-item-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 300;
  color: #000000;
}
.expert-item-contact .address {
  display: flex;
  align-items: flex-start;
}
.expert-item-contact .icon {
  width: 20px;
  margin-right: 10px;
  display: inline-flex;
  line-height: 1;
  transform: translateY(2px);
}
.expert-item-contact a {
  margin-top: 10px;
  text-decoration: none;
}

.expert-item-services {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  padding: 10px;
  font-weight: 300;
  color: #000000;
  line-height: 1.5;
  font-size: 14px;
  border-radius: 8px;
}

.expert-item-right-label {
  display: block;
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#expert-search {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  height: 45px;
  padding: 0 15px 3px;
  width: 100%;
}
#expert-search:focus-visible {
  outline: 0;
}
#expert-search::placeholder {
  color: #000000;
}

.experts-filters-list {
  display: flex;
  flex-direction: column;
}
.experts-filters-list label {
  margin-bottom: 5px;
  cursor: pointer;
}
.experts-filters-list input {
  display: none;
}
.experts-filters-list input:checked + span::before {
  background-color: #000000;
}
.experts-filters-list input + span {
  position: relative;
  padding-left: 20px;
  color: #000000;
  font-size: 14px;
}
.experts-filters-list input + span::before {
  position: absolute;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 4px;
  left: 0;
  top: 3px;
}

.experts-pagination {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.experts-pagination .page-numbers {
  height: 30px;
  width: 30px;
  border-radius: 4px;
  border: 1px solid #273a7c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 5px;
}
.experts-pagination .page-numbers:hover {
  color: #273a7c;
}
.experts-pagination .page-numbers.prev, .experts-pagination .page-numbers.next {
  border: unset;
}
.experts-pagination .page-numbers.current {
  background-color: #273a7c;
  color: #F5D410;
}

.icon-boxes {
  text-align: center;
}

.icon-boxes-text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
}

.icon-boxes-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.icon-boxes-list-item {
  width: 33.333333%;
  padding: 10px;
}

.icon-boxes-list-item-inner {
  border: 1px solid #B8BEC4;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.icon-boxes-list-item-inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40px;
  height: 500px;
  background-color: #B8BEC4;
  transform: rotate(45deg) translate(0, -50%);
  transform-origin: 0 0;
}

.icon-boxes-list-item-icon {
  height: 50px;
  width: auto;
  margin-bottom: 30px;
}

.icon-boxes-list-item-title {
  font-size: 20px;
  margin: 0 0 30px;
}

.icon-boxes-list-item-text {
  margin-bottom: 30px;
}

.icon-boxes-list-item-cta {
  margin-top: auto;
}

.news {
  text-align: center;
}

.news-list {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}

.news-item {
  width: 33.333333%;
  padding: 0 10px;
}

.news-item-inner {
  border: 1px solid rgba(184, 190, 196, 0.4);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  position: relative;
  text-align: left;
}

.news-item-feat-image-wrapper {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(184, 190, 196, 0.4);
}
.news-item-feat-image-wrapper::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.news-item-feat-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: 0.8s ease;
}
.news-item-feat-image:hover {
  transform: scale(1.05);
}

.news-item-content {
  padding: 20px 20px 40px;
}

.news-item-date {
  font-style: italic;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-bottom: 20px;
}

.news-item-title {
  margin: 0 0 20px;
  transition: 0.8s ease;
}
.news-item-title:hover {
  color: #F5D410;
}
.news-item-title a {
  text-decoration: none;
}

.news-item-excerpt {
  margin-bottom: 20px;
}

.news-item-cta {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.news-cta {
  margin-top: 40px;
}

.partners {
  text-align: center;
}

.partners-list-wrapper {
  margin-top: 60px;
}
.partners-list-wrapper:first-of-type {
  margin-top: 0;
}

.partners-list-title {
  margin: 0 0 30px;
}

.partners-logos-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners-logos-list a {
  display: inline-flex;
  align-items: center;
  margin: 0 30px;
}

.partners-logo-img {
  height: 80px;
  width: auto;
}

.resources-main-inner {
  display: flex;
  flex-wrap: wrap;
}

.resources-sidebar {
  width: 300px;
}

.resources-sidebar-list {
  display: flex;
  flex-direction: column;
}
.resources-sidebar-list a {
  padding: 10px 20px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.resources-sidebar-list a.active {
  background-color: #F5D410;
}
.resources-sidebar-list span {
  transform: rotate(90deg);
  font-size: 14px;
  padding: 10px;
  line-height: 1;
  display: inline-flex;
  transition: 0.4s ease;
}
.resources-sidebar-list span.active {
  transform: rotate(-90deg);
}

.sidebar-item {
  border: 1px solid rgba(184, 190, 196, 0.4);
  border-bottom: none;
}
.sidebar-item:last-of-type {
  border-bottom: 1px solid rgba(184, 190, 196, 0.4);
}

.level-2-wrapper {
  border-top: 1px solid rgba(184, 190, 196, 0.4);
  display: none;
}

.level-3-wrapper {
  border-top: 1px solid rgba(184, 190, 196, 0.4);
  display: none;
}

.sidebar-item.level-2 {
  border: none;
  border-bottom: 1px solid rgba(184, 190, 196, 0.4);
}
.sidebar-item.level-2:last-of-type {
  border-bottom: none;
}
.sidebar-item.level-2 a {
  font-size: 14px;
  padding-left: 30px;
}

.sidebar-item.level-3 {
  border: none;
  border-bottom: 1px solid rgba(184, 190, 196, 0.4);
}
.sidebar-item.level-3:last-of-type {
  border-bottom: none;
}
.sidebar-item.level-3 a {
  font-size: 13px;
  padding-left: 40px;
}

.level-4-wrapper {
  border-top: 1px solid rgba(184, 190, 196, 0.4);
  display: none;
}

.sidebar-item.level-4 {
  border: none;
  border-bottom: 1px solid rgba(184, 190, 196, 0.4);
}
.sidebar-item.level-4:last-of-type {
  border-bottom: none;
}
.sidebar-item.level-4 a {
  font-size: 12px;
  padding-left: 50px;
}

.resources-content {
  width: calc(100% - 300px);
  padding-left: 40px;
}
.resources-content .entry-content {
  margin-bottom: 40px;
}

.resources-links-with-image-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.lwi-column {
  padding: 10px;
  width: 25%;
}

.lwi-item {
  text-align: center;
  display: inline-block;
  background-color: rgba(184, 190, 196, 0.2);
  padding: 20px 10px;
  transition: 0.8s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.lwi-item:hover {
  background-color: #F5D410;
}
.lwi-item:last-of-type {
  border-bottom: none;
}

.lwi-image {
  width: 120px;
  height: 180px;
  background-size: cover;
  background-position: center;
}

.lwi-name {
  margin: 0;
  line-height: 1.2;
  margin-top: 10px;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}

.external-search-form {
  margin-top: 30px;
}
.external-search-form input {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  height: 45px;
  padding: 0 15px 3px;
}
.external-search-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 45px;
  border-radius: 10px;
  background-color: #273a7c;
  color: #ffffff;
  border: 2px solid #273a7c;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 40px;
  cursor: pointer;
  transition: 0.8s ease;
}
.external-search-form button:hover {
  background-color: transparent;
  color: #273a7c;
}

.bulletin-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.bulletin-list a {
  border: 1px solid #B8BEC4;
  border-radius: 10px;
  width: 100%;
  display: block;
  padding: 20px;
  transition: 0.8s ease;
}
.bulletin-list a:hover {
  background-color: #F5D410;
}

.bulletin-item {
  width: calc(33.333333% - 5px);
  padding: 5px;
}

.showcase {
  overflow: hidden;
}

.showcase-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.showcase-title {
  margin: 0;
}
@media (max-width: 991px) {
  .showcase-title {
    margin-bottom: 30px;
  }
}

.showcase-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .showcase-header {
    flex-direction: column;
    align-items: center;
  }
}

.showcase-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.showcase-item {
  width: 33.333333%;
  padding: 15px;
  transition: opacity 0.25s ease;
}
@media (max-width: 840px) {
  .showcase-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .showcase-item {
    width: 100%;
  }
}

.showcase-filters {
  margin-bottom: 20px;
}

.showcase-filter-btn {
  text-transform: uppercase;
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
  margin-left: 20px;
}
.showcase-filter-btn:first-of-type {
  margin-left: 0;
}
.showcase-filter-btn::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #F5D410;
  transition: 0.8s ease;
}
.showcase-filter-btn.mixitup-control-active::before {
  width: calc(100% + 10px);
}

.showcase-item-inner {
  width: 100%;
  aspect-ratio: 9/11;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.showcase-item-inner:hover .showcase-item-meta {
  transform: none;
}
.showcase-item-inner img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.6s ease;
}

.showcase-item-meta {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 10px;
  background-color: #1b1b1b;
  color: #ffffff;
  padding: 20px;
  transform: translateY(calc(100% + 25px));
  transition: 0.6s ease;
}

.showcase-tag {
  font-weight: 300;
  position: relative;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 14px;
  align-items: center;
  margin-bottom: 10px;
}
.showcase-tag::after {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  background-color: #F5D410;
  margin-left: 10px;
}

.showcase-item-title {
  margin: 0;
  position: relative;
}
.showcase-item-title:hover {
  text-decoration: underline;
}
.showcase-item-title a {
  text-decoration: none;
}

.showcase-item-text {
  margin-top: 10px;
}
.showcase-item-text p {
  color: #ffffff;
  font-size: 14px;
}

.single-pub {
  padding: 120px 0 70px;
}

.single-pub-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  min-height: 50vh;
}

.single-pub-title {
  margin: 0 0 40px;
  font-size: clamp(1.75rem, 1.6346rem + 0.5128vw, 2.25rem);
}

.single-pub-main {
  display: flex;
  align-items: flex-start;
}

.single-pub-text {
  padding-left: 40px;
}
.single-pub-text .btn-primary {
  margin-top: 40px;
}

.single-bulletin-wrapper {
  padding: 120px 0 70px;
}

.single-bulletin-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  min-height: 50vh;
}

.single-bulletin-title {
  margin: 0 0 40px;
  font-size: clamp(1.75rem, 1.6346rem + 0.5128vw, 2.25rem);
}

.single-project-top {
  padding: 50px 0 0;
}

.single-project-top-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.single-project-top-inner .left {
  width: calc(50% - 30px);
}
@media (max-width: 767px) {
  .single-project-top-inner .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.single-project-top-inner .left img {
  width: 100%;
}
.single-project-top-inner .right {
  width: calc(50% - 30px);
}
@media (max-width: 767px) {
  .single-project-top-inner .right {
    width: 100%;
  }
}

.project-meta {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.project-meta:last-of-type {
  margin-bottom: 0;
}
.project-meta .label {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.single-project-main {
  padding: 40px 0;
}

.single-project-main-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.project-item-col {
  width: 33.333333%;
  padding: 10px;
}

.project-item-inner {
  background-color: rgba(0, 0, 0, 0.1);
}

.project-item-image {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.project-item-image:hover img {
  transform: scale(1.02);
}
.project-item-image:hover .project-item-meta {
  transform: none;
}
.project-item-image a {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
}
.project-item-image img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
  backface-visibility: hidden;
  transition: 0.6s ease;
}

.project-item-meta {
  padding: 20px;
}

.project-item-title {
  margin: 0;
  position: relative;
}
.project-item-title:hover {
  text-decoration: underline;
}
.project-item-title a {
  text-decoration: none;
}

.projects-archive-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.archive-pagination {
  width: 100%;
  margin-top: 40px;
}
.archive-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-pagination .nav-links .page-numbers {
  width: 25px;
  height: 25px;
  min-width: 25px;
  border-radius: 50%;
  border: 1px solid #273a7c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  padding-bottom: 2px;
}
.archive-pagination .nav-links .page-numbers.current {
  background-color: #273a7c;
  color: #ffffff;
}
.archive-pagination .nav-links .page-numbers.next, .archive-pagination .nav-links .page-numbers.prev {
  border: none;
  padding: 0;
  display: inline-flex;
}