@charset "UTF-8";
@font-face {
  font-family: "Lexend-Bold";
  src: url("assets/fonts/Lexend-Bold.woff2") format("woff2"), url("assets/fonts/Lexend-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lexend-Black";
  src: url("assets/fonts/Lexend-Black.woff2") format("woff2"), url("assets/fonts/Lexend-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lexend-ExtraLight";
  src: url("assets/fonts/Lexend-ExtraLight.woff2") format("woff2"), url("assets/fonts/Lexend-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Lexend-ExtraBold";
  src: url("assets/fonts/Lexend-ExtraBold.woff2") format("woff2"), url("assets/fonts/Lexend-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("assets/fonts/Lexend-Light.woff2") format("woff2"), url("assets/fonts/Lexend-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("assets/fonts/Lexend-Medium.woff2") format("woff2"), url("assets/fonts/Lexend-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("assets/fonts/Lexend-Regular.woff2") format("woff2"), url("assets/fonts/Lexend-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("assets/fonts/Lexend-SemiBold.woff2") format("woff2"), url("assets/fonts/Lexend-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lexend-Thin";
  src: url("assets/fonts/Lexend-Thin.woff2") format("woff2"), url("assets/fonts/Lexend-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
.ui-bg-gray {
  background-color: #D4DADA;
}

.ui-bg-white {
  background-color: #fff;
}

.ui-bg-green {
  background-color: #1C3F3A;
}

.ui-bg-aqua {
  background-color: #E0EAE8;
}

.ui-bg-beige {
  background-color: #EBE8D8;
}

body {
  background-color: #fff;
}

.container {
  max-width: 1320px;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid.mobile {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .container-fluid.mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1520px) {
  .container-fluid.mobile {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 991px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1520px) {
  .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.container-right {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .container-right {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1520px) {
  .container-right {
    padding-left: 15rem;
    padding-right: 0;
  }
}

.container-inside {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 991px) {
  .container-inside {
    padding: 0 4.8vw;
  }
}

.top-space {
  padding-top: 120px;
}
@media (min-width: 991px) {
  .top-space {
    padding-top: 200px;
  }
}

#content {
  padding-top: 0;
}
@media (min-width: 991px) {
  #content {
    padding-top: 0;
  }
}

.border-radius {
  border-radius: 8px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-60 {
  border-radius: 60px;
}

.border-radius-100 {
  border-radius: 100px;
}

.border-radius-circle {
  border-radius: 100px;
}

.text-with-icons svg {
  width: 55%;
}
@media (min-width: 991px) {
  .text-with-icons svg {
    width: 100%;
  }
}

.spacer {
  padding: 250px 0;
}

.space {
  margin-top: 80px;
}

.image-box.wide {
  height: 45vh;
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.standarize-padding {
  padding: 50px 0 0;
}
@media (min-width: 991px) {
  .standarize-padding {
    padding: 100px 0 0;
  }
}

.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.17);
  z-index: 1;
}

.icons-panel {
  margin: 0;
  border-radius: 10px;
}
@media (min-width: 991px) {
  .icons-panel {
    border-radius: 100px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.icon {
  max-height: 50px;
  max-width: 70px;
}

.line-title .title {
  width: auto;
}
.line-title h2 {
  position: relative;
}
.line-title .arrows {
  width: 100%;
}
@media (min-width: 991px) {
  .line-title .arrows {
    width: 15%;
  }
}
.line-title .divider-title {
  width: 85%;
  position: relative;
  height: 1px;
  background-color: #CBCBCB;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.circle-label {
  display: inline-block;
  animation: spin 12s linear infinite;
}
.circle-label.our-team {
  position: absolute;
  z-index: 50;
  left: 0;
  top: -160px;
}
@media (min-width: 991px) {
  .circle-label.our-team {
    left: 300px;
    top: -160px;
  }
}
.circle-label.reserve-it {
  position: absolute;
  z-index: 0;
  left: -132px;
  top: -120px;
}
@media (min-width: 991px) {
  .circle-label.reserve-it {
    left: -36px;
    top: -160px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.square-image {
  max-width: 100%;
  height: 50vh;
  object-fit: cover;
}

.img-h-50 {
  height: 25vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 991px) {
  .img-h-50 {
    height: 50vh;
  }
}

.img-h-22 {
  height: 22vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.w-70 {
  width: 70%;
}

.border-top-divider {
  border-top: 1px solid #CBCBCB;
  width: 100%;
}

.border-bottom-divider {
  border-bottom: 1px solid #CBCBCB;
  width: 100%;
}

.boxed {
  min-height: auto;
}
@media (min-width: 991px) {
  .boxed {
    min-height: 22vh;
  }
}

.partner-logo {
  max-width: 45%;
}
@media (min-width: 991px) {
  .partner-logo {
    max-width: 100%;
  }
}

/* Styl dla sekcji ładowania */
.swiper-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid #CBCBCB;
  border-top-color: #030303;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

/* Kluczowe klatki dla animacji spinnera */
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Ukrycie Swipera do momentu załadowania */
.swiper-container {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.banner-single-page {
  width: 100%;
  height: 25vh;
  object-fit: cover;
}
@media (min-width: 991px) {
  .banner-single-page {
    height: 60vh;
  }
}

.fade-up {
  opacity: 0; /* Elementy są początkowo niewidoczne */
  transform: translateY(50px); /* Elementy są przesunięte w dół przed animacją */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.flash {
  opacity: 0; /* Elementy są początkowo niewidoczne */
}

body {
  font-family: "Lexend-Regular";
  color: #030303;
}

html {
  font-size: 16px;
}

strong {
  font-family: "Lexend-SemiBold";
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

p {
  margin-bottom: 0;
}

.font-light {
  font-family: "Lexend-Light";
}

.font-bold {
  font-family: "Lexend-Bold";
}

pre {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0;
  overflow: none;
}

.subtitle {
  font-family: "Lexend-Bold";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lexend-Light";
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-family: "Lexend-Regular";
}

h1 {
  font-size: 2.5rem;
}
@media (min-width: 991px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (min-width: 991px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.3rem;
}
@media (min-width: 991px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.2rem;
}
@media (min-width: 991px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.15rem;
}

ul {
  padding: 15px 0 0 15px;
}

li {
  font-size: 1rem;
  font-family: "Lexend-Light";
  line-height: 1.8;
}

p {
  font-size: 1rem;
  font-family: "Lexend-Light";
  line-height: 1.8;
  text-align: justify;
}
p strong {
  font-family: "Lexend-Medium";
}

.expedition-date {
  font-size: 1.2rem;
}

.top-navigation {
  position: relative;
  z-index: 10;
}
.top-navigation nav {
  position: absolute;
  z-index: 5;
}

.swiper-gallery .image-box, .swiper-gallery-2 .image-box {
  height: 30vh;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: block;
}
.swiper-gallery .image-box img, .swiper-gallery-2 .image-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper-gallery-2 .image-box {
  height: 50vh;
}

.navigation .prev, .navigation .testimonials-prev, .navigation .next, .navigation .testimonials-next {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: relative;
  outline: 0;
}
.navigation .prev::before, .navigation .testimonials-prev::before, .navigation .next::before, .navigation .testimonials-next::before {
  content: "";
  width: 7px;
  height: 12px;
  display: inline-block;
}
.navigation .prev::after, .navigation .testimonials-prev::after, .navigation .next::after, .navigation .testimonials-next::after {
  display: none;
}
.navigation .prev::before {
  background-image: url("assets/images/arrow_left_white.svg");
}
.navigation .next::before {
  background-image: url("assets/images/arrow_right_white.svg");
}
.navigation .testimonials-prev::before {
  background-image: url("assets/images/arrow_left_dark.svg");
}
.navigation .testimonials-next::before {
  background-image: url("assets/images/arrow_right_dark.svg");
}

.swiper-testimonials .image {
  min-width: 130px;
  min-height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
}

.why-attend .prev::before {
  background-image: url("assets/images/arrow_left_dark.svg");
}
.why-attend .next::before {
  background-image: url("assets/images/arrow_right_dark.svg");
}

.btn {
  padding: 10px 20px;
  border-radius: 5px;
  font-family: "Lexend-Medium";
  display: inline-block;
  transition: 0.25s all;
}
@media (min-width: 991px) {
  .btn {
    padding: 15px 35px;
    border-radius: 8px;
  }
}
.btn.white {
  background-color: #fff;
  border: 2px solid #fff;
  color: #030303;
}
.btn.white:hover {
  background-color: transparent;
  color: #fff;
}
.btn.green {
  background-color: #1C3F3A;
  border: 2px solid #1C3F3A;
  color: #fff;
}
.btn.green:hover {
  background-color: transparent;
  color: #1C3F3A;
}

.hero {
  height: auto;
  position: relative;
  padding-top: 290px;
}
@media (min-width: 991px) {
  .hero {
    padding-top: 0;
    height: 100vh;
  }
}
.hero .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
}
.hero .content {
  position: relative;
  z-index: 5;
}

.video-box {
  position: relative;
}
.video-box video {
  width: 100%;
  border-radius: 8px;
}
.video-box button {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #fff;
  border: 0;
  z-index: 10;
  outline: 0;
}
.video-box button svg {
  width: 100%;
  padding: 3px;
}

.studio-details .data-time {
  border-bottom: 1px solid #496561;
}
.studio-details blockquote {
  background-color: #32514D;
  padding: 15px;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0;
}
@media (min-width: 991px) {
  .studio-details blockquote {
    margin: 25px 0px;
  }
}
.studio-details .studio-list ul {
  display: flex;
  flex-wrap: wrap;
}
.studio-details .studio-list ul li {
  width: 100%;
}
@media (min-width: 991px) {
  .studio-details .studio-list ul li {
    width: 50%;
  }
}

.studio-list.doted li {
  font-family: "Lexend-Light";
  padding: 15px 25px 15px 0;
  border-bottom: 0;
}
.studio-list.doted li::before {
  display: none;
}
.studio-list.doted li::after {
  display: none;
}
.studio-list.more-space li {
  padding: 20px 0 20px 48px !important;
}
@media (min-width: 991px) {
  .studio-list.more-space li {
    padding: 30px 120px !important;
  }
}
.studio-list ul {
  padding: 0;
}
.studio-list li {
  padding: 20px 0 20px 48px;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #496561;
  min-height: 60px;
  font-family: "Lexend-Medium";
  text-align: left;
}
@media (min-width: 991px) {
  .studio-list li {
    padding: 45px 85px;
  }
}
.studio-list li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 4px;
  bottom: 0;
  margin: auto 0;
  width: 15px;
  height: 15px;
  background-image: url("assets/images/checkmark_white.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
@media (min-width: 991px) {
  .studio-list li::before {
    background-size: 20px;
    left: 20px;
    top: 0;
  }
}
.studio-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 1px solid #496561;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
@media (min-width: 991px) {
  .studio-list li::after {
    width: 60px;
    height: 60px;
  }
}

.key-insights-takeaways .ui-bg-aqua, .key-insights-takeaways .ui-bg-beige {
  border-radius: 8px;
}
.key-insights-takeaways .studio-list ul li {
  border-bottom: 0;
  padding: 20px 0 20px 48px;
}
@media (min-width: 991px) {
  .key-insights-takeaways .studio-list ul li {
    padding: 15px 85px;
  }
}
.key-insights-takeaways .studio-list ul li::before {
  background-image: url("assets/images/checkmark_dark.svg");
}
.key-insights-takeaways .studio-list ul li::after {
  border: 1px solid #030303;
}

.speakers .box {
  border: 1px solid #CBCBCB;
}
.speakers .box.gosia .image-box {
  background-color: #EBE8D8;
}
.speakers .box.gosia .image-box .social {
  background-color: #EBE8D8;
}
.speakers .box.christoph .image-box {
  background-color: #D9DFDF;
}
.speakers .box.christoph .image-box .social {
  background-color: #D9DFDF;
}
.speakers .box .image-box {
  min-width: 150px;
  min-height: 150px;
  border-radius: 100px;
  position: relative;
}
.speakers .box .image-box .social {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
.speakers .box .image {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 130px;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
}

video {
  display: block;
  position: relative;
  max-width: 100%;
}

button.video-control {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #fff;
  border: 0;
  z-index: 10;
  outline: 0;
}
button.video-control svg {
  width: 100%;
  padding: 3px;
}

.newsletter-container {
  border: 1px solid #CBCBCB;
}
.newsletter-container img {
  max-width: 100%;
  min-height: 30vh;
  object-fit: cover;
}
.newsletter-container #mlb2-22154790.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #1C3F3A !important;
  border: 2px solid #1C3F3A !important;
  color: #fff !important;
  font-family: "Lexend-Medium" !important;
  font-weight: normal !important;
  padding: 13px !important;
  transition: 0.25s all;
}
.newsletter-container #mlb2-22154790.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: transparent !important;
  color: #1C3F3A !important;
}
.newsletter-container #mlb2-22154790.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  height: 100% !important;
  padding: 15px !important;
}
.newsletter-container #mlb2-22154790.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
  padding: 0 !important;
}
.newsletter-container #mlb2-22154790.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 100% !important;
  width: 100%;
}
@media (min-width: 991px) {
  .newsletter-container #mlb2-22154790.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    max-width: 70% !important;
  }
}
.newsletter-container #mlb2-22154790.ml-form-embedContainer .ml-form-align-center {
  text-align: left !important;
}

.footer-details a {
  color: #030303;
  transition: 0.25s all;
}
.footer-details a:hover {
  color: #1C3F3A;
}

.page-template-single-php .top-navigation {
  display: none !important;
}
.page-template-single-php .entry-content h1, .page-template-single-php .entry-content h2, .page-template-single-php .entry-content h3 {
  margin: 10px 0;
}
.page-template-single-php .entry-content a {
  color: #030303;
  transition: 0.25s all;
}
.page-template-single-php .entry-content a:hover {
  color: #1C3F3A;
}

.register-form #mlb2-22193795.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
  padding: 0 !important;
}

@media (max-height: 800px) {
  .flexible {
    align-items: end;
    padding-bottom: 60px;
    height: 100%;
  }
  h1 {
    font-size: 3.4rem;
  }
}
@media (max-height: 660px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
}
.icons-box img {
  max-width: 4rem;
}
.icons-box p {
  text-align: center;
}

.belt p {
  text-align: center;
}

#convert-timezone {
  background-color: transparent;
  color: #fff;
  border: 0;
  padding: 0;
  outline: 0;
}

#myVideo {
  width: 80%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 991px) {
  #myVideo {
    width: 100%;
  }
}

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