@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&display=swap');
/*!
Theme Name: ibri
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ibri
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ibri is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "Antipoda";
  src: url("/wp-content/themes/ibri/assets/fonts/AntipodaVariable.woff2") format("woff2"), url("/wp-content/themes/ibri/assets/fonts/AntipodaVariable.ttf") format("truetype"); }

.hamburger {
  padding: 5px 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none; }

.hamburger-box {
  width: 30px;
  height: 17px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  margin-top: -1.5px;
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 0;
    position: absolute; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger-inner::after {
    bottom: -7px;
    top: 14px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.menu-open .hamburger .hamburger-inner,
.menu-open .hamburger .hamburger-inner::before,
.menu-open .hamburger .hamburger-inner::after {
  background-color: #fff; }

.menu-open .hamburger .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .menu-open .hamburger .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .menu-open .hamburger .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

.listreset {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

a {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: border-box; }

* {
  max-height: 1000000px; }

body {
  color: #043C5C;
  background: #FFFAF9;
  font: 16px/1.36 "Geist", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1024px) {
    body {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    body {
      font-size: 22px; } }

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

.gm-style img {
  max-width: none; }

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

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #2882EF;
  padding: 0 0 0 5px;
  width: 100%;
  background: transparent;
  font-size: 16px;
  line-height: 1.55;
  color: #043C5C;
  outline: none; }
  @media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    input[type='url'],
    textarea {
      font-size: 18px; } }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #043C5C;
    text-transform: uppercase; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #043C5C;
    text-transform: uppercase; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #043C5C;
    text-transform: uppercase; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #043C5C;
    text-transform: uppercase; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  textarea.placeholder {
    color: #043C5C;
    text-transform: uppercase; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease; }
  input[type='text']:focus::-webkit-input-placeholder,
  input[type='tel']:focus::-webkit-input-placeholder,
  input[type='email']:focus::-webkit-input-placeholder,
  input[type='search']:focus::-webkit-input-placeholder,
  input[type='password']:focus::-webkit-input-placeholder,
  input[type='url']:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  input[type='text']:focus::-moz-placeholder,
  input[type='tel']:focus::-moz-placeholder,
  input[type='email']:focus::-moz-placeholder,
  input[type='search']:focus::-moz-placeholder,
  input[type='password']:focus::-moz-placeholder,
  input[type='url']:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  input[type='text']:focus:-moz-placeholder,
  input[type='tel']:focus:-moz-placeholder,
  input[type='email']:focus:-moz-placeholder,
  input[type='search']:focus:-moz-placeholder,
  input[type='password']:focus:-moz-placeholder,
  input[type='url']:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
  input[type='text']:focus:-ms-input-placeholder,
  input[type='tel']:focus:-ms-input-placeholder,
  input[type='email']:focus:-ms-input-placeholder,
  input[type='search']:focus:-ms-input-placeholder,
  input[type='password']:focus:-ms-input-placeholder,
  input[type='url']:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  min-height: 30px;
  height: 30px; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.form-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .form-row {
      flex-direction: row;
      column-gap: 24px; } }
  .form-row .form-col {
    flex: 1; }
  .form-row .form-col label {
    display: none; }

.gform_required_legend {
	display: none; }

.form-btn,
.gform_footer {
  text-align: right;
  margin-top: 50px; }
  .form-btn button,
  .gform_footer input.button {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    font-family: "Geist Mono", sans-serif;
    text-transform: uppercase;
    padding: 9px 50px 8px 22px;
    position: relative;
    background: #2882EF;
    border: 1px solid #2882EF;
    border-radius: 6px;
    /* color: #043C5C; */
    color: #fff;
    outline: none; }
    @media (min-width: 768px) {
      .form-btn button,
      .gform_footer input.button {
        font-size: 18px; } }
    .form-btn button:hover:after,
    .gform_footer input.button:hover:after {
      transform: translateY(-50%) rotate(45deg); }
    .form-btn button::after,
    .gform_footer input.button::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      width: 13px;
      aspect-ratio: 1 / 1;
      background-image: url("/wp-content/uploads/icon_arrow_dark-blue.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      transition: 0.3s; }

.form-holder label,
.form-holder legend {
  display: none; }
  .form-holder .gfield:not(.gfield--type-name),
  .form-holder .ginput_complex {
    column-gap: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .form-row .gfield:not(.gfield--type-name),
      .form-holder .ginput_complex {
        flex-direction: row;
        column-gap: 24px; } }
  @media (min-width: 768px) {
    .form-holder .ginput_complex span {
      flex: 1; } }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 0.5em;
  color: #2882EF; }

h1,
.h1 {
  font-size: 28px;
  line-height: 1.18; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 32px; } }

h2,
.h2 {
  font-size: 24px;
  line-height: 1.46; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 26px; } }

h3,
.h3 {
  font-size: 21px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 18px; }

h6,
.h6 {
  font-size: 16px; }

p {
  margin: 0 0 14px; }

a {
  color: #2882EF;
  text-decoration: underline; }
  a:hover, a:focus {
    text-decoration: none; }

blockquote {
  padding: 0 0 0 21px;
  border-left: 1px solid currentColor;
  margin: 14px 0; }
  @media (min-width: 768px) {
    blockquote {
      margin: 30px 0; } }
  @media (min-width: 1200px) {
    blockquote {
      margin: 44px 0; } }

.read-more {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  text-transform: uppercase;
  font-family: "Geist Mono", sans-serif;
  padding-right: 40px;
  position: relative;
  align-self: flex-start;
  color: #043C5C;
  text-decoration: none; }
  .read-more:hover:after {
    transform: rotate(45deg); }
  .read-more::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 13px;
    aspect-ratio: 1 / 1;
    background-image: url("/wp-content/uploads/icon_arrow_dark-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: 0.3s; }

.text-light-blue {
  color: #2882EF !important; }

.text-orange {
  color: #FB5620 !important; }

.bg-orange {
  background: #FB5620 !important; }

.bg-dark-blue {
  background: #043C5C !important; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 24px 0;
  transition: 0.3s; }
  .menu-open .header {
    background: rgba(30, 30, 30, 0.95); }
  @media (min-width: 1200px) {
    .menu-open .header {
      background: rgba(30, 30, 30, 0.5); } }
  @media (min-width: 1200px) {
    .open-drop .header::after {
      background: rgba(30, 30, 30, 0.5); } }
  @media (min-width: 1200px) {
    .header:hover::after {
      background: rgba(30, 30, 30, 0.5); } }
  .header::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    z-index: -1;
    pointer-events: none;
    transition: 0.3s;
    min-height: 0; }
    @media (min-width: 1200px) {
      .header::after {
        min-height: var(--box-header-height); } }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .header .container {
        flex-wrap: nowrap; } }
  .header .logo {
    display: block;
    font-size: 0; }
  .header .header-nav {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1;
    max-height: 0;
    order: 10;
    overflow: hidden;
    transition: 0.3s;
    width: 100%; }
    @media (min-width: 1200px) {
      .header .header-nav {
        max-height: 100% !important;
        overflow: visible;
        width: auto; } }
    .menu-open .header .header-nav {
      padding: 40px 0 20px; }
      @media (min-width: 1200px) {
        .menu-open .header .header-nav {
          padding: 0; } }
  .header ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .header ul li {
      margin-bottom: 15px; }
      .header ul li.menu-item-has-children {
        font-weight: 600;
        padding-right: 40px;
        position: relative; }
        @media (min-width: 1200px) {
          .header ul li.menu-item-has-children {
            font-weight: 400;
            padding-right: 0; } }
        @media (min-width: 1200px) {
          .header ul li.menu-item-has-children.open > a:not(.btn):before {
            opacity: 1; } }
        .header ul li.menu-item-has-children > a::after {
          content: '';
          display: inline-block;
          vertical-align: top;
          transform: rotate(45deg);
          margin-left: 15px;
          width: 8px;
          height: 8px;
          border-bottom: 1px solid #fff;
          border-right: 1px solid #fff; }
          @media (min-width: 1200px) {
            .header ul li.menu-item-has-children > a::after {
              display: none; } }
      .header ul li:last-child {
        margin-bottom: 0; }
    .header ul ul {
      padding-top: 15px; }
    @media (min-width: 1200px) {
      .header ul ul {
        padding-top: 10px; } }
  .header .menu-top-holder {
    order: 2; }
    @media (min-width: 1200px) {
      .header .menu-top-holder {
        order: 1; } }
  .header .menu-top {
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .header .menu-top {
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 28px; } }
    .header .menu-top > li {
      font-size: 18px; }
      @media (min-width: 1200px) {
        .header .menu-top li {
          font-size: 14px;
          margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .header .menu-top li:first-child {
        position: relative; } }
    @media (min-width: 1200px) {
      .header .menu-top li:first-child:after {
        content: '';
        width: 15px;
        position: absolute;
        right: -12px;
        top: -8px;
        aspect-ratio: 1 / 1;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        background-image: url("/wp-content/uploads/decor_star_white.svg"); } }
    .header .menu-top a:not(.btn):hover {
      text-decoration: underline; }
  .header .menu-primary-holder {
    order: 1; }
    @media (min-width: 1200px) {
      .header .menu-primary-holder {
        order: 2; } }
  .header .menu-primary {
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .header .menu-primary {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 28px;
        margin-bottom: 0; } }
  .header .menu-primary > li {
    font-size: 18px; }
    @media (min-width: 1200px) {
      .header .menu-primary > li {
        font-size: 14px;
        position: relative; } }
  @media (min-width: 1200px) {
    .header .menu-primary > li:hover > a:not(.btn):before {
      opacity: 1; } }
  .header .menu-primary > li > a:not(.btn) {
    text-decoration: none; }
    @media (min-width: 1200px) {
      .header .menu-primary > li > a:not(.btn) {
        font-weight: 700; } }
    @media (min-width: 1200px) {
      .header .menu-primary > li > a:not(.btn):before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        opacity: 0;
        transition: 0.3s; } }
  @media (min-width: 1200px) {
    .header .menu-primary li {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .header .menu-primary a {
      text-transform: uppercase; } }
  .header .drop-holder {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s; }
    @media (min-width: 1200px) {
      .header .drop-holder {
        position: absolute;
        top: 100%;
        left: 0;
        padding-top: 10px; } }
    .header .drop-holder li {
      font-size: 14px;
      font-weight: 400; }
      @media (min-width: 1200px) {
        .header .drop-holder li {
          margin-bottom: 10px; } }
    @media (min-width: 1200px) {
      .header .drop-holder li:last-child {
        margin-bottom: 0; } }
    .header .drop-holder a {
      text-transform: initial; }
      .header .drop-holder a:hover {
        text-decoration: underline; }
  .header a:not(.btn) {
    color: #fff;
    text-decoration: none; }
  .header .btn.btn-outline-white {
    color: #fff;
    padding: 6px 12px 4px;
    font-size: 14px;
    font-weight: 700; }
    .header .btn.btn-outline-white:hover {
      background: #fff;
      color: #043C5C; }
      .header .menu-item-27 {
        display: none; }
        @media (min-width: 1200px) {
          .header .menu-item-27 {
            display: inline-block; } }
      .header .menu-item-795 {
        display: inline-block; }
        @media (min-width: 1200px) {
          .header .menu-item-795 {
            display: none; } }
  @media (min-width: 1200px) {
    .header .hamburger {
      display: none; } }

.footer {
  padding: 40px 0; }
  @media (min-width: 1200px) {
    .footer {
      padding: 52px 0 42px; } }

.footer-top {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .footer-top {
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    .footer-top {
      align-items: flex-start;
      display: flex;
      flex-direction: row;
      gap: 100px;
	  margin-bottom: 90px; } }
  .footer-top .contact-info {
    color: #043C5C;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    width: 100%; }
    @media (min-width: 1200px) {
      .footer-top .contact-info {
        font-size: 14px;
        max-width: 250px;
        padding-top: 35px; } }
    .footer-top .contact-info address {
      font-style: normal;
      margin-bottom: 20px; }
    .footer-top .contact-info .phone {
      color: #043C5C;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 20px;
      transition: 0.3s; }
      @media (min-width: 1200px) {
        .footer-top .contact-info .phone {
          margin-bottom: 42px; } }
      .footer-top .contact-info .phone:hover {
        color: #2882EF; }
        .footer-top .contact-info .phone:hover i {
          color: #2882EF; }
      .footer-top .contact-info .phone i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        border-radius: 5px;
        background: #043C5C;
        color: #fff;
        font-size: 8px;
        transition: 0.3s; }
    .footer-top .contact-info .social-list {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px; }
      .footer-top .contact-info .social-list a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 5px;
        background: #043C5C;
        color: #fff;
        text-decoration: none;
        font-size: 0;
        transition: 0.3s; }
        .footer-top .contact-info .social-list a:hover {
          color: #2882EF; }
        .footer-top .contact-info .social-list a i {
          font-size: 16px; }
  .footer-top .footer-menu-holder {
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    width: 100%; }
    @media (min-width: 1200px) {
      .footer-top .footer-menu-holder {
        padding: 27px 0 38px 20px;
        margin-bottom: 0;
        margin-right: -100px; } }
    .footer-top .footer-menu-holder:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      border: 2px solid #043C5C;
      border-radius: 12px;
      pointer-events: none; }
      @media (min-width: 768px) {
        .footer-top .footer-menu-holder:after {
          width: 100vw; } }
  .footer-top .footer-menu {
    display: grid;
    line-height: 1;
    gap: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .footer-top .footer-menu {
        grid-template-columns: repeat(3, 1fr); } }
    .footer-top .footer-menu a {
      color: #043C5C;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700; }
      @media (min-width: 1200px) {
        .footer-top .footer-menu a {
          font-size: 14px; } }
      .footer-top .footer-menu a:hover {
        text-decoration: underline; }

@media (min-width: 1200px) {
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; } }

.footer-bottom .logo-footer {
  display: block;
  font-size: 0;
  max-width: 250px;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .footer-bottom .logo-footer {
      max-width: 442px;
      margin-bottom: 0; } }

.footer-bottom .text-holder {
  font-size: 12px; }
  @media (min-width: 768px) {
    .footer-bottom .text-holder {
      display: flex;
      align-items: center; } }
  @media (min-width: 1200px) {
    .footer-bottom .text-holder {
      font-size: 14px; } }

@media (min-width: 768px) {
  .footer-bottom .footer-bottom-menu-holder {
    order: 10; } }

.footer-bottom .footer-bottom-menu {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .footer-bottom .footer-bottom-menu {
      margin: 0; } }
  .footer-bottom .footer-bottom-menu li {
    display: flex;
    align-items: center;
    margin-left: 10px; }
    .footer-bottom .footer-bottom-menu li::before {
      content: '';
      display: block;
      width: 10px;
      aspect-ratio: 1 / 1;
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("/wp-content/uploads/decor_star_dark-blue.svg");
      margin-right: 10px; }
  .footer-bottom .footer-bottom-menu a {
    color: #043C5C; }

html,
body {
  height: 100%;
  scroll-behavior: smooth; }

body {
  overflow-x: hidden; }

.page-holder {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: clip; }

#wrapper {
  max-width: 100%;
  position: relative;
  overflow: clip; }

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

.full-section {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden; }
  .accessibility:focus {
    position: static;
    width: auto;
    height: auto; }

.fancybox__container .f-button.is-close-button {
  right: 10px;
  top: 10px; }
  @media (min-width: 1200px) {
    .fancybox__container .f-button.is-close-button {
      left: 10px;
	  right: unset; } }

.fancybox__container:not(.is-compact) .f-button {
  color: #043C5C; }

.fancybox__container .fancybox__backdrop {
  background: rgba(4, 60, 92, 0.4); }

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  background: #2882EF;
  border: 1px solid #2882EF;
  font-family: "Antipoda", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  text-transform: uppercase;
  position: relative;
  padding: 7px 20px;
  text-decoration: none;
  transition: 0.3s; }
  .btn:hover {
    background: #fff;
    border-color: #043C5C;
    color: #043C5C; }
  .btn.btn-arrow {
    font-family: "Geist Mono", sans-serif;
    font-size: 14px;
    padding: 9px 60px 7px 15px; }
    .btn.btn-arrow:hover {
      color: #fff;
      background: #2882EF;
      border: 1px solid #2882EF; }
      .btn.btn-arrow:hover:after {
        transform: translateY(-50%) rotate(45deg); }
    .btn.btn-arrow::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 19px;
      transform: translateY(-50%);
      width: 13px;
      aspect-ratio: 1 / 1;
      background-image: url("/wp-content/uploads/icon_arrow_white.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      transition: 0.3s; }
  .btn.btn-outline-white {
    background: transparent;
    border-color: #fff; }
    .btn.btn-outline-white:hover {
      background: transparent;
      border-color: #fff; }
  .btn.btn-outline-dark-blue {
    background: transparent;
    border-color: #043C5C;
    color: #043C5C; }
    .btn.btn-outline-dark-blue.btn-arrow::after {
      background-image: url("/wp-content/uploads/icon_arrow_dark-blue.svg"); }
    .btn.btn-outline-dark-blue:hover {
      background: transparent;
      border-color: #043C5C;
      color: #043C5C; }
  .home .btn.btn-outline-dark-blue {
    background: #fff; }
    .home .btn.btn-outline-dark-blue.btn-arrow:hover:after {
      background-image: url("/wp-content/uploads/icon_arrow_white.svg"); }
    .home .btn.btn-outline-dark-blue:hover {
      background: #043C5C;
      color: #fff; }
  .btn.btn-outline-orange {
    background: transparent;
    border-color: #FB5620;
    color: #FB5620; }
    .btn.btn-outline-orange.btn-arrow::after {
      background-image: url("/wp-content/uploads/icon_arrow_orange.svg"); }
    .btn.btn-outline-orange:hover {
      background: transparent;
      border-color: #FB5620;
      color: #FB5620; }
  .home .btn.btn-outline-orange {
    background: #fff; }
    .home .btn.btn-outline-orange.btn-arrow:hover:after {
      background-image: url("/wp-content/uploads/icon_arrow_white.svg"); }
    .home .btn.btn-outline-orange:hover {
      background: #FB5620;
      color: #fff; }
  .btn.btn-outline-light-blue {
    background: transparent;
    border-color: #2882EF;
    color: #2882EF; }
    .btn.btn-outline-light-blue.btn-arrow::after {
      background-image: url("/wp-content/uploads/icon_arrow_light-blue_second.svg"); }
    .btn.btn-outline-light-blue:hover {
      background: transparent;
      border-color: #2882EF;
      color: #2882EF; }
  .home .btn.btn-outline-light-blue {
    background: #fff; }
    .home .btn.btn-outline-light-blue.btn-arrow:hover:after {
      background-image: url("/wp-content/uploads/icon_arrow_white.svg"); }
    .home .btn.btn-outline-light-blue:hover {
      background: #2882EF;
      color: #fff; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.single-content {
  padding: 40px 0 60px; }
  @media (min-width: 1200px) {
    .single-content {
      padding: 68px 0 119px; } }
  .single-content .container {
    max-width: 940px; }
  .single-content h2 {
    margin: 2.77em 0 0.85em; }
  .single-content .title {
    position: relative;
    padding-top: 52px;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .single-content .title {
        padding-top: 72px; } }
    @media (min-width: 1200px) {
      .single-content .title {
        padding-top: 92px;
        margin-bottom: 30px; } }
    .single-content .title:before {
      content: '';
      position: absolute;
      top: 5px;
      left: -16px;
      width: 50px;
      aspect-ratio: 0.96 / 1;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("/wp-content/uploads/decor_star.svg"); }
      @media (min-width: 992px) {
        .single-content .title:before {
          width: 70px;
          left: -45px; } }
      @media (min-width: 1200px) {
        .single-content .title:before {
          width: 90px;
          left: -75px; } }
  .single-content .single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 14px;
    color: #2882EF;
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .single-content .single-meta {
        font-size: 16px;
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .single-content .single-meta {
        font-size: 18px;
        gap: 20px;
        margin-bottom: 44px; } }
    .single-content .single-meta a {
      color: inherit;
      text-decoration: none; }
      .single-content .single-meta a:hover {
        text-decoration: underline; }
  .single-content .columns {
    margin: 14px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1126px;
    padding: 0 16px; }
    @media (min-width: 768px) {
      .single-content .columns {
        margin: 30px 0; } }
    @media (min-width: 1200px) {
      .single-content .columns {
        margin: 45px 0; } }
    .single-content .columns .col {
      width: 100%; }
      @media (min-width: 768px) {
        .single-content .columns .col {
          max-width: calc(50% - 12px); } }
      @media (min-width: 768px) {
        .single-content .columns .col.image-holder {
          max-width: calc(42% - 12px);
          text-align: right; } }
      @media (min-width: 768px) {
        .single-content .columns .col.image-holder:nth-child(even) {
          text-align: left; } }
      @media (min-width: 768px) {
        .single-content .columns .col.image-holder:nth-child(even) .image {
          border-radius: 12px 0 0 12px;
          margin: 0 -16px 0 0; } }
      @media (min-width: 1126px) {
        .single-content .columns .col.image-holder:nth-child(even) .image {
          margin: 0 calc(545px - 50vw) 0 0; } }
      .single-content .columns .col.image-holder .image {
        border-radius: 12px; }
        @media (min-width: 768px) {
          .single-content .columns .col.image-holder .image {
            border-radius: 0 12px 12px 0;
            margin: 0 0 0 -16px; } }
        @media (min-width: 1126px) {
          .single-content .columns .col.image-holder .image {
            margin: 0 0 0 calc(545px - 50vw); } }
        .single-content .columns .col.image-holder .image img {
          max-width: 580px; }
          @media (min-width: 1300px) {
            .single-content .columns .col.image-holder .image img {
              border-radius: 12px; } }
      @media (min-width: 768px) {
        .single-content .columns .col.text-holder {
          max-width: calc(58% - 12px); } }
  .single-content .image {
    border-radius: 12px;
    font-size: 0;
    overflow: hidden; }
    .single-content .image img {
      width: 100%; }

.portfolio-modal,
.companies-modal,
.modal,
.team-modal {
  width: 100%;
  max-width: 1095px;
  border-radius: 20px;
  border: 2px solid #043C5C;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .portfolio-modal,
    .companies-modal,
    .modal,
    .team-modal {
      padding: 60px; } }
  @media (min-width: 1200px) {
    .portfolio-modal,
    .companies-modal,
    .modal,
    .team-modal {
      padding: 76px 140px 100px; } }

@media (min-width: 1200px) {
  .modal {
    padding: 106px 94px 76px; } }

.modal .modal-title {
  color: #043C5C;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .modal .modal-title {
      margin-bottom: 27px; } }

.modal .modal-big-text {
  font-size: 18px;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #2882EF; }
  @media (min-width: 768px) {
    .modal .modal-big-text {
      font-size: 22px; } }
  @media (min-width: 1200px) {
    .modal .modal-big-text {
      font-size: 28px; } }

.modal .modal-text {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .modal .modal-text {
      margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .modal .modal-text {
      margin-bottom: 89px; } }

.modal .modal-images {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px; }
  @media (min-width: 768px) {
    .modal .modal-images {
      flex-direction: row; } }
  .modal .modal-images .image {
    font-size: 0; }
    @media (min-width: 768px) {
      .modal .modal-images .image {
        width: calc(50% - 12px); } }
    @media (min-width: 768px) {
      .modal .modal-images .image.image-big {
        width: calc(60% - 12px); } }
    @media (min-width: 768px) {
      .modal .modal-images .image.image-small {
        width: calc(40% - 12px); } }
    .modal .modal-images .image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.modal * {
  margin-bottom: 0; }

.portfolio-modal .modal-logo,
.companies-modal .modal-logo {
  margin-bottom: 20px;
  width: 100%;
  max-width: 263px; }
  @media (min-width: 1200px) {
    .portfolio-modal .modal-logo,
    .companies-modal .modal-logo {
      margin-bottom: 45px; } }

.portfolio-modal .modal-text + .btn,
.companies-modal .modal-text + .btn {
  margin-top: 20px; }
  @media (min-width: 1200px) {
    .portfolio-modal .modal-text + .btn,
    .companies-modal .modal-text + .btn {
      margin-top: 33px; } }
  .portfolio-modal .modal-text a,
  .companies-modal .modal-text a {
    color: inherit; }

.team-modal {
  background: #FFFAF9; }
  @media (min-width: 768px) {
    .team-modal {
      margin-top: 297px;
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .team-modal.no-img {
      margin-top: 40px; } }
  @media (min-width: 1200px) {
    .team-modal {
      padding: 106px 94px 76px;
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    .team-modal.no-img {
      margin-top: 60px; } }
  .team-modal .modal-header {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .team-modal .modal-header {
        padding-right: 50%;
        position: relative; } }
    @media (min-width: 1200px) {
      .team-modal .modal-header {
        margin-bottom: 40px; } }
  .team-modal .modal-title {
    margin: 0;
    color: #043C5C; }
    @media (min-width: 1200px) {
      .team-modal .modal-title {
        font-size: 34px; } }
  .team-modal .modal-position {
    font-size: 18px;
    font-family: "Geist Mono", sans-serif;
    font-weight: 400; }
    @media (min-width: 768px) {
      .team-modal .modal-position {
        font-size: 22px; } }
    @media (min-width: 1200px) {
      .team-modal .modal-position {
        font-size: 28px; } }
  .team-modal .modal-image {
    border-radius: 12px;
    font-size: 0;
    overflow: hidden;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    max-width: 443px;
    margin-top: 20px; }
    @media (min-width: 1200px) {
      .team-modal .modal-image {
        position: absolute;
        right: -140px;
        width: 443px;
        height: 451px;
        bottom: 34px;
        margin-top: 0; } }
    .team-modal .modal-image img {
      width: 100%;
      height: 100%;
      aspect-ratio: 10 / 7;
      object-fit: cover; }
      @media (min-width: 768) {
        .team-modal .modal-image img {
          aspect-ratio: auto; } }
  .team-modal .modal-content {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .team-modal .modal-content .modal-content-col {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      transition: 0.3s; }
      .team-modal .modal-content .modal-content-col.modal-content-text {
        transform: translateX(-101%); }
      .team-modal .modal-content .modal-content-col.modal-content-video {
        transform: translateX(101%); }
      .team-modal .modal-content .modal-content-col.open {
        position: relative;
        transform: translateX(0); }
  .team-modal .modal-content-text .btn {
    background: #fff; }
  .team-modal .modal-content-text .btn:hover {
    background: #043C5C;
    color: #fff; }
  .team-modal .modal-content-text .btn::after {
    transform: translateY(-50%) rotate(45deg); }
  .team-modal .modal-content-text .btn:hover:after {
    background-image: url("/wp-content/uploads/icon_arrow_white.svg"); }
  .team-modal .modal-content-video .btn::after {
    transform: translateY(-50%) rotate(-135deg); }
  .team-modal .modal-content-video .btn:hover:after {
    background-image: url("/wp-content/uploads/icon_arrow_white.svg"); }
  .team-modal .modal-content-video .video-holder {
    aspect-ratio: 16 / 9;
    position: relative;
    width: 100%;
    margin-bottom: 15px; }
    .team-modal .modal-content-video .video-holder video,
    .team-modal .modal-content-video .video-holder iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .team-modal .modal-content-video .video-holder .video-placeholder {
      position: absolute;
      inset: 0;
      z-index: 10; }
      .team-modal .modal-content-video .video-holder .video-placeholder img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .team-modal .modal-content-video .video-holder .video-placeholder::after {
        content: '';
        z-index: 10;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        aspect-ratio: 1 / 1;
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("/wp-content/uploads/icon_play.svg"); }
        @media (min-width: 1200px) {
          .team-modal .modal-content-video .video-holder .video-placeholder::after {
            width: 94px; } }

.fancybox-slide-in-right {
  animation: slideInRight .35s ease forwards; }

.fancybox-slide-out-right {
  animation: slideOutRight .3s ease forwards; }

@keyframes slideInRight {
  from {
    transform: translateX(50px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1; }
  to {
    transform: translateX(50px);
    opacity: 0; } }

.hero-banner {
  position: relative;
  overflow: hidden; }
  .hero-banner.in-view .title > span {
    opacity: 1;
    transform: translateX(0); }
  .hero-banner.in-view .sub-title {
    opacity: 1;
    transform: translateX(0); }
  .hero-banner.in-view .bg-image.bg-image-1::before {
    opacity: 1;
    transform: scale(1); }
  .hero-banner.in-view .bg-image.bg-image-2, .hero-banner.in-view .bg-image.bg-image-3 {
    opacity: 1; }
    .hero-banner.in-view .bg-image.bg-image-2::before, .hero-banner.in-view .bg-image.bg-image-3::before {
      opacity: 1;
      transform: scale(1); }
  .hero-banner.in-view .link-next {
    transform: translateX(0);
    opacity: 1; }
    @media (min-width: 1200px) {
      .hero-banner.in-view .link-next {
        transform: rotate(-90deg) translateX(0); } }
  .hero-banner.in-view .subscription-holder {
    opacity: 1; }
  .hero-banner .bg-holder {
    position: absolute;
    inset: 0; }
  .hero-banner .bg-image {
    position: absolute;
    inset: 0;
    z-index: 2;
    transition: 1s; }
    .hero-banner .bg-image::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, #043C5C, rgba(4, 60, 92, 0.2) 47%);
      z-index: 1; }
    .hero-banner .bg-image::before {
      content: '';
      position: absolute;
      z-index: 2;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain; }
    .hero-banner .bg-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .hero-banner .bg-image.bg-image-1::before {
      right: -30px;
      bottom: -75px;
      width: 258px;
      height: 321px;
      background-image: url("/wp-content/uploads/decor_hero-banner-01.svg");
      background-size: cover;
      opacity: 0;
      transform: scale(0.9);
      transition: 1s;
      transition-delay: 4s; }
      @media (min-width: 768px) {
        .hero-banner .bg-image.bg-image-1::before {
          right: -45px;
          bottom: -112px;
          width: 387px;
          height: 481px; } }
      @media (min-width: 1200px) {
        .hero-banner .bg-image.bg-image-1::before {
          right: -60px;
          bottom: -150px;
          width: 516px;
          height: 641px; } }
    .hero-banner .bg-image.bg-image-2 {
      opacity: 0;
      z-index: 2;
      transition-delay: 8s; }
      .hero-banner .bg-image.bg-image-2::before {
        top: 32px;
        left: -65px;
        width: 325px;
        height: 337px;
        background-image: url("/wp-content/uploads/decor_hero-banner-02.svg");
        background-size: cover;
        opacity: 0;
        transform: scale(0.9);
        transition: 1s;
        transition-delay: 12s; }
        @media (min-width: 768px) {
          .hero-banner .bg-image.bg-image-2::before {
            top: 48px;
            left: -97px;
            width: 488px;
            height: 505px; } }
        @media (min-width: 1200px) {
          .hero-banner .bg-image.bg-image-2::before {
            top: 65px;
            left: -130px;
            width: 650px;
            height: 673px; } }
    .hero-banner .bg-image.bg-image-3 {
      opacity: 0;
      z-index: 3;
      transition-delay: 16s; }
      .hero-banner .bg-image.bg-image-3::before {
        bottom: -40px;
        right: -99px;
        width: 356px;
        height: 314px;
        background-image: url("/wp-content/uploads/decor_hero-banner-03.svg");
        background-size: cover;
        opacity: 0;
        transform: scale(0.9);
        transition: 1s;
        transition-delay: 7s; }
        @media (min-width: 768px) {
          .hero-banner .bg-image.bg-image-3::before {
            bottom: -60px;
            right: -148px;
            width: 534px;
            height: 471px; } }
        @media (min-width: 1200px) {
          .hero-banner .bg-image.bg-image-3::before {
            bottom: -80px;
            right: -198px;
            width: 712px;
            height: 628px; } }
  .hero-banner .container {
    position: relative;
    z-index: 10;
    min-height: 100vh;
    padding-bottom: 20px;
    padding-top: 140px; }
    @media (min-width: 768px) {
      .hero-banner .container {
        padding-top: 180px; } }
    @media (min-width: 1200px) {
      .hero-banner .container {
        display: flex;
        flex-direction: column;
        padding-bottom: 60px;
        padding-top: 187px; } }
  .hero-banner .title {
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Antipoda", sans-serif;
    margin-bottom: 15px;
    font-size: 55px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .hero-banner .title {
        font-size: 74px; } }
    @media (min-width: 1200px) {
      .hero-banner .title {
        font-size: 105px;
        margin-top: auto;
        max-width: 720px; } }
    .hero-banner .title > span {
      opacity: 0;
      transform: translateX(-10px);
      transition: 1s;
      transition-delay: 0.1s; }
      .hero-banner .title > span + span {
        transition-delay: 0.2s; }
        .hero-banner .title > span + span + span {
          transition-delay: 0.3s; }
          .hero-banner .title > span + span + span + span {
            transition-delay: 0.4s; }
    .hero-banner .title .title-span {
      position: relative; }
      .hero-banner .title .title-span .title-span-1,
      .hero-banner .title .title-span .title-span-2,
      .hero-banner .title .title-span .title-span-3 {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0; }
        .hero-banner .title .title-span .title-span-1.show,
        .hero-banner .title .title-span .title-span-2.show,
        .hero-banner .title .title-span .title-span-3.show {
          opacity: 1;
          position: static;
          transition: 1.5s; }
  .hero-banner .sub-title {
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    max-width: 595px;
    opacity: 0;
    position: relative;
    transform: translateX(-10px);
    transition: 1.5s;
    transition-delay: 1s; }
    @media (min-width: 768px) {
      .hero-banner .sub-title {
        font-size: 22px; } }
    @media (min-width: 1200px) {
      .hero-banner .sub-title {
        font-size: 24px;
        margin-bottom: 50px; } }
    .hero-banner .sub-title .sub-title-span-1,
    .hero-banner .sub-title .sub-title-span-2,
    .hero-banner .sub-title .sub-title-span-3 {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0; }
      .hero-banner .sub-title .sub-title-span-1.show,
      .hero-banner .sub-title .sub-title-span-2.show,
      .hero-banner .sub-title .sub-title-span-3.show {
        opacity: 1;
        position: static;
        transition: 1s; }
  .hero-banner .link-next {
    font-size: 9px;
    font-weight: 300;
    font-family: "Geist Mono", sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: none;
    padding: 0 60px 5px 28px;
    position: absolute;
    left: 16px;
    bottom: 20px;
    opacity: 0;
    transform: translateX(-40px);
    transition-delay: 3s; }
    @media (min-width: 1200px) {
      .hero-banner .link-next {
        bottom: -10px;
        display: inline-block;
        left: -20px;
        transform: rotate(-90deg) translateX(-40px);
        transform-origin: left; } }
    .hero-banner .link-next:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 1px;
      background: currentColor; }
  .hero-banner .subscription-holder {
    background: #2882EF;
    color: #FFFAF9;
    font-family: "Antipoda", sans-serif;
    border-radius: 12px;
    padding: 22px 50px 28px 34px;
    position: relative;
    margin-top: 20px;
    opacity: 0;
    transition: 1s;
    transition-delay: 16s; }
    @media (min-width: 1200px) {
      .hero-banner .subscription-holder {
        position: absolute;
        bottom: 50px;
        right: 16px;
        width: 341px; } }
    @media (min-width: 1200px) {
      .hero-banner .subscription-holder::before {
        content: '';
        position: absolute;
        top: -35px;
        left: -35px;
        width: 43px;
        aspect-ratio: 1 / 1;
        background-image: url("/wp-content/uploads/decor_star_subscription.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%; } }
    .hero-banner .subscription-holder .remove {
      width: 10px;
      height: 10px;
      position: absolute;
      top: 16px;
      right: 16px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50%;
      background-image: url("/wp-content/uploads/icon_x.svg");
      background-color: transparent;
      padding: 0;
      border: none;
      font-size: 0; }
    .hero-banner .subscription-holder .subscription-title {
      font-weight: 700;
      font-size: 16px;
      line-height: 1.22;
      margin-bottom: 20px;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .hero-banner .subscription-holder .subscription-title {
          font-size: 18px; } }
    .hero-banner .subscription-holder form {
      position: relative;
      margin-right: -16px; }
    .hero-banner .subscription-holder label,
    .hero-banner .subscription-holder legend {
      display: none; }
    .hero-banner .subscription-holder .ginput_complex {
      display: none; }
    .hero-banner .subscription-holder .hide_summary {
      display: none; }
    .hero-banner .subscription-holder input {
      border-bottom: 1px solid #fff;
      padding: 0 40px 3px 0;
      font-weight: 400;
      font-size: 14px;
      height: 26px;
      color: #fff; }
      .hero-banner .subscription-holder input::-webkit-input-placeholder {
        color: #fff; }
      .hero-banner .subscription-holder input::-moz-placeholder {
        opacity: 1;
        color: #fff; }
      .hero-banner .subscription-holder input:-moz-placeholder {
        color: #fff; }
      .hero-banner .subscription-holder input:-ms-input-placeholder {
        color: #fff; }
      .hero-banner .subscription-holder input.placeholder {
        color: #fff; }
    .hero-banner .subscription-holder .gform_footer {
      margin-top: 0; }
    .hero-banner .subscription-holder .validation_message {
      font-size: 14px; }
    .hero-banner .subscription-holder .gform_confirmation_message {
      font-size: 16px;
      line-height: 1.25; }
    .hero-banner .subscription-holder [type="submit"] {
      position: absolute;
      right: 0;
      top: 7px;
      width: 13px;
      height: 26px;
      border: none;
      padding: 0;
      font-size: 0;
      background-image: url("/wp-content/uploads/icon_arrow_white.svg");
      background-color: transparent;
      background-size: 13px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      transition: 0.3s; }

.page-header-section {
  margin-bottom: 40px;
  position: relative; }
  @media (min-width: 1200px) {
    .page-header-section {
      margin-bottom: 64px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-1 {
      margin-bottom: 73px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-1 .page-title {
      max-width: 900px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-1 .text {
      max-width: 900px; } }
  .page-header-section.decor-1::after {
    content: '';
    position: absolute;
    left: -274px;
    top: -100px;
    width: 610px;
    height: 585px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/decor_header_section-1.svg"); }
    @media (min-width: 768px) {
      .page-header-section.decor-1::after {
        left: -384px;
        top: -119px;
        width: 840px;
        height: 815px; } }
    @media (min-width: 1200px) {
      .page-header-section.decor-1::after {
        left: -374px;
        top: -149px;
        width: 1070px;
        height: 1035px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-2 {
      margin-bottom: 124px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-2 .page-title {
      max-width: 65%;
      margin-bottom: 62px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-2 .text {
      max-width: 85%; } }
  .page-header-section.decor-2::after {
    content: '';
    position: absolute;
    top: 115px;
    right: -100px;
    width: 300px;
    height: 320px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/decor_header_section-2.svg"); }
    @media (min-width: 768px) {
      .page-header-section.decor-2::after {
        left: 67%;
        top: 189px;
        right: auto;
        width: 520px;
        height: 540px; } }
    @media (min-width: 1200px) {
      .page-header-section.decor-2::after {
        left: 60%;
        top: 154px;
        width: 753px;
        height: 936px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-3 {
      margin-bottom: 124px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-3 .page-title {
      max-width: 76%;
      margin-bottom: 62px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-3 .text {
      max-width: 82%; } }
  .page-header-section.decor-3::after {
    content: '';
    position: absolute;
    top: 0;
    right: -80px;
    width: 300px;
    height: 320px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/decor_header_section-3.svg"); }
    @media (min-width: 768px) {
      .page-header-section.decor-3::after {
        left: 50%;
        right: auto;
        width: 520px;
        height: 540px; } }
    @media (min-width: 1200px) {
      .page-header-section.decor-3::after {
        left: 72%;
        top: 154px;
        width: 753px;
        height: 936px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-4 {
      margin-bottom: 124px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-4 .text {
      max-width: 85%; } }
  .page-header-section.decor-4::after {
    content: '';
    position: absolute;
    top: 0;
    right: -80px;
    width: 300px;
    height: 320px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/decor_header_section-4.svg"); }
    @media (min-width: 768px) {
      .page-header-section.decor-4::after {
        left: 50%;
        right: auto;
        width: 520px;
        height: 540px; } }
    @media (min-width: 1200px) {
      .page-header-section.decor-4::after {
        left: 58%;
        top: 14%;
        width: 753px;
        height: 741px; } }
  .page-header-section.decor-5::after {
    content: '';
    position: absolute;
    top: 0;
    right: -80px;
    width: 300px;
    height: 320px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/decor_header_section-5.svg"); }
    @media (min-width: 768px) {
      .page-header-section.decor-5::after {
        left: 50%;
        right: auto;
        width: 520px;
        height: 540px; } }
    @media (min-width: 1200px) {
      .page-header-section.decor-5::after {
        left: 58%;
        top: 15.6%;
        width: 753px;
        height: 741px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-6 {
      margin-bottom: 125px; } }
  .page-header-section.decor-6::after {
    content: '';
    position: absolute;
    top: -110px;
    right: calc(100% - 200px);
    height: 320px;
    width: 292px;
    transform: rotate(-30deg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/decor_header_section-6.svg"); }
    @media (min-width: 768px) {
      .page-header-section.decor-6::after {
        top: -150px;
        right: calc(100% - 450px);
        height: 550px;
        width: 502px; } }
    @media (min-width: 1200px) {
      .page-header-section.decor-6::after {
        top: -420px;
        right: calc(100%  + 10px - 50vw);
        height: 960px;
        width: 772px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-7 {
      margin-bottom: 75px; } }
  .page-header-section.decor-7::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -150px;
    width: 300px;
    height: 100%;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/decor_header_section-7.svg"); }
    @media (min-width: 768px) {
      .page-header-section.decor-7::after {
        left: 50%;
        right: auto;
        width: 520px; } }
    @media (min-width: 1200px) {
      .page-header-section.decor-7::after {
        left: 57%;
        top: -40px;
        height: 937px;
        width: 753px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-7 .page-title {
      margin-bottom: 56px; } }
  @media (min-width: 1200px) {
    .page-header-section.decor-7 .text {
      max-width: 82%; } }
  .page-header-section.decor-8::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 300px;
    height: 100%;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/decor_header_section-8.svg"); }
    @media (min-width: 768px) {
      .page-header-section.decor-8::after {
        left: 60%;
        right: auto;
        width: 520px; } }
    @media (min-width: 1200px) {
      .page-header-section.decor-8::after {
        left: 57%;
        width: 756px; } }
  .page-header-section.decor-9::after {
    content: '';
    position: absolute;
    left: -110px;
    top: -32px;
    width: 308px;
    height: 374px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/wp-content/uploads/decor_header_section-9.svg"); }
    @media (min-width: 768px) {
      .page-header-section.decor-9::after {
        left: -150px;
        top: 8px;
        width: 428px;
        height: 554px; } }
    @media (min-width: 1200px) {
      .page-header-section.decor-9::after {
        left: auto;
        right: calc(50% + 244px);
        top: -28px;
        width: 538px;
        height: 724px; } }
  .page-header-section.is-shadow {
    padding-bottom: 30px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .page-header-section.is-shadow {
        padding-bottom: 50px; } }
    @media (min-width: 1200px) {
      .page-header-section.is-shadow {
        padding-bottom: 92px; } }
  .page-header-section .container {
    position: relative;
    z-index: 20; }
  .page-header-section .image-holder {
    position: relative;
    height: 240px;
    background: #043C5C;
    color: #fff;
    padding: 120px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .page-header-section .image-holder {
        height: 400px; } }
    @media (min-width: 1200px) {
      .page-header-section .image-holder {
        height: 520px;
        padding: 120px 0 33px;
        margin-bottom: 50px; } }
    .page-header-section .image-holder::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, #043C5C, rgba(4, 60, 92, 0.2) 46%);
      mix-blend-mode: multiply; }
    .page-header-section .image-holder img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .page-header-section .image-holder .title {
      position: relative;
      z-index: 10;
      font-size: 20px;
      font-weight: 400;
      max-width: 80%;
      font-family: "Geist Mono", sans-serif;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .page-header-section .image-holder .title {
          font-size: 24px;
          max-width: 60%; } }
  .page-header-section .page-title {
    color: #043C5C;
    font-weight: 700;
    font-size: 32px;
    max-width: 80%;
    font-family: "Antipoda", sans-serif;
    margin-bottom: 20px;
    line-height: 1.1;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .page-header-section .page-title {
        font-size: 60px; } }
    @media (min-width: 1200px) {
      .page-header-section .page-title {
        font-size: 72px;
        max-width: 68%;
        margin-bottom: 44px; } }
  .page-header-section .text {
    max-width: 80%; }
    @media (min-width: 1200px) {
      .page-header-section .text {
        max-width: 60%; } }
    .page-header-section .text *:last-child {
      margin-bottom: 0; }
  .page-header-section .logo {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0 30px 40px;
    margin-top: 20px;
    margin-left: 20%; }
    @media (min-width: 768px) {
      .page-header-section .logo {
        margin-left: 40%;
        padding: 40px 0 40px 60px; } }
    @media (min-width: 1200px) {
      .page-header-section .logo {
        margin: 0;
        padding: 80px 0 80px 80px;
        position: absolute;
        top: 0;
        left: 68%;
        width: 32%;
        height: 294px;
        justify-content: flex-end; } }
    .page-header-section .logo:after {
      content: '';
      position: absolute;
      z-index: 5;
      top: 0;
      bottom: 0;
      left: 0;
      width: 80vw;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
      border-radius: 12px 0 0 12px; }
      @media (min-width: 768px) {
        .page-header-section .logo:after {
          width: 60vw; } }
      @media (min-width: 1200px) {
        .page-header-section .logo:after {
          width: 50vw; } }

.page-small-header-section {
  height: 240px;
  background: #2882EF;
  color: #fff;
  padding: 120px 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .page-small-header-section {
      height: 300px; } }
  @media (min-width: 1200px) {
    .page-small-header-section {
      height: 400px;
      padding: 120px 0 29px;
      margin-bottom: 64px; } }
  .page-id-609 .page-small-header-section {
    background: #043C5C; }
  .page-id-468 .page-small-header-section {
    background: #2882EF; }
  .page-id-467 .page-small-header-section {
    background: #FB5620; }
  .page-small-header-section::after {
    content: '';
    position: absolute;
    top: 110px;
    right: -90px;
    width: 300px;
    height: 225px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/ribbon.svg"); }
    @media (min-width: 768px) {
      .page-small-header-section::after {
        left: 65%;
        right: auto;
        top: 110px;
        width: 370px;
        height: 280px; } }
    @media (min-width: 1200px) {
      .page-small-header-section::after {
        left: 63%;
        top: 133px;
        width: 740px;
        height: 548px; } }
  .page-small-header-section.metabolic-diseases::after {
    background-image: url("/wp-content/uploads/ribbon_metabolic-diseases.svg"); }
  .page-small-header-section.pediatric-rare-diseases::after {
    background-image: url("/wp-content/uploads/ribbon_pediatric-rare-diseases.svg"); }
  .page-small-header-section.alzheimers-disease::after {
    background-image: url("/wp-content/uploads/ribbon_alzheimers-disease.svg"); }
  .page-small-header-section .page-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Antipoda", sans-serif;
    line-height: 1.1;
    max-width: 50%;
    margin: 0;
    position: relative;
    z-index: 10; }
    @media (min-width: 600px) {
      .page-small-header-section .page-title {
        max-width: 60%; } }
    @media (min-width: 768px) {
      .page-small-header-section .page-title {
        font-size: 40px;
        max-width: 70%; } }
    @media (min-width: 1200px) {
      .page-small-header-section .page-title {
        font-size: 72px;
        max-width: 721px; } }

.single-header-section {
  height: 240px;
  background: #043C5C;
  color: #fff;
  padding: 120px 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative; }
  @media (min-width: 768px) {
    .single-header-section {
      height: 300px; } }
  @media (min-width: 1200px) {
    .single-header-section {
      height: 400px;
      padding: 120px 0 29px; } }
  .single-header-section::before, .single-header-section::after {
    content: '';
    aspect-ratio: 0.96 / 1;
    width: 80px;
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 768px) {
      .single-header-section::before, .single-header-section::after {
        width: 120px; } }
    @media (min-width: 1024px) {
      .single-header-section::before, .single-header-section::after {
        width: 240px; } }
    @media (min-width: 1200px) {
      .single-header-section::before, .single-header-section::after {
        width: 340px; } }
  .single-header-section::before {
    bottom: 10px;
    right: 50px;
    background-image: url("/wp-content/uploads/decor_star_outline.svg"); }
    @media (min-width: 768px) {
      .single-header-section::before {
        right: 70px; } }
    @media (min-width: 1024px) {
      .single-header-section::before {
        right: 130px; } }
    @media (min-width: 1200px) {
      .single-header-section::before {
        right: 190px;
        bottom: 14px; } }
  .single-header-section::after {
    bottom: -5px;
    right: -5px;
    transform: translateY(50%);
    background-image: url("/wp-content/uploads/decor_star.svg"); }
  .single-header-section .title {
    color: #fff;
    font-family: "Geist Mono", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.36;
    margin-bottom: 0;
    max-width: 80%;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .single-header-section .title {
        font-size: 24px;
        max-width: 60%; } }

.bottom-banner {
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .bottom-banner {
      min-height: 320px;
      padding: 30px 0; } }
  @media (min-width: 1200px) {
    .bottom-banner {
      min-height: 342px;
      padding: 42px 0; } }
  .bottom-banner .bg-image {
    position: absolute;
    inset: 0; }
    .bottom-banner .bg-image::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(20deg, #043C5C, rgba(4, 60, 92, 0.2) 70%); }
    .bottom-banner .bg-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 0; }
  .bottom-banner .bottom-banner-link {
    position: relative;
    display: block;
    z-index: 10;
    font-family: "Antipoda", sans-serif;
    color: #fff;
    line-height: 1.14;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 24px;
    padding-right: 35px; }
    @media (min-width: 768px) {
      .bottom-banner .bottom-banner-link {
        font-size: 36px;
        max-width: 350px; } }
    @media (min-width: 1200px) {
      .bottom-banner .bottom-banner-link {
        font-size: 42px;
        max-width: 410px; } }
    .bottom-banner .bottom-banner-link:hover:after {
      transform: rotate(45deg); }
    .bottom-banner .bottom-banner-link.big-link {
      max-width: 812px; }
    .bottom-banner .bottom-banner-link::after {
      content: '';
      position: absolute;
      bottom: 10px;
      right: 0;
      width: 20px;
      aspect-ratio: 1 / 1;
      background-image: url("/wp-content/uploads/icon_arrow_white.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      transition: 0.3s; }

.bottom-banner-columns {
  position: relative;
  grid-template-rows: 200px;
  display: grid; }
  @media (min-width: 768px) {
    .bottom-banner-columns {
      min-height: 320px;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: 320px; } }
  @media (min-width: 1200px) {
    .bottom-banner-columns {
      grid-template-rows: 455px; } }
  .bottom-banner-columns .col {
    min-height: 200px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .bottom-banner-columns {
        min-height: 0; } }
    .bottom-banner-columns .col:hover .bg-image::after {
      left: 0;
      background: linear-gradient(45deg, #043C5C, rgba(4, 60, 92, 0.3) 65%); }
  .bottom-banner-columns .bg-image {
    position: absolute;
    inset: 0; }
    .bottom-banner-columns .bg-image::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -50%;
      width: 200%;
      background: linear-gradient(45deg, #043C5C, rgba(4, 60, 92, 0.2) 45%);
      transition: 0.3s; }
    .bottom-banner-columns .bg-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 0; }
  .bottom-banner-columns .bottom-banner-link {
    height: 100%;
    position: relative;
    z-index: 10;
    font-family: "Antipoda", sans-serif;
    color: #fff;
    line-height: 1.14;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px; }
    @media (min-width: 768px) {
      .bottom-banner-columns .bottom-banner-link {
        font-size: 36px; } }
    @media (min-width: 1200px) {
      .bottom-banner-columns .bottom-banner-link {
        font-size: 42px;
        padding: 50px; } }
    .bottom-banner-columns .bottom-banner-link:hover:after {
      transform: rotate(45deg); }
    .bottom-banner-columns .bottom-banner-link::after {
      content: '';
      position: absolute;
      bottom: 20px;
      right: 20px;
      width: 20px;
      aspect-ratio: 1 / 1;
      background-image: url("/wp-content/uploads/icon_arrow_white.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      transition: 0.3s; }
      @media (min-width: 1200px) {
        .bottom-banner-columns .bottom-banner-link::after {
          bottom: 60px;
          right: 40px; } }

.info-news-section {
  padding: 40px 0;
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
  position: relative; }
  @media (min-width: 768px) {
    .info-news-section {
      grid-template-columns: auto 350px;
      align-items: center; } }
  @media (min-width: 1200px) {
    .info-news-section {
      padding: 85px 0;
      gap: 60px;
      margin-bottom: 78px; } }
  .info-news-section:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    pointer-events: none; }
  .info-news-section .text-holder {
    font-weight: 500;
    line-height: 1.38; }
    @media (min-width: 1200px) {
      .info-news-section .text-holder {
        font-size: 26px; } }
  .info-news-section .text-holder p:last-of-type {
    margin-bottom: 0; }
  .info-news-section .news-item {
    display: flex;
    flex-direction: column;
    padding: 23px 22px 28px;
    border: 1px solid #043C5C;
    color: #fff;
    background: #043C5C;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1); }
    .info-news-section .news-item:hover {
      background: #2882EF; }
    .info-news-section .news-item .news-logo {
      text-align: right;
      height: 48px;
      width: auto;
      margin-bottom: 10px;
      transition: 0.3s; }
      .info-news-section .news-item .news-logo img, .info-news-section .news-item .news-logo svg {
        width: auto;
        max-height: 100%;
        max-width: 100%;
        object-fit: contain; }
    .info-news-section .news-item .news-cat {
      text-align: right;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.375;
      font-family: "Geist Mono", sans-serif;
      margin-bottom: 37px;
      text-transform: uppercase; }
    .info-news-section .news-item .news-date {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.375;
      font-family: "Geist Mono", sans-serif;
      margin-bottom: 12px; }
    .info-news-section .news-item .news-text {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.22;
      margin-bottom: 25px; }
      @media (min-width: 1200px) {
        .info-news-section .news-item .news-text {
          min-height: 90px;
          margin-bottom: 45px; } }
    .info-news-section .news-item .news-link {
      margin-top: auto;
      transition: 0.3s; }
    .info-news-section .news-item .read-more {
      color: #fff; }
      .info-news-section .news-item .read-more::after {
        background-image: url("/wp-content/uploads/icon_arrow_white.svg"); }
      .info-news-section .news-item:hover .read-more::after {
        transform: rotate(45deg); }

.work-section {
  margin-bottom: 40px;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .work-section {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .work-section {
      margin-bottom: 120px;
      width: 100vw;
      left: 50%;
      transform: translateX(-50%);
      max-width: 1366px;
      padding: 0 40px; } }
  .work-section .work-lottie {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 300px;      
    height: 300px;
    pointer-events: none;  
    z-index: 2; }
    @media (min-width: 768px) {
      .work-section .work-lottie {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -70%); } }
    @media (min-width: 1200px) {
      .work-section .work-lottie {
        transform: translate(-50%, -60%);
        width: 390px;      
        height: 390px; } }
  .work-section .title {
    color: #043C5C;
    font-family: "Antipoda", sans-serif;
    font-weight: 700;
    margin: 0 auto 20px;
    max-width: 720px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .work-section .title {
        font-size: 28px; } }
  .work-section .text-holder {
    max-width: 720px;
    margin: 0 auto 20px;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .work-section .text-holder {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .work-section .text-holder {
        margin-bottom: 70px; } }
  .work-section .work-holder {
    display: grid;
    gap: 30px; }
    @media (min-width: 768px) {
      .work-section .work-holder {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        column-gap: 0; } }
    @media (min-width: 1200px) {
      .work-section .work-holder {
        row-gap: 50px; } }
    @media (min-width: 1200px) {
      .work-section .work-holder.in-view .work-item {
        opacity: 1;
        transform: translateY(0); } }
    .work-section .work-holder .work-item {
      width: 100%; }
      @media (min-width: 768px) {
        .work-section .work-holder .work-item:nth-child(1) {
          grid-column: 1 / 2; } }
      @media (min-width: 768px) {
        .work-section .work-holder .work-item:nth-child(2) {
          grid-column: 2 / 3;
          grid-row: 2 / 3; } }
      @media (min-width: 1200px) {
        .work-section .work-holder .work-item:nth-child(2) {
          transition-delay: 2s; } }
      @media (min-width: 768px) {
        .work-section .work-holder .work-item:nth-child(3) {
          grid-column: 3 / 4; } }
      @media (min-width: 1200px) {
        .work-section .work-holder .work-item:nth-child(3) {
          transition-delay: 4s; } }
      .work-section .work-holder .work-item:nth-child(3) + .work-item {
        display: none; }
  @media (min-width: 1200px) {
    .work-section .work-item {
      opacity: 0;
      transform: translateY(40px);
      transition: 1s; } }
  .work-section .work-item .work-logo {
    margin-bottom: 15px; }
    .work-section .work-item .work-logo img, .work-section .work-item .work-logo svg {
      width: auto;
      height: 60px;
      object-fit: contain; }
  .work-section .work-item .work-title {
    color: #043C5C;
    font-family: "Antipoda", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .work-section .work-item .work-title {
        font-size: 28px; } }
  .work-section .work-item .work-text {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .work-section .work-item .work-text {
        margin-bottom: 30px; } }

.links-section {
  padding: 40px;
  color: #fff;
  position: relative; }
  @media (min-width: 768px) {
    .links-section {
      padding: 60px 0 103px; } }
  .links-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #043C5C;
    z-index: -1; }
  .links-section .title {
    margin-bottom: 20px;
    max-width: 910px; }
    @media (min-width: 1200px) {
      .links-section .title {
        margin-bottom: 36px; } }
  .links-section .text {
    margin-bottom: 20px;
    max-width: 910px; }
    @media (min-width: 768px) {
      .links-section .text {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .links-section .text {
        margin-bottom: 88px; } }
  .links-section .links-block {
    padding: 31px 0 31px 35px;
    max-width: 910px;
    position: relative;
    margin-bottom: 14px; }
    .links-section .links-block:last-child {
      margin-bottom: 0; }
    .links-section .links-block::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100vw;
      border: 2px solid #2882EF;
      border-radius: 12px 0 0 12px;
      pointer-events: none; }
  .links-section .title-block {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    font-family: "Antipoda", sans-serif;
    line-height: 1; }
    @media (min-width: 1200px) {
      .links-section .title-block {
        margin-bottom: 28px; } }
  .links-section .links {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .links-section .links li {
      margin-bottom: 11px; }
    .links-section .links a {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.2;
      text-decoration: none;
      color: #fff;
      padding: 16px 60px 16px 25px;
      background: #2882EF;
      display: block;
      border-radius: 12px;
      position: relative; }
      @media (min-width: 1200px) {
        .links-section .links a {
          font-size: 22px;
          line-height: 1.7; } }
      .links-section .links a:hover {
        color: #043C5C;
        background: #FFFAF9; }
      .links-section .links a:hover:after {
        transform: translateY(-50%) rotate(45deg); }
      .links-section .links a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: 13px;
        aspect-ratio: 1 / 1;
        background-image: url("/wp-content/uploads/icon_arrow_dark-blue.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        transition: 0.3s; }
        @media (min-width: 1200px) {
          .links-section .links a:after {
            right: 26px; } }

.accordion-links-section {
  position: relative;
  line-height: 1.36;
  font-size: 16px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .accordion-links-section {
      font-size: 18px;
      flex-direction: row;
      justify-content: space-between; } }
  @media (min-width: 1200px) {
    .accordion-links-section {
      font-size: 22px;
      margin-bottom: 76px; } }
  @media (min-width: 1200px) {
    .accordion-links-section + .accordion-links-section {
      margin-top: 169px; } }
  @media (min-width: 768px) {
    .accordion-links-section.image-right {
      flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .accordion-links-section.image-right .image-col .image {
      margin: 0 -16px 0 0;
      text-align: left; } }
  @media (min-width: 1126px) {
    .accordion-links-section.image-right .image-col .image {
      margin: 0 calc(545px - 50vw) 0 0; } }
  .accordion-links-section.image-right .image-col .image::after {
    top: 0;
    left: 0;
    right: auto;
    transform: translate(-51%, -50%); }
  @media (min-width: 768px) {
    .accordion-links-section.image-right .image-col .image img {
      border-radius: 12px 0 0 12px; } }
  @media (min-width: 1200px) {
    .accordion-links-section.image-right .image-col .image img {
      object-position: left; } }
  @media (min-width: 1400px) {
    .accordion-links-section.image-right .image-col .image img {
      border-radius: 12px; } }
  .accordion-links-section .text-col {
    width: 100%; }
    @media (min-width: 768px) {
      .accordion-links-section .text-col {
        width: calc(58% - 12px);
        padding-top: 30px; } }
    @media (min-width: 1200px) {
      .accordion-links-section .text-col {
        padding-top: 43px; } }
    .accordion-links-section .text-col .title {
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        .accordion-links-section .text-col .title {
          margin-bottom: 29px; } }
      .accordion-links-section .text-col .title:last-child {
        margin-bottom: 0; }
    .accordion-links-section .text-col .text {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .accordion-links-section .text-col .text {
          margin-bottom: 40px; } }
      @media (min-width: 1200px) {
        .accordion-links-section .text-col .text {
          margin-bottom: 77px; } }
      .accordion-links-section .text-col .text:last-child {
        margin-bottom: 0; }
    .accordion-links-section .text-col .accordion,
    .accordion-links-section .text-col .links {
      max-width: 768px; }
      @media (min-width: 768px) {
        .accordion-links-section .text-col .accordion,
        .accordion-links-section .text-col .links {
          margin: 0 -16px 0 0; } }
      @media (min-width: 1126px) {
        .accordion-links-section .text-col .accordion,
        .accordion-links-section .text-col .links {
          margin: 0 calc(545px - 50vw) 0 0; } }
      .accordion-links-section .text-col .accordion.type-second,
      .accordion-links-section .text-col .links.type-second {
        margin: 0; }
        .accordion-links-section .text-col .accordion.type-second .accordion-item,
        .accordion-links-section .text-col .accordion.type-second .link-item,
        .accordion-links-section .text-col .links.type-second .accordion-item,
        .accordion-links-section .text-col .links.type-second .link-item {
          background: #E8E8E9;
          margin-bottom: 10px;
          border-radius: 12px;
          overflow: hidden;
          border: 2px solid #E8E8E9;
          transition: 0.3s; }
          .accordion-links-section .text-col .accordion.type-second .accordion-item:last-child,
          .accordion-links-section .text-col .accordion.type-second .link-item:last-child,
          .accordion-links-section .text-col .links.type-second .accordion-item:last-child,
          .accordion-links-section .text-col .links.type-second .link-item:last-child {
            margin-bottom: 0; }
          .accordion-links-section .text-col .accordion.type-second .accordion-item.active .accordion-button:after,
          .accordion-links-section .text-col .accordion.type-second .link-item.active .accordion-button:after,
          .accordion-links-section .text-col .links.type-second .accordion-item.active .accordion-button:after,
          .accordion-links-section .text-col .links.type-second .link-item.active .accordion-button:after {
            transform: translateY(-50%) rotate(-180deg); }
          .accordion-links-section .text-col .accordion.type-second .accordion-item.active .accordion-content,
          .accordion-links-section .text-col .accordion.type-second .link-item.active .accordion-content,
          .accordion-links-section .text-col .links.type-second .accordion-item.active .accordion-content,
          .accordion-links-section .text-col .links.type-second .link-item.active .accordion-content {
            max-height: 500px;
            padding: 0 20px 20px; }
            @media (min-width: 1200px) {
              .accordion-links-section .text-col .accordion.type-second .accordion-item.active .accordion-content,
              .accordion-links-section .text-col .accordion.type-second .link-item.active .accordion-content,
              .accordion-links-section .text-col .links.type-second .accordion-item.active .accordion-content,
              .accordion-links-section .text-col .links.type-second .link-item.active .accordion-content {
                padding: 0 26px 20px; } }
        .accordion-links-section .text-col .accordion.type-second .accordion-button,
        .accordion-links-section .text-col .accordion.type-second .link,
        .accordion-links-section .text-col .links.type-second .accordion-button,
        .accordion-links-section .text-col .links.type-second .link {
          border: none;
          padding: 16px 50px 14px 16px;
          display: block;
          width: 100%;
          text-align: left;
          font-weight: 600;
          color: #2882EF;
          background: transparent;
          position: relative;
          text-decoration: none;
          font-size: 16px;
          outline: none; }
          @media (min-width: 768px) {
            .accordion-links-section .text-col .accordion.type-second .accordion-button,
            .accordion-links-section .text-col .accordion.type-second .link,
            .accordion-links-section .text-col .links.type-second .accordion-button,
            .accordion-links-section .text-col .links.type-second .link {
              font-size: 18px; } }
          @media (min-width: 1200px) {
            .accordion-links-section .text-col .accordion.type-second .accordion-button,
            .accordion-links-section .text-col .accordion.type-second .link,
            .accordion-links-section .text-col .links.type-second .accordion-button,
            .accordion-links-section .text-col .links.type-second .link {
              font-size: 22px;
              padding: 21px 50px 19px 26px; } }
          .accordion-links-section .text-col .accordion.type-second .accordion-button:focus-visible,
          .accordion-links-section .text-col .accordion.type-second .link:focus-visible,
          .accordion-links-section .text-col .links.type-second .accordion-button:focus-visible,
          .accordion-links-section .text-col .links.type-second .link:focus-visible {
            background: rgba(4, 60, 92, 0.1); }
          .accordion-links-section .text-col .accordion.type-second .accordion-button:after,
          .accordion-links-section .text-col .accordion.type-second .link:after,
          .accordion-links-section .text-col .links.type-second .accordion-button:after,
          .accordion-links-section .text-col .links.type-second .link:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            background-size: contain;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-image: url("/wp-content/uploads/icon_arrow_light-blue.svg");
            transition: 0.3s; }
        .accordion-links-section .text-col .accordion.type-second .link:hover:after,
        .accordion-links-section .text-col .links.type-second .link:hover:after {
          transform: translateY(-50%) rotate(45deg); }
        .accordion-links-section .text-col .accordion.type-second .link:after,
        .accordion-links-section .text-col .links.type-second .link:after {
          width: 14px;
          height: 14px;
          background-image: url("/wp-content/uploads/icon_arrow_light-blue_second.svg"); }
        .accordion-links-section .text-col .accordion.type-second .accordion-content,
        .accordion-links-section .text-col .links.type-second .accordion-content {
          max-height: 0;
          padding: 0 20px;
          overflow: hidden;
          transition: max-height 0.3s ease;
          font-size: 14px; }
          @media (min-width: 1200px) {
            .accordion-links-section .text-col .accordion.type-second .accordion-content,
            .accordion-links-section .text-col .links.type-second .accordion-content {
              font-size: 18px;
              padding: 0 26px; } }
          .accordion-links-section .text-col .accordion.type-second .accordion-content *:last-child,
          .accordion-links-section .text-col .links.type-second .accordion-content *:last-child {
            margin-bottom: 0; }
          .accordion-links-section .text-col .accordion.type-second .accordion-content .read-more,
          .accordion-links-section .text-col .links.type-second .accordion-content .read-more {
            color: #2882EF;
            display: inline-block; }
            @media (min-width: 1200px) {
              .accordion-links-section .text-col .accordion.type-second .accordion-content .read-more,
              .accordion-links-section .text-col .links.type-second .accordion-content .read-more {
                margin-top: 20px; } }
            .accordion-links-section .text-col .accordion.type-second .accordion-content .read-more:after,
            .accordion-links-section .text-col .links.type-second .accordion-content .read-more:after {
              background-image: url("/wp-content/uploads/icon_arrow_light-blue_second.svg"); }
      .accordion-links-section .text-col .accordion:not(.type-second) .accordion-item,
      .accordion-links-section .text-col .accordion:not(.type-second) .link-item,
      .accordion-links-section .text-col .links:not(.type-second) .accordion-item,
      .accordion-links-section .text-col .links:not(.type-second) .link-item {
        margin-bottom: 10px;
        border-radius: 12px;
        overflow: hidden;
        border: 2px solid #2882EF;
        transition: 0.3s; }
        .accordion-links-section .text-col .accordion:not(.type-second) .accordion-item:last-child,
        .accordion-links-section .text-col .accordion:not(.type-second) .link-item:last-child,
        .accordion-links-section .text-col .links:not(.type-second) .accordion-item:last-child,
        .accordion-links-section .text-col .links:not(.type-second) .link-item:last-child {
          margin-bottom: 0; }
        .accordion-links-section .text-col .accordion:not(.type-second) .accordion-item.active,
        .accordion-links-section .text-col .accordion:not(.type-second) .link-item.active,
        .accordion-links-section .text-col .links:not(.type-second) .accordion-item.active,
        .accordion-links-section .text-col .links:not(.type-second) .link-item.active {
          background: #2882EF;
          color: #fff; }
          .accordion-links-section .text-col .accordion:not(.type-second) .accordion-item.active .accordion-button,
          .accordion-links-section .text-col .accordion:not(.type-second) .link-item.active .accordion-button,
          .accordion-links-section .text-col .links:not(.type-second) .accordion-item.active .accordion-button,
          .accordion-links-section .text-col .links:not(.type-second) .link-item.active .accordion-button {
            color: #fff; }
            .accordion-links-section .text-col .accordion:not(.type-second) .accordion-item.active .accordion-button:after,
            .accordion-links-section .text-col .accordion:not(.type-second) .link-item.active .accordion-button:after,
            .accordion-links-section .text-col .links:not(.type-second) .accordion-item.active .accordion-button:after,
            .accordion-links-section .text-col .links:not(.type-second) .link-item.active .accordion-button:after {
              transform: translateY(-50%) rotate(-180deg);
              background-image: url("/wp-content/uploads/icon_arrow_white_second.svg"); }
          .accordion-links-section .text-col .accordion:not(.type-second) .accordion-item.active .accordion-content,
          .accordion-links-section .text-col .accordion:not(.type-second) .link-item.active .accordion-content,
          .accordion-links-section .text-col .links:not(.type-second) .accordion-item.active .accordion-content,
          .accordion-links-section .text-col .links:not(.type-second) .link-item.active .accordion-content {
            max-height: 500px;
            padding: 0 20px 40px; }
      .accordion-links-section .text-col .accordion:not(.type-second) .accordion-item:hover,
      .accordion-links-section .text-col .links:not(.type-second) .accordion-item:hover {
        background: #2882EF;
        color: #fff; }
        .accordion-links-section .text-col .accordion:not(.type-second) .accordion-item:hover .accordion-button,
        .accordion-links-section .text-col .links:not(.type-second) .accordion-item:hover .accordion-button {
          color: #fff; }
          .accordion-links-section .text-col .accordion:not(.type-second) .accordion-item:hover .accordion-button:after,
          .accordion-links-section .text-col .links:not(.type-second) .accordion-item:hover .accordion-button:after {
            background-image: url("/wp-content/uploads/icon_arrow_white_second.svg"); }
      .accordion-links-section .text-col .accordion:not(.type-second) .accordion-button,
      .accordion-links-section .text-col .accordion:not(.type-second) .link,
      .accordion-links-section .text-col .links:not(.type-second) .accordion-button,
      .accordion-links-section .text-col .links:not(.type-second) .link {
        border: none;
        padding: 16px 80px 14px 16px;
        display: block;
        width: 100%;
        text-align: left;
        font-weight: 600;
        color: #2882EF;
        font-family: "Antipoda", sans-serif;
        background: transparent;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 20px; }
        @media (min-width: 768px) {
          .accordion-links-section .text-col .accordion:not(.type-second) .accordion-button,
          .accordion-links-section .text-col .accordion:not(.type-second) .link,
          .accordion-links-section .text-col .links:not(.type-second) .accordion-button,
          .accordion-links-section .text-col .links:not(.type-second) .link {
            font-size: 24px; } }
        @media (min-width: 1200px) {
          .accordion-links-section .text-col .accordion:not(.type-second) .accordion-button,
          .accordion-links-section .text-col .accordion:not(.type-second) .link,
          .accordion-links-section .text-col .links:not(.type-second) .accordion-button,
          .accordion-links-section .text-col .links:not(.type-second) .link {
            font-size: 32px;
            padding: 26px 80px 22px 30px; } }
        .accordion-links-section .text-col .accordion:not(.type-second) .accordion-button:after,
        .accordion-links-section .text-col .accordion:not(.type-second) .link:after,
        .accordion-links-section .text-col .links:not(.type-second) .accordion-button:after,
        .accordion-links-section .text-col .links:not(.type-second) .link:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%);
          width: 20px;
          height: 20px;
          background-size: contain;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-image: url("/wp-content/uploads/icon_arrow_light-blue.svg");
          transition: 0.3s; }
          @media (min-width: 1200px) {
            .accordion-links-section .text-col .accordion:not(.type-second) .accordion-button:after,
            .accordion-links-section .text-col .accordion:not(.type-second) .link:after,
            .accordion-links-section .text-col .links:not(.type-second) .accordion-button:after,
            .accordion-links-section .text-col .links:not(.type-second) .link:after {
              width: 40px;
              height: 40px;
              right: 28px; } }
      .accordion-links-section .text-col .accordion:not(.type-second) .link:hover:after,
      .accordion-links-section .text-col .links:not(.type-second) .link:hover:after {
        transform: translateY(-50%) rotate(45deg); }
      .accordion-links-section .text-col .accordion:not(.type-second) .link:after,
      .accordion-links-section .text-col .links:not(.type-second) .link:after {
        background-image: url("/wp-content/uploads/icon_arrow_light-blue_second.svg"); }
      .accordion-links-section .text-col .accordion:not(.type-second) .accordion-content,
      .accordion-links-section .text-col .links:not(.type-second) .accordion-content {
        max-height: 0;
        padding: 0 20px;
        overflow: hidden;
        transition: max-height 0.3s ease;
        font-size: 16px; }
        @media (min-width: 768px) {
          .accordion-links-section .text-col .accordion:not(.type-second) .accordion-content,
          .accordion-links-section .text-col .links:not(.type-second) .accordion-content {
            font-size: 18px; } }
        @media (min-width: 1200px) {
          .accordion-links-section .text-col .accordion:not(.type-second) .accordion-content,
          .accordion-links-section .text-col .links:not(.type-second) .accordion-content {
            font-size: 22px; } }
        .accordion-links-section .text-col .accordion:not(.type-second) .accordion-content *:last-child,
        .accordion-links-section .text-col .links:not(.type-second) .accordion-content *:last-child {
          margin-bottom: 0; }
  .accordion-links-section .image-col {
    width: 100%; }
    @media (min-width: 768px) {
      .accordion-links-section .image-col {
        width: calc(42% - 12px); } }
    .accordion-links-section .image-col .image {
      font-size: 0;
      position: relative; }
      @media (min-width: 768px) {
        .accordion-links-section .image-col .image {
          margin: 0 0 0 -16px;
          text-align: right; } }
      @media (min-width: 1126px) {
        .accordion-links-section .image-col .image {
          margin: 0 0 0 calc(545px - 50vw); } }
      .accordion-links-section .image-col .image::after {
        content: '';
        position: absolute;
        width: 60px;
        top: 0;
        right: 0;
        transform: translate(47%, -50%);
        aspect-ratio: 1 / 1;
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("/wp-content/uploads/decor_star.svg"); }
        @media (min-width: 768px) {
          .accordion-links-section .image-col .image::after {
            width: 50px; } }
        @media (min-width: 1200px) {
          .accordion-links-section .image-col .image::after {
            width: 100px; } }
      .accordion-links-section .image-col .image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-width: 600px;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
        border-radius: 12px; }
        @media (min-width: 768px) {
          .accordion-links-section .image-col .image img {
            border-radius: 0 12px 12px 0; } }
        @media (min-width: 1200px) {
          .accordion-links-section .image-col .image img {
            object-position: right; } }
        @media (min-width: 1400px) {
          .accordion-links-section .image-col .image img {
            border-radius: 12px; } }

.founders-section {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .founders-section {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .founders-section {
      margin-bottom: 195px; } }
  .founders-section .founder-list {
    display: grid;
    gap: 20px; }
    @media (min-width: 768px) {
      .founders-section .founder-list {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1200px) {
      .founders-section .founder-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px; } }
  .founders-section .title {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .founders-section .title {
        margin-bottom: 30px; } }
  .founders-section .founder-item {
    border-radius: 12px;
    overflow: hidden; }
    .founders-section .founder-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.tabs-section {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .tabs-section {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .tabs-section {
      margin-bottom: 110px; } }

.tabs-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .tabs-nav {
      margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .tabs-nav {
      margin-bottom: 80px;
      /* justify-content: space-between; */ } }
  .tabs-nav .tab-nav {
    padding: 7px 30px 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-family: "Antipoda", sans-serif;
    border-radius: 8px;
    border: 1px solid #043C5C;
    background: transparent;
    transition: 0.3s; }
    .tabs-nav .tab-nav.open, .tabs-nav .tab-nav:hover {
      background: #2882EF;
      border-color: #2882EF;
      color: #fff; }

.tabs-content {
  position: relative; }
  .tabs-content .tab-item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    pointer-events: none; }
    .tabs-content .tab-item.open {
      position: static;
      opacity: 1;
      pointer-events: auto; }

.team-list {
  display: grid;
  gap: 24px; }
  @media (min-width: 768px) {
    .team-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1200px) {
    .team-list {
      grid-template-columns: repeat(3, 1fr); } }

.team-box {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #043C5C;
  background: #fff;
  text-decoration: none;
  color: #043C5C;
  display: block;
  height: 100%;
  transition: 0.3s;
  position: relative; }
  .team-box:hover {
    background: #043C5C;
    color: #fff; }
    .team-box:hover::after {
      background-image: url("/wp-content/uploads/icon_arrow_white.svg");
      transform: rotate(45deg); }
  .team-box::after {
    content: '';
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 13px;
    aspect-ratio: 1 / 1;
    background-image: url("/wp-content/uploads/icon_arrow_dark-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: 0.3s; }
  .team-box .team-image {
    display: block;
    font-size: 0;
    width: 100%;
    aspect-ratio: 1 / 1; }
    .team-box .team-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .team-box .team-text {
    display: block;
    padding: 20px 40px 24px 25px; }
  .team-box .team-title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px; }
  .team-box .team-position {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Geist Mono", sans-serif; }

.text-section {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .text-section {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .text-section {
      margin-bottom: 140px;
      padding-inline: 94px 90px; } }
  .text-section .title {
    position: relative;
    padding-top: 52px;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .text-section .title {
        padding-top: 72px; } }
    @media (min-width: 1200px) {
      .text-section .title {
        padding-top: 92px;
        margin-bottom: 30px; } }
    .text-section .title:before {
      content: '';
      position: absolute;
      top: 5px;
      left: -16px;
      width: 50px;
      aspect-ratio: 0.96 / 1;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("/wp-content/uploads/decor_star.svg"); }
      @media (min-width: 992px) {
        .text-section .title:before {
          width: 70px;
          left: -45px; } }
      @media (min-width: 1200px) {
        .text-section .title:before {
          width: 90px;
          left: -75px; } }
    .text-section .title:last-child {
      margin-bottom: 0; }
  .text-section .text {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .text-section .text {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .text-section .text {
        margin-bottom: 77px; } }
    .text-section .text:last-child {
      margin-bottom: 0; }

.pipeline-section {
  margin-bottom: 100px;
  position: relative; }
  @media (min-width: 768px) {
    .pipeline-section {
      margin-bottom: 200px; } }
  @media (min-width: 1200px) {
    .pipeline-section {
      margin-bottom: 294px; } }
  .pipeline-section:after {
    content: '';
    position: absolute;
    bottom: -100px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url("/wp-content/uploads/decor_pipeline.svg"); }
    @media (min-width: 768px) {
      .pipeline-section:after {
        bottom: -200px; } }
    @media (min-width: 1200px) {
      .pipeline-section:after {
        bottom: -415px;
        right: calc(100% - 234px);
        width: 753px;
        height: 751px; } }
  .pipeline-section .text-holder {
    display: grid;
    gap: 20px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .pipeline-section .text-holder {
        grid-template-columns: 250px auto;
        gap: 25px;
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .pipeline-section .text-holder {
        margin-bottom: 70px; } }
  .pipeline-section .pipeline-holder {
    overflow: clip; }
    @media (min-width: 1126px) {
      .pipeline-section .pipeline-holder {
        margin: 0 calc(545px - 50vw) 0 0;
        max-width: 1230px; } }
  .pipeline-section .pipeline-block {
    margin-top: 40px;
    line-height: 1.36; }
    @media (min-width: 1200px) {
      .pipeline-section .pipeline-block {
        margin-top: 74px; } }
    .pipeline-section .pipeline-block:first-child {
      margin-top: 0; }
    .pipeline-section .pipeline-block.pipeline-light-blue .pipeline-header .pipeline-left {
      color: #2882EF; }
      .pipeline-section .pipeline-block.pipeline-light-blue .pipeline-header .pipeline-left:before {
        background-image: url("/wp-content/uploads/icon_pipeline-title_yellow.svg"); }
      .pipeline-section .pipeline-block.pipeline-light-blue .pipeline-header .pipeline-left .read-more {
        color: #2882EF; }
        .pipeline-section .pipeline-block.pipeline-light-blue .pipeline-header .pipeline-left .read-more::after {
          background-image: url("/wp-content/uploads/icon_arrow_light-blue_second.svg"); }
    .pipeline-section .pipeline-block.pipeline-light-blue .pipeline-rows {
      border-color: #2882EF; }
    .pipeline-section .pipeline-block.pipeline-light-blue .pipeline-row {
      border-color: #2882EF; }
      .pipeline-section .pipeline-block.pipeline-light-blue .pipeline-row .pipeline-left {
        background: #2882EF; }
      .pipeline-section .pipeline-block.pipeline-light-blue .pipeline-row .pipeline-center .percent {
        background: linear-gradient(90deg, rgba(40, 130, 239, 0), #2882EF 150px); }
        .pipeline-section .pipeline-block.pipeline-light-blue .pipeline-row .pipeline-center .percent::after {
          background-image: url("/wp-content/uploads/decor_star_light-blue_outline.svg"); }
    .pipeline-section .pipeline-block.pipeline-orange .pipeline-header .pipeline-left {
      color: #FB5620; }
      .pipeline-section .pipeline-block.pipeline-orange .pipeline-header .pipeline-left:before {
        background-image: url("/wp-content/uploads/icon_pipeline-title_purple.svg"); }
      .pipeline-section .pipeline-block.pipeline-orange .pipeline-header .pipeline-left .read-more {
        color: #FB5620; }
        .pipeline-section .pipeline-block.pipeline-orange .pipeline-header .pipeline-left .read-more::after {
          background-image: url("/wp-content/uploads/icon_arrow_orange.svg"); }
    .pipeline-section .pipeline-block.pipeline-orange .pipeline-rows {
      border-color: #FB5620; }
    .pipeline-section .pipeline-block.pipeline-orange .pipeline-row {
      border-color: #FB5620; }
      .pipeline-section .pipeline-block.pipeline-orange .pipeline-row .pipeline-left {
        background: #FB5620; }
      .pipeline-section .pipeline-block.pipeline-orange .pipeline-row .pipeline-center .percent {
        background: linear-gradient(90deg, rgba(251, 86, 32, 0), #FB5620 150px); }
        .pipeline-section .pipeline-block.pipeline-orange .pipeline-row .pipeline-center .percent::after {
          background-image: url("/wp-content/uploads/decor_star_orange_outline.svg"); }
    .pipeline-section .pipeline-block .pipeline-header {
      font-size: 15px;
      line-height: 1.5;
      color: #8D8D8D;
      text-transform: uppercase;
      text-align: center;
      font-family: "Geist Mono", sans-serif;
      display: grid;
      align-items: center;
      padding-bottom: 25px; }
      @media (min-width: 1024px) {
        .pipeline-section .pipeline-block .pipeline-header {
          grid-template-columns: 373px auto 214px; } }
      @media (min-width: 1200px) {
        .pipeline-section .pipeline-block .pipeline-header {
          padding-bottom: 31px; } }
      .pipeline-section .pipeline-block .pipeline-header .read-more {
        padding-right: 25px;
        font-size: 14px;
        align-self: flex-end;
        flex-shrink: 0;
        margin-left: -65px; }
      .pipeline-section .pipeline-block .pipeline-header .pipeline-left {
        font-family: "Antipoda", sans-serif;
        font-size: 28px;
        line-height: 1.1;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
        color: #043C5C;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        gap: 10px;
        justify-content: space-between;
        padding-left: 45px;
        position: relative;
        width: 100%;
        max-width: 373px; }
        @media (min-width: 768px) {
          .pipeline-section .pipeline-block .pipeline-header .pipeline-left {
            flex-direction: row;
            gap: 0; } }
        .pipeline-section .pipeline-block .pipeline-header .pipeline-left:before {
          content: '';
          position: absolute;
          top: 5px;
          left: 0;
          width: 35px;
          height: 51px;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: contain;
          background-image: url("/wp-content/uploads/icon_pipeline-title_light-blue.svg"); }
      .pipeline-section .pipeline-block .pipeline-header .pipeline-center {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center; }
        @media (max-width: 1023px) {
          .pipeline-section .pipeline-block .pipeline-header .pipeline-center {
            display: none; } }
        .pipeline-section .pipeline-block .pipeline-header .pipeline-center .col {
          padding: 0 20px;
          position: relative; }
          .pipeline-section .pipeline-block .pipeline-header .pipeline-center .col:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 9999px;
            z-index: -1;
            background: repeating-linear-gradient(#D9D9D9, #D9D9D9 2px, transparent 4px, transparent 6px); }
      @media (max-width: 1023px) {
        .pipeline-section .pipeline-block .pipeline-header .pipeline-right {
          display: none; } }
    .pipeline-section .pipeline-block .pipeline-rows {
      border: 2px solid #043C5C;
      border-radius: 12px;
      overflow: clip; }
    .pipeline-section .pipeline-block .pipeline-row {
      position: relative;
      border-top: 1px solid #043C5C;
      display: grid; }
      @media (min-width: 1024px) {
        .pipeline-section .pipeline-block .pipeline-row {
          grid-template-columns: 373px auto 214px;
          min-height: 115px; } }
      .pipeline-section .pipeline-block .pipeline-row:first-child {
        border-top: none;
        min-height: 100px; }
        .pipeline-section .pipeline-block .pipeline-row:first-child .pipeline-left::before {
          display: none; }
      .pipeline-section .pipeline-block .pipeline-row:last-child {
        min-height: 100px; }
      .pipeline-section .pipeline-block .pipeline-row.in-view .pipeline-center .percent {
        width: var(--ibri-width); }
        @media (min-width: 1024px) {
          .pipeline-section .pipeline-block .pipeline-row.in-view .pipeline-center .percent::after {
            opacity: 1; } }
      .pipeline-section .pipeline-block .pipeline-row .pipeline-left {
        background: #043C5C;
        color: #fff;
        padding: 20px;
        position: relative; }
        @media (max-width: 1023px) {
          .pipeline-section .pipeline-block .pipeline-row .pipeline-left {
            display: flex;
            justify-content: flex-start; } }
        @media (min-width: 1024px) {
          .pipeline-section .pipeline-block .pipeline-row .pipeline-left {
            padding: 20px 44px 20px 34px; } }
        .pipeline-section .pipeline-block .pipeline-row .pipeline-left:empty:before {
          display: none; }
        .pipeline-section .pipeline-block .pipeline-row .pipeline-left::before {
          content: '';
          position: absolute;
          top: -1px;
          left: 0;
          right: 0;
          height: 1px;
          background: #fff; }
      .pipeline-section .pipeline-block .pipeline-row .pipeline-center {
        position: relative;
        border-bottom: 1px dashed #D9D9D9;
        height: 115px; }
        @media (min-width: 1024px) {
          .pipeline-section .pipeline-block .pipeline-row .pipeline-center {
            border-bottom: none;
            height: auto; } }
        @media (max-width: 1023px) {
          .pipeline-section .pipeline-block .pipeline-row .pipeline-center {
            display: flex;
            justify-content: center; } }
        .pipeline-section .pipeline-block .pipeline-row .pipeline-center .percent {
          transition: 1s;
          position: absolute;
          top: 50%;
          left: 0;
          height: 18px;
          font-size: 0;
          transform: translateY(-50%);
          background: linear-gradient(90deg, rgba(4, 60, 92, 0), #043C5C 150px);
          width: 0;
          padding: 0; }
          .pipeline-section .pipeline-block .pipeline-row .pipeline-center .percent:before {
            content: attr(data-status);
            position: absolute;
            bottom: 100%;
            width: calc(100vw - 52px);
            left: 10px;
            font-size: 14px; }
            @media (min-width: 768px) {
              .pipeline-section .pipeline-block .pipeline-row .pipeline-center .percent:before {
                font-size: 16px; } }
            @media (min-width: 1024px) {
              .pipeline-section .pipeline-block .pipeline-row .pipeline-center .percent:before {
                display: none; } }
          .pipeline-section .pipeline-block .pipeline-row .pipeline-center .percent::after {
            content: '';
            width: 50px;
            aspect-ratio: 1 / 1;
            position: absolute;
            top: 50%;
            left: 100%;
            z-index: -1;
            transform: translate(-50%, -50%);
            background-size: contain;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-image: url("/wp-content/uploads/decor_star_dark-blue_outline.svg"); }
            @media (min-width: 1024px) {
              .pipeline-section .pipeline-block .pipeline-row .pipeline-center .percent::after {
                opacity: 0;
                transition: 0.5s;
                transition-delay: 0.3s;
                width: 79px; } }
      .pipeline-section .pipeline-block .pipeline-row .pipeline-right {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
        @media (max-width: 1023px) {
          .pipeline-section .pipeline-block .pipeline-row .pipeline-right {
            justify-content: flex-start; } }
        .pipeline-section .pipeline-block .pipeline-row .pipeline-right:empty {
          padding: 0; }

.text-image-section {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .text-image-section {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .text-image-section {
      margin-bottom: 155px; } }
  .text-image-section .images {
    margin-bottom: 20px;
    display: grid;
    gap: 3px;
    position: relative; }
    @media (min-width: 768px) {
      .text-image-section .images {
        grid-template-columns: 38% 62%;
        margin: 0 -16px 0 0; } }
    @media (min-width: 1126px) {
      .text-image-section .images {
        margin: 0 calc(545px - 50vw) 0 0;
        max-width: 1230px; } }
    @media (min-width: 1200px) {
      .text-image-section .images {
        margin-bottom: 56px; } }
    .text-image-section .images:after {
      content: '';
      width: 50px;
      position: absolute;
      left: 0;
      top: 0;
      transform: translate(-50%, -50%);
      aspect-ratio: 1 / 1;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      background-image: url("/wp-content/uploads/decor_star.svg"); }
      @media (min-width: 768px) {
        .text-image-section .images:after {
          width: 80px; } }
      @media (min-width: 1200px) {
        .text-image-section .images:after {
          width: 100px; } }
    .text-image-section .images .image {
      border-radius: 12px;
      overflow: hidden;
      font-size: 0; }
      @media (min-width: 768px) {
        .text-image-section .images .image:nth-child(even) {
          border-radius: 12px 0 0 12px; } }
      .text-image-section .images .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media (min-width: 1300px) {
          .text-image-section .images .image img {
            border-radius: 12px; } }
  .text-image-section .title {
    margin-bottom: 20px;
    max-width: 907px; }
    @media (min-width: 1200px) {
      .text-image-section .title {
        margin-bottom: 32px; } }
  .text-image-section .text {
    max-width: 907px; }

.info-section {
  background: #043C5C;
  color: #fff;
  border: 4px solid #043C5C;
  border-radius: 12px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .info-section {
      display: flex;
      align-items: center; } }
  @media (min-width: 1200px) {
    .info-section {
      margin-bottom: 77px; } }
  @media (min-width: 768px) {
    .info-section .image-col {
      width: 40%;
      align-self: stretch; } }
  .info-section .image-col img {
    border-radius: 12px;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .info-section .text-col {
    padding: 24px; }
    @media (min-width: 768px) {
      .info-section .text-col {
        width: 60%; } }
  .info-section .sab-title {
    font-size: 14px;
    font-weight: 500;
    font-family: "Geist Mono", sans-serif;
    text-transform: uppercase; }
  .info-section .title {
    color: #fff;
    font-family: "Antipoda", sans-serif;
    font-weight: 500;
    margin-bottom: 16px; }
    @media (min-width: 1200px) {
      .info-section .title {
        font-size: 28px; } }
  .info-section .text {
    margin-bottom: 16px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .info-section .text {
        font-size: 18px; } }
  .info-section .read-more {
    color: #fff; }
    .info-section .read-more::after {
      background-image: url("/wp-content/uploads/icon_arrow_white.svg"); }

.portfolio-section {
  padding: 40px 0;
  position: relative; }
  @media (min-width: 1200px) {
    .portfolio-section {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .portfolio-section {
      padding: 60px 0 160px; } }
  .portfolio-section:after {
    content: '';
    position: absolute;
    box-shadow: inset 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    opacity: 0.4;
    background: url("/wp-content/uploads/bg_star.svg");
    z-index: -1; }
  .portfolio-section .title {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .portfolio-section .title {
        margin-bottom: 56px; } }
  .portfolio-section .portfolio-list {
    display: grid;
    gap: 24px; }
    @media (min-width: 768px) {
      .portfolio-section .portfolio-list {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1200px) {
      .portfolio-section .portfolio-list {
        grid-template-columns: repeat(3, 1fr); } }
  .portfolio-section .portfolio-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
    height: 200px;
    padding: 20px 40px;
    transition: 0.3s;
    text-decoration: none; }
    @media (min-width: 1200px) {
      .portfolio-section .portfolio-box {
        height: 262px; } }
    .portfolio-section a.portfolio-box:hover {
      box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.15); }
    .portfolio-section .portfolio-box .logo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .portfolio-section .portfolio-box .logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; }
    .portfolio-section .portfolio-box .text {
      font-size: 28px;
      font-weight: 700;
      line-height: 1.18; }
      @media (min-width: 768px) {
        .portfolio-section .portfolio-box .text {
          font-size: 32px; } }
      .portfolio-section .portfolio-box .text > span {
        display: block;
        font-weight: 300; }

.accordion-section {
  max-width: 723px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0; }
  @media (min-width: 768px) {
    .accordion-section {
      padding: 120px 0; } }
  @media (min-width: 1200px) {
    .accordion-section {
      padding: 164px 0 236px; } }
  .accordion-section:after {
    content: '';
    position: absolute;
    box-shadow: inset 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    opacity: 0.4;
    background: url("/wp-content/uploads/bg_star.svg");
    z-index: -1; }
  .accordion-section .tittle {
    margin-bottom: 20px;
    position: relative; }
    @media (min-width: 1200px) {
      .accordion-section .tittle {
        margin-bottom: 29px; } }
    .accordion-section .tittle::before {
      content: '';
      position: absolute;
      left: 0;
      top: -50px;
      width: 50px;
      aspect-ratio: 1 / 1;
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("/wp-content/uploads/decor_star.svg"); }
      @media (min-width: 768px) {
        .accordion-section .tittle::before {
          width: 70px;
          top: -70px;
          left: -10px; } }
      @media (min-width: 1200px) {
        .accordion-section .tittle::before {
          width: 100px;
          top: -94px;
          left: -78px; } }
  .accordion-section .text {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .accordion-section .text {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .accordion-section .text {
        margin-bottom: 57px; } }
  .accordion-section .accordion-item {
    margin-bottom: 10px;
    border-radius: 12px;
    overflow: hidden;
    background: #E8E8E9; }
    .accordion-section .accordion-item:last-child {
      margin-bottom: 0; }
    .accordion-section .accordion-item.active .accordion-button:after {
      transform: translateY(-50%) rotate(-180deg); }
    .accordion-section .accordion-item.active .accordion-content {
      max-height: 500px;
      padding: 0 20px 20px; }
    .accordion-section .accordion-item .accordion-button {
      border: none;
      padding: 22px 50px 18px 20px;
      display: block;
      width: 100%;
      text-align: left;
      font-weight: 600;
      color: #2882EF;
      background: transparent;
      position: relative; }
      .accordion-section .accordion-item .accordion-button:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("/wp-content/uploads/icon_arrow_light-blue.svg");
        transition: 0.3s; }
    .accordion-section .accordion-item .accordion-content {
      max-height: 0;
      padding: 0 20px;
      overflow: hidden;
      transition: max-height 0.3s ease;
      font-size: 14px; }
      @media (min-width: 1200px) {
        .accordion-section .accordion-item .accordion-content {
          font-size: 18px; } }
      .accordion-section .accordion-item .accordion-content *:last-child {
        margin-bottom: 0; }

.column-text-section {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (min-width: 768px) {
    .column-text-section {
      margin-bottom: 80px;
      flex-direction: row;
      align-items: flex-start; } }
  @media (min-width: 1200px) {
    .column-text-section {
      margin-bottom: 116px; } }
  .column-text-section .bg-text-col {
    width: 100%;
    padding: 20px 20px 20px 0;
    border-radius: 0 12px 12px 0;
    background: #2882EF;
    color: #fff;
    position: relative; }
    @media (min-width: 768px) {
      .column-text-section .bg-text-col {
        max-width: calc(42% - 12px); } }
    @media (min-width: 1200px) {
      .column-text-section .bg-text-col {
        padding: 44px 70px 60px 0; } }
    .column-text-section .bg-text-col:last-child {
      padding: 20px 0 20px 20px;
      border-radius: 12px 0 0 12px; }
      @media (min-width: 1200px) {
        .column-text-section .bg-text-col:last-child {
          padding: 44px 0 60px 70px; } }
      .column-text-section .bg-text-col:last-child:after {
        left: 99%;
        right: auto; }
      @media (min-width: 1340px) {
        .column-text-section .bg-text-col:last-child > * {
          margin-right: -90px;
          margin-left: 0; } }
    .column-text-section .bg-text-col.bg-orange:after {
      background: #FB5620; }
    @media (min-width: 1200px) {
      .column-text-section .bg-text-col.bg-dark-blue {
        padding-top: 32px;
        padding-bottom: 50px; } }
    .column-text-section .bg-text-col.bg-dark-blue:after {
      background: #043C5C; }
    .column-text-section .bg-text-col:after {
      content: '';
      background: #2882EF;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 99%;
      width: 50vw;
      z-index: -1; }
    @media (min-width: 1340px) {
      .column-text-section .bg-text-col > * {
        margin-left: -90px; } }
    .column-text-section .bg-text-col *:last-child {
      margin-bottom: 0; }
  .column-text-section .text-col {
    width: 100%; }
    @media (min-width: 768px) {
      .column-text-section .text-col {
        max-width: calc(58% - 12px);
        padding-top: 20px; } }
    @media (min-width: 1200px) {
      .column-text-section .text-col {
        padding-top: 42px; } }
  .column-text-section .title {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .column-text-section .title {
        margin-bottom: 33px; } }
  .column-text-section .text-holder {
    font-weight: 600; }
    .column-text-section .text-holder[class*="decor"] {
      padding-top: 45px;
      position: relative; }
      @media (min-width: 768px) {
        .column-text-section .text-holder[class*="decor"] {
          padding-top: 55px; } }
      @media (min-width: 1200px) {
        .column-text-section .text-holder[class*="decor"] {
          padding-top: 75px; } }
      .column-text-section .text-holder[class*="decor"]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 32px;
        aspect-ratio: 1 / 1;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain; }
        @media (min-width: 768px) {
          .column-text-section .text-holder[class*="decor"]::before {
            width: 42px; } }
        @media (min-width: 1200px) {
          .column-text-section .text-holder[class*="decor"]::before {
            width: 52px; } }
    .column-text-section .text-holder.decor-star::before {
      background-image: url("/wp-content/uploads/decor_star_white.svg"); }
    @media (min-width: 1200px) {
      .column-text-section .text-holder.decor-quote {
        padding-top: 90px; } }
    .column-text-section .text-holder.decor-quote::before {
      background-image: url("/wp-content/uploads/decor_quote.svg"); }
      @media (min-width: 1200px) {
        .column-text-section .text-holder.decor-quote::before {
          width: 76px; } }
    .column-text-section .text-holder blockquote {
      font-size: 26px;
      line-height: 1.1;
      font-weight: 600;
      font-family: "Antipoda", sans-serif;
      border: none;
      margin-top: 0;
      padding: 0;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .column-text-section .text-holder blockquote {
          font-size: 30px; } }
      @media (min-width: 1200px) {
        .column-text-section .text-holder blockquote {
          margin-bottom: 40px;
          font-size: 38px; } }
      .column-text-section .text-holder blockquote:last-child {
        margin-bottom: 0; }
    .column-text-section .text-holder cite {
      font-size: 13px;
      font-weight: 400;
      line-height: 1.73;
      display: block;
      font-style: normal;
      font-family: "Geist Mono", sans-serif;
      padding-left: 15px; }
      @media (min-width: 1200px) {
        .column-text-section .text-holder cite {
          font-size: 15px;
          padding-left: 18px; } }

@media (min-width: 1200px) {
  .column-text-section + .column-section {
    margin-top: -52px; } }

.column-section {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .column-section {
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    .column-section {
      margin-bottom: 98px; } }
  .column-section .title {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .column-section .title {
        margin-bottom: 26px; } }
  .column-section .columns {
    display: grid;
    gap: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1254px;
    padding: 0 16px; }
    @media (min-width: 768px) {
      .column-section .columns {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px; } }
    @media (min-width: 1350px) {
      .column-section .columns {
        gap: 55px; } }
    .column-section .columns .col:nth-child(3n - 2) {
      z-index: 15; }
    .column-section .columns .col:nth-child(3n - 1) {
      z-index: 10; }
      @media (min-width: 768px) {
        .column-section .columns .col:nth-child(3n - 1) {
          padding-top: 60px; } }
      @media (min-width: 1200px) {
        .column-section .columns .col:nth-child(3n - 1) {
          padding-top: 80px; } }
      @media (min-width: 1350px) {
        .column-section .columns .col:nth-child(3n - 1) {
          padding-top: 230px; } }
    .column-section .columns .col:nth-child(3n) {
      z-index: 5; }
      @media (min-width: 768px) {
        .column-section .columns .col:nth-child(3n) {
          padding-top: 120px; } }
      @media (min-width: 1200px) {
        .column-section .columns .col:nth-child(3n) {
          padding-top: 160px; } }
      @media (min-width: 1350px) {
        .column-section .columns .col:nth-child(3n) {
          padding-top: 460px; } }
  .column-section .image-col {
    font-size: 0;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .column-section .image-col {
        margin: 0 -30px 20px; } }
    @media (min-width: 1350px) {
      .column-section .image-col {
        margin: 0 -90px 20px -30px; } }
    .column-section .image-col img {
      border-radius: 12px;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
      width: 100%; }
  .column-section .title-col {
    font-size: 24px;
    font-family: "Antipoda", sans-serif;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.1;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .column-section .title-col {
        font-size: 36px; } }
  .column-section .text-col {
    font-size: 14px; }
    @media (min-width: 1200px) {
      .column-section .text-col {
        font-size: 18px; } }

.companies-section {
  margin-bottom: 40px; }
  @media (min-width: 1200px) {
    .companies-section {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .companies-section {
      margin-bottom: 138px; } }
  .companies-section .title {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .companies-section .title {
        margin-bottom: 56px; } }
  .companies-section .companies-list {
    display: grid;
    gap: 24px; }
    @media (min-width: 768px) {
      .companies-section .companies-list {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1200px) {
      .companies-section .companies-list {
        grid-template-columns: repeat(3, 1fr); } }
  .companies-section .companies-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
    height: 200px;
    padding: 20px 40px;
    transition: 0.3s; }
    @media (min-width: 1200px) {
      .companies-section .companies-box {
        height: 262px; } }
    .companies-section .companies-box:hover {
      box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.15); }
    .companies-section .companies-box .logo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .companies-section .companies-box .logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; }

.accordion-section + .column-text-image-section.type-second {
  margin-top: -60px; }

.column-text-image-section {
  margin-bottom: 40px;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .column-text-image-section {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .column-text-image-section {
      margin-bottom: 172px; } }
  @media (min-width: 1200px) {
    .column-text-image-section.type-second {
      margin-bottom: 237px;
      margin-top: 162px; } }
  @media (min-width: 1126px) {
    .column-text-image-section.type-second .image-col {
      width: calc(33% - 12px); } }
  @media (min-width: 768px) {
    .column-text-image-section.type-second .image-col .image {
      bottom: -80px; } }
  @media (min-width: 1126px) {
    .column-text-image-section.type-second .image-col .image {
      top: -200px;
      bottom: auto; } }
  .column-text-image-section.type-second .image-col .image img {
    object-position: 0 0; }
  @media (min-width: 1200px) {
    .column-text-image-section.type-three {
      margin-bottom: 237px;
      margin-top: 162px; } }
  @media (min-width: 1200px) {
    .column-text-image-section.type-three .columns {
      padding: 45px 0; } }
  @media (min-width: 1126px) {
    .column-text-image-section.type-three .image-col {
      width: calc(42% - 12px); } }
  @media (min-width: 768px) {
    .column-text-image-section.type-three .image-col .image {
      bottom: -80px; } }
  @media (min-width: 1126px) {
    .column-text-image-section.type-three .image-col .image {
      top: -184px;
      bottom: auto; } }
  .column-text-image-section.type-three .image-col .image img {
    object-position: 50% 50%; }
  .column-text-image-section .title {
    color: #043C5C;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .column-text-image-section .title {
        max-width: 50%; } }
    @media (min-width: 1200px) {
      .column-text-image-section .title {
        margin-bottom: 24px; } }
  .column-text-image-section .columns {
    padding: 20px 0;
    color: #fff;
    position: relative;
    line-height: 1.36;
    font-size: 16px;
    display: flex;
    gap: 24px;
    flex-direction: column; }
    @media (min-width: 768px) {
      .column-text-image-section .columns {
        font-size: 18px;
        flex-direction: row;
        justify-content: space-between; } }
    @media (min-width: 1200px) {
      .column-text-image-section .columns {
        font-size: 22px;
        padding: 39px 0 47px; } }
    .column-text-image-section .columns.bg-orange:after {
      background: #FB5620; }
    .column-text-image-section .columns.bg-light-blue:after {
      background: #2882EF; }
    .column-text-image-section .columns:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100vw;
      background: #043C5C;
      z-index: -1; }
    .column-text-image-section .columns a:not(.btn) {
      color: inherit;
      text-decoration: none; }
      .column-text-image-section .columns a:not(.btn):hover {
        text-decoration: underline; }
    .column-text-image-section .columns p {
      margin-bottom: 1.5em; }
      .column-text-image-section .columns p:last-child {
        margin-bottom: 0; }
  .column-text-image-section .text-col {
    width: 100%; }
    @media (min-width: 768px) {
      .column-text-image-section .text-col {
        width: calc(58% - 12px); } }
  .column-text-image-section .image-col {
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .column-text-image-section .image-col {
        width: calc(42% - 12px); } }
    .column-text-image-section .image-col .image {
      font-size: 0;
      position: relative;
      text-align: center; }
      @media (min-width: 768px) {
        .column-text-image-section .image-col .image {
          position: absolute;
          top: -60px;
          left: 0;
          right: -16px; } }
      @media (min-width: 1024px) {
        .column-text-image-section .image-col .image {
          top: -80px; } }
      @media (min-width: 1126px) {
        .column-text-image-section .image-col .image {
          margin: 0 calc(550px - 50vw) 0 0;
          right: 0; } }
      @media (min-width: 1200px) {
        .column-text-image-section .image-col .image {
          top: -100px; } }
      .column-text-image-section .image-col .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 0 100%;
        max-width: 600px;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
        border-radius: 12px; }
        @media (min-width: 768px) {
          .column-text-image-section .image-col .image img {
            border-radius: 12px 0 0 12px; } }
        @media (min-width: 1400px) {
          .column-text-image-section .image-col .image img {
            border-radius: 12px; } }

@media (min-width: 1200px) {
  .page-header-section + .contact-section .contact-info {
    margin-top: -150px; } }

.contact-section {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .contact-section {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .contact-section {
      margin-bottom: 174px; } }
  .contact-section .contact-info {
    margin-left: 50px;
    padding: 20px 0 20px 20px;
    border-radius: 12px 0 0 12px;
    background: #2882EF;
    color: #FFFAF9;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .contact-section .contact-info {
        margin-left: 150px;
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .contact-section .contact-info {
        font-size: 22px;
        margin-left: 68%;
        margin-bottom: -50px;
        padding: 30px 0 40px 30px; } }
    .contact-section .contact-info:after {
      content: '';
      position: absolute;
      left: 99%;
      top: 0;
      bottom: 0;
      width: 50vw;
      background: #2882EF; }
    .contact-section .contact-info address {
      font-style: normal;
      margin-bottom: 25px; }
    .contact-section .contact-info .phone {
      color: #FFFAF9;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 29px;
      transition: 0.3s; }
      .contact-section .contact-info .phone:hover {
        color: #043C5C; }
        .contact-section .contact-info .phone:hover i {
          color: #043C5C; }
      .contact-section .contact-info .phone i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        border-radius: 5px;
        background: #FFFAF9;
        color: #2882EF;
        font-size: 12px;
        transition: 0.3s; }
    .contact-section .contact-info .social-list-title {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 1;
      text-transform: uppercase; }
  .contact-section .title {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.11;
    text-transform: uppercase;
    font-family: "Antipoda", sans-serif; }
    @media (min-width: 768px) {
      .contact-section .title {
        font-size: 36px; } }
    @media (min-width: 1200px) {
      .contact-section .title {
        margin-bottom: 38px;
        max-width: 50%; } }
  .contact-section .form-holder {
    max-width: 920px;
    border: 2px solid #2882EF;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    background: #FFFAF9; }
    @media (min-width: 768px) {
      .contact-section .form-holder {
        padding: 40px; } }
    @media (min-width: 1200px) {
      .contact-section .form-holder {
        padding: 74px 134px 68px 66px; } }
    .contact-section .form-holder:after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 21%;
      transform: translateY(-50%);
      left: calc(100% - 100px);
      width: 428px;
      height: 522px;
      background-position: 0 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("/wp-content/uploads/decor_contact-section.svg"); }
      @media (min-width: 768px) {
        .contact-section .form-holder::after {
          left: calc(100% - 100px);
          width: 558px;
          height: 692px; } }
      @media (min-width: 1200px) {
        .contact-section .form-holder::after {
          left: calc(100% - 100px); } }
    .contact-section .form-holder .hide_summary {
      display: none; }
    .contact-section .form-holder .gform_wrapper.gform_validation_error .gfield--input-type-name .ginput_complex {
      margin-bottom: 5px; }
    .contact-section .form-holder .gform_wrapper.gform_validation_error .gfield--input-type-name .validation_message {
      margin-bottom: 20px; }
    .contact-section .form-holder .gfield:not(.gfield--type-name) {
      gap: 5px; }
    .contact-section .form-holder .validation_message {
      font-size: 14px; }
    .contact-section .form-holder .gform_confirmation_message {
      font-size: 20px;
      line-height: 1.25; }
    .contact-section .form-holder .form-btn,
    .contact-section .form-holder .gform_footer {
      margin-top: 77px; }
    .contact-section .form-holder .gform_button {
      background-image: url("/wp-content/uploads/icon_arrow_white.svg");
      background-size: 13px auto;
      background-repeat: no-repeat;
      background-position: right 20px top 50%; }
  .contact-section .social-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px; }
    .contact-section .social-list a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border-radius: 5px;
      background: #FFFAF9;
      color: #2882EF;
      text-decoration: none;
      font-size: 0;
      transition: 0.3s; }
      .contact-section .social-list a i {
        font-size: 16px; }
      .contact-section .social-list a:hover {
        color: #043C5C; }

.map-section {
  height: 250px;
  position: relative; }
  @media (min-width: 768px) {
    .map-section {
      height: 350px; } }
  @media (min-width: 1200px) {
    .map-section {
      height: 463px; } }
  .map-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.news-section {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .news-section {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .news-section {
      margin-bottom: 124px; } }
  .news-section .title {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .news-section .title {
        margin-bottom: 24px; } }
  .news-section .news-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .news-section .news-filter {
        margin-bottom: 50px; } }
    .news-section .news-filter .news-tab-nav {
      text-decoration: none;
      background: transparent;
      color: #043C5C;
      border: 1px solid #043C5C;
      border-radius: 8px;
      font-size: 16px;
      line-height: 1.375;
      font-weight: 700;
      font-family: "Antipoda", sans-serif;
      text-transform: uppercase;
      padding: 7px 20px;
      transition: 0.3s;
      text-align: center; }
      .news-section .news-filter .news-tab-nav:hover {
        background: #043C5C;
        color: #fff; }
  .new-tabs-content {
    position: relative; }
    .news-tabs-content .news-tab-item {
      opacity: 0;
      top: 0;
      left: 0;
      width: 100%;
      position: absolute;
      pointer-events: none; }
      .news-tabs-content .news-tab-item.open {
        position: static;
        opacity: 1;
        pointer-events: auto; }
  .news-section .news-list {
    display: grid;
    gap: 22px;
    /* margin-bottom: 20px; */ }
    @media (min-width: 768px) {
      .news-section .news-list {
        grid-template-columns: repeat(2, 1fr);
        /* margin-bottom: 40px; */ } }
    @media (min-width: 1200px) {
      .news-section .news-list {
        grid-template-columns: repeat(3, 1fr);
        /* margin-bottom: 64px; */ } }
  .news-section .alm-layouts .alm-listing {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .news-section .alm-layouts .alm-listing {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .news-section .alm-layouts .alm-listing {
        margin-bottom: 64px; } }
  .news-section .alm-layouts.alm-is-loaded .alm-listing {
    margin-top: 22px; }
  .news-section .news-item {
    display: flex;
    flex-direction: column;
    padding: 23px 22px 28px;
    border: 1px solid #043C5C;
    color: #043C5C;
    text-align: left;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1); }
    .news-section .news-item:hover {
      background: #043C5C;
      color: #fff; }
      .news-section .news-item:hover .news-logo {
        filter: brightness(0) invert(1); }
      .news-section .news-item:hover .read-more {
        color: #fff; }
        .news-section .news-item:hover .read-more::after {
          background-image: url("/wp-content/uploads/icon_arrow_white.svg");
          transform: translateX(100%); }
    .news-section .news-item .news-logo {
      text-align: right;
      height: 48px;
      width: auto;
      margin-bottom: 10px;
      transition: 0.3s; }
      .news-section .news-item .news-logo img, .news-section .news-item .news-logo svg {
        width: auto;
        max-height: 100%;
        max-width: 100%;
        object-fit: contain; }
    .news-section .news-item .news-cat {
      text-align: right;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.375;
      font-family: "Geist Mono", sans-serif;
      margin-bottom: 37px;
      text-transform: uppercase; }
    .news-section .news-item .news-date {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.375;
      font-family: "Geist Mono", sans-serif;
      margin-bottom: 12px; }
    .news-section .news-item .news-text {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.22;
      margin-bottom: 46px; }
    .news-section .news-item .news-link {
      margin-top: auto;
      transition: 0.3s; }
  .news-section .news-more,
  .news-section .ajax-load-more-wrap {
    text-align: center; }
    .news-section .news-more .btn,
    .news-section .ajax-load-more-wrap .btn {
      font-weight: 700; }
    .news-section .ajax-load-more-wrap .btn.loading {
      opacity: 1; }
    .news-section .ajax-load-more-wrap .btn.done {
      display: none; }

.form-section {
  padding: 40px 0;
  background: #043C5C;
  color: #FFFAF9; }
  @media (min-width: 768px) {
    .form-section {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .form-section {
      padding: 75px 0 78px;
      margin-top: 155px; } }
  .form-section .container {
    position: relative;
    padding-left: 60px; }
    @media (min-width: 768px) {
      .form-section .container {
        padding-left: 200px; } }
    @media (min-width: 1200px) {
      .form-section .container {
        padding-left: 332px; } }
    .form-section .container:after {
      content: '';
      position: absolute;
      top: -63px;
      right: calc(100% - 100px);
      width: 100px;
      height: 126px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("/wp-content/uploads/decor_form-section.svg"); }
      @media (min-width: 768px) {
        .form-section .container:after {
          top: -125px;
          right: calc(100% - 160px);
          width: 298px;
          height: 362px; } }
      @media (min-width: 1200px) {
        .form-section .container:after {
          top: -200px;
          right: calc(100% - 270px);
          width: 558px;
          height: 692px; } }
  .form-section .title {
    font-family: "Antipoda", sans-serif;
    color: #2882EF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.11;
    text-transform: uppercase;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .form-section .title {
        font-size: 36px; } }
  .form-section .text {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .form-section .text {
        margin-bottom: 34px; } }
  .form-section .form-holder {
    border-radius: 12px 0 0 12px;
    border: 2px solid #2882EF;
    border-right: none;
    position: relative;
    padding: 20px; }
    @media (min-width: 1200px) {
      .form-section .form-holder {
        padding: 72px 0 53px 66px; } }
    .form-section .form-holder:after {
      content: '';
      pointer-events: none;
      position: absolute;
      top: -2px;
      bottom: -2px;
      left: 100%;
      width: 50vw;
      border-top: 2px solid #2882EF;
      border-bottom: 2px solid #2882EF; }
    .form-section .form-holder .hide_summary {
      display: none; }
    .form-section .form-holder .gfield:not(.gfield--type-name) {
      gap: 5px; }
    .form-section .form-holder input[type='text'],
    .form-section .form-holder input[type='tel'],
    .form-section .form-holder input[type='email'],
    .form-section .form-holder input[type='search'],
    .form-section .form-holder input[type='password'],
    .form-section .form-holder input[type='url'],
    .form-section .form-holder textarea {
      color: #fff;
      border-color: #D9D9D9; }
      .form-section .form-holder input[type='text']::-webkit-input-placeholder,
      .form-section .form-holder input[type='tel']::-webkit-input-placeholder,
      .form-section .form-holder input[type='email']::-webkit-input-placeholder,
      .form-section .form-holder input[type='search']::-webkit-input-placeholder,
      .form-section .form-holder input[type='password']::-webkit-input-placeholder,
      .form-section .form-holder input[type='url']::-webkit-input-placeholder,
      .form-section .form-holder textarea::-webkit-input-placeholder {
        color: #fff; }
      .form-section .form-holder input[type='text']::-moz-placeholder,
      .form-section .form-holder input[type='tel']::-moz-placeholder,
      .form-section .form-holder input[type='email']::-moz-placeholder,
      .form-section .form-holder input[type='search']::-moz-placeholder,
      .form-section .form-holder input[type='password']::-moz-placeholder,
      .form-section .form-holder input[type='url']::-moz-placeholder,
      .form-section .form-holder textarea::-moz-placeholder {
        opacity: 1;
        color: #fff; }
      .form-section .form-holder input[type='text']:-moz-placeholder,
      .form-section .form-holder input[type='tel']:-moz-placeholder,
      .form-section .form-holder input[type='email']:-moz-placeholder,
      .form-section .form-holder input[type='search']:-moz-placeholder,
      .form-section .form-holder input[type='password']:-moz-placeholder,
      .form-section .form-holder input[type='url']:-moz-placeholder,
      .form-section .form-holder textarea:-moz-placeholder {
        color: #fff; }
      .form-section .form-holder input[type='text']:-ms-input-placeholder,
      .form-section .form-holder input[type='tel']:-ms-input-placeholder,
      .form-section .form-holder input[type='email']:-ms-input-placeholder,
      .form-section .form-holder input[type='search']:-ms-input-placeholder,
      .form-section .form-holder input[type='password']:-ms-input-placeholder,
      .form-section .form-holder input[type='url']:-ms-input-placeholder,
      .form-section .form-holder textarea:-ms-input-placeholder {
        color: #fff; }
      .form-section .form-holder input[type='text'].placeholder,
      .form-section .form-holder input[type='tel'].placeholder,
      .form-section .form-holder input[type='email'].placeholder,
      .form-section .form-holder input[type='search'].placeholder,
      .form-section .form-holder input[type='password'].placeholder,
      .form-section .form-holder input[type='url'].placeholder,
      .form-section .form-holder textarea.placeholder {
        color: #fff; }
    .form-section .form-holder .gform_footer {
      margin-top: 50px; }
    .form-section .form-holder .validation_message {
      font-size: 14px; }
    .form-section .form-holder .gform_confirmation_message {
      font-size: 20px;
      line-height: 1.25; }
    .form-section .form-holder .form-btn {
      text-align: right; }
      .form-section .form-holder .gform_button {
        background-image: url("/wp-content/uploads/icon_arrow_white.svg");
        background-size: 13px auto;
        background-repeat: no-repeat;
        background-position: right 20px top 50%; }
      .form-section .form-holder .form-btn button {
        color: #fff; }
        .form-section .form-holder .form-btn button::after {
          background-image: url("/wp-content/uploads/icon_arrow_white.svg"); }

.report-section {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .report-section {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .report-section {
      margin-bottom: 124px; } }
  .report-section .title {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .report-section .title {
        margin-bottom: 24px; } }
  .report-section .report-list {
    display: grid;
    gap: 22px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .report-section .report-list {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .report-section .report-list {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 64px; } }
  .report-section .report-item {
    display: flex;
    padding: 5px;
    border: 1px solid #043C5C;
    color: #043C5C;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1); }
    .report-section .report-item:hover {
      background: #043C5C;
      color: #fff; }
    .report-section .report-item .read-more {
      transition: 0.3s; }
      .report-section .report-item:hover .read-more {
        color: #fff; }
      .report-section .report-item:hover .read-more::after {
        background-image: url("/wp-content/uploads/icon_arrow_white.svg");
		transform: translateX(100%); }
    .report-section .report-item .report-image {
      width: 128px;
      height: 162px;
      border-radius: 7px;
      overflow: hidden; }
      .report-section .report-item .report-image img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .report-section .report-item .report-text-holder {
      padding: 30px 18px 18px 20px;
      display: flex;
      flex-direction: column; }
    .report-section .report-item .report-date {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.375; }
    .report-section .report-item .report-title {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.375;
      margin-bottom: 15px; }
    .report-section .report-item .report-link {
      margin-top: auto; }

.presentation-section {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .presentation-section {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .presentation-section {
      margin-bottom: 124px; } }
  .presentation-section .title {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .presentation-section .title {
        margin-bottom: 24px; } }
  .presentation-section .presentation-list {
    display: grid;
    gap: 22px;
    /* margin-bottom: 20px; */ }
    @media (min-width: 768px) {
      .presentation-section .presentation-list {
        grid-template-columns: repeat(2, 1fr);
        /* margin-bottom: 40px; */ } }
    @media (min-width: 1200px) {
      .presentation-section .presentation-list {
        grid-template-columns: repeat(3, 1fr);
        /* margin-bottom: 64px; */ } }
  .presentation-section .alm-layouts .alm-listing {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .presentation-section .alm-layouts .alm-listing {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .presentation-section .alm-layouts .alm-listing {
        margin-bottom: 64px; } }
  .presentation-section .alm-layouts.alm-is-loaded .alm-listing {
    margin-top: 22px; }
  .presentation-section .presentation-item {
    display: flex;
    flex-direction: column;
    padding: 5px;
    border: 1px solid #043C5C;
    color: #043C5C;
    text-align: left;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1); }
    .presentation-section .presentation-item:hover {
      background: #043C5C;
      color: #fff; }
    .presentation-section .presentation-item .read-more {
      transition: 0.3s; }
      .presentation-section .presentation-item:hover .read-more {
        color: #fff; }
      .presentation-section .presentation-item:hover .read-more::after {
        background-image: url("/wp-content/uploads/icon_arrow_white.svg");
        transform: translateX(100%); }
    .presentation-section .presentation-item .presentation-image {
      height: 146px;
      width: 100%;
      border-radius: 12px;
      overflow: hidden;
      margin-bottom: 16px; }
      .presentation-section .presentation-item .presentation-image img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .presentation-section .presentation-item .presentation-text-holder {
      padding: 0 22px 18px;
      display: flex;
      flex-direction: column; }
    .presentation-section .presentation-item .presentation-date {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.375;
      font-family: "Geist Mono", sans-serif;
      margin-bottom: 15px; }
    .presentation-section .presentation-item .presentation-text {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.22;
      margin-bottom: 20px;
      min-height: 138px; }
    .presentation-section .presentation-item .presentation-link {
      margin-top: auto; }
  .presentation-section .news-more,
  .presentation-section .ajax-load-more-wrap {
    text-align: center; }
    .presentation-section .news-more .btn,
    .presentation-section .ajax-load-more-wrap .btn {
      font-weight: 700; }
    .presentation-section .ajax-load-more-wrap .btn.loading {
      opacity: 1; }
    .presentation-section .ajax-load-more-wrap .btn.done {
      display: none; }

.resize-active * {
  transition: none !important; }