@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap");
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
blockquote, pre,
dl, dd, figure {
  margin: 0;
  padding: 0;
}

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

html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

hr {
  height: 0;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, 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;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

[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;
}

summary {
  display: list-item;
}

:root {
  -moz-tab-size: 4;
  tab-size: 4;
  --x4smallFontSize: 9px;
  --x3smallFontSize: 11px;
  --x2smallFontSize: 13px;
  --xsmallFontSize: 16px;
  --smallFontSize: 17px;
  --regularFontSize: 19px;
  --bigFontSize: 28px;
  --extraBigFontSize: 35px;
  --largeFontSize: 40px;
  --largerFontSize: 50px;
  --extraLargeFontSize: 55px;
  --thinWeight: 100;
  --extraLightWeight: 200;
  --lightWeight: 300;
  --regularWeight: 400;
  --mediumWeight: 500;
  --semiBoldWeight: 600;
  --boldWeight: 700;
  --primaryColor: #494949;
  --secondaryColor: #4E4E4E;
  --accentColor: #14293e;
  --backgroundColor: #fafafa;
  --backgroundDarkColor: #1d1d1d;
  --backgroundDarkerColor: #161616;
  --transparentWhiteColor: rgba(255; 255; 255; 0.9);
  --transparent2WhiteColor: rgba(255; 255; 255; 0.85);
  --transparentLightWhiteColor: rgba(255; 255; 255; 0.3);
  --whiteRegularWhiteColor: #ffffff;
  --whiteDarkWhiteColor: #dddddd;
  --whiteDarkerWhiteColor: #9C9C9C;
  --transparentBlackColor: rgba(0; 0;0; 0.35);
  --transparentLightBlackColor: rgba(250;250;250; 0.8);
  --transparentDarkBlackColor: rgba(0;0;0; 0.95);
  --transparentMediumBlackColor: rgba(0;0;0; 0.70);
  --silverBlackColor: #c9c9c9;
  --blackBlackColor: 000;
  --greyBlackColor: #222A2A;
  --greyDarkBlackColor: #141414;
  --greyDarkerBlackColor: #131313;
  --primaryTransition: 0.5s cubic-bezier(0.3; 0.8; 0.2; 1);
  --secondaryTransition: 1s cubic-bezier(0.3; 0.8; 0.2; 1);
  --navigationHeightOther: 100px;
  --xsScreen: 575px;
  --smScreen: 844px;
  --mdScreen: 991px;
  --lgScreen: 1280px;
  --xlScreen: 1450px;
}

:root {
  tab-size: 4;
}

:root {
  --swiper-navigation-size: 44px;
}

:root {
  --swiper-theme-color: #007aff;
}

body {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  font-size: var(--xsmallFontSize);
  background-color: var(--backgroundColor);
}
@media (max-width: var(--xsScreen)) {
  body {
    font-size: var(--xsmallFontSize);
  }
}

p {
  font-weight: var(--lightWeight);
  color: var(--primaryColor);
  line-height: 1.4;
  padding-bottom: 10px;
  text-align: justify;
  max-width: 100%;
}

/* herro slogan 1st line*/
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

a, a:visited, a:active {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  color: var(--primaryColor);
}

button {
  border: 0px;
  outline: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0px;
}

h1 {
  font-size: var(--extraLargeFontSize);
  font-weight: var(--semiBoldWeight);
  color: var(--whiteRegularWhiteColor);
}
@media (max-width: var(--xsScreen)) {
  h1 {
    text-align: center;
    font-size: var(--largeFontSize);
  }
}

/* herro slogan 2nd line*/
h2 {
  font-size: var(--regularFontSize);
  font-weight: var(--regularWeight);
  color: var(--whiteRegularWhiteColor);
  text-transform: uppercase;
}
@media (max-width: var(--xsScreen)) {
  h2 {
    text-align: center;
    font-size: var(--smallFontSize);
  }
}

/* hero elements*/
h3 {
  font-size: var(--smallFontSize);
  font-weight: var(--mediumWeight);
  text-transform: uppercase;
  color: var(--whiteRegularWhiteColor);
  padding-bottom: 10px;
}

/* section header*/
h4 {
  font-size: var(--bigFontSize);
  font-weight: var(--regularWeight);
  color: var(--secondaryColor);
  text-transform: uppercase;
  margin-bottom: 70px;
  text-align: center;
  /*
  &::before {
  	content: "";
  	display: inline-block;
  	border-top: 1px solid var(--accentColor);
  	width: 70px;
  	margin: 0 20px 0 0;
  	transform: translateY(-6px);
  }
  &::after {
  	content: "";
  	display: inline-block;
  	border-top: 1px solid var(--accentColor);
  	width: 70px;
  	margin: 0 0px 0 20px;
  	transform: translateY(-6px);
  }*/
}

@media (max-width: var(--xsScreen)) {
  h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: var(--smallFontSize);
  }
  h4::before {
    content: "";
    width: 40px;
  }
  h4::after {
    content: "";
    width: 40px;
  }
}
/* section subheader*/
h5 {
  text-align: left;
  font-size: var(--regularFontSize);
  font-weight: var(--mediumWeight);
  color: var(--secondaryColor);
  padding: 15px 0;
  /* text-transform:uppercase; */
}
@media (max-width: var(--xsScreen)) {
  h5 {
    font-size: var(--regularFontSize);
  }
}

strong {
  font-weight: var(--semiBoldWeight);
}

ul {
  list-style: none;
  list-style-position: outside;
}

li {
  font-weight: var(--lightWeight);
  line-height: 1.5;
  padding-bottom: 10px;
  font-size: var(--xsmallFontSize);
  text-align: left;
}

a, a:visited, a:active {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  color: var(--primaryColor);
}

.aboutImage {
  max-height: 200px;
}

button {
  border: 0;
  outline: none;
}

.douzupelnienia {
  background-color: red;
  color: white;
}

/*body {
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}*/
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: var(--xsmallFontSize);
}

/**
 * Lists
ul, ol {
  margin-left: 30px;
}
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

.flNABx {
  margin: 0px;
}

.flNABx a, .flNABx a:visited {
  color: rgb(34, 42, 42);
}

.kxfULI {
  padding: 0px;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.35) 1px 0px 15px -4px;
  background: rgba(0, 0, 0, 0.35);
  transition: 1s cubic-bezier(0.3, 0.8, 0.2, 1);
}

.kuJcfg {
  padding: 10px 0px;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.35) 1px 0px 15px -4px;
  background: rgba(255, 255, 255, 0.9);
  transition: 1s cubic-bezier(0.3, 0.8, 0.2, 1);
}

.frwElk {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  height: 100px;
  flex-direction: row;
}

@media (max-width: 575px) {
  .frwElk {
    height: 70px;
  }
}
.khsUDM {
  max-width: 1400px;
  margin: 0px auto;
  padding: 0px 15px;
  z-index: 1;
  overflow: hidden;
}

.cTfqdx {
  margin: 0px;
}

.cTfqdx a, .cTfqdx a:visited {
  color: var(--whiteRegularWhiteColor);
}

.kpPvTx {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}

.icSUPN {
  display: block;
}

@media (max-width: 844px) {
  .icSUPN {
    display: none;
  }
}
.kByhnq {
  display: none;
}

.kByhnq button {
  background-color: transparent;
  color: rgb(255, 255, 255);
}

.fpnNrW {
  margin-left: 0.75em;
}

.gtWlEp ul {
  display: flex;
  flex-direction: row;
}

ul {
  list-style: outside none;
}

li {
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 10px;
  font-size: 16px;
  text-align: left;
}

.fpnNrW a, .fpnNrW a:visited {
  position: relative;
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 13px;
  padding: 20px 0px;
  color: rgb(255, 255, 255);
}

.fpnNrW a:hover::before {
  opacity: 0.7;
}

.fpnNrW a::before, .fpnNrW a:visited::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 5px;
  border-radius: 1px;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0.8, 0.2, 1);
  background-color: rgb(255, 255, 255);
}

.jvCTkj {
  font-size: 33px;
  position: relative;
  padding: 0px;
  margin: 0px;
}

.cTfqdx {
  margin: 0px;
}

.cTfqdx a, .cTfqdx a:visited {
  color: rgb(255, 255, 255);
}

.jOwbkB {
  display: inline-block;
  text-align: left;
  font-size: 9px;
  line-height: 1;
  margin-left: 25px;
  letter-spacing: 2px;
}

.jvCTkj::after {
  content: "/";
  display: block;
  padding: 0px;
  line-height: 1.15;
  font-size: 33px;
  margin: 0px;
  position: absolute;
  right: -15px;
  top: 0px;
}

.ddQuEz {
  width: 400px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 5px;
  background: rgb(255, 255, 255);
  color: rgb(20, 41, 62);
}

.iahszS {
  display: block;
  border: 1px solid transparent;
  outline: none;
  padding: 8px; /*12px 30px;*/
  cursor: pointer;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.drHypL {
  width: 400px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 5px;
  background: rgb(20, 41, 62);
  color: rgb(255, 255, 255);
}

@media (max-width: 844px) {
  .drHypL {
    display: none;
  }
}
@media (max-width: 844px) {
  .ddQuEz {
    display: none;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}
.kBqgfY {
  position: relative;
  display: flex;
  background-size: cover;
  background-position: 0px -150px;
  background-repeat: no-repeat;
  min-height: 100vh;
  overflow: hidden;
  z-index: 0;
}

.ceXOmT {
  position: absolute;
  fill: rgb(250, 250, 250);
  bottom: 0px;
  z-index: 30;
}

.kipTtH {
  position: relative;
  padding: 50px 0px;
  overflow: hidden;
  background-color: rgb(250, 250, 250);
}

@media (max-width: 575px) {
  .kipTtH {
    padding: 30px 0px;
  }
}
.fuJtcf {
  position: relative;
  padding: 40px 0px 150px;
}

.gsTwKN {
  background-color: rgb(20, 41, 62);
}

.gsTwKN h4 {
  color: rgb(255, 255, 255);
}

.gsTwKN h4::before, .gsTwKN h4::after {
  border-color: rgb(255, 255, 255);
}

#about h4, #team h4, #services h4, #career h4, #contact h4, #page h4 {
  visibility: visible;
}
#about h4::before, #team h4::before, #services h4::before, #career h4::before, #contact h4::before, #page h4::before {
  content: "";
  display: inline-block;
  border-top: 1px solid rgb(20, 41, 62);
  width: 70px;
  margin: 0px 20px 0px 0px;
  transform: translateY(-6px);
}
#about h4::after, #team h4::after, #services h4::after, #career h4::after, #contact h4::after, #page h4::after {
  content: "";
  display: inline-block;
  border-top: 1px solid rgb(20, 41, 62);
  width: 70px;
  margin: 0px 0px 0px 20px;
  transform: translateY(-6px);
}

@media (max-width: 575px) {
  h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
  }
}
.khsUDM {
  max-width: 1400px;
  margin: 0px auto;
  padding: 0px 15px;
  z-index: 1;
  overflow: hidden;
}

.kHaFpb {
  color: rgb(255, 255, 255);
  font-weight: 300;
  text-align: center;
  font-style: normal;
  line-height: 1.5;
}

.ifdcaL {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 60%;
  margin: 0px auto;
  padding: 50px 0px;
}

@media (max-width: 991px) {
  .ifdcaL {
    width: 100%;
  }
}
.ibscDB {
  margin: 0px auto;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .ibscDB {
    flex-wrap: wrap;
  }
}
.fYELlw {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.egMTrm {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 50;
  color: rgb(255, 255, 255);
  font-size: 0.7rem;
  padding: 0px 1rem;
  font-weight: 200;
  /*transform: translateY(200px);*/
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.egMTrm button {
  padding: 5px 15px;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 9px;
  font-weight: 700;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
}

.gIaRuM {
  padding: 20px 0px;
  overflow: hidden;
  background-color: rgb(22, 22, 22);
}

.bwSYJA {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  flex-basis: 100%;
  min-height: 100vh;
  margin: 0px auto;
  max-width: 1400px;
  z-index: 10;
  padding: 0px 15px;
}

.gJLycB {
  position: absolute;
  height: 100vh;
  left: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 1;
}

.DNATw {
  position: absolute;
  bottom: 100px;
  max-height: 300px;
  width: 100%;
  z-index: 30;
}

.DNATw > div {
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
}

.jgHCiC {
  display: flex;
  min-height: 20px;
}
.jgHCiC a {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 400;
  margin-right: 15px;
  min-width: 100px;
}
.jgHCiC a div svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

.FvMFe {
  border: none;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.DNATw > div {
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
}

.jfgyEc {
  margin-right: 20px;
  min-width: 425px;
  width: 380px;
}

@media (max-width: 544px) {
  .jfgyEc {
    width: 100%;
    min-width: 0;
  }
  .carousel-container {
    display: none;
  }
}
.jfgyEc p {
  z-index: 10;
  font-size: 11px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  letter-spacing: 1px;
}

.jfgyEc a {
  color: rgb(221, 221, 221);
  padding: 1px 0px 1px 5px;
  border-radius: 10px;
  font-size: 11px;
  width: 100px;
  text-align: center;
  margin-left: auto;
  display: block;
  margin-top: 10px;
}

.hbusih {
  min-width: 1000px;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.sliderAnimation___300FY {
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform;
}

.sliderTray___-vHFQ {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ghMsrB {
  z-index: 30;
  flex-basis: 33%;
  margin: 10px 0px;
}

.slideHorizontal___1NzNV {
  float: left;
}

.horizontalSlider___281Ls {
  position: relative;
  overflow: hidden;
}

.slide___3-Nqo {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 0;
  margin: 0;
  list-style-type: none;
}

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

h3 {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
}

.khsUDM {
  max-width: 1400px;
  margin: 0px auto;
  padding: 0px 15px;
  z-index: 1;
  overflow: hidden;
}

.jiZqIQ {
  height: auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.fYELlw {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.dktLJz {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.kudtP {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-right: 1px solid rgb(221, 221, 221);
  margin-right: 30px;
  width: 30%;
  line-height: 1.6;
  margin-left: 2rem;
  padding: 2rem;
}

.kudtP h4 {
  text-align: left;
  text-transform: capitalize;
  font-weight: 600;
}

.gNxTwG {
  display: flex;
  flex-direction: column;
  width: 70%;
  column-count: 2;
  column-gap: 40px;
  padding: 2rem;
  margin-right: 2rem;
}

.gNxTwG p {
  margin-top: 0px;
}

p {
  font-weight: 300;
  color: rgb(73, 73, 73);
  line-height: 1.4;
  padding-bottom: 10px;
  text-align: justify;
  max-width: 100%;
}

.gNxTwG .readMore {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(48, 100, 151);
  font-weight: 500;
  transition: 0.3s;
}

.dktLJz h4 {
  font-size: 16px;
}

.jiZqIQ .mySwiper .swiper-button-next, .jiZqIQ .mySwiper .swiper-button-prev {
  color: black;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.jiZqIQ .mySwiper .swiper-button-next::after, .jiZqIQ .mySwiper .swiper-button-prev::after, .jiZqIQ .mySwiper .swiper-button-next::before, .jiZqIQ .mySwiper .swiper-button-prev::before {
  font-size: 17px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: normal;
  line-height: 1;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}

.gNxTwG .readMore .arrowBig {
  margin-left: 1rem;
  transition: 0.3s;
  width: 25px !important;
  height: 25px !important;
}

.gNxTwG .readMore:hover .arrowBig {
  transform: translateX(1rem);
}

.hHZLBG {
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 844px) {
  .hHZLBG {
    flex-direction: column;
  }
}
.gatsby-image-wrapper {
  position: absolute;
  overflow: hidden;
  z-index: -10;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: 1;
}

.kQHGNy {
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
  flex-basis: 48%;
  z-index: 1;
}

@media (max-width: 844px) {
  .kQHGNy {
    width: 100%;
  }
}
.haQoIp {
  width: 100%;
}

.kKRKKO {
  margin: 20px 0px;
  max-height: 365px;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}

@media (max-width: 844px) {
  .kKRKKO {
    width: 100%;
    margin: 20px 0px;
  }
}
h5 {
  text-align: left;
  font-size: var(--regulaFontSize);
  font-weight: var(--mediumWeight);
  color: var(--secondaryColor);
  padding: 15px 0;
  /* text-transform: uppercase; */
}

.fuJtcf h5 {
  display: block;
  background-color: rgb(48, 100, 151);
  width: 250px;
  margin: 50px auto;
  text-align: center;
  padding: 4px 8px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 100 !important;
}

.kVwexv {
  padding-bottom: 30px;
}

.cQwlOz {
  margin: 60px auto 100px;
  width: 90%;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  flex-wrap: wrap;
}

@media (max-width: 1450px) {
  .cQwlOz {
    width: 90%;
  }
}
@media (max-width: 1280px) {
  .cQwlOz {
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cQwlOz {
    flex-direction: column;
  }
}
.dAbqPu {
  position: relative;
  width: 400px;
  margin: 20px;
}

@media (max-width: 575px) {
  .dAbqPu {
    width: 350px;
    margin: 0px 0px 50px;
  }
}
.hHuFJJ {
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin: 20px;
  border-radius: 50%;
  filter: grayscale(0.2);
  transition: 0.5s cubic-bezier(0.3, 0.8, 0.2, 1);
}
.hHuFJJ:hover {
  filter: grayscale(0);
  box-shadow: rgba(49, 49, 49, 0.36) 0px 0px 7px -2px;
}

@media (max-width: 575px) {
  .hHuFJJ {
    margin: 0px;
  }
}
.cuGlbL {
  position: absolute;
  bottom: 1rem;
  right: -3rem;
  z-index: 10;
}

@media (max-width: 575px) {
  .cuGlbL {
    right: 0px;
    left: 0px;
    margin: 0px auto;
    width: 80%;
  }
}
.cuGlbL p:first-child {
  margin-left: 1rem;
}

@media (max-width: 575px) {
  .cuGlbL p:first-child {
    margin-left: -1.55em;
  }
}
.cuGlbL p:last-child {
  margin-left: -1rem;
}

.jdiWPe {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(157.99deg, rgba(235, 235, 235, 0.36) 8.66%, rgba(217, 217, 217, 0) 85.61%);
  filter: grayscale(0.4);
}

.jjTcTs {
  height: 350px;
  width: 100%;
  background-position: center 20%;
  background-repeat: no-repeat;
  box-shadow: rgba(66, 68, 90, 0.57) 4px 4px 6px 2px;
  background-size: 90% !important;
}

.cuGlbL {
  position: absolute;
  bottom: 1rem;
  right: -3rem;
  z-index: 10;
}
.cuGlbL .name {
  background-color: rgb(48, 100, 151);
}
.cuGlbL p {
  min-width: 140px;
  display: block;
  font-size: 10px;
  color: rgb(255, 255, 255);
  padding: 4px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.cuGlbL .title {
  background-color: rgb(90, 87, 73);
}

.fuJtcf h5.gray {
  background-color: rgb(90, 87, 73);
}

.iiPgzA {
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 230px;
  height: 230px;
  margin: 20px;
  border-radius: 50%;
  filter: grayscale(0.2);
  transition: 0.5s cubic-bezier(0.3, 0.8, 0.2, 1);
}
.iiPgzA:hover {
  filter: grayscale(0);
  box-shadow: rgba(49, 49, 49, 0.36) 0px 0px 7px -2px;
}

.iiPgzA .arrow {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}

.iiPgzA:hover > .arrow {
  opacity: 1;
  transform: translateX(-10px);
}

.ljWfRO {
  position: relative;
  padding: 0px 15px;
}
.ljWfRO .arrowBig {
  margin-left: 1rem;
  transition: 0.3s;
}
.ljWfRO .readMore {
  margin-top: 30px;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(48, 100, 151);
  font-weight: 500;
  transition: 0.3s;
}
.ljWfRO .readMore:hover .arrowBig {
  transform: translateX(1rem);
}

.iJvdRC {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0px auto 30px;
}
.iJvdRC p:first-child {
  width: 40%;
  margin-right: 20px;
}
.iJvdRC p:last-child {
  width: 60%;
}

.gnBPmJ {
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.bMmwdY {
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
  flex-basis: 100%;
  z-index: 1;
}

.iduHXF {
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1px;
}

.fDBYEp {
  display: flex;
  position: relative;
  border-radius: 5px;
  flex-direction: column;
  margin: 15px 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  min-height: 210px;
  width: 15%;
  cursor: default;
  overflow: hidden;
  transition: 1s cubic-bezier(0.3, 0.8, 0.2, 1);
}
.fDBYEp.link {
  cursor: pointer;
  border: 1px solid rgba(20, 41, 62, 0.655);
}
.fDBYEp img {
  filter: contrast(1.1) grayscale(0.1);
  width: 100%;
  margin-top: 0px;
  padding: 0px;
  max-height: 150px;
  height: 150px;
  overflow: hidden;
  transition: 1s cubic-bezier(0.3, 0.8, 0.2, 1);
}
.fDBYEp h5 {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 11px;
  padding: 15px 5px 0px;
}

.dyTZcp {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.evqKys {
  width: 60%;
  padding: 50px;
  background-color: rgb(255, 255, 255);
}

@media (max-width: 1280px) {
  .evqKys {
    padding: 30px;
    width: 60%;
  }
}
@media (max-width: 844px) {
  .evqKys {
    padding: 30px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .evqKys {
    padding: 50px 15px;
  }
}
.evqKys h4 {
  text-align: center;
}

ul {
  list-style: outside none;
}

.bvMJFo li {
  list-style-position: inside;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.5;
}

.jiBIdk {
  line-height: 1.1;
}

.jiBIdk::before {
  content: "⦿";
  padding-right: 8px;
  color: rgb(20, 41, 62);
}

.iFwKNm {
  font-style: italic;
  text-align: left;
  font-size: 13px;
}

.gLqOSf {
  display: none;
}

.iNWOJK {
  border: 0px;
  width: 100%;
  height: 300px;
  padding: 0px;
  margin: 0px;
}

.gsTwKN {
  background-color: rgb(20, 41, 62);
}
.gsTwKN p {
  width: 60%;
  margin: 0px auto;
  color: rgb(156, 156, 156);
  font-size: 16px;
  text-align: center;
}

#contact h4 {
  color: rgb(255, 255, 255);
}
#contact h4::before, #contact h4::after {
  border-color: rgb(255, 255, 255);
}

.kHaFpb a {
  color: rgb(255, 255, 255);
}

.hra-DUB {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media (max-width: 844px) {
  .hra-DUB {
    width: 100%;
  }
}
.eMEqTG {
  width: 100%;
  padding: 10px 11px;
}
.eMEqTG label {
  border: 0px;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  width: 1px;
}
.eMEqTG input {
  height: 35px;
}
.eMEqTG input, .eMEqTG textarea {
  border-radius: 2px;
  width: 100%;
  border: 0px;
  height: 35px;
  outline: none;
  padding: 10px;
}

.kxroBO {
  padding: 10px;
}
.kxroBO label {
  display: flex;
}
.kxroBO label > p {
  font-size: 9px;
  width: 100%;
  text-align: left;
  padding-left: 10px;
}
.kxroBO label > p a {
  color: var(--whiteRegularWhiteColor);
}

.eMEqTG input, .eMEqTG textarea {
  border-radius: 2px;
  width: 100%;
  border: 0px;
  height: 35px;
  outline: none;
  padding: 10px;
}

.eMEqTG textarea {
  min-height: 90px;
}

.jdpjIW {
  display: block;
  outline: none;
  padding: 12px 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  color: rgb(34, 42, 42);
  border: 1px solid rgb(156, 156, 156);
  font-size: 13px;
  letter-spacing: 1px;
  transition: 0.5s cubic-bezier(0.3, 0.8, 0.2, 1);
}

.ifdcaL button {
  margin: 30px auto 0px;
}

@media (max-width: 575px) {
  .ifdcaL button {
    padding: 7px 20px;
  }
}
.ibscDB {
  margin: 0px auto;
  -webkit-box-pack: center;
  justify-content: center;
}
.ibscDB a, .ibscDB a:visited {
  text-align: center;
  min-width: 300px;
  display: block;
  padding: 5px 10px;
  font-size: 13px;
  color: rgb(255, 255, 255);
}
.ibscDB a svg, .ibscDB a:visited svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

@media (max-width: 575px) {
  .ibscDB a, .ibscDB a:visited {
    padding: 10px 5px;
    white-space: nowrap;
  }
}
.eMEqTG {
  width: 100%;
  padding: 10px 11px;
}

.gQYBcx {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.bWDLYs {
  text-align: center;
  color: rgb(156, 156, 156);
  font-size: 11px;
  margin-top: 30px;
}

.bBbTBl {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  flex-direction: row;
  text-align: center;
}

@media (max-width: 575px) {
  .bBbTBl {
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px;
    padding: 30px 0px;
  }
}
@media (max-width: 575px) {
  .gIaRuM ul {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .hRDaea {
    font-size: 16px;
    margin: 5px 0px;
  }
}
.hRDaea {
  text-transform: uppercase;
  margin-left: 10px;
}
.hRDaea a, .hRDaea a:visited {
  color: rgb(221, 221, 221);
  font-size: 13px;
}

.hxVkkG {
  color: rgb(156, 156, 156);
  font-size: 13px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.kYveZv {
  color: rgb(156, 156, 156);
  text-align: left;
  font-style: normal;
  line-height: 1.5;
}

@media (max-width: 844px) {
  .kYveZv {
    margin: 20px auto;
    text-align: center;
  }
}
.cempnb a {
  color: rgb(255, 255, 255);
  font-weight: 100;
}

.gIaRuM a, .gIaRuM a:visited {
  color: rgb(255, 255, 255);
}

.kYveZv a {
  color: rgb(156, 156, 156);
}

.kYveZv a svg {
  margin-bottom: -2px;
  margin-right: 5px;
}

.bWDLYs {
  text-align: center;
  color: rgb(156, 156, 156);
  font-size: 11px;
  margin-top: 30px;
}

.bWDLYs a {
  padding: 0px 5px;
  color: rgb(255, 255, 255);
}

.dsnez {
  color: rgb(156, 156, 156);
}

.dsnez a, .dsnez a:visited {
  color: rgb(255, 255, 255);
}

.carousel-container {
  width: 975px;
  overflow-x: hidden;
  padding: 0 5px;
}

.carousel {
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 425vw;
  height: 10vh;
  animation: Scroll 120s linear infinite;
  will-change: transform;
}

.carousel__inner-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10vh;
  width: 20vw;
  /*line 43 is very important. since we have 16 items, width of the Marquee which is 200vw must be devided between them. which turns out to be 12.5vw*/
  margin: 10px;
}

@keyframes Scroll {
  0% {
    transform: translateX(-350vw);
    -webkit-transform: translateX(-350vw);
    animation-timing-function: ease;
  }
  100% {
    transform: translateX(50vw);
    -webkit-transform: translateX(50vw);
    animation-timing-function: ease;
  }
}
/* zespół */
.gHEtUc {
  margin: 75px 0px 0px;
}

.klwLel {
  margin-top: 20px;
  width: 30%;
  height: 400px;
}
.klwLel img {
  background: linear-gradient(157.99deg, rgba(221, 221, 221, 0.36) 8.66%, rgba(217, 217, 217, 0) 85.61%);
  border: 1px solid rgb(240, 240, 240);
  max-width: 80%;
}

.dVRMhB {
  text-align: center;
  margin-bottom: 75px;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 544px) {
  .gHEtUc {
    margin: 0;
  }
  .dVRMhB {
    margin-bottom: 0;
  }
}
.KDPGI {
  align-items: flex-start;
}

@media (max-width: 991px) {
  .klwLel {
    width: 50%;
    order: 2;
    display: none;
  }
  .KDPGI {
    flex-direction: column;
  }
}
.jCKxCb {
  width: 60%;
}
.jCKxCb p {
  padding: 0px 20px;
  margin: 16px 0;
}
.jCKxCb p strong {
  font-weight: 700;
}

@media (max-width: 991px) {
  .jCKxCb {
    width: 100%;
  }
}
.cSAydD {
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
}
.cSAydD img {
  width: 50%;
}

@media (max-width: 991px) {
  .cSAydD {
    display: flex;
  }
}
.jvCTkj {
  font-size: 33px;
  position: relative;
  padding: 0px;
  margin: 0px;
}

.jOwbkB {
  display: inline-block;
  text-align: left;
  font-size: 9px;
  line-height: 1;
  margin-left: 25px;
  letter-spacing: 2px;
}

.iCHbZi {
  width: 100%;
  text-align: right;
  margin-top: 90px;
  font-size: 13px;
  color: rgb(78, 78, 78);
}

.iCHbZi > a {
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  margin-left: 30px;
}

.llyViG {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.llyViG.readMore {
  margin-bottom: 20px;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(48, 100, 151);
  font-weight: 500;
  transition: 0.3s;
}

.llyViG.readMore .arrowBig {
  margin-left: 1rem;
  transition: 0.3s;
  width: 25px !important;
  height: 25px !important;
}

.llyViG.readMore:hover .arrowBig {
  transform: translateX(1rem);
}

.slider {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  animation: slider 30s infinite;
}

.slider .slide:nth-child(1) {
  background-image: url("/assets/images/background/1.jpg");
  animation-delay: 0;
}

.slider .slide:nth-child(2) {
  background-image: url("/assets/images/background/2.jpg");
  animation-delay: -6s;
}

.slider .slide:nth-child(3) {
  background-image: url("/assets/images/background/3.jpg");
  animation-delay: -12s;
}

.slider .slide:nth-child(4) {
  background-image: url("/assets/images/background/4.jpg");
  animation-delay: -18s;
}

.slider .slide:nth-child(5) {
  background-image: url("/assets/images/background/5.jpg");
  animation-delay: -24s;
}

@keyframes slider {
  0%, 15%, 100% {
    transform: translateX(0);
    animation-timing-function: ease;
  }
  20% {
    transform: translateX(-100%);
    animation-timing-function: step-end;
  }
  95% {
    transform: translateX(100%);
    animation-timing-function: ease;
  }
}
.kByhnq {
  display: none;
}

.flpgLo {
  display: none;
}

@media (max-width: 844px) {
  .kByhnq {
    display: block;
    overflow: hidden;
  }
}
.ftsTgC {
  display: none;
}

@media (max-width: 844px) {
  .ftsTgC {
    display: block;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .frwElk {
    height: 70px;
  }
}
@media (max-width: 1280px) {
  .iJvdRC {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .iJvdRC {
    flex-direction: column;
  }
}
.iJvdRC p:first-child {
  width: 40%;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .iJvdRC p:first-child {
    width: 100%;
    font-weight: 500;
  }
}
@media (max-width: 1280px) {
  .fDBYEp {
    width: 22%;
    margin: 15px 10px;
  }
}
@media (max-width: 991px) {
  .fDBYEp {
    width: 30%;
  }
}
@media (max-width: 844px) {
  .fDBYEp {
    width: 42%;
    margin: 15px;
  }
}
@media (max-width: 575px) {
  .fDBYEp {
    width: 90%;
    margin: 10px;
  }
  .fDBYEp h5 {
    font-size: 11px;
  }
}
.iJvdRC p:last-child {
  width: 60%;
}

.iJvdRC p {
  padding: 0px;
}

@media (max-width: 991px) {
  .iJvdRC p:last-child {
    width: 100%;
  }
}
.hazAUN h6 {
  font-size: 16px;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
}

.hvZrvZ {
  display: none;
}

@media (max-width: 844px) {
  .hvZrvZ {
    display: block;
    overflow: hidden;
  }
}
.flpgLo {
  top: 0px;
  display: flex;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.7);
}

.fpnNrW {
  margin-left: 0.75em;
}

.eFfGNx ul {
  display: flex;
  flex-direction: column;
  margin-top: 4em;
}

.eFfGNx ul > .sc-cxNHIi {
  margin: 0px;
}

.fpnNrW a, .fpnNrW a:visited {
  position: relative;
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 13px;
  padding: 20px 0px;
  color: rgb(255, 255, 255);
}

@media (max-width: 844px) {
  .fpnNrW a, .fpnNrW a:visited {
    font-size: 19px;
    min-width: 120px;
    color: rgb(34, 42, 42);
  }
}
.ndPpS {
  padding: 0px;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.35) 1px 0px 15px -4px;
  background: rgba(0, 0, 0, 0.35);
  transition: 1s cubic-bezier(0.3, 0.8, 0.2, 1);
}

@media (max-width: 844px) {
  .ndPpS {
    background: rgba(255, 255, 255, 0.9);
    padding: 0px;
  }
}
@media (max-width: 575px) {
  .ndPpS {
    padding: 0px;
  }
}
@media (max-width: 844px) {
  .jgHCiC {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .jgHCiC {
    flex-direction: column;
    text-align: center;
  }
  .jgHCiC a {
    margin: 0px;
  }
  .jgHCiC div svg {
    margin-right: 0px;
  }
}
.gAtBhL li {
  list-style-position: inside;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.4;
}

.cLLcNZ {
  font-style: italic;
  text-align: left;
  font-size: 13px;
}

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