@charset "UTF-8";
@font-face {
  font-family: "Cera Pro Light";
  font-style: normal;
  font-weight: 300;
  src: local("Cera Pro Light"), url("fonts/cpro_light.ttf") format("truetype");
}
@font-face {
  font-family: "Cera Pro Medium";
  font-style: normal;
  src: local("Cera Pro Medium"), url("fonts/cpro_medium.ttf") format("truetype");
}
@font-face {
  font-family: "Cera Pro Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Cera Pro Bold"), url("fonts/cpro_bold.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}

.body {
  font-size: 16px;
  font-weight: 300;
  font-family: "Cera Pro Light", Calibri, sans-serif;
  line-height: 1.4;
  color: #062864;
  background-color: #ffffff;
  overflow-x: hidden;
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto !important;
}

iframe {
  max-width: 100%;
}

.header__title {
  position: relative;
  margin: 0;
  padding-left: 2.5rem;
  padding-bottom: 2rem;
  font-size: 1.0625rem;
  color: #00132b;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}
.header__title::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 100px;
  left: 0;
  top: -75px;
  background-color: #ec2027;
}
.header__title.header__title--right {
  padding-left: 0;
  padding-right: 2.5rem;
  text-align: right;
}
.header__title.header__title--right::before {
  left: auto;
  right: 0;
}
.header__title.header__title--contact {
  font-size: 1.75rem;
  line-height: 1.5;
}
.header__title.header__title--contact span {
  padding: 0.25rem 1rem;
  font-family: "Cera Pro Bold", Calibri, sans-serif;
  color: #ec2027;
  border-radius: 1rem;
  border: 1px solid #ec2027;
}

.header__subtitle {
  margin: 0;
  padding-bottom: 3rem;
  font-size: 1.75rem;
  text-transform: uppercase;
  text-align: right;
}
.header__subtitle span {
  padding: 0.25rem 1rem;
  font-family: "Cera Pro Bold", Calibri, sans-serif;
  color: #ec2027;
  border-radius: 1rem;
  border: 1px solid #ec2027;
}

a {
  color: #00132b;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #062864;
}

#lang_menu {
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style-type: none;
}
#lang_menu li.wyb {
  display: none;
}

#scrollTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#scrollTop a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  font-size: 25px;
  color: #062864;
}
#scrollTop a:hover {
  color: #ff0000;
}

.header {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 200;
  background-color: #00132b;
}

.header__wrapper {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 1.75rem 5%;
}

.header__bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__logo {
  padding-right: 5%;
}

#g_menu {
  width: 100%;
  margin: auto;
}

#menu1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
#menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 900;
}
#menu1 li {
  position: relative;
  white-space: nowrap;
}
#menu1 li:not(:last-child) a.item1::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #ec2027;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu1 li a {
  display: block;
  position: relative;
}
#menu1 li a.item1 {
  padding: 0.5rem 2rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
}
#menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
  color: #ec2027;
}
#menu1 li:hover > ul, #menu1 li.sfHover > ul {
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul {
  position: absolute;
  left: 10px;
  top: 100%;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul li {
  width: 240px;
  white-space: normal;
  text-align: left;
}
#menu1 li ul li a.item2 {
  padding: 0.7rem;
  font-size: 1rem;
  font-weight: 400;
  color: #062864;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  text-transform: initial;
  background-color: #ffffff;
}
#menu1 li ul li a.item2:hover {
  color: #00132b;
}
#menu1 li ul li ul {
  top: 0;
  left: 100%;
}

#mobnav-btn {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  display: none;
}
#mobnav-btn:hover {
  opacity: 0.8;
}
#mobnav-btn div {
  height: 100%;
  margin: auto;
  position: relative;
}
#mobnav-btn span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #062864;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#mobnav-btn span:first-child {
  top: 7px;
}
#mobnav-btn span:nth-last-child(2) {
  width: 75%;
  top: 15px;
  right: 0;
}
#mobnav-btn span:last-child {
  top: 23px;
}

.xactive #menu1 .sub a.item1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 19px;
  height: 29px;
  margin-left: 10px;
  font-family: icomoon;
  text-align: center;
  color: #062864;
  display: none;
}

.xactive #mobnav-btn {
  z-index: 1000;
}
.xactive #mobnav-btn span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.xactive #mobnav-btn span:nth-last-child(2) {
  display: none;
}
.xactive #mobnav-btn span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#search_box {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
}

#search_close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
  padding: 0;
  font-size: 2rem;
  font-family: icomoon;
  color: #ffffff;
  opacity: 0.7;
}
#search_close:hover {
  opacity: 1;
}

#search_panel {
  width: 600px;
  max-width: 98%;
  margin: auto;
  padding: 40vh 1.3rem 0 1.3rem;
  text-align: center;
}
#search_panel.title {
  padding-bottom: 2rem;
  font-size: 2rem;
}
#search_panel #art_szuk {
  height: 70px;
  padding: 0 1rem;
  font-size: 1.3rem;
  line-height: 70px;
}

#searchp {
  width: 100px;
  margin-top: -10px;
  color: #ffffff;
  font-size: 3rem;
  font-family: icomoon;
  text-align: center;
  background: none;
  border: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0.7;
}
#searchp:hover {
  opacity: 1;
}

#d_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  padding: 0;
  list-style-type: none;
}
#d_menu ul li {
  -webkit-box: 100%;
  -moz-box: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.1rem;
  font-weight: 400;
  color: #062864;
  line-height: 40px;
}

.topbanner {
  position: relative;
}
.topbanner img {
  width: 100%;
}

.topbanner__text {
  width: 1200px;
  max-width: 100%;
  position: absolute;
  top: 15%;
  left: 50%;
  padding: 0 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.topbanner__title {
  font-size: 3.125rem;
  text-transform: uppercase;
}
.topbanner__title span {
  padding: 0.25rem 1rem;
  font-family: "Cera Pro Bold", Calibri, sans-serif;
  color: #ec2027;
  border-radius: 1rem;
  border: 1px solid #ec2027;
}

.slider {
  width: 100%;
  max-width: 100%;
  height: 800px;
  margin: auto;
  position: relative;
}

.slider__wrapper {
  width: inherit;
  max-width: inherit;
  height: inherit;
}

.slider__image {
  width: inherit;
  max-width: inherit;
  height: inherit;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__naw {
  width: inherit;
  max-width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.slider__descriptionWrapper {
  width: 1600px;
  max-width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__description {
  width: 90%;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.slider__title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.slider__excerpt {
  font-size: 2.5rem;
  font-weight: 600;
}

.body--subpage .body__wrapper {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 5rem 5%;
}
.body--subpage .header__title {
  padding-left: 0;
}
.body--subpage .header__title::before {
  display: none;
}

.section.section--gray {
  background-color: #f5f8f9;
}
.section.section--blue {
  position: relative;
  z-index: 1;
  background-color: #00132b;
}

.section__wrapper {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 3rem 5%;
}
.section__wrapper.section__wrapper--redborder {
  border-top: 1px solid #ec2027;
}

.footer {
  background-color: #00132b;
}

.footer__wrapper {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 6rem 5%;
  text-align: center;
}

.footer__menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 2rem;
  padding: 0;
  list-style-type: none;
}

.footer__menuItem {
  padding: 0.5rem 2rem;
}

.footer__menuLink {
  color: #ffffff;
  text-transform: uppercase;
}
.footer__menuLink:hover {
  color: #ec2027;
}

.footer__elem {
  padding: 0.5rem;
  font-size: 0.9rem;
  color: #ababab;
  text-align: center;
  line-height: 1.2;
}

.footer__link {
  color: #ababab;
}
.footer__link:hover {
  color: #062864;
}

.more {
  text-align: right;
}

.morebutton {
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-radius: 1rem;
  border: 1px solid #ec2027;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.morebutton:hover {
  color: #ffffff;
  background-color: #ec2027;
}

.offer__excerpt {
  margin-bottom: 3rem;
  font-size: 1.5625rem;
}

.data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
}
.data p {
  margin: 0;
}

.data__item {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.data__title {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.data__subtitle {
  font-family: "Cera Pro Bold", Calibri, sans-serif;
  font-size: 3.125rem;
  letter-spacing: 1px;
}
.data__subtitle::after {
  content: url("../img/cross.png");
  padding-left: 0.5rem;
  vertical-align: -2px;
}

.data__excerpt {
  font-size: 0.875rem;
}

.about__subtitle {
  margin: 0;
  font-size: 1.5625rem;
  text-transform: uppercase;
  text-align: center;
}

.about__excerpt {
  margin-bottom: 3rem;
  font-size: 1.3125rem;
  text-align: center;
}

.banner img {
  width: 100%;
}

.people__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2.5rem 0;
  border-bottom: 1px solid #ec2027;
}
.people__item:nth-child(even) {
  -webkit-box-direction: row-reverse;
  -webkit-box-orient: row-reverse;
  -moz-box-direction: row-reverse;
  -moz-box-orient: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.people__item:nth-child(even) .people__image {
  padding-left: 0;
  padding-right: 1.5rem;
}
.people__item:last-child {
  border-bottom: none;
}

.people__text {
  -webkit-box: 75%;
  -moz-box: 75%;
  -webkit-flex: 75%;
  -ms-flex: 75%;
  flex: 75%;
}

.people__excerpt {
  padding-left: 1.5rem;
}
.people__excerpt a:hover {
  color: #ec2027;
}

.people__image {
  -webkit-box: 25%;
  -moz-box: 25%;
  -webkit-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  padding-left: 1.5rem;
}

.people__title {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.25rem 1.5rem;
  font-family: "Cera Pro Medium", Calibri, sans-serif;
  color: #ec2027;
  text-transform: uppercase;
  border-radius: 1rem;
  border: 1px solid #ec2027;
}

.people__link {
  display: inline-block;
  margin-top: 1rem;
}
.people__link:hover {
  color: #ec2027;
}
.people__link::before {
  content: url("../img/envelope.png");
  padding-right: 1rem;
  vertical-align: middle;
}

#cpan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 800px;
  margin: 3rem 0 3rem auto;
}
#cpan [type=text],
#cpan textarea {
  position: relative;
  padding: 1.35rem 1rem;
  color: #00132b;
  border-radius: 0.5rem;
  border: 1px solid #00132b;
}
#cpan [type=text]::placeholder,
#cpan textarea::placeholder {
  position: absolute;
  bottom: 0.5rem;
  font-size: 0.75rem;
  color: #00132b;
}
#cpan [type=text].is-invalid,
#cpan textarea.is-invalid {
  border-color: #f44336;
}
#cpan [type=text].is-valid,
#cpan textarea.is-valid {
  border-color: #4caf50;
}
#cpan [type=checkbox] {
  min-width: 18px;
  min-height: 18px;
  margin-top: 0.25rem;
  outline: 2px solid transparent;
}
#cpan [type=checkbox].is-invalid {
  outline-color: #f44336;
}
#cpan [type=checkbox].is-valid {
  outline-color: #4caf50;
}
#cpan [type=submit] {
  margin-bottom: 4rem;
  padding: 0.25rem 2rem;
  font-size: 1.0625rem;
  color: #00132b;
  text-transform: uppercase;
  border-radius: 0.5rem;
  border: 1px solid #ec2027;
  background-color: #ffffff;
}
#cpan [type=submit]:hover {
  color: #ffffff;
  background-color: #ec2027;
}
#cpan label {
  padding-left: 1rem;
  font-size: 0.8125rem;
}
#cpan .form-group.row {
  margin-left: 0;
  margin-right: 0;
}

.form__left {
  padding-right: 1.5rem;
}

#contact [type=submit] {
  padding: 0.25rem 2rem;
  font-size: 1.0625rem;
  color: #00132b;
  text-transform: uppercase;
  border-radius: 0.5rem;
  border: 1px solid #ec2027;
  background-color: #ffffff;
}
#contact [type=submit]:hover {
  color: #ffffff;
  background-color: #ec2027;
}

/* -------------------------------------    MEDIA QUERIES   ------------------------------------------*/
@media only screen and (max-width: 576px) {
  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li:not(:last-child) a.item1::after {
    display: none;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li a.item1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 0.65rem 1.3rem;
    line-height: 1.3;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow: hidden;
    background-color: #00132b;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  .header__menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .topbanner__text {
    top: 5%;
  }

  .topbanner__title {
    font-size: 0.8125rem;
    line-height: 1.8;
  }

  .header__subtitle,
.about__subtitle {
    font-size: 1.25rem;
  }

  .footer__menu {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__menuItem {
    padding: 0.5rem 2rem;
  }

  .offer__excerpt,
.about__excerpt {
    font-size: 1.0625rem;
  }

  .data__item {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .data__item:first-child {
    margin-bottom: 4rem;
  }

  .people__item {
    -webkit-box-direction: column-reverse;
    -webkit-box-orient: column-reverse;
    -moz-box-direction: column-reverse;
    -moz-box-orient: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .people__item:nth-child(even) {
    -webkit-box-direction: column-reverse;
    -webkit-box-orient: column-reverse;
    -moz-box-direction: column-reverse;
    -moz-box-orient: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .people__text,
.people__image {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 2rem;
  }

  .people__image {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .people__image img {
    max-height: 200px;
  }

  #cpan {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form__left {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li:not(:last-child) a.item1::after {
    display: none;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li a.item1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 0.65rem 1.3rem;
    line-height: 1.3;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow: hidden;
    background-color: #00132b;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  .header__menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .topbanner__title {
    font-size: 1.5rem;
  }

  .people__item {
    -webkit-box-direction: column-reverse;
    -webkit-box-orient: column-reverse;
    -moz-box-direction: column-reverse;
    -moz-box-orient: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .people__item:nth-child(even) {
    -webkit-box-direction: column-reverse;
    -webkit-box-orient: column-reverse;
    -moz-box-direction: column-reverse;
    -moz-box-orient: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .people__text,
.people__image {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 2rem;
  }

  .people__image {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .people__image img {
    max-height: 300px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  #menu1 {
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: wrap;
  }

  .topbanner__title {
    font-size: 2rem;
  }

  .people__text {
    margin-bottom: 1.5rem;
  }
}

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