/** Shopify CDN: Minification failed

Line 80:0 Unexpected "{"
Line 257:0 Expected "}" to go with "{"

**/
.background {
  color: #0000000;
}
.video_banner_wrapper {
    position: relative;
}

.custom-video-section .video_banner_content {
    position: absolute;
    top: 70%;
    transform: translate(0, -60%);
    left: 25;
    max-width: 1240px;
    padding: 20 20px;
    width: 100%;
    right: 25;
    margin: 0 auto;
}

.custom-video-section .video_banner_content p {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
}

.custom-video-section .video_banner_content h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: normal;
}
.Video_main_wrap video {
    width: 100%;
}

@media screen and (min-width:750px){
  .video_mobile {
    display: none;
}
}

@media screen and (max-width:749px){
 .video_desktop {
    display: none;
}
  .video_banner_wrapper .video_mobile video {
    height: 690px;
    object-fit: cover;
}
  .custom-video-section .video_banner_content p {
    font-size: 16px;
}
  .custom-video-section .video_banner_content h1 {
    font-size: 34px;
}
  .custom-video-section .video_banner_content {
    position: absolute;
    top: 80%;
    transform: translateY(-80%);
    left: 0;
    max-width: 1240px;
    padding: 0 20px;
    width: 100%;
    right: 0;
    margin: 0 auto;
}
  .video_banner_wrapper .video_mobile video img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: none;
}
{.image_banner_wrapper {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.image_banner_desktop {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.image_banner_desktop .image_container {
  flex: 1;
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.image_banner_desktop .image_container img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.image_banner_desktop .image_container h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

.image_banner_desktop .image_container a.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0px;
  transition: background-color 0.3s;
}

.image_banner_desktop .image_container a.btn:hover {
  background-color: #0056b3;
}

.image_banner_mobile {
  display: none;
}

.image_banner_wrapper {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.image_banner_desktop {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.image_banner_desktop .image_container {
  flex: 1;
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.image_banner_desktop .image_container img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.image_banner_desktop .image_container h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

.image_banner_desktop .image_container a.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.image_banner_desktop .image_container a.btn:hover {
  background-color: #0056b3;
}

.image_banner_mobile {
  display: none;
}

.carousel_container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
}

.carousel_slide {
  display: none;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.carousel_slide img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.carousel_slide h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

.carousel_slide a.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.carousel_slide a.btn:hover {
  background-color: #0056b3;
}

.carousel_controls {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.carousel_controls button {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.carousel_controls button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  .image_banner_desktop {
    display: none;
  }

  .image_banner_mobile {
    display: block;
  }
}

}
