/* ---------------- */
/* Variables */
/* ---------------- */
@import url('../css/reset.css');
.clear-after {
  content: '';
  display: block;
  clear: both;
}
.hide-text {
  font-size: 0;
  line-height: 0;
  text-indent: -2000px;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rwd-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}
.inline-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* ---------------- */
/* General */
/* ---------------- */
* {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
label,
input[type="submit"],
button {
  cursor: pointer;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
img {
  max-width: 100%!important;
  height: auto;
}
h1 {
  margin: 0px;
}
/* ---------------- */
/* Structure */
/* ---------------- */
body {
  font-size: 16px;
  font-family: 'Quicksand';
  color: #313537;
}
.page-width {
  margin: 0px auto;
  width: 78rem;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .page-width {
    width: 100%;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  body {
    font-size: 15px;
  }
  .page-width {
    width: 60rem;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  body {
    font-size: 14px;
  }
  .page-width {
    width: 46rem;
  }
}
.pagination .wp-pagenavi {
  padding-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  display: flex;
  margin: 0px 0.4rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 0.6rem;
}
.pagination .wp-pagenavi a {
  color: #313537;
}
.pagination .wp-pagenavi span {
  background: #00adf5;
  color: white;
}
.pagination .wp-pagenavi .previouspostslink,
.pagination .wp-pagenavi .nextpostslink {
  font-size: 0;
  line-height: 0;
  text-indent: -2000px;
  background-position: center;
  background-repeat: no-repeat;
  height: 2rem;
  padding: 0px 0.4rem;
}
.pagination .wp-pagenavi .previouspostslink {
  background-image: url('../img//arrows/medium_grey_left.png');
}
.pagination .wp-pagenavi .nextpostslink {
  background-image: url('../img//arrows/medium_grey_right.png');
}
.tb-gallery-hidden {
  display: none !important;
}
.tb-gallery-pagination .wp-pagenavi .disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}
.tb-gallery-pagination .wp-pagenavi .tb-gallery-ellipsis {
  display: flex;
  margin: 0px 0.4rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 0.6rem;
  color: #313537;
  background: transparent;
}
em {
  font-style: normal;
}
.button-side-icon {
  padding: 1rem 1rem 1rem 4.6rem;
  background: #00adf5;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  color: white;
}
.button-side-icon:before {
  background-position: center left;
  background-repeat: no-repeat;
  border-right: 1px solid #80d6fa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  display: block;
  content: '';
  width: 38px;
  height: 22px;
}
.button-side-icon.button-list:before {
  background-image: url('../img//icons/bars.png');
}
.button-side-icon.button-map:before {
  background-image: url('../img//icons/map.png');
}
.button-map {
  padding: 1rem 1rem 1rem 4.6rem;
  background: #00adf5;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  color: white;
}
.button-map:before {
  width: 38px;
  height: 20px;
  border-right: 1px solid #80d6fa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  display: block;
  content: '';
}
.buttons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons-list li {
  margin-right: 1.25rem;
}
.buttons-list li:last-child {
  margin-right: 0px;
}
.side-line {
  height: 20px;
  width: 1px;
  background: #d1d1d1;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.button-dashed {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.3rem;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: top calc(50% - 2px) right 0px;
  padding-right: 1rem;
  transition: background 0.3s, color 0.3s;
}
.button-dashed:hover {
  text-decoration: none;
}
.button-dashed:after {
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  content: '';
  display: block;
  transition: background 0.3s;
}
.button-dashed.button-white {
  color: white;
  background-image: url('../img//arrows/little_white_right.png');
}
.button-dashed.button-white:after {
  background: white;
}
.button-dashed.button-white:hover {
  color: #00adf5;
  background-image: url('../img//arrows/little_blue_right.png');
}
.button-dashed.button-white:hover:after {
  background: #00adf5;
}
.button-dashed.button-light-blue {
  color: #00adf5;
  background-image: url('../img//arrows/little_blue_right.png');
}
.button-dashed.button-light-blue:after {
  background: #00adf5;
}
.button-dashed.button-light-blue:hover {
  color: #0f4270;
  background-image: url('../img//arrows/little_dark_blue_right.png');
}
.button-dashed.button-light-blue:hover:after {
  background: #0f4270;
}
.button-dashed.button-dark-blue {
  color: #0f4270;
  background-image: url('../img//arrows/little_dark_blue_right.png');
}
.button-dashed.button-dark-blue:after {
  background: #0f4270;
}
.button-dashed.button-dark-blue:hover {
  color: #00adf5;
  background-image: url('../img//arrows/little_blue_right.png');
}
.button-dashed.button-dark-blue:hover:after {
  background: #00adf5;
}
.gallery {
  width: calc(100% + 1.5rem);
  position: relative;
  left: -0.75rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  margin-left: 0px;
}
.gallery li {
  list-style-type: none !important;
}
.gallery.gallery-columns-5 > .gallery-icon,
.gallery.gallery-columns-5 > .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-4 > .gallery-icon,
.gallery.gallery-columns-4 > .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-3 > .gallery-icon,
.gallery.gallery-columns-3 > .gallery-item {
  width: 33.333%;
}
.gallery.gallery-columns-2 > .gallery-icon,
.gallery.gallery-columns-2 > .gallery-item {
  width: 50%;
}
.gallery > .gallery-icon,
.gallery > .gallery-item {
  padding: 0px 0.75rem;
  float: left;
  margin-bottom: 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery img {
  border: 1px solid #e3e3e3 !important;
}
.gallery a {
  transition: opacity 0.3s;
  position: relative;
  display: block;
}
.gallery a:hover {
  opacity: 0.5;
}
.gallery a:hover:after {
  opacity: 1;
}
.content-text {
  overflow: hidden;
}
.content-text:after {
  content: '';
  display: block;
  clear: both;
}
.content-text img {
  display: block;
  margin-bottom: 2rem;
}
.content-text img.alignleft {
  float: left;
  margin-right: 2rem;
}
.content-text img.alignright {
  float: right;
  margin-left: 2rem;
}
.content-text a {
  color: #00adf5;
}
.content-text h1 {
  color: #00adf5;
  font-weight: 700;
}
.content-text h2 {
  font-weight: 700;
}
.content-text h2,
.content-text h3,
.content-text h4 {
  color: #0f4270;
  font-weight: 700;
}
.content-text em {
  color: #00adf5;
}
.content-text p,
.content-text ul,
.content-text ol {
  line-height: 1.6em;
}
.content-text hr {
  background: #e3e3e3;
  width: 100%;
  height: 2px;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.content-text ul,
.content-text ol {
  font-family: 'Lato';
  font-size: 1em;
  padding-left: 2rem;
}
.content-text ul li {
  list-style-type: disc;
}
.content-text ol li {
  list-style-type: decimal;
}
.padding-text h1 {
  margin-bottom: 2rem;
}
.padding-text h2 {
  margin-bottom: 1.75rem;
}
.padding-text h3,
.padding-text h4,
.padding-text h5,
.padding-text p,
.padding-text ul,
.padding-text ol {
  margin-bottom: 1.5rem;
}
.padding-text h6 {
  margin-bottom: 1rem;
}
.padding-text *:last-child {
  margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'Lato';
}
h1 {
  font-size: 2.25em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
p {
  font-size: 1em;
  font-family: 'Lato';
}
h6 {
  font-size: 0.875em;
  font-family: 'Lato';
}
@media (max-width: 600px) {
  .gallery.gallery-columns-2 > .gallery-icon,
  .gallery.gallery-columns-3 > .gallery-icon,
  .gallery.gallery-columns-4 > .gallery-icon,
  .gallery.gallery-columns-5 > .gallery-icon,
  .gallery.gallery-columns-2 > .gallery-item,
  .gallery.gallery-columns-3 > .gallery-item,
  .gallery.gallery-columns-4 > .gallery-item,
  .gallery.gallery-columns-5 > .gallery-item {
    width: 50% !important;
  }
  .gallery.gallery-columns-2 > .gallery-icon:nth-child(2n+1),
  .gallery.gallery-columns-3 > .gallery-icon:nth-child(2n+1),
  .gallery.gallery-columns-4 > .gallery-icon:nth-child(2n+1),
  .gallery.gallery-columns-5 > .gallery-icon:nth-child(2n+1),
  .gallery.gallery-columns-2 > .gallery-item:nth-child(2n+1),
  .gallery.gallery-columns-3 > .gallery-item:nth-child(2n+1),
  .gallery.gallery-columns-4 > .gallery-item:nth-child(2n+1),
  .gallery.gallery-columns-5 > .gallery-item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 400px) {
  .gallery.gallery-columns-2 > .gallery-icon,
  .gallery.gallery-columns-3 > .gallery-icon,
  .gallery.gallery-columns-4 > .gallery-icon,
  .gallery.gallery-columns-5 > .gallery-icon,
  .gallery.gallery-columns-2 > .gallery-item,
  .gallery.gallery-columns-3 > .gallery-item,
  .gallery.gallery-columns-4 > .gallery-item,
  .gallery.gallery-columns-5 > .gallery-item {
    width: 100% !important;
    float: none !important;
    padding: 0px !important;
  }
  .buttons-list li {
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }
  .buttons-list li:last-child {
    margin-bottom: 0px;
  }
  .content-text img.alignleft,
  .content-text img.alignright {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.social-icons li {
  margin-right: 0.75rem;
}
.social-icons li:last-child {
  margin-right: 0px;
}
#titlebar {
  padding: 1.5rem 0px;
}
#titlebar .page-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#titlebar #logo {
  display: block;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
}
#titlebar #logo:after {
  right: 0px;
  height: 20px;
  width: 1px;
  background: #d1d1d1;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#titlebar #logo img {
  display: block;
}
#titlebar .language-chooser {
  margin-right: auto;
  position: relative;
  font-family: 'Lato';
}
#titlebar .language-chooser:hover .languages {
  display: block;
}
#titlebar .language-chooser .current-language {
  display: block;
  height: 1.75rem;
  line-height: 1.75rem;
  width: 3.875rem;
  background: url('../img//arrows/little_white_bottom.png') no-repeat top 50% right 12px #00adf5;
  font-size: 0.875em;
  color: white;
  text-transform: uppercase;
  padding-left: 1rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#titlebar .language-chooser .languages {
  font-family: 'Lato';
  display: none;
  position: absolute;
  transform: translateY(100%);
  bottom: 0px;
  background: #00adf5;
  width: 100%;
  z-index: 10;
}
#titlebar .language-chooser .languages li a {
  display: block;
  height: 1.75rem;
  line-height: 1.75rem;
  width: 100%;
  padding-left: 1rem;
  font-size: 0.875em;
  color: white;
  text-transform: uppercase;
}
#titlebar .contact-details {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#titlebar .contact-details li {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
  color: #313537;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 0.875em;
  font-family: 'Lato';
}
#titlebar .contact-details li:after {
  right: 0px;
  height: 20px;
  width: 1px;
  background: #d1d1d1;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#titlebar .contact-details li.telephone {
  padding-left: 1.75rem;
  background-image: url('../img//icons/telephone.png');
}
#titlebar .contact-details li.email {
  padding-left: 2rem;
  background-image: url('../img//icons/email.png');
}
#titlebar .contact-details li a {
  color: #313537;
}
#titlebar #menu-anchor {
  width: 37px;
  height: 31px;
  display: block;
  background: url('../img//hamburger.png');
  display: none;
}
#top-menu {
  background: #f5f5f5;
}
#top-menu .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}
#top-menu .menu > li {
  position: relative;
}
#top-menu .menu > li.current-menu-item > a,
#top-menu .menu > li.current-menu-ancestor > a,
#top-menu .menu > li.current-menu-parent > a,
#top-menu .menu > li.current_page_item > a,
#top-menu .menu > li.current_page_parent > a,
#top-menu .menu > li.current-page-parent > a,
#top-menu .menu > li.current_page_ancestor > a,
#top-menu .menu > li.current-page-ancestor > a {
  color: #00adf5;
}
#top-menu .menu > li:hover > a {
  text-decoration: none;
  color: #00adf5;
}
#top-menu .menu > li:hover > ul {
  display: block;
}
#top-menu .menu > li.home > a {
  display: block;
  height: 1rem;
  width: 1.5rem;
  background: url('../img//icons/home.png') center no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -2000px;
}
#top-menu .menu > li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1em;
  color: #313537;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  text-decoration: none;
}
#top-menu .menu > li.menu-item-has-children > a {
  padding-right: 1.25rem;
  background: url('../img//arrows/little_blue_bottom.png') top 50% right 0px no-repeat;
}
#top-menu .menu > li.menu-item-has-children:hover > a {
  background-image: url('../img//arrows/little_blue_top.png');
}
#top-menu .menu > li > ul {
  display: none;
  position: absolute;
  z-index: 12;
  background: #00adf5;
  width: 17rem;
  padding: 0.5rem 1.875em 1rem 1.875rem;
  bottom: 0px;
  left: 0px;
  transform: translate(-1rem, calc(100%));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top-menu .menu > li > ul > li {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 500;
}
#top-menu .menu > li > ul > li.current-menu-item > a,
#top-menu .menu > li > ul > li.current-menu-ancestor > a,
#top-menu .menu > li > ul > li.current-menu-parent > a,
#top-menu .menu > li > ul > li.current_page_item > a,
#top-menu .menu > li > ul > li.current_page_parent > a,
#top-menu .menu > li > ul > li.current-page-parent > a,
#top-menu .menu > li > ul > li.current_page_ancestor > a,
#top-menu .menu > li > ul > li.current-page-ancestor > a {
  text-decoration: underline;
}
#top-menu .menu > li > ul > li > a {
  padding: 0.5rem 0px;
  display: block;
  color: white;
  border-bottom: 1px solid #33bdf7;
}
#top {
  height: 50rem;
  position: relative;
}

#top .slides li {
  height: 50rem;
  padding-bottom: 10rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top .slides li .content .image {
  display: block;
  margin-bottom: 4rem;
  text-align: center;
}
#top .slides li .content .image img {
  width: auto;
  display: inline-block;
}
#top .slides li .content .text {
  text-align: center;
  text-transform: uppercase;
}
#top .slides li .content .text .upper {
  font-family: 'Lato';
  font-size: 2em;
  color: white;
  font-weight: 400;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
  letter-spacing: 1.5rem;
}
#top .slides li .content .text .upper:after {
  width: calc(100% + 4rem);
  height: 1px;
  background: white;
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
#top .slides li .content .text .lower {
  font-family: 'Lato';
  font-size: 1.5em;
  font-weight: 400;
  color: white;
  font-style: italic;
  letter-spacing: 1rem;
}
#top #top-counters {
  padding: 2rem 0px;
  background: rgba(15, 66, 112, 0.9);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#top #top-counters .counters {
  display: flex;
  flex-wrap: wrap;
}
#top #top-counters .counters > li {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#top #top-counters .counters > li:after {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
}
#top #top-counters .counters > li:last-child:after {
  display: none;
}
#top #top-counters .counters > li .number {
  font-size: 2.625em;
  font-weight: 500;
  color: white;
  padding-bottom: 0.5rem;
}
#top #top-counters .counters > li .label {
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Quicksand';
}
#bottom-box {
  position: relative;
  bottom: -4rem;
  margin-top: -4rem;
  text-align: center;
}
#bottom-box .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5rem 0px;
}
#bottom-box .header,
#bottom-box .subheader {
  color: white;
  font-family: 'Lato';
  font-weight: 400;
}
#bottom-box .subheader {
  margin: 1.5rem 0px;
}
#bottom-box #to-top {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url('../img//arrows/little_white_top.png') center no-repeat #00adf5;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 50%);
}
#bottom-menu {
  height: 12.5rem;
  background: #0f4270;
  padding-top: 8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#bottom-menu .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
#bottom-menu .menu > li {
  margin: 0px 0.625rem;
  font-size: 0.875em;
}
#bottom-menu .menu > li.current-menu-item > a,
#bottom-menu .menu > li.current-menu-ancestor > a,
#bottom-menu .menu > li.current-menu-parent > a,
#bottom-menu .menu > li.current_page_item > a,
#bottom-menu .menu > li.current_page_parent > a,
#bottom-menu .menu > li.current-page-parent > a,
#bottom-menu .menu > li.current_page_ancestor > a,
#bottom-menu .menu > li.current-page-ancestor > a {
  text-decoration: underline;
}
#bottom-menu .menu > li.home > a {
  width: 1rem;
  height: 1rem;
  display: block;
  background: url('../img//icons/home_small.png') center no-repeat;
}
#bottom-menu .menu > li > a {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.little-side-line {
  width: 1px;
  height: 12px;
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-40%);
  background: #e3e3e3;
}
#footer .upper {
  padding: 3.5rem 0px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1rem;
}
#footer .upper .column #footer-logo {
  display: block;
  margin-bottom: 1.5rem;
}
#footer .upper .column .text {
  color: #858a8f;
  margin-bottom: 1.5rem;
}
#footer .upper .column .header {
  margin-bottom: 1.5rem;
  color: #0f4270;
  text-transform: uppercase;
  font-weight: 700;
}
#footer .upper .column .menu > li {
  font-size: 0.875em;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
#footer .upper .column .menu > li.current-menu-item > a,
#footer .upper .column .menu > li.current-menu-ancestor > a,
#footer .upper .column .menu > li.current-menu-parent > a,
#footer .upper .column .menu > li.current_page_item > a,
#footer .upper .column .menu > li.current_page_parent > a,
#footer .upper .column .menu > li.current-page-parent > a,
#footer .upper .column .menu > li.current_page_ancestor > a,
#footer .upper .column .menu > li.current-page-ancestor > a {
  text-decoration: underline;
}
#footer .upper .column .menu > li:last-child {
  margin-bottom: 0px;
}
#footer .upper .column .menu > li > a {
  color: #858a8f;
}
#footer .lower {
  padding: 1rem 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e3e3e3;
}
#footer .lower #copyrights {
  position: relative;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
  color: #858a8f;
  font-weight: 400;
}
#footer .lower #copyrights:after {
  width: 1px;
  height: 12px;
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-40%);
  background: #e3e3e3;
}
#footer .lower #copyrights a {
  color: #858a8f;
}
#footer .lower #footer-secondary-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .lower #footer-secondary-menu li {
  position: relative;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
  font-size: 0.875em;
  font-family: 'Lato';
}
#footer .lower #footer-secondary-menu li:after {
  width: 1px;
  height: 12px;
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-40%);
  background: #e3e3e3;
}
#footer .lower #footer-secondary-menu li a {
  color: #858a8f;
}
#footer .lower #realization {
  color: #858a8f;
  font-weight: 400;
}
#footer .lower #realization a {
  color: #00adf5;
}
@keyframes item-appear {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
@media (min-width: 990px) {
  body {
    padding-top: 0px !important;
  }
  #titlebar.fixed {
    margin-bottom: 4rem;
  }
  #top-menu.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    animation-name: item-appear;
    animation-duration: 0.3s;
  }
}
@media (max-width: 990px) {
  #titlebar.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    background: white;
    animation-name: item-appear;
    animation-duration: 0.3s;
  }
  #titlebar .social-icons {
    display: none;
  }
  #titlebar #menu-anchor {
    display: block;
  }
  #top-menu .menu {
    transform: translateX(-100%);
    position: fixed;
    left: 0px;
    top: 0px;
    padding: 1rem;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    z-index: 100;
    background: white;
    height: 100vh;
    width: 20rem;
    box-shadow: 0px;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  #top-menu .menu.open {
    transform: translateX(0px);
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.4);
  }
  #top-menu .menu > li {
    display: block;
    text-align: left;
    margin: 0px 0px 1rem 0px !important;
    float: none;
  }
  #top-menu .menu > li.home {
    display: none;
  }
  #top-menu .menu > li.menu-item-has-children > a {
    background: url('../img//arrows/little_blue_bottom.png') top 50% right 0px no-repeat;
    padding-right: 0px;
  }
  #top-menu .menu > li.menu-item-has-children:hover > a {
    background: url('../img//arrows/little_blue_bottom.png') top 50% right 0px no-repeat;
  }
  #top-menu .menu > li.menu-item-has-children:hover > ul {
    display: none;
  }
  #top-menu .menu > li.current-menu-item > ul,
  #top-menu .menu > li.current-menu-ancestor > ul,
  #top-menu .menu > li.current-menu-parent > ul,
  #top-menu .menu > li.current_page_item > ul,
  #top-menu .menu > li.current_page_parent > ul,
  #top-menu .menu > li.current-page-parent > ul,
  #top-menu .menu > li.current_page_ancestor > ul,
  #top-menu .menu > li.current-page-ancestor > ul {
    display: block !important;
  }
  #top-menu .menu > li:after {
    display: none;
  }
  #top-menu .menu > li > a {
    display: block;
    padding: 0.5rem 0px 0.5rem 0px;
    line-height: normal;
    color: #313537;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #top-menu .menu > li > ul {
    /*display: none !important;*/
    position: static !important;
    width: 100%;
    background: none;
    padding: 0rem 0rem 1rem 0.5rem;
    transform: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #top-menu .menu > li > ul > li > a {
    color: #313537;
    border: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  #titlebar .page-width,
  #bottom-box .page-width,
  #footer .page-width {
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #titlebar .contact-details {
    display: none;
  }
  #top {
    height: auto;
  }
  #top .slides li {
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #top .slides li .content .text .upper:after {
    width: 100%;
  }
  #top #top-counters {
    position: static;
    transform: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #top #top-counters .counters > li .label {
    text-align: center;
  }
  #bottom-box {
    position: relative;
    margin-top: 0px;
    bottom: 0px;
  }
  #bottom-menu {
    display: none;
  }
  #footer .upper {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .upper .column {
    flex: 0 0 50%;
  }
  #footer .upper .column:nth-child(-n + 2) {
    margin-bottom: 2rem;
  }
  #footer .lower {
    display: block;
  }
  #footer .lower #copyrights {
    margin-bottom: 1rem;
    text-align: center;
  }
  #footer .lower #copyrights:after {
    display: none;
  }
  #footer .lower #footer-secondary-menu {
    margin-bottom: 1rem;
  }
  #footer .lower #footer-secondary-menu > li:last-child {
    padding-right: 0px;
    margin-right: 0px;
  }
  #footer .lower #footer-secondary-menu > li:last-child:after {
    display: none;
  }
  #footer .lower #realization {
    text-align: center;
  }
}
@media (max-width: 600px) {
  #top .slides li {
    height: auto;
    padding: 6rem 0px;
  }
  #top .slides li .content {
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #top .slides li .content .text .upper {
    letter-spacing: 0.5rem;
  }
  #top .slides li .content .text .lower {
    letter-spacing: 0.3rem;
  }
  #top #top-counters .counters > li {
    flex: 0 0 50%;
    margin-bottom: 2rem;
  }
  #top #top-counters .counters > li:nth-child(2):after {
    display: none;
  }
  #top #top-counters .counters > li:nth-last-child(-n + 2) {
    margin-bottom: 0px;
  }
}
@media (max-width: 500px) {
  #titlebar #logo img {
    width: 6rem;
  }
  #top-menu .menu {
    width: 90%;
  }
  #footer .upper .column {
    flex: 0 0 100%;
    margin-bottom: 2rem !important;
  }
  #footer .upper .column:last-child {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 400px) {
  #top #top-counters .counters > li {
    flex: 0 0 100%;
    margin-bottom: 2rem !important;
  }
  #top #top-counters .counters > li:after {
    display: none !important;
  }
  #top #top-counters .counters > li:last-child {
    margin-bottom: 0px !important;
  }
}
#pagebar {
  height: 12.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#breadcrumbs .page-width {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.75rem 0px;
  border-bottom: 1px solid #e3e3e3;
}
#breadcrumbs .page-width > span {
  position: relative;
  display: block;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875em;
  font-family: 'Lato';
  color: #00adf5;
}
#breadcrumbs .page-width > span > a {
  color: #848a8f;
}
#breadcrumbs .page-width > span > a:after {
  width: 1px;
  height: 12px;
  background: #e3e3e3;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.page-header {
  margin: 3rem 0px 2rem 0px;
}
.page-header .page-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header h1 {
  font-weight: 700;
  color: #00adf5;
}
#investments-map {
  margin-bottom: 3rem;
}
#investments-map .map {
  height: 47.5rem;
  max-height: 80vh;
}
#investments-map .map .map-image {
  display: block;
  margin-bottom: 0.5rem;
}
#investments-map .map .map-header a {
  color: #00adf5;
}
#investments-map img {
  max-width: none;
  width: auto;
}
#content {
  margin-bottom: 3rem;
}
#content.with-sidebar .page-width {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 2rem;
}
.news-items-standalone .news-item {
  display: flex;
  margin-bottom: 2rem;
}
.news-items-standalone .news-item:last-child {
  margin-bottom: 0px;
}
.news-items-standalone.news-items-aktualnosci {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
}
.news-items-standalone.news-items-aktualnosci .news-item {
  display: block;
  margin-bottom: 0px;
}
.news-items-standalone.news-items-aktualnosci .news-item .thumbnail {
  margin-bottom: 0px;
  flex: none;
}
.news-items-standalone.news-items-aktualnosci .news-item .content {
  padding-top: 1rem;
}
.news-items-standalone.news-items-aktualnosci .news-item .title {
  margin-bottom: 0.75rem;
}
.news-items-standalone.news-items-aktualnosci .news-item .text {
  margin-bottom: 1rem;
}
.news-items-standalone.news-items-aktualnosci .news-item .news-date {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.6rem;
  background: #00adf5;
  color: white;
  font-size: 0.75em;
  font-family: 'Lato';
}
.news-items-standalone .news-item .thumbnail {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  flex: 0 0 18.5rem;
}
.news-items-standalone .news-item .thumbnail img {
  display: block;
}
.news-items-standalone .news-item .title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.news-items-standalone .news-item .title a {
  color: #0f4270;
}
.news-items-standalone .news-item .text {
  margin-bottom: 2rem;
}
.side-box {
  background: #f5f5f5;
  padding: 1.5rem;
}
.side-box .header {
  margin-bottom: 1rem;
  color: #0f4270;
  font-weight: bold;
}
.realizations-archive-list {
  display: flex;
  flex-wrap: wrap;
}
.realizations-archive-list > li {
  margin-bottom: 2rem;
  flex: 0 0 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.realizations-archive-list > li:nth-last-child(-n + 2) {
  margin-bottom: 0px;
}
.realizations-archive-list > li:nth-child(2n + 1) {
  padding-right: 1rem;
}
.realizations-archive-list > li:nth-child(2n) {
  padding-left: 1rem;
}
@media (max-width: 768px) {
  #breadcrumbs .page-width,
  .page-header .page-width,
  #content .page-width {
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #content.with-sidebar .page-width {
    display: block;
  }
  #content.with-sidebar .page-width #main-content {
    margin-bottom: 2rem;
  }
}
@media (max-width: 990px) {
  .news-items-standalone.news-items-aktualnosci {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .news-items-standalone.news-items-aktualnosci {
    grid-template-columns: 1fr;
  }
  .realizations-archive-list > li {
    margin-bottom: 2rem !important;
    flex: 0 0 100%;
    padding: 0px !important;
  }
  .realizations-archive-list > li:last-child {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 500px) {
  .news-items-standalone .news-item {
    display: block;
  }
  .news-items-standalone .news-item .thumbnail {
    margin-bottom: 1rem;
  }
  .news-items-standalone .news-item .text {
    margin-bottom: 1rem;
  }
}
.main-header {
  color: #0f4270;
  margin-bottom: 1.75rem;
  font-weight: 700;
}
.main-header em {
  color: #00adf5;
}
.section-header {
  margin-bottom: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0f4270;
}
.section-header h2,
.section-header h3 {
  font-weight: 700;
}
.section-header em {
  color: #00adf5;
}
.section-welcome {
  padding: 3rem 0px;
  text-align: center;
}
.section-offer {
  padding: 3rem 0px;
  position: relative;
}
.section-offer .offer-items {
  position: relative;
  z-index: 2;
  display: flex;
  width: calc(100% + 2rem);
  transform: translateX(-1rem);
  justify-content: center;
}
.section-offer .offer-items > li {
  flex: 0 0 25%;
  padding: 0px 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-offer .offer-items > li a {
  display: block;
  box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.05);
  background: white;
  padding: 3.375rem 1rem 2.25rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s, transform 0.3s;
}
.section-offer .offer-items > li a .icon {
  display: block;
  margin-bottom: 1.5rem;
}
.section-offer .offer-items > li a .title {
  text-align: center;
  margin-bottom: 2.25rem;
  color: #0f4270;
}
.section-offer .offer-items > li a:hover {
  box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transform: translateY(-2rem);
}
.section-offer .offer-items > li a:hover .button-dashed {
  color: #0f4270;
  background-image: url('../img//arrows/little_dark_blue_right.png');
}
.section-offer .offer-items > li a:hover .button-dashed:after {
  background: #0f4270;
}
.section-news-items {
  padding-bottom: 3rem;
}
.section-news-items .news-items {
  /*padding-bottom: 3rem;*/
}
.section-news-items .news-items .news-item {
  padding-bottom: 1rem;
}
.section-news-items .news-items .news-item .thumbnail {
  display: block;
  margin-bottom: 1rem;
  position: relative;
}
.section-news-items .news-items .news-item .thumbnail:after {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  background: #00adf5;
  transition: opacity 0.3s;
}
.section-news-items .news-items .news-item .thumbnail img {
  display: block;
}
.news-items-aktualnosci .news-item .thumbnail img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 auto;
}
.section-news-items .news-items .news-item .thumbnail:hover:after {
  opacity: 0.25;
}
.section-news-items .news-items .news-item .title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.section-news-items .news-items .news-item .title a {
  color: #0f4270;
}
.section-news-items .news-items .owl-controls {
  padding-top: 2.5rem;
}
.section-news-items .news-items .owl-controls .owl-dots {
  text-align: center;
}
.section-news-items .news-items .owl-controls .owl-dots .owl-dot {
  position: relative;
  margin: 0px 0.25rem;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-radius: 100%;
  transition: border-color 0.3s;
}
.section-news-items .news-items .owl-controls .owl-dots .owl-dot:after {
  width: 6px;
  height: 6px;
  display: block;
  content: '';
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 1;
  border-radius: 100%;
  background: #dadada;
  transition: opacity 0.3s;
}
.section-news-items .news-items .owl-controls .owl-dots .owl-dot.active {
  border-color: #00adf5;
  background: none;
}
.section-news-items .news-items .owl-controls .owl-dots .owl-dot.active:after {
  opacity: 0;
}
.section-news-items .news-items .owl-controls .owl-dots .owl-dot:only-of-type {
	display: none !important;
}
.section-realizations {
  padding: 3rem 0px;
}
.section-realizations .page-width {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
}
.section-realizations .header-content {
  text-align: right;
}
.section-realizations .header {
  margin-bottom: 1rem;
  color: #0f4270;
  font-weight: 700;
}
.section-realizations .header em {
  color: #00adf5;
}
.section-realizations .subheader {
  margin-bottom: 1rem;
  color: #0f4270;
}
.section-realizations .more {
  margin-bottom: 2rem;
}
.realization-box {
  height: 23rem;
  position: relative;
  display: block;
  margin-bottom: 2rem;
  overflow: hidden;
}
.realization-box:hover .background {
  transform: scale(1.2);
  filter: brightness(50%);
}
.realization-box:last-of-type {
  margin-bottom: 0px;
}
.realization-box:after {
  height: 5.5rem;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  content: '';
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #061d2e 100%);
  opacity: 0.7;
  z-index: 2;
}
.realization-box .background {
  height: 23rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  filter: blur(0);
  transition: transform 0.3s, filter 0.3s;
}
.realization-box .title {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: left;
  color: white;
  font-weight: 500;
  z-index: 3;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.realization-box .description {
	font-weight: 400;
}

.section-about {
  padding: 3rem 0px;
}
.section-about .text {
  margin-bottom: 2rem;
}
.section-content {
  margin: 3rem 0px;
}
.section-grey-box {
  padding: 3rem 3rem;
  background: url('../img//grey_bg.png') bottom right no-repeat #f5f5f5;
  display: flex;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-grey-box .text {
  padding-right: 2rem;
}
.section-grey-box .side-image {
  flex: 0 0 15%;
  background: white;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-properties {
  margin: 3rem 0px;
}
.section-properties .properties li {
  margin-bottom: 1.5rem;
  color: #313537;
  font-family: 'Lato';
}
.section-properties .properties li:last-child {
  margin-bottom: 0px;
}
.section-properties .properties li .label {
  font-weight: bold;
}
.realizations-boxes-row {
  margin: 3rem 0px;
  display: flex;
  width: calc(100% + 1rem);
  transform: translateX(-0.5rem);
  flex-wrap: wrap;
}
.realizations-boxes-row > li {
  padding: 0px 0.5rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.realizations-boxes-row.items-2 > li {
  flex: 0 0 50%;
}
.realizations-boxes-row.items-3 > li {
  flex: 0 0 33.3333%;
}
.realizations-boxes-row.items-4 > li {
  flex: 0 0 25%;
}
.realizations-boxes-row.items-5 > li {
  flex: 0 0 20%;
}
.realizations-boxes-row.items-6 > li {
  flex: 0 0 16.6666%;
}
@media (max-width: 990px) {
  .section-realizations-boxes .realizations-boxes-row.items-4 > li,
  .section-realizations-boxes .realizations-boxes-row.items-5 > li,
  .section-realizations-boxes .realizations-boxes-row.items-6 > li {
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .section-welcome .page-width,
  .section-offer .page-width,
  .section-news-items .page-width,
  .section-realizations .page-width,
  .section-about .page-width,
  .section-content .page-width,
  .section-properties .page-width,
  .section-realizations-boxes .page-width,
  .section-testimonials .page-width {
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-offer .offer-items {
    flex-wrap: wrap;
  }
  .section-offer .offer-items > li {
    flex: 0 0 50%;
    margin-bottom: 2rem;
  }
  .section-offer .offer-items > li:nth-last-child(-n + 2) {
    margin-bottom: 0px;
  }
  .section-grey-box {
    display: block;
    padding: 2rem 1rem;
  }
  .section-grey-box .text {
    margin-bottom: 2rem;
    padding-right: 0px;
  }
  .section-realizations-boxes .realizations-boxes-row > li {
    flex: 0 0 50% !important;
  }
}
@media (max-width: 600px) {
  .section-realizations .page-width {
    display: block;
  }
  .section-realizations .header-content {
    text-align: left;
  }
  .section-realizations .column {
    margin-bottom: 2rem;
  }
  .section-realizations .column:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 500px) {
  .section-header {
    display: block;
  }
  .section-header h1,
  .section-header h2,
  .section-header h3 {
    margin-bottom: 1rem;
  }
  .section-offer .offer-items > li {
    flex: 0 0 100%;
    margin-bottom: 2rem !important;
  }
  .section-offer .offer-items > li:last-child {
    margin-bottom: 0px !important;
  }
  .section-realizations-boxes .realizations-boxes-row > li {
    flex: 0 0 100% !important;
  }
}
.section-testimonials {
  padding: 4rem 0px;
  margin-bottom: 5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.section-testimonials:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 35, 61, 0.72);
}
.section-testimonials .page-width {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2rem;
}
.section-testimonials__left {
  margin-left: 9rem;
}
.section-testimonials__left h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
}
.section-testimonials__right {
  flex: 0 0 62%;
  display: flex;
  justify-content: flex-end;
  min-height: 35rem;
}
.section-testimonials__card {
  width: 100%;
  max-width: 640px;
  background: #ffffff;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  position: relative;
  min-height: 210px;
  box-sizing: border-box;
  padding: 2rem 2.6rem;
}
.section-testimonials__card:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 16px solid #ffffff;
}
.section-testimonials__items {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.section-testimonials__item {
  display: none;
  color: #0f4270;
}
.section-testimonials__item.is-active {
  display: block;
}
.section-testimonials__item-heading {
  margin: 0px 0px 1rem;
  color: #0f4270;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
}
.section-testimonials__item-description > p {
  margin: 0px 0px 0.8rem;
  color: #0f4270;
  line-height: 1.45;
}
.section-testimonials__item-description > p:last-child {
  margin-bottom: 0px;
}
.section-testimonials__arrow {
  border: 0;
  background: none;
  color: #00adf5;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  padding: 0px;
  width: 2.4rem;
  flex: 0 0 2.4rem;
  margin: 0 1.2rem;
}
.section-testimonials__arrow.is-hidden {
  visibility: hidden;
  pointer-events: none;
}
.section-testimonials__quote {
  position: absolute;
  top: 0.75rem;
  right: 1.2rem;
  color: #00adf5;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 990px) {
  .section-testimonials .page-width {
    display: block;
  }
  .section-testimonials__left,
  .section-testimonials__right {
    flex: 1 1 auto;
  }
  .section-testimonials__left {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 600px) {
  .section-testimonials__left {
    margin-left: 0;
	text-align: center;
  }
  .section-testimonials {
    padding: 3rem 0px;
  }
  .section-testimonials__card {
    min-height: 180px;
    padding: 1rem 0;
  }
  .section-testimonials__card:before {
    display: none;
  }
  .section-testimonials__item-heading {
    font-size: 2rem;
	text-align: center;
  }
  .section-testimonials__item-description {
	text-align: center;	
  }
  .section-testimonials__quote {
    font-size: 2.4rem;
    right: 0.75rem;
  }
}
.tb-infinite-carousel {
  --tb-carousel-duration: 35s;
  --tb-carousel-distance: 50%;
  background: #1d4474;
  height: 249px;
  box-sizing: border-box;
  padding: 1.5rem 0px 1.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tb-infinite-carousel__title {
  color: #ffffff;
  text-align: center;
  margin: 0px 0px 0.875rem;
  font-size: 1.25em;
  font-weight: 700;
}
.tb-infinite-carousel__viewport {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.tb-infinite-carousel__track {
  display: flex;
  width: max-content;
  animation: tb-infinite-carousel-scroll var(--tb-carousel-duration) linear infinite;
}
.tb-infinite-carousel__list {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 3rem;
  margin: 0px;
  padding: 0px 1.5rem;
}
.tb-infinite-carousel__item {
  flex: 0 0 auto;
  width: 200px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
}
.tb-infinite-carousel__item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}
.tb-infinite-carousel__track:hover {
  animation-play-state: paused;
}
@keyframes tb-infinite-carousel-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--tb-carousel-distance)));
  }
}
@media (max-width: 768px) {
  .tb-infinite-carousel {
    height: 190px;
    padding: 1rem 0px 0.875rem;
  }
  .tb-infinite-carousel__title {
    margin-bottom: 0.625rem;
    font-size: 1.05em;
  }
  .tb-infinite-carousel__list {
    gap: 2rem;
  }
  .tb-infinite-carousel__item {
    width: 145px;
    height: 66px;
  }
  .tb-infinite-carousel__item img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 500px) {
  .tb-infinite-carousel {
    height: 165px;
    padding: 0.875rem 0px 0.75rem;
  }
  .tb-infinite-carousel__title {
    font-size: 0.95em;
  }
  .tb-infinite-carousel__item {
    width: 120px;
    height: 54px;
  }
}

.realizations-filter {
  margin-bottom: 2.5rem;
}
.realizations-filter .page-width {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.realizations-filter-title {
  margin-bottom: 1.5rem;
  color: #0f4270;
  font-weight: 700;
}
.realizations-filter-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  width: 100%;
}
.realizations-filter-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 2rem;
  background: #0f4270;
  color: white;
  font-size: 1.125em;
  font-weight: 500;
  padding: 1rem 3rem;
  text-align: center;
  transition: background 0.1s, color 0.1s;
}
.realizations-filter-button:hover,
.realizations-filter-button.is-active {
  background: #00adf5;
  color: white;
  text-decoration: none;
}
@media (max-width: 600px) {
  .realizations-filter-buttons {
    grid-template-columns: 1fr;
  }
}

.cta-buttons {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 900px) {
	.cta-buttons {
		flex-direction: column;
	}
	
	.cta-button {
		width: 100% !important;
		box-sizing: border-box;
		font-size: 18px !important;
	}
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: fit-content;
  padding: 0 32px;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff !important;
  font-size: 22px;
  font-weight: normal !important;
  line-height: 1;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: filter 0.2s ease;
}

.cta-button.primary {
  background-color: #1ea8e7;
}

.cta-button.secondary {
  background-color: #1f315d;
}

.cta-button:hover {
  filter: brightness(0.95);
}

.contact-header-container {
	display: flex; 
	width: 100%;
	margin: 120px 0 20px;
	gap: 36px;
	
	h1 {
		text-wrap: nowrap;
	}
}

@media (max-width: 990px) {
	.contact-header-container {
		flex-direction: column;
	}
}

.contact-header-description-container {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	
	h4 {
		color: #313537;
		margin: 0;
	}
	
	h6 {
		color: #858a8f; margin: 0;
	}
}

.apply-button-container {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.apply-button {
  padding: 1rem 2rem;
  background: #00adf5;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  color: white !important;
}

.pagination {
  padding-top: 3rem;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-flex;
  margin: 0px 0.4rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 0.6rem;
  color: #313537;
}
.pagination span.page-numbers.current {
  background: #00adf5;
  color: white;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  font-size: 0;
  line-height: 0;
  text-indent: -2000px;
  background-position: center;
  background-repeat: no-repeat;
  height: 2rem;
  padding: 0px 0.4rem;
}
.pagination .page-numbers.prev {
  background-image: url('../img//arrows/medium_grey_left.png');
}
.pagination .page-numbers.next {
  background-image: url('../img//arrows/medium_grey_right.png');
}

.career-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.career-header {
  max-width: 860px;
  margin: 0;
  padding: 0;
  color: #05275a;
  line-height: 1.45;
}

.career-header .intro {
  display: flex;
  flex-direction: column;
  padding: 2px 40px 2px 2px;
  margin-bottom: 24px;
  gap: 2px;
}

.career-header h1 {
  margin: 0;
  font-size: 2.25em;
  line-height: 1;
  font-weight: 700;
  color: #11adee;
}

.career-header .lead {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #11adee;
}

.career-header p {
  margin: 0 0 30px;
  font-size: 1em;
  line-height: 19px;
  color: #031740;
  max-width: 850px;
}

.career-header .cta {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 22px;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: #11adee;
}

.career-header .cta:hover {
  color: #ffffff;
  text-decoration: none;
}

.career-benefits {
  width: 100%;
  margin-top: 48px;
  padding: 28px 24px 34px;
}

.career-benefits h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  color: #031740;
}

.career-benefits-grid {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.career-benefit-item {
  width: 156px;
  text-align: center;
  color: #031740;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.career-benefit-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto 14px;
}

.career-benefit-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.team-gallery {
  width: 100%;
  margin-top: 18px;
}

.team-gallery-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
}

.team-gallery-tile {
  position: relative;
  box-sizing: border-box;
  height: 243px;
  overflow: hidden;
  border-radius: 4px;
  grid-column: span 3;
}

.team-gallery-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.team-gallery-tile--text {
  width: 100%;
  grid-column: span 2;
  justify-self: center;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #11adee;
	color: #ffffff;
	text-align: center;
	flex-direction: column;
	font-size: 14px;
}

.team-gallery-tile--text p {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 21px;
  font-weight: normal;
}

.team-gallery-grid .team-gallery-tile:nth-child(1) { grid-column: span 3; }
.team-gallery-grid .team-gallery-tile:nth-child(2) { grid-column: span 2; }
.team-gallery-grid .team-gallery-tile:nth-child(3) { grid-column: span 3; }
.team-gallery-grid .team-gallery-tile:nth-child(4) { grid-column: span 4; }
.team-gallery-grid .team-gallery-tile:nth-child(5) { grid-column: span 4; }
.team-gallery-grid .team-gallery-tile:nth-child(6) { grid-column: span 3; }
.team-gallery-grid .team-gallery-tile:nth-child(7) { grid-column: span 2; }
.team-gallery-grid .team-gallery-tile:nth-child(8) { grid-column: span 3; }
.team-gallery-grid .team-gallery-tile:nth-child(9) { grid-column: span 3; }
.team-gallery-grid .team-gallery-tile:nth-child(10) { grid-column: span 2; }
.team-gallery-grid .team-gallery-tile:nth-child(11) { grid-column: span 4; }
.team-gallery-grid .team-gallery-tile:nth-child(12) { grid-column: span 3; }

@media (max-width: 920px) {
  .team-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-gallery-tile,
  .team-gallery-tile--text,
  .team-gallery-grid .team-gallery-tile:nth-child(n) {
    grid-column: span 1;
    max-width: none;
  }
}

.company-in-numbers #top-counters {
  padding: 2rem 0;
  background: #092D4E;
  position: relative;
  z-index: 10;
}

.company-in-numbers #top-counters .counters {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.company-in-numbers #top-counters .counters > li {
  flex: 0 0 25%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 1rem;
}

.company-in-numbers #top-counters .counters > li:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
}

.company-in-numbers #top-counters .counters > li:last-child:after {
  display: none;
}

.company-in-numbers #top-counters .counters > li .number {
  font-size: 2.625em;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 0.5rem;
  margin: 0;
  line-height: 1;
}

.company-in-numbers #top-counters .counters > li .label {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Quicksand", "Lato", Arial, sans-serif;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}

.company-in-numbers .company-in-numbers-title {
  color: #ffffff;
  text-align: center;
  margin: 0 0 1rem;
}

@media (max-width: 992px) {
  .company-in-numbers #top-counters .counters > li {
    flex: 0 0 50%;
    margin-bottom: 1rem;
  }

  .company-in-numbers #top-counters .counters > li:nth-child(2):after,
  .company-in-numbers #top-counters .counters > li:last-child:after {
    display: none;
  }
}

@media (max-width: 640px) {
  .company-in-numbers #top-counters .counters > li {
    flex: 0 0 100%;
  }

  .company-in-numbers #top-counters .counters > li:after {
    display: none;
  }
}

.realizations-status-filter {
  width: 100%;
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.realizations-status-filter-label {
  color: #13182f;
  font-size: 1.25em;
  font-weight: 700;
}
.realizations-status-filter-option {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  cursor: pointer;
  color: #13182f;
  font-size: 1em;
  font-weight: 300;
}
.realizations-status-filter-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #00adf5;
}

@media (max-width: 600px) {
  .realizations-status-filter {
    flex-wrap: wrap;
	padding-left: 2.5rem;
    gap: 0.75rem 1.25rem;
  }
  .realizations-status-filter-label {
    font-size: 1.5em;
  }
  .realizations-status-filter-option {
    font-size: 1.35em;
  }
	.realizations-filter-buttons {
		max-width: 90vw;
	}
	.tax-realization-category {
		overflow-x: hidden;
	}
}

  .strengths-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
  .strengths-item {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-between;
  }
  .strengths-item > h5 {
    font-size: 1.2em;
    margin: 0;
  }
  .strengths-item-icon {
    max-width: 75px !important;
  }
  @media (max-width: 600px) {
    .strengths-container {
      grid-template-columns: repeat(1, 1fr);
    }
  }


.section-header-centered {
  justify-content: center;
  text-align: center;
}
.section-job-offers-shortcode {
  padding-bottom: 3rem;
}
.section-job-offers-shortcode .job-offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 0;
}
.section-job-offers-shortcode .job-offers-grid .job-offer-item {
  list-style: none;
}
.section-job-offers-shortcode .job-offers-grid .job-offer-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 57/37;
  color: white;
}
.section-job-offers-shortcode .job-offers-grid .job-offer-card:hover {
  text-decoration: none;
}
.section-job-offers-shortcode .job-offers-grid .job-offer-image,
.section-job-offers-shortcode .job-offers-grid .job-offer-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.section-job-offers-shortcode .job-offers-grid .job-offer-image img {
  object-fit: cover;
}
.section-job-offers-shortcode .job-offers-grid .job-offer-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to top, rgba(6, 29, 46, 0.92) 0%, rgba(6, 29, 46, 0.25) 60%, rgba(6, 29, 46, 0.1) 100%);
}
.section-job-offers-shortcode .job-offers-grid .job-offer-content {
  position: absolute;
  z-index: 3;
  left: 2rem;
  right: 2rem;
  bottom: 1.5rem;
}
.section-job-offers-shortcode .job-offers-grid .job-offer-title {
  display: block;
  margin-bottom: 1rem;
  color: white;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
}
.section-job-offers-shortcode .job-offers-grid .job-offer-more {
  display: inline-block;
  position: relative;
  padding-right: 1.25rem;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.section-job-offers-shortcode .job-offers-grid .job-offer-more:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -0.15rem;
  width: calc(100% - 1.25rem);
  height: 2px;
  background: white;
}
@media (max-width: 900px) {
  .section-job-offers-shortcode .job-offers-grid .job-offer-title {
    font-size: 1.8rem;
  }
  .section-job-offers-shortcode .job-offers-grid .job-offer-more {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .section-job-offers-shortcode .job-offers-grid {
    grid-template-columns: 1fr;
  }
  .section-job-offers-shortcode .job-offers-grid .job-offer-content {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1rem;
  }
}


.students-interns {
  width: 100%;
  max-width: 1260px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.students-interns-content {
  color: #031740;
}

.students-interns-content h2 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #031740;
}

.students-interns-content p {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.15;
  color: #031740;
}

.students-interns-content p.students-interns-lead {
  margin-bottom: 32px;
}

.students-interns-content p strong {
  font-weight: 700;
}

.students-interns-cta {
  display: inline-block;
  padding: 16px 30px;
  background: #11adee;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.students-interns-cta:hover {
  color: #ffffff;
  text-decoration: none;
}

.students-interns-image-wrap {
  width: 100%;
}

.students-interns-image {
  display: block;
  width: 100%;
  min-height: 360px;
  border-radius: 8px;
  object-fit: cover;
  background: #f2f5f8;
}

@media (max-width: 1200px) {
  .students-interns-content h2 {
    font-size: 34px;
  }

  .students-interns-content p,
  .students-interns-cta {
    font-size: 26px;
  }
}

@media (max-width: 920px) {
  .students-interns {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .students-interns-content h2 {
    font-size: 20px;
  }

  .students-interns-content p,
  .students-interns-cta {
    font-size: 14px;
  }

  .students-interns-image {
    min-height: 260px;
  }
}

/*Form Style CF7 - Zapytanie */

.about-company-layout {
  width: 100%;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  align-items: flex-start;
}

.about-company-text {
  flex: 1 1 auto;
  margin: 0;
}

.about-company-cards {
  flex: 0 0 430px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-company-card {
  text-align: center;
}

.about-company-card-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: 0 auto 14px;
  display: block;
}

.about-company-card-title {
  margin: 0 0 6px !important;
  color: #031740;
  font-size: 1em;
  line-height: 1.08;
  font-weight: 700;
}

.about-company-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #11adee;
  font-size: 0.8em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.about-company-card-link::after {
  content: "\203A";
  font-size: 18px;
  line-height: 1;
}

.about-company-card-link:hover {
  color: #031740;
}

@media (max-width: 1240px) {
  .about-company-layout {
    gap: 20px;
  }

  .about-company-cards {
    flex-basis: 360px;
    gap: 14px;
  }

  .about-company-card-title {
    font-size: 24px;
  }

  .about-company-card-link {
    font-size: 14px;
  }
}

@media (max-width: 920px) {
  .about-company-layout {
    flex-direction: column;
  }

  .about-company-cards {
    width: 100%;
    flex: 1 1 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .about-company-cards {
    grid-template-columns: 1fr;
  }

  .about-company-card {
    text-align: center;
	margin-bottom: 32px;
  }
}

.references_sections_container {
	margin-top: 32px;
	margin-bottom: 32px;
	position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
}

body.page-id-751 .content-text:has(.references_sections_container) {
	overflow: visible;
}


/*# sourceMappingURL=style.css.map */
