/*
  Theme Name: Visiblethread 2022
  Author: Perpetualdigital
  Author URI: perpetualdigital.ie
  Version: 1.0
*/
@import url('public/css/app.css');


@media (max-width: 967px) {
  /*iframe.wistia_embed {
    height: 300px;
  }*/
}
#header .container {
  width: 100%;
}
@media (min-width: 1300px) {
  #header .container {
/*      max-width: 1300px;*/
    max-width: 1296px;
  }
}
@media (max-width: 1330px) {
  /*#header .container {
      padding-left: 15px;
      padding-right: 15px;
  }*/
}
#header {
  border-bottom: 1px solid transparent;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
/*  padding: 0;  */
  padding-left: 60px;
  padding-right: 60px;
}
body.page-vt-docs #header,
body.page-vt-writer #header,
body.single-case_studies #header {
  position: relative;
}
body.page-vt-docs #header.scrolled,
body.page-vt-writer #header.scrolled,
body.single-case_studies #header.scrolled {
  position: fixed;
}
#header svg {
  display: block;
}
#header.scrolled {
  background: #fff;
  border-block-end-color: #E4E4E4;
}
#header.scrolled #nav-new > ul > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
#header.scrolled #nav-new #menu-main-rhs > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header .hamburger {
  top: -12px;
}
#header .hamburger .inner {
  display: flex;
  justify-content: end;
}
#header .hamburger--criss-cross > .inner::before, 
#header .hamburger--criss-cross > .inner::after,
#header .hamburger.inner:before, 
#header .hamburger.inner:after, 
#header .hamburger span {
  background: #533FFB;
}
#header .hamburger span.bar:nth-child(2) {
  width: 80%;
}
#header .hamburger span.bar:nth-child(3) {
  width: 60%;
}



#nav-new {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  justify-content: end;
  width: 100%;
}
#nav-new svg {
  display: inline-block;
  width: 30px; 
  height: 30px; 
  margin-right: 10px;
  margin-bottom: -8px;
}
#nav-new li li:hover svg {
  fill: #533ffb;
}
#nav-new > ul img {
  height: 25px;
}
#nav-new > ul {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#nav-new > ul:nth-child(1) {
  flex: 1;
  justify-content: center;
}
#nav-new > ul > li {
  list-style: none;
  position: relative;
}
#nav-new > ul > li.btn > a {
  background: #533ffb;
  color: white;
  border-radius: 26px;
  padding: 1rem 4rem;
}
#nav-new > ul > li a {
  transition: all 0.3s;
  color: #000000;
  display: block;
  padding: 30px 20px;
  position: relative;
}
#nav-new > ul > li > a:after {
  content: '';
  display: block;
  bottom: 0; 
  height: 2px; 
  left: 0;
  background: #533ffb;
  transition: all 0.3s;
  width: 0; 
  position: absolute;
}
#nav-new > ul > li:hover a:after {
  width: 100%;
}
#nav-new > ul > li:hover ul {
  display: block;
}
#nav-new > ul ul {
  display: none;
  position: absolute;
  box-shadow: 0 4px 60px 0 rgba(9, 31, 64, 0.16);
  padding: 20px;
  background-color: #ffffff;
  left: -40px;
  width: 220px;
}
#nav-new > ul#menu-main-nav > li:nth-child(1) > ul { 
  width: 500px;
  transform: none;
}
#nav-new > ul#menu-main-nav > li:nth-child(1) > ul a {
  font-size: 1.6rem;
  font-weight: 600;
}
#nav-new > ul#menu-main-nav > li:nth-child(1) .nav-desc {
  padding-top: 10px;
  font-size: 1.4rem; 
  line-height: 1.5;
  font-weight: normal;
  padding-right: 30%; 
}

#nav-new > ul#menu-main-nav > li > ul li {
  grid-column-start: 2;
}
#nav-new > ul ul li {
  list-style: none;
}
#nav-new > ul ul li a {
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 1.4rem;
}
#nav-new > ul ul li a:hover {
  color: #533ffb;
  background: #F7F6FF;
}
#nav-new > ul > li:nth-child(1) li a:hover {
  color: #000000;
}
#nav-new #menu-buttons-mobile > li > a,
#nav-new #menu-main-rhs > li > a {
  padding: 12px 30px; 
/*  margin: 0 5px;*/
  margin-left: 5px;
  background: #ECEAFF;
}
#nav-new #menu-buttons-mobile > li:last-child > a,
#nav-new #menu-main-rhs > li:last-child > a {
  background: #533FFB; 
  color: #fff;
}
#nav-new #menu-buttons-mobile > li > a:hover,
#nav-new #menu-main-rhs > li > a:hover {
  background-color: #0c0033;
  color: white;
}
#nav-new #menu-buttons-mobile {
  display: none;
}

#nav-new > ul#menu-main-nav > li:nth-child(2) > ul li:nth-child(14) { /**live*/
  grid-column-start: 3;
  grid-row-start: 1;
}


@media (min-width: 767px) and (max-width:1419px) {
  #header {
    background: white;
    padding: 15px 60px !important;
  }

  #footer .container {
    padding: 0px 60px !important;
  }
}

@media (max-width: 1200px) {
  #nav-new #menu-main-rhs {
    display: none;
  }
  #nav-new #menu-buttons-mobile {
    display: flex;
  }
  body { 
    padding-top: 0 !important;
  }
  body.nav-open {
    overflow-y: hidden;
  }
  #header {
    background: white;
    padding: 30px 0px;
  }
  #header #nav-new {
      transform-origin: top center;
      display: block;
      transform: scaleY(0);
      transition: ease-in-out 0.2s;
      position: absolute;
      z-index: 9;
      left: 0;
      right: 0;
      top: 52px;
      padding: 15px 0 30px;
      width: 100%;
      height: auto;
      background: #fff;
  }
  #header.is-open {
    position: fixed;
    min-height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    bottom: 0;
  }
  #header.is-open #nav-new {
    transform: scaleY(100%);
  }
  #nav-new > ul ul li a {
    padding: 12px 25px;
  }  
  #nav-new #menu-buttons-mobile > li > a,
  #nav-new #menu-main-rhs > li > a {
    padding: 16px 30px; 
    font-size: 1.4rem;
  }
  #nav-new > ul:nth-child(1) {
    display: block;
  }
  #nav-new > ul:nth-child(1) > li > a {
    padding: 15px 20px;
    font-size: 2rem;
    background: url('public/images/Group 25765.svg') right center no-repeat;
    background-position: calc(100% - 20px) 50%;
  }
  #nav-new #menu-buttons-mobile {
    margin: 0 -5px;
    justify-content: center;
    padding: 20px
  }
  #nav-new #menu-buttons-mobile > li {
    flex: 1;
  }
  #nav-new #menu-buttons-mobile > li a {
    white-space: nowrap;
    text-align: center;
  }
  #nav-new ul ul li a {
    border-radius: 0;
  }
  #nav-new > ul > li:hover ul { 
    display: none;
  }
  /*  B */
  #header #nav-new ul ul.sub-menu.active {
    display: block !important;
    position: static;
    box-shadow: none;
    width: 100% ;
    padding: 10px 0 0 0;
    transform: none;
  }
  #nav-new .menu-item-has-children.top-level-active {
    display: block;
  } 
  #nav-new > ul:nth-child(1) > li > a:hover {
    background-color: #f7f6ff;
  }
  #nav-new .top-level-active > a:after {
    background: #7363fb;
  }
  #nav-new > ul:nth-child(1) > li.top-level-active > a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.069' height='11.088' viewBox='28 119.5 6.069 11.088'%3E%3Cg data-name='Group 25777'%3E%3Cpath d='m29 125.52 5.069 5.068' stroke-linejoin='round' stroke-linecap='round' stroke-width='2' stroke='%23533ffb' fill='transparent' data-name='Line 2186'/%3E%3Cpath d='M34.064 119.5 28 125.94' stroke-linejoin='round' stroke-linecap='round' stroke-width='2' stroke='%23533ffb' fill='transparent' data-name='Line 2187'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-position-x: 20px;
    padding-left: 45px;
  }
}



#main > .elementor > .elementor-section-wrap > section:first-child,
#main > .elementor > .elementor-inner > .elementor-section-wrap > section:first-child {
  padding-top: 120px !important;
}

body.page-vt-docs #main > .elementor > .elementor-section-wrap > section:first-child,
body.page-vt-docs #main > .elementor > .elementor-inner > .elementor-section-wrap > section:first-child,
body.page-vt-writer #main > .elementor > .elementor-section-wrap > section:first-child,
body.page-vt-writer #main > .elementor > .elementor-inner > .elementor-section-wrap > section:first-child {
  padding-top: 40px !important;
}

#footer .container {
  width: 100%;
  max-width: 1300px; 
}

@media (max-width: 967px) {
  #footer {
    text-align: center;
  }
  #footer .col-1-5 {
    max-width: 100%;
    flex: 100%;
    padding: 20px 0;
  }
  #footer .nav-inline ul,
  #footer .nav-inline ul li {
    display: block;
    margin: 0 0 10px;
  }
  #footer li a {
    display: block;
    padding: 10px;
  }
}

.btn-download {
  border-radius: 0px;
  padding: 20px 40px;
  background: #533FFB;
  border: 0px;
  color: #FFF;
  font-size: 15px;
  font-weight: 400 !important;
  cursor: pointer; 
  font-weight: bold;
}

.btn-download:hover {
  background: #000;
}

@media(max-width: 500px) {
  .btn-download {
    font-size: 12px;
  }
}

.form {
  display: grid;
}
.form select,
.form input {
  padding: 20px 17px 17px;
  outline: none;
  font-size: 16px;
  width: 100%;
}
.form .form-submit h5 {
  font-size: 3rem;
}
.form .form-submit button {
  width: 100%;
  border-radius: 26px;
  padding: 20px;
  background: #533FFB;
  border: 0px;
  color: #FFF;
  font-size: 17px;
  cursor: pointer; 
  font-weight: bold;
}
.form label {
  color: #FFF;
  padding-bottom: 10px;
} 
.form select::placeholder,
.form input::placeholder {
  font-size: 18px;
} 
.form .row {
 margin-bottom: 20px; 
}

ul.video-listing {
  list-style: none;
  padding-left: 0;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 30px 30px; 
  grid-template-areas: ". . ."; 
}
@media( max-width: 991px ) {
  ul.video-listing {
    display: block;
  }
}

ul.video-listing li {
  position: relative
}
.video-listing h3 {
  font-family: "Inter", Sans-serif;
  font-size: 16px !important;
  font-weight: 500;
}
.video-listing p {
  font-family: "Inter", Sans-serif;
  font-size: 15px !important;
  font-weight: 400;
}
.page-blog .elementor-66031 .elementor-element.elementor-element-1b289a7 img {
  width: 680px;
}

blockquote p {
  font-style: italic;
  color: #533FFB;
  text-align: center;
  font-size: 35px;
  line-height: 46px;
}


 /**
    Hubspot forms popup
    24 June 2022
  */

#hubspot-form-popup {
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    display: none;
}

#hubspot-form-popup.open {
    display: flex;
}

#hubspot-form-popup .popup-content {
    width: 100vw;
    height: 100vh;
    background: #000;
    padding: 7% 5% 14% 5%;
    position: relative;
    overflow-y: scroll;
    color: #fff;
}

#hubspot-form-popup .popup-content .close {
    position: absolute;
    right: 6.7%;
    top: 25px;
    font-size: 50px;
}

#hubspot-form-popup .popup-content .close:hover {
    cursor: pointer;
}

#hubspot-form-popup .popup-content .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#hubspot-form-popup .popup-content .row .col {
    padding: 0 15px;
}

@media( min-width: 991px ) {
    #hubspot-form-popup .popup-content .row .col:last-of-type {
        display: grid;
        justify-content: center;
    }
}

#hubspot-form-popup .popup-content h2 {
    font-family: "Inter", sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 68px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#hubspot-form-popup .popup-content p {
    font-family: "Inter", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 20px;
}

#hubspot-form-popup .popup-content span {
    font-family: "Inter", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;

}

#hubspot-form-popup .hs-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    max-width: 620px;
}
.offcanvas .hs-form-field,
.dialog-widget .hs-form .hs-form-field,
#main .hs-form .hs-form-field {
    margin-bottom: 12px;
}
.offcanvas fieldset,
.dialog-widget .hs-form fieldset,
#main .hs-form fieldset {
    max-width: 100%;
}

.offcanvas fieldset.form-columns-1 .hs-input:not([type="checkbox"]),
.dialog-widget .hs-form fieldset.form-columns-1 .hs-input,
#main .hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important; 
}
.hs-form select,
.hs-form textarea,
.hs-form input {
    padding: 20px 17px 17px;
    outline: none;
    font-size: 16px;
    width: 100%;
    /*border-radius: 3px !important;*/
    border: 1px solid #ccc;
}
.hs-form textarea {
  height: 80px;
}
.hs-form .hs-submit {
    padding-top: 10px;
    grid-column: 1 / span 2;
}
.hs-form .hs-submit input {
    width: 100%;
    /*padding: 22px 20px 20px;*/
    padding: 16px 40px 16px 40px !important;
    background: #533FFB;
    border: 0px;
    color: #FFF;
    font-size: 17px !important;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0px !important;

}
.hs-form label {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    /*padding-bottom: 10px;*/
    padding-top: 10px;
}
.hs-form select::placeholder,
.hs-form input::placeholder {
    font-size: 18px;
}
.hs-form input::placeholder {
  color: black !important;
  opacity: 1;
}
.page-contact-us .hs-form .hs-form-field > label {
  display: none;
}

#pardotForm_error {
    display: none;
    background: #f78683;
    color:#fff;
    font-size: 18px;
    padding: 15px 10px 10px;
    text-align: center;
    margin: 20px 0;
    border-radius: 15px;
}

@media( max-width: 991px ) {
    #hubspot-form-popup .popup-content .row {
        grid-template-columns: 1fr;
    }
    .hs-form {
        grid-template-columns: 1fr;
    }
}

@media( max-width: 768px ) {
    .hs-form {
        grid-template-columns: 1fr;
    }
    .hs-form .hs-submit {
        grid-column: 1 / span 1;
    }
    #hubspot-form-popup .popup-content h2 {
        font-size: 44px;
        line-height: 52px;
    }
    #hubspot-form-popup .popup-content p {
        font-size: 2rem;
        padding-bottom: 0;
    }
    #hubspot-form-popup .popup-content span {
        margin-bottom: 15px;
        display: inline-block;
    }
}

.elementor-page-69282 .hs-form label {
    color: #000;
}

.hs-form .hs-form-field {
    position: relative;
}
.hs-form .hs-form-field .hs-error-msgs li:nth-of-type( 1n+2 ) {
    display: none;
}
.hs-form .hs-form-field .hs-error-msgs li label {
    font-size: 14px;
}
.hbspt-form .submitted-message {
    font-size: 20px;
    text-align: center;
}

#sliding-section .hbspt-form .submitted-message {
    font-size: 20px;
    text-align: center;
    color: #FFF !important;
}

.hbspt-form ul.hs-error-msgs {
  padding: 0;
}
.hbspt-form ul.hs-error-msgs li {
  list-style:none; 
}
.hbspt-form ul.hs-error-msgs label {
  color: red;
}

.elementor-page-69282 #pardot_loader{
    text-align: center;
}
.elementor-page-69282 #pardot_loader svg {
    filter: invert(100%) invert(24%) sepia(82%) saturate(5820%) hue-rotate(246deg) brightness(101%) contrast(97%);
}

@media (max-width:550px) {
    .copy-url {
        display:none !important;
    }
    .form label {
        font-size:15px !important;
    }
}

.copy-url svg { 
    width:100% !important;
}

.category-hidden-webinar .elementor-post-info__terms-list-item {
    display:none !important;
}

.elementor-65955 .elementor-element.elementor-element-4698fd4 img {
    min-height:311px !important;
}
.elementor-66224 .elementor-element.elementor-element-ac85f5d img {
    min-height:346px !important;
    object-fit:contain !important;
}
.elementor-67840 .elementor-element.elementor-element-e67d1eb .elementor-button {
    visibility:hidden;
}

.category-on-demand-webinar .elementor-67840 .elementor-element.elementor-element-e67d1eb .elementor-button {
    visibility:visible;
}

.category-on-demand-webinar .elementor-67840 .elementor-element.elementor-element-309707d .elementor-button {
    display:none;
}

.elementor-65955 .elementor-element.elementor-element-4698fd4 img {
    object-fit:cover !important;
    height:240px !important;
    min-height:240px !important;
}




.eq-slider .swiper-pagination-bullet {
    width: 171px;
    height: 8px;
    display: inline-block;
    border-radius: 0;
    background: #000;

}

.eq-slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 26px !important;
    left: -391px !important;
    width: 100% !important;
}


#footer h5 {
    font-size: 20px !important;
    font-weight: 400 !important;
    padding-top: 0 !important;
}


.social-footer img {
    height: 20px !important;
    width: auto !important;
}

.social-footer a {
    padding-right: 15px !important;
}
#footer .copy p,
#footer li a {
    font-weight: 200 !important;
    color: #cccccc9e !important;
}


/* Article Readability Shortcode */

.column-art-right.orange {
  text-align: right;
  width: 45%;
  padding: 0px 10px 0px 10px !important;
  border-radius: 0px 10px 10px 0px;
  background: #E5A224 !important;
}

.column-art-right.green {
  text-align: right;
  width: 45%;
  padding: 0px 10px 0px 10px !important;
  border-radius: 0px 10px 10px 0px;
  background: #29B199 !important;
}

.column-art-right-orange.orange {
  text-align: right;
  width: 45%;
  padding: 0px 10px 0px 10px !important;
  border-radius: 0px 10px 10px 0px;
  background: #E5A224 !important;
}

.column-art-right-orange.green {
  text-align: right;
  width: 45%;
  padding: 0px 10px 0px 10px !important;
  border-radius: 0px 10px 10px 0px;
  background: #29B199 !important;
}

.column-art-left {
  text-align: left;
  padding: 0px 10px 0px 10px !important;
  border-radius: 0px 10px 10px 0px;
  background: transparent !important;
  width: 100%;
}

.column-art-left,
.row-art-green,
.row-art-orange
 {
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;

}

.column-art-right,
.column-art-right-orange {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end !important;
}
  
.article-redability {
  display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
}

.column-art-right-orange h4,
.column-art-right-orange h1,
.column-art-left h1,
.column-art-left h4,
.column-art-right h1,
.column-art-right h4 {
  font-size: 15px !important;
  color: #FFF;
  font-family: "Inter", Sans-serif;
}

.column-art-left h1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.column-art-right-orange h4,
.column-art-right h4 {
  padding-top: 10px;
}

.row-art-green.orange {
  background: #FCB12B;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}

.row-art-green.green {
  background: #2DC7AC;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}

.row-art-orange.orange {
  background: #FCB12B;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}

.row-art-orange.green {
  background: #2DC7AC;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}

.tooltip-orange {
  background-color: #FFF;
  width: 470px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 12px;
  position: absolute;
  visibility: hidden;
  top: 65px;
  border-radius: 5px;
  box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.15);
  z-index: 30;
  border-left: 20px solid #FCB12B;
}

.tooltip-orange:after {
  z-index: -1;
  position: absolute;
  left: 18%;
  top:-6%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}
.tooltip-green strong,
.tooltip-orange strong {
  line-height: 2.5;
  font-weight: bold;
  font-size: 18px;
}

.tooltip-green a,
.tooltip-orange a {
  text-decoration: underline !important;
  font-weight: bold;
  line-height: 3;
}

.tooltip-green p,
.tooltip-orange p {
  padding-bottom: 0;
  font-weight: 300;
  font-size: 15px;
}

.tooltip-green {
  background-color: #FFF;
  width: 470px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-right: 30px;
  position: absolute;
  visibility: hidden;
  top: 65px;
  border-radius: 5px;
  box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.15);
  z-index: 30;
  border-left: 20px solid #2DC7AC;
}

.tooltip-green:after {
  z-index: -1;
  position: absolute;
  left: 18%;
  top:-6%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}

/*.row-art-green-info {
  background-color: #FFF;
  width: 550px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  position: absolute;
 
}*/
.row-art-green:hover .tooltip-green,
.row-art-orange:hover .tooltip-orange {
  visibility: visible !important;
}



@media(max-width: 725px) {
  .eq-slider .swiper-pagination-bullet {
    width: 127px;
  }
  .eq-slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: static;
  }
  .elementor-68102 .elementor-element.elementor-element-f82e058:not(.elementor-motion-effects-element-type-background) {
    background-size: 0% !important;
  }
}

#footer {
  background: #000 !important;
}

@media (min-width: 726px) and (max-width: 1745px) {
  .elementor-68102 .elementor-element.elementor-element-f82e058:not(.elementor-motion-effects-element-type-background) {
    background-size: 56% !important;
  }
}


.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 0 !important;
}

.product-badge-circle div {
    background: red !important;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    right: 0;
}


@keyframes fadeInUpPD {
  from {
      opacity: 0;
      transform: translate3d(0,30%,0)
  }
  to {
      opacity: 1;
      transform: none
  }
}

.fadeInUp {
  animation-name: fadeInUpPD !important
}


.offcanvas {
  position: fixed;
  left: -1000px;
  top: 0;
  height: 100%;
  width: 1000px;
  z-index: 99999;
  padding: 80px 180px 180px;
  background: #000;
  color: #FFF;
  font-size: 1.4rem;
  overflow: hidden;
  overflow-y: auto;
  transition: 0.3s ease all;
}
@media (max-width: 991px) {
  .offcanvas {
    width: 100%;
    right: -100%;
  }
}
@media (max-width: 757px) {
  .offcanvas {
    padding: 40px;
    overflow-y: auto;
  }
}

.offcanvas .head {
  padding-bottom: 15px;
}
.offcanvas h4 {
  text-align: center;
  font-size: 45px !important;
}

.offcanvas strong {
  font-weight: 400 !important;
}

.offcanvas .head img {
  height: 30px;
  width: 150px;
}
.offcanvas fieldset {
  max-width: 100% !important;
}
.offcanvas .close-offcanvas {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 6rem;
  color: #FFF;
  cursor: pointer;
  transition: 0.3s ease all;
}
.offcanvas .close-offcanvas:hover {
  opacity: 0.5;
}
/*.offcanvas .hbspt-form .actions .hs-button:focus:not(.inactive),
.offcanvas .hbspt-form .actions .hs-button.hovered:not(.inactive),
.offcanvas .hbspt-form .actions .hs-button:hover:not(.inactive),
.offcanvas .hbspt-form .actions .hs-button {
  background-image: url("../images/icons/brandicon - phone.svg");
  background-position: 15px center;
  padding: 20px 20px 20px 50px;
}*/

@media (max-width: 991px) {
  .offcanvas-open {
    overflow: hidden;
  }
}
.offcanvas-open .offcanvas {
  left: 0;
}
.offcanvas-open::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  display: block;
  z-index: 9999;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);

}
#request-call .hbspt-form li,
#main .hbspt-form li {
  list-style: none;
}
.offcanvas .hs-form-checkbox input {
      margin-right: 11px !important;
    /*margin-bottom: px !important;*/
    width: 15px !important;
    height: 15px !important;
}

.offcanvas .inputs-list.multi-container{
  padding: 0 !important;
}

.offcanvas .hs_product_interest.hs-product_interest.hs-fieldtype-checkbox.field.hs-form-field label span {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 2.2;
  color: white;
}

.input select {
  background: #fff url("https://www.visiblethread.com/wp-content/uploads/2022/12/Path-13176.svg") no-repeat 96% center !important;
  appearance: none !important;
}

.elementor-76470 .elementor-element.elementor-element-de0fa27 img {
  height: 50px !important;
}


@media(max-width: 1626px) {
  .tooltip-green,
  .tooltip-orange {
    left: -230px;
  }

  .tooltip-green:after,
  .tooltip-orange:after {
    display: none;
  }
}

@media (min-width: 757px) and (max-width: 1500px) {
    .elementor-heading-title h3 {
      font-size: 35px;
      line-height: 40px;
  }

  .elementor-heading-title h2 {
      font-size: 30px !important;
      line-height: 38px !important;
  }
  .elementor-2 .elementor-element.elementor-element-78017d5 .eael-fancy-text-strings,
  .elementor-2 .elementor-element.elementor-element-78017d5 .eael-fancy-text-prefix {
    font-size: 4.3rem !important;
  }

  .elementor-2 .elementor-element.elementor-element-78017d5 .eael-fancy-text-strings {
    line-height: 0.9em !important;
  }
  .bdt-prime-slider .bdt-ps-dotnav {
    margin-left: -72px !important;
  }
}


@media(max-width: 768px) {
  .hs-form {
    grid-template-columns: 1fr !important;
  }
}





.home-animation {
  max-width: 700px;
  margin: 0 auto;
  background: #F6F5FE;
}
.home-animation .inner {
  height: 600px;
  position: relative;
  background: url('public/images/homepage/bg-1.png') 0 0 no-repeat;
  background-size: cover;
  animation: PDHomeslide 15s infinite;   
}
.home-animation .flyouts img {
  position: absolute;
  top: 35%;         
  opacity: 0;  
  transform: translateX(-40px);
  animation: PDHomefadeInLeft 15s infinite;   
}
.home-animation .flyouts img:nth-child(1) {
  animation-delay: .5s;
  top: 45%;
  left: -70px;
} 
.home-animation .flyouts img:nth-child(2) {
  top: 56%;
  animation-delay: .8s;
  left: -70px;
}     
.home-animation .flyouts img:nth-child(3) {
  top: 67%;
  animation-delay: 1.2s;
  left: -70px;
}   
.home-animation .flyouts img:nth-child(4) {
  top: 78%;
  animation-delay: 1.6s;
  left: -70px;
}         

.home-animation .flyouts img:nth-child(5) {
  top: 35%;
  left: -90px;
  animation: PDHomefadeInTop 15s infinite;   
  animation-delay: 5s;
} 
.home-animation .flyouts img:nth-child(6) {
  top: 41.5%;
  left: -135px;
  animation: PDHomefadeInTop2 15s infinite;   
  animation-delay: 7.5s;
} 
.home-animation .flyouts img:nth-child(7) {
  top: 61%;
  left: -135px;
  animation: PDHomefadeInTop2 15s infinite;   
  animation-delay: 8s;
} 

@media (max-width: 967px) {
    .home-animation .flyouts img:nth-child(1),
    .home-animation .flyouts img:nth-child(2),
    .home-animation .flyouts img:nth-child(3),
    .home-animation .flyouts img:nth-child(4) {
      left: -20px;
    }
    .home-animation .flyouts img:nth-child(5) {
      left: -20px;
    }
    .home-animation .flyouts img:nth-child(6),
    .home-animation .flyouts img:nth-child(7) {
      left: -65px;
    }
}

@keyframes PDHomefadeInLeft {
  0% {
      opacity: 0;
      transform: translateX(40px);
  }
  5% {
      opacity: 1;
      transform: translateX(0);
  }
  23% {
      opacity: 1;
      transform: translateX(0);
  }
  25% {
      opacity: 0;
      transform: translateX(40px);
  }
  
}      

@keyframes PDHomefadeInTop {
  0% {
      opacity: 0;
      transform: translateY(-25%);
  }
  10% {
      opacity: 1;
      transform: translateY(0);
  }
  16% {
      transform: translateY(0);
  }
  18% {
      transform: translateY(-50%);
  }
  55% {
      transform: translateY(-50%);
      opacity: 1;
  }
  60% {
      opacity: 0;
      transform: translateY(-50%);
  }
}  

@keyframes PDHomefadeInTop2 {
  0% {
      opacity: 0;
      transform: translateY(40px);
  }
  5% {
      opacity: 1;
      transform: translateY(0);
  }
  40% {
      opacity: 1;
      transform: translateY(0);
  }
  45% {
      opacity: 0;
      transform: translateY(-40%);
  }
}  

@keyframes PDHomeslide {
  33%{
      background-image: url('public/images/homepage/bg-1.png');
  }
  38%{
      background-image: url('public/images/homepage/bg-2.png');
  }
  95%{
      background-image: url('public/images/homepage/bg-2.png');
  }
  100%{
      background-image: url('public/images/homepage/bg-1.png');
  }
}





.copy-url {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  z-index: 99;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  border-radius: 100%;
  background: #533ffb;
  cursor: pointer;
  transition: all 0.25s;
}
.copy-url svg {
  fill: white;
}
.copy-url:before {
  transition: all 0.25s;
  white-space: nowrap;
  color: #533ffb;
  content: "\2714   Copied";
  display: block;
  position: absolute;
  top: -3rem;
  opacity: 0;
}
.copy-url.copied::before {
  opacity: 1;
}
.copy-url:hover {
  transform: scale(1.2);
}

#roi-calc section {
  padding: 0;
}
#roi-calc h2 {
  margin-bottom: 20px;
}
#roi-calc h2 span {
  color: #533FFB;
}
#roi-calc .step {
  
}
#roi-calc .step-1 {
  margin-bottom: 30px;
  background: #F6F5FE;
}
#roi-calc .step-1 .col-12 {
  position: relative;
}
#roi-calc .step-1 .legend {
  padding: 14px 0 0; 
  font-size: 1.2rem; 
  opacity: 0.7;
}
#roi-calc .form-field {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  align-items: center;
}
#roi-calc .form-field label {
  font-weight: 500;
  font-size: 14px;
  margin-right: 20px;
}
#roi-calc .form-field input {
  padding: 8px 10px;
  width: 100%;
  max-width: 280px;
  font-size: 15px;
}
#roi-calc .form-submit {
  padding: 40px 0 60px;
  text-align: center;
  background: #F6F5FE;
}
#roi-calc .form-submit .row {
  align-items: center;
}
#roi-calc .form-submit h5 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
#roi-calc .form-submit button {
  background: #533FFB;
  color: #fff;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  background-color: #533FFB;
}
#roi-calc .form-submit button:hover {
  background: #3420D9;
}
#roi-calc .step-1 {
  padding: 40px 50px;
  margin: 0 -50px 30px;
}
#roi-calc .step-2 {
  margin-bottom: 30px;
} 
#roi-calc .step-2 header p {
  max-width: 700px;
  font-size: 16px;
}
.step.step-2 table {
  width: 100%;
}

.step.step-2 th {
  font-weight: 500;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.step.step-2 input {
  width: 100%;
  font-size: 14px;
  text-align: right;
  border-radius: 0;
  border: 1px solid #D3D3D3;
  padding: 10px; 
}
.header-left-table  {
  text-align: right !important;
  padding-right: 10px;
  padding-bottom: 15px;
}

.step.step-2 .small-row {
  width: 10% !important;
  padding: 10px 10px;
}

.step.step-2 td:last-child {
  padding-left: 10px;
  width: 10% !important;
}

.step.step-2 table {
  border-collapse: separate;
  /*border-spacing: 20px 0;*/
  border-collapse:collapse;
   
}
.step.step-2 tbody tr {
  border-bottom:1px solid #C0C0C0;
}

.step.step-2 tbody tr:last-child {
  border-bottom:0px solid #C0C0C0;
}

.step.step-2 tbody span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000000;
}

.step.step-2 td {
  padding: 10px 0;
  /*border-bottom: 1px solid gray;*/
  font-size: 16px;
  font-weight: 400 !important;
  font-family: "Inter", sans-serif;
}

.step.step-2 td li:marker {
  display: none !important;
}
#annual-hours,
#hours-using {
  background: #F6F5FE;
  border: 0;
}

#annual-cost {
  background: #5141F1;
  border: 0;
  color: #FFF;
}

.icon-row {
  display: flex;
  padding-top: 20px !important;

}
.icon-row span {
  padding-left: 20px;

}
.inner.saved-stats {
  color: #FFF;
}

.inner.saved-stats h3 { 
  font-size: 24px;
  font-weight: 600;
}
.inner.saved-stats > .row {
  margin: 0;
}
.inner.saved-stats > .row > .col-12 {
  padding: 35px 50px;
}
.inner.saved-stats .row .col-12.col-6-l {
  background: #533FFB;
}

.inner.saved-stats .row .col-12.col-6-l:last-child {
  background: #000000;
}

.inner.saved-total {
  background: red;
}

.col-12.col-4-l div {
  border: 1px solid #AB9DFE;
  padding: 10px 10px 10px 10px;
}

.inner.saved-stats .row .col-12.col-6-l:last-child .col-12.col-4-l div {
  border: 1px solid #5141F1 !important;
}

.col-12.col-4-l small {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  opacity: 0.48;
}

.inner.saved-stats .legend {
  color: #AB9DFE !important;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  padding-top: 30px;
}


.inner.saved-total {
  color: #FFF !important;
  background: #000000;
  padding: 50px;
}

.inner.saved-total .col-12.col-6-l {
  display: flex;
  align-items: center;
}

.result-total {
  font-size: 50px;
  border: 1px solid #533FFB;
  flex: 1;
  padding: 5px 20px;
  margin-left: 30px;
} 
@media (max-width: 1024px) {
  .result-total {
    margin-lefT: 0;
  }
  .canvaframe {
    width: 100% !important; 
    margin-bottom: 10px;
  }
}

.inner.saved-total h4 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.step.step-3,
.inner.alt {
  background: #F6F5FE;
  padding: 25px 60px 30px 54px;
}
.inner.alt {
  margin-top: 30px;
}

.step.step-3 {
  background: #F6F5FE;
  padding: 40px 50px 20px !important;
}

#roi-calc h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 11px;
  margin-top: 0px;
  padding-top: 0px;
}
@media (max-width: 1024px) {
  #roi-calc h2,
  .inner.saved-total h4,
  #roi-calc .form-submit h5 {
    font-size: 20px;
  }
  #roi-calc .step-1 {
    padding: 20px; 
  }
}
@media (max-width: 767px) {
  #roi-calc h2,
  .inner.saved-total h4,
  #roi-calc .form-submit h5 {
    font-size: 18px;
  }
}
.step.step-3 p {
  padding-bottom: 44px;
}

.btn.btn-roi2pdf {
  display: inline-block;
  color: #FFF;
  padding: 16px 40px;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  background-color: #533FFB;
}
.btn.btn-roi2pdf:hover {
  background: #3420D9;
}




@media (max-width: 500px) {
  .step.step-2 tbody span {
    font-size: 12px;
  }
  .step.step-2 th {
    font-size: 10px;
  }
}


.canvaframe {
  background-color: white;
  padding: 1%;
  width: 49%;
}
.canvaframe-span {
  font-size: 14px;
  color: #777777;
}
.blured {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.blured .inner {
  margin-bottom: 30px;
}
.blured .inner.saved-stats {
  margin-bottom: 0;
}
#step-2:not(blured) {
  transition: all .5s ease-out;
}
#step-3:not(blured) {
  transition: all .5s ease-out;
}
.btn-roi2pdf {
  cursor: pointer;
}

.input-prefix {
  position: relative;
}
.input-prefix input {
  padding-left: 30px !important;
}
.input-prefix span {
  position: absolute;
  left: 12px;
  top: 6px;
}

.grid-events {
      display: grid;
    /* grid-auto-columns: 1fr; */
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 100px;
}


@media (max-width: 830px) {
  .grid-events {
    grid-template-columns: 1fr;
    gap: 50px 0px !important;
  }
}

@media (min-width: 841px) and (max-width: 1290px) {
  .grid-events {
    grid-template-columns: 1fr 1fr 
  }
}



/*.services-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}*/

.flip-box-front img {
  width: 100% !important;
  height: auto !important;
}
.flip-box-back h5,
.flip-box-front h5 {
  color: #9B95F2;
  font-weight: 600;
  font-family: "Inter", Sans-serif;
}
.flip-box-back h4,
.flip-box-front h4 {
  font-size: 25px;
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  margin-bottom: -20px;
}

.flip-box-back .eq-bio p {
  width: 100%;
  font-family: "Inter", Sans-serif;
  text-align: left !important;
  font-size: 16px !important;
  font-weight: 400;
}

.eq-position {
  border-bottom: 2px solid #9B95F2 !important;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}


.flip-box {
  background-color: transparent;
  width: 360px;
  height: 500px;
  /*border: 1px solid #f1f1f1;*/  
  border-radius: 10px;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.flip-box-front {
  background-color: #fff;
  color: black;
  border-radius: 10px;
}

.flip-box-front img
{
  height: 50px;
  width: 50px;
}

.flip-box-back {
  background-color: #ffffff;
  color: #000;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}

.next {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
}


.eq-second-next .next {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #533FFB;
}

@media(max-width: 880px) {
  .eq-second-next .next {
    font-size: 12px;
  }
}



.next_second {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.eq-second-next .next_second {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #533FFB !important;
}

@media(max-width: 880px) {
  .eq-second-next .next_second {
    font-size: 12px;
  }
}



.dropdown-btn {
    background-color: #FFF;
    border: 1px solid black !important;
    color: #000;
    padding: 12px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-width: 315px;
    text-align: left;
    border: none;
    cursor: pointer;
    border-radius: 0px !important;
    padding: 15px 19px 15px 19px !important;
}

/* Style the chevron icon */
.fa-chevron-down {
    color: #000;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    color: #000;
    min-width: 315px;
    font-size: 13px;
    font-family: Inter, sans-seri;
    z-index: 999;

}

/* Show the dropdown content when the dropdown button is clicked */
.show {
    display: block;
}

/* Style the dropdown links */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 13px;
    font-family: Inter, sans-seri;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
}



.iframe-container {
  position: relative; 
  height: 250px; 
}

.iframe-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1; 
  padding-left: 20px;
  padding-right: 100px;
}

iframe {
  position: relative;
  z-index: 0; 
}



.iframe-container h3 {
  color: #FFF !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  padding: 0 !important;
  margin-top: -48px;
}


.dark-after.overlay {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-around !important;
}

.custom-button {
    color: #FFF;
    background: transparent;
    border: unset;
    padding: 0 !important;
    text-align: left !important;
}

.button-link {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

.terms-div p {
  color: #FFF !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  padding: 0 !important;
}

.terms-div {
    display: flex;
    flex-direction: row;
    gap: 17px;
}

.page-product-videos .video-listing h3 {
  font-weight: 600 !important;
}

/*
.elementor-68884 .elementor-element.elementor-element-c87f78d > .elementor-widget-container {
  border: unset !important;
  box-shadow: unset !important;
}

.elementor-68884 .elementor-element.elementor-element-c87f78d > .elementor-widget-container table {
    width: 100% !important;

}


.elementor-68884 .elementor-element.elementor-element-c87f78d > .elementor-widget-container .column-3,
.elementor-68884 .elementor-element.elementor-element-c87f78d > .elementor-widget-container .column-2,
.elementor-68884 .elementor-element.elementor-element-c87f78d > .elementor-widget-container .column-1 {
    border-bottom: 1px solid gray;
    padding: 10px;
    vertical-align: top;
    font-size: 80%;
    text-align: left;
}


.elementor-68884 .elementor-element.elementor-element-c87f78d > .elementor-widget-container .column-3,
.elementor-68884 .elementor-element.elementor-element-c87f78d > .elementor-widget-container .column-1 {
  width: 40%;
}

@media(max-width:550px) {
  .elementor-68884 .elementor-element.elementor-element-c87f78d > .elementor-widget-container .column-3,
.elementor-68884 .elementor-element.elementor-element-c87f78d > .elementor-widget-container .column-2,
.elementor-68884 .elementor-element.elementor-element-c87f78d > .elementor-widget-container .column-1 {
    font-size: 12px;
    line-height: 18px;
}
}*/


#nav-new .columns-menu {
  display: none;
  box-shadow: 0 4px 60px 0 rgba(9, 31, 64, 0.16);
  padding: 20px;
  background-color: #ffffff;
  left: -40px;
  /* width: 500px; */
  position: absolute;
}

#nav-new .columns-menu h5 {
display: block;
padding: 5px 22px;
font-size: 1.6rem; 
font-weight: 600;
}
#nav-new li:hover .columns-menu {
display: flex;
}
#nav-new .columns-menu ul {
position: static;
display: block;
box-shadow: none;
padding: 0;
}
#nav-new .columns-menu .custom-nav-colum {
  width: 33.33%; /* Adjust as needed */
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1200px) {
#nav-new .top-level-active .columns-menu {
  position: static;
  width: 100%;
  display: block !important;
  padding: 20px 0;
}
#nav-new li:hover .columns-menu {
  display: none;
}
#nav-new .top-level-active .columns-menu ul {
  width: 100%;
  display: block !important;
}
}


/* Hide HubSpot Top Bar */
#hs-web-interactives-top-anchor {
  display: none !important;
}

/* Header Announcement Bar */
#header {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#header-announcement {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px; 
    padding-right: 60px;
    padding-left: 60px;
    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid transparent;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99 !important;

    animation-name: slideDownFadeIn;
    animation-duration: 0.6s; 
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; 
}
#header-announcement .announcement  p {
  padding: 0;
}
#header-announcement.is-closing {
    animation-name: slideUpFadeOut;
    animation-duration: 0.6s; 
    animation-timing-function: ease-in; 
    animation-fill-mode: forwards;
}
#header-announcement.scrolled {
    padding-top: 15px;
    padding-bottom: 15px;
}
#header-announcement .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#header-announcement .icon {
    justify-content: center;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#header-announcement .icon img {
    width: 20px;
    height: 20px;
    display: inline-block;
}
#header-announcement .announcement-wrapper {
    display: flex;
    gap: 35px;
    justify-content: space-between;
    align-items: center;
}
#header-announcement .announcement {
    color: #fff;
    font-size: 14px;
}
#header-announcement .button a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.announcement-close {
    fill: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
}
@keyframes slideDownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideUpFadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}
@media (max-width: 1200px) {
    #header-announcement {
        display: none !important;
    }
}
@media (max-width: 1200px) {
    #header {
        padding: 30px 0px !important;
    }
}

body.has-announcement-bar.bar-type-above #header.scrolled {
  padding-top: 0;
}

body.has-announcement-bar.bar-type-under #header.scrolled {
  padding-top: 0;
  padding-bottom: 0;
}

body.has-announcement-bar.bar-type-over #header.scrolled {
    padding-bottom: 0;
}

#nav-new > ul#menu-main-nav > li:nth-child(1) > ul {    z-index: 999 !important;
}