html,
body {
  overflow-x: hidden;
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
/*  */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body a {
  text-decoration: none;
}
body a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

.mt-16 {
  margin-top: 16px;
}

.menu > ul > li {
  display: inline-block;
  line-height: 3.125rem;
  margin-left: 1.5rem;
}
.menu > ul > li > a {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  border: none;
  outline: none;
  color: var(--wp--preset--color--primary);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: color 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.menu > ul > li svg {
  transition: all 0.3s linear 0s;
}
.menu > ul > li:hover svg {
  rotate: 180deg;
  stroke: #a53436;
}
.menu > ul > li:hover svg path {
  fill: var(--wp--preset--color--secondary);
}
.menu > ul > li:hover > a {
  color: #a53436;
}
.menu > ul > li:hover .main-mega-menu svg {
  rotate: unset;
}
.menu > ul > li.current-menu-parent > a, .menu > ul > li.current-menu-ancestor > a {
  color: var(--wp--preset--color--secondary);
}
.menu > ul > li.current-menu-parent svg, .menu > ul > li.current-menu-ancestor svg {
  stroke: var(--wp--preset--color--secondary);
}
.menu > ul > li.current-menu-parent svg path, .menu > ul > li.current-menu-ancestor svg path {
  fill: var(--wp--preset--color--secondary);
}
.menu > ul > li:active svg {
  stroke: var(--wp--preset--color--secondary);
}
.menu > ul > li:active svg path {
  fill: var(--wp--preset--color--secondary);
}
.menu > ul > li:active > a {
  color: var(--wp--preset--color--secondary);
}
.menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 1.5rem;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  background: var(--wp--preset--color--base);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.5s ease-in-out;
}
.menu > ul > li .menu-subs > ul > li {
  line-height: 1.4;
}
.menu > ul > li .menu-subs > ul > li:hover a {
  color: var(--wp--preset--color-secondary);
}
.menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: var(--wp--preset--color--base-black);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: all 0.3s ease-in-out;
}
.menu > ul > li .menu-column-1 {
  min-width: 12rem;
  max-width: 16rem;
}
.menu > ul > li .menu-column-1 .menu-item-detail {
  margin-bottom: 15px;
}
.menu > ul > li .menu-column-1 .menu-item-detail:hover h4 {
  color: var(--wp--preset--color--dark);
}
.menu > ul > li .menu-column-1 .menu-item-detail h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.menu > ul > li .menu-column-1 .menu-item-detail.menu-title-link {
  border-top: 1px solid rgba(18, 49, 92, 0.2);
  padding-top: 10px;
}
.menu > ul > li .menu-column-1 .menu-item-detail.menu-title-link a {
  cursor: unset;
  pointer-events: none;
}
.menu > ul > li .menu-column-1 .menu-item-detail.menu-title-link h4 {
  font-weight: 700;
}
.menu > ul > li .menu-column-1 .list-item .sub-menu {
  padding-left: 0;
}
.menu > ul > li .menu-column-1 .list-item .sub-menu .menu-item-has-children.menu-item-detail {
  border-top: 1px solid var(--wp--preset--color--primary);
  padding-top: 10px;
  pointer-events: none;
}
.menu > ul > li .menu-column-1 .list-item .sub-menu .menu-item-has-children.menu-item-detail h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.menu > ul > li .menu-column-1 .list-item .sub-menu .menu-item-has-children ~ .menu-item-detail {
  padding-left: 15px;
  position: relative;
}
.menu > ul > li .menu-column-1 .list-item .sub-menu .menu-item-has-children ~ .menu-item-detail::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  background: var(--wp--preset--color--dark);
  height: 2px;
  width: 6px;
  transform: translateY(-50%);
}
.menu > ul > li .menu-column-1 .list-item .sub-menu .menu-item-has-children ~ .menu-item-detail h4 {
  color: var(--wp--preset--color--dark);
}
.menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  transform: translateX(-50%);
}
.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1.4;
}
.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: var(--wp--preset--color--base-black);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: color 0.3s ease-in-out;
}
.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li.menu-item-detail {
  margin-bottom: 0;
}
.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li.menu-item-detail a {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
}
.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li.menu-item-detail a:hover h4 {
  color: var(--wp--preset--color-secondary);
}
.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li.menu-item-detail a:hover p {
  color: var(--wp--preset--color-secondary);
}
.menu > ul > li .menu-subs.menu-mega > .list-item .menu-item-blog {
  display: flex;
  padding: 8px 0;
}
.menu > ul > li .menu-subs.menu-mega > .list-item .menu-item-blog img.responsive {
  width: 160px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0;
  margin-right: 24px;
}
.menu > ul > li .menu-subs.menu-mega > .list-item .menu-item-blog .menu-item-blog-detail {
  display: flex;
  flex-direction: column;
}
.menu > ul > li .menu-subs.menu-mega > .list-item .menu-item-blog .menu-item-blog-detail h4 {
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--wp--preset--color--primary);
  margin-bottom: 4px;
}
.menu > ul > li .menu-subs.menu-mega > .list-item .menu-item-blog .menu-item-blog-detail p {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--wp--preset--color--contents);
  margin-bottom: 8px;
}
.menu > ul > li .menu-subs.menu-mega > .list-item .menu-item-blog .menu-item-blog-detail a {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: left;
  color: var(--wp--preset--color--primary);
}
.menu > ul > li .menu-subs.menu-column-4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1350px;
  width: 100%;
  padding: 0;
  background: var(--wp--preset--color--base);
}
.menu > ul > li .menu-subs.menu-column-4 > .list-item {
  flex: 0 0 28%;
  padding-left: 16px;
  padding-top: 0;
  padding-right: 16px;
}
.menu > ul > li .menu-subs.menu-column-4 > .list-item:first-child {
  padding-right: 0;
}
.menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 16px;
  border: none;
  outline: none;
  color: var(--wp--preset--color--base-black);
  text-rendering: optimizeLegibility;
  transition: all 0.3s ease-in-out;
}
.menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.menu > ul > li .menu-subs.menu-column-4 > .list-item .sub-menu li:first-child h4 {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.4;
  font-weight: 500;
  color: var(--wp--preset--color--base-black);
}
.menu > ul > li .menu-subs.menu-column-4 > .list-item .sub-menu li:first-child a {
  padding: 0;
}
.menu > ul > li .menu-subs.menu-column-4 > .list-item.w-50 {
  flex: 0 0 44%;
  background: #f8f8f8;
  padding-left: 50px;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
}
.menu > ul > li .menu-subs.menu-column-4 > .list-item.w-50:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .menu > ul > li .menu-subs.menu-column-4 > .list-item.w-50:after {
    display: none;
  }
}
.menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
  text-align: center;
}

.header-item-right a:hover {
  color: var(--wp--preset--color-secondary);
}

.menu-mobile-header {
  display: none;
}

.menu-mobile-trigger {
  display: none;
}

.main {
  display: block;
  width: 100%;
  min-height: 100vh;
  background-image: url(https://source.unsplash.com/pkhBlvTLyog/1920x1280);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.menu-item-detail a .menu-item-image {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
.menu-item-detail a + p {
  display: none;
}
.menu-item-detail h4 {
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: var(--wp--preset--color--primary);
  padding-bottom: 3px;
}
.menu-item-detail p {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--wp--preset--color--dark);
}

.header-right.wp-block-navigation {
  display: flex !important;
}
.header-right.wp-block-navigation .btn-fill {
  padding: 0;
}
.header-right.wp-block-navigation .btn-fill:hover a {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.header-right.wp-block-navigation .btn-fill a {
  background-color: var(--wp--preset--color--secondary);
  border-radius: 8px;
  border-color: var(--wp--preset--color--secondary);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--base);
  font-family: inherit;
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 18px;
  padding-right: 28px;
  padding-bottom: 18px;
  padding-left: 28px;
  text-decoration: none;
  box-shadow: 0px 10px 25px 0px rgba(166, 121, 35, 0.2);
}
@media only screen and (max-width: 1199px) {
  .header-right.wp-block-navigation .btn-fill a {
    padding: 10px 20px;
  }
}
.header-right.wp-block-navigation .btn-outline {
  padding: 0;
}
.header-right.wp-block-navigation .btn-outline:hover a {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.header-right.wp-block-navigation .btn-outline a {
  border-radius: 8px;
  border-color: var(--wp--preset--color--secondary);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--primary);
  padding-top: 18px;
  padding-right: 28px;
  padding-bottom: 18px;
  padding-left: 28px;
  box-shadow: 0px 10px 20px 0px rgba(166, 121, 35, 0.1019607843);
}
@media only screen and (max-width: 1199px) {
  .header-right.wp-block-navigation .btn-outline a {
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 993px) {
  .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 28px;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 992px) {
  .header-item-left {
    flex: 0 0 auto;
  }
  .header-item-right {
    flex: 0 0 auto;
    align-items: center;
  }
  .wrapper {
    justify-content: space-between;
  }
  .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 1.25rem;
    background: 0 0;
    transform: rotate(0deg);
    transition: 0.35s ease-in-out;
  }
  .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: #121212;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .menu-mobile-trigger span:nth-child(1) {
    top: 0;
  }
  .menu-mobile-trigger span:nth-child(2) {
    top: 0.5rem;
  }
  .menu-mobile-trigger span:nth-child(3) {
    top: 0.5rem;
  }
  .menu-mobile-trigger span:nth-child(4) {
    top: 1rem;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 30rem;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #fafafa;
    transform: translate(-100%);
    transition: all 0.5s ease-in-out;
  }
  .menu > ul > li {
    display: block;
    line-height: 1.4;
    margin: 0;
  }
  .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .menu > ul > li > a svg {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 10px;
    text-align: center;
    transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .menu > ul > li:hover svg {
    rotate: unset;
  }
  .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
    box-shadow: none;
  }
  .menu > ul > li .menu-subs ul {
    padding-left: 0;
  }
  .menu > ul > li .menu-subs ul > li > a {
    display: block;
  }
  .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
    box-shadow: none;
  }
  .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
  }
  .menu > ul > li .menu-subs.active {
    display: block;
  }
  .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0;
  }
  .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    margin-top: 0;
  }
  .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    margin-bottom: 1.25rem;
  }
  .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0;
  }
  .menu .menu-mobile-header {
    position: relative;
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 501;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
  }
  .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    color: var(--wp--preset--color--base-black);
    text-align: center;
    position: relative;
    padding-top: 6px;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
  }
  .menu .menu-mobile-header .menu-mobile-arrow svg {
    transform: rotate(90deg);
  }
  .menu .menu-mobile-header .menu-mobile-arrow + p {
    display: none;
  }
  .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: var(--wp--preset--color--base-black);
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
  }
  .menu .menu-mobile-header .menu-mobile-close {
    font-size: 2.25rem;
    line-height: 3.125rem;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    color: var(--wp--preset--color--base-black);
    text-align: center;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
  }
  .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .menu.active {
    transform: translate(0%);
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    transition: all 0.5s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .header-right {
    flex-wrap: nowrap !important;
    width: unset !important;
  }
}
@media (max-width: 991px) {
  header.wp-block-template-part .header-btn {
    display: none;
  }
  header .wp-container-core-group-layout-2.wp-container-core-group-layout-2 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .menu {
    width: 20rem;
  }
  .menu > ul > li .menu-subs.menu-mega > .list-item .menu-item-blog {
    flex-direction: column;
    margin-bottom: 7px;
  }
  .menu > ul > li .menu-subs.menu-mega > .list-item .menu-item-blog img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .main-mega-menu {
    box-shadow: unset;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
    height: 420px;
    overflow-y: auto;
    padding: 1rem 2rem;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    background: var(--wp--preset--color--base);
    transition: all 0.5s ease-in-out;
    max-width: unset;
    box-shadow: unset !important;
    overflow-x: hidden !important;
  }
  .menu > ul > li.menu-item-has-children:hover .main-mega-menu {
    margin-top: 40px;
    opacity: 1;
    visibility: visible;
  }
  .menu > ul > li.menu-item-has-children .menu-subs.sub-mega-menu {
    margin-top: 0;
    box-shadow: none;
  }
}
@media only screen and (max-width: 1199px) {
  header ul {
    padding-left: 0px;
  }
  header .custom-logo-link {
    width: 120px;
  }
  header .header-right {
    width: 295px;
  }
  header .menu > ul > li {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 359px) {
  header .header-right .wp-block-button__link {
    padding: 10px 15px !important;
  }
}
header ul {
  list-style: none;
}

.hover-secondary:hover {
  color: var(--wp--preset--color--secondary) !important;
}
.hover-secondary:hover mark {
  color: var(--wp--preset--color--secondary) !important;
}

.link-hover:hover a {
  color: var(--wp--preset--color--secondary) !important;
  text-decoration: underline !important;
}
.link-hover:hover svg path {
  fill: var(--wp--preset--color--secondary);
}
.link-hover:hover img {
  filter: unset;
}
.link-hover img {
  filter: brightness(0.4) grayscale(1);
}
.link-hover .wp-block-navigation li:hover {
  color: var(--wp--preset--color--secondary);
}

a.link-hover:hover {
  color: var(--wp--preset--color--secondary);
}

.icon-hover {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--base);
  box-shadow: 0px 0px 14px 11px rgba(241, 241, 241, 0.4392156863);
  margin: 0 auto;
  transition: all 0.5s linear 0s;
}
.icon-hover:hover {
  background: var(--wp--preset--color--secondary);
}
.icon-hover:hover img {
  filter: invert(1) brightness(100);
}
.icon-hover img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 55px;
  height: 55px;
}

.icon-hover-text:hover .icon-hover-before {
  display: none !important;
}
.icon-hover-text:hover .icon-hover-after {
  display: flex !important;
}
.icon-hover-text figure {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--base);
  box-shadow: 0px 0px 10px 1px rgba(58, 58, 58, 0.15);
  margin: 0 auto;
  transition: all 0.5s linear 0s;
}
.icon-hover-text img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 55px;
  height: 55px;
}
.icon-hover-text .icon-hover-after {
  display: none !important;
  background: var(--wp--preset--color--secondary);
}

@media only screen and (max-width: 992px) {
  .mobile-hide {
    display: none !important;
  }
  .header-main {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .header-left {
    justify-content: space-between;
    width: 100%;
  }
}
.is-style-outline-read-more-orange.wp-block-read-more {
  box-shadow: none;
  display: flex;
  align-items: center;
  background-color: var(--wp--preset--color--transparent);
  color: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 5px;
  padding: 7px 16px !important;
  font-size: 18px;
  line-height: 21px;
  margin-left: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
}
.is-style-outline-read-more-orange.wp-block-read-more:hover {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);
}
.is-style-outline-read-more-orange.wp-block-read-more:hover svg {
  filter: brightness(0) invert(1);
}
.is-style-outline-read-more-orange.wp-block-read-more svg {
  margin-left: 8px;
  top: 1px;
  position: relative;
}

.blog-category.wp-block-categories {
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--wp--preset--color--contents);
  margin-top: 16px;
}
.blog-category.wp-block-categories li {
  margin-bottom: 16px;
}
.blog-category.wp-block-categories a {
  color: var(--wp--preset--color--contents);
}

.table-of-content {
  background-image: url("../images/table-of-contnet-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  padding: 40px;
}
.table-of-content .wp-block-heading {
  color: var(--wp--preset--color--base);
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 24px;
}
.table-of-content li {
  color: var(--wp--preset--color--base) !important;
}
.table-of-content li:hover {
  color: var(--wp--preset--color--secondary) !important;
}
.table-of-content li:hover a {
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
}
.table-of-content .content-group a {
  color: var(--wp--preset--color--base) !important;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 16px;
  position: relative;
  display: block;
}
.table-of-content .content-group a:hover {
  color: var(--wp--preset--color--secondary) !important;
}

.instruction-dropdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 781px) {
  .instruction-dropdown-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}

.custom-select {
  position: relative;
  width: 100%;
  max-width: 250px;
  margin-right: 24px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--wp--preset--color--secondary);
}
@media only screen and (max-width: 781px) {
  .custom-select {
    max-width: 100%;
    margin-right: 0;
  }
}
.custom-select.opened .custom-select-trigger {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-select.opened .custom-options {
  display: block;
}
.custom-select.opened .custom-select-arrow {
  rotate: 180deg;
  top: -1px;
}

.custom-select-trigger {
  display: flex;
  align-items: center;
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 5px;
  padding: 8px 16px;
  width: 100%;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
  height: 44px;
}

.custom-select-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-select-arrow {
  margin-left: 10px;
  top: 3px;
  position: relative;
  transition: all 0.5s linear 0s;
}

.custom-select-trigger:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--wp--preset--color--secondary);
  border-top: none;
  border-radius: 0 0 5px 5px;
  background-color: var(--wp--preset--color--base);
  display: none;
  max-height: 400px;
  overflow-y: auto;
}
.custom-options::-webkit-scrollbar {
  width: 6px;
}
.custom-options::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: rgba(181, 189, 188, 0.5);
  border: 1px solid rgba(166, 166, 166, 0.5);
}
.custom-options::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: var(--wp--preset--color--secondary);
}

.custom-option {
  padding: 8px 16px;
  cursor: pointer;
  color: var(--wp--preset--color--secondary);
}

.custom-option:hover {
  background-color: var(--wp--preset--color--base);
}

.search-wrap {
  width: 100%;
}
.search-wrap input {
  border: 1px solid var(--wp--preset--color--secondary);
  width: 100%;
  height: 38px;
  padding: 8px 16px 8px 16px;
  border-radius: 5px;
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.4;
}
.search-wrap input::-moz-placeholder {
  color: var(--wp--preset--color--secondary);
}
.search-wrap input::placeholder {
  color: var(--wp--preset--color--secondary);
}
.search-wrap input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--wp--preset--color--secondary);
}
.search-wrap input:focus-visible {
  outline: unset;
}

.yoast-breadcrumbs {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.4;
}
.yoast-breadcrumbs a {
  color: var(--wp--preset--color--dark);
}
.yoast-breadcrumbs .breadcrumb_last {
  color: var(--wp--preset--color--primary);
  font-weight: 500;
}

form#instructions_filter {
  display: flex;
}
@media (max-width: 781px) {
  form#instructions_filter {
    flex-direction: column;
    gap: 10px;
  }
}

.center-resource {
  text-align: center;
}
.center-resource .wp-block-buttons {
  justify-content: center;
}

img {
  max-width: 100%;
  height: auto;
}

.resource_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resource_wrapper .resource_wrapper_area {
  padding: 20px;
  margin: 20px;
  background: var(--wp--preset--color--light-gray);
  box-shadow: 0 0 10px 0 var(--wp--preset--color--accent-5);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resource_wrapper img {
  max-height: 306px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  margin-bottom: 20px;
}
.resource_wrapper .wp-block-buttons .wp-block-button__link {
  position: relative;
  display: block;
}

.wp-block-navigation .wp-block-navigation {
  display: block;
}
.wp-block-navigation .wp-block-navigation li {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.4;
  font-weight: normal;
  padding: 8px 0;
}

body p.has-contents-color,
body ul.has-contents-color,
body ol.has-contents-color {
  color: var(--wp--preset--color--dark) !important;
  line-height: 1.4 !important;
}
body p.has-contents-color a,
body ul.has-contents-color a,
body ol.has-contents-color a {
  color: var(--wp--preset--color--secondary) !important;
}
body p.has-contents-color a:hover,
body ul.has-contents-color a:hover,
body ol.has-contents-color a:hover {
  color: #b22a2e !important;
}

p,
li {
  line-height: 1.4 !important;
}

footer {
  margin-top: 0;
}

.customer-detail .wp-block-column {
  transition: all 0.5s linear 0s;
}
.customer-detail .wp-block-column:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.customer-detail .wp-block-group {
  height: 300px;
  width: 100%;
  background-size: cover !important;
}
.customer-detail .wp-block-group figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.customer-detail .wp-block-group + .wp-block-group {
  height: unset;
}

.no-pad .blogSwiper {
  padding: 0 !important;
}
.no-pad .blogSwiper .blog-wrapper {
  min-height: unset;
}

body.blog,
body.single-post,
body.category {
  overflow-x: unset !important;
}

#infographic svg g[id$=_ON],
#infographic-content .wp-block-columns:not(.default) {
  display: none;
}

#infographic svg g {
  cursor: pointer;
}

#infographic-content h3 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

#infographic-content ul {
  list-style-image: url(/wp-content/uploads/2021/03/bullet-voltdb.png);
}

.red h3,
.red ul li strong,
#infographic-content ul li strong {
  color: #b3282d;
}

#infographic svg g#red_OFF .cls-5a,
#infographic svg g#red_OFF.hover .cls-2,
#infographic svg g#red_OFF:hover .cls-2 {
  fill: #b3282d;
}

#infographic svg g#red_OFF.hover .cls-5,
#infographic svg g#red_OFF:hover .cls-5 {
  fill: var(--wp--preset--color--base);
}

.orange h3,
.orange ul li strong,
#infographic-content .orange_OFF h3,
#infographic-content .orange_OFF ul li strong {
  color: #f1582d;
}

#infographic svg g#orange_OFF .cls-4a,
#infographic svg #orange_OFF.hover .cls-2,
#infographic svg #orange_OFF:hover .cls-2 {
  fill: #f1582d;
}

#infographic svg g#orange_OFF.hover .cls-4,
#infographic svg g#orange_OFF:hover .cls-4 {
  fill: var(--wp--preset--color--base);
}

.teal h3,
.teal ul li strong,
#infographic-content .teal_OFF h3,
#infographic-content .teal_OFF ul li strong {
  color: #088ea5;
}

#infographic svg g#teal_OFF .cls-970a,
#infographic svg #teal_OFF.hover .cls-2,
#infographic svg #teal_OFF:hover .cls-2 {
  fill: #088ea5;
}

#infographic svg g#teal_OFF.hover .cls-970,
#infographic svg g#teal_OFF:hover .cls-970 {
  fill: var(--wp--preset--color--base);
}

.blue h3,
.blue ul li strong,
#infographic-content .blue_OFF h3,
#infographic-content .blue_OFF ul li strong {
  color: #023c59;
}

#infographic svg g#blue_OFF .cls-1437a,
#infographic svg #blue_OFF.hover .cls-2,
#infographic svg #blue_OFF:hover .cls-2 {
  fill: #023c59;
}

#infographic svg g#blue_OFF.hover .cls-1437,
#infographic svg g#blue_OFF:hover .cls-1437 {
  fill: var(--wp--preset--color--base);
}

#infographic-content .vc_btn3-container .vc_btn3 {
  background: #f1582d;
  border-color: #b3282d;
  box-shadow: 5px 5px 10px rgba(65, 87, 87, 0.5);
  color: var(--wp--preset--color--base);
  font-family: acumin-pro;
  font-size: 16px;
  letter-spacing: 1px;
  margin-right: 20px;
  padding: 10px 30px 12px;
}

#infographic-content .vc_btn3-container .vc_btn3:hover {
  background: #b3282d;
  border-color: #b3282d;
}

.footer-nav.wp-block-navigation {
  display: flex;
  justify-content: end;
}
@media (max-width: 781px) {
  .footer-nav.wp-block-navigation {
    justify-content: center;
  }
}
.footer-nav.wp-block-navigation li {
  padding: 0;
}
.footer-nav.wp-block-navigation li:hover span {
  color: var(--wp--preset--color--secondary);
}
.footer-nav.wp-block-navigation .wp-block-navigation-item__label {
  color: var(--wp--preset--color--dark);
  text-decoration: underline;
}

.d-none-menu-title {
  display: none !important;
}

.btn-login,
.btn-logout {
  display: none !important;
}

body.logged-in .btn-login {
  display: none !important;
}
body.logged-in .btn-logout {
  display: block !important;
}

body:not(.logged-in) .btn-login {
  display: block !important;
}
body:not(.logged-in) .btn-logout {
  display: none !important;
}

.wp-block-table {
  width: 100%;
}

.wp-block-post-terms.is-style-pill a {
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 5px;
  color: var(--wp--preset--color--secondary);
  padding: 4px 8px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.header-right-search {
  position: relative;
  width: 33%;
}
.header-right-search .wp-block-search {
  transition: all 0.3s ease-in-out;
}
.header-right-search .wp-block-search:not(.wp-block-search__searchfield-hidden) {
  position: absolute;
  z-index: 99999;
  width: 100%;
  background: #fff;
  border: 2px solid var(--wp--preset--color--secondary);
  border-radius: 8px;
  overflow: hidden;
}
.header-right-search .wp-block-search .wp-block-search__inside-wrapper {
  height: 60px;
}
.header-right-search .wp-block-search .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding-left: 15px;
}
.header-right-search .wp-block-search .wp-block-search__input:focus-visible {
  outline: none;
}
.header-right-search .wp-block-search .wp-block-search__button {
  padding: 0;
  color: var(--wp--preset--color--secondary);
  background: none;
  border: none;
  font-size: 30px;
  box-shadow: none;
}
.header-right-search .wp-block-search .wp-block-search__button:focus, .header-right-search .wp-block-search .wp-block-search__button:focus-visible {
  outline: none;
}

.event-video-wrap {
  width: 100%;
  height: 100%;
}
.event-video-wrap video {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1279px) {
  .header-right.wp-block-navigation .btn-fill a,
  .header-right.wp-block-navigation .btn-outline a {
    padding: 10px 20px;
  }
  .header-right-search {
    position: relative;
    width: 36%;
  }
  .menu > ul > li {
    margin-left: 1rem;
  }
  .menu > ul > li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header-right {
    width: auto;
  }
  .header-right .wp-block-navigation .btn-fill a,
  .header-right .wp-block-navigation .btn-outline a {
    padding: 10px 10px;
  }
  .header-right-search {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media only screen and (max-width: 1199px) {
  .header-right {
    width: auto;
    gap: 8px;
  }
  .header-right .wp-block-navigation .btn-fill a,
  .header-right .wp-block-navigation .btn-outline a {
    font-size: 14px;
  }
  .header-right-search {
    position: absolute;
    right: 20px;
    gap: 8px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  header .menu > ul > li {
    margin-left: 10px;
  }
  header .menu > ul > li > a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 782px) and (max-width: 992px) {
  .header-right-search {
    width: 40%;
  }
}
@media only screen and (max-width: 781px) {
  .header-right.wp-block-navigation {
    position: absolute;
    left: 45px;
    width: 75% !important;
  }
  .header-right.wp-block-navigation > .header-right {
    position: relative;
    left: unset;
    width: unset !important;
  }
  .header-right-search {
    position: relative;
    width: 100%;
    justify-content: flex-start !important;
    max-width: 100%;
    right: unset;
  }
  .header-right-search .wp-block-search:not(.wp-block-search__searchfield-hidden) {
    position: relative;
  }
  .header-right-search .wp-block-search .wp-block-search__inside-wrapper {
    height: 45px;
  }
}
@media only screen and (max-width: 359px) {
  .header-right.wp-block-navigation {
    width: 86% !important;
  }
  .header-right.wp-block-navigation > .header-right {
    gap: 10px;
  }
  .header-right.wp-block-navigation .btn-fill,
  .header-right.wp-block-navigation .btn-outline {
    padding: 0 !important;
  }
  .header-right.wp-block-navigation .btn-fill a,
  .header-right.wp-block-navigation .btn-outline a {
    font-size: 14px;
    padding: 8px;
  }
}
.counter-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  gap: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .counter-sec {
    flex-direction: column;
    gap: 10px;
  }
}
.counter-sec .top-counter-wrapper {
  width: 100%;
  gap: 1rem;
  justify-content: center;
}
.counter-sec .unit-label {
  font-size: 0.5rem;
  margin-top: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.counter-sec .unit-group {
  display: inline-block;
}
.counter-sec .digit-group {
  display: flex;
  align-items: center;
}
.counter-sec .counter-dig {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  width: 1.5rem;
  background: #e95626;
  color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin: 0 2px;
}
.counter-sec .counter-sep {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.counter-sec .close-counter-icon {
  position: absolute;
  right: 24px;
  cursor: pointer;
  line-height: 1;
}
.counter-sec .counter-btn {
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 8px;
  padding-right: 18px;
  padding-bottom: 8px;
  padding-left: 18px;
  text-decoration: none;
  box-shadow: 0px 10px 25px 0px rgba(166, 121, 35, 0.2);
  color: #fff !important;
  border: 2px solid #fff;
  border-radius: 8px;
  display: block;
}
.counter-sec .counter-btn:hover {
  background: #fff;
  color: var(--wp--preset--color--primary) !important;
}

.fixed-counter {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  left: 0;
  right: 0;
}

@media (max-width: 781px) {
  header .sticky-counter-header > .wp-block-group {
    display: flex;
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  header .sticky-counter-header > .wp-block-group {
    margin: unset;
    padding: 0 !important;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 700px;
  box-shadow: 6px 0 50px 1px rgba(0, 0, 0, 0.1882352941);
  transition: transform 0.3s ease-out;
  height: 100vh;
  z-index: 1;
}
@media (max-width: 800px) {
  .sidebar {
    width: 90%;
  }
}
.sidebar .sidebar-overlay {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: transform 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  z-index: 0;
}
.sidebar .form-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  padding: 20px;
  position: relative;
  z-index: 1;
  background: white;
}
.sidebar .form-wrapper .close-sidebar-form {
  text-align: right;
  margin-bottom: 10px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.sidebar .form-wrapper .close-sidebar-form:hover svg path {
  fill: #12315c;
}
.sidebar .form-wrapper iframe {
  height: calc(100% - 125px);
}
.sidebar .sidebar-title {
  margin-bottom: 30px;
  text-align: center;
}

.sidebar.is-hidden {
  transform: translateX(800px);
}

#page-loader {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
  z-index: 9999;
  text-align: center;
}

#page-loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.is-style-register-now-link {
  display: inline-block;
}
.is-style-register-now-link a {
  box-shadow: none;
  display: flex;
  align-items: center;
  background-color: var(--wp--preset--color--transparent);
  color: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 5px;
  padding: 7px 16px;
  font-size: 18px;
  line-height: 21px;
  border-width: 1px;
}
.is-style-register-now-link a:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--secondary);
}
.is-style-register-now-link a:hover svg {
  filter: brightness(0) invert(1);
}
.is-style-register-now-link a svg {
  margin-left: 8px;
  position: relative;
  top: 2px;
}

.wp-block-code {
  position: relative;
  padding-top: 40px; /* Add space for button */
}

.copy-code-btn {
  position: absolute;
  top: 12px;
  right: 20px;
  background: #e95626;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
}

.copy-code-btn:hover {
  background: #12315c;
}

pre .copy-code-btn .typ {
  color: #ffffff;
}

div#events-container {
  margin: 0 auto;
  cursor: pointer;
}
div#events-container .event-layout-constrained {
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  min-height: 202px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}
div#events-container .event-terms-wrap {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: flex-end;
}
div#events-container .event-layout-wrap .event-terms {
  border-color: #333333;
  border-width: 1px;
  border-radius: 5px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  margin-right: 10px !important;
}
div#events-container .event-layout-wrap .event-terms p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1.2;
}
div#events-container .event-terms-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: space-between;
}
div#events-container .event-title {
  padding-bottom: 8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(24.034px, 1.502rem + (1vw - 3.2px) * 1.597, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
}

div#load-more-events {
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
}

.menu .header-mob-btn-fill a {
  height: unset;
  margin-left: 10px;
  margin-top: 16px;
  padding: 12px;
  background-color: var(--wp--preset--color--secondary);
  border-radius: 8px;
  border: 2px solid var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 0px 10px 25px 0px rgba(166, 121, 35, 0.2);
  display: inline-block;
  padding: 8px 10px;
}
.menu .header-mob-btn-fill a:hover {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.menu .header-mob-btn-outline a {
  height: unset;
  margin-left: 10px;
  margin-top: 16px;
  border-radius: 8px;
  border: 2px solid var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
  box-shadow: 0px 10px 20px 0px rgba(166, 121, 35, 0.1019607843);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
  padding: 8px 10px;
}
.menu .header-mob-btn-outline a:hover {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.menu .mobile-search-item .search-form {
  display: flex;
  position: relative;
  width: 95%;
  margin: 16px auto;
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
}
.menu .mobile-search-item .search-form input {
  height: 40px;
  padding: 8px;
  width: 100%;
  max-width: 100%;
  border: none;
}
.menu .mobile-search-item .search-form .search-submit {
  background: #fff;
  padding: 0;
  position: absolute;
  right: 11px;
  border: none;
  top: 50%;
  display: flex;
  transform: translateY(-50%);
}

.show-mobile-only {
  display: none !important;
}

.show-desktop-only {
  display: flex !important;
}

.event-cards ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
  gap: 20px;
}
@media (max-width: 781px) {
  .event-cards ul {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20px;
  }
}
.event-cards #events-container .event-layout-constrained {
  background: rgba(166, 166, 166, 0.1490196078);
  margin-top: 0;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-cards #events-container .wp-container-core-group-is-layout-13 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 992px) {
  .show-mobile-only {
    display: block !important;
  }
  .show-desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  body .show-mobile-only.btn-login {
    display: none !important;
  }
  body .show-mobile-only.btn-logout {
    display: none !important;
  }
}
div#load-more-events {
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
}

.resource_wrapper a.wp-block-button__link.get-report-btn {
  width: inherit !important;
}

body .sidebar.is-hidden {
  display: block !important;
  opacity: 1 !important;
}
body .sidebar {
  transform: translateX(0px);
  opacity: 1 !important;
}

body.single-post {
  position: relative;
}

.custom-social-share {
  position: fixed;
  top: 35%;
  right: 0%;
  z-index: 999;
  background: #ffffff;
  padding: 10px 0px 10px 10px;
  border-radius: 10px 0px 0px 10px;
}
.custom-social-share img {
  width: 40px;
}

body.show-byline .post-byline {
  display: block;
}

body.hide-byline .post-byline {
  display: none;
}

.event-video-wrap {
  position: relative;
}

.event-video-wrap video {
  width: 100%;
  height: auto;
  display: block;
}

.event-video-wrap .play-icon,
.event-video-wrap .pause-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.circle-countdown {
  background: linear-gradient(3deg, #ff7a4f, #ce1b2e);
  border-radius: 12px;
  height: 600px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.circle-countdown .text-wrap h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.circle-countdown .circle-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: center;
  flex-wrap: wrap;
}
.circle-countdown .circle {
  position: relative;
  background: rgb(255, 255, 255);
  height: 175px;
  width: 175px;
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  border-radius: 100%;
  border: 14px solid rgba(237, 10, 10, 0.2705882353);
}
.circle-countdown .circle .number {
  font-size: 62px;
  font-weight: 600;
  color: #333;
  line-height: 62px;
  margin-bottom: 10px;
}
.circle-countdown .circle .label {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}

@media (max-width: 767px) {
  .circle-countdown {
    height: auto !important;
    padding: 20px;
  }
  .circle-countdown .text-wrap h2 {
    text-align: center;
    line-height: 150%;
  }
  .circle-countdown .circle-wrap {
    flex-direction: column;
  }
  .circle-countdown .circle {
    height: 145px;
    width: 145px;
  }
  .circle-countdown .circle .number {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 6px;
  }
}
.speaker-name-wrap p:nth-child(2) {
  font-size: 26px;
  color: #12315c;
  font-weight: 700;
}

.speaker-name-wrap p:nth-child(3) {
  margin-top: 0px;
  color: #12315c;
  font-weight: 500;
  font-size: 16px;
}

.speaker-name-wrap p:nth-child(4) {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
}

.wp-block-synergies-blocks-tabs .wp-block-button.active a {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}

.wp-block-synergies-blocks-tabs.tab-scroll .tab-labels {
  overflow-x: auto;
  justify-content: flex-start;
}

.wp-block-synergies-blocks-tabs.tab-scroll .tab-labels::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

.get-report-btn .sidebar {
  z-index: 9999;
}

.wp-block-synergies-blocks-tabs.tab-scroll .tab-labels::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 10px;
}

.wp-block-synergies-blocks-tabs.tab-scroll .tab-labels::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.sidebar.is-hidden {
  display: none;
}

a.wp-block-button__link.wp-element-button.get-report-btn {
  width: auto;
}

.quick-links-spacer {
  /* 	position: relative; */
  transition: all 0.3s ease;
}

.quick-links-main {
  transition: all 0.3s ease;
}

.quick-links-main.is-sticky .quick-links-wrapper {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  transition: all 0.3s ease;
}

.entry-content {
  margin: 0 !important;
}

.quick-links-main .quick-links-wrapper p.has-base-color:hover {
  background-color: var(--wp--preset--color--secondary) !important;
}

.sidebar {
  z-index: 99 !important;
}

.quick-links-main .quick-links-wrapper p.has-base-color {
  padding-top: 0px !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.quick-links-main .quick-links-wrapper p.has-base-color a {
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  display: block;
}

h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
  font-family: var(--wp--preset--font-family--ubuntu);
  font-weight: 700 !important;
}

#infographic svg g[id$=_ON],
#infographic-content .wp-block-columns:not(.default) {
  display: none;
}

.menu > ul > li .menu-column-1 .menu-item-detail.menu-title-link h4 {
  font-weight: 700 !important;
}

.menu > ul > li .menu-column-1 .menu-item-detail h4 {
  font-weight: 400 !important;
}

/*  */
.event-iframe-button .get-report-btn {
  box-shadow: none;
  display: flex;
  align-items: center;
  background-color: var(--wp--preset--color--transparent);
  color: var(--wp--preset--color--secondary);
  border: 0;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
}

.event-iframe-button .get-report-btn:focus {
  outline: none;
  box-shadow: none;
}

.blogSwiper .swiper-slide {
  z-index: -1 !important;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 9999 !important;
}

@media (max-width: 781px) {
  form#instructions_filter {
    flex-direction: column !important;
    gap: 10px;
  }
}
/*30-7  */
@media (max-width: 992px) {
  header .menu > ul > li {
    margin-left: 0;
  }
}
.postid-23256 .resource-post .resource-link-badges_wrap {
  display: none;
}

.postid-23256 .resource-post-wrap .resource-post {
  min-height: 68px !important;
}

.blog-resource {
  display: flex;
  gap: 6px;
}

.btn-logout,
.btn-login,
.post-type-archive-resource .blog-swiper-attr .blog-wrapper .blog-resource {
  display: none !important;
}

.gradient-color {
  color: #ed2522;
  background: linear-gradient(to right, #ed2522, #fce004);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*8 apr 2025*/
div.hide-desktop {
  display: none;
}

@media only screen and (max-width: 768px) {
  div.hide-mobile {
    display: none;
  }
  div.hide-desktop {
    display: block;
  }
}
ul.blog-loop li:last-child .wp-block-columns {
  border-bottom-width: 0 !important;
}

.hero-banner.entry-content {
  margin: 0 !important;
}

.cta-hover {
  top: -110px;
  z-index: 99;
}

.slider-hover {
  z-index: 999;
}

.wp-block-group.with-box-shadow {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.blog-loop .taxonomy-category a {
  display: none;
}

.blog-loop .taxonomy-category a:first-child {
  display: block;
}

/* ======= */
.wp-block-query.custom-block-query article {
  border-bottom: 1px solid var(--wp--preset--color--primary);
}

.wp-block-query.custom-block-query article:last-child {
  border-bottom: 0px;
}

.wp-block-query.custom-block-query article {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wp-block-query.custom-block-query article .post-meta {
  display: none;
}

.wp-block-query.custom-block-query article span a {
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 5px;
  color: var(--wp--preset--color--secondary);
  padding: 4px 8px;
  margin-right: 16px;
  margin-bottom: 16px;
  display: inline-block;
}

.wp-block-query.custom-block-query article h2,
.wp-block-query.custom-block-query article h2 a {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: var(--wp--preset--color--primary);
  padding-bottom: 20px;
}

.mobile-search-item {
  display: none !important;
}

/* ---------- 23 April ------ */
.quick-links-wrapper .has-link-color a {
  color: #fff !important;
}

.stay-informed-cards ul li {
  display: flex;
  flex-direction: column;
  height: 100%;
}

ul.stay-informed-cards li {
  display: flex;
  flex-direction: column;
  height: 100%;
}

ul.stay-informed-cards li .stay-informed-cards-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 0;
  padding: 16px 0 !important;
}

ul.stay-informed-cards li .stay-informed-cards-inner .stay-informed-cards-read-more {
  margin-top: auto;
  width: 100%;
}

ul.stay-informed-cards li .stay-informed-cards-inner .wp-block-group {
  width: 100%;
}

div#events-container .event-layout-constrained:nth-child(odd) {
  background: rgba(166, 166, 166, 0.15);
}

#load-more-events .div#events-container .event-layout-constrained:last-of-type {
  margin-bottom: 24px;
}

.has-global-padding .home-event-list-wrapper.wp-block-group {
  padding: 0 !important;
  padding-bottom: 112px !important;
}

.has-global-padding .home-event-list-wrapper.wp-block-group .home-event-list .events-details > *,
.has-global-padding .home-event-list-wrapper.wp-block-group .home-event-list .events-details .events_type-upcoming-events {
  max-width: 100% !important;
}

.has-global-padding .home-event-list-wrapper.wp-block-group .home-event-list .events-details .events_type-upcoming-events {
  padding: 40px 24px !important;
  margin-top: 0;
}

.has-global-padding .home-event-list-wrapper.wp-block-group .home-event-list .events-details .events_type-upcoming-events > div {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}

.has-global-padding .home-event-list-wrapper #load-more-events {
  display: none !important;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .no-padding-l {
    padding-left: 0 !important;
  }
  .no-padding-r {
    padding-right: 0 !important;
  }
  .quick-links-wrapper {
    gap: 10px;
    justify-content: flex-start !important;
  }
}
body.page-id-33952 {
  overflow: unset;
}

.quick-links-main {
  position: sticky;
  top: 0;
  z-index: 9;
  overflow: visible;
  display: block;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  align-items: center !important;
}

/* ------------------------- */
.flip-card-inner {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
  min-height: 305px;
}

/* Flip trigger on hover of parent column */
.wp-block-column:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front and back faces */
.flip-card-front,
.flip-card-back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
}

/* Front is shown by default */
.flip-card-front {
  z-index: 2;
  transform: rotateY(0deg);
}

/* Back face rotated */
.flip-card-back {
  transform: rotateY(180deg);
}

/* Optional: Add transition effect to shadows/fade */
.with-box-shadow {
  transition: box-shadow 0.3s ease;
}

.wp-block-template-part .swiper-button-next,
.swiper-button-prev {
  display: none;
}

footer.wp-block-template-part .swiper-pagination-bullet-active-main.swiper-pagination-bullet-active {
  background: #ffffff !important;
  opacity: 1;
}

footer.wp-block-template-part .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.8;
}

footer.wp-block-template-part .swiper-pagination.wp-block-synergies-blocks-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
  padding-bottom: 7px;
}

footer .swiper-pagination.wp-block-synergies-blocks-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic span {
  padding: 7px;
}

.summaraize.light {
  padding: 20px 45px !important;
}

.page-id-34788 div#checkmark-content p {
  padding-left: 23px;
}

#checkmark-content ul {
  list-style: none; /* Remove native bullet */
  padding-left: 0;
  /* Remove any extra space */
}

#checkmark-content ul li {
  position: relative;
  padding-left: 24px; /* Space for the icon */
  display: flex;
  align-items: center; /* Vertically center content */
}

#checkmark-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2025/08/check-mark-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#checkmark-content p {
  padding-left: 17px;
}

#checkmark-content ul li strong {
  color: #048ea5;
}

span.post-author {
  font-size: larger;
  font-weight: bold;
}

.page-id-34979 .hero-bottom-img-right:after {
  background-image: none;
}

.pricing-table-wrapper ul li:before {
  background-image: url("/wp-content/uploads/2025/08/checkMarkIcon.svg");
}

.event-iframe-button .get-report-btn {
  box-shadow: none;
  display: flex;
  align-items: center;
  background-color: var(--wp--preset--color--transparent);
  color: var(--wp--preset--color--secondary);
  border: 0;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
}

.event-iframe-button .get-report-btn:focus {
  outline: none;
  box-shadow: none;
}

.blog-dates-wrapper P {
  font-size: 24px;
  line-height: 32px;
  color: var(--wp--preset--color--contents) !important;
}

.event-video-wrap video {
  aspect-ratio: 16/9;
  width: 100%;
}

.event-template .custom-social-share {
  position: relative;
  top: 0;
  display: flex;
  gap: 7px;
  padding: 0;
  padding-left: 0;
}

#calendar-link-container .calendar-btn {
  background-color: var(--wp--preset--color--secondary);
  border-radius: 8px;
  border-color: var(--wp--preset--color--secondary);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--base);
  font-family: inherit;
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 18px;
  padding-right: 28px;
  padding-bottom: 18px;
  padding-left: 28px;
  text-decoration: none;
  box-shadow: 0px 10px 25px 0px rgba(166, 121, 35, 0.2);
  margin: 0 auto;
  width: 198px !important;
  text-align: center;
  justify-content: center;
}

#calendar-link-container .calendar-btn:hover {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}

.previous-episode-wrapper .previous-episode-image-wrapper {
  position: relative;
}

.previous-episode-wrapper .previous-episode-image-wrapper .previous-episode-image-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  height: 44px;
  display: flex;
  align-items: center;
}

.previous-episode-wrapper .previous-episode-image-wrapper .previous-episode-image-tag a {
  font-size: 18px;
  line-height: 25px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e95626;
  height: 44px;
}

.previous-episode-wrapper .previous-episode-content {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-video-wrap video {
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .past-events ul.columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 15px !important;
  }
}
@media (max-width: 767px) {
  .event-wrapper {
    padding: 10px 24px 50px !important;
  }
  .previous-episode-content-wrapper {
    padding: 20px 10px !important;
  }
}
body .wp-site-blocks .event-content-wrapper {
  margin: 0 auto !important;
}

.hide {
  display: none !important;
}

.event-cards span.is-style-register-now-link {
  margin-top: 10px;
}

.menu > ul > li .menu-column-1 .menu-item-detail.menu-title-link a {
  pointer-events: auto;
  cursor: pointer;
}

.menu > ul > li .menu-column-1 .list-item .sub-menu .menu-item-has-children.menu-item-detail {
  pointer-events: auto;
}

li.child-menu-li {
  margin-left: 25px;
}

.menu-subs {
  padding-bottom: 0px !important;
}

p.comment-form-url,
.hide-comment-msg {
  display: none;
}

p.form-submit.wp-block-button {
  margin-top: 20px;
}

.video-main-wrap .pause-icon {
  opacity: 0 !important;
}

.video-main-wrap:hover .pause-icon {
  opacity: 1 !important;
}

.menu > ul > li > .menu-column-1 > .list-item > .sub-menu > .menu-item-has-children.menu-item-detail:not(:first-of-type) {
  border-top: 0 !important;
  padding-top: 0 !important;
  pointer-events: auto !important;
}

.speaker-name-wrap p {
  font-size: 20px;
  color: #12315c;
  font-weight: 700;
}

.speaker-name-wrap p:nth-child(2) {
  margin-top: 0px;
  color: #12315c;
  font-weight: 500;
  font-size: 26px;
}

.speaker-name-author-comment p {
  position: relative;
}

.speaker-name-author-comment p:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-image: url(https://stg.voltactivedata.com/wp-content/uploads/2025/08/smallqotes.svg);
  margin-right: 8px;
  background-size: 22px;
}

.speaker-name-wrap .speaker-name-author p:first-child {
  font-size: 18px;
}

.speaker-name-wrap .speaker-name-author p:last-child {
  font-size: 16px;
  color: #2b2b2b;
}

.speaker-name-wrap p:nth-child(3) {
  margin-top: 0px;
  color: #12315c;
  font-weight: 500;
  font-size: 26px;
}

.speaker-name-wrap p:nth-child(4) {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
}

p.form-submit.wp-block-button {
  margin-top: 20px;
}

input#submit {
  height: auto;
}

.comment-respond form {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}

.comment-respond form p {
  margin-bottom: 18px;
}

.comment-respond form label {
  margin-bottom: 12px;
}

.comment-respond form .comment-notes {
  width: 100%;
}

.comment-respond form .comment-form-comment {
  order: 4;
  width: 100%;
}

.comment-respond form .comment-form-author {
  order: 1;
  width: 49%;
}

.comment-respond form .comment-form-email {
  order: 2;
  width: 49%;
}

.comment-respond form .comment-form-url {
  order: 3;
  width: 100%;
}

.comment-respond form .comment-form-cookies-consent {
  order: 5;
  width: 100%;
}

.comment-respond form .comment-form-cookies-consent label {
  margin-bottom: 0;
}

.comment-respond form .form-submit {
  order: 6;
}

.highlighter {
  margin-top: -80px !important;
}

.pricing-table-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.pricing-table-wrapper ul li {
  position: relative;
  padding-left: 30px;
}

.pricing-table-wrapper ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("https://stg.voltactivedata.com/wp-content/uploads/2025/08/true-sign.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}

.right-plan-table-wrapper table tbody tr td {
  padding: 30px 20px;
}

.right-plan-table-wrapper table tbody tr:hover td {
  background-color: rgba(233, 87, 39, 0.1019607843);
}

.right-plan-table-wrapper table tbody tr:first-child td {
  font-size: 24px;
  line-height: 120%;
  background-color: rgba(18, 49, 92, 0.031372549);
  padding: 27px 20px;
}

.right-plan-table-wrapper table tbody tr:first-child td {
  padding: 27px 20px;
}

.right-plan-table-wrapper table tbody tr td:first-child {
  width: 536px;
  min-width: 260px !important;
}

@media (max-width: 991px) {
  .comment-respond form .comment-form-author {
    width: 100%;
  }
  .comment-respond form .comment-form-email {
    width: 100%;
  }
  .comment-respond form p {
    margin-bottom: 0px;
  }
  .right-plan-table-wrapper table tbody tr td {
    padding: 15px !important;
    min-width: 230px !important;
  }
  .highlighter {
    margin-top: 0px !important;
    border: 0 !important;
  }
  .pricing-table-wrapper .pricing-table-inner {
    background-color: transparent !important;
    border: 0;
    gap: 16px;
  }
  .pricing-table-wrapper .pricing-table-inner .pricing-table-inner-div {
    border: 1px solid;
    border-radius: 14px;
  }
  .pricing-table-wrapper .pricing-table-inner .pricing-table-inner-div .pricing-table-inner-content {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .pricing-table-wrapper {
    padding-top: 60px !important;
  }
  .where-start-wrapper {
    padding: 28px 20px !important;
  }
}
p.comment-form-url,
.hide-comment-msg {
  display: none;
}

.event-template textarea#comment {
  height: 100px;
}
.event-template .comment-respond form p {
  margin-bottom: 10px !important;
}

.comment-respond form .comment-form-cookies-consent label {
  margin-left: 5px;
}

p.form-submit.wp-block-button {
  margin-top: 0px;
}

a.wp-block-query-pagination-next {
  font-size: 0px;
}

a.wp-block-query-pagination-prev {
  font-size: 0px;
}

.video-main-wrap br {
  display: none !important;
}

.page-template-home-new-guideline .tab-labels .tab-label {
  border: 2px solid var(--wp--preset--color--contents) !important;
  border-radius: 20px !important;
  background: transparent !important;
  color: var(--wp--preset--color--base-black) !important;
}
.page-template-home-new-guideline .tab-labels .tab-label.active, .page-template-home-new-guideline .tab-labels .tab-label:hover {
  border: 2px solid var(--wp--preset--color--contents) !important;
  background: var(--wp--preset--color--contents-2) !important;
  color: var(--wp--preset--color--base-black) !important;
  border-radius: 20px !important;
}

.partners-template-single-item-partner-2 .resource_wrapper .wp-block-buttons .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
  border-radius: 8px;
  border-color: var(--wp--preset--color--primary);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--base);
}
.partners-template-single-item-partner-2 .resource_wrapper .wp-block-buttons .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
}

.blog-slider-latest-design {
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog-slider-latest-design .swiper-slide-wrapper {
  display: flex;
  gap: 24px;
}
.blog-slider-latest-design .swiper-slide-wrapper:hover {
  box-shadow: none;
}
@media (max-width: 767px) {
  .blog-slider-latest-design .swiper-slide-wrapper {
    flex-direction: column;
  }
}
.blog-slider-latest-design .swiper-slide-wrapper .swiper-slide-img,
.blog-slider-latest-design .swiper-slide-wrapper .blog-wrapper {
  width: 50%;
}
@media (max-width: 767px) {
  .blog-slider-latest-design .swiper-slide-wrapper .swiper-slide-img,
  .blog-slider-latest-design .swiper-slide-wrapper .blog-wrapper {
    width: 100%;
  }
}
.blog-slider-latest-design .swiper-slide-wrapper .swiper-slide-img img {
  border-radius: 20px;
  -o-object-fit: fill;
     object-fit: fill;
}
.blog-slider-latest-design .swiper-slide-wrapper .blog-wrapper {
  background-color: transparent;
  padding: 0;
  border: none;
}
.blog-slider-latest-design .swiper-slide-wrapper .blog-wrapper .blog-resource {
  flex-wrap: wrap;
}
.blog-slider-latest-design .swiper-slide-wrapper .blog-wrapper .blog-resource a p {
  color: #fff;
  border-color: #fff;
}
.blog-slider-latest-design .swiper-slide-wrapper .blog-wrapper h5, .blog-slider-latest-design .swiper-slide-wrapper .blog-wrapper p {
  color: #fff;
}
.blog-slider-latest-design .swiper-slide-wrapper .blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-bottom: 20px;
}
.blog-slider-latest-design .swiper-slide-wrapper .blog-read-more {
  margin-top: 20px;
}
.blog-slider-latest-design .swiper-slide-wrapper .blog-read-more .read-now-btn {
  border: 2px solid #048ea5;
  background-color: #fff;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  font-style: normal;
  font-weight: 800;
  display: inline-block;
  color: #12305c;
  border-radius: 10px;
}
.blog-slider-latest-design .swiper-slide-wrapper .blog-read-more .read-now-btn:hover {
  background: #6cc9d8;
  border: 2px solid #048ea5;
  color: #09182e !important;
}
.blog-slider-latest-design .swiper-button-prev {
  display: flex;
}
.blog-slider-latest-design .swiper-button-next:hover:after {
  transform: rotate(180deg);
}
.blog-slider-latest-design .swiper-button-next:hover:after,
.blog-slider-latest-design .swiper-button-prev:hover:after {
  background-image: url(https://www.voltactivedata.com/wp-content/uploads/2026/02/blog-arrow-red.svg);
}
.blog-slider-latest-design .swiper-pagination {
  bottom: 0;
  right: 0;
  width: 50%;
  left: auto;
}
@media (max-width: 767px) {
  .blog-slider-latest-design .swiper-pagination {
    bottom: 0;
    width: 100%;
  }
}
.blog-slider-latest-design .swiper-pagination .swiper-pagination-bullet {
  width: 100px;
  height: 15px;
  margin: 0 10px;
  border-radius: 0;
  background: #017c92;
}
.blog-slider-latest-design .swiper-pagination .swiper-pagination-bullet-active {
  background: #e95626;
}
@media (max-width: 767px) {
  .blog-slider-latest-design .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .blog-slider-latest-design .swiper-wrapper {
    margin-bottom: 50px;
  }
}

.single-post-social-wrapper .blog-social-icons-wrapper li a {
  color: #048ea5 !important;
  border-color: #6cc9d8 !important;
}
.single-post-social-wrapper .blog-social-icons-wrapper li a svg {
  fill: #048ea5 !important;
}
.single-post-social-wrapper .blog-social-icons-wrapper li:hover {
  transform: scale(1.1);
}
.single-post-social-wrapper .blog-social-icons-wrapper li:hover a {
  border-color: #b22a2e !important;
  background-color: #b22a2e !important;
}
.single-post-social-wrapper .blog-social-icons-wrapper li:hover a svg {
  fill: #fff !important;
}

.single-post .related-blogs .post-details {
  border-radius: 20px;
}
.single-post .related-blogs .post-details:hover .related-title a {
  color: #b22a2e;
}
.single-post .related-blogs .related-post-description {
  border: 1px solid #008080;
  border-radius: 20px;
}
.single-post .related-blogs .related-post-description .author-details .post-category a {
  color: #8a8a8a !important;
}
.single-post .related-blogs .related-post-description .related-title a {
  color: #12315c;
}
.single-post .related-blogs .related-post-description:hover .related-title a {
  color: #b22a2e;
}
.single-post .faqsmith-faq-list .faqsmith-question {
  line-height: 36px !important;
}

.blog .wp-block-query li {
  border: 1px solid rgba(166, 166, 166, 0.2);
  border-radius: 10px;
  height: inherit;
  transition: all 0.3s linear;
}

.single-post .related-blog-wrapper li {
  border: 1px solid rgba(166, 166, 166, 0.2);
  border-radius: 10px;
  height: inherit;
  transition: all 0.3s linear;
}
.single-post .related-blog-wrapper li:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.single-post .related-blog-wrapper li:hover h2 a {
  color: #b22a2e;
}
.single-post .related-blog-wrapper li .blog-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.single-post .related-blog-wrapper li .blog-wrapper .content-wrap {
  height: 100%;
}
.single-post .post-toc .post-toc-title {
  font-size: 23px;
}
.single-post .post-toc .post-toc-list li a.active {
  color: #b22a2e !important;
}

.single-post {
  scroll-padding-top: 110px !important;
}
.single-post #about-author .wp-block-co-authors-plus-coauthor {
  display: inline-block;
}
.single-post main h2.wp-block-heading {
  scroll-padding-top: 110px !important;
}

body {
  font-family: var(--wp--preset--font-family--inter) !important;
}

code,
pre {
  font-family: var(--wp--preset--font-family--code) !important;
}

.header-menus-wrapper.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.4s ease;
  box-shadow: 4px 7px 14px rgba(0, 0, 0, 0.1);
}

.left-toc-wrapper {
  position: sticky;
  top: 110px !important;
}

@media (max-width: 575px) {
  .author-detail-wrapper {
    flex-direction: column;
  }
}
.author-detail-wrapper .wp-block-co-authors-plus-avatar {
  max-width: 96px;
  height: auto;
  width: 100%;
}
.author-detail-wrapper .coauthor-title {
  font-size: 18px;
  line-height: 26px;
  margin-top: 8px;
  color: #333;
  margin-bottom: 20px;
}

.post-type-archive-resource .resource-slider-latest-design .swiper-slide-wrapper {
  align-items: center;
}
.post-type-archive-resource .resource-slider-latest-design .blog-swiper-attr .blog-wrapper .blog-resource {
  display: flex !important;
}
.post-type-archive-resource .resource-slider-latest-design .blog-swiper-attr .blog-wrapper .blog-resource a p {
  background-color: #6cc9d8;
  border-color: #6cc9d8;
  padding: 7px 40px;
  border-radius: 50px;
  color: #09182e;
}
.post-type-archive-resource .resource-slider-latest-design .blog-swiper-attr .blog-wrapper .blog-meta {
  display: none !important;
}
.post-type-archive-resource .resource-slider-latest-design .blog-swiper-attr .blog-wrapper .blog-read-more .read-now-btn {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #6cc9d8;
}
.post-type-archive-resource .resource-slider-latest-design .blog-swiper-attr .blog-wrapper .blog-read-more .read-now-btn:hover {
  color: #b22a2e !important;
}

.resource-filter-wrapper .custom-select-trigger,
.resource-filter-wrapper .custom-options {
  border-color: #787878;
}
.resource-filter-wrapper .custom-select,
.resource-filter-wrapper .custom-option {
  color: #787878;
}
.resource-filter-wrapper .custom-select-arrow svg {
  filter: brightness(0) saturate(100%) invert(53%) sepia(3%) saturate(15%) hue-rotate(40deg) brightness(89%) contrast(96%);
}

.resource-post-wrapper {
  gap: 24px 60px !important;
}
.resource-post-wrapper li {
  border-radius: 10px;
  transition: all 0.3s linear;
}
.resource-post-wrapper li .taxonomy-resource_type a {
  background-color: #6cc9d8;
  border-color: #6cc9d8;
  padding: 7px 40px;
  border-radius: 50px;
  color: #09182e;
}
.resource-post-wrapper li .taxonomy-resource_type a:hover {
  color: #09182e !important;
}
.resource-post-wrapper li h2 a {
  color: #eb6b41;
}
.resource-post-wrapper li .wp-block-post-excerpt__more-text {
  display: none;
}
.resource-post-wrapper li .resource-card-wrapper {
  height: 100%;
}
.resource-post-wrapper li:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3019607843);
}
.resource-post-wrapper li:hover h2 a {
  color: #12315C;
}

.resource-banner-form-wrapper #blog_filter_form {
  max-width: 500px;
  width: 100%;
}

.menu > ul > li .menu-subs {
  background: #f2f5f7 !important;
}

.menu > ul > li .menu-subs a:hover {
  color: #b22a2e !important;
}

.menu > ul > li.menu-item-has-children:hover .main-mega-menu li.menu-item-has-children a:hover h4 {
  color: #09182e !important;
}

body:has(.counter-sec) .header-menus-wrapper.fixed-header {
  top: 72px;
}

body:not(:has(.counter-sec)) .header-menus-wrapper.fixed-header {
  top: 0;
}

.summaraize.light {
  background-color: #e5eeef !important;
}
.summaraize.light li, .summaraize.light h2 {
  color: #12315c !important;
}

.custom-search-wrap {
  width: 100%;
  position: relative;
}
.custom-search-wrap input {
  width: 100%;
  font-size: 16px;
}

.custom-search-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #787878;
  border-radius: 6px;
  background: #ffffff;
  flex: 1;
  min-width: 220px;
  transition: border-color 0.2s;
  height: 44px !important;
}
.custom-search-wrap .custom-search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 10px;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #12315C;
  background: transparent;
  box-sizing: border-box;
}
.custom-search-wrap .custom-search-input::-moz-placeholder {
  color: #a4a5a0;
  font-family: "Inter", sans-serif;
}
.custom-search-wrap .custom-search-input::placeholder {
  color: #a4a5a0;
  font-family: "Inter", sans-serif;
}
.custom-search-wrap .custom-search-clear {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 6px;
  flex-shrink: 0;
  height: 100%;
}
.custom-search-wrap .custom-search-clear svg path {
  stroke: #b22a2e;
}
.custom-search-wrap .custom-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 44px;
  height: 100%;
  flex-shrink: 0;
  transition: background 0.2s;
  box-sizing: border-box;
  margin-right: -1px;
}
.custom-search-wrap .custom-search-btn svg path {
  stroke: #12315C;
}
.custom-search-wrap .custom-search-btn svg {
  transform: rotate(90deg);
}
.custom-search-wrap .custom-search-btn:hover {
  background: #b22a2e;
}
.custom-search-wrap .custom-search-btn:hover svg path {
  stroke: #f2f5f7;
}
.custom-search-wrap br {
  display: none;
}

.resource-filter-wrapper .custom-option:hover {
  color: #b22a2e !important;
}

.custom-options::-webkit-scrollbar-thumb {
  background-color: #b22a2e !important;
}

#onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: #b22a2e !important;
  border-color: #b22a2e !important;
  color: #FFFFFF !important;
  border-radius: 5px !important;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler {
  color: #b22a2e !important;
  border-color: #b22a2e !important;
  background-color: #FFFFFF !important;
  border-radius: 5px !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler {
  background-color: #b22a2e !important;
  border-color: #b22a2e !important;
  color: #FFFFFF !important;
  border-radius: 5px !important;
}

.blog .wp-block-query li:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08) !important;
}

.resource-post-wrapper li:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08) !important;
}
.resource-post-wrapper li:hover h2 a {
  color: #b22a2e !important;
}

.latest-volt li {
  border-radius: 15px;
  transition: all 0.5s linear 0s;
}
.latest-volt li:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08) !important;
}
.latest-volt li:hover h2 a {
  color: #b22a2e !important;
}

.blog .wp-block-query li:hover h2 a {
  color: #b22a2e !important;
}

.custom-search-wrap {
  max-width: 600px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .leave-comment-form {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 575px) {
  .blogSwiper .swiper-slide-wrapper .swiper-slide-img,
  .blogSwiper .swiper-slide-wrapper img {
    height: 180px !important;
  }
}
.technical-bar .wp-block-search__button[aria-expanded=true] svg {
  fill: #b22a2e !important;
}

.header-right-search .wp-block-search:not(.wp-block-search__searchfield-hidden) {
  border: 2px solid #b22a2e !important;
}

.custom-search-wrap.cert-search-wrap {
  width: 100%;
  max-width: none;
}

.custom-search-wrap .custom-search-btn {
  height: -webkit-fill-available !important;
}

.journey-wrapper {
  position: relative;
}
.journey-wrapper::before {
  content: "";
  position: absolute;
  left: 23%;
  top: 0;
  width: 3px;
  height: 100%;
  border: 2px dashed rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .journey-wrapper::before {
    left: 0;
  }
}
@media (max-width: 991px) {
  .journey-wrapper {
    padding-left: 50px;
  }
}
.journey-wrapper .journey-section {
  margin-bottom: 40px;
}
.journey-wrapper .journey-section:last-child {
  margin-bottom: 40px;
}
.journey-wrapper .timeline-wrapper {
  gap: 30px;
}
.journey-wrapper .timeline-wrapper .heading-wrapper {
  position: sticky;
  top: 200px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 991px) {
  .journey-wrapper .timeline-wrapper .heading-wrapper {
    position: unset;
  }
}
.journey-wrapper .timeline-wrapper h4 {
  position: relative;
}
.journey-wrapper .timeline-wrapper h4::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 14px;
  top: 12px;
  background-color: #fff;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .journey-wrapper .timeline-wrapper h4::before {
    width: 20px;
    height: 20px;
    right: auto;
    top: 3px;
    left: -58px;
  }
}
.journey-wrapper .year-detail-card-wrap a {
  color: #e5eeef;
  text-transform: capitalize;
}
.journey-wrapper .year-detail-card-wrap a:hover {
  color: #b22a2e !important;
}
.journey-wrapper .year-detail-card-wrap a svg path {
  fill: #fff;
}
.journey-wrapper .year-detail-card-wrap a:hover svg path {
  fill: #b22a2e;
}

.new-hover-red-btn a:hover {
  color: #fff !important;
}

a:hover {
  color: #b22a2e !important;
}
a:hover svg path {
  fill: #b22a2e !important;
}
a:hover h3, a:hover h4, a:hover h5 {
  color: #b22a2e !important;
}
a:hover mark {
  color: #b22a2e !important;
}

.blogSwiper a:hover h5 {
  color: #b22a2e !important;
}

footer .link-hover:hover a {
  color: #b22a2e !important;
  text-decoration: underline !important;
}

#wpadminbar a:hover {
  color: #72aee6 !important;
}

p.hover-secondary:hover mark {
  color: #b22a2e !important;
}

.start-build-btn a:hover {
  background: #c25b5f !important;
  color: #fff !important;
}

.link-hover:hover p a {
  color: #b22a2e !important;
}

.nr-tabs .nr-tab.active {
  color: #b22a2e !important;
  border-bottom: 2px solid #b22a2e !important;
}

.wp-social-link:hover a svg path {
  fill: #fff !important;
}

.orange-hover-btn a:hover {
  color: #fff !important;
}

.is-style-outline-read-more-orange:hover a:hover,
.is-style-read_more:hover a:hover {
  color: #fff !important;
}

.customer-filter .search-wrap input {
  height: 100%;
}

.event-template textarea#comment {
  width: 100% !important;
}

.resource-post-wrap .resource-post a:hover h2 {
  color: #b22a2e !important;
}

.events-details li .is-style-register-now-link a:hover {
  color: #fff !important;
}

.is-style-slider-fade {
  position: relative;
}
.is-style-slider-fade::before, .is-style-slider-fade::after {
  background: linear-gradient(to right, #f2f5f7, rgba(255, 255, 255, 0));
  content: "";
  height: -webkit-fill-available;
  position: absolute;
  width: 100px;
  z-index: 2;
  pointer-events: none;
  touch-action: none;
}
@media (max-width: 575px) {
  .is-style-slider-fade::before, .is-style-slider-fade::after {
    height: -webkit-fill-available !important;
  }
}
.is-style-slider-fade::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.is-style-slider-fade::before {
  left: 0;
  top: 0;
}

.is-style-list-dark li:last-child,
.is-style-list-light li:last-child {
  margin-bottom: 0 !important;
}
.is-style-list-dark li::marker,
.is-style-list-light li::marker {
  font-weight: 800;
}

.white-border-btn {
  overflow: hidden;
}
.white-border-btn a:hover {
  background-color: #fff !important;
  color: #B22A2E !important;
}

.promo-bar {
  border-bottom: 6px solid;
  -o-border-image: linear-gradient(90deg, #09182e, #b22a2e);
     border-image: linear-gradient(90deg, #09182e, #b22a2e);
  border-image-slice: 1;
}

.single-resource .yoast-breadcrumbs a,
.single-resource .yoast-breadcrumbs .breadcrumb_last {
  color: #fff;
}
.single-resource .yoast-breadcrumbs .breadcrumb_last {
  font-weight: 800;
}
.single-resource .industry-category-wrapper {
  flex-wrap: wrap;
}
.single-resource .industry-category-wrapper .taxonomy-resource_type,
.single-resource .industry-category-wrapper .taxonomy-category {
  display: contents;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.single-resource .industry-category-wrapper .taxonomy-resource_type a,
.single-resource .industry-category-wrapper .taxonomy-category a {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 6px 15px;
  border-radius: 50px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  white-space: nowrap;
}
.single-resource .industry-category-wrapper .taxonomy-resource_type a:hover,
.single-resource .industry-category-wrapper .taxonomy-category a:hover {
  background-color: #6cc9d8;
  color: #09182e !important;
  border: 2px solid #6cc9d8;
}
.single-resource .resource-banner a.wp-block-button__link {
  border-color: #b22a2e;
  color: #f7f8fa;
  background-color: #b22a2e;
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-left: 30px;
  font-style: normal;
  font-weight: 800;
}
.single-resource .resource-banner a.wp-block-button__link:hover {
  color: #fff !important;
  background: #c25b5f !important;
  border: 2px solid #b22a2e !important;
}
.single-resource .summaraize.light {
  padding: 20px 25px !important;
}
.single-resource .summaraize.light ul {
  margin-left: 20px;
}
.single-resource .related-resources-wrapper li {
  transition: all 0.3s linear;
}
.single-resource .related-resources-wrapper li:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.single-resource .related-resources-wrapper li:hover h2 a {
  color: #b22a2e;
}

.promo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.single-post h2 {
  color: #b22a2e !important;
}
.single-post .post-author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.single-post .post-author .author-avatar img {
  border-radius: 50%;
}
.single-post .post-author .author-meta .byline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.single-post .post-author .author-meta .byline a {
  font-weight: 600;
  text-decoration: underline;
}
.single-post .post-author .post-info {
  color: #545454;
}
.single-post .taxonomy-category {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}
.single-post .taxonomy-category a {
  padding: 8px 12px !important;
  border: 1px solid #333;
  color: #767676;
  border-radius: 50px !important;
  font-weight: 500;
  transition: all 0.3s ease;
  margin: 0 !important;
  background-color: transparent !important;
}
.single-post .taxonomy-category a:hover {
  background: rgba(194, 91, 95, 0.4) !important;
  border: 1px solid #b22a2e !important;
  color: #b22a2e !important;
}
.single-post .post-content-wrapper p a {
  color: #b22a2e !important;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.single-post .post-content-wrapper p a:hover {
  text-decoration: none;
}
.single-post .post-toc .post-toc-list li a::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0;
  background: #b22a2e;
  width: 3px;
  height: 100%;
  z-index: 99;
  display: none;
}
.single-post .post-toc .post-toc-list li a:hover {
  color: #b22a2e !important;
}
.single-post .post-toc .post-toc-list li a.active {
  color: #b22a2e !important;
}
.single-post .post-toc .post-toc-list li a.active::before {
  display: block;
}
.single-post .avatar-wrapper {
  max-width: 110px !important;
}

.single-news .industry-category-wrapper {
  flex-wrap: wrap;
}
.single-news .industry-category-wrapper .taxonomy-news_source {
  display: contents;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.single-news .industry-category-wrapper .taxonomy-news_source a {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 6px 15px;
  border-radius: 50px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  white-space: nowrap;
}
.single-news .industry-category-wrapper .taxonomy-news_source a:hover {
  background-color: #6cc9d8;
  color: #09182e !important;
  border: 2px solid #6cc9d8;
}/*# sourceMappingURL=style.css.map */