﻿.image-name {
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  background-color: #fff;
  width: 100%;
  padding-top: 5px;
}

.gallery-container {
  column-count: 1;
  column-gap: 20px;
}
@media (min-width: 576px) {
  .gallery-container {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .gallery-container {
    column-count: 2;
  }
  .columns-2 .gallery-container {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .gallery-container {
    column-count: 2;
  }
  .columns-2 .gallery-container {
    column-count: 2;
  }
}
@media (min-width: 1400px) {
  .gallery-container {
    column-count: 2;
  }
  .columns-2 .gallery-container {
    column-count: 3;
  }
}
.gallery-container .img-holder {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none;
}
.gallery-container .img-holder:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) 0% 0% no-repeat padding-box;
  transition: all 0.15s ease-in-out;
}
.gallery-container .img-holder:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f2db";
  font-family: "remixicon";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  z-index: 1;
  font-size: 2.5rem;
}
.gallery-container .img-holder span {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  /*z-index: 10;
  position: absolute;
  left: 15px;
  bottom: 20px;
  right: 15px;
  color: $white;
  font-weight: $font-weight-semibold;
  line-height: 1.3;*/
}
.gallery-container .img-holder span:not(caption) {
  position: absolute !important;
}
.gallery-container .img-holder:before, .gallery-container .img-holder:after, .gallery-container .img-holder span {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
html:not(.touch) .gallery-container .img-holder:hover:before, html:not(.touch) .gallery-container .img-holder:hover:after, html:not(.touch) .gallery-container .img-holder:hover span {
  opacity: 1;
}
.gallery-container .img-holder img {
  width: 100%;
}
.gallery-container.linkedin-videos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.gallery-container.linkedin-videos .image-name {
  font-size: 14px;
}
.gallery-container.linkedin-videos .img-holder:after {
  content: "";
}
.gallery-container.linkedin-videos .img-holder:before {
  background: none;
}
@media (min-width: 576px) {
  .gallery-container.linkedin-videos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .gallery-container.linkedin-videos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .gallery-container.linkedin-videos {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  .gallery-container.linkedin-videos {
    grid-template-columns: repeat(5, 1fr);
  }
}

#galleryModal .modal-dialog {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
#galleryModal .modal-content {
  height: 100%;
  background-color: transparent;
}
#galleryModal .swiper-slide {
  text-align: center;
}
#galleryModal .img-holder {
  position: relative;
  display: inline-flex;
  height: 90vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#galleryModal .img-holder img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#galleryModal .img-holder .btn {
  position: absolute;
  top: 100%;
  left: 0;
}
#galleryModal .img-holder span {
  display: block;
  color: #fff;
  margin-top: 4px;
  font-weight: 600;
  margin-right: auto;
  font-size: 1.25rem;
}
#galleryModal .swiper-initialized .img-holder img {
  opacity: 1;
}

#gallerySwiper.loaded {
  visibility: visible;
  opacity: 1;
}
#gallerySwiper img {
  max-width: 100%;
  max-height: 100%;
}
#gallerySwiper .swiper-btn-next, #gallerySwiper .swiper-btn-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6c757d;
}
#gallerySwiper .swiper-btn-next:hover, #gallerySwiper .swiper-btn-prev:hover {
  background-color: #ffc107;
  color: #6c757d;
}
#gallerySwiper .swiper-btn-next svg, #gallerySwiper .swiper-btn-prev svg {
  width: 10px;
}
#gallerySwiper .swiper-btn-next svg {
  position: relative;
  right: -1px;
}
#gallerySwiper .swiper-btn-prev svg {
  position: relative;
  left: -1px;
}
#gallerySwiper .swiper-btn-close {
  z-index: 10;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  right: 15px;
  top: 0;
  background-color: transparent;
  border: none;
}
#gallerySwiper .swiper-btn-prev {
  left: 10px;
}
#gallerySwiper .swiper-btn-next {
  right: 10px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  body {
    font-size: 1rem;
  }
}

.global-header {
  padding: 2rem 0;
}

.navbar-brand img {
  width: 100px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 144px;
  }
}

@media (max-width: 767.98px) {
  .menu-active .main-nav {
    position: fixed;
    display: block;
  }
}
.dropdown-menu.show {
  border: 0;
}

.menu-trigger {
  color: #000;
  border: none;
  background-color: transparent;
}
@media (min-width: 992px) {
  .menu-trigger {
    display: none;
  }
}

.hero-section {
  background: #ffffff;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  position: relative;
}

.hero-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex: 1;
  justify-content: center;
}

.form-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.hero-desc-text {
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 2rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
}

.hero-section-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.hero-section-alternative {
  background: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}

.hero-desc-text-alternative {
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 2rem;
  margin-top: auto;
}

.input-wrapper,
.button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.button-wrapper {
  align-self: flex-end;
}

.input-wrapper label,
.button-wrapper label.button-label {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  width: 47px;
  height: 47px;
  border: 3px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.input-wrapper select {
  width: 600px;
  padding: 12px 16px;
  font-size: 1rem;
  border: 2px solid #ddd;
  /*border-radius: 4px;*/
  background-color: #fff;
  color: #666;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.input-wrapper select:focus {
  outline: none;
  border-color: #000;
}
@media (max-width: 767.98px) {
  .input-wrapper select {
    width: 240px;
  }
}

.button-wrapper button {
  padding: 8px 12px;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  background-color: #000;
  border: none;
  /* border-radius: 4px;*/
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.button-wrapper button:hover {
  background-color: #333;
}

.jumbotron {
  text-align: center;
  /*overflow: hidden;*/
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .jumbotron {
    text-align: left;
    margin-top: 0.625rem;
    margin-bottom: 4.375rem;
  }
}
.jumbotron a {
  text-decoration: none;
  color: #000;
}
.jumbotron h1 {
  font-size: 2rem;
  line-height: 1.0968571429;
  text-decoration: none;
}
.jumbotron h1:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-left: 0.5rem;
  background-image: url("data:image/svg+xml;utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 200'%3e%3cpolygon points='100 100 0 200 0 0 100 100' style='fill-rule:evenodd;'/%3e%3c/svg%3e");
  top: 0.375rem;
  width: 0.75rem;
  height: 1.5rem;
}
@media (min-width: 992px) {
  .jumbotron h1 {
    font-size: 4.375rem;
    margin: 0;
  }
  .jumbotron h1:after {
    top: 1rem;
    width: 1.5625rem;
    height: 3.125rem;
    margin-left: 0.75rem;
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.jumbotron-circle {
  animation: rounder1 2s linear 0s infinite alternate;
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 15rem;
  background-color: #f6f6f6;
  border-radius: 50rem;
  margin: 1.5625rem auto 1.875rem;
}
@media (min-width: 992px) {
  .jumbotron-circle {
    width: 35rem;
    height: 35rem;
  }
}
.jumbotron-circle:before, .jumbotron-circle:after {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 15rem;
  position: absolute;
  height: 1px;
  background-color: #e0e0e0;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
@media (prefers-reduced-motion: reduce) {
  .jumbotron-circle:before, .jumbotron-circle:after {
    transition: none;
  }
}
@media (min-width: 992px) {
  .jumbotron-circle:before, .jumbotron-circle:after {
    width: 35rem;
  }
}
.jumbotron-circle:before {
  transform: translateX(-50%) translateY(-50%) rotate(50deg);
}
.jumbotron-circle:after {
  transform: translateX(-50%) translateY(-50%) rotate(-50deg);
}

.jumbotron-circle-text {
  z-index: 10;
  font-size: 1.5625rem;
  line-height: 1.3;
  width: 7.75rem;
  height: 7.75rem;
  background-color: #181818;
  color: #fff;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .jumbotron-col {
    max-width: 390px;
    position: absolute;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .jumbotron-col-1 {
    right: 50%;
    margin-right: 8.75rem;
  }
}

.jumbotron-col-2 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .jumbotron-col-2 {
    text-align: right;
    left: 50%;
    margin-left: 10rem;
  }
}

p {
  margin: 0;
}

.jumbotron-footer {
  font-size: 0.6875rem;
  text-align: center;
  margin-top: 1.625rem;
}
@media (min-width: 992px) {
  .jumbotron-footer {
    margin-top: 2.5rem;
  }
}

.newsletter {
  padding: 2.375rem 0;
  background-color: #EAEAEA;
}
@media (min-width: 992px) {
  .newsletter {
    text-align: center;
    line-height: 1.3;
    font-size: 1.125rem;
    padding: 5.625rem 0;
  }
}

.newsletter-form {
  text-align: left;
  max-width: 670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-form input {
  border: none;
}
@media (max-width: 991.98px) {
  .newsletter-form input, .newsletter-form button {
    min-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.newsletter-text {
  margin-bottom: 0.9375rem;
}
.newsletter-text br {
  display: none;
}
@media (min-width: 992px) {
  .newsletter-text {
    margin-bottom: 1.5625rem;
  }
  .newsletter-text br {
    display: block;
  }
}

.newsletter-footer {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  color: #898989;
}
@media (min-width: 992px) {
  .newsletter-footer {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .footer-logo-row {
    flex-wrap: wrap !important;
    justify-content: center;
    row-gap: 10px;
  }
}

.global-footer-top {
  line-height: 1.3;
  padding: 2.5rem 0;
}
@media (min-width: 992px) {
  .global-footer-top {
    padding: 4.375rem 0;
  }
}
.global-footer-top img {
  height: 1.5rem;
}
@media (min-width: 992px) {
  .global-footer-top img {
    height: 2.5rem;
  }
}
.global-footer-top a {
  color: #000;
  text-decoration: none;
}
html:not(.touch) .global-footer-top a:hover {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .footer-logo-item:nth-child(odd) {
    text-align: left;
  }
}

.global-footer-bottom {
  background-color: #000;
  color: #fff;
  text-align: center;
}
.global-footer-bottom p {
  font-size: 0.75rem;
  padding: 0.625rem 0;
  margin: 0;
}
@media (min-width: 992px) {
  .global-footer-bottom p {
    padding: 1.125rem 0;
  }
}

.border-animation {
  z-index: 0;
  display: block;
  width: 240px;
  height: 240px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .border-animation {
    width: 100%;
    height: 100%;
  }
}

.border-animation {
  z-index: 1;
}

.ba1 {
  animation: rounder1 2s linear 0s infinite alternate;
  background: rgba(246, 246, 246, 0.6);
}

@keyframes rounder1 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.ba2 {
  animation: rounder2 2s linear 0s infinite alternate;
  background: rgba(246, 246, 246, 0.5);
}

@keyframes rounder2 {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(1.15);
  }
}
.ba3 {
  animation: rounder3 2s linear 0s infinite alternate;
  background: rgba(246, 246, 246, 0.4);
}

@keyframes rounder3 {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(1.25);
  }
}
.global-header-nav-item {
  position: relative;
}
.global-header-nav-item:after {
  content: "";
  position: absolute;
  height: 18px;
  background-color: #000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.global-header-nav-link {
  text-decoration: none;
  color: #000;
}
html:not(.touch) .global-header-nav-link:hover {
  text-decoration: underline;
}
.offcanvas .global-header-nav-link {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("data:image/svg+xml;utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3e%3cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3e%3c/path%3e%3c/svg%3e");
  background-size: 24px auto;
  display: block;
  font-size: 1.25rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
}
@media (min-width: 992px) {
  .global-header-nav-link {
    font-size: 1.125rem;
  }
}

/*Cookies*/
.button-area {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.button-area .btn {
  font-weight: 600;
  font-size: 16px;
  margin-right: 30px;
  padding: 8px 15px;
  height: unset;
  background-color: #000;
  border-color: #000;
}
@media screen and (max-width: 768px) {
  .button-area {
    margin: 20px auto 0;
    width: 340px;
    justify-content: space-between;
    flex-flow: column;
    gap: 20px;
  }
  .button-area .btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.cookie-modal {
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  margin: 0 auto;
  top: 5%;
  height: 90%;
  right: 0;
  left: 0;
  width: 95%;
  max-width: 975px;
  z-index: 2147483647;
  box-shadow: 0px 2px 10px -3px #999;
  overflow: hidden;
  padding-bottom: 10px;
  transition: all 0.5s ease;
}
.cookie-modal .header-panel {
  display: flex;
  padding: 30px;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.cookie-modal .header-panel h3 {
  color: #DF202E;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  margin-top: 10px;
}
.cookie-modal .header-panel .header-buttons {
  display: flex;
}
.cookie-modal .header-panel .header-buttons .btn {
  font-weight: 600;
  font-size: 16px;
  margin-left: 30px;
  padding: 0 15px;
  height: 45px;
  min-width: 160px;
}
.cookie-modal .header-panel .header-buttons .btn img {
  height: 15px;
  width: 15px;
}
.cookie-modal .header-panel .header-buttons .close-btn {
  min-width: 45px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .cookie-modal .header-panel {
    flex-wrap: wrap;
  }
  .cookie-modal .header-panel .header-buttons {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .cookie-modal .header-panel .header-buttons .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cookie-modal .header-panel {
    padding: 15px;
  }
  .cookie-modal .header-panel h3 {
    margin-top: 0;
  }
  .cookie-modal .header-panel .header-buttons .btn {
    margin-top: 5px;
    height: 27px;
  }
}
.cookie-modal .body-panel {
  height: 100%;
  max-height: 82%;
}
.cookie-modal .body-panel .section-1 {
  padding: 20px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.cookie-modal .body-panel .section-1 h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.cookie-modal .body-panel .dropdown-info {
  padding-left: 0;
  list-style: none;
}
.cookie-modal .body-panel .dropdown-info li {
  background-color: #E5E5E5;
  padding: 25px;
  margin-bottom: 10px;
}
.cookie-modal .body-panel .dropdown-info li button {
  font-weight: 600;
  font-size: 16px;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
  padding-left: 35px;
  color: #000;
  width: 100%;
  text-align: left;
}
.cookie-modal .body-panel .dropdown-info li button:before {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  left: 0;
  font-size: 23px;
  top: -5px;
  transition: all 0.5s ease;
}
.cookie-modal .body-panel .dropdown-info li button.open:before {
  transform: rotate(90deg);
}
.cookie-modal .body-panel .dropdown-info li .ot-answer {
  margin-top: 20px;
}
.cookie-modal .body-panel .dropdown-info li .ot-answer p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19.5px;
  color: #000;
}
.cookie-modal .body-panel .section-2 {
  padding: 20px 30px;
}
.cookie-modal .body-panel .section-2 h3 {
  font-weight: 500;
  color: #000;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
.cookie-modal .body-panel .section-2 ul {
  padding-left: 15px;
}
.cookie-modal .body-panel .section-2 ul li {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 21px;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled {
  display: flex;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled .ot-enable {
  border-left: 1px solid #00A075;
  padding: 0px 20px 0px;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled .ot-disable {
  border-left: 1px solid #B76877;
  padding: 0px 20px 0px;
}
@media screen and (max-width: 1200px) {
  .cookie-modal .body-panel {
    max-height: 68%;
  }
}
@media screen and (max-width: 768px) {
  .cookie-modal .body-panel {
    max-height: 82%;
  }
}

/*Cookie end*/
.form-mandatory .form-label:after {
  position: relative;
  top: -2px;
  content: "*";
  font-size: 0.875em;
}

.thanks-message {
  display: none;
}
.thanks-message p {
  margin-bottom: 0 !important;
}

.submitted > * {
  display: none;
}
.submitted .thanks-message {
  display: block;
}
