.ocf-theme-light-block .ocf-search-btn-static, .ocf-theme-light-block .ocf-search-btn-popover, .ocf-theme-light-block .ocf-search-btn-static.ocf-disabled, .ocf-theme-light-block .ocf-search-btn-popover.ocf-disabled, .ocf-noUi-connect:before, .ocf-noUi-handle {background-color:rgb(255, 209, 18) !important;}
:root {--ds-primary-color:rgb(255, 209, 18);}
:root {--ds-body-bg-light-color:rgb(248, 251, 253);}
:root {--ds-links-color:rgb(255, 209, 18);}
.light-theme .ds-header {background:rgb(255, 255, 255);}
.ds-dropdown-links .blue-link, .ds-switcher button {color:rgb(0, 168, 232);}
.ds-dropdown-links .blue-link:hover {color:rgb(255, 209, 18);}
:root {--ds-footer-bg-light-color:rgb(255, 255, 255);}
.light-theme .ds-footer-subscribe-text, .light-theme .ds-footer-item .secondary-text, .light-theme .ds-footer-socials .secondary-text {color:rgb(0, 52, 89);}
.ds-footer .blue-link {color:rgb(255, 255, 255);}
.ds-footer .blue-link:hover {color:rgb(0, 168, 232);}
.light-theme .ds-footer-links li a, .light-theme ul.ds-footer-item li a {color:rgb(255, 255, 255);}
.ds-footer-links li a:hover, ul.ds-footer-item li a:hover {color:rgb(255, 255, 255);}
.light-theme .ds-footer-item-title {color:rgb(255, 255, 255);}
.light-theme .ds-footer-item-title svg path {fill:rgb(255, 255, 255);}
:root {--ds-interactive-color:rgb(82, 187, 56);}
.ds-price-new.red-text {color:rgb(0, 0, 0);}
.ds-blog-post-photo{
	text-align:center
}
.img-fluid{
    height: auto !important;
}
.bonus-text span{
	color:#ff5912;
}
.ds-mobile-bottom-nav svg{
	width:37px;
  	height:35px
}
.iframeparent{
    display: flex;
    justify-content: center;
    align-items: center;
  	flex-wrap:wrap;
  	gap:5px;
}
.iframewrap{
	width: 100%;
    max-width: 640px;
}
.hidden{
	display:none
}
@media (max-width: 768px) {
.iframewrap{
	  position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0;
}
.iframewrap iframe{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
}