/** Shopify CDN: Minification failed

Line 161:1 Expected "}" to go with "{"

**/
 /* Modal Styles */
.modal_video {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  max-width: 700px;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50%) scale(0.9);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 10000000;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 25px 15px 25px;
  border-radius: 20px;
}

.modal_video.active {
  visibility: visible;
  opacity: 1;
}

.modal_video:focus {
  outline: none;
}
.modal_video.active
{
  justify-content: flex-start !important;
}
.modal_video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal_video .gto {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}

.modal_video .gto h2 {
    font-weight: normal;
    font-size: 34px;
    line-height: 44px;
    text-align: left;
    margin: 0;
    font-family: 'NeueHaasGroteskDisp Pro Md';
}

.modal-bg {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  position: fixed;
  left: 0;
  opacity: 1;
  right: 0;
  top: 0;
  z-index: 1000000;
  animation: fade_in_show 0.3s;
  display: none;
}

.close_mdl {
  color: #000000;
  cursor: pointer;
  font-size: 30px;
  border: 0;
  font-weight: 300;
  height: 40px;
  padding: 0;
  line-height: 5px;
  z-index: 9;
  background: transparent;
}
.close_mdl img {
  max-width: 17px;
}
.close_mdl:focus {
  outline: 0 !important;
}

.modal_video_stack-bg:empty {
  display: none !important;
}

@keyframes fade_in_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal_video .txt_wrp {
  display: flex;
  justify-content: space-between;
}

.container_iframe {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  padding-top: 52%; /* 16:9 Aspect Ratio */
}

.container_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.container_iframe iframe {
  height: 100% !important;
}
@media(max-width: 1365px){
  .extra_gap {
    gap: 40px;
}
@media(max-width: 767px) {
  .modal_video
  {
    padding: 10px;
  }
  .video_wrap p {
           font-size: 24px;
        line-height: 28px;
}
  .video_wrap_main .video_wrap {
    width: 100%;
}
.section_vdo .video_wrap_main {
  gap: 31px;
}
}

@media(max-width: 575px) {

  .modal_video .gto h2 {
    font-size: 19px;
    line-height: 24px;
}
}