/* ===========================
Index Of css

01. Common CSS
02. Header CSS
03. About CSS
04. Contact CSS
05. Footer CSS

========================== */

/*===========================
    01. Common CSS
===========================*/

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');
:root {
  --black: #000000;
  --white: #fff;
  --blue: #4794EC;
  --orange: #FF7F00;
  --yellow: #FFCA2E;
  --magenta: #FF9AC8;
  --light-green: #00926B;
  --deep-green: #005B3D;
  --sec-grey: #B7B7B7;
  --sec-dark-gray: #333333;
  --sec-magenta: #804D64;
  --deep-purple: #4B4BD1;
  --footer-grey: #999999;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: var(--white);
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar-toggler:focus, a:focus, input:focus, textarea:focus, button:focus, .btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a:hover {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: var(--light-green);
}

a:focus, a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

i, span, a {
  display: inline-block;
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: var(--black);
  margin: 10px;
  padding: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 56px;
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--sec-dark-gray);
  text-justify: inter-word;
  margin: 20px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

p.keyword {
  color: var(--blue);
  font-family: "Jost", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
p.keyword .highlight {
  background-image: linear-gradient(to right, transparent 50%, #FFEFCC 50%);
  background-origin: 0;
  background-size: 200% 50%;
  background-repeat: repeat-x;
  background-position: -100% 100%;
}
/* p.keyword b { position: relative; }
p.keyword b:before, p.keyword b:after { background: #FFEFCC; position: absolute; height: 16px; z-index: -1; content: ""; }
@media (max-width: 1199px) { p.keyword b:before, p.keyword b:after { content: none; } }
p.keyword b:before { width: 321px; top: 18px; }
p.keyword b:after { width: 214px; left: -225px; top: 50px; } */

p.paragraph-2 {
  color: var(--blue);
  font-size: 14px;
  line-height: 24px;
}

.caption {
  color: var(--footer-grey);
  font-size: 12px;
  line-height: 16px;
}

.no-pad {
  margin: 0px;
  padding: 0px;
}

/* override the bootstrap container-fluid padding */
.container-fluid {
  padding: 0;
}
/* @media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
} */

.gray-bg {
  background: #EFF2F9;
}

.alert-link {
  font-weight: 600;
}

.alert h4 {
  margin-bottom: 10px;
}

.page-404-content h2 {
  font-size: 120px;
  font-weight: 900;
  color: #3763EB;
}

.page-404-content h4 {
  font-size: 40px;
  color: #6A7C92;
}

/*===== All Button Style =====*/

.theme-btn {
  position: relative;
  transition-duration: 0.2s;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 12px;
  font-size: 16px;
  border-radius: 8px;
  color: var(--black);
  cursor: pointer;
  z-index: 5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--light-green);
  overflow: hidden;
}

.langBtn {
  position: relative;
  transition-duration: 0.2s;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 12px;
  font-size: 16px;
  border-radius: 8px;
  color: var(--black);
  cursor: pointer;
  z-index: 5;
  background-color: #F4F4F4;
  overflow: hidden;
}

.theme-btn:hover, .langBtn:hover {
  background-position: right center;
  color: #fff;
}

.theme-btn:hover:before, .langBtn:hover:before {
  top: 0;
}
.theme-btn:hover:after, .langBtn:hover:after {
  bottom: 0;
}
.theme-btn:before, .theme-btn:after, .langBtn:before, .langBtn:after {
  content: "";
  transition-duration: 0.2s;
  background: var(--light-green);
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
}
.theme-btn:before { top: -50%; }
.theme-btn:after { bottom: -50%; }

.langBtn:before { top: -50%; }
.langBtn:after { bottom: -50%; }

.theme-btn.border-btn {
  padding: 14px 40px;
  background: transparent;
  color: #6A7C92;
  font-size: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*===== All Section Title Style =====*/

.section-title {
  overflow: hidden;
  width: 50vw;
}
.section-title h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 0px;
}

@media (max-width: 767px) {
  .section-title {
    width: 90vw;
  }
  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.section-title p {
  font-size: 18px;
}

.banner-content {
  padding-top: 110px;
  padding-left: 250px;
}
h1.hero {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 144px;
  line-height: auto;
  padding: 30px 0px;
  margin-bottom: 40px;
}
.section-title .animate__animated {
  --animate-duration: 2s;
}
@media (max-width: 767px) {
  .banner-content {
    padding-top: 70px;
  }
  h1.hero {
    font-size: 97px;
    text-align: center;
    margin-bottom: 0;
  }
  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  .banner-content h4 {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    padding: 0;
  }
}

.banner-section-wrapper {
  position: relative;
  z-index: 3;
}

.banner-content h4 {
  color: var(--deep-purple);
  font-size: 24px;
  line-height: 32px;
  padding-left: 0px;

}

.banner-content h2 {
  color: var(--light-green);
}

.banner-section-wrapper .banner-img {
  min-height: 520px;
  position: relative;
}

#home {
  margin-bottom: 144px;
}
.banner-container {
  height:calc(100vh - 106px);
  width: 100%;
  background-size: 100% auto !important;
  background-position: bottom center !important;
}

.img-bg {
  background-position: bottom center !important;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .banner-container {
    background: url("../images/katowise_414.png") no-repeat;
    height:calc(100vh - 30px);
  }
  .banner-content {
    margin: 0px 10px;
    padding-left: 0px;
    padding-top: 50px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
  .banner-container {
    background: url("../images/katowice_834.png") no-repeat;
  }
  .banner-content {
    margin-left: 50px;
    padding-left: 0px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  .banner-container {
    background: url("../images/katowice_1194.png") no-repeat;
  }
  .banner-content {
    margin-left: 150px;
  }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
  .banner-container {
    margin-top: 20px;
    background: url("../images/katowice_1440.png") no-repeat;
  }
  .banner-content {
    margin-left: 200px;
  }
}

/* ipad Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
  .section-title {
    width: 80vw;
  }

}

/* ipad Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
  .section-title {
    width: 70vw;
  }
  .banner-container {
    background: url("../images/katowice_1440.png") no-repeat;
  }
  .banner-content {
    padding-top: 80px;
    margin-left: 220px;
  }
  h1.hero {
    font-size: 128px;
    margin-bottom: 20px;
  }
  .section-title h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .banner-content h4 {
    font-size: 24px;
    line-height: 32px;
  }

}

/*===========================
    02. Header CSS
===========================*/

/*===== NAVBAR =====*/

.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.header-btn .theme-btn, .langBtn {
  padding: 8px 15px;
  margin-right: 30px;
}

.header {
  position: sticky;
  top: 0;
}


.sticky {
  position: fixed;
  z-index: 99;
  background: var(--light-green);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: var(--white);
}

.navbar {
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
  padding-top: 10px;
  padding-left: 30px;
}

.navbar-brand img {
  max-width: 175px;
}

.navbar-toggler {
  padding: 0px;
}

.navbar-toggler .toggler-icon {
  width: 24px;
  height: 3px;
  background-color: var(--black);
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler:hover .toggler-icon {
  background-color: var(--light-green);
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--orange);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: var(--orange);
  top: -9px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    background-color: #fff;
    z-index: 10;
    top: 100px; /* adjust to height of navbar */
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100vh;
    background-image: url(../images/menu_bg_tablet.svg);
    background-position: left -121px top -100px;
    background-repeat: no-repeat;
}

.navbar-collapse.collapsing {
    right: -75%;
    transition: height 0s ease;
}

.navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out;
}

.navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 500ms ease-in-out;
}

}

@media (max-width: 767px) {

  /* .navbar-collapse {
    flex-basis: 100%;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 5px 12px;
    height: 100vh;
    background-image: url(../images/menu_shape_middle.svg),
    url(../images/menu_shape_bottom_right.svg),
    url(../images/menu_shape_right_bottom.svg),
    url(../images/menu_shape_bottom_left.svg);
    background-position: 50% 70%, right 95%, right 80%, left 90%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  } */
  .navbar-collapse {
    position: fixed;
    background-color: #fff;
    z-index: 10;
    top: 100px; /* adjust to height of navbar */
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100vh;
    background-image: url(../images/menu_shape_middle.svg),
    url(../images/menu_shape_bottom_right.svg),
    url(../images/menu_shape_right_bottom.svg),
    url(../images/menu_shape_bottom_left.svg);
    background-position: 50% 70%, right 95%, right 80%, left 90%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.navbar-collapse.collapsing {
    right: -75%;
    transition: height 0s ease;
}

.navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out;
}

.navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 500ms ease-in-out;
}
  .navbar-brand {
    padding-left: 10px;
  }
  .navbar-toggler {
    padding-right: 20px;
  }
}
/* @keyframes animateShapes {
	from { background-position: right 40%, 30px 80px, 0 0, 30px, 20px; }
	to { background-position: 50% 70%, right 95%, right 80%, left 90%; }
}

.navbar-collapse	{
	animation: animateShapes 2s ease-in 2s forwards;
} */

.navbar-nav {
  padding-right: 100px;
  padding-left: 10px;
}
.navbar-nav .nav-item {
  position: relative;
  z-index: 1;
}

.navbar-nav .nav-item:hover a {
  color: var(--light-green);
}

.navbar-nav .nav-item a {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 20px;
  display: inline-flex;
  align-items: center;
}

.language-button-wrapper-mobile {
  visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    color: var(--black);
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    color: var(--black);
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-family: "Jost", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .language-button-wrapper-mobile {
    visibility: visible;
  }
}

.navbar-nav .nav-item a.active {
  color: var(--light-green);
}

.navbar-nav .nav-item a.dd-menu {
  padding-right: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu {
    padding-right: 30px;
  }
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea58";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 18px;
  font-size: 12px;
  margin-left: 5px;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 0;
  }

  .language-button-wrapper-mobile {
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a.show::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a.show::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.navbar-nav .nav-item:hover>.sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover>.sub-menu {
    visibility: hidden;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover>.sub-menu {
    visibility: hidden;
    opacity: 0;
  }
}

.navbar-nav .nav-item:hover>.sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  min-width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu::after {
  content: '';
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  top: -10px;
  left: 20%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  }
  .navbar-nav .nav-item .sub-menu.show {
    max-height: 1000px;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  .navbar-nav .nav-item .sub-menu::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(180, 107, 107, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  }
  .navbar-nav .nav-item .sub-menu.show {
    max-height: 1000px;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  .navbar-nav .nav-item .sub-menu::after {
    display: none;
  }
  .langBtn {
    margin-right: 20px;
  }
  .navbar .container-fluid {
    justify-content: flex-end;
  }
  .navbar-brand {
    flex: start;
  }
}

.navbar-nav .nav-item .sub-menu>li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu>li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu>li.active>a, .navbar-nav .nav-item .sub-menu>li:hover>a {
  color: #3763EB;
}

.navbar-nav .nav-item .sub-menu>li:first-child a {
  border-top: none;
}

.navbar-nav .nav-item .sub-menu>li>a {
  font-weight: 400;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #222;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.navbar-nav .nav-item .sub-menu>li>a:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* ipad Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
  .navbar-nav .nav-item a {
    color: var(--black);
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-family: "Jost", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .registration-button-wrapper, .language-button-wrapper {
    visibility: hidden;
  }
  .registration-nav {
    visibility: visible;
    display: block !important;
  }
  .navbar-collapse {
    position: fixed;
    /* flex-basis: 100%; */
    top: 100px;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 5px 12px;
    height: 100vh;
    background-image: url(../images/menu_bg_tablet.svg);
    background-position: left -121px top -100px;
    background-repeat: no-repeat;
  }

.navbar-collapse.collapsing {
    right: -75%;
    transition: height 0s ease;
}

.navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out;
}

.navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 500ms ease-in-out;
}
  .navbar-brand {
    padding-left: 30px;
  }
  .navbar-toggler {
    padding-right: 30px;
  }
  .navbar-nav {
    padding-top: 15%;
    padding-left: 40%;
  }
  .language-button-wrapper-mobile {
    visibility: visible;
  }
}

/* ipad Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
  .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  }
  .navbar-nav .nav-item .sub-menu.show {
    max-height: 1000px;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  .navbar-nav .nav-item .sub-menu::after {
    display: none;
  }
}


.about-section h2 {
  /* padding-left: 15px; */
  padding-left: 85px;
  margin-left: 90px;
}

.about-section .about-text {
  padding-left: 75px;
  margin-left: 70px;
}

.about-section .about-text p:first {
  padding-top: 0px;
}

.about-section .about-video {
  padding-top: 20px;
  width: 30vw;
  height: 35vh;
}
.video_wrapper {
  width: 30vw;
  height: 35vh;
}

.about-section .about-video-caption, .keyword{
  margin-left: 0px;
}

  @media (max-width: 767px) {
    .about-section h2 {
      padding-left: 30px;
      margin-left: 0px;
    }
    .about-section .about-video-caption, .keyword{
      margin-left: 0px;
      padding-left: 30px;
    }
    .about-section .about-text {
      padding-left: 30px;
      padding-right: 30px;
      margin-left: 0px;
      margin-top: 20px;
    }
    .about-section .about-text p{
      margin: 0px;
      margin-bottom: 20px;
    }
    .about-section .about-video {
      text-align: center;
      justify-content: center;
      width: 100vw;
      height: 45vh;
    }
    .video_wrapper {
      width: 100vw;
      height: 45vh;
    }
  }
.long-term-row {
  margin-left: 130px;
}

.long-term-row p {
  margin-right: 0px;
  padding-right: 0px;
}

.focus-section h4 {
  padding-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.focus-section h2 {
  color: var(--sec-grey);
  font-size: 32px;
  line-height: 40px;
  padding-left: 85px;
  margin-left: 90px;
  padding-top: 0;
  margin-top: 0;
}

.focus-section p {
  margin: 30px 0px;
  margin-top: 10px;
}
  @media (max-width: 767px) {
    .long-term-row {
      margin-left: 0px;
    }
    .long-term-row p {
      margin-right: 30px;
      margin-left: 20px;
      /* padding-right: 30px; */
    }
    .focus-section p {
      margin: 20px 30px;
    }
    .focus-section p.paragraph-2 {
      margin-top: 0px;
    }
    .focus-section h2 {
      padding-left: 30px;
      margin-left: 0px;
    }
    .focus-section h4 {
      padding-left: 30px;
    }
  }

/* ipad Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
    .focus-first-col-wrapper {
      width: 30%;
    }
    .focus-second-col-wrapper{
      width: 35%;
      padding-left: 30px;
    }
    .focus-third-col-wrapper {
      width: 35%;
      padding-right: 30px;
    }
    .focus-first-col {
      width: 90%;
    }
    .focus-second-col {
      width: 100%;
    }
    .focus-third-col {
      width: 100%;
    }
    .about-top-first-col {
      width: 40%;
    }

    .about-top-second-col {
      width: 60%;
    }

  .about-section .keyword-wrapper {
    width: 100%;
  }
  .about-section h2 {
    padding-left: 30px;
    margin-left: 20px;
  }

  .about-section .about-text {
    width: 100%;
    padding-left: 20px;
    margin-left: 0px;
  }

  .about-section .about-video {
    width: 45vw;
    height: 25vh;
  }
  .video_wrapper {
    width: 45vw;
    height: 25vh;
  }

  .focus-section h2 {
    color: var(--sec-grey);
    font-size: 32px;
    line-height: 40px;
    padding-left: 30px;
    margin-left: 20px;
  }

}

/* ipad Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
    .focus-first-col-wrapper {
      width: 30%;
    }
    .focus-second-col-wrapper{
      width: 35%;
      padding-left: 30px;
    }
    .focus-third-col-wrapper {
      width: 35%;
      padding-right: 30px;
    }
    .focus-first-col {
      width: 90%;
    }
    .focus-second-col {
      width: 100%;
    }
    .focus-third-col {
      width: 100%;
    }
    .about-top-first-col {
      width: 40%;
    }

    .about-top-second-col {
      width: 60%;
    }

  .about-section .keyword-wrapper {
    width: 100%;
  }
  .about-section h2 {
    padding-left: 30px;
    margin-left: 20px;
  }

  .about-section .about-text {
    width: 100%;
    padding-left: 20px;
    margin-left: 0px;
  }

  .about-section .about-video {
    width: 45vw;
    height: 35vh;
  }
  .video_wrapper {
    width: 45vw;
    height: 35vh;
  }

  .focus-section h2 {
    color: var(--sec-grey);
    font-size: 32px;
    line-height: 40px;
    padding-left: 30px;
    margin-left: 20px;
  }
}

.theme-section h2 {
  padding-left: 15px;
}
.theme-section .keyword {
  padding-left: 22px;
  margin-bottom: 20px;
}
.theme-section .theme-image-wrapper {
  position: relative;
}
.theme-section .theme-image {
  position: absolute;
  top: -25%;
  left: 20%;
}
.theme-section .text-col {
  padding-left: 80px;
  margin-left: 70px;
}
  @media (max-width: 767px) {
    .theme-section .text-col {
      padding-left: 0px;
      margin-left: 10px;
    }
  }

/* ipad Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
  .theme-section .text-col {
    width: 100%;
    padding-left: 10px;
    margin-left: 10px;
  }
  .long-term-row {
    margin-left: 0px;
    padding-left: 0px;
  }
  .long-term-first-col {
    width: 80%;
  }
  .long-term-second-col {
    width: 80%;
  }
  .long-term-third-col {
    width: 0;
  }
  .theme-section .theme-image {
    position: absolute;
    top: -25%;
    left: 15%;
  }

}

/* ipad Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
  .theme-section .text-col {
    width: 100%;
    padding-left: 10px;
    margin-left: 10px;
  }
  .long-term-row {
    margin-left: 0px;
    padding-left: 0px;
  }
  .long-term-first-col {
    width: 40%;
  }
  .long-term-second-col {
    width: 40%;
  }
  .long-term-third-col {
    width: 20%;
  }
  .theme-section .theme-image {
    position: absolute;
    top: -25%;
    left: 15%;
  }
}
/*===========================
    04. Katowice CSS
===========================*/

.katowice-clip .katowice-frame {
  width: 100%;
  height: 30vw;
}
.video_wrapper_katowice {
  width: 100%;
  height: 40vw;
}
  @media (max-width: 767px) {
    .katowice-clip .katowice-frame {
      height: 40vh;
    }
    .video_wrapper_katowice {
      height: 40vw;
    }
  }

.katowice-img .marcin-img {
  /* flex-basis: fill; */
  width: 100%;
}

.katowice-box {
  background-color: var(--deep-purple);
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.katowice-box h2{
  padding-left: 10px;
  font-size: 40px;
  line-height: 48px;
}

.katowice-first-col {
  background-color: var(--black);
}

.katowice-box p {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 30px;
  padding-right: 0px;
  padding-left: 19px;
  margin-right: 20px;
  color: var(--white);
  width: calc(100% - 311px);
}

.blueimg-wrapper {
  position: relative;
}
.katowice-box img {
  position: absolute;
  padding-left: 0px;
  /* width: cover; */
  /* top: 25%; */
  bottom: 0;
  right: -32px;
  z-index: 1;
}
  @media (max-width: 767px) {
    .katowice-box img {
      visibility: hidden;
    }
    .katowice-box {
      padding: 0px;
    }
    .katowice-box h2{
      padding-left: 20px;
    }
    .katowice-box p {
      padding: 0px 30px;
      margin: 30px 0px;
      width: 100%;
    }
  }

.yellow-box {
  background-color: var(--yellow);
  padding: 40px 20px;
}

.yellow-box p {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 30px;
}


.katowice-mid-col {
  position: relative;
  background-color: var(--magenta);
  background-image: url(../images/katowice_pink_bottom.svg);
  background-position: 90% bottom;
  background-repeat: no-repeat;
}

  @media (max-width: 767px) {
    .yellow-box {
      padding: 20px 0px;
    }
    .yellow-box p {
      padding: 0px 30px;
      margin: 30px 0px;
    }
  }
.megenta-box {
  /* background-color: var(--magenta); */
  padding: 40px 20px;
}

.megenta-box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 30px;
  color: var(--sec-magenta);
}
@media only screen and (min-width: 1200px) {
.megenta-box {
  padding: 50px 20px;
}
}

.katowice-end-col {
  background-color: var(--deep-green);
}

  @media (max-width: 767px) {
    .megenta-box {
      padding: 20px 0px;
    }
    .megenta-box p {
      padding: 0px 30px;
      margin: 30px 0px;
      font-size: 24px;
      line-height: 32px;
    }
  }

.katowice-end-col h4{
  padding-left: 22px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.green-box {
  background-color: var(--deep-green);
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}

.green-box .title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 40px;
  margin-top: 0px;
  color: var(--white);
}
.green-box .katowice-green-shapes {
  position: absolute;
  top: -7%;
  /* left: 63%; */
  right: 0;
  z-index: -1;
}

.green-box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  z-index: 5;
}

  @media (max-width: 767px) {
    .green-box {
      padding: 20px 0px;
    }
    .green-box p {
      padding: 0px 30px;
      margin: 30px 0px;
      font-size: 24px;
      line-height: 32px;
    }
  }

/* ipad Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
  .blueimg-wrapper {
    visibility: hidden;
    width: 0;
  }
  .katowice-box img {
    visibility: hidden;
  }
  .katowice-first-col {
    display: flex;
    width: 100%;
  }
  .katowice-box {
    width: 50%;
  }
  .katowice-clip {
    width:50%;
  }
  .katowice-mid-col {
    width: 50%;
  }
  .katowice-end-col {
    width:50%;
  }
  .green-box .katowice-green-shapes {
    position: absolute;
    top: -7%;
    right:0;
    z-index: -1;
  }
    .katowice-box p {
      width: 100%;
    }

}

/* ipad Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
  .blueimg-wrapper {
    visibility: hidden;
    width: 0;
  }
  .katowice-box img {
    visibility: hidden;
  }
  .katowice-first-col {
    width: 35%;
  }
  .katowice-mid-col {
    width: 35%;
  }
  .katowice-end-col {
    width:30%;
  }
  .green-box .katowice-green-shapes {
    position: absolute;
    top: -7%;
    right: 0;
    z-index: -1;
  }
    .katowice-box p {
      width: 100%;
    }
}
/*===========================
    05. Footer CSS
===========================*/

.footer {
  position: relative;
  z-index: 2;
  background: var(--black);
}

.footer .footerlinks {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-left: 21px;
  color: var(--light-green);
}

.footer .footerlinks:hover {
  color: var(--white);
}

.footer .privacy-link {
  color: var(--footer-grey);
}

.footer .privacy-link:hover {
  color: var(--light-green);
}

.footer .footer-widget .footer-desc {
  line-height: 30px;
}

.footer h2 {
  margin-bottom: 35px;
  padding-left: 65px;
  margin-left: 60px;

}
.footer .un-email {
  font-size: 24px;
  line-height: 32px;
  padding-left: 65px;
  margin-left: 60px;
}
.footer h5{
  margin-bottom: 25px;
}

.footer h5.questions{
  padding-left: 65px;
  margin-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-widget h4 {
    font-size: 22px;
  }
}

.footer .footer-widget ul.footer-links li a {
  color: #6A7C92;
  display: block;
  line-height: 35px;
  transition: all .3s;
}

.footer .footer-widget ul {
  padding-left: 20px;
}

.footer .footer-widget ul li {
  list-style: disc;
}

.footer .footer-widget .footer-contact li p {
  line-height: 35px;
}

.footer .copyright-area {
  padding: 5px 0;
  font-size: 16px;
  position: relative;
  z-index: 2;
  padding-left: 65px;
  margin-left: 40px;
}

.footer .copyright-area p {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer .copyright-area p {
    font-size: 15px;
    text-align: center;
  }
  .footer h2 {
    padding-left: 25px;
    margin-left: 0px;

  }
  .footer .un-email {
    padding-left: 25px;
    margin-left: 0px;
    margin-bottom: 25px;
  }

  .footer h5 {
    padding-left: 15px;
    font-size: 20px;
    line-height: 24px;
  }
  .footer h5.questions{
    padding-left: 25px;
    margin-left: 0px;
  }
  .footer-social-links {
    padding-left: 0px;
  }
  .footer .footerlinks {
    padding-left: 25px;
  }
  .footer .subscribe {
    margin-top: 25px;
  }
  p.privacy {
    margin-left: 0px;
  }
}

.footer .copyright-area p a {
  color: var(--sec-grey);
}

.footer .copyright-area a {
  color: var(--sec-grey);
}

.footer .copyright-area p a:hover {
  color: var(--white);
}

.footer-social-links {
  padding-left: 10px;
}
p.copyright {
  padding-left: 65px;
  margin-left: 60px;
}
p.privacy {
  margin-left: 22px;
}

@media (max-width: 767px) {
  p.copyright {
    text-align: center;
  }
  p.privacy {
    text-align: center;
  }
  .footer .copyright-area {
    padding: 0px;
    margin: 0px;
  }
  p.copyright {
    padding: 0px;
    margin: 0px;
    padding-bottom: 40px;
  }
}

.footer-social-links ul {
  justify-content: flex-start;
}

.footer-social-links ul li {
  display: inline-block;
}

.footer-social-links ul li a , .footer-social-links-tablet ul li a{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: var(--sec-grey);
  margin-right: 15px;
}

@media (max-width: 767px) {
  .footer-social-links ul {
    justify-content: center;
  }
  .footer-social-links {
    padding-top: 35px;
    padding-bottom: 45px;
    margin-bottom: 35px;
  }
  .footer-social-links ul li a {
    padding: 30px 25px;
    margin-right: 60px;
    padding-right: 50px;
    font-size: 50px;
    width: 48px;
    height: 48px;
  }
}

.footer-social-links ul li a:hover {
  color: #fff;
}

.logo-images {
  padding-left: 33px;
}
.logo-images .logo-img {
  height: 40px;
  padding-right: 50px;
}

.logo-images .habitat-logo{
  height: 25px;
  margin-top: 8px;
}

.footer-form {
  padding-left: 22px;
}
.footer-form input {
  background-color: var(--black);
  border: none;
  border-bottom: 1px solid var(--footer-grey);
  color: var(--footer-grey);
}

.footer-form input.form-control:focus {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
}
.footer-form .form-check-input {
  border: 1px solid var(--footer-grey);
  margin-right: 5px;
  padding-left: 0px;
  border-radius: 2px;
}

.footer-form .form-check-input:checked {
  background-color: var(--light-green);
}

.footer-form span {
  padding-right: 50px;
}
.footer-form .footerform {
  position: relative;
}
.footer-form .input-email {
  width:55%;
  margin-bottom: 10px;
  padding-left: 0;
  border-radius: 0;
}
.footer-form .icon-arrow {
  position: absolute;
  top: 6px;
  left: 51%;
  width: 24px;
  background-image: url(../images/icons/arrow.svg);
  background-color: transparent;
  border:none;
}
.footer-form .icon-arrow:hover {
  background-image: url(../images/icons/arrow_hover.svg);
  background-repeat:no-repeat;
  top: 13px;
}
.message {
  color:red;
}

@media (max-width: 767px) {
  .footer-form .input-email {
    width:90%;
    margin-bottom: 10px;
  }
  .footer-form .icon-arrow {
    left: 85%;
  }
  .logo-images div{
    padding-bottom: 20px;
    text-align: center;
  }
  .logo-images .logo-img{
    width: 200px;
    height: 70px
  }

}

#registrationModal.modal .modal-dialog .modal-content {
  height: 60vh;
  border-radius: 32px;
  background-image: url(../images/popup_top_left.svg), url(../images/popup_top_middle.svg), url(../images/popup_top_middle_off.svg),
  url(../images/popup_top_right.svg), url(../images/popup_right_bottom.svg), url(../images/popup_bottom_right.svg),
  url(../images/popup_bottom_left.svg), url(../images/popup_bottom_middle.svg);
  background-position: left top, 35% -45%, 43% 15%, 95% top, 100% 80%, 80% 100%, 5% 87%, 15% bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  /* background-image: url(../images/popup-bg.svg);
  background-position: top -92px left 34px;
    background-repeat: no-repeat; */
}

#privacyNotice.modal .modal-dialog .modal-content {
  position: relative;
  border-radius: 32px;
  z-index: 200;
}

@media (max-width: 767px) {
  .modal-dialog {
    margin: 0;
  }
  #registrationModal.modal .modal-dialog .modal-content {
    position: relative;
    height: 100vh;
    width: 100vw;
    border-radius: 0;
    z-index: 200;
    background-image: url(../images/popup_top_left.svg), url(../images/popup_top_middle.svg), url(../images/popup_top_middle_off.svg),
    url(../images/popup_bottom_right.svg),
    url(../images/popup_bottom_left.svg), url(../images/popup_mobile_bottom_left.svg), url(../images/WUF-color-H.svg);
    background-position: left 20%, 180% top, 100% 20%, 160% 110%, left 70%, 12% 80%, 5% 5%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;

  }
}

.footer-social-links-tablet {
  visibility: hidden;
}
/* ipad Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
  .contact-section .contact-container {
    padding-left: 30px;
  }
  .footer h2 {
    margin-bottom: 25px;
    padding-left: 0px;
    margin-left: 0px;

  }
  .footer .un-email {
    padding-left: 0px;
    margin-left: 0px;
  }
  .footer h5{
    margin-bottom: 25px;
  }

  .footer h5.questions{
    padding-left: 0px;
    margin-left: 0px;
  }
  .footer .copyright-area {
    padding-left: 0px;
    margin-left: 0px;
  }
  .footer-social-links {
    padding-left: 0;
  }
  .footer-social-links ul li a {
    padding: 0px 0px;
    padding-right: 20px;
    width: 0;
  }
  p.copyright {
    padding-left: 0px;
    margin-left: 0px;
  }
  .footer-row {
    display: flex;
  }
  .footer-questions-col {
    width: 50%;
  }
  .footer-additional-col{
    width: 50%;
  }
  .footer-subscribe-col {
    padding-left: 0;
    margin-left: 0;
    width: 50%;
  }
  .footer .subscribe {
    margin-left: 5px;
  }
  .footer-social-row {
    visibility: hidden;
  }
  .footer-social-links-tablet {
    padding-top: 15px;
    visibility: visible;
    width: 50%;
  }
  .footer-botom-logos-col {
    width:100%
  }
  .footer-botom-privacy-col {
    width:50%
  }
  .footer-botom-copy-col {
    padding-left: 0;
    margin-left: 0;
    width:50%
  }
  .logo-images {
    padding-left: 0;
  }

}

/* ipad Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
  .footer h2 {
    margin-bottom: 25px;
    padding-left: 0px;
    margin-left: 0px;

  }
  .footer .un-email {
    padding-left: 0px;
    margin-left: 0px;
  }
  .footer h5{
    margin-bottom: 25px;
  }

  .footer h5.questions{
    padding-left: 0px;
    margin-left: 0px;
  }
  .footer .footer-questions-col {
    width:35%;
  }
  .footer .footer-questions-col .footer-qns{
    width:100%
  }
  .footer .footer-additional-col {
    width: 25%;
  }
  .footer .footer-subscribe-col {
    width: 40%;
  }
  .footer .copyright-area {
    padding-left: 0px;
    margin-left: 0px;
  }
  .footer-social-links {
    padding-left: 0;
  }
  .footer-social-links ul li a {
    padding: 0px 0px;
    padding-right: 20px;
    width: 0;
  }
  p.copyright {
    padding-left: 0px;
    margin-left: 0px;
  }
  .footer-botom-logos-col {
    width:50%
  }
  .footer-botom-privacy-col {
    width:10%
  }
  .footer-botom-copy-col {
    width:30%
  }
  .footer-botom-logos-col {
    padding-top: 20px;
    width:100%
  }
  .footer-botom-privacy-col {
    width:50%
  }
  .footer-botom-copy-col {
    padding-left: 0;
    margin-left: 0;
    width:50%
  }
  .logo-images {
    padding-left: 0;
  }
}
@media (max-width: 1199px) { .row-5 .col-lg-6 { width: 38%; } }
@media (max-width: 991px) { .row-5 .col-lg-6 { width: 50%; padding-right: 0; padding-left: 0; } }
@media (max-width: 991px) { .row-5 .col-lg-6:first-child { width: 100%; } }
@media (max-width: 991px) { .row-5 .col-6 { padding-right: 0; padding-left: 0; } }
@media (max-width: 767px) { .row-5 .col-6 { width: 100%; } }
@media (max-width: 991px) { .row-5 .col-6 .item { width: 100%; } }
@media (min-width: 1200px) and (max-width: 1439px) { .row-5 .col-lg-3:nth-child(2) { width: 28%; } }
@media (max-width: 1199px) and (min-width: 992px) { .row-5 .col-lg-3:nth-child(2) { width: 34%; } }
@media (min-width: 1200px) and (max-width: 1439px) { .row-5 .col-lg-3:nth-child(3) { width: 22%; } }
@media (max-width: 1199px) and (min-width: 992px) { .row-5 .col-lg-3:nth-child(3) { width: 28%; } }
.row-5 .item { margin-left: calc(var(--bs-gutter-x)/ -2); margin-right: calc(var(--bs-gutter-x)/ -2); }
@media (max-width: 991px) { .row-5 .item { width: 50%; margin: 0; } }
@media (max-width: 767px) { .row-5 .item { width: 100%; } }
@media (max-width: 767px) { .row-5 .item:not(.video):not(.image) { padding-left: 24px !important; padding-right: 24px !important; } }
@media (max-width: 991px) { .row-5 .col-12 { flex-direction: row !important; padding-left: 0; padding-right: 0; } }
@media (max-width: 767px) { .row-5 .col-12 { flex-direction: column !important; } }
.row-5 .blue { background: #4B4BD1; color: #fff; padding: 48px 0 0 48px; position: relative; }
@media (max-width: 991px) { .row-5 .blue { padding: 48px; } }
/* .row-5 .blue img { margin-right: -32px; } */
@media (max-width: 1199px) { .row-5 .blue img { display: none; } }
.row-5 .blue h2 { margin-bottom: 40px; }
.row-5 .blue .large { color: #fff; margin-right: 38px; margin-bottom: 54px; }
@media (max-width: 991px) { .row-5 .blue .large { margin: 0; } }
/* .row-5 .yellow { background: #FFCA2E; padding: 85px 48px; } */
/* @media (max-width: 1199px) { .row-5 .yellow { padding: 48px; } } */
.row-5 .yellow .large { color: #000; }
.row-5 .yellow .large:first-child { margin-bottom: 20px; }
.row-5 .video { height: 100%; }
.row-5 .video_wrapper .videoPosterKatowice { height: 100%; background-image: url("../images/overlay_katowice.png"); }
.row-5 .video_wrapper .videoPosterKatowice:before { background-image: url("../images/img-11.svg") no-repeat; z-index: 1; }
.row-5 .video_wrapper .videoPosterKatowice:after { content: ""; background: rgba(0, 0, 0, 0.35); position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.row-5 .pink {
  background-color: var(--magenta);
  background-image: url("../images/katowice_pink_bottom.svg");
  /* padding: 66px 48px;  */
  background-repeat: no-repeat;
  background-position: right 30px bottom;
  height: 100%;
  justify-content:center;
}
@media (max-width: 1199px) {
  .row-5 .pink {
    padding-right: 40px;

  } }
.row-5 .pink p { color: #804D64; }
.row-5 .pink p:last-child { margin-bottom: 0; }
.row-5 .image img { width: 100%; height: auto; }
.row-5 .green {
  /* padding: 40px 48px 40px 40px;  */
  /* background-color: #005B3D;  */
  /* color: #fff;  */
  /* position: relative;  */
  height: 100%;
}
.row-5 .green:before { content: url("../images/katowice_green_right.svg"); position: absolute; right: 0; top: -25px; }
.row-5 .green h4 { margin-bottom: 8px;  margin-left:20px; position: relative; }
.row-5 .green .subtitle { font-size: 14px; line-height: 24px; margin-bottom: 64px; }
@media (max-width: 1199px) { .row-5 .green .subtitle { margin-bottom: 43px; } }
.row-5 .green p { position: relative; }
@media (max-width: 1199px) { .row-5 .green p:last-child { margin-bottom: 0; } }
#registrationModal.modal .modal-dialog .modal-content .theme-btn {
  /* width: 120px; */
  margin: 0 auto;
  text-align: center;
  /* padding-left: 20px; */
}
#privacyNotice.modal .modal-dialog .modal-content .theme-btn {
  justify-content:center;
  margin: 0 auto;
  text-align: center;
}
.modal .modal-dialog .modal-content h4 {
  font-size: 24px;
  line-height: 32px;
}
#registrationModal.modal .modal-dialog .modal-content .modal-title {
  position: relative;
  padding-top: 30%;
}
  @media (max-width: 767px) {
    #registrationModal.modal .modal-dialog .modal-content .modal-title {
      padding-top: 75%;
    }
  }
#registrationModal.modal .modal-dialog .modal-content .modal-button {
  padding-top: 30px;
}
#registrationModal.modal.animate__bounceInDown + .overlay { opacity: 0.3; visibility: visible; }
#registrationModal.modal:not(.animate__bounceInDown) + .overlay { transition-delay: 0.4s; }

.video_wrapper {
  margin: 0 auto;
  margin-left: 0;
  position: relative;
  background-color: #000;
}

.video_wrapper_katowice {
  margin: 0 auto;
  position: relative;
  background-color: #000;
  min-height: 291px;
  width: 100%;
  height: 100%;
}
.video_wrapper_full, .video_wrapper_katowice_full {
  padding-top: 315px;
}


.videoIframe, .videoIframeKatowice {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image:url(../images/about_overlay.png);
  background-size: 100%;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPosterKatowice {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image:url(../images/overlay_katowice.png);
  background-color: var(--black);
  background-size: 100%;
  background-repeat:no-repeat;
  background-size: cover;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:hover, .videoPosterKatowice:hover {
  cursor: pointer;
}
.videoPoster:before, .videoPosterKatowice:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  /* border: 5px solid #fff; */
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:after, .videoPosterKatowice:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}
.videoPoster:hover:before,  .videoPoster:focus:before, .videoPosterKatowice:hover:before, .videoPosterKatowice:focus:before {
    border-color: var(--black);
}
.videoPoster:hover:after, .videoPoster:focus:after, .videoPosterKatowice:hover:after, .videoPosterKatowice:focus:after {
  border-left-color: var(--black);
}
.videoWrapperActive .videoPoster, .videoWrapperActive .videoPosterKatowice {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
