.container {
  width: 90%;
  margin: 0 auto;
  max-width: 2000px;
}

@media (min-width: 2000px) {
  .container {
    max-width: 2000px;
  }
  .container-1 {
    width: 100% !important;
    margin: 0 auto;
    max-width: 2000px;
    display: block;
  }
}
#fixed {
  position: fixed;
  width: 100%;
  z-index: 3;
}

body .threeItem-nav {
  width: 100%;
  height: 71px;
  background-color: #F3F3F3;
  border-bottom: 1px solid #E3E4E5;
  display: flex;
  justify-content: center;
  z-index: 3;
}

body .threeItem-nav .nav-container {
  max-width: 93%;
  width: 100%;
  background-color: #F3F3F3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .threeItem-nav .nav-container li {
  cursor: pointer;
}

@media (min-width: 2000px) {
  body .threeItem-nav .nav-container {
    max-width: 2000px;
  }
}
@media (max-width: 1220px) {
  body .threeItem-nav .nav-container {
    padding: 0 20px;
  }
}
body .threeItem-nav .nav-container .logo-container {
  cursor: pointer;
  text-decoration: none;
  align-content: center;
}

.nav-middle-section {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.nav-middle-section ul {
  padding: unset;
}
.nav-middle-section li {
  margin: 0 20px;
  list-style: none;
  display: inline;
  position: relative;
}
.nav-middle-section li a {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
  line-height: 50px;
}

.logo-img {
  width: 112px;
}

@media only screen and (max-width: 600px) {
  .logo-img {
    width: 94px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .nav-middle-section {
    display: none;
  }
}
@media (max-width: 768px) {
  .nav-middle-section {
    display: none;
  }
}
.active {
  border-bottom: 4px solid #F4AC30;
  padding-bottom: 23px;
}

.open-contact {
  text-decoration: none;
}

.contact-button {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  border: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 8px;
  width: 129px;
  height: 42px;
  background: #F4AC30;
  color: #000000;
}
.contact-button:hover {
  background: #000000;
  color: #F4AC30;
  transition: 0.3s;
}
.contact-button:focus {
  outline: 1px solid #F4AC30;
  outline-offset: 4px;
}

@media only screen and (max-width: 600px) {
  .contact-button {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    width: 85px;
    height: 38px;
    padding: 10px 20px;
    font-size: 12px;
  }
}
body footer {
  background-color: #0F4DA7;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  height: 600px;
  justify-content: center;
}

@media (max-width: 1024px) {
  body footer {
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  body footer {
    height: 900px;
  }
}
@media only screen and (max-width: 375px) {
  body footer {
    height: 900px;
  }
}
@media only screen and (max-width: 320px) {
  body footer {
    height: 950px;
  }
}
body footer .footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  max-width: 93%;
  width: 100%;
  align-self: center;
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
body footer .footer-top .footer-left h2 {
  font-family: "Anton";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 125%;
}
body footer .footer-top .footer-left .footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 600px) {
  body footer .footer-top .footer-left .footer-flex {
    flex-direction: column;
  }
}
body footer .footer-top .footer-left .email-link {
  text-decoration: none;
}
@media (max-width: 600px) {
  body footer .footer-top .footer-left .email-link {
    margin-bottom: 30px;
  }
}
body footer .footer-top .footer-left .email-button {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  border: transparent;
  text-align: center;
  padding: 12px 24px;
  gap: 8px;
  width: 150px;
  height: 42px;
  background: #F4AC30;
  color: #000000;
}
body footer .footer-top .footer-left .email-button:hover {
  background: #000000;
  color: #F4AC30;
  transition: 0.3s;
}
body footer .footer-top .footer-left .email-button:focus {
  outline: 1px solid #F4AC30;
  outline-offset: 4px;
}
@media only screen and (max-width: 600px) {
  body footer .footer-top .footer-left .email-button {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    width: 150px;
    height: 38px;
    padding: 10px 20px;
    font-size: 12px;
  }
}
body footer .footer-top .footer-left p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
body footer .footer-top .footer-left .extra-small {
  font-size: 12px;
  line-height: 18px;
}
body footer .footer-top .footer-left .extra-small a {
  color: #ffffff;
}
body footer .footer-top .footer-left .extra-small a:hover {
  color: #F4AC30;
}
body footer .footer-top .footer-left .mb-1 {
  margin-bottom: 28px;
  margin-top: unset;
  width: 80%;
}
@media (max-width: 1024px) {
  body footer .footer-top .footer-left .mb-1 {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  body footer .footer-top .footer-left .mb-1 {
    width: 70%;
  }
}
@media (max-width: 600px) {
  body footer .footer-top .footer-left .mb-1 {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  body footer .footer-top {
    align-items: initial;
    padding-bottom: 20px;
  }
  body footer .footer-top .footer-left h2 {
    font-size: 22px;
    line-height: 27.5px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  body footer .footer-top {
    align-items: initial;
    padding-bottom: 20px;
  }
  body footer .footer-top .footer-left h2 {
    font-size: 22px;
    line-height: 27.5px;
  }
}
@media (min-width: 2000px) {
  body footer .footer-top {
    max-width: 2000px;
  }
}
@media only screen and (max-width: 600px) {
  body footer .footer-top {
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }
}
body footer .footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 93%;
  width: 100%;
  align-self: center;
}

@media only screen and (max-width: 600px) {
  body footer .footer-bottom {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
  }
}
@media (min-width: 2000px) {
  body footer .footer-bottom {
    max-width: 2000px;
  }
}
body footer .footer-cookies-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

@media only screen and (max-width: 600px) {
  body footer .footer-cookies-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  body footer .footer-cookies-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
body footer .footer-bottom .all-rights-reserved {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  margin-top: 20px;
}

body footer .footer-bottom .footer-menu {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  body footer .footer-bottom .footer-menu {
    display: block;
    margin: unset;
    width: 100%;
    line-height: 2;
  }
  body footer .footer-bottom .footer-menu a {
    padding-right: 20px;
  }
}
body footer .footer-bottom .footer-menu a {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

body footer .footer-bottom .footer-menu a:hover {
  color: #F4AC30;
}

body footer .footer-bottom .logo-bottom .logo1 {
  width: 115px;
}

@media only screen and (max-width: 600px) {
  body footer .footer-bottom .logo-bottom .logo1 {
    width: 94px;
  }
}
.social-icon-desktop {
  cursor: pointer;
  fill: #ffffff;
}
.social-icon-desktop svg {
  fill: #ffffff;
}
.social-icon-desktop svg:hover {
  fill: #F4AC30 !important;
}
.social-icon-desktop path.custom-social-v3 {
  fill: #0F4DA7;
}

.logo-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}

.truste_caIcon_display {
  display: inline-block !important;
}

/* The sidebar */
.sidebar {
  height: 100vh;
  width: 696px;
  position: fixed;
  z-index: 33;
  top: 0;
  right: 0;
  background-color: #0F4DA7;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  padding-right: 50px;
  transform: translateX(1000px);
}
.sidebar.active {
  transform: translateX(0px);
}

@media (min-width: 1024px) {
  .wufoo-form-container {
    max-height: 1020px !important;
    margin-left: 24px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .wufoo-form-container {
    max-height: 1020px !important;
    margin-left: 30px;
    margin-bottom: 0;
    width: 680px !important;
    height: 1024px !important;
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 320px) and (min-width: 0px) {
  .wufoo-form-container {
    max-height: 3071px !important;
    width: 280px !important;
    height: 1270px !important;
    display: block;
    padding: 5px;
    margin: 0 auto;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 600px) and (min-width: 321px) {
  .wufoo-form-container {
    max-height: 3071px !important;
    width: 350px !important;
    height: 1270px !important;
    display: block;
    padding: 5px;
    margin: 0 auto;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 769px) {
  .wufoo-form-container {
    max-height: 1020px !important;
    margin-left: 24px !important;
    width: 680px !important;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) and (min-width: 425px) {
  .wufoo-form-container {
    max-height: 3071px !important;
    width: 90vw !important;
    height: 1060px !important;
    display: block;
    padding: 5px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .sidebar {
    width: 768px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .sidebar {
    width: 100%;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 425px) {
  .sidebar {
    width: 100%;
    padding-right: 0px;
  }
}
/* Position and style the close button (top right corner) */
.closebtn {
  position: absolute;
  width: 41px;
  height: 41px;
  font-size: 31px;
  top: 35px;
  right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4AC30;
  color: #000000;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: #F4AC30;
  background-color: #000000;
}
.closebtn:focus-visible {
  outline: 1px solid #F4AC30;
  outline-offset: 4px;
}

.backdrop-container {
  display: none;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #000000;
  opacity: 0.5;
  -webkit-animation: fadeIn 1.2s ease-in-out;
  animation: fadeIn 1.2s ease-in-out;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

#consent_blackbar {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.section-1 {
  background-color: #F3F3F3;
  overflow: hidden;
}

.home.title {
  font-family: "Anton";
  font-weight: 400;
  font-size: 55px;
  line-height: 125%;
  text-transform: uppercase;
  color: #000000;
  width: 970px;
  margin-left: 3.5%;
  margin-top: 75px;
  margin-bottom: 75px;
}

@media (max-width: 1100px) {
  .home.title {
    width: 745px;
  }
}
@media (max-width: 768px) {
  .home.title {
    font-size: 30px;
    line-height: 37.5px;
    width: 719px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 425px) {
  .home.title {
    font-size: 30px;
    line-height: 37.5px;
    width: 92%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home.title {
    font-size: 30px;
    line-height: 37.5px;
    width: 719px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .home.title {
    width: 335px;
    margin-left: 5.5%;
  }
}
@media only screen and (max-width: 320px) {
  .home.title {
    width: 280px;
  }
}
@media (min-width: 2000px) {
  .home.title {
    margin-left: auto;
  }
}
.home.banner {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 3%;
     object-position: 0% 3%;
}

@media (max-width: 768px) {
  .home.banner {
    height: 420px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home.banner {
    height: 420px;
  }
}
@media only screen and (max-width: 600px) {
  .home.banner {
    height: 250px;
  }
}
@media (min-width: 2000px) {
  .home.banner {
    height: 620px;
  }
}
.popup-overlay {
  width: 696px;
  height: 100%;
  position: fixed;
  z-index: 33;
  top: 0;
  right: 0;
  background-color: #0F4DA7;
  overflow-x: hidden;
  transition: 0.5s;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  transform: translateX(1000px);
}
.popup-overlay.active {
  transform: translateX(0px);
}

.popup-overlay.active {
  visibility: visible;
  text-align: center;
  width: 681px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .popup-overlay.active {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 425px) {
  .popup-content.current {
    width: 90%;
    margin: 0 auto;
    margin-left: 30px;
  }
  .popup-content.current h2 {
    font-size: 22px;
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .popup-overlay.active {
    width: 100%;
  }
  .popup-overlay {
    padding: 10px;
  }
  .popup-content.current {
    width: 90%;
    margin: 0 auto;
    margin-left: 50px;
    display: block;
  }
  .popup-content.current h2 {
    font-size: 22px;
    margin-top: 70px;
  }
  .popup-content.current .popup-flex .graphic-mobile {
    display: none;
  }
  .popup-content.current .popup-flex .graphic-desktop {
    width: 331.57px;
    height: 334.81px;
  }
}
@media only screen and (max-width: 600px) {
  .popup-overlay.active {
    width: 100%;
  }
  .popup-overlay {
    padding: 10px;
  }
}
.popup-content {
  visibility: hidden;
}

.popup-content.current {
  visibility: visible;
}
.popup-content.current h2 {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  color: #ffffff;
  font-size: 28px;
  line-height: 125%;
  text-align: start;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .popup-content.current {
    width: 650px;
    margin: 0 auto;
  }
  .popup-content.current h2 {
    font-size: 22px;
    margin-top: 70px;
  }
  .popup-content.current .popup-flex .graphic-mobile {
    display: none;
  }
  .popup-content.current .popup-flex .graphic-desktop {
    width: 331.57px;
    height: 334.81px;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) {
  .popup-content.current {
    width: 650px;
    margin: 0 auto;
  }
  .popup-content.current h2 {
    font-size: 22px;
    margin-top: 70px;
  }
  .popup-content.current .popup-flex .graphic-mobile {
    display: none;
  }
  .popup-content.current .popup-flex .graphic-desktop {
    width: 331.57px;
    height: 334.81px;
  }
}
@media all and (max-width: 320px) and (min-width: 0px) {
  .popup-content.current {
    width: 80%;
    margin: 0 auto;
  }
  .popup-content.current h2 {
    font-size: 22px;
    margin-top: 70px;
  }
  .popup-content.current .popup-flex {
    flex-direction: column;
    width: 280px;
  }
  .popup-content.current .popup-flex .graphic-mobile {
    display: block;
    width: 280px;
    height: 280px;
  }
  .popup-content.current .popup-flex .graphic-desktop {
    display: none;
  }
}
@media all and (max-width: 320px) and (min-width: 0px) {
  .popup-content.current .popup-flex p {
    width: 280px !important;
  }
}
@media only screen and (max-width: 600px) and (min-width: 321px) {
  .popup-content.current {
    width: 80vw;
    margin: 0 auto;
  }
  .popup-content.current h2 {
    font-size: 22px;
    margin-top: 70px;
  }
  .popup-content.current .popup-flex {
    flex-direction: column;
  }
  .popup-content.current .popup-flex .graphic-mobile {
    display: block;
    width: 331.57px;
    height: 334.81px;
  }
  .popup-content.current .popup-flex .graphic-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .graphic-mobile {
    display: none;
  }
}
.popup-content.current .popup-flex {
  display: flex;
}
.popup-content.current .popup-flex p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  line-height: 150%;
  width: 343px;
  text-align: start;
}
.popup-content.current .popup-flex .graphic-desktop {
  width: 272.76px;
  height: 275.43px;
  margin-left: 40px;
}

.popup-content.current .popup-bottom {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  color: #ffffff;
  text-align: start;
  margin-top: 10px;
  font-size: 16px;
  line-height: 150%;
  width: 680px;
  padding-bottom: 100px;
}
.popup-content.current .popup-bottom li {
  list-style-position: outside;
  margin-left: 26px;
  text-indent: -1.5em;
}

@media only screen and (max-width: 768px) and (min-width: 425px) {
  .popup-content.current .popup-bottom {
    width: 100%;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 320px) and (min-width: 0px) {
  .popup-content.current .popup-bottom {
    width: 280px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) and (min-width: 321px) {
  .popup-content.current .popup-bottom {
    width: 335px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) {
  .popup-content.current .popup-bottom li {
    text-indent: 0.5em;
  }
}
.question {
  width: 16px;
  height: 16px;
  background-color: #F4AC30;
  line-height: 150%;
  display: inline-flex;
  position: relative;
  top: -5px;
}
.question:hover {
  cursor: pointer;
  background-color: #000000;
  color: #F4AC30;
}

.questionmark {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 10px;
  width: 16px;
  height: 16px;
  text-align: center;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  bottom: 0;
}

#projekt {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 71px;
  padding-bottom: 70px;
  background: #ffffff;
}

.project-wording {
  width: 1190px;
  margin-left: 3.5%;
  margin-top: 50px;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

@media (max-width: 768px) {
  #projekt {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 425px) {
  .project-wording {
    width: 93%;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .project-wording {
    width: 93%;
  }
}
@media only screen and (max-width: 1112px) and (min-width: 1024px) {
  .project-wording {
    width: 900px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .project-wording {
    width: 720px;
    line-height: 24px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .project-wording {
    width: 90%;
    margin-left: 5.5%;
  }
}
@media (min-width: 2000px) {
  .project-wording {
    margin-left: 0;
  }
}
#dialog {
  background-color: #0F4DA7;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.thumbnail {
  width: 901px;
  height: 587px;
  margin-bottom: 80px;
  position: relative;
  top: 60px;
  left: 3.5%;
  cursor: pointer;
  overflow: hidden;
}

@media only screen and (max-width: 767px) and (min-width: 425px) {
  .thumbnail {
    width: 93%;
    height: 300px;
  }
}
@media all and (max-width: 320px) and (min-width: 0px) {
  .thumbnail {
    width: 89%;
    height: 219px;
    left: 5.5%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .thumbnail {
    width: 93%;
  }
}
@media (max-width: 1112px) and (min-width: 1024px) {
  .thumbnail {
    width: 93%;
  }
}
@media only screen and (min-device-width: 700px) and (max-device-width: 1024px) and (orientation: portrait) {
  .thumbnail {
    width: 714px;
    height: 420px;
    top: 40px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 321px) {
  .thumbnail {
    width: 90%;
    height: 219px;
    left: 5.5%;
  }
}
@media (min-width: 2000px) {
  .thumbnail {
    left: 0;
  }
}
.thumbnail .video-title {
  position: absolute;
  width: 390px;
  height: 50px;
  left: 30px;
  bottom: 30px;
  font-family: "Anton";
  font-weight: 400;
  font-size: 40px;
  line-height: 125%;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 768px) {
  .thumbnail .video-title {
    font-size: 22px;
    bottom: 0px;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) {
  .thumbnail .video-title {
    font-size: 22px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .thumbnail .video-title {
    font-size: 22px;
    left: 20px;
    bottom: -5px;
    width: auto;
  }
}
.thumbnail .play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #F4AC30;
  display: flex;
  justify-content: center;
}
.thumbnail .play-button img {
  align-self: center;
  width: 16.11px;
  height: 20.24px;
}

@media only screen and (max-width: 600px) {
  .thumbnail .play-button {
    width: 38px;
    height: 38px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .thumbnail .play-button {
    width: 38px;
    height: 38px;
  }
}
.thumbnail .watch-button {
  position: absolute;
  width: 71px;
  height: 30px;
  right: 0px;
  bottom: 0px;
  background: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 2px;
  gap: 8px;
}
.thumbnail .watch-button span {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}

.thumbnail-overlay {
  position: absolute;
  width: 901px;
  height: 587px;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.32%, rgba(0, 0, 0, 0.41) 89.57%);
}

@media (max-width: 1112px) and (min-width: 1024px) {
  .thumbnail-overlay {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .thumbnail-overlay {
    width: 100%;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) {
  .thumbnail-overlay {
    width: 714px;
    height: 420px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 425px) {
  .thumbnail-overlay {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .thumbnail-overlay {
    width: 100%;
    height: 219px;
  }
}
@media (max-width: 600px) {
  .thumbnail-overlay {
    width: 100%;
    height: 219px;
  }
}
.thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 901px;
  height: 587px;
  transition: all 700ms ease;
}

@media (max-width: 1112px) and (min-width: 1024px) {
  .thumbnail img {
    width: 100%;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .thumbnail img {
    width: 714px;
    height: 420px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .thumbnail img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 425px) {
  .thumbnail img {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .thumbnail img {
    width: 100%;
    height: 219px;
  }
}
@media (max-width: 600px) {
  .thumbnail img {
    width: 100%;
    height: 219px;
  }
}
.thumbnail:hover img {
  transform: scale(1.3);
}

@media only screen and (max-width: 600px) {
  .thumbnail:hover img {
    transform: scale(1.1);
  }
}
.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.video-container .close-icon {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 41px;
  height: 41px;
  font-size: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4AC30;
  color: #000000;
  cursor: pointer;
  transition: 0.3s;
}
.video-container .close-icon:hover {
  color: #F4AC30;
  background-color: transparent;
}

.video-container .video-iframe {
  width: 901px;
  height: 587px;
  transform: scale(0);
  outline: none;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .video-container .video-iframe {
    width: 714px;
    height: 420px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .video-container .video-iframe {
    width: 100vw;
    height: 420px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 425px) {
  .video-container .video-iframe {
    width: 100vw;
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .video-container .video-iframe {
    width: 335px;
    height: 219px;
  }
}
.video-container.show {
  pointer-events: all;
  opacity: 1;
}

.video-container.show .video-iframe {
  transform: scale(1);
}

.container-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 1080px;
  position: relative;
  left: 20%;
  margin-bottom: 60px;
}

.p-left,
.p-right {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  margin: unset;
  margin-top: 30px;
}

@media (max-width: 1366px) {
  .container-grid {
    width: 1050px;
  }
}
@media (max-width: 1280px) {
  .container-grid {
    width: 900px;
  }
}
@media (max-width: 1112px) and (min-width: 1024px) {
  .container-grid {
    width: 93%;
    margin-left: 3.5%;
    position: unset;
    left: unset;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) {
  .container-grid {
    display: block;
    margin-bottom: 30px;
    width: 93%;
    left: 3.5%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .container-grid {
    display: block;
    margin-bottom: 30px;
    width: 93%;
    left: 3.5%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 425px) {
  .container-grid {
    display: block;
    margin-bottom: 30px;
    width: 93%;
    left: 3.5%;
  }
}
@media only screen and (max-width: 600px) {
  .container-grid {
    display: block;
    margin-bottom: 30px;
    width: 90%;
    left: 5.5%;
  }
}
@media (min-width: 2000px) {
  .container-grid {
    left: 15%;
  }
}
@media (max-width: 1024px) {
  .p-left,
.p-right {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .p-left,
.p-right {
    margin-top: 30px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .p-left,
.p-right {
    margin-top: 30px;
  }
}
.videolink2 {
  text-decoration: underline;
  cursor: pointer;
}
.videolink2:hover {
  color: #F4AC30;
}

#workshop {
  background-color: #ffffff;
  width: 100%;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  #workshop {
    padding-bottom: 60px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  #workshop {
    padding-bottom: 60px;
  }
}
.container-workshop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 85%;
  padding-top: 60px;
  margin-left: 3.5%;
}
.container-workshop h1 {
  font-family: "Anton";
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  font-size: 40px;
  line-height: 125%;
  margin: unset;
}
.container-workshop p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  width: 619px;
  margin: unset;
}

@media (max-width: 1112px) and (min-width: 1024px) {
  .container-workshop {
    width: 93%;
  }
}
@media (max-width: 768px) {
  .container-workshop {
    flex-direction: column;
    padding-top: 40px;
  }
  .container-workshop h1 {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .container-workshop p {
    width: 700px;
  }
}
@media only screen and (min-device-width: 700px) and (max-device-width: 1024px) and (orientation: portrait) {
  .container-workshop {
    flex-direction: column;
    padding-top: 40px;
  }
  .container-workshop h1 {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .container-workshop p {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 425px) {
  .container-workshop {
    margin-left: 3.5%;
    width: 93%;
  }
  .container-workshop p {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .container-workshop {
    margin-left: 5.5%;
  }
  .container-workshop p {
    width: 100%;
  }
}
@media (min-width: 2000px) {
  .container-workshop {
    margin-left: auto;
    justify-content: flex-start;
  }
  .container-workshop p {
    margin-left: 200px !important;
  }
}
.slick-carousel {
  padding-top: 50px;
  margin: 0 auto;
  width: 93%;
}

@media (max-width: 768px) {
  .slick-carousel {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .slick-carousel {
    width: 90%;
  }
}
.slick-slide {
  margin: 8px;
  cursor: pointer;
  width: 640px;
}

@media only screen and (max-width: 600px) {
  .slick-slide {
    width: 241px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .slick-slide {
    width: 530px;
  }
}
.progressBar {
  display: block;
  width: 93%;
  height: 3px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #E6E6E6;
  background-image: linear-gradient(to right, #1a1a1a, #1a1a1a);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  margin: 0 auto;
  transition: background-size 0.4s ease-in-out;
  margin-top: 20px;
}

@media only screen and (max-width: 600px) {
  .progressBar {
    width: 88%;
    margin-top: 10px;
  }
}/*# sourceMappingURL=custom.css.map */