body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable="true"] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: max(0)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: rgba(0, 0, 0, 0); }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

img.img-fluid {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%; }

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

@font-face {
  font-family: "icomoon";
  src: url(fonts/icomoon.ttf?nh5hr4) format("truetype"), url(fonts/icomoon.woff?nh5hr4) format("woff"), url("fonts/icomoon.svg?nh5hr4#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block; }
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important; }

[class^="icon-"],
[class*=" icon-"] {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left::before {
  content: "\e900"; }

.icon-arrow-right::before {
  content: "\e901"; }

.icon-file-pdf::before {
  content: "\e902"; }

.icon-linkedin::before {
  content: "\e903"; }

.icon-quote::before {
  content: "\e904"; }

.icon-twitter::before {
  content: "\e905"; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0); }

.slick-arrow.slick-hidden {
  display: none; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.social-list,
#footer-navigation,
.foter-nav,
.information-footer-list,
.community-faq .list-faq,
.community-faq .gallery-faq,
.recent-community .block-contact .list-person,
.recent-community .block-recent ul,
.patient-slider .slick-dots,
.our-info-list,
.blockquote-list,
.gallery-culture,
.values-list,
.contact-list,
.new-post-list,
.opportunities-list,
.benefits-accordion,
.board-list,
.publications-list,
.events-list,
.article-list,
.document-list,
.menu .slide,
.menu .sub-menu,
.menu .visually-hidden {
  margin: 0;
  padding: 0;
  list-style: none; }

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

blockquote {
  padding-left: 1rem;
  margin-bottom: 1rem; }

blockquote p {
  margin-bottom: calc(1rem / 2); }

.wp-block-quote,
.wp-block-pullquote {
  box-sizing: border-box;
  word-wrap: break-word;
  border-width: 0 0 0 2px;
  border-style: solid;
  padding-left: 1rem;
  margin-bottom: 1rem; }

.wp-block-quote p,
.wp-block-pullquote p {
  margin-bottom: calc(1rem / 2); }

.wp-block-pullquote blockquote {
  padding: 0;
  margin: 0; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type="submit"] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  display: flex;
  margin-bottom: 15px; }

.search-form input {
  height: 32px;
  display: inline-flex; }

.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px; }

.search-form input[type="submit"] {
  flex-shrink: 0; }

.post-password-form input {
  display: inline-flex;
  height: 32px; }

.post-password-form input[type="password"] {
  width: 150px; }

.comment-form fieldset,
.post-password-form fieldset,
.search-form fieldset {
  padding: 0;
  border: 0; }

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #000;
  color: #fff;
  height: 32px;
  border: 0;
  padding: 0 8px; }

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  opacity: 0.8; }

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.5em; }

.wp-block-post-comments-form .comment-form-cookies-consent label {
  padding: 0; }

.wp-block-comment-template {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem; }

.wp-block-comment-template .wp-block-comment-edit-link p {
  margin: 0; }

.wp-block-comment-template .wp-block-columns {
  margin-bottom: calc(1rem * 2); }

.wp-block-comment-template .wp-block-comment-content p {
  margin: 1rem 0; }

.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem; }

.wpcf7-form input[type="text"].wpcf7-not-valid,
.wpcf7-form input[type="email"].wpcf7-not-valid,
.wpcf7-form input[type="tel"].wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-color: red; }

.wpcf7-form input[type="checkbox"] {
  position: absolute;
  opacity: 0; }

.wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0 0 0 30px; }

.wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000; }

.wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label::after {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 8px;
  height: 14px;
  border-style: solid;
  border-color: #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) skewX(10deg);
  opacity: 0; }

.wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1; }

.wpcf7-form input[type="checkbox"]:disabled + .wpcf7-list-item-label {
  color: #ccc;
  cursor: auto; }

.wpcf7-form input[type="checkbox"]:disabled + .wpcf7-list-item-label::before {
  box-shadow: none;
  background: #ccc; }

.wpcf7-form input[type="file"]::file-selector-button {
  transition: background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  border: 2px solid #000;
  padding: 1em 1.5em;
  background-color: #000;
  transition: 1s;
  color: #fff; }

.wpcf7-form input[type="file"]::file-selector-button:hover {
  opacity: 0.5; }

.form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: calc(1rem * 2); }

.is-layout-flex {
  display: flex;
  gap: 1.5rem; }

.form-area {
  width: 100%; }

.form-row {
  margin-bottom: calc(1rem * 2); }

.label-name {
  display: block;
  margin-bottom: 1rem; }

.select-area .wpcf7-form-control-wrap {
  position: relative;
  display: block; }

.select-area .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1em;
  height: 0.8em;
  margin-top: -0.4em;
  z-index: 1;
  background-color: #000;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%); }

.wpcf7-select {
  display: block;
  width: 100%;
  padding: 0.625rem 2.4rem 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #000;
  background-color: #fff;
  border: 1px solid;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1; }

.wpcf7-submit {
  width: 150px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 10px;
  margin-bottom: calc(1rem * 2); }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1rem; }

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px; }

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px; }

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #000;
  color: #fff;
  padding: 10px;
  -webkit-text-decoration: none;
  text-decoration: none; }

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8; }

.navigation-single {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between; }

.navigation-single .next,
.navigation-single .prev {
  display: inline-flex;
  align-items: center;
  max-width: 48%;
  background: #000;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none; }

.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8; }

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 10px;
  display: block; }

.navigation-single .next a {
  margin-left: auto; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 1rem; }

.wp-caption img {
  margin: 0;
  vertical-align: top;
  max-width: 100%; }

.wp-caption p {
  margin: 10px 0 0; }

div.aligncenter {
  margin: 0 auto 1rem; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1rem 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1rem; }

.mejs-container {
  margin-bottom: 1rem; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

.wp-block-table table {
  border-collapse: collapse;
  width: 100%; }

.wp-block-table table td,
.wp-block-table table th {
  border: 1px solid;
  padding: 0.5em; }

.wp-block-table table thead {
  border-bottom: 3px solid; }

.wp-block-table table tfoot {
  border-top: 3px solid; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #ccc; }

.share-this .st-btn {
  width: 3em;
  height: 3em;
  background: #999;
  border-radius: 50%;
  font-size: 2em;
  line-height: 3em;
  text-align: center; }

.share-this .st-btn img {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: auto; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #10262e;
  font-family: "navigo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; }

a {
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  color: #10262e;
  -webkit-text-decoration: underline;
  text-decoration: underline; }

a:hover {
  color: #10262e;
  -webkit-text-decoration: none;
  text-decoration: none; }

ul,
ol,
dl,
p {
  margin: 0 0 1.5em; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  border: 1px solid currentColor;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-width: 0;
  padding: 1.2rem 2.4rem;
  border-radius: 0;
  -webkit-appearance: none; }

input[type="text"]:focus,
input[type="text"]:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
textarea:focus,
textarea:hover {
  box-shadow: none;
  outline: none; }

#banner-message {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #254d81;
  margin: 0;
  padding: 0.75em 1.5em;
  font-size: 1.13em;
  color: #fff;
  z-index: 900; }
  #banner-message p {
    margin: 0;
    padding: 0; }
    #banner-message p strong {
      text-decoration: none !important;
      font-weight: bold; }
    #banner-message p a {
      color: #fff !important; }

.header {
  position: relative;
  z-index: 100;
  padding: 22px 0 14px;
  background-color: #fff; }

.header .container {
  max-width: 1327px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 25px; }

.logo {
  display: block;
  width: 122px; }

.logo img {
  width: 100%; }

.navigation {
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #10262e;
  border-radius: 100px 0 0 0;
  padding: 108px 15px 71px 62px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%); }

.nav-active .navigation {
  transform: translateX(0); }

.navigation .social-list {
  position: absolute;
  top: calc(50% - 38px);
  right: 25px;
  flex-direction: column;
  gap: 10px;
  /*
  	margin: auto -5px 0;
  	padding: 10px 0 0 0;
  */
  margin: 0;
  padding: 0; }

.navigation .social-list li {
  padding: 0; }

.menu:not(#footer-navigation) {
  line-height: 1;
  font-weight: 300;
  /*
  	font-size: 32px;
  */
  font-size: 30px;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0 0 10px 10px; }

.header-default .menu a:hover span {
  transform: translateY(9px); }

.header-default .menu .slide,
.header-default .menu .sub-menu {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95); }

.menu:not(#footer-navigation) > li {
  margin-bottom: 30px; }

.menu:not(#footer-navigation) > li:last-child {
  margin-bottom: 10px; }

.menu a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: block; }

.menu a:hover:before {
  opacity: 1; }

.menu a:hover span {
  transform: translateY(10px); }

.menu a span {
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: block; }

.menu > li > a:before {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -9px;
  left: -10px;
  width: 286px;
  height: 14px;
  background-color: #ff4d4d;
  z-index: -1; }

@-moz-document url-prefix() {
  .menu > li > a:before {
    bottom: -3px; } }
.menu .slide,
.menu .sub-menu {
  font-size: 28px;
  padding: 35px 0 0 30px; }

.menu .slide li,
.menu .sub-menu li {
  margin-bottom: 30px; }

.menu .slide li:last-child,
.menu .sub-menu li:last-child {
  margin-bottom: 0; }

.menu .slide a:before,
.menu .sub-menu a:before {
  width: 186px; }

.nav-opener {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-top: 14px; }

.nav-active .nav-opener {
  color: #fff; }

.nav-opener:before {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95); }

.nav-opener:hover .burger:before {
  transform: translateX(8px); }

.nav-opener:hover .burger:after {
  transform: translateX(8px); }

.nav-opener:hover .burger span {
  transform: translate(-5px, -50%); }

.nav-opener:hover .text-opener {
  transform: translateX(-5px); }

.nav-opener .burger {
  display: block;
  width: 28px;
  height: 18px;
  position: relative;
  z-index: 2; }

.nav-opener .burger:before,
.nav-opener .burger:after {
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), left 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), top 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), width 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), height 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #10262e;
  border-radius: 90px 0 90px; }

.nav-active .nav-opener .burger:before,
.nav-active .nav-opener .burger:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 28px;
  height: 5px;
  background-color: #fff; }

.nav-opener .burger:before {
  top: 0;
  left: 0; }

.nav-opener .burger:after {
  bottom: 0;
  left: 0; }

.nav-active .nav-opener .burger:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg); }

.nav-opener .burger span {
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 4px;
  border-radius: 90px 0 90px;
  background-color: #10262e; }

.nav-active .nav-opener .burger span {
  opacity: 0; }

.nav-opener .text-opener {
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: none; }

.nav-active .nav-opener .text-opener {
  transform: translateX(-5px); }

body {
  background-color: #fff;
  font-weight: 300; }

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.resize-active * {
  transition: none !important; }

img {
  max-width: 100%; }

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto; }

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1195px; }

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

p strong {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: #ffd0d0;
  text-decoration-thickness: 6px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-weight: inherit;
  text-underline-offset: -0.2em; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0; }

h1,
.h1 {
  font-size: 24px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 20px;
  font-weight: 300; }

h5,
.h5 {
  font-size: 18px;
  font-weight: 300; }

h6,
.h6 {
  font-size: 16px; }

.decor-title {
  font-family: "masqualero", serif;
  font-weight: 800;
  position: relative;
  z-index: 1; }

.decor-title.decor-blue:before {
  /* background-color: #53a7d9; */
  background-color: #90d6ff; }

.decor-title.decor-light-green:before {
  background-color: #c7f2eb; }

.decor-title.decor-green:before {
  background-color: #5abeb8; }

.decor-title.decor-red:before {
  background-color: #ff4d4d; }

.decor-title:before {
  content: "";
  position: absolute;
  height: 14px;
  left: -6px;
  bottom: 4px;
  width: 286px;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1; }

.our-info .decor-title:before {
  width: calc(100% - 20px); }

/*
.mini-hero {
	position: relative;
	z-index: 1;
	padding: 150px 0 50px;
	min-height: 400px;
}
.mini-hero .hero-img-holder {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.25;
}
.mini-hero .hero-img-holder:before {
	content: "";
	position: absolute;
	background: linear-gradient(-135deg, #254d81 0%, #5abeb8 100%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: overlay;
	z-index: -1;
}
*/
.overview {
  padding: 85px 0 85px; }

.overview .content-box {
  max-width: 780px;
  margin-bottom: 50px; }

.overview .content-box h3 {
  margin-bottom: 45px; }

.row {
  margin: 0 -6px; }

.row .col-box {
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 6px 30px; }

.row .col-box-25,
.row .col-box-35,
.row .col-box-65,
.row .col-box-75 {
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 6px 30px; }

.document-list {
  font-size: 18px; }

.document-list li {
  border-bottom: 1px solid #10262e;
  margin-bottom: 23px;
  padding-bottom: 12px; }

.document-list a {
  display: block;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 9px 0 9px 46px;
  line-height: 1.3; }

.document-list a:before {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  left: 2px;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  font-size: 31px;
  font-weight: 700; }

.document-list a:hover {
  color: #53a7d9; }

.intro-content {
  position: relative;
  padding: 150px 0 50px;
  z-index: 5; }

.intro-content.careers {
  position: relative;
  z-index: 3; }

.intro-content.careers .h1 {
  line-height: 1.3; }

.intro-content.science {
  overflow: hidden; }

.intro-content.about-us {
  padding-bottom: 13px; }

.intro-content .hero-img-holder {
  position: absolute;
  min-height: 400px;
  left: 0;
  top: -100px;
  right: 0;
  z-index: 1;
  /* opacity: 0.25; */ }

/*
.intro-content .hero-img-holder:before {
	content: "";
	position: absolute;
	background: linear-gradient(-135deg, #254d81 0%, #5abeb8 100%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: overlay;
	z-index: -1;
}
*/
.intro-content .hero-img-holder:after {
  content: "";
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 50px; }

.intro-content .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse; }

.intro-content .text-holder {
  margin-bottom: 30px; }

.intro-content .img-holder .img-box {
  position: relative;
  padding-top: 100%; }

.intro-content .img-holder .img-box.animated img {
  animation: 3s cubic-bezier(0.46, 0.03, 0.52, 0.96) 1s img-animate;
  animation-fill-mode: forwards;
  /* mix-blend-mode: luminosity; */
  z-index: 2;
  -o-object-position: 0 0;
  object-position: 0 0; }

.intro-content .img-holder .img-box.animated.rtl img {
  animation: 3s cubic-bezier(0.46, 0.03, 0.52, 0.96) 1s img-animate-rtl;
  animation-fill-mode: forwards;
  /* mix-blend-mode: luminosity; */
  -o-object-position: 100% 0;
  object-position: 100% 0; }

.intro-content .img-holder .img-box.animated .bg-decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #101d2e;
  border-radius: 50%;
  z-index: 1; }

.intro-content .img-holder .img-box.animated-video .video-holder {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.intro-content .img-holder .img-box.animated-video .bg-decor {
  display: none; }

.intro-content .img-holder .img-box:before {
  content: "";
  position: absolute;
  border: 1px solid #10262e;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px; }

.intro-content .img-holder .img-box img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  overflow: hidden; }

.intro-content .h1 {
  font-weight: 300;
  margin-bottom: 20px; }

.intro-content .h2 {
  margin-bottom: 10px; }

.intro-content .bordered-box {
  border: 1px solid #10262e;
  margin: 30px -5px 0 -5px;
  padding: 30px 10px 20px 10px; }

.intro-content .edo-decor {
  position: relative;
  padding: 0 23% 0 0; }

.intro-content .edo-decor img {
  width: 100%; }

.intro-content .edo-decor .h1 {
  font-family: "navigo", sans-serif; }

.intro-content .edo-decor .h1.decor-title {
  position: absolute;
  left: 0;
  bottom: 8%; }

.intro-content .edo-decor .description {
  position: absolute;
  min-height: 48px;
  padding: 5px 10px;
  border: 1px solid #10262e;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 10px;
  line-height: 1; }

.intro-content .edo-decor .description.tag-01 {
  top: 22%;
  left: 50%; }

.intro-content .edo-decor .description.tag-02 {
  left: 63.7%;
  top: 43.2%; }

.intro-content .edo-decor .description.tag-02:before {
  width: 50px; }

.intro-content .edo-decor .description:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  top: calc(50% + 1px);
  right: 100%;
  border-top: 1px solid #10262e;
  transform: translateY(-50%); }

.intro-content .bg-holder {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 52.2%;
  pointer-events: none;
  background-color: #fff;
  opacity: 1; }

.intro-content .bg-holder img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

/*
.intro-content .bg-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, #5abeb8 0%, #254d81 100%);
	mix-blend-mode: overlay;
	z-index: 1;
}
.intro-content .bg-holder:after {
	content: "";
	position: absolute;
	height: calc(100% + 100px);
	top: -25%;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
}
*/
.stock-info .text-holder {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 100px 0 70px; }

.stock-info .text-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  bottom: 0;
  z-index: -1;
  background-color: #10262e; }

.stock-info .graph-holder {
  position: relative;
  z-index: 2;
  padding: 30px 0 30px; }

.stock-info .graph-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  bottom: 0;
  z-index: -1;
  background-color: #edf3f3; }

.stock-info .graph-holder h3 {
  line-height: 1;
  margin-bottom: 20px;
  font-size: 35px; }

.stock-info .graph-holder .subtitle {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 13px; }

.stock-info .graph-holder .price {
  display: block;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 16px; }

.stock-info .graph-holder .price sub {
  font-weight: 300;
  color: #50913f;
  font-size: 22px;
  bottom: 0; }

.stock-info .graph-holder img {
  margin-bottom: 31px; }

.stock-info .graph-holder small {
  display: block;
  font-size: 14px;
  margin-bottom: 9px; }

.news-section {
  padding: 80px 0 80px;
  position: relative;
  z-index: 2; }

.news-section .bg-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 42.6%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat; }

.news-section .bg-holder:before {
  content: "";
  position: absolute;
  background: linear-gradient(-135deg, #254d81 0%, #5abeb8 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay; }

.article-list {
  max-width: 768px; }

.article-list li {
  margin-bottom: 49px; }

.article-list li:last-child {
  margin-bottom: 45px; }

.article-list a {
  -webkit-text-decoration: none;
  text-decoration: none; }

.news-article {
  line-height: 1.5; }

.news-article time {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  color: #53a7d9; }

.news-article time a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit; }

.news-article time a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline; }

.news-article h5 {
  font-weight: 300;
  margin-bottom: 10px; }

.news-article h5 a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: inherit; }

.news-article h5 a:hover {
  -webkit-text-decoration: none;
  text-decoration: none; }

.view-all {
  transition: width 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: inline-flex;
  /* align-items: center; */
  position: relative;
  width: 46px;
  height: 46px;
  border: 2px solid #10262e;
  border-radius: 3em;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
  overflow: hidden; }

.view-all.learn-more .text {
  padding: 0 57px 0 17px; }

.view-all.next-story .text {
  padding: 0 57px 0 20px; }

.view-all .text {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  white-space: nowrap;
  opacity: 0;
  padding: 0 57px 0 28px; }

.view-all:before {
  transition: right 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 21px; }

.events {
  padding: 80px 0 80px; }

.events-list li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #10262e; }

.events-list li:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.events-list h5 {
  margin-bottom: 5px; }

.events-list h5 a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: inherit; }

.events-list h5 a:hover {
  -webkit-text-decoration: none;
  text-decoration: none; }

.event-time {
  font-size: 14px;
  font-weight: 700;
  color: #254d81;
  display: block;
  margin-bottom: 5px; }

.event-time a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit; }

.event-time a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline; }

.bg-gradient {
  position: relative;
  z-index: 1; }

.bg-gradient .container {
  position: relative;
  z-index: 2; }

.bg-gradient:before,
.bg-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none; }

.bg-gradient:before {
  background: linear-gradient(to left, #254d81 0%, #5abeb8 100%);
  mix-blend-mode: overlay;
  z-index: 0; }

.bg-gradient:after {
  background: linear-gradient(to left, #ededed 0%, #e0e0e0 100%); }

.publications {
  padding: 80px 0 50px; }

.publications-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px; }

.publications-list li {
  padding: 0 8px 40px;
  width: 100%; }

.publication time {
  margin-bottom: 5px; }

.publication h5 {
  margin-bottom: 12px; }

.publication h5 a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: inherit; }

.publication h5 a:hover {
  -webkit-text-decoration: none;
  text-decoration: none; }

.publication small {
  font-size: 10px;
  display: block; }

.boards-section {
  padding: 80px 0 52.2%;
  position: relative;
  overflow: hidden; }

.boards-section .container {
  position: relative;
  z-index: 2; }

.boards-section h3.decor-title {
  margin-bottom: 50px; }

.boards-section .bg-holder {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 52.2%;
  pointer-events: none; }

.boards-section .bg-holder img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1; }

/*
.boards-section .bg-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to left, #5abeb8 0%, #254d81 100%);
	mix-blend-mode: overlay;
	z-index: 1;
}
.boards-section .bg-holder:after {
	content: "";
	position: absolute;
	height: calc(100% + 100px);
	top: -25%;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
}
*/
.board-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px 80px; }

.board-list:last-child {
  margin-bottom: 0; }

.board-list li {
  width: 100%;
  padding: 0 9px;
  margin-bottom: 32px; }

.board-list .bord-card {
  height: 100%; }

.bord-card {
  border-bottom: 1px solid #10262e;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 136px;
  font-size: 14px;
  line-height: 1.42;
  padding-bottom: 21px; }

.bord-card h4 {
  margin-bottom: 5px; }

.bord-card p {
  margin-bottom: 10px; }

.bord-card .view-all {
  margin-top: auto; }

.benefits {
  padding: 150px 0 50px; }

.benefits-accordion li {
  border-bottom: 1px solid #10262e; }

.benefits-accordion li.active .opener span:after {
  transform: translate(-50%, -50%) rotate(0); }

.benefits-accordion .opener {
  display: block;
  position: relative;
  padding-left: 55px;
  font-size: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 37px 0 21px 66px;
  margin-bottom: 17px; }

.benefits-accordion .opener span {
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 50%;
  border: 2px solid #10262e;
  position: absolute;
  left: 2px;
  top: 27px; }

.benefits-accordion .opener span:before,
.benefits-accordion .opener span:after {
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 21px;
  border-radius: 3em;
  background-color: #10262e; }

.benefits-accordion .opener span:after {
  transform: translate(-50%, -50%) rotate(90deg); }

.benefits-accordion .slide {
  margin-top: -17px; }

.benefits-accordion .slide .text-box {
  padding-left: 2px;
  max-width: 860px;
  padding-bottom: 6px; }

.benefits-accordion .slide h6 {
  margin-bottom: 5px; }

.benefits-accordion .slide p {
  margin-bottom: 22px; }

.opportunities {
  padding: 80px 0 50px; }

.opportunities h3 {
  margin-bottom: 45px; }

.opportunities .powered {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: inline-block;
  vertical-align: middle;
  max-width: 110px; }

.opportunities .powered:hover {
  opacity: 0.6; }

.opportunities-list li, .resumator-job {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 9px;
  border-bottom: 1px solid #10262e; }

.opportunities-list li:last-child, .resumator-job:last-child {
  border-bottom: 0;
  margin-bottom: 19px; }

.opportunities-list h4, .resumator-job-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #10262e !important;
  font-family: "navigo", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 300 !important;
  margin: 0 0 11px !important;
  padding: 0 !important;
  border-top: 0 !important; }

.resumator-job-title {
  -webkit-text-underline: underline;
  text-decoration: underline; }

.resumator-job-title:hover {
  -webkit-text-decoration: none;
  text-decoration: none; }

.opportunities-list .location, .resumator-job-info {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #10262e !important;
  font-family: "navigo", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 700;
  margin: 0 0 10px !important;
  padding: 0 !important; }

.resumator-job-info {
  font-weight: 300 !important; }

.opportunities-list .location span {
  font-weight: 300; }

.opportunities-list .location .resumator-job-location {
  font-weight: 700; }

.resumator-job-view-details {
  margin: 0 !important;
  padding: 0 !important; }

.resumator-job-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  text-indent: -9999px; }

.what-new {
  padding: 103px 0 95px; }

.what-new h3 {
  margin-bottom: 66px; }

.new-post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }

.new-post-list li {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 22px; }

.new-post-card time {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  color: #5abeb8; }

.new-post-card time a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit; }

.new-post-card time a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline; }

.new-post-card h5 {
  line-height: 1.9; }

.who-we-are {
  position: relative;
  z-index: 2;
  padding: 81px 0 202px; }

.who-we-are .text-box {
  max-width: 780px;
  font-size: 24px;
  line-height: 1.42;
  padding-right: 2px; }

.who-we-are .text-box p {
  margin-bottom: 24px; }

.who-we-are .bg-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 63.8%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat; }

.who-we-are .bg-holder:before {
  content: "";
  position: absolute;
  background: linear-gradient(-135deg, #254d81 0%, #5abeb8 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay; }

.team-description {
  position: relative;
  z-index: 2;
  padding: 0 0 47.25%; }

.team-description p {
  margin-bottom: 15px; }

.team-description .bg-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  background-color: #fff;
  background-size: 125% auto;
  background-position: left bottom;
  background-repeat: no-repeat; }

/*
.team-description .bg-holder:before {
	content: "";
	position: absolute;
	background: linear-gradient(135deg, #254d81 0%, #5abeb8 100%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: overlay;
}
*/
.contact-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 15px; }

.contact-list strong {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: #ffd0d0;
  text-decoration-thickness: 6px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-weight: inherit;
  text-underline-offset: -0.2em; }

@keyframes scale {
  from {
    top: -122px;
    left: -122px;
    right: -122px;
    bottom: -122px; }
  to {
    top: -15px;
    left: -16px;
    right: -14px;
    bottom: -16px; } }
@keyframes scale-small {
  from {
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px; }
  to {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px; } }
@keyframes img-animate {
  from {
    -o-object-position: 0 0;
    object-position: 0 0; }
  to {
    -o-object-position: 100% 0;
    object-position: 100% 0; } }
@keyframes img-animate-rtl {
  from {
    -o-object-position: 100% 0;
    object-position: 100% 0; }
  to {
    -o-object-position: 0 0;
    object-position: 0 0; } }
.address-section {
  position: relative;
  z-index: 2;
  padding: 80px 0 80px; }

.address-section .bg-holder {
  position: absolute;
  bottom: 25%;
  right: 0;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: #fff; }

.address-section .bg-holder img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
  width: 100%;
  height: 100%;
  opacity: 0.25; }

.address-section .bg-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #5abeb8 0%, #254d81 100%);
  mix-blend-mode: overlay;
  z-index: 1; }

.address-section .bg-holder:after {
  content: "";
  position: absolute;
  height: 70%;
  top: -25%;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%); }

.address-section .bg-color-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 75%; }

.address-section .container {
  position: relative;
  z-index: 2; }

.address-section .address-box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 50px;
  z-index: 2; }

.address-section .address-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  bottom: 0;
  border: 1px solid #10262e;
  pointer-events: none;
  z-index: -1; }

.address-section .address-box .map-box {
  margin-top: -30px;
  width: 100%; }

.address-section .address-box .map-box a {
  transition: box-shadow 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: block;
  box-shadow: 0 0 20px rgba(37, 77, 129, 0.16); }

.address-section .address-box .map-box a:hover {
  box-shadow: 0 0 20px rgba(37, 77, 129, 0.5); }

.address-section .address-box .map-box img {
  width: 100%;
  display: block; }

.address-section .address-box .address {
  width: 100%;
  padding: 35px 0; }

.address-section .address-box address {
  font-style: normal;
  font-size: 24px;
  line-height: 1.3125; }

.address-section .address-box address a {
  -webkit-text-decoration: none;
  text-decoration: none; }

.address-section .address-box address a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline; }

.core-values {
  padding: 50px 0;
  position: relative;
  overflow: hidden; }

.core-values .bg-holder {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 52.2%;
  pointer-events: none; }

.core-values .bg-holder img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.1; }

.core-values .bg-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #5abeb8 0%, #254d81 100%);
  mix-blend-mode: overlay;
  z-index: 1; }

.core-values .bg-holder:after {
  content: "";
  position: absolute;
  height: calc(100% + 100px);
  top: -25%;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%); }

.values-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  position: relative;
  z-index: 4; }

.values-list li {
  width: 85%;
  margin-bottom: 30px; }

.values-list li:nth-child(4n + 4),
.values-list li:nth-child(4n + 3) {
  margin-right: 0; }

.values-card {
  border: 1px solid #10262e;
  padding: 40px 95px 22px 15px;
  position: relative;
  height: 100%; }

.values-card h4 {
  position: relative;
  z-index: 1;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 9px; }

.values-card h4:before {
  content: "";
  position: absolute;
  bottom: 3px;
  z-index: -1;
  right: -8px;
  height: 6px;
  background-color: #ffd0d0;
  left: -20px; }

.values-card p {
  margin-bottom: 0; }

.values-card .box-img {
  position: absolute;
  top: -15px;
  right: -60px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  border: 7px solid #fff;
  z-index: 2;
  background-color: #eaf3f3; }

.values-card .box-img img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.culture {
  padding: 80px 0 10px; }

.culture h3 {
  margin-bottom: 50px; }

.gallery-culture {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px 60px; }

.gallery-culture li {
  width: 33.33%;
  /*
  	margin-bottom: -20px;
  */ }

.gallery-culture li:nth-child(even) .img-holder:before {
  background-color: #101d2e; }

/*
.gallery-culture li:nth-child(3n + 2) {
	margin-top: 20px;
}
*/
.gallery-culture li .img-holder {
  position: relative; }

.gallery-culture li .img-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #10262e;
  z-index: 1; }

.gallery-culture li .img-holder img {
  width: 100%;
  mix-blend-mode: luminosity;
  position: relative;
  z-index: 2;
  display: block; }

.blockquote-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -100px; }

.blockquote-list li {
  margin-bottom: 50px; }

.blockquote-list blockquote {
  position: relative;
  border: 1px solid #10262e;
  padding: 25px 25px 75px 15px;
  margin: 0;
  height: 100%; }

.blockquote-list blockquote:before {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  line-height: 1;
  color: #10262e;
  right: -15px;
  bottom: -25px;
  font-size: 100px; }

.blockquote-list blockquote p {
  margin-bottom: 17px; }

.blockquote-list blockquote cite {
  font-style: normal; }

.blockquote-list blockquote cite h4 {
  margin-bottom: 2px; }

.blockquote-list blockquote cite span {
  display: block;
  font-size: 14px; }

.team-sliders {
  padding: 80px 0 50px; }

.team-sliders .team-slide-holder .pagination-holder {
  margin-bottom: 50px; }

.team-sliders .team-slide-holder .team-slider.right-slider .team-card {
  text-align: left; }

.team-sliders .team-slide-holder.right-slider-holder .arrow-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end; }

.team-sliders .team-slide-holder.right-slider-holder .slick-arrow:before {
  content: "\e900"; }

.team-sliders .team-slide-holder.right-slider-holder .slick-arrow.reverse:before {
  content: "\e901"; }

.team-sliders .team-slide-holder.right-slider-holder .slick-arrow.slick-prev:before {
  content: "\e901"; }

.team-sliders .team-slide-holder.right-slider-holder .slick-arrow.slick-prev.reverse:before {
  content: "\e900"; }

.team-sliders .arrow-box .slick-arrow {
  margin-right: 9px; }

.team-slider .slick-list,
.team-slider .frame {
  margin: 0 -50px;
  padding: 40px 0; }

.team-slider .slick-slide,
.team-slider .slide {
  padding: 0 50px; }

.team-slider .slick-slide:nth-child(even) .team-card img,
.team-slider .slide:nth-child(even) .team-card img {
  top: auto;
  bottom: -20px; }

.team-slider .slick-track {
  display: flex; }

.slick-arrow {
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  width: 46px;
  height: 46px;
  border: 2px solid #10262e;
  border-radius: 50%;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 23px;
  color: #10262e;
  background-color: rgba(0, 0, 0, 0); }

.slick-arrow:not(.slick-disabled),
.right-slider-holder.animation-completed .slick-arrow.slick-disabled {
  cursor: pointer; }

.right-slider-holder.animation-completed .slick-arrow:not(.slick-disabled) {
  border-color: rgba(16, 38, 46, 0.2);
  color: rgba(16, 38, 46, 0.2);
  cursor: default; }

.slick-arrow:before {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.slick-arrow.slick-prev:before {
  content: "\e900"; }

.slick-arrow.slick-disabled {
  border-color: rgba(16, 38, 46, 0.2);
  color: rgba(16, 38, 46, 0.2); }

.right-slider-holder.animation-completed .slick-arrow.slick-disabled {
  border-color: #10262e;
  color: #10262e; }

.slick-arrow:not(.slick-disabled):hover,
.right-slider-holder.animation-completed .slick-arrow.slick-disabled:hover {
  border-color: #53a7d9;
  color: #53a7d9; }

.team-card {
  position: relative;
  width: 100%;
  border: 1px solid #10262e;
  font-size: 14px;
  padding: 15px 150px 54px 15px;
  max-width: 444px;
  min-height: 262px; }

.team-card h4 {
  margin-bottom: 3px;
  max-width: 260px; }

.team-card p {
  margin-bottom: 16px;
  max-width: 240px; }

.team-card img {
  position: absolute;
  top: -20px;
  right: -15px;
  max-width: 180px;
  filter: drop-shadow(0 0 20px rgba(37, 77, 129, 0.16)); }

.fancybox-bg {
  background-color: #fff;
  mix-blend-mode: screen;
  opacity: 0.9; }

.lightbox-popup {
  max-width: 1160px;
  background-color: #fff;
  border-radius: 0 0 30px 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: visible;
  padding: 15px; }

.lightbox-popup:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 7px;
  bottom: 30px;
  right: 7px;
  border: 1px solid #10262e;
  pointer-events: none; }

.lightbox-popup h4 {
  margin-bottom: 3px; }

.lightbox-popup .subtitle {
  display: block;
  font-size: 14px;
  margin-bottom: 15px; }

.lightbox-popup p strong {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: #c7f2eb;
  text-decoration-thickness: 6px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-weight: inherit;
  text-underline-offset: -0.2em; }

.lightbox-popup img {
  margin: 0 auto;
  display: block; }

.lightbox-popup .fancybox-button {
  display: none; }

.lightbox-popup .popup-close {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 20px; }

.lightbox-popup .popup-close:hover:before,
.lightbox-popup .popup-close:hover:after {
  background-color: #5abeb8; }

.lightbox-popup .popup-close:before,
.lightbox-popup .popup-close:after {
  transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #10262e;
  transform: translate(-50%, -50%) rotate(45deg); }

.lightbox-popup .popup-close:after {
  transform: translate(-50%, -50%) rotate(-45deg); }

.pipeline-section {
  position: relative;
  z-index: 2; }

.pipeline-section .container {
  position: relative;
  z-index: 2; }

.pipeline-section .bg-holder {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 52.2%;
  pointer-events: none;
  background-color: #fff;
  opacity: 1; }

.pipeline-section .bg-holder img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

/*
.pipeline-section .bg-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to left, #5abeb8 0%, #254d81 100%);
	mix-blend-mode: overlay;
	z-index: 1;
}
.pipeline-section .bg-holder:after {
	content: "";
	position: absolute;
	height: calc(100% + 100px);
	top: -25%;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
}
*/
.pipeline-section .scroll-holder {
  overflow: visible; }

.pipeline-accordion {
  max-width: 1208px;
  /* min-width: 768px; */
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
  mix-blend-mode: multiply; }

.pipeline-accordion:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 20px;
  right: 20px;
  bottom: 35px;
  border: 1px solid #10262e;
  z-index: 2;
  pointer-events: none; }

.pipeline-accordion .thead-box {
  display: flex;
  text-align: center;
  position: relative;
  z-index: 1; }

.pipeline-accordion .thead-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; }

.pipeline-accordion .thead-box .th {
  width: 21.25%;
  padding: 30px 15px 10px 10px; }

.pipeline-accordion .thead-box .th:first-child {
  width: 15%; }

.pipeline-accordion .thead-box h6 {
  text-transform: uppercase;
  font-family: "navigo", sans-serif;
  line-height: 1;
  margin-bottom: 0;
  font-size: 13px;
  letter-spacing: 0.8px; }

.pipeline-accordion .tbody-box {
  display: flex;
  position: relative;
  mix-blend-mode: normal; }

.pipeline-accordion .tbody-box .opener {
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 50%;
  border: 2px solid #10262e;
  position: absolute;
  top: 50%;
  right: -53px;
  transform: translateY(-50%); }

.pipeline-accordion .tbody-box .opener:before,
.pipeline-accordion .tbody-box .opener:after {
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 21px;
  border-radius: 3em;
  background-color: #10262e; }

.pipeline-accordion .tbody-box .opener:after {
  transform: translate(-50%, -50%) rotate(90deg); }

.pipeline-accordion .tbody-box .indication {
  width: 15%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px; }

.pipeline-accordion .tbody-box .indication:before {
  content: "";
  position: absolute;
  right: -1px;
  top: -10px;
  bottom: 0;
  width: 1px;
  background-color: #10262e;
  z-index: 2; }

.pipeline-accordion .tbody-box .indication span {
  font-size: 25px;
  display: block;
  line-height: 1;
  margin-bottom: 0;
  color: #254d81;
  font-weight: 700; }

.pipeline-accordion .tbody-box .indication span.mobile {
  display: none; }

.pipeline-accordion .tbody-box .indication span .opener-tablet {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  pointer-events: none; }

.pipeline-accordion .tbody-box .content-holder {
  width: 85%; }

.pipeline-accordion .tbody-box .tr {
  position: relative;
  display: flex; }

.pipeline-accordion .tbody-box .tr:first-child .td {
  padding: 41px 20px 44px 20px;
  min-height: 101px; }

.pipeline-accordion .tbody-box .tr:first-child .td:before {
  top: -10px; }

.pipeline-accordion .tbody-box .tr:last-child:not(:only-child) .td {
  min-height: 153px; }

.pipeline-accordion .tbody-box .tr:last-child:not(:only-child) .progress-bar-holder {
  bottom: 69px; }

.pipeline-accordion .tbody-box .tr .td {
  width: 25%;
  position: relative;
  padding: 24px 20px 35px 20px;
  min-height: 84px; }

.pipeline-accordion .tbody-box .tr .td:nth-last-child(2):before {
  display: none; }

.pipeline-accordion .tbody-box .tr .td:before {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(16, 38, 46, 0.25);
  z-index: 2; }

.pipeline-accordion .tbody-box .progress-bar-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 22px);
  height: 35px;
  border: 1px solid #10262e;
  z-index: 2; }

.pipeline-accordion .tbody-box .progress-bar-holder .progress {
  transition: width 1s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  min-width: 120px;
  max-width: calc(100% - 10px);
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  border-radius: 0 0 100px 0;
  background: linear-gradient(to right, #254d81 0%, #5abeb8 100%);
  width: 0; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-5 {
  width: 5%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-10 {
  width: 10%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-15 {
  width: 15%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-20 {
  width: 20%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-25 {
  width: 25%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-30 {
  width: 30%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-35 {
  width: 35%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-40 {
  width: 40%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-45 {
  width: 45%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-50 {
  width: 50%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-55 {
  width: 55%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-60 {
  width: 60%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-65 {
  width: 65%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-70 {
  width: 70%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-75 {
  width: 75%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-80 {
  width: 80%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-85 {
  width: 85%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-90 {
  width: 90%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-95 {
  width: 95%; }

.in-viewport .pipeline-accordion .tbody-box .progress-bar-holder .progress.progress-100 {
  width: 100%; }

.pipeline-accordion .tbody-box .progress-bar-holder .description {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 19px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap; }

@-moz-document url-prefix() {
  .pipeline-accordion .tbody-box .progress-bar-holder .description {
    top: 11px; } }
.pipeline-accordion .tbody-box .target {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 0;
  white-space: nowrap; }

.pipeline-accordion .tbody-box .target strong {
  font-weight: 700; }

.pipeline-accordion .tbody-box .phase {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-top: 4px;
  margin-bottom: 0;
  white-space: nowrap; }

.pipeline-accordion .tbody-box .phase strong {
  font-weight: 700; }

.pipeline-accordion .tbody-box .phase.mobile {
  display: none; }

.pipeline-accordion .slide-holder {
  position: relative;
  mix-blend-mode: multiply;
  z-index: 2; }

.pipeline-accordion .slide-holder.small-slide:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -116px;
  background-color: #eaf3f3;
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none; }

.pipeline-accordion .slide-holder.small-slide .tr {
  position: relative;
  display: flex; }

.pipeline-accordion .slide-holder.small-slide .tr:first-child:not(:only-child) .td {
  padding: 33px 20px 44px 20px;
  min-height: 93px; }

.pipeline-accordion .slide-holder.small-slide .tr:first-child:not(:only-child) .td:before {
  top: 0; }

.pipeline-accordion .slide-holder.small-slide .tr:only-child .td {
  padding: 33px 20px 105px 20px;
  min-height: 93px; }

.pipeline-accordion .slide-holder.small-slide .tr:only-child .td:before {
  top: 0;
  bottom: -10px; }

.pipeline-accordion .slide-holder.small-slide .tr:only-child .progress-bar-holder {
  bottom: 61px; }

.pipeline-accordion .slide-holder.small-slide .indication:before {
  bottom: -10px; }

.pipeline-accordion .slide-holder.active .opener:after {
  transform: translate(-50%, -50%) rotate(0); }

.pipeline-accordion .slide-holder:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -116px;
  background-color: #eaf3f3;
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none; }

.pipeline-accordion .slide {
  width: calc(85% - 1px);
  margin: -36px 1px 0 auto;
  /* background-color: #eaf3f3; */
  z-index: 2;
  position: relative;
  border-left: 1px solid #10262e; }

.pipeline-accordion .slide .text-holder {
  padding: 67px 0 103px;
  margin: 0 auto;
  max-width: 340px; }

.pipeline-accordion .slide-holder.small-slide .slide .text-holder {
  padding-top: 75px; }

.pipeline-accordion .slide .text-holder p {
  margin-bottom: 15px; }

.pipeline-accordion .slide .text-holder p:last-child {
  margin-bottom: 0; }

.page-template-page-pipeline .video-holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }

.page-template-page-pipeline .video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.coming-box {
  padding: 50px 0 26px; }

.coming-box .title-box {
  padding-bottom: 20px; }

.coming-box .title-box span {
  font-size: 26px;
  display: block;
  line-height: 1;
  margin-bottom: 0;
  color: #254d81;
  font-weight: 700; }

.hero {
  position: relative;
  min-height: 375px;
  display: flex;
  padding: 100px 0 10px;
  margin-bottom: 133px;
  z-index: 3; }

.hero .container {
  max-width: 1225px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.hero .text-overlay {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  text-align: center;
  padding: 71px 30px 50px;
  line-height: 1.375;
  position: relative;
  background-color: #eaf3f3;
  margin: 0 auto -176px; }

.hero .text-overlay h1 {
  font-size: 20px;
  font-family: "masqualero", serif;
  line-height: 1.3;
  margin-bottom: 14px;
  color: #ff4d4d; }

.hero .social-list {
  display: none; }

.hero .social-list a {
  color: #10262e;
  border-color: #10262e; }

.hero .social-list a:hover {
  border-color: #ff4d4d;
  color: #ff4d4d; }

.hero .bg-video-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover;
  z-index: 1; }

.hero .bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; }

.hero .video-active .bg-video {
  opacity: 1; }

.our-info {
  position: relative;
  z-index: 2;
  padding: 86px 0 80px; }

.our-info .container {
  max-width: 1238px; }

.our-info-list li {
  margin-bottom: 88px; }

.our-info-list li:nth-child(even) .img-holder {
  text-align: right; }

.our-info-list li:nth-child(even) .img-holder:before {
  left: auto;
  right: 0; }

.our-info-list .text-holder {
  margin-bottom: 38px; }

.our-info-list .text-holder h3 {
  margin-bottom: 23px; }

.our-info-list .text-holder .h1 {
  line-height: 1.3;
  margin-bottom: 29px; }

.our-info-list .img-holder {
  position: relative;
  z-index: 2;
  display: flex; }

.our-info-list .img-holder:before {
  content: "";
  position: absolute;
  width: 77.9%;
  height: 100%;
  border: 1px solid #10262e;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 0; }

.our-info-list .img-holder img {
  pointer-events: none; }

.our-info-list .img-holder .img-box .img-decor-01 {
  max-width: 221px; }

.our-info-list .img-holder .img-box .img-decor-02 {
  max-width: 93px; }

.our-info-list .img-holder .img-box .img-decor-03 {
  max-width: 173px; }

.our-info-list .img-holder.in-viewport .img-box .img-decor-01 {
  transform: translate(0, 30px); }

.our-info-list .img-holder.in-viewport .img-box .img-decor-02 {
  transform: translate(0, 50px); }

.our-info-list .img-holder.in-viewport .img-box .img-decor-03 {
  transform: translate(3px, 30px); }

.our-info-list .img-holder.in-viewport .img-animate img.our-decor.delivery {
  transform: translate(20.4%, 200.7%) rotate(59deg); }

.our-info-list .img-holder .img-box {
  position: relative;
  width: 100%;
  padding-top: 134.4%;
  display: flex; }

.our-info-list .img-holder .img-box img {
  transition: transform 3.5s 1s;
  position: absolute; }

.our-info-list .img-holder .img-box .img-decor-01 {
  z-index: 4;
  width: 35.6%;
  bottom: 66.6%;
  right: 12.8%; }

.our-info-list .img-holder .img-box .img-decor-02 {
  bottom: 19.5%;
  right: 9.4%;
  z-index: 4;
  width: 14.8%; }

.our-info-list .img-holder .img-box .img-decor-03 {
  bottom: 32.6%;
  right: 41.8%;
  z-index: 2;
  width: 27.5%; }

.our-info-list .img-holder .img-box .decor-circle-01 {
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 71%; }

.our-info-list .img-holder .img-box .decor-circle-02 {
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 64%; }

.our-info-list .img-holder .img-animate {
  position: relative;
  width: 100%;
  padding-top: 134%; }

.our-info-list .img-holder .img-animate img {
  transition: transform 3.5s 1s;
  position: absolute; }

.our-info-list .img-holder .img-animate img.our-decor.background,
.our-info-list .img-holder .img-animate img.our-decor.foreground {
  top: 31.8%;
  left: -1%;
  width: 110%;
  max-width: 712px; }

.our-info-list .img-holder .img-animate img.our-decor.delivery {
  top: 8.7%;
  left: 25%;
  width: 30.8%;
  max-width: 200px; }

.our-info-list .slide-img {
  width: calc(100% + 70px);
  margin: 0 -70px 5px 0; }

.wp-content {
  padding: 150px 0 50px; }

.custom-slider .team-slider {
  width: 100%;
  position: relative;
  overflow: hidden; }

.custom-slider .team-slider .frame {
  white-space: nowrap;
  padding: 80px 0; }

.custom-slider .team-slider .slide {
  padding: 0 20px;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  /* overflow: hidden; */ }

.information-box {
  background-color: #fff;
  padding: 30px 0 30px; }

.information-box .container {
  max-width: 1278px; }

.information-footer-list {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }

.information-footer-list li {
  margin-bottom: 15px; }

.information-footer-list li:last-child {
  margin-bottom: 0; }

.information-footer-list a {
  -webkit-text-decoration: none;
  text-decoration: none; }

.information-footer-list a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline; }

.navigation-box {
  background-color: #5abeb8;
  padding: 30px 25px 30px; }

.request-box {
  background-color: #254d81;
  color: #fff;
  padding: 30px 30px 30px; }

.request-box h6 {
  letter-spacing: 0.8px;
  margin-bottom: 19px; }

.foter-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.8px;
  justify-content: space-between;
  text-align: center; }

.foter-nav li {
  width: 100%;
  margin-bottom: 15px; }

.foter-nav li:last-child {
  margin-bottom: 0; }

.foter-nav a {
  -webkit-text-decoration: none;
  text-decoration: none; }

.foter-nav a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline; }

.request-form {
  display: flex;
  flex-wrap: wrap; }

.request-form .footer-input[type="email"] {
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  height: 47px;
  border-radius: 3em;
  border: 1px solid #fff;
  width: calc(100% - 57px);
  padding: 3px 19px 2px;
  color: #fff;
  line-height: 1; }

.request-form .footer-input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1;
  opacity: 1; }

.request-form .footer-input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1;
  opacity: 1; }

.request-form .footer-input[type="email"]:focus {
  border-color: #5abeb8; }

.request-form button {
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0 0 0 auto;
  color: #fff;
  font-size: 21px;
  cursor: pointer; }

.request-form button:hover {
  color: #254d81;
  background-color: #fff; }

.main-footer {
  background-color: #10262e;
  color: #fff;
  padding: 41px 0 48px; }

.main-footer .copyright {
  font-size: 14px;
  margin-bottom: 40px; }

.main-footer .copyright p {
  margin-bottom: 0; }

.main-footer .copyright strong {
  font-weight: 800;
  -webkit-text-decoration: none;
  text-decoration: none; }

.main-footer .copyright a {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none; }

.main-footer .copyright a:hover {
  color: #5abeb8; }

.main-footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1341px;
  flex-direction: column; }

.main-footer .info-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column; }

.main-footer .info-holder .social-list {
  margin: 0; }

#footer-navigation {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: center;
  text-align: center;
  margin-bottom: 35px; }

#footer-navigation li {
  padding: 0 11px; }

#footer-navigation a {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none; }

#footer-navigation a:hover {
  color: #5abeb8; }

.social-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }

.social-list li {
  padding: 0 5px; }

.social-list a {
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1; }

.social-list a:hover {
  color: #5abeb8;
  border-color: #5abeb8; }

section.intro-content.page {
  padding: 296px 0 0; }

.page-template-default .content,
.error404 .content {
  position: relative;
  z-index: 6;
  min-height: 60vh; }

.recruiter-note {
  margin-top: 40px;
  max-width: 768px; }

.recruiter-note h4 {
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 600; }

.recruiter-note p {
  font-size: 14px;
  font-weight: 100; }

.mini-hero {
  position: relative;
  z-index: 1;
  padding: 150px 0 50px; }

.mini-hero .hero-img-holder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.25; }

.mini-hero .hero-img-holder:before {
  content: "";
  position: absolute;
  background: linear-gradient(-135deg, #254d81 0%, #5abeb8 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  z-index: -1; }

.mini-hero .container {
  position: relative;
  z-index: 2; }

.page-template-page-community .mini-hero .h2 {
  margin-bottom: 27px; }

.page-template-page-community .mini-hero .h1 {
  font-weight: 300;
  line-height: 1.3125; }

.patient-slider {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  z-index: 10; }

.patient-slider .slick-list {
  overflow: visible; }

.patient-slider .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 40px;
  width: 100%; }

.patient-slider .slick-dots li {
  width: 100%;
  padding: 0 4px; }

.patient-slider .slick-dots li:first-child {
  padding-left: 0; }

.patient-slider .slick-dots li:last-child {
  padding-right: 0; }

.patient-slider .slick-dots li.slick-active button {
  height: 3px;
  background: #fff; }

.patient-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  border: 0;
  cursor: pointer;
  background: #889397; }

.patient-slider .item-slide:not(:first-of-type) {
  display: none; }

.patient-slider.slick-initialized .item-slide:not(:first-of-type) {
  display: block; }

.patient-slider .item-slide .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  flex-direction: column-reverse; }

.patient-slider .item-slide .row .col.text-holder {
  width: 100%;
  min-height: 582px; }

.patient-slider .item-slide .row .col.img-holder {
  width: 100%;
  min-height: 350px;
  overflow: hidden;
  position: relative; }

.patient-slider .item-slide .row .col.img-holder img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  /* filter: sepia(100%) hue-rotate(170deg) saturate(80%); */ }

.patient-slider .item-slide .text-holder {
  position: relative;
  background: #10262e;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 80px 40px; }

.patient-slider .item-slide .text-holder .decor-quote {
  position: absolute;
  top: -20px;
  right: 15px;
  z-index: 1;
  width: 110px; }

.patient-slider .item-slide .over {
  margin: 0 0 8px; }

.patient-slider .item-slide .txt {
  display: block;
  margin: 0 0 29px;
  font: 300 20px/30px "navigo", sans-serif; }

.patient-slider .item-slide .name {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  color: #5abeb8; }

.patient-slider .item-slide .location {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase; }

.patient-slider .item-slide .info {
  display: block;
  margin: 0 0 35px;
  font: 300 16px/20px "navigo", sans-serif; }

.patient-slider .item-slide .view-all {
  color: #fff;
  border-color: #fff; }

.patient-slider .item-slide .view-all .text {
  font-size: 12px;
  margin: 0;
  padding-left: 20px; }

.recent-community {
  background-size: cover;
  background-position: 50% 100%;
  padding: 50px 0; }

.recent-community .row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.recent-community .row .col:first-child {
  width: 100%;
  padding: 20px 0; }

.recent-community .row .col:last-child {
  width: 100%; }

.recent-community .box {
  position: relative;
  border: 1px solid #10262e;
  padding: 30px 15px;
  font: 300 16px/24px "navigo", sans-serif; }

.recent-community .box h2 {
  margin: 0 0 18px;
  font: 300 32px/42px "navigo", sans-serif; }

.recent-community .box p {
  margin: 0 0 15px; }

.recent-community .box .decor {
  width: 95px;
  height: 95px;
  position: absolute;
  top: -40px;
  right: -20px; }

.recent-community .block-recent {
  padding-bottom: 33px;
  position: relative; }

.recent-community .block-recent:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #10262e;
  content: ""; }

.recent-community .block-recent h2 {
  margin: 0 0 18px;
  font: 300 32px/42px "navigo", sans-serif; }

.recent-community .block-recent ul {
  font: 300 18px/34px "navigo", sans-serif; }

.recent-community .block-recent ul li {
  margin: 0 0 15px; }

.recent-community .block-recent ul a {
  color: #10262e;
  -webkit-text-decoration: underline;
  text-decoration: underline; }

.recent-community .block-recent ul a:hover {
  -webkit-text-decoration: none;
  text-decoration: none; }

.recent-community .block-contact {
  padding: 50px 0;
  font: 300 16px/24px "navigo", sans-serif; }

.recent-community .block-contact h2 {
  font: 300 32px/42px "navigo", sans-serif;
  margin: 0 0 23px; }

.recent-community .block-contact .list-person {
  margin: 0 0 25px; }

.recent-community .block-contact .list-person li {
  margin: 0 0 8px; }

.recent-community .block-contact .item {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.recent-community .block-contact .item .photo-holder {
  width: 82px;
  overflow: hidden;
  height: 82px;
  border-radius: 50%; }

.recent-community .block-contact .item .photo-holder img {
  width: 100%; }

.recent-community .block-contact .item .txt-holder {
  margin-top: -11px;
  width: calc(100% - 82px);
  padding: 0 0 0 18px; }

.recent-community .block-contact .item .name {
  display: inline-block;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-thickness: auto;
  text-decoration-color: #ffd0d0;
  text-decoration-thickness: 6px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-weight: inherit;
  text-underline-offset: -0.2em; }

.recent-community .block-contact .item .position {
  display: inline-block; }

.recent-community .block-contact .item a {
  color: #10262e;
  -webkit-text-decoration: underline;
  text-decoration: underline; }

.recent-community .block-contact .item a:hover {
  -webkit-text-decoration: none;
  text-decoration: none; }

.recent-community .block-contact .info a {
  color: #10262e;
  -webkit-text-decoration: underline;
  text-decoration: underline; }

.recent-community .block-contact .info a:hover {
  -webkit-text-decoration: none;
  text-decoration: none; }

.recent-community {
  padding: 70px 0; }

.recent-community .row .col:first-child {
  padding: 20px 0; }

.recent-community {
  padding: 90px 0; }

.community-partners {
  padding: 50px 0;
  background: #fff; }

.community-partners .partners-holder {
  margin: 0 -25px 60px; }

.community-partners .partner-slider {
  padding: 40px 0;
  position: relative; }

.community-partners .partner-slider {
  white-space: nowrap; }

.community-partners .partner-slider .slide {
  display: inline-block;
  max-width: 294px; }

.community-partners .partner-slider .slide img {
  max-width: 278px; }

.community-partners .partner-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  font-size: 0;
  line-height: 0; }

.community-partners .partner-slider .slick-arrow:before {
  font-size: 20px; }

.community-partners .item-slide {
  padding: 0 8px; }

.community-partners .item-slide img {
  width: 100%; }

.community-partners .btn-holder .prev {
  margin-right: 8px;
  transform: rotate(180deg); }

.community-partners .info {
  display: block;
  max-width: 570px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px; }

.community-partners .info a {
  color: inherit; }

.community-partners .info a:hover {
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none; }

.community-faq {
  background: linear-gradient(to right, #cfefee 0%, #cfefee 5%, #d0eff1 6%, #cdefee 8%, #d0eeee 9%, #d1edf0 16%, #d2eced 24%, #dae7ef 76%, #dbe6ec 79%, #dde8ee 79%, #dde7f0 83%, #dee7ee 100%);
  padding: 50px 0; }

.community-faq + .community-faq {
  padding-top: 5px; }

.community-faq .container {
  max-width: 1250px; }

.community-faq .gallery-faq {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 0; }

.community-faq .gallery-faq li {
  width: 33.333%; }

.community-faq .gallery-faq li:nth-child(3n + 2) {
  margin-top: 20px; }

.community-faq .gallery-faq li .img-holder {
  position: relative;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.15); }

.community-faq .gallery-faq li .img-holder img {
  margin: 0;
  vertical-align: top; }

.community-faq .gallery-faq.inner li:nth-child(3n + 1) {
  margin-top: 20px; }

.community-faq .gallery-faq.inner li:nth-child(3n + 3) {
  margin-top: 20px; }

.community-faq .gallery-faq.inner li:nth-child(3n + 2) {
  margin-top: 0; }

.community-faq .h2 {
  font-size: 24px;
  margin: 0 0 10px; }

.community-faq .h2.decor-title.decor-big::before {
  width: 100%; }

.community-faq .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0; }

.community-faq .row .col:first-child {
  width: 100%;
  padding: 20px 0; }

.community-faq .row .col:last-child {
  width: 100%; }

.community-faq .text {
  font: 300 16px/24px "navigo", sans-serif; }

.community-faq .text p {
  margin: 0 0 15px; }

.community-faq .text strong {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-thickness: auto;
  text-decoration-color: #ffd0d0;
  text-decoration-thickness: 6px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-weight: inherit;
  text-underline-offset: -0.2em; }

.community-faq .text a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #10262e; }

.community-faq .text a:hover {
  -webkit-text-decoration: none;
  text-decoration: none; }

.community-faq .block-faq {
  border: 1px solid #10262e;
  padding: 45px 30px 38px; }

.community-faq .block-faq .title-block {
  font: 300 32px/42px "navigo", sans-serif;
  margin: 0 0 23px; }

.community-faq .list-faq li {
  padding: 28px 0 16px;
  border-top: 1px solid #10262e;
  font: 300 16px/24px "navigo", sans-serif; }

.community-faq .list-faq li a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #10262e;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.community-faq .list-faq li a:hover {
  -webkit-text-decoration: none;
  text-decoration: none; }

.community-faq .list-faq li p {
  margin: 0 0 10px; }

.community-faq .list-faq h3 {
  font: 700 16px/24px "navigo", sans-serif;
  margin: 0 0 14px; }

.events-section {
  padding: 50px 0;
  background: #fff; }

.events-section .events-slider {
  padding: 50px 0 109px;
  margin: 0 -10px; }

.events-section .item-slider {
  padding: 0 40px 0 10px; }

.events-section .event-post .date {
  display: block;
  color: #254d81;
  margin: 2px 0 7px;
  font: 700 14px/1 "navigo", sans-serif; }

.events-section .event-post .title {
  font: 300 18px/34px "navigo", sans-serif;
  color: #10262e;
  margin: 0 0 11px; }

.events-section .event-post .title a {
  color: inherit; }

.events-section .event-post .title a:hover {
  color: #53a7d9; }

.events-section .event-post .excerpt {
  font: 300 18px/28px "navigo", sans-serif; }

.events-section .btn-holder .sl-prev {
  margin-right: 8px;
  transform: rotate(180deg); }

/* Professor Pepgen */
#professor-pepgen {
  padding: 4em 1em; }

#professor-pepgen .ppg-videos .ppg-video-preview {
  padding-bottom: 1em; }

#professor-pepgen .ppg-videos .ppg-video-preview .h5 {
  padding-bottom: 0.15em;
  margin-bottom: 0;
  text-align: center; }

#professor-pepgen .ppg-videos .ppg-video-preview img {
  display: block;
  margin: 0 auto; }

.lightbox-policy {
  max-width: 830px;
  overflow: hidden;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 100px 0;
  padding: 40px 20px;
  font: 300 14px/20px "navigo", sans-serif; }

.lightbox-policy .fancybox-close-small {
  margin: 7px;
  padding: 6px; }

.lightbox-policy h2 {
  font-size: 24px;
  margin-bottom: 30px; }

.lightbox-policy h2:before {
  bottom: -6px; }

.fancybox-is-open .lightbox-video {
  width: 100%;
  max-width: 1420px; }

.lightbox-video .video-holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }

.lightbox-video .video-holder iframe,
.lightbox-video .video-holder video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.fancybox-container .fancybox-navigation {
  display: none; }

.lightbox-story {
  width: calc(100vw - 40px);
  padding: 0;
  overflow: hidden;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 50px 0; }

.lightbox-story .fancybox-close-small {
  margin: 7px;
  padding: 6px;
  color: #fff; }

.lightbox-story .img-top {
  position: relative; }

.lightbox-story .img-top img {
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: top; }

.lightbox-story .img-top .title-block {
  position: relative;
  top: -7px;
  background: #10262e;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300; }

.lightbox-story .img-top.video-header .title-block {
  display: none; }

.lightbox-story .img-top .title-block .name {
  color: #5abeb8;
  margin-right: 10px; }

.lightbox-story .img-top .title-block .info {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff; }

.lightbox-story .img-top .title-block .info:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 10px 0 0; }

.lightbox-story .popup-content-holder {
  padding: 20px;
  font: 300 14px/20px "navigo", sans-serif; }

.lightbox-story .popup-content-holder .blockquote {
  max-width: 768px;
  margin: 0 auto 47px;
  padding-top: 30px;
  padding-right: 50px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px; }

.lightbox-story .popup-content-holder .blockquote:after {
  position: absolute;
  top: 0;
  right: 12px;
  width: 90px;
  height: 100%;
  content: "";
  opacity: 0.3;
  background-image: url(images/quotation.png);
  background-size: 100%;
  background-repeat: no-repeat; }

.lightbox-story .popup-content-holder .blockquote .blockquote-pad {
  padding: 31px 27px;
  position: relative;
  z-index: 1;
  border: 1px solid #10262e; }

.lightbox-story .popup-content-holder .blockquote p {
  letter-spacing: -0.8px;
  margin-bottom: 25px; }

.lightbox-story .popup-content-holder .blockquote p:last-of-type {
  margin-bottom: 0; }

.lightbox-story .popup-content-holder p {
  max-width: 768px;
  margin: 0 auto 16px; }

/*
.lightbox-story .popup-content-holder p span {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-decoration-color: #c7f2eb;
	text-decoration-thickness: 6px;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	font-weight: inherit;
	text-underline-offset: -0.2em;
}
*/
.lightbox-story .popup-content-holder p strong {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: #c7f2eb;
  text-decoration-thickness: 6px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-weight: inherit;
  text-underline-offset: -0.2em; }

.lightbox-story .popup-content-holder .img-holder {
  margin: 30px 0; }

.lightbox-story .popup-content-holder .img-holder .excerpt {
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin-top: 5px;
  text-align: right; }

.lightbox-story .popup-content-holder .text-img {
  max-width: 768px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0; }

.lightbox-story .popup-content-holder .text-img .col {
  width: 100%; }

.lightbox-story .popup-content-holder .text-img .col:first-child {
  padding-right: 38px; }

.lightbox-story .popup-content-holder .text-img .col:last-child {
  text-align: center;
  margin-bottom: 20px; }

.lightbox-story .view-all {
  color: #10262e; }

.su-tooltip {
  z-index: 999999 !important; }

.su-tooltip-button {
  top: -1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  font-size: 8px;
  line-height: 0;
  color: #fff;
  border-radius: 50%;
  background-color: #90D6FF;
  vertical-align: baseline; }

.cky-title {
  font-family: "masqualero", serif;
  font-weight: 800 !important;
  color: #10262e !important; }

.cky-notice-des {
  font-family: "navigo", sans-serif;
  font-weight: 300 !important;
  color: #10262e !important; }

.cky-btn {
  border-radius: 44px !important; }

.cky-btn.cky-btn-reject,
.cky-btn.cky-btn-customize,
.cky-btn.cky-btn-preferences {
  color: #10262e !important;
  border-color: #10262e !important; }

.cky-btn.cky-btn-accept {
  border-color: #10262e !important;
  background-color: #10262e !important; }

.cky-preference-title,
.cky-preference-content-wrapper,
.cky-accordion-btn,
.cky-accordion-header-des {
  color: #10262e !important; }

.cky-btn-revisit-wrapper {
  background-color: #10262e !important; }

.text-center {
  text-align: center; }

/* Clinical Trials */
#clinical-trials {
  padding-bottom: 3em; }

#clinical-trials .trial-disease-area {
  color: #254d81;
  margin-bottom: 0; }

#clinical-trials .trial-box {
  /*background: #dbf0fb;*/
  border: 1px solid #10262e;
  margin-bottom: 3em;
  font-size: 0.95em; }

#clinical-trials .trial-image {
  padding-top: 2em; }

#clinical-trials .trial-image img {
  display: block;
  max-width: 90%;
  margin: 0 auto; }

#clinical-trials .trial-info-left {
  padding-top: 2em; }

#clinical-trials .trial-info-left p {
  margin-bottom: 1em;
  line-height: 1.35; }

#clinical-trials .trial-info-left .trial-name,
#clinical-trials .trial-info-left .requirements-title {
  font-weight: bold; }

#clinical-trials .trial-info-left .trial-name {
  font-size: 1.25em; }

#clinical-trials .trial-info-right {
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

#clinical-trials .trial-info-right .status-ages {
  font-size: 1.1em;
  text-align: right;
  padding-right: 1em; }

#clinical-trials .trial-info-right .status-ages .status {
  position: relative;
  text-transform: capitalize;
  font-style: italic; }

#clinical-trials .trial-info-right .status-ages .status::before {
  position: relative;
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  border: 1px solid #10262e;
  border-radius: 50%;
  margin-top: 0.15em;
  margin-bottom: -0.15em;
  margin-right: 0.5em; }

#clinical-trials .trial-info-right .status-ages .status.recruiting::before {
  background: #70ad47; }

#clinical-trials .trial-info-right .status-ages .ages {
  font-weight: bold;
  color: #10262e; }

#clinical-trials .trial-info-right .more-info {
  background: #002060;
  color: #fff;
  font-weight: bold;
  padding: 1em 1.5em;
  border: none;
  border-radius: 0.5em; }

#clinical-trials .trial-info-right .more-info p {
  margin: 0;
  padding: 0; }

#clinical-trials .trial-info-right .more-info a {
  color: #dbf0fb; }

#clinical-trials .trial-info-right .more-info a:hover,
#clinical-trials .trial-info-right .more-info a:focus-visible {
  color: #00bfb9; }

#clinical-trials .language-links {
  position: relative;
  text-align: center; }

#clinical-trials .language-links a {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em; }

#clinical-trials .clinical-trials-accordion {
  margin-bottom: 2em; }

#clinical-trials .clinical-trials-accordion .trial-box {
  border: none; }

#clinical-trials .clinical-trials-accordion .trial-box li {
  border: none; }

#scientific-publications .event .event-date {
  font-size: 1.05em;
  font-weight: bold;
  color: #5abeb8;
  margin-bottom: 0 !important;
  padding-bottom: 0.25rem; }
#scientific-publications .event .event-name {
  font-size: 1.35em;
  font-weight: bold;
  color: #254d81; }
#scientific-publications .pub-list {
  list-style: none;
  padding: 0; }
  #scientific-publications .pub-list .publication {
    margin: 0;
    padding: 0 0 0.5em 0.25em !important; }
    #scientific-publications .pub-list .publication p {
      margin: 0;
      padding: 0 0 0.25em 0 !important; }

/* Expaned Access */
#expanded-access-policy {
  padding-bottom: 4em;
  background: #f8f9fb; }

/* Responsive Video Container */
.video-responsive {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden; }

.video-responsive video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto; }

.story-video {
  margin-bottom: 2em; }

@media (min-width: 520px) {
  .intro-content .edo-decor .h1.decor-title {
    bottom: 30%; }

  .intro-content .edo-decor .description {
    font-size: 14px;
    padding: 5px 15px; }

  .intro-content .edo-decor .description.tag-01 {
    top: 20%;
    left: 48%; }

  .intro-content .edo-decor .description.tag-02 {
    left: 60%;
    top: 41%; }

  .board-list li {
    width: 50%; }

  .new-post-list li {
    width: 50%; }

  .team-slider .slick-slide:nth-child(even) .team-card img,
  .team-slider .slide:nth-child(even) .team-card img {
    bottom: -40px; }

  .team-card {
    padding: 73px 180px 54px 28px;
    min-height: 320px; }

  .team-card img {
    top: -15px;
    right: -15px;
    max-width: 220px; } }
@media (min-width: 560px) {
  .patient-slider .item-slide .row .col.img-holder {
    min-height: 500px; }

  .community-faq .h2.decor-title.decor-big::before {
    width: 482px; } }
@media (min-width: 768px) {
  .header {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }

  .header.header-default .container {
    align-items: center; }

  .header.header-default .social-list {
    display: none; }

  .header .container {
    padding: 0 25px; }

  .header-default .navigation {
    width: calc(100% - 180px);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    transform: translateX(0);
    position: static;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    height: auto;
    margin-bottom: 0; }

  .navigation {
    width: 75%;
    right: 0;
    left: auto;
    /*
    		padding: 190px 42px 71px 146px;
    */
    padding: 150px 42px 71px 146px; }

  .navigation .social-list {
    right: 30px; }

  /*
  	.navigation .social-list {
  		margin: auto -5px 0 auto;
  	}
  */
  .header-default .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 0;
    overflow: visible;
    flex: none;
    margin: 0 -8px; }

  .header-default .menu > li {
    margin-bottom: 0;
    padding: 0 8px;
    position: relative; }

  .header-default .menu > li:hover .slide,
  .header-default .menu > li.hover .slide {
    opacity: 1;
    visibility: visible; }

  .header-default .menu a {
    color: #10262e; }

  .header-default .menu a:before {
    width: 100%;
    height: 7px;
    bottom: 0;
    left: 0; }

  .header-default .menu a:hover span {
    transform: translateY(0); }

  .header-default .menu .slide,
  .header-default .menu .sub-menu {
    padding: 0;
    background-color: #53a7d9;
    font-size: 13px;
    position: absolute;
    top: calc(100% + 8px);
    right: -4px;
    text-align: right;
    padding: 15px 15px 0 15px;
    opacity: 0;
    visibility: hidden; }

  .header-default .menu .slide:before,
  .header-default .menu .sub-menu:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 8px;
    background-color: rgba(0, 0, 0, 0); }

  .header-default .menu .slide li,
  .header-default .menu .sub-menu li {
    margin-bottom: 11px; }

  .header-default .menu .slide a,
  .header-default .menu .sub-menu a {
    color: #fff;
    line-height: 1;
    white-space: nowrap; }

  .header-default .menu .slide a:hover,
  .header-default .menu .sub-menu a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline; }

  .nav-opener {
    position: fixed;
    top: 20px;
    right: 25px;
    z-index: 10; }

  .header-default .nav-opener {
    display: none; }

  .nav-opener:before {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: -13px;
    left: -26px;
    right: -30px;
    bottom: -13px;
    background-color: #eaf3f3;
    border-radius: 3em; }

  .nav-active .nav-opener .burger:before,
  .nav-active .nav-opener .burger:after {
    width: 20px;
    height: 4px; }

  .nav-opener .text-opener {
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 0 11px;
    position: relative;
    z-index: 2;
    display: block; }

  @-moz-document url-prefix() {
    .nav-opener .text-opener {
      margin: 4px 0 0 11px; } }
  .container {
    padding-left: 25px;
    padding-right: 25px; }

  .mini-hero {
    min-height: 496px;
    padding: 296px 0 50px; }

  .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }

  .row .col-box {
    flex: none;
    width: 50%;
    padding: 0 15px 0; }

  .row .col-box-25 {
    flex: none;
    width: 25%;
    padding: 0 15px 0; }

  .row .col-box-75 {
    flex: none;
    width: 75%;
    padding: 0 15px 0; }

  .row .col-box-35 {
    flex: none;
    width: 35%;
    padding: 0 15px 0; }

  .row .col-box-65 {
    flex: none;
    width: 65%;
    padding: 0 15px 0; }

  .intro-content {
    padding: 250px 0 173px; }

  .intro-content.contact {
    padding: 296px 0 30px; }

  .intro-content.careers {
    padding: 250px 0 0; }

  .intro-content.pipeline {
    padding: 296px 0 125px; }

  .intro-content .hero-img-holder {
    top: 0; }

  .intro-content .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }

  .intro-content .text-holder {
    width: 50%; }

  .intro-content .text-holder .content-box {
    max-width: 379px; }

  .intro-content .img-holder {
    width: 50%; }

  .intro-content .img-holder .img-box {
    margin: 0 -75px 0 25px;
    padding-top: 105.2%; }

  .intro-content .img-holder .img-box.animated:before {
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    animation: 3s linear 1s scale-small;
    animation-fill-mode: forwards; }

  .intro-content .edo-decor {
    padding: 75px 20% 0 0; }

  .intro-content .edo-decor.mobile {
    display: none; }

  .intro-content .edo-decor .h1.decor-title {
    left: 25px;
    bottom: 5%; }

  .intro-content .edo-decor .description {
    padding: 5px 10px;
    font-size: 10px; }

  .intro-content .edo-decor .description.tag-01 {
    top: 28%;
    left: 52%; }

  .intro-content .edo-decor .description.tag-02 {
    left: 65%;
    top: 46%; }

  .stock-info .container {
    display: flex;
    flex-wrap: wrap; }

  .stock-info .text-holder {
    width: 45%;
    padding: 130px 0 0 0; }

  .stock-info .text-holder:before {
    left: -9999px;
    right: 0; }

  .stock-info .graph-holder {
    width: 55%;
    padding: 40px 0 33px 25px; }

  .stock-info .graph-holder:before {
    right: -9999px;
    left: 0; }

  .view-all:hover {
    width: 150px; }

  .view-all.all-publications:hover {
    width: 200px; }

  .view-all:hover .text {
    opacity: 1; }

  .view-all:hover:before {
    right: 13px; }

  .publications-list li {
    width: 50%; }

  .boards-section {
    padding: 80px 0 50px; }

  .boards-section .bg-holder img {
    opacity: .6; }

  .board-list li {
    width: 33.33%; }

  .benefits {
    padding: 150px 0 50px; }

  .new-post-list li {
    width: 33.33%; }

  .who-we-are {
    padding: 81px 0 75px; }

  .who-we-are .text-box p {
    margin-bottom: 33px; }

  .who-we-are .bg-holder {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

  .team-description {
    padding: 20px 0 50px; }

  .team-description .bg-holder {
    background-position: 0 0;
    background-size: cover; }

  .team-description .text-box {
    max-width: 380px;
    margin-left: auto; }

  .core-values h3 {
    margin-bottom: 65px; }

  .values-list li {
    margin-bottom: 0;
    width: 32%;
    margin-right: 18%; }

  .values-list li:nth-child(4n + 4),
  .values-list li:nth-child(4n + 3) {
    margin-top: -15px;
    margin-bottom: -15px; }

  .values-list li:nth-child(4n + 4) .box-img,
  .values-list li:nth-child(4n + 3) .box-img {
    top: auto;
    bottom: -15px; }

  .values-list li:nth-child(4n + 4) {
    margin-left: 18%; }

  .values-list li:nth-child(4n + 3) {
    margin-left: 10%; }

  .values-list li:nth-last-child(-n + 2) {
    margin-bottom: 0 !important; }

  .values-card {
    padding: 50px 75px 20px 15px; }

  .culture h3 {
    margin-bottom: 65px; }

  .gallery-culture {
    margin: 0 -15px 120px; }

  /*
  	.gallery-culture li {
  		margin-bottom: -50px;
  	}
  	.gallery-culture li:nth-child(3n + 2) {
  		margin-top: 50px;
  	}
  */
  .blockquote-list {
    margin: 0 -15px -60px; }

  .blockquote-list li {
    width: 50%;
    margin-bottom: 0;
    padding: 0 15px; }

  .blockquote-list li:nth-child(even) blockquote {
    padding: 75px 25px 25px 15px; }

  .blockquote-list li:nth-child(even) blockquote:before {
    top: -25px;
    right: -15px; }

  .blockquote-list blockquote:before {
    right: -15px;
    bottom: -25px;
    font-size: 100px; }

  .team-card {
    width: 444px;
    padding: 25px 120px 54px 15px;
    min-height: 280px; }

  .team-card img {
    max-width: 280px;
    right: -30px; }

  .lightbox-popup {
    border-radius: 0 0 50px 0;
    padding: 30px 35% 30px 30px; }

  .lightbox-popup:before {
    top: -25px;
    left: 15px;
    bottom: 40px;
    right: 100px; }

  .lightbox-popup img {
    position: absolute;
    max-width: 42%;
    right: -30px;
    top: 50%;
    transform: translateY(-50%); }

  .pipeline-section .scroll-holder {
    overflow: visible; }

  .pipeline-accordion {
    padding-right: 60px; }

  .pipeline-accordion:before {
    top: 0;
    left: 0;
    right: 60px;
    bottom: 0; }

  .pipeline-accordion .tbody-box .indication span .opener-tablet {
    pointer-events: auto; }

  .pipeline-accordion .tbody-box .indication span .opener-tablet:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline; }

  .pipeline-accordion .tbody-box .progress-bar-holder {
    width: calc(100% - 7px); }

  .coming-box {
    display: flex;
    flex-flow: wrap; }

  .hero {
    margin-bottom: 0;
    padding: 200px 0 30px; }

  .hero .text-overlay {
    width: 334px;
    height: 334px;
    padding: 102px 45px 50px;
    background-color: rgba(234, 243, 243, 0.75);
    margin: 0; }

  .hero .text-overlay h1 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.2; }

  .hero .social-list {
    display: flex; }

  .our-info {
    padding: 10px 0; }

  .our-info-list {
    margin: -50px 0; }

  .our-info-list li {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse; }

  .our-info-list li:nth-child(even) {
    flex-direction: row; }

  .our-info-list .text-holder {
    margin-bottom: 0;
    width: 50%;
    padding: 17% 0 0; }

  .our-info-list .text-holder h3 {
    margin-bottom: 25px; }

  .our-info-list .text-holder .h1 {
    margin-bottom: 35px; }

  .our-info-list .img-holder {
    width: 50%; }

  .our-info-list .img-holder:before {
    width: 75%; }

  .our-info-list .img-holder.in-viewport .img-box .img-decor-01 {
    transform: translate(0, 30px); }

  .our-info-list .img-holder.in-viewport .img-box .img-decor-02 {
    transform: translate(0, 80px); }

  .our-info-list .img-holder.in-viewport .img-box .img-decor-03 {
    transform: translate(3px, 30px); }

  .our-info-list .img-holder .img-box {
    padding-top: 105.4%; }

  .our-info-list .img-holder .img-box .img-decor-01 {
    width: 25%;
    bottom: 66.5%;
    right: 11.2%; }

  .our-info-list .img-holder .img-box .img-decor-02 {
    width: 11%;
    bottom: 32.7%;
    right: 8.4%; }

  .our-info-list .img-holder .img-box .img-decor-03 {
    width: 20%;
    bottom: 38.7%;
    right: 39.9%; }

  .our-info-list .img-holder .img-box .decor-circle-01 {
    width: 65%; }

  .our-info-list .img-holder .img-box .decor-circle-02 {
    width: 60%; }

  .our-info-list .img-holder .img-animate {
    padding-top: 105.3%; }

  .our-info-list .img-holder .img-animate img.our-decor.background,
  .our-info-list .img-holder .img-animate img.our-decor.foreground {
    top: 31.8%;
    left: -1%;
    width: 87.7%; }

  .our-info-list .img-holder .img-animate img.our-decor.delivery {
    top: 8.7%;
    left: 20.3%;
    width: 24.4%; }

  .our-info-list .slide-img {
    width: 100%;
    margin: 0 0 30px; }

  .custom-slider .team-slider .slide {
    padding: 0 75px; }

  .information-footer-list {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    font-size: 14px; }

  .information-footer-list li {
    padding: 0 15px;
    margin-bottom: 0; }

  .foter-nav li {
    width: auto;
    margin-bottom: 0;
    padding: 0 5px; }

  .main-footer {
    padding: 34px 0 32px; }

  .main-footer .copyright {
    margin-bottom: 0; }

  .main-footer .container {
    flex-direction: row; }

  .main-footer .info-holder {
    margin-left: auto;
    justify-content: flex-end;
    flex-direction: row; }

  #footer-navigation {
    padding-right: 22px;
    margin-bottom: 0; }

  .patient-slider .slick-dots {
    width: 42.5%;
    padding: 0 79px;
    bottom: 30px; }

  .patient-slider .item-slide .row {
    flex-direction: row; }

  .patient-slider .item-slide .row .col.text-holder {
    border-radius: 50px 0 0 0;
    width: 42.5%; }

  .patient-slider .item-slide .row .col.img-holder {
    border-radius: 0 50px 0 0;
    height: 700px;
    width: 57.5%; }

  .patient-slider .item-slide .text-holder {
    padding: 60px 40px; }

  .patient-slider .item-slide .text-holder .decor-quote {
    width: 160px;
    right: -35px; }

  .community-partners {
    padding: 65px 0; }

  .community-partners .partner-slider {
    padding: 65px 0; }

  .community-faq {
    padding: 70px 0; }

  .community-faq .gallery-faq {
    padding: 70px 0 0; }

  .community-faq .gallery-faq li:nth-child(3n + 2) {
    margin-top: 50px; }

  .community-faq .gallery-faq.inner li:nth-child(3n + 1) {
    margin-top: 50px; }

  .community-faq .gallery-faq.inner li:nth-child(3n + 3) {
    margin-top: 50px; }

  .community-faq .row .col:first-child {
    padding: 0 0 0 30px;
    width: 56%; }

  .community-faq .row .col:last-child {
    width: 44%; }

  .events-section {
    padding: 90px 0; }

  .lightbox-policy {
    padding: 74px 80px 60px;
    font-size: 16px;
    line-height: 24px; }

  .lightbox-policy h2 {
    margin-bottom: 70px; }

  .lightbox-policy h2:before {
    bottom: -3px; }

  .lightbox-story {
    max-width: 1160px;
    width: auto;
    border-radius: 0 0 100px 0; }

  .lightbox-story .img-top .title-block {
    padding: 20px 78px;
    flex-wrap: nowrap;
    border-radius: 50px 50px 0 0;
    min-height: 165px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto; }

  .lightbox-story .popup-content-holder {
    font-size: 16px;
    line-height: 24px;
    padding: 55px 98px; }

  .lightbox-story .popup-content-holder .blockquote {
    font-size: 20px;
    line-height: 30px;
    padding-right: 170px;
    padding-top: 47px; }

  .lightbox-story .popup-content-holder .blockquote:after {
    width: 200px; }

  .lightbox-story .popup-content-holder .img-holder {
    margin: 50px 0; }

  .lightbox-story .popup-content-holder .text-img {
    margin: 50px 0; }

  .lightbox-story .popup-content-holder .text-img .col {
    width: 50%; }

  .lightbox-story .popup-content-holder .text-img .col:last-child {
    text-align: right;
    margin-bottom: 0; }

  .recent-community .row .col:first-child {
    padding: 43px 82px 0 0;
    width: 42.6%; }

  .recent-community .row .col:last-child {
    padding: 0 20px 0 0;
    width: 57.4%; }

  .recent-community .box {
    padding: 46px 22px 64px 22px; }

  .recent-community .box .decor {
    width: 165px;
    height: 165px;
    top: -38px;
    right: -87px; }

  .recent-community .block-recent {
    padding-left: 100px; }

  .recent-community .block-recent:after {
    left: 100px;
    right: 20px; }

  .recent-community .block-contact h2 {
    padding-left: 100px; }

  .recent-community .block-contact .info {
    padding-left: 95px; }

  .plublications-content .pub-title {
    margin-bottom: 0; }

  .plublications-content .pub-title,
  .plublications-content .pub-content {
    display: inline-block !important; }

  .plublications-content .pub-content {
    padding-left: 7em; } }
@media screen and (min-width: 1024px) {
  .form-area.w-50 {
    width: calc(50% - 0.75rem); } }
@media (min-width: 1024px) {
  .logo {
    width: 180px; }

  .navigation {
    width: 50%; }

  .nav-opener {
    top: 20px; }

  .decor-title.decor-big:before {
    width: 384px; }

  .intro-content.science .h1 {
    line-height: 1.3; }

  .intro-content.about-us .h1 {
    line-height: 1.3; }

  .intro-content.pipeline .h1 {
    line-height: 1.3; }

  .intro-content .hero-img-holder {
    min-height: 680px; }

  .intro-content .hero-img-holder:after {
    height: 100px; }

  .intro-content .edo-decor {
    padding: 100px 15% 0 0;
    margin: 0 0 0 -35px; }

  .intro-content .edo-decor .h1.decor-title {
    bottom: auto;
    top: 50%; }

  .intro-content .edo-decor .description {
    padding: 5px 10px;
    font-size: 14px; }

  .stock-info .text-holder {
    width: 33.9%; }

  .stock-info .graph-holder {
    width: 66.1%;
    padding: 40px 0 33px 50px; }

  .news-article h5 {
    line-height: 1.9; }

  .events-list {
    max-width: 475px; }

  .events-list li {
    margin-bottom: 40px;
    padding-bottom: 28px; }

  .events-list h5 {
    line-height: 1.9; }

  .publication h5 {
    line-height: 1.9; }

  .board-list li {
    width: 25%; }

  .new-post-list li {
    padding: 0 22px 45px; }

  .team-description h3 {
    margin-bottom: 25px; }

  .team-description .h1 {
    line-height: 1.3125;
    margin-bottom: 17px; }

  .address-section .address-box {
    padding-bottom: 99px; }

  .address-section .address-box .map-box {
    width: calc(64.4% + 48px);
    margin-left: -48px;
    margin-top: -46px; }

  .address-section .address-box .map-box a {
    box-shadow: 0 0 50px rgba(37, 77, 129, 0.16); }

  .address-section .address-box .map-box a:hover {
    box-shadow: 0 0 50px rgba(37, 77, 129, 0.5); }

  .address-section .address-box .address {
    width: 35.6%;
    padding: 118px 34px 35px 34px; }

  .team-sliders .team-slide-holder {
    display: flex;
    flex-wrap: wrap; }

  .team-sliders .team-slide-holder .pagination-holder {
    margin-bottom: 0;
    padding: 50px 0 126px;
    width: 30%;
    display: flex;
    flex-direction: column; }

  .team-sliders .team-slide-holder .team-slider {
    width: 70%; }

  .team-sliders .arrow-box {
    margin-top: auto; }

  .team-slider .slick-list,
  .team-slider .frame {
    margin: 0 -30px; }

  .team-slider .slick-slide,
  .team-slider .slide {
    padding: 0 30px; }

  .team-card {
    padding: 25px 120px 54px 15px; }

  .lightbox-popup .subtitle {
    margin-bottom: 38px; }

  .pipeline-section .scroll-holder {
    overflow: visible; }

  .pipeline-accordion {
    padding-bottom: 93px; }

  .pipeline-accordion .thead-box .th {
    padding: 51px 15px 24px 15px;
    width: 21.125%; }

  .pipeline-accordion .thead-box .th:first-child {
    width: 15.5%; }

  .pipeline-accordion .thead-box h6 {
    font-size: 16px; }

  .pipeline-accordion .tbody-box .indication {
    width: 187px; }

  .pipeline-accordion .tbody-box .indication:before {
    top: -23px; }

  .pipeline-accordion .tbody-box .indication span {
    font-size: 32px;
    margin: 0 0 -13px -18px; }

  .pipeline-accordion .tbody-box .indication span .opener-tablet {
    pointer-events: none; }

  .pipeline-accordion .tbody-box .indication span .opener-tablet:hover {
    -webkit-text-decoration: none;
    text-decoration: none; }

  .pipeline-accordion .tbody-box .content-holder {
    width: calc(100% - 187px); }

  .pipeline-accordion .tbody-box .tr:first-child .td:before {
    top: -23px; }

  .pipeline-accordion .slide-holder.small-slide:after {
    width: 99999px;
    left: 50%;
    transform: translateX(-50%);
    right: auto; }

  .pipeline-accordion .slide-holder.small-slide .tr:only-child .td:before {
    bottom: -8px; }

  .pipeline-accordion .slide-holder.small-slide .indication:before {
    bottom: -8px; }

  .pipeline-accordion .slide-holder.small-slide .indication span {
    margin: 0 0 -5px -31px; }

  .pipeline-accordion .slide-holder:before {
    width: 99999px;
    left: 50%;
    transform: translateX(-50%);
    right: auto; }

  .pipeline-accordion .slide {
    width: calc(100% - 188px); }

  .pipeline-accordion .slide .text-holder {
    padding: 67px 0 103px;
    max-width: 586px; }

  .pipeline-accordion .slide-holder.small-slide .slide .text-holder {
    padding-top: 75px; }

  .coming-box {
    flex-direction: row;
    padding: 33px 0; }

  .coming-box .title-box {
    display: flex;
    align-items: center;
    width: 163px;
    border-right: 1px solid #10262e;
    padding: 5px; }

  .coming-box .title-box span {
    font-size: 24px; }

  .coming-box .text-box {
    width: calc(100% - 163px);
    padding: 44px 10px 14px 19px; }

  .information-box {
    padding: 70px 0 60px; }

  .information-footer-list {
    font-size: 16px;
    letter-spacing: 0.8px; }

  .request-holder {
    display: flex;
    flex-wrap: wrap; }

  .navigation-box {
    display: flex;
    width: 50%; }

  .request-box {
    width: 50%; }

  .foter-nav {
    width: 100%; }

  .patient-slider .item-slide .text-holder {
    padding: 80px 80px; }

  .patient-slider .item-slide .text-holder .decor-quote {
    width: 200px;
    right: -45px; }

  .recent-community {
    padding: 112px 0 70px; }

  .community-partners {
    padding: 85px 0; }

  .community-partners .partners-holder {
    margin-bottom: 86px; }

  .community-partners .partner-slider {
    padding: 85px 0; }

  .community-faq {
    padding: 90px 0; }

  .community-faq .gallery-faq {
    padding: 90px 0 0; }

  .community-faq .row .col:first-child {
    padding-right: 83px; } }
@media (min-width: 1160px) {
  .lightbox-story .popup-content-holder .text-img {
    max-width: none; }

  .lightbox-story .popup-content-holder .text-img .col:first-child {
    padding-left: 100px; } }
@media (min-width: 1200px) {
  .header {
    padding: 56px 0; }

  .header-default .menu {
    margin: 0 -21px 12px;
    font-size: 16px; }

  .header-default .menu > li {
    padding: 0 21px; }

  .header-default .menu .slide,
  .header-default .menu .sub-menu {
    font-size: 16px;
    min-width: 187px;
    padding: 17px 16px 0 15px; }

  .header-default .menu .slide li,
  .header-default .menu .sub-menu li {
    margin-bottom: 14px; }

  .nav-opener {
    top: 55px;
    right: 72px; }

  .nav-active .nav-opener {
    color: #10262e; }

  .nav-active .nav-opener:before {
    opacity: 1;
    visibility: visible; }

  .nav-active .nav-opener .burger:before,
  .nav-active .nav-opener .burger:after {
    background-color: #10262e; }

  .navigation .social-list {
    right: 42px; }

  h1,
  .h1 {
    font-size: 32px; }

  h2,
  .h2 {
    font-size: 26px; }

  .overview {
    padding: 136px 0 160px; }

  .documents-holder h3 {
    margin-bottom: 44px; }

  .document-list {
    padding-right: 100px; }

  .intro-content {
    padding: 296px 0 173px; }

  .intro-content.contact {
    padding: 296px 0 186px; }

  .intro-content.contact .h2 {
    margin-bottom: 22px; }

  .intro-content.contact .h1 {
    margin-bottom: 14px; }

  .intro-content.careers {
    padding: 296px 0 0; }

  .intro-content.careers .h2 {
    margin-bottom: 26px; }

  .intro-content.careers .h1 {
    margin-bottom: 17px; }

  .intro-content.careers p {
    margin-bottom: 15px; }

  .intro-content.careers + .core-values {
    padding: 0 0 249px;
    margin-top: -50px; }

  .intro-content.science {
    padding: 296px 0 48px; }

  .intro-content.science .h2 {
    margin-bottom: 26px; }

  .intro-content.science .h1 {
    margin-bottom: 17px; }

  .intro-content.science p {
    margin-bottom: 15px; }

  .intro-content.about-us {
    padding: 296px 0 13px; }

  .intro-content.about-us .h2 {
    margin-bottom: 26px; }

  .intro-content.about-us .h1 {
    margin-bottom: 17px; }

  .intro-content.about-us p {
    margin-bottom: 15px; }

  .intro-content.about-us .bordered-box {
    margin: 43px -29px 0 -22px;
    padding: 48px 27px 45px 22px; }

  .intro-content.pipeline .h1 {
    margin-bottom: 17px; }

  .intro-content.pipeline .h2 {
    margin-bottom: 26px; }

  .intro-content.pipeline p {
    margin-bottom: 15px; }

  .intro-content .img-holder .img-box {
    margin: -52px -231px 0 0;
    padding-top: 139.6%; }

  .intro-content .img-holder .img-box.animated:before {
    top: -122px;
    left: -122px;
    right: -122px;
    bottom: -122px;
    animation: 3s linear 1s scale;
    animation-fill-mode: forwards; }

  .intro-content .img-holder .img-box:before {
    top: -15px;
    left: -16px;
    right: -14px;
    bottom: -16px; }

  .intro-content .bordered-box {
    margin: 45px -29px 0 -22px;
    padding: 48px 30px 50px 22px; }

  .intro-content .bordered-box p + .h1 {
    margin-top: 32px; }

  .intro-content .edo-decor {
    padding: 129px 0 0 0;
    margin: 0 -35px 0 -131px; }

  .intro-content .edo-decor .h1.decor-title {
    left: 38px;
    top: 37.4%; }

  .intro-content .edo-decor .description {
    padding: 5px 15px;
    font-size: 16px; }

  .intro-content .edo-decor .description.tag-01 {
    top: 24.4%;
    left: 65%; }

  .intro-content .edo-decor .description.tag-02 {
    top: 44.9%;
    left: 77.6%; }

  .intro-content .edo-decor .description.tag-02:before {
    width: 96px; }

  .intro-content .edo-decor .description:before {
    width: 80px; }

  .news-section {
    padding: 152px 0 240px; }

  .news-section .decor-title {
    margin-bottom: 66px; }

  .events {
    padding: 136px 0 250px; }

  .events .decor-title {
    margin-bottom: 66px; }

  .publications {
    padding: 4em 0 3em; }

  .publications h3 {
    margin-bottom: 67px; }

  .publications-list li {
    padding: 0 8px 43px; }

  .publications-list .publication {
    padding-right: 100px; }

  .boards-section {
    padding: 166px 0 64px; }

  .boards-section h3.decor-title {
    margin-bottom: 65px; }

  .board-list {
    margin-bottom: 105px; }

  .benefits {
    padding: 398px 0 138px; }

  .benefits h3 {
    margin-bottom: 28px; }

  .opportunities {
    padding: 137px 0 143px; }

  .opportunities h3 {
    margin-bottom: 64px; }

  .what-new {
    padding: 259px 0 188px; }

  .what-new h3 {
    margin-bottom: 67px; }

  .who-we-are {
    padding: 82px 0 206px; }

  .who-we-are .text-box {
    font-size: 28px;
    padding-right: 0;
    line-height: 1.5; }

  .who-we-are .text-box h3 {
    margin-bottom: 21px; }

  .team-description {
    padding: 93px 0 178px; }

  .team-description .bg-holder {
    background-position: 0 100%; }

  .address-section {
    padding: 46px 0 242px; }

  .address-section .bg-holder {
    bottom: 400px; }

  .address-section .bg-color-decor {
    top: calc(100% - 400px); }

  .address-section .address-box:before {
    left: -22px;
    right: -21px; }

  .address-section .address-box h3 {
    margin-bottom: 25px; }

  .address-section .address-box address {
    font-size: 32px; }

  .core-values {
    margin-top: -50px;
    padding: 50px 0 249px; }

  .core-values h3 {
    margin-bottom: 109px; }

  .values-list {
    margin: 0 0 0 -26px; }

  .values-list li {
    width: 26.3%;
    margin-right: 19.2%; }

  .values-list li:nth-child(4n + 4),
  .values-list li:nth-child(4n + 3) {
    margin-top: -35px;
    margin-bottom: -35px; }

  .values-list li:nth-child(4n + 4) .box-img,
  .values-list li:nth-child(4n + 3) .box-img {
    bottom: -29px; }

  .values-list li:nth-child(4n + 4) {
    margin-left: 19.1%; }

  .values-list li:nth-child(4n + 3) {
    margin-left: 22.7%; }

  .values-card {
    padding: 80px 95px 22px 28px; }

  .values-card h4:before {
    left: -44px; }

  .values-card .box-img {
    top: -25px;
    right: -83px;
    width: 165px;
    height: 165px; }

  .culture {
    padding: 135px 0 10px; }

  .culture h3 {
    margin-bottom: 119px; }

  .gallery-culture {
    margin: 0 -50px 162px; }

  /*
  	.gallery-culture li {
  		margin-bottom: -122px;
  	}
  	.gallery-culture li:nth-child(3n + 2) {
  		margin-top: 122px;
  	}
  */
  .blockquote-list {
    margin: 0 -72px -112px; }

  .blockquote-list li {
    padding: 0 48px; }

  .blockquote-list li:nth-child(even) blockquote {
    padding: 196px 56px 62px 28px; }

  .blockquote-list li:nth-child(even) blockquote:before {
    top: -58px;
    right: -48px; }

  .blockquote-list blockquote {
    padding: 72px 56px 165px 28px; }

  .blockquote-list blockquote:before {
    font-size: 220px;
    right: -49px;
    bottom: -63px; }

  .team-sliders {
    padding: 49px 0 54px; }

  .team-sliders .team-slide-holder .pagination-holder {
    width: 21.8%;
    padding: 87px 0 126px; }

  .team-sliders .team-slide-holder .team-slider {
    width: calc(78.2% + 75px);
    margin-right: -75px; }

  .team-sliders .team-slide-holder .team-slider.right-slider {
    overflow: hidden;
    margin-right: -138px;
    margin-left: -57px;
    width: calc(78.2% + 195px); }

  .team-sliders .team-slide-holder .team-slider.right-slider .slick-list,
  .team-sliders .team-slide-holder .team-slider.right-slider .frame {
    margin: 0 0 0 -203px;
    padding: 60px 123px 57px 0; }

  .team-sliders .team-slide-holder .team-slider.right-slider .slick-slide:last-child,
  .team-sliders .team-slide-holder .team-slider.right-slider .slide:last-child {
    margin-left: 152px;
    margin-right: 75px; }

  .team-sliders .arrow-box {
    padding-left: 55px; }

  .team-slider .slick-list,
  .team-slider .frame {
    margin: 0 -184px 0 -75px;
    padding: 60px 60px 57px 0; }

  .team-slider .slick-slide,
  .team-slider .slide {
    padding: 0 75px; }

  .team-slider .slick-slide:last-child,
  .team-slider .slide:last-child {
    margin-right: 250px; }

  .team-slider .slick-slide:nth-child(even) .team-card img,
  .team-slider .slide:nth-child(even) .team-card img {
    top: auto;
    bottom: -50px;
    right: -110px; }

  .team-card {
    min-height: 547px;
    padding: 73px 130px 54px 28px; }

  .team-card img {
    top: -60px;
    right: -110px;
    max-width: 470px; }

  .lightbox-popup {
    border-radius: 0 0 100px 0;
    padding: 43px 435px 74px 79px; }

  .lightbox-popup.board {
    max-width: 804px;
    padding: 43px 79px 74px 79px; }

  .lightbox-popup.board:before {
    right: -51px; }

  .lightbox-popup:before {
    top: -51px;
    left: 51px;
    bottom: 49px;
    right: 165px; }

  .lightbox-popup img {
    width: 45%;
    max-width: 450px;
    right: -30px;
    top: -150px;
    transform: translateY(0); }

  .pipeline-section {
    padding: 0 0 75px; }

  .pipeline-accordion .tbody-box .progress-bar-holder {
    width: calc(100% - 22px); }

  .coming-box .title-box {
    width: 157px;
    padding: 5px 0 0 23px; }

  .coming-box .text-box {
    width: calc(100% - 157px); }

  .hero {
    min-height: 900px;
    padding: 200px 0 95px; }

  .our-info {
    padding: 100px 0 10px; }

  .our-info-list {
    margin: -197px 0 -115px; }

  .our-info-list li:nth-child(even) .text-holder {
    padding: 239px 0 15px 24px; }

  .our-info-list li:nth-child(3) {
    margin-top: 4px; }

  .our-info-list li:nth-child(3) .text-holder {
    padding: 235px 0 150px 0; }

  .our-info-list .text-holder {
    padding: 353px 0 50px 0;
    max-width: 400px;
    width: auto; }

  .our-info-list .img-holder {
    width: calc(100% - 400px); }

  .our-info-list .img-holder:before {
    width: 499px; }

  .our-info-list .img-holder.in-viewport .img-box .img-decor-01 {
    transform: translate(0, 111px); }

  .our-info-list .img-holder.in-viewport .img-box .img-decor-02 {
    transform: translate(0, 138px); }

  .our-info-list .img-holder.in-viewport .img-box .img-decor-03 {
    transform: translate(20px, 80px); }

  .our-info-list .img-holder .img-box .img-decor-01 {
    width: auto;
    bottom: 66.5%;
    right: 11.2%; }

  .our-info-list .img-holder .img-box .img-decor-02 {
    width: auto;
    bottom: 19.7%;
    right: 8.4%; }

  .our-info-list .img-holder .img-box .img-decor-03 {
    width: auto;
    bottom: 32.7%;
    right: 33.9%; }

  .our-info-list .img-holder .img-box .decor-circle-01 {
    width: auto; }

  .our-info-list .img-holder .img-box .decor-circle-02 {
    width: auto; }

  .our-info-list .img-holder .img-animate {
    padding-top: 105.3%; }

  .our-info-list .img-holder .img-animate img.our-decor.background,
  .our-info-list .img-holder .img-animate img.our-decor.foreground {
    top: 31.8%;
    left: -1%;
    width: 100.7%; }

  .our-info-list .img-holder .img-animate img.our-decor.delivery {
    top: 8.7%;
    left: 20.3%;
    width: 27.4%; }

  .our-info-list .slide-img {
    margin: -49px 0 12px 2px; }

  .wp-content {
    padding: 200px 0 80px; }

  .information-box {
    padding: 90px 0 83px; }

  .navigation-box {
    padding: 90px 55px 83px 55px; }

  .request-box {
    padding: 45px 38px 62px 38px; }

  .page-template-page-community .mini-hero {
    min-height: 545px; }

  .patient-slider .item-slide .row .col.img-holder {
    min-height: 810px; }

  .patient-slider .item-slide .text-holder .decor-quote {
    width: 269px;
    right: -65px; }

  .community-partners {
    padding: 150px 0 150px; }

  .community-partners .partners-holder {
    margin-left: calc((100vw - 1150px) / 2 * -1);
    margin-right: calc((100vw - 1150px) / 2 * -1); }

  .community-partners .partner-slider {
    padding: 107px 0 110px; }

  .community-faq {
    padding: 136px 0; }

  .community-faq + .community-faq {
    padding-bottom: 155px; }

  .community-faq .gallery-faq {
    padding: 110px 0 0; }

  .community-faq .gallery-faq li:nth-child(3n + 2) {
    margin-top: 122px; }

  .community-faq .gallery-faq.inner li:nth-child(3n + 1) {
    margin-top: 122px; }

  .community-faq .gallery-faq.inner li:nth-child(3n + 3) {
    margin-top: 122px; }

  .community-faq .h2 {
    margin-left: 25px; }

  .events-section {
    padding: 135px 0 154px; } }
@media (min-width: 1280px) {
  .recent-community .row {
    margin: 0 -42px; } }
@media (min-width: 1400px) {
  .navigation {
    padding-right: calc(50vw - 678px); }

  .nav-opener {
    right: calc(50vw - 648px); }

  .navigation .social-list {
    right: calc(50vw - 678px); }

  .gallery-culture {
    margin: 0 -139px 178px; }

  .team-sliders .team-slide-holder .team-slider.right-slider .slick-slide:last-child,
  .team-sliders .team-slide-holder .team-slider.right-slider .slide:last-child {
    margin-left: 182px;
    margin-right: 75px; }

  .team-slider .slick-slide:last-child,
  .team-slider .slide:last-child {
    margin-right: 182px; }

  .pipeline-accordion {
    padding-right: 0; }

  .pipeline-accordion:before {
    right: 0; }

  .pipeline-accordion .tbody-box .opener {
    right: -81px; }

  .page-template-page-pipeline .video-holder {
    margin-top: 60px; }

  .page-template-page-pipeline .video,
  .page-template-page-pipeline .video-holder iframe {
    box-shadow: 0 0 50px 0 rgba(37, 77, 130, 0.5); }

  .hero .social-list {
    margin: 0 -57px -8px 0; }

  .navigation-box {
    padding-left: calc(50vw - 665px); }

  .patient-slider .item-slide .row .col.img-holder img {
    -o-object-position: 50% 25%;
    object-position: 50% 25%; }

  .request-box {
    padding-right: calc(50vw - 681px); }

  .community-faq .gallery-faq {
    margin: 0 -110px 68px; } }
@media (max-width: 1023px) {
  iframe {
    width: 100%; } }
@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px; }

  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 4px; }

  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 4px; }

  h1 br,
  .h1 br {
    display: none; }

  .intro-content .img-holder .img-box-pad {
    max-width: 260px;
    margin: 0 auto 45px; }

  .intro-content .edo-decor {
    max-width: 500px;
    margin: 0 auto; }

  .intro-content .edo-decor.desktop {
    display: none; }

  .new-post-card h5 {
    margin-bottom: 0; }

  .values-list li {
    margin: 0 auto 30px !important; }

  /*
  	.values-list li:nth-child(even) {
  		margin-left: auto;
  	}
  	.values-list li:nth-child(even) .box-img {
  		top: -25px;
  		right: -25px;
  	}
  */
  .team-card h4 {
    font-size: 18px; }

  .pipeline-accordion {
    padding-bottom: 0; }

  .pipeline-accordion .thead-box {
    display: none; }

  .pipeline-accordion .tbody-box {
    flex-direction: column;
    padding: 0 21px 50px; }

  .pipeline-accordion .slide-holder.small-slide .tbody-box {
    padding-bottom: 65px; }

  .pipeline-accordion .slide-holder.small-slide.active .tbody-box {
    padding-bottom: 50px; }

  .pipeline-accordion .tbody-box .indication:before {
    display: none; }

  .pipeline-accordion .tbody-box .tr .td {
    padding-bottom: 44px; }

  .pipeline-accordion .slide-holder.small-slide .tr:only-child .td {
    padding-bottom: 44px; }

  .pipeline-accordion .tbody-box .tr .td:before {
    display: none; }

  .pipeline-accordion .tbody-box .tr:last-child:not(:only-child) .td {
    min-height: 84px; }

  .pipeline-accordion .tbody-box .target {
    padding: 0 0 2px 20px; }

  .pipeline-accordion .tbody-box .phase.mobile {
    display: block;
    padding: 0 0 2px 20px; }

  .pipeline-accordion .tbody-box .indication {
    width: 100%;
    justify-content: flex-start;
    padding: 30px 20px 0; }

  .pipeline-accordion .tbody-box .indication span.mobile {
    display: inline; }

  .pipeline-accordion .tbody-box .content-holder {
    width: 100%; }

  .pipeline-accordion .tbody-box .progress-bar-holder {
    width: calc(100% - 40px);
    left: 20px; }

  .pipeline-accordion .tbody-box .tr:last-child:not(:only-child) .progress-bar-holder {
    bottom: 0; }

  .pipeline-accordion .slide-holder.small-slide .tr:only-child .progress-bar-holder {
    bottom: 0; }

  .pipeline-accordion .tbody-box .opener {
    top: 20px;
    right: 40px;
    transform: none; }

  .pipeline-accordion .slide {
    width: 100%; }

  .pipeline-accordion .slide .text-holder {
    padding: 30px 0 60px; }

  .pipeline-accordion .slide-holder.small-slide .slide .text-holder {
    padding: 30px 0 95px; } }
@media (max-width: 519px) {
  .decor-title {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 14px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    font-weight: inherit;
    text-underline-offset: -8px; }

  .decor-title.decor-blue {
    text-decoration-color: #90d6ff; }

  .decor-title.decor-light-green {
    text-decoration-color: #c7f2eb; }

  .decor-title.decor-green {
    text-decoration-color: #5abeb8; }

  .decor-title.decor-red {
    text-decoration-color: #ff4d4d; }

  .decor-title:before {
    display: none; } }
