/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
body {
  font-family: "transducer";
  overflow-x:hidden;
}
h1,
.h1 {
  font-family: "transducer";
}
h2,
.h2 {
  font-family: "transducer";
}
h3,
.h3 {
  font-family: "transducer";
}
h4,
.h4 {
  font-family: "tt-autonomous-mono";
  text-transform: uppercase;
}
h5,
.h5 {
  font-family: "transducer";
}
h6,
.h6 {
  font-family: "tt-autonomous-mono";
  text-transform: uppercase;
}
.display-1,.display-2,.display-3,.display-4 {
  font-family: "transducer";
}
p,
p.lead, 
p.large {
  font-family: "transducer";
}
blockquote,small {
  font-family: "transducer";
}
.btn,
.btn-wrapper .cta_button,
.btn-wrapper .cta-button,
.btn-wrapper input[type="submit"],
.btn-wrapper input[type="button"],
input[type="submit"],
input[type="button"] {
  font-family: "tt-autonomous-mono";
  text-transform: uppercase;
}
.navbar .navbar-nav .dropdown .dropdown-item,
.navbar .navbar-nav .nav-link,
.btn-wrapper.btn-primary-wrapper.d-xl-inline a,
.no-button.header__menu-link,
.header__menu-link {
  font-family: "transducer";
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.uppercase{
  text-transform:uppercase;
  font-family: "tt-autonomous-mono";
}
.content-wrapper ul li {
  font-size: 11px;
  font-family: "transducer";
}
.responsive-image {
  position: relative;
}
.p-left-0{
  padding-left:0;
}
.p-right-0{
  padding-right:0;
}
.dis-flex {
  display: flex;
}
.jcsb{
  justify-content: space-between;
}

.grey-form-background {
  background-color: var(--tertiary);
  border-radius: 16px;
  padding: 32px;
}
a.cta-button {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pdf-download .content-wrapper h5 {
  padding-right: 30px;
}
.su-icon .accor-icon:before {
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/question.svg) !important;
  width: 45px;
  height: 45px;
  background-position: center;
}
.d-icon .img-icon.content-only {
  display: block;
  left: auto;
  right: 30px;
  top: -24px;
  padding: 0;
  background: transparent;
}
.su-icon details.details:nth-of-type(2) a.cta-button:before {
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/download-1.svg) !important;
}
.d-icon .v-card a.cta-button:after {
  display: none;
}
.a-icon .btn-primary-wrapper a.cta-button:after {
  content: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/line-arrow-left-circle-1--arrow-keyboard-circle-button-left.svg);
  height: 18px;
  padding-left: 10px;
  width: 17px;
  padding-right: 20px;
}
.rv-btn a.cta-button:after {
  content: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/location-pin-option-add.svg);
  width: 16px;
  height: 20px;
  padding-left: 6px;
  margin-top: -4px;
}
.cs-btn a.cta-button:after {
  content: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/line-arrow-left-circle-1--arrow-keyboard-circle-button-left-1.svg);
  padding-left: 10px;
  margin-top: 3px;
}
.a-btn a.cta-button:after {
  content: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/line-arrow-left-circle-1--arrow-keyboard-circle-button-left.svg);
  height: 18px;
  padding-left: 10px;
  width: 17px;
}
.extra-flags .responsive-image a:after {
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/PDF/Flag_of_Association_of_Southeast_Asian_Nations-4096x2731.png);
  width: 50px;
  height: 37px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  position: absolute;
  left: 80px;
}
.extra-flags .responsive-image a:before {
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/PDF/Flag_of_Australia-4096x2048.png);
  width: 50px;
  height: 37px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  position: absolute;
  left: 140px;
}
.extra-flags .responsive-image:before {
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/PDF/Flag_of_New_Zealand-4096x2048.png);
  width: 50px;
  height: 37px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  position: absolute;
  left: 200px;
}
/*****************************************/
/*Header CSS*/
/*****************************************/

.notification-bar {
  background: var(--secondary);
  padding: 14px 0;
	min-height:57px;
}
.notification-bar a {
  font-size: 18px;
  color: #000;
  font-family: "transducer";
  text-decoration: underline;
}
.notification-bar a:hover {
  color: #000;
}
.notification-bar h3 {
  display: inline-block;
  margin-bottom: 0;
}
.inner-notification {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.close-notification {
  cursor: pointer;
}
.hidden .notification-bar {
  display: none;
}
.header__menu-item--language-switcher .header__menu-submenu li {
  display: block;
}
li.header__menu-item.header__menu-item--language-switcher {
  position: relative !important;
  padding:22px 0;
}
li.header__menu-item.header__menu-item--language-switcher ul:before{
  display:none;
}
img.lang-flag {
  max-width: 20px;
  margin-right: 10px;
}
.header__menu-item--language-switcher .header__menu-submenu {
  min-width: 220px;
  padding: 10px 20px !important;
  width: 100% !important;
  position: absolute;
  top: 76px;
  opacity: 0;
  visibility: hidden;
}
img.flag-icon {
  max-width: 20px;
}
span.lang-icon {
  background: #EAEFF4;
  border-radius: 8px;
  display: inline-block;
  padding: 8px 12px;
  font-size:10px;
}
li.header__menu-item.header__menu-item--language-switcher button svg.header__menu-child-toggle {
  display: none;
}
.header__menu-wrapper > .header__menu-item:first-child.header__menu-item--open ul.header__menu-submenu.header__menu-submenu--level-2 {
  width: 100%;
  display: flex;
}
ul.header__menu-submenu.header__menu-submenu--level-3 {
  opacity: 1;
  visibility: visible;
  position: relative;
  left: 0;
  top: 0;
  box-shadow: none;
  border: 0 !important;
  background: transparent !important;
  padding:0;
}
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:first-child button svg.header__menu-child-toggle {
  display: none;
}
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2 {
  display: block;
}
.header__menu-item {
  position: static !important;
}
a.header__menu-link p {
  font-size: 15px;
  color: #000;
}
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:first-child {
  width: 50%;
}
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(2), .header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) {
  width: 25%;
  padding:0 16px;
}
.header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 li:nth-of-type(2) button.header__menu-link, .header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 li:nth-of-type(3) button.header__menu-link{
  position: relative;
  width: 100%;
  padding: 0 0 10px;
  font-weight: 500 !important;
}
.header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 li:nth-of-type(2) button.header__menu-link:before,.header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 li:nth-of-type(3) button.header__menu-link:before {
  position: absolute;
  content: "";
  background: #BCC3C9;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
  transform: none;
}
ul.header__menu-wrapper > li.header__menu-item.header__menu-item--depth-1.header__menu-link--active-link > a.header__menu-link {
  font-weight: 500 !important;
}
ul.header__menu-wrapper > li.header__menu-item.header__menu-item--depth-1.header__menu-link--active-link > a.header__menu-link:before {
  position: absolute;
  content: "";
  background: #FF9E1B;
  width: calc(100% - 40px);
  height: 1px;
  left: 0;
  bottom: 25px;
  margin: 0 auto;
  right: 0;
}
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:first-child ul {
  width: 100%;
  max-width: 420px;
}
.header__menu-submenu .header__menu-link{
  padding:10px 0 !important;
}
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) ul li a{
  font-weight: 500 !important;
  border-bottom:1px solid #BCC3C9;
  position:relative;
}
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) ul li:first-child a,
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) ul li:nth-of-type(2) a{
  border:0;
  font-weight: 400 !important;  
}
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) ul li a:before {
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/arrow_drop_down.svg);
  content: "";
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) ul li:first-child a:before,
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) ul li:nth-of-type(2) a:before{
  display:none;
}
a.header__menu-link button.btn-tertiary {
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 10px;
  padding: 8px 12px;
  background: transparent;
  position: absolute;
  top: 74px;
  right: 0;
  font-family: tt-autonomous-mono;
}
a.header__menu-link button.btn-tertiary:hover {
  border: 1px solid var(--secondary);
  color: #000;
  background: var(--secondary);
}
a.header__menu-link h2 {
  border-bottom: 1px solid #BCC3C9;
  width: 100%;
  padding-bottom: 24px;
  margin-bottom:0;
}
ul.header__menu-submenu.header__menu-submenu--level-2:before {
  position: absolute;
  background: #EAEFF4;
  width: 100vw;
  left: 50%;
  content: "";
  height: 100%;
  top: 0;
  z-index: -1;
  transform: translateX(-50vw);
}
button.learn-more {
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 8px;
  padding: 8px 12px;
  background: transparent;
  font-family: tt-autonomous-mono;
}
button.learn-more:hover {
  border: 1px solid var(--secondary);
  color: #000;
  background: var(--secondary);
}
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:first-child button:before{
  display:none;
}
.header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 > li.header__menu-item:nth-of-type(4), 
.header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 > li.header__menu-item:nth-of-type(5),
.header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 > li.header__menu-item:nth-of-type(6),
.header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 > li.header__menu-item:nth-of-type(7){
  display: none;
}
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(2) > a.header__menu-link,
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) > a.header__menu-link{
  border-bottom: 1px solid #bcc3c9;
  width: 100%;
  display:none;
}
li.header__menu-item.header__menu-item--language-switcher.header__menu-item--open ul{
  opacity:1;
  visibility: visible;
  top:76px;
}
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(2) ul li:first-child,
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) ul li:first-child{
  border-bottom: 1px solid #bcc3c9;
}
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(2) ul li:first-child a,
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) ul li:first-child a{
  font-weight:500 !important;
}
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(2) ul li:first-child:before,
.header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) ul li:first-child:before{
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/nav-arrow.svg);
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 16px;
  height: 16px;
}

.new-tab-arrow:after {
  content: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/north-east-arrow.svg);
  margin-left: 5px;
}

/*****************************************/
/*Hero CSS*/
/*****************************************/

.partners-hero:before {
  position: absolute;
  content: "";
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/partner-hero-shape.svg);
  width: 834px;
  height: 100%;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.contact-hero:before {
  position: absolute;
  content: "";
  background: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/contact-shape.png');
  width: 800px;
  height: 100%;
  right: 120px;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.career-hero .content_col {
  background: var(--light);
  padding: 32px;
  border-radius: 8px;
  margin-left: 15px;
}
.icon-img {
  width: 64px;
  height: 64px;
  background: #FF9E1B;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  top: -15px;
  left: -15px;
}
.img-icon {
  width: 62px;
  height: 62px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
}

/*****************************************/
/*Button Icon CSS*/
/*****************************************/

.home-hero a.cta-button, .cnc-machine .cta-group > div a.cta-button,.card1 a.cta-button,.why-vericut .cta-group > div a.cta-button,
.industry-integrated .cta-group > div a.cta-button,.offer-banner2 .cta-group > div a.cta-button, .training-hero .cta-group > div a.cta-button,
.details__content a.cta-button,.tech-tips .cta-group > div a.cta-button,.tab-copy .btn-wrapper.btn-tertiary-wrapper a.cta-button,
.vr-hero .cta-group > div a.cta-button,.contact-btn .cta-group > div a.cta-button,.career-hero .cta-group > div a.cta-button,
.vue-hero .cta-group > div a.cta-button,.product-hero .cta-group > div a.cta-button,.inner-product-hero .cta-group > div a.cta-button,
.vb-btn .cta-group > div a.cta-button,.force-banner .cta-group > div a.cta-button,.v95 .cta-group > div a.cta-button{
  position: relative;
  padding-right: 45px !important;
}
.home-hero a.cta-button:hover,.cnc-machine .cta-group > div a.cta-button:hover,.card1 a.cta-button:hover,.why-vericut .cta-group > div a.cta-button:hover,
.industry-integrated .cta-group > div a.cta-button:hover, .offer-banner2 .cta-group > div a.cta-button:hover, .training-hero .cta-group > div a.cta-button:hover,
.details__content a.cta-button:hover,.tech-tips .cta-group > div a.cta-button:hover,.tab-copy .btn-wrapper.btn-tertiary-wrapper a.cta-button:hover,
.vr-hero .cta-group > div a.cta-button:hover,.contact-btn .cta-group > div a.cta-button:hover,.career-hero .cta-group > div a.cta-button:hover,
.vue-hero .cta-group > div a.cta-button:hover,.product-hero .cta-group > div a.cta-button:hover,.inner-product-hero .cta-group > div a.cta-button:hover,
.vb-btn .cta-group > div a.cta-button:hover,.force-banner .cta-group > div a.cta-button:hover,.v95 .cta-group > div a.cta-button:hover{
  padding-right: 45px;
}
.support-hero .cta-group > div:last-child a.cta-button,.support-hero .cta-group > div:last-child a.cta-button:hover{
  padding-right: 55px !important;
  position: relative;
}
.pdf-download .cta-group {
  position: absolute;
  top: 0;
  right: 24px;
}
.home-hero a.cta-button:after,
.laptop-icon a.cta-button:after {
  width: 17px;
  content: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/laptop-decice.svg');
  height: 18px;
  padding-left:10px;
}
.cnc-machine .cta-group > div:first-child a.cta-button:before,
.alert-icon a.cta-button:before {
  position: absolute;
  content: "";
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/alert-icon.svg);
  right: 15px;
  top: 12px;
  width: 18px;
  height: 18px;
}
.cnc-machine .cta-group > div:last-child a.cta-button:before,
.check-icon a.cta-button:before {
  position: absolute;
  content: "";
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/right-icon.svg);
  right: 15px;
  top: 12px;
  width: 18px;
  height: 18px;
}
.card1 .cta-group > div:last-child a.cta-button:before,.contact-btn .cta-group > div:last-child a.cta-button:before, .right-arrow-icon a.cta-button:before {
  position: absolute;
  content: "";
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/right-arrow.svg);
  right: 15px;
  top: 12px;
  width: 20px;
  height: 21px;
}
.why-vericut .cta-group > div:first-child a.cta-button:before {
  position: absolute;
  content: "";
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/alert-icon.svg);
  right: 15px;
  top: 12px;
  width: 18px;
  height: 18px;
}
.industry-integrated .cta-group > div:first-child a.cta-button:before, .play-icon a.cta-button:before {
  position: absolute;
  content: "";
  background: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/ply-btn.svg');
  right: 15px;
  top: 7px;
  width: 17px;
  height: 16px;
}
.offer-banner2 .cta-group > div:first-child a.cta-button:before,.tech-tips .cta-group > div a.cta-button:before {
  position: absolute;
  content: "";
  background: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/line-arrow-left-circle-1--arrow-keyboard-circle-button-left.svg');
  right: 15px;
  top: 13px;
  width: 17px;
  height:18px;
}
.training-hero .cta-group > div:first-child a.cta-button:after,.career-hero .cta-group > div a.cta-button:after,
.product-hero .cta-group > div a.cta-button:after,.inner-product-hero .cta-group > div a.cta-button:after,.force-banner .cta-group > div a.cta-button:after {
  width: 17px;
  content: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/line-arrow-left-circle-1--arrow-keyboard-circle-button-left.svg);
  height: 18px;
  padding-left:10px;
}
.pdf-download .cta-group a.cta-button:before, .download-icon a.cta-button:before {
  position: absolute;
  content: "";
  background: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/Download%20icon.svg');
  right: 10px;
  top: 5px;
  width: 32px;
  height: 33px;
}
.details__content a.cta-button:before {
  position: absolute;
  content: "";
  background: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/line-arrow-left-circle-1--arrow-keyboard-circle-button-left.svg');
  right: 10px;
  top: 5px;
  width: 17px;
  height: 18px;
}
.support-hero .cta-group > div:last-child a.cta-button:before {
  position: absolute;
  content: "";
  background: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/text-file.svg');
  right: 18px;
  top: 10px;
  width: 15px;
  height: 18px;
}
.tab-copy .btn-wrapper.btn-tertiary-wrapper a.cta-button:before {
  position: absolute;
  content: "";
  background: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/pdf-icon.svg');
  right: 18px;
  top: 7px;
  width: 13px;
  height: 16px;
}
.vr-hero .btn-wrapper a.cta-button:after,.inner-product-hero.vr .btn-wrapper a.cta-button:after {
  width: 17px;
  content: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/donload-black.svg');
  height: 18px;
  padding-left:10px;
}
.vue-hero .btn-wrapper a.cta-button:before {
  position: absolute;
  content: "";
  background: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/Functional%20Icons.svg');
  right: 18px;
  top: 11px;
  width: 20px;
  height: 21px;
}
.vb-btn .btn-wrapper a.cta-button:after,.v95 .cta-group > div a.cta-button:after {
  width: 17px;
  content: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/donload-black.svg');
  height: 18px;
  padding-left:10px;
}
a.back-btn svg {
  position: relative;
  top: -2px;
}
.tag a {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 15px;
  font-family: "tt-autonomous-mono";
}
ul.nav.nav-tabs.cta-group {
  gap: 0;
  flex-wrap: nowrap;
  margin-bottom: 32px !important;
  overflow: auto;
  white-space: nowrap;
}
li.nav-item {
  width: 100%;
}
li.nav-item button {
  width: 100%;
  justify-content: center;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #DDE5ED !important;
  border-right: 1px solid #DDE5ED !important;
  background: #F0F4F7 !important;
  color: #000 !important;
}
button.nav-link.cta-button.active {
  border-bottom: 4px solid var(--secondary) !important;
}
.sr-form h3.heading {
  border-bottom: 1px solid #DDE5ED;
  padding-bottom: 16px;
  margin-bottom: 0;
}
span.info1 {
  background: var(--secondary);
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 8px;
  display: inline-block;
  padding: 9px 16px;
  font-family: "tt-autonomous-mono";
	color: #000;
}
span.info2 {
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 8px;
  display: inline-block;
  padding: 9px 16px;
  font-family: "tt-autonomous-mono";
  background: var(--dark);
  border: 1px solid var(--white);
  color: var(--white);
}
span.info3 {
  background: var(--white);
  color: var(--black);
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 8px;
  display: inline-block;
  padding: 9px 16px;
  font-family: "tt-autonomous-mono";
}
.img-info {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.sr-case-studies-slider-02.testimonials .case-image img {
  border-radius: 8px 0 0 8px;
}
.sr-case-studies-slider-02.testimonials .sr-card {
  border-radius: 0 8px 8px 0;
}
.sr-case-studies-slider-02.testimonials .slickSliderItem {
  border-radius: 8px;
}
.sr-case-studies-slider-02.testimonials .slide-content p{
  font-family: "transducer";
}
.sr-case-studies-slider-02.testimonials .author-name{
  font-weight:500;
  font-family: "transducer";
  text-transform: inherit;
  margin-bottom: 5px;
}
.right-btn .cta-group {
  justify-content: flex-end;
}
.testimonials .carousel-wrapper {
  padding-top: 32px;
}
.testimonials .blaze-pagination button {
  background: var(--white);
}
.testimonials .blaze-pagination button.active {
  box-shadow: 0 0 0 2px var(--secondary);
}
.testimonials .blaze-pagination {
  justify-content: flex-start;
  margin-top: 32px;
}
.testimonials button.blaze-arrow.blaze-next.chevron-right {
  top: auto;
  bottom: -30px;
  right: 20px;
  width: 40px;
  height: 32px;
  border: 1px solid #fff;
  background: transparent url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/icon-left.svg);
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonials button.blaze-arrow.blaze-prev.chevron-left {
  top: auto;
  bottom: -30px;
  right: 40px;
  left:auto;
  width: 40px;
  height: 32px;
  border: 1px solid #fff;
  background: transparent url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/icon-right.svg);
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonials .blaze-arrow svg{
  display:none;
}
.card1 .content-wrapper {
  background: var(--primary) !important;
  padding: 32px !important;
}
.full-btn .cta-group .btn-wrapper {
  width: 100%;
}
.full-btn a.cta-button {
  width: 100%;
  justify-content: center;
}
.offer-banner .row {
  padding: 64px;
  background: #002431;
  border-radius: 16px;
}
.offer-banner2 .row{
  padding: 64px;
  background: var(--light);
  border-radius: 16px;
}
.for-mobile{
  display:none;
}
.sr-cards-filter-02 ul.slick-dots {
  justify-content: flex-start;
}
.sr-cards-filter-02  button.slick-next.slick-arrow { background: transparent url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/arrow_right.svg); background-repeat: no-repeat; background-position: center; display: flex !important; align-items: center; justify-content: center; padding: 0; font-size: 0; border: 1px solid #000; width: 40px; height: 32px; border-radius: 8px; position: absolute; right: 0; bottom: -11px; z-index: 1; cursor: pointer; }
.sr-cards-filter-02  button.slick-prev.slick-arrow { background: transparent url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/arrow_left.svg); background-repeat: no-repeat; background-position: center; display: flex !important; align-items: center; justify-content: center; padding: 0; font-size: 0; border: 1px solid #000; width: 40px; height: 32px; border-radius: 8px; position: absolute; right: 56px; bottom: -11px; z-index: 1; cursor: pointer; }

.sr-cards-filter-02 .slick-dots li.slick-active button {
  box-shadow: 0 0 0 2px var(--secondary);
}
.sr-cards-filter-02 .slick-dots button{
  margin:0 8px;
}
.sr-tabs-accordion-02 .details{
  background:#fff;
  padding:0 24px;
  border-radius:16px;
  margin-bottom: 16px;
}
.sr-tabs-accordion-02 .details__summary h5,.sr-tabs-accordion-02 .details__content p{
  color:#000;
}
.sr-tabs-accordion-02 [open] span.details-icon {
  background: var(--primary);
}
.sr-tabs-accordion-02 [open] span.details-icon:after {
  background: var(--white);
}
.sr-tabs-accordion-02 .details__content {
  border-top: 1px solid #C2CCD0;
  padding-top: 16px;
}
.training-card .content-wrapper {
  background: var(--light);
  padding: 32px;
  border-radius: 16px;
}
.accor-icon {
  border-bottom: 1px solid #2E505D;
  padding-bottom: 30px;
  padding-right:60px;
}
.accor-icon:before {
  position: absolute;
  content: "";
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/Brand%20Icons%20-%20dark.svg);
  width: 60px;
  height: 61px;
  right: 10px;
  top: 0;
}
.vr-accordion .accor-icon:before {
  position: absolute;
  content: "";
  background: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/help-mark.svg');
  width: 46px;
  height: 45px;
  right: 10px;
  top: 0;
}
.force_acc .accor-icon:before {
  position: absolute;
  content: "";
  background: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/help-mark.svg');
  width: 46px;
  height: 45px;
  right: 10px;
  top: 0;
}
span.event-date {
  color: #000;
  font-size: 15px;
  font-family: "transducer";
  padding-right: 55px;
}
span.acc-number {
  font-size: 30px;
  color: #000;
  padding-right: 16px;
  font-family: "transducer";
}
.sr-tabs-accordion-02 .details__content .btn-wrapper {
  display: inline-block;
  margin-right: 10px;
  margin-bottom:10px;
}
.support-hero .cta-group {
  display: block;
}
.support-hero .cta-group > div:last-child {
  margin-top: 16px;
}
.support-hero .cta-group .btn-wrapper {
  display: block;
}
.tech-tips .icon-img {
  left: auto;
  right: -15px;
}
.sr-tabs-accordion-02 .details__summary h5 {
  padding-right: 50px;
}
.form-control, input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), 
input[readonly]:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), select, textarea{
  border-radius:8px;
  border:1px solid #91A3AA;
}
.sr-two-col-01 textarea{
  height:150px;
  resize:none !important;
}
.hs-form-field label span {
  font-size: 11px;
  font-family: "transducer";
}
.sr-two-col-01 form{
  gap:16px;
}
.form-text .content-wrapper p a {
  color: #000;
}
.sr-two-col-01 form .hs-richtext p {
  margin: 0;
}
.sr-two-col-01 form .hs-richtext p a{
  text-decoration:underline;
  font-weight:500;
  color: #000;
}
.sr-two-col-01 .sr-form {
  padding: 32px !important;
  border-radius: 16px;
}
.v-card .content-wrapper {
  background: var(--primary) !important;
  padding: 32px !important;
}
.tab-copy h2 {
  margin: 16px 0;
}
.tab-copy .btn-wrapper {
  display: inline-block;
  margin-right: 10px;
  margin-bottom:5px;
}
.fp-0 .sr-form {
  padding: 0 !important;
}
.sr-cards-articles-02 .post-name {
  color: var(--black) !important;
}

.sr-cards-articles-02 h5.heading,
.sr-one-col-01 h5.heading,
.sr-tabs-accordion-02 h5.heading,
.sr-gallery-02  h5.heading {
  text-transform: uppercase;
}
span.reading-minutes {
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "tt-autonomous-mono";
}
span.date {
  font-size: 11px;
  color: #000;
  font-family: "transducer";
}
span.brand-name {
  display: block;
  margin-top: 13px;
  max-width: 180px;
}
.p-uk .v-card .content-wrapper {
  background: #002431 !important;
}
.post-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-bottom: 1px solid #BCC3C9;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.side-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.side-cta.details__content a.cta-button:before{
  top:13px;
}
.sr-cards-testimonial-slider-05 .blaze-track-container {
  box-shadow: none !important;
}
h6.sr-cards-testimonials__name {
  font-size: 11px;
  text-transform: inherit;
  font-weight: 500;
  font-family: "transducer";
}
.sr-cards-testimonials__role {
  font-size: 11px;
}
.sr-cards-testimonial-slider-05 button svg{
  display:none;
}
.sr-cards-testimonial-slider-05 button.blaze-arrow.blaze-next.chevron-right {
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
  bottom: -11px;
  cursor: pointer;
  display: flex !important;
  font-size: 0;
  height: 32px;
  justify-content: center;
  padding: 0;
  position: absolute;
  width: 40px;
  z-index: 1;
  background: transparent url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/arrow_right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  right: 15px;
  transform: none;
  top: auto;
}
.sr-cards-testimonial-slider-05 button.blaze-arrow.blaze-prev.chevron-left {
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
  bottom: -11px;
  cursor: pointer;
  display: flex !important;
  font-size: 0;
  height: 32px;
  justify-content: center;
  padding: 0;
  position: absolute;
  width: 40px;
  z-index: 1;
  background: transparent url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/arrow_left.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  right: 70px;
  transform: none;
  top: auto;
  left:auto;
}
.sr-cards-testimonial-slider-05 .blaze-pagination {
  justify-content: flex-start;
  border-top: 1px solid var(--borders);
  padding-top: 35px;
}
.sr-cards-testimonial-slider-05 .blaze-pagination button.active {
  box-shadow: 0 0 0 2px var(--secondary);
}
.sr-gallery button.slick-next.slick-arrow {
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
  bottom: -11px;
  cursor: pointer;
  display: flex !important;
  font-size: 0;
  height: 32px;
  justify-content: center;
  padding: 0;
  position: absolute;
  width: 40px;
  z-index: 1;
  background: transparent url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/arrow_right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  right: 0;
}
.sr-gallery button.slick-prev.slick-arrow{
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
  bottom: -11px;
  cursor: pointer;
  display: flex !important;
  font-size: 0;
  height: 32px;
  justify-content: center;
  padding: 0;
  position: absolute;
  width: 40px;
  z-index: 1;
  background: transparent url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/arrow_left.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  right: 56px;
}
.sr-gallery ul.slick-dots {
  justify-content: flex-start;
}
.sr-gallery .slick-dots li.slick-active button {
  box-shadow: 0 0 0 2px var(--secondary);
}
.bg-primary .form-text .content-wrapper p a {
  color: #fff;
}
.privacy-text p a,.privacy-text a{
  color:var(--black);
}
.privacy-page:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/privacy-shape.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
.hs-form input[type=submit] {
  padding-right: 45px !important;
}
.hs-form .actions {
  position: relative;
}
.hs-form .actions:before {
  position: absolute;
  content: "";
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/submit-arrow.svg);
  width: 18px;
  height: 18px;
  right: 15px;
  top: 13px;
}
.hs-form input[type=submit]:hover{
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/submit-arrow.svg);
  background-repeat: no-repeat;
  background-position: 85% center;
}
span.jd {
  background: #F0F4F7;
  color: #000;
  font-size: 10px;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 8px;
  text-transform: uppercase;
  font-family: "tt-autonomous-mono";
}
span.job-location {
  color: #91A3AA;
  font-size: 15px;
}
.page-header{
  margin-bottom: 32px;
  margin-top: 32px;
}
.page-header h2{
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #555;
}
.page-header .student-search button {
  background: #ff9e1b url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/submit-arrow.svg);
  color: #000;
  border: 0;
  text-transform: uppercase;
  padding: 12px 45px 12px 10px;
  width: 111px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: 84% center;
  border-radius: 8px;
  font-family: "transducer";
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.page-header .student-search button:hover {
  background: #ffc26f url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/submit-arrow.svg);
  background-repeat: no-repeat;
  background-position: 84% center;
}
.student-item{
  border-radius: 16px;
  background: #fff;
  padding:24px;
  margin-bottom:16px;
  list-style: none;
}
.student-item h5 {
  color: #000 !important;
}
/* .student-item:last-child{
margin: 0;
padding: 0;
border-bottom: none;
} */
.pagination{
  margin: 40px 0 0 0;
  text-align: center;
}
.pagination ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.pagination li{
  display: inline;
  margin: 0 10px;
}
.pagination li a {
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 8px;
  width: 19px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "transducer";
}
.pagination li a.active,
.pagination li a:hover{
  background-color: #2E505D;
  color: #fff;
}
.joined-details {
  /*   opacity: 0;
  visibility: hidden;
  height: 0; */
  padding-top:30px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  background: #fff; 
}
.joined-details p,.joined-details h3, .joined-details ul li{
  color:#000 !important;
}
.joined-details.main {
  visibility: visible;
  opacity: 1;
}
li.student-item.highlight .joined-details {
  visibility: visible;
  opacity: 1;
  height: 100%;
  border-top: 1px solid #C2CCD0;
  padding-top: 16px;
  margin-top: 25px;
}
.joined-details ul{
  margin-bottom:20px;
}
.joined-details ul li {
  list-style: disc;
  font-family: "transducer";
  margin-bottom: 5px;
}
.acc_title:before {
  position: absolute;
  content: "";
  background: #F0F4F7 url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/plus.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  border-radius: 8px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.student-header.active .acc_title:before {
  position: absolute;
  content: "";
  background: #002A3A url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/minus.svg');
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  border-radius: 8px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.acc_title {
  margin-top: 20px;
  position: relative;
  padding-right: 60px;
  cursor: pointer;
}
.student-details {
  cursor: pointer;
}
.student-search .form-control:focus, .student-search input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):focus, 
.student-search input[readonly]:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):focus, .student-search select:focus, .student-search textarea:focus {
  border-color: #002431;
  box-shadow: none;
  color: #fff;
  border: 1px solid #91A3AA;
}
.student-search .form-control, .student-search input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), 
.student-search input[readonly]:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), .student-search select, .student-search textarea {
  border: 1px solid #91A3AA;
  border-radius: 8px;
  background: #002431;
  color: #fff;
  font-size: 11px;
  width: calc(100% - 127px);
}
.student-search input::-webkit-input-placeholder { color: #fff; opacity:1;} 
.student-search input:-moz-placeholder { color: #fff; opacity:1;} 
.student-search input::-moz-placeholder { color: #fff; opacity:1;} 
.student-search input:-ms-input-placeholder { color: #fff; opacity:1;} 
.student-search {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2E505D;
  padding-bottom: 32px;
}
ul#myList {
  padding: 0;
  margin: 0;
}
.vacancies:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/search.svg);
  width: 60px;
  height: 61px;
}
.vacancies {
  position: relative;
  padding-right:60px;
}
.joined-details a {
  background: #ff9e1b;
  color: #000 !important;
  border: 0;
  text-transform: uppercase;
  padding: 8px 12px;
  display: inline-block;
  height: 32px;
  font-size:10px;
  border-radius: 8px;
  font-family: "transducer";
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.joined-details a:hover {
  background: #ffc26f;
}
.joined-details a img {
  margin-left: 5px;
  max-width: 13px;
}
.all-solution {
  position: relative;
  z-index: 1;
}
.all-solution:before {
  position: absolute;
  content: "";
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/all-solution-shape.svg);
  width: 803px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
}
.d-icon a.cta-button:after {
  content: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/download.svg);
  height: 20px;
  width: 20px;
  padding-left: 10px;
}


/* Blog Listing css start */

.blog-hero{
  background:var(--primary);
  padding-top: 64px;
}
.blog-hero:after{
  display:none;
}
.article-panel h3 {
  font-size: 18px !important;
  margin-bottom: 0 !important;
  border-top: 1px solid #BCC3C9;
  padding-top: 16px;
  margin-top: 0 !important;
}
.post-b {
  font-size: 15px;
  font-family: "transducer";
}
.article-panel {
  padding: 16px;
  background: var(--light) !important;
  border-radius: 16px;
}
.hero-date span.reading-minutes {
  color: #fff;
  font-size: 14px;
}
.hero-date .date {
  font-size: 14px;
  font-family: "tt-autonomous-mono";
  color: #fff;
  font-variant-ligatures: none;
}
.article-panel .article-img,.article-panel .article-img img{
  border-radius: 8px;
}
.article-panel .article-content,.article-meta{
  background: var(--light) !important;
}
.article-meta {
  padding: 20px 0 0 !important;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-date {
  border-bottom: 1px solid #2E505D;
  padding-bottom: 16px;
  margin-top: 30px;
  margin-bottom: 0;
}
.latest-posts {
  padding-top: 56px;
}
.article-meta span {
  font-size: 10px !important;
}
.article-panel .article-content {
  padding: 16px 0 0 !important;
}
span.date {
  font-size: 11px !important;
}
.latest-posts>div {
  margin-bottom: 30px !important;
}
a.prev-link,a.next-link {
  border: 1px solid #fff !important;
  width: 40px;
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
a.prev-link:hover,a.next-link:hover{
  background:transparent !important;
}
.blog-pagination-center a {
  color: #fff !important;
  font-family: transducer;
  font-size: 8px !important;
  width: 19px;
  height: 28px;
  display: flex;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border-radius: 4px !important;
  border: 0 !important;
}
.blog-pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2E505D;
  padding-bottom: 32px;
}
.blog-pagination-center {
  display: flex;
}
.blog-pagination-center a.active,.blog-pagination-center a:hover {
  background: #2E505D !important;
}
.post_title {
  border-bottom: 1px solid #DDE5ED;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
a.back-btn {
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 8px;
  padding: 10px 16px;
  font-family: "tt-autonomous-mono";
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
a.back-btn:hover{
  background:var(--secondary);
  border: 1px solid var(--secondary);
  color:#000 !important;
}
.sr-sticky-breadcrumb-heading {
  padding: 64px 0 32px !important;
}
.post-item {
  padding: 16px;
  background: var(--light);
  border-radius: 16px;
  margin-bottom: 24px;
}
.wrapper-related-post h3 {
  margin-bottom: 16px;
}
.content-post {
  border-top: 1px solid #BCC3C9;
  padding-top: 16px;
  margin-top: 8px;
}
.content-post h3{
  margin-bottom:0;
}
.content-post h3 a {
  color: #000;
}
.content-post h3 a:hover {
  color: #000 !important;
}
.featured-image img {
  height: 257px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.hs_featured img {
  height: 180px !important;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.social-share {
  margin-bottom: 30px;
}
.social-share ul {
  margin: 0;
  padding: 12px 16px;
  background: var(--light);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}
.social-share ul li {
  display: inline-block;
}
.social-share ul li a {
  background: #fff;
  border: 0;
  width: 32px;
  height: 32px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  border-radius: 6px;
}
.social-share ul li a:hover,.social-share ul li a:focus {
  background: var(--white) !important;
}
.back-top {
  padding: 32px 0 64px;
}
.back-top a {
  border: 1px solid #000;
  border-radius: 8px;
  display: inline-block;
  font-family: tt-autonomous-mono;
  font-size: 14px;
  padding: 12px 16px;
  color: #000;
  text-transform: uppercase;
  transition: filter .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.back-top a:hover {
  border: 1px solid var(--secondary);
  background:var(--secondary);
  color: #000;
}
.tab-card {
  background: var(--light);
  padding: 16px 16px 60px 16px;
  border-radius: 16px;
  position: relative;
}
.tab-card a.cta-button {
  width: calc(100% - 32px);
  justify-content: center;
  font-size: 14px !important;
  min-height: 44px !important;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tab-wrape {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr;
  grid-gap: 30px;
}
.force_acc summary.details__summary,.support_acc summary.details__summary,.vr-accordion summary.details__summary{
  justify-content: flex-start;
}
.support_acc.sr-tabs-accordion-02 .details__content ul li a,.vr-accordion .details__content ul li a{
  text-decoration:underline;
}
.force-banner .row {
  background: var(--light);
  border-radius: 16px;
  padding: 64px;
}
.shape-remove:before{
  display:none;
}
.read-time span {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "tt-autonomous-mono";
}
.product-block span{
  font-size: 10px;
  text-transform: uppercase;
  font-family: "tt-autonomous-mono";
  color:#000;
}
.cs-img-wrape {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
.product-block:hover img.cs-img,.lp-block:hover img.cs-img {
  transform: scale(1.1);
}
.product-block .d-flex,.lp-block .d-flex{
  align-items: center;
}
.read-time {
  border-bottom: 1px solid #2E505D;
  padding-bottom: 16px;
  margin-top: 40px;
}
.read-time a{
  background: #fff;
  border-radius: 8px;
  color: #000 !important;
  display: flex;
  font-family: tt-autonomous-mono;
  font-size: 10px;
  padding: 4px 8px;
  text-transform: uppercase;
  align-items: center;
  justify-content: space-between;
}
.read-time a img {
  margin-left: 7px;
}
.case_study button.slick-next.slick-arrow {
  background: transparent url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/icon-left.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 8px;
  bottom: -30px;
  height: 32px;
  right: 0px;
  top: auto;
  width: 40px;
  position: absolute;
  font-size: 0;
  z-index:10;
}
.case_study button.slick-prev.slick-arrow {
  background: transparent url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/icon-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 8px;
  bottom: -30px;
  height: 32px;
  left: auto;
  right: 50px;
  top: auto;
  width: 40px;
  position: absolute;
  font-size: 0;
  z-index:10;
}
.case_study .slick-dots li button {
  background-color: #fff !important;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  font-size: 0;
  height: 8px;
  box-shadow: 0 0 0 2px transparent;
  margin: 2px 0;
  outline: none;
  padding: 0 !important;
  transition: transform .2s ease, background-color .3s ease, box-shadow .3s ease;
  width: 8px;  
}
.case_study .slick-dots li.slick-active button {
  box-shadow: 0 0 0 2px var(--secondary);
  background-color: transparent !important;
}
.case_study .slick-dots li {
  margin: 0 5px;
}
.case_study ul.slick-dots {
  justify-content: flex-start;
  position: relative;
  top: 19px;
}
.sr-cards-filter-02-item .item-card p {
  text-transform: capitalize;
}
.item {
  width: 100%;     
}
#clear-filters {
  cursor: pointer;  
}
.product-block {
  margin: 0 1.2%;
  padding: 10px;  
  background-color: #333;
  height: auto;
  width:30.5%;  
  margin-bottom:30px;
}
span.pdf-icon {
  background: #F0F4F7;
  border-radius: 8px;
  padding: 4px 8px;
}
.case_study_title {
  border-top: 1px solid #BCC3C9;
  padding-top: 16px;
  margin-top: 8px;
}
.case_study_title h3.heading {
  margin-bottom: 0;
}
img.cs-img {
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.5s ease;
}
.isotope-pager {
  text-align: center;
  border-bottom: 1px solid #2E505D;
  padding-bottom: 32px;
  position: relative;
}
.isotope-pager a.pager {
  color: #fff;
  font-size: 8px;
  margin: 0 10px;
  font-family: "transducer";
  width: 19px;
  height: 28px;
  display: inline-block;
}
.isotope-pager a.pager.active,.isotope-pager a.pager:hover {
  background: #2E505D;
  border-radius: 4px;
  padding: 7px;
}
.isotope-pager a.pager.next {
  width: 40px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/icon-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  position: absolute;
  right: 1.2%;
}
.isotope-pager a.pager.prev {
  width: 40px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/icon-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  position: absolute;
  left: 1.2%;
}
.isotope-pager a.pager.next:hover{
  width: 40px;
  height: 32px;
}
span.filter-text {
  color: #fff;
  font-size: 11px;
  display: inline-block;
  margin-bottom: 5px;
  font-family: "transducer";
}
div#stuff-filters {
  margin-bottom: 32px;
}
.v95 .img-icon {
  width: 64px;
  height: 64px;
  left: auto;
  right: 40px;
  top: -30px;
  background: transparent;
  padding: 0;
}
.img-icon.content-only {
  display: none;
}
.v95 .img-icon.content-only {
  display: block;
}
.btn-align .content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.btn-align .content-wrapper .cta-group {
  align-items: flex-end;
  width: 100%;
}
.img-height .responsive-image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.img-height .responsive-image {
  display: flex;
  height: 100%;
}
.country .col-content a {
  color: #000;
  text-decoration: underline;
}
h2.heading.c-icon:before {
  position: absolute;
  content: "";
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/contact-icon-1.svg);
  width: 60px;
  height: 61px;
  left: 0;
  top: -8px;
}
h2.heading.c-icon {
  position: relative;
  padding-left: 90px;
}
iframe.hs-responsive-embed-iframe {
  border-radius: 16px;
}
.sr-tabs-accordion-02 .details__content ul li {
  color: #000;
  font-family: "transducer";
}
.license .jcsb {
  justify-content: center;
}
.license .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.items-wrap {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr;
  grid-gap: 30px;
}
.lp-block span {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "tt-autonomous-mono";
  color:#000;
}
.border-radius-8px {
  border-radius: 8px;
  overflow: hidden;
}
.sr-multicol-media iframe {
  aspect-ratio: unset;
  height: revert-layer;
  width: 100%;
}
.sr-three-col-02 .content-wrapper {
  display: flex;
  flex-direction: column;
}
.sr-three-col-02 .cta-group {
  margin-top: auto;
}
.calculators {
  padding: 0 7px;
}
.training-pdf {
  max-width: 660px;
  margin: 0 auto;
}
.supportCard .responsive-image {
  margin-bottom: 32px !important;
}
.supportCard .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.supportCard .content-wrapper .cta-group {
  width: 100%;
  align-items: flex-end;
}
.bottom-border .row {
  position: relative;
  padding-bottom: 24px;
}
.vue-hero.bottom-border .row {
  padding-top: 30px;
}
.bottom-border .row:before {
  position: absolute;
  content: "";
  background: #DDE5ED;
  width: calc(100% - 30px);
  height: 1px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.vue-hero.bottom-border .row:after {
  position: absolute;
  content: "";
  background: #DDE5ED;
  width: calc(100% - 30px);
  height: 1px;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.bottom-space .sr-cards-testimonial-slider-05__inner.sr-card {
  padding-bottom: 32px;
}
.sr-spacer-bottom-30{
  padding-bottom:30px;
}
.sr-gallery-02 .slick-list.draggable {
  margin: 0 -15px;
}
.case-image.only-mobile {
  display: none;
}
.choose-software {
  max-width: 630px;
  margin: 0 auto;
}
.choose-software .content-wrapper h6.heading {
  text-align: left;
  background: #F0F4F7;
  font-size: 10px;
  font-weight: 400;
  border-radius: 8px;
  display: block;
  padding: 1px 10px;
  position: relative;
  max-width: 130px;
}
.su-brazil .choose-software .content-wrapper h6.heading,.software-updte.sj .choose-software .content-wrapper h6.heading{
  max-width: 180px;
}
.choose-software .content-wrapper .col-content p {
  color: #000;
  font-size: 15px;
  margin-bottom: 0;
}
.choose-software .content-wrapper a {
  text-align: left;
}
.choose-software .content-wrapper .cta-group {
  padding: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.software-updte .description {
  max-width: 704px;
  margin: 0 auto;
}
.choose-software .content-wrapper h6.heading:before {
  position: absolute;
  content: "";
  background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/download.svg);
  width: 16px;
  height: 16px;
  right: 5px;
  top: 3px;
  background-size: 100%;
}
.vr-accordion.pt-auto{
  padding-top:150px;
}
.inner-reseller {
  padding-top: 50px;
}
.reseller-heading {
  padding-bottom: 30px;
}
.reseller-heading h3,h3.r-title {
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 5px 0;
  margin-bottom: 30px;
}
.reseller-heading ul{
  padding:0;
}
.reseller-heading ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
}
.reseller-heading ul li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #ff9e1b;
  border-radius: 50%;
  left: 0;
  top: 4px;
}
.r-copy tr td {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
}
.r-copy table {
  border-top: 5px solid #ff9e1b;
}
.reseller-features-sec h4 {
  border-bottom: 2px dashed;
  padding-bottom: 5px;
  font-size: 16px;
}
.r-type li {
  list-style: none;
  font-size: 12px;
}
.r-type {
  padding-left: 50px;
}
.award-sec {
  padding: 30px 0 0;
}
.award-sec h5 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.award-img span.r-year {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.reseller-sec .container {
  max-width: 700px;
}
.award-img {
  width: 20%;
  margin-bottom: 30px;
}
.award-sec .d-flex {
  flex-wrap: wrap;
}
.reseller-features-sec {
  margin-bottom: 50px;
}
.pdf-download .cta-group a.cta-button:before {
  top: 23px;
}

@media(max-width:991px){
  .p-left-0{
    padding-left:15px;
  }
  ul.header__menu-wrapper>li.header__menu-item.header__menu-item--depth-1.header__menu-link--active-link>a.header__menu-link:before {
    bottom: 21px;
    width: calc(100% - 10px);
  }
  .p-right-0{
    padding-right:15px;
  }
  .offer-banner .offer-content,.offer-banner2 .offer-content {
    align-items: flex-start !important;
  }
  .training-pdf {
    max-width: 100%;
  }
  .bottom-space .sr-cards-testimonial-slider-05__inner.sr-card {
    padding-bottom: 0;
  }
  .sr-case-studies-slider-02.testimonials .case-image img {
    border-radius: 8px 8px 0 0px;
    object-position: top;
  }
  .case_study .slick-slide .responsive-image img {
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 30px;
  }
  .offer-banner .row,.offer-banner2 .row {
    padding: 32px;
  }
  .why-vericut .cta-group {
    justify-content: flex-start !important;
  }
  .for-mobile{
    display:block;
  }
  .for-desktop,.privacy-page:before{
    display:none;
  }
  .tab-copy .btn-wrapper.btn-tertiary-wrapper {
    margin-bottom: 10px;
  }
  .tab-wrape {
    grid-template-columns: 2fr 2fr;
  }
  .product-block {
    width: 47.5%;
  }
  .header__menu--desktop:not(.header__menu--top) .header__menu-item--depth-1>.header__menu-link {
    padding: 20px 5px !important;
  }
  .text-right .cta-group {
    justify-content: flex-start !important;
  }
  .side-cta {
    display: block;
  }
  .side-cta .cta-group {
    margin-top: 20px;
  }
  .vue-register .dis-flex {
    display: block;
  }
  .force-banner .row {
    padding: 32px;
  }
  .contact-hero .slider_col {
    margin-top: 30px;
  }
  .v95 {
    margin-top: 30px;
  }
  h2.heading.c-icon:before {
    top: 0;
  }
  .items-wrap {
    grid-template-columns: 2fr 2fr;
  }
  .sr-tabs-accordion-02 .details__summary h5 {
    padding-right: 20px;
  }
  .sr-cards-testimonials__image {
    padding-left: 30px;
  }
}

@media(max-width:767px){
  .offer-banner .row,.offer-banner2 .row {
    margin:0;
  }
  .offer-banner .row, .offer-banner2 .row {
    padding: 32px 16px;
  }
  .hidden .header__menu--mobile {
    top: 88px !important;
  }
  .tab-copy {
    margin-bottom: 32px;
  }
  .header__container[data-layout=mobile] .header__menu-item{
    padding:0 15px;
  }
  .header__container[data-layout=mobile] .header__menu-link {
    border-bottom: 0;
    padding:12px 0 !important;
    font-size: 15px !important;
    position:relative;
  }
  .img-icon {
    height: 62px;
    width: 62px;
  }
  button.header__menu-link.header__menu-link--toggle:before{
    right:25px;
    top:50%;
  }
  .header__menu-item {
    display: block !important;
  }
  .pdf-download .training-pdf h5 {
    padding-right: 40px;
  }
  .header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    box-shadow: none;
    padding: 0 15px;
    height:auto;
  }
  .header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(2), .header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) {
    padding: 0 ;
    width: 100%;
  }
  .tab-wrape {
    grid-template-columns: 1fr;
  }
  .cancelPolicy .row {
    row-gap: 50px;
  }
  div#stuff-filters .d-flex {
    flex-wrap: wrap;
  }
  .right-btn .cta-group {
    justify-content: flex-start;
    margin-top: 30px;
  }
  .sr-case-studies-slider-02.testimonials .case-image img {
    border-radius: 8px 8px 0 0;
  }
  .sr-case-studies-slider-02.testimonials .sr-card {
    border-radius: 0 0 8px 8px;
  }
  .sr-case-studies-slider-02 .case-image img {
    height: 360px !important;
  }
  .sustainability-hero .description,.sustainability-hero .sr-cover-inner h4,.training-hero .description,.training-hero .sr-cover-inner h4 {
    color: #000;
  }
  span.event-date{
    display:none;
  }
  .sr-tabs-accordion-02 .details__summary{
    display:block !important;
  }
  .career-hero .content_col {
    margin-left: 0;
    padding: 0 15px;
  }
  .force-banner .row {
    padding: 32px 0px;
    margin: 0;
  }
  ul.header__menu-submenu.header__menu-submenu--level-3 {
    background:#EAEFF4 !important;
    padding:64px 15px;
  }
  .header__menu-submenu{
    padding:64px 15px 180px !important;
  }
  a.header__menu-link button.btn-tertiary {    
    font-size: 14px;
    position: relative;
    top: 0;
    width: 100%;
  }
  a.header__menu-link h2 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  ul.header__menu-wrapper ul.header__menu-submenu.header__menu-submenu--level-3 li.header__menu-item:nth-of-type(2) {
    display: block !important;
  }
  li.header__menu-item.header__menu-item--depth-1 .header__menu-link {
    border-bottom: 1px solid #BCC3C9;
  }
  li.header__menu-item.header__menu-item--depth-2 .header__menu-link,ul.header__menu-submenu.header__menu-submenu--level-2 button.header__menu-link {
    border-bottom: 0;
  }
  ul.header__menu-submenu.header__menu-submenu--level-2 {
    box-shadow: none;
  }
  ul.header__menu-submenu.header__menu-submenu--level-2 li.header__menu-item.header__menu-item--depth-2:nth-of-type(4) {
    border-bottom: 1px solid #BCC3C9;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  div#stuff-filters {
    flex-wrap: wrap;
  }
  div#stuff-filters div{
    padding:0;
  }
  select#color-filter {
    margin-bottom: 20px;
  }
  .header__container[data-layout=mobile] .header__menu-child-toggle{
    display:none;
  }
  button.learn-more{
    width:100%;
  }
  .header__bottom {
    padding: 0 !important;
  }
  .notification-bar h3,.notification-bar a {
    font-size: 15px;
  }
  .header__wrapper {
    padding: 16px 0;
  }
  .notification-bar {
    padding: 12px 0;
  }
  button.header__menu-link.header__menu-link--toggle:before {
    position: absolute;
    content: "";
    background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/arrow_drop_down.svg);
    right: 10px;
    top: 51%;
    width: 4px;
    height: 6px;
    transform: translateY(-50%);
  }

  .header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 > li.header__menu-item:nth-of-type(4),
  .header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 > li.header__menu-item:nth-of-type(5),
  .header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 > li.header__menu-item:nth-of-type(6),
  .header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2 > li.header__menu-item:nth-of-type(7){
    display: block;
  }
  .header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) ul.header__menu-submenu.header__menu-submenu--level-3 {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: none;
    height: auto;
    padding: 0 !important;
  }
  .header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) ul.header__menu-submenu.header__menu-submenu--level-3 li.header__menu-item.header__menu-item--depth-2:first-child,
  .header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) ul li a:before,
  ul.header__menu-wrapper li.header__menu-item.header__menu-item--button.header__menu-item--depth-1:last-child{
    display: none !important;
  }
  .header__menu-item:first-child > ul > li.header__menu-item.header__menu-item--depth-2 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #bcc3c9 !important;
  }
  .header__container[data-layout=mobile] .header__menu-submenu--level-2>li {
    margin-bottom: 0 !important;
  }    
  .header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(5) li.header__menu-item.header__menu-item--depth-3:nth-of-type(7){
    display: none !important;
  }
  .header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2>li.header__menu-item:nth-of-type(5) ul li:nth-of-type(8),
  .header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2>li.header__menu-item:nth-of-type(5) ul li:nth-of-type(9),
  .header__menu-item:first-child ul.header__menu-submenu.header__menu-submenu--level-2>li.header__menu-item:nth-of-type(5) ul li:nth-of-type(10){
    display: none !important;
  }
  ul.header__menu-wrapper ul.header__menu-submenu.header__menu-submenu--level-3 li.header__menu-item:nth-of-type(3) a {
    font-size: 30px !important;
  }
  .header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:first-child {
    width: 100%;
  }
  ul.header__menu-wrapper ul.header__menu-submenu.header__menu-submenu--level-3 li.header__menu-item:nth-of-type(4) {
    border-bottom: 1px solid #BCC3C9;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .header__button-col {
    margin: 0;
    padding-right: 0;
    margin-left: auto !important;
    margin-right:0 !important;
  }
  .header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) ul li:nth-of-type(2) a{
    padding-bottom:0 !important;
  }
  .header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) ul li > a{
    padding-bottom:30px !important;
  }
  .header__container[data-layout=mobile] .header__menu-col {
    margin-left: 0 !important;
    position: absolute;
    right: 15px;
  }
  .header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(2) > a.header__menu-link,
  .header__menu-item:first-child li.header__menu-item.header__menu-item--depth-2:nth-of-type(3) > a.header__menu-link{
    border-bottom: 0;
  }
  li.header__menu-item.header__menu-item--language-switcher{
    width:auto !important;
    margin-right: 30px !important;
  }
  li.header__menu-item.header__menu-item--language-switcher button {
    border: 0 !important;
    padding: 0 !important;
  }
  li.header__menu-item.header__menu-item--language-switcher button:before{
    display:none;
  }
  li.header__menu-item.header__menu-item--language-switcher.header__menu-item--open ul{
    top:72px;
    transform: none !important;
    right:15px;    
    left:auto;
    height:auto;
  }
  li.header__menu-item.header__menu-item--language-switcher.header__menu-item--open ul li a {
    border-bottom: 1px solid #bcc3c9;
  }
  li.header__menu-item.header__menu-item--language-switcher ul.header__menu-submenu {
    transform: none;
    right: 15px;
    top: 72px;
    left: auto;
  }
  li.header__menu-item.header__menu-item--language-switcher ul.header__menu-submenu li a {
    font-size: 10px !important;
    justify-content: flex-start;
  }
  .header__container[data-layout=mobile] .header__logo-col {
    padding-right: 0px !important;
  }
  nav.header__menu li.header__menu-item.header__menu-item--language-switcher {
    display: none !important;
  }
  .sr-cards-filter-02 button.slick-prev.slick-arrow{
    left:20px;
    right:auto;
  }
  .sr-tabs-accordion-02 .details__summary h5 {
    padding-right: 50px;
  }
  .case-image.only-mobile {
    display: block;
  }
  .case-image.only-desktop {
    display: none;
  }
  .blog-single .header__button-col {
    padding-right: 40px;
  }
  button.learn-more.d-none {
    display: block !important;
  }
  .bw h2.heading {
    word-wrap: break-word;
  }
}

@media(max-width:640px){
  .cta-group .btn-wrapper,.cta-group {
    display: block;
  }
  .btn, .btn-wrapper .cta-button, .btn-wrapper .cta_button, .btn-wrapper [data-hubspot-cta-id], .btn-wrapper input[type=button], .btn-wrapper input[type=submit], input[type=button], input[type=submit] {
    width: 100%;
    justify-content: center;
  }
  .cta-group .btn-wrapper {
    margin-bottom: 16px;
  }
  .cnc-machine .cta-group>div:first-child a.cta-button:before,.cnc-machine .cta-group>div:last-child a.cta-button:before,.home-hero a.cta-button:before,
  .card1 .cta-group > div:last-child a.cta-button:before,.why-vericut .cta-group>div:first-child a.cta-button:before,.offer-banner2 .cta-group>div:first-child a.cta-button:before,
  .industry-integrated .cta-group>div:first-child a.cta-button:before,.training-hero .cta-group>div:first-child a.cta-button:before,
  .support-hero .cta-group>div:last-child a.cta-button:before,.tech-tips .cta-group>div a.cta-button:before,.vr-hero .btn-wrapper a.cta-button:before,
  .tab-copy .btn-wrapper.btn-tertiary-wrapper a.cta-button:before,.side-cta.details__content a.cta-button:before,.contact-btn .cta-group>div:last-child a.cta-button:before,
  .vue-hero .btn-wrapper a.cta-button:before,.product-hero .cta-group>div a.cta-button:before,.inner-product-hero .cta-group>div a.cta-button:before,
  .force-banner .cta-group>div a.cta-button:before,.vb-btn .btn-wrapper a.cta-button:before{
    right: 0;
    left: 90px;
    margin: 0 auto;
  }
  .card1 .cta-group > div:last-child a.cta-button:before,.training-hero .cta-group>div:first-child a.cta-button:before,
  .vr-hero .btn-wrapper a.cta-button:before,html[lang="pt-br"] .tech-tips .cta-group>div a.cta-button:before,html[lang="pt-br"] .inner-product-hero .cta-group>div a.cta-button:before{
    left:200px;
  }
  .offer-banner2 .cta-group>div:first-child a.cta-button:before,.contact-btn .cta-group>div:last-child a.cta-button:before
  {
    left:110px;
  }
  .industry-integrated .cta-group>div:first-child a.cta-button:before,.support-hero .cta-group>div:last-child a.cta-button:before,.tech-tips .cta-group>div a.cta-button:before,
  .tab-copy .btn-wrapper.btn-tertiary-wrapper a.cta-button:before,.vue-hero .btn-wrapper a.cta-button:before,.inner-product-hero .cta-group>div a.cta-button:before,
  .product-hero .cta-group>div a.cta-button:before,.force-banner .cta-group>div a.cta-button:before,.vb-btn .btn-wrapper a.cta-button:before{
    left: 140px;
  }
  html[lang="pt-br"] .product-hero .cta-group>div a.cta-button:before{
    left:230px;
  }
  .tab-copy .btn-wrapper {
    display: block;
    margin-right: 0;
  }
  .side-cta.details__content a.cta-button:before {
    left: 40px;
  }
  .notification-bar a {
    padding-left: 50px;
    line-height: 1.2;
    display: block;
  }
  .notification-bar {
    padding: 8px 0 20px;
  }
  .notification-text svg {
    position: relative;
    top: 12px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .close-notification {
    position: relative;
    top: 6px;
  }
  ul.nav.nav-tabs.cta-group{
    display:flex;
  }
  .items-wrap {
    grid-template-columns: 1fr;
  }
  .btn-style a.cta-button:before {
    left: auto !important;
    right: 20px !important;
  }
  .card1 .cta-group>div:last-child a.cta-button:before{
    left:240px;
  }
  .tab-copy .btn-wrapper.btn-tertiary-wrapper a.cta-button:before,.tech-tips .cta-group>div a.cta-button:before{
    display:none;
  }
  .tab-copy .btn-wrapper.btn-tertiary-wrapper a.cta-button:after {
    content: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/pdf-icon.svg);
    height: 16px;
    width: 13px;
    padding-left: 10px;
  }
  .tech-tips .cta-group>div a.cta-button:after{
    content: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/line-arrow-left-circle-1--arrow-keyboard-circle-button-left.svg);
    height: 16px;
    width: 13px;
    padding-left: 10px;
  }
  .why-vericut .cta-group>div:first-child a.cta-button:before {
    left: 140px;
  }
  .industry-integrated .cta-group>div:first-child a.cta-button:before,.support-hero .cta-group>div:last-child a.cta-button:before{
    left:170px;
  }
  .spu .cta-group>div:first-child a.cta-button:before {
    left: 210px !important;
  }
  .card1.lvr .cta-group>div:last-child a.cta-button:before {
    left: 200px;
  }
}

@media(max-width:575px){
  .product-block {
    width: 100%;
    margin:0 0 30px;
  }
  .card2 {
    width: 60%;
  }
  .card3 {
    width: 40%;
  }
}


/* VERICUT OPTIMIZER PAGE BUTTON */
#vericut-optimizer-hero a.cta-button::after {
    content: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/donload-black.svg);
}

/* VERICUT OPTIMIZER HERO SHAPE COLOR */
#vericut-optimizer-hero > div.sr-cover-image::after {
    background-color: var(--primary);
}


/* VERICUT OPTIMIZER RESPONSIVE STYLES */
@media (max-width:768px) {
	#vericut-optimizer-hero > div.sr-cover-image > img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}

#vericut-optimizer-hero > div.container > div > div > div > div.content_col.col-lg-5.offset-lg-0.order-lg-1.col-md-5.offset-md-0.order-md-1 > div.sr-spacer-bottom-25 > h4 {
    color: #fff!important;
}

#vericut-optimizer-hero > div.container > div > div > div > div.content_col.col-lg-5.offset-lg-0.order-lg-1.col-md-5.offset-md-0.order-md-1 > div.sr-spacer-bottom-25 > h1 {
    color: #fff!important;
}

#vericut-optimizer-hero > div.container > div > div > div > div.content_col.col-lg-5.offset-lg-0.order-lg-1.col-md-5.offset-md-0.order-md-1 > div.sr-spacer-bottom-25 > div {
    color: #fff;
}
}


/* CUSTOM STYLE TO OVERRIDE VCS, VCP IN THE MENU */
@media (min-width:768px) {
	header > div.header__bottom > div.container-xl > div > div.header__menu-col.m-right-auto > nav > ul > li.header__menu-item.header__menu-item--depth-1.header__menu-item--has-submenu.hs-skip-lang-url-rewrite.header__menu-item--open > ul > li:nth-child(3) > ul > li:nth-child(3) > a {
    font-weight: 400!important;
		border-bottom:0px solid transparent;
}

header > div.header__bottom > div.container-xl > div > div.header__menu-col.m-right-auto > nav > ul > li.header__menu-item.header__menu-item--depth-1.header__menu-item--has-submenu.hs-skip-lang-url-rewrite.header__menu-item--open > ul > li:nth-child(3) > ul > li:nth-child(4) > a {
    font-weight: 400!important;
	  border-bottom:0px solid transparent;
}
	
header > div.header__bottom > div.container-xl > div > div.header__menu-col.m-right-auto > nav > ul > li.header__menu-item.header__menu-item--depth-1.header__menu-item--has-submenu.hs-skip-lang-url-rewrite.header__menu-item--open > ul > li:nth-child(3) > ul > li:nth-child(3) > a::before {
    display: none;
}

header > div.header__bottom > div.container-xl > div > div.header__menu-col.m-right-auto > nav > ul > li.header__menu-item.header__menu-item--depth-1.header__menu-item--has-submenu.hs-skip-lang-url-rewrite.header__menu-item--open > ul > li:nth-child(3) > ul > li:nth-child(4) > a::before {
    display: none;
}

}


/* 	Robots SImulation Software Image Fix for Desktop/Tablet */
	@media (min-width: 760px) {
		#robots-simulation-software--hero .sr-cover-image img {
			margin-left:200px;
		}
	}

@media (min-width: 1300px) {
	#robots-simulation-software--hero .sr-cover-image img {
			margin-left:0;
		  object-fit:contain!important;
		  height:80%!important;
		  object-position:right;
		}
}

.robot-video-cover-rounded button.oembed_custom-thumbnail {
	border-radius:12px;
}

/* Additive simulation FAQ section alignment */
#additive-manufacturing-faq summary.details__summary {
    justify-content: start;
}


#additive-manufacturing-faq .accor-icon:before {
	background: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/Brand%20Icons%20-%20light.png');
	    background-repeat: no-repeat;
    background-position: center center;
    bottom: 30px;
    top: auto;
}

#additive-testimonial-section .sr-cards-testimonials__image {
	    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    padding-bottom: 2.75rem;
}

#additive-testimonial-section .sr-cards-testimonials__image img {
	height:90px;
	width:90px
}

/* SEARCH PAGE STYLES */
li.hs-search-results__listing__item {
    padding-top: 0;
    border-bottom: 1px solid #ccc;
		}

		nav.hs-search-results__pagination {
				margin-top: 2rem;
		}

		a.hs-search-results__link {
				font-size: 2rem;
		}
		
		a.hs-search-results__link:hover {
    border-bottom: 1px solid var(--primary);
    }

		.hs-search-field__input, .hs-search-highlight {
				color: var(--secondary);
		}

		#hs_cos_wrapper_Site_Search_Results .hs-search-results__title {
				color: var(--primary);
		}

		#hs_cos_wrapper_Site_Search_Results .hs-search-results__description {
				font-size: 1.3rem;
				margin-top: 0.8rem;
		}

		#hs_cos_wrapper_Site_Search_Results .hs-search-results__message {
				font-size: 1.5rem;
		}
		
		a.hs-search-results__pagination__link.hs-search-results__pagination__link--number.hs-search-results__pagination__link--active {
				color: #fff!important;
				background: rgb(46, 80, 93);
				border-radius: 4px;
				padding: 7px;
				border: 0px;
		}

		a.hs-search-results__pagination__link.hs-search-results__pagination__link--number {
				color: var(--primary);
				display: inline-block;
				font-family: transducer;
				/* font-size: 8px; */
				height: 28px;
				/* width: 19px; */
				margin: 0px 10px;
				display: flex;
		}

		a.hs-search-results__pagination__link.hs-search-results__pagination__link--text-and-icon.hs-search-results__pagination__link--first.hs-search-results__pagination__link--disabled {
				display: none;
		}

		a.hs-search-results__pagination__link.hs-search-results__pagination__link--text-and-icon.hs-search-results__pagination__link--last.hs-search-results__pagination__link--disabled {
				display: none;
		}

		a.hs-search-results__pagination__link.hs-search-results__pagination__link--text-and-icon.hs-search-results__pagination__link--next.hs-search-results__pagination__link--disabled {
				font-size: 0;
		}

		a.hs-search-results__pagination__link.hs-search-results__pagination__link--text-and-icon.hs-search-results__pagination__link--prev.hs-search-results__pagination__link--disabled {
				font-size: 0;
		}

		.hs-search-results__pagination__link-icon svg {
				fill: var(--primary);
		}

		#hs_cos_wrapper_Site_Search_Results .hs-search-results__pagination {
				justify-content: center;
		}
		
		#hs_cos_wrapper_Site_Search_Input .hs-search-field__button {
    height: 44px;
    border-radius: 8px;
		}

		#hs_cos_wrapper_Site_Search_Input .hs-search-field__button:hover {
				background-color: var(--secondary);
		}

		.hs-search-field__bar button svg {
				fill: #fff;
				height: 14px;
		}
		
		a.hs-search-results__pagination__link.hs-search-results__pagination__link--number:hover {
    background: #ccc;
    border-radius: 6px;
    }
		
		@media (max-width:550px) {
			.container {
				padding: 0 40px;
		  }
		}
		
		a.hs-search-results__pagination__link[href=""] {
			opacity:0.2;
			pointer-events: none;
		}
		
		#hs_cos_wrapper_Site_Search_Input .hs-search-field--open .hs-search-field__suggestions a {
    color: var(--primary);
    border-bottom: 1px solid #ccc;
    padding: 4px 10px;
		}

		#hs_cos_wrapper_Site_Search_Input .hs-search-field--open .hs-search-field__suggestions {
				border-radius: 8px;
				padding: 10px;
		}

		.hs-search-field__suggestions li:last-child a {
				border-bottom: none!important;
		}
		
		#hs_cos_wrapper_Site_Search_Results .hs-search-results__pagination__link--first, #hs_cos_wrapper_Site_Search_Results .hs-search-results__pagination__link--last {
			display:none;
		}
		
		#hs_cos_wrapper_Site_Search_Results .hs-search-results__pagination__link--first, #hs_cos_wrapper_Site_Search_Results .hs-search-results__pagination__link--last {
			display:none;
		}
		
		#hs_cos_wrapper_Site_Search_Results .hs-search-results__pagination__link--prev, #hs_cos_wrapper_Site_Search_Results .hs-search-results__pagination__link--next, #hs_cos_wrapper_Site_Search_Results .hs-search-results__pagination__link--prev, #hs_cos_wrapper_Site_Search_Results .hs-search-results__pagination__link--next {
			font-size:0;
		}
#hs_cos_wrapper_widget_1751591375457 button.hs-search-field__button {
    height: 44px;
    border-radius: 8px;
    aspect-ratio: 1;
    background-color: var(--secondary);
    border: 0;
}

#hs_cos_wrapper_widget_1751591375457 button.hs-search-field__button svg {
    fill: var(--primary);
    transform: scale(1.2);
}

p.hs-search-results__message {
    font-size: 1.5rem;
}

.body_dnd_area form.hs-search-field__form {
    margin-top: 50px;
}

/* SMART AUTOMOTIVE FAQ */
.smart-automotive-faq details.details.sr-border-color {
    background: #dce5ed;
}

#automotive-challenges >div > .row {
    max-height: 400px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

#automotive-challenges.active > div > .row {
    max-height: 2000px;
}

@media (max-width: 760px) {
	#automotive-challenges >div > .row {
    max-height: 800px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

#automotive-challenges.active > div > .row {
    max-height: 4000px;
}
}
#automotive-show-button .cta-group {
    display: flex;	
    justify-content: center;
}

.btn-arrow-up a.cta-button::after {
    content: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/Icon%20Right.svg);
    margin-left: 6px;
    margin-bottom: -3px;
}
#smg-hero img.sr-cover-image-internal {
    margin-left: 20%;
}
/* .hs-search-results-title {
	padding:0 15px;
} */

.cnc-cap-btn::before {
	background: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/right-arrow.svg);
    content: "";
    height: 21px;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 20px;
}

.cnc-cap-btn {
	    padding-right: 45px !important;
    position: relative;
	text-decoration:underline
}




a.cta-button.cnc-cap-btn.nu {
    text-decoration: none;
}




.fw-img img {
    height: revert-layer!important;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}


.hs-content-id-111619958994 .sr-imts-lp-module .content-wrapper {
    background: #dce5ed;
    border-radius: 16px;
    padding: 16px;
}



ul.header__menu-wrapper>li.header__menu-item.header__menu-item--depth-1.header__menu-link--active-link>a.header__menu-link:before {
    display: none;
}



#demo-faq span.details-icon {
    display: none;
}

#demo-faq details.details.sr-border-color {
    pointer-events: none;
}


.isotope-pager {
    display: block !important;
}


@media (max-width:760px) {
	.robot-video-cover-rounded button.oembed_custom-thumbnail {
    border-radius: 12px;
    background-size: contain;
}
	
	.vue-hero img.sr-cover-image-internal {
    object-position: right;
}
}

.mold-die-img-row img {
    width: 100%;
    object-fit: cover;
    max-height: 313px;
    border-radius: 16px;
}

.mnd_acc .accor-icon:before {
  position: absolute;
  content: "";
  background: url('https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/help-chat-2--bubble-help-mark-message-query-question-speech-circle.png');
  width: 46px;
  height: 45px;
  right: 10px;
  top: 0;
}

#hs_cos_wrapper_widget_1721915298433 > div h5.mb-0 {
    width:100%;
}



/* HOMEPAGE CLS ISSUE FIX */
#hs_cos_wrapper_widget_1752691241204 > div > div > div > div.col-md-5.offset-md-0.order-md-1.sr-col.sr-repeater-2 > div > div > div > img {
    height: 296px;
}
.iframe_wrapper {
    aspect-ratio: var(--aspect);
}
#content > div {
    min-height: 29.28px;
}



/* FIX FOR ITALIAN MENU */
#hs_cos_wrapper_widget_1719383348571 .header__container .header__menu-submenu .header__menu-item:active, #hs_cos_wrapper_widget_1719383348571 .header__container .header__menu-submenu .header__menu-link--active-link {
    background: transparent;
}


.no-bg .content-wrapper {
    background: transparent;
	    padding-left: 0;
}


/* VERICUT GUIDE DEFENSE LANDING PAGE */

p.heading.vericut-image-holder {
    height: 75px;
    width: 75px;
    font-size: 1px;
    background-image: url("https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/Favicon%20%281%29.png");
    background-size: 75px 75px;
}

div#guide-defense .btn-secondary-wrapper .cta-button::after {
    content: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/donload-black.svg);
    filter:invert(1);
}

div#guide-defense .btn-primary-wrapper .cta-button::after {
    content: url(https://144594709.fs1.hubspotusercontent-eu1.net/hubfs/144594709/line-arrow-left-circle-1--arrow-keyboard-circle-button-left.svg);
}

/* BLOG FAQ COLOR */
#blog-faq details.details.sr-border-color {
    background: #dde5ed;
}

/* FIX FOR OVERLAPPING V IN https://vericut.com/en-gb/vrecon-survey-form */
.hs-content-id-373548776634 .privacy-page:before {
    z-index: -1;
}



/* EVENTS BLOG PAGE STYLES */
.events-blog-informational .col-md-4 .content-wrapper
{
    border-radius:16px
}


.events-blog-informational .col-md-8 .content-wrapper
{
   background-color:transparent;
}

/* VERICUT INTERFACE TABS */
.vercicut-interfaces-tabs .col-12.col-md-6 {
    display: flex;
    justify-content: end;
}

.iframe_wrapper.size-auto_full_width {
    max-width: 100%;
}

#vericut-history .col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
}

.vericut-history-cta .col-md-5.offset-md-0.order-md-1.sr-col.sr-repeater-1 .content-wrapper {
    padding: 30px 20px;
    border-radius: 20px;
    height: 100%;
}

.vericut-history-cta .col-md-5.offset-md-0.order-md-1.sr-col.sr-repeater-1 {
    height: 100%;
}

#vericut-history-bottom-cta .row.align-items-center {
    background: #DDE5ED;
    color: #000;
}

div#vericut-history-img img {
    width: 100%;
}

div#vericut-history-img img {
    width: 100%;
}

.vericut-history-cta .col-md-5 .content-wrapper {
    padding: 40px;
    border-radius: 17px;
}

div#vercut-history-hero .sr-cover-image {
    background: #000;
}

div#vercut-history-hero .sr-cover-image img {
    opacity: 0.7;
}

#demo-faq details.details.sr-border-color {
    height: unset!important;
}


div#application-image-row .row .sr-col {
    padding: 0!important;
}

div#application-image-row .row {
    border-radius: 16px;
    overflow: hidden;
	  row-gap:0!important;
}

div#application-image-row .text-col .content-wrapper {
    padding: 40px!important;
    height:100%;
    justify-content: center;
    display:flex;
}

div#solution-offer .container {
    background: #DDE5ED;
    padding: 64px;
    border-radius: 16px;
}

table td {
    vertical-align: text-bottom;
}

table ul li {
width:100%!important
	padding:0!important
    
}

.center {
    text-align: center!important;
}

.center .cta-group.sr-spacer-top-25 {
    text-align: center!important;
    width: 100%;
    display: block;
}

.tabulation .tab-pane img {
    margin-bottom: 3rem;
    height: 90px!important;
    width: 90px!important;
    object-fit: contain;
}

.offer-vm .container {
    background: #DDE5ED;
    padding: 40px;
    border-radius: 16px;
}