.eds_tabs.eds_Press_style2 {
  overflow: hidden;
}
.eds_tabs.eds_Press_style2 .eds_tabsNav {
  float: left;
  border: solid 1px #103573;
}
@media (max-width: 768px) {
  .eds_tabs.eds_Press_style2 .eds_tabsNav {
    float: none;
  }
}
.eds_tabs.eds_Press_style2 .eds_tabsNav > li {
  display: block;
  padding: 2rem;
  border-bottom: solid 1px #103573;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .eds_tabs.eds_Press_style2 .eds_tabsNav > li {
    padding: 1rem;
    float: none;
    display: inline-block;
    border-bottom: none !important;
  }
}
.eds_tabs.eds_Press_style2 .eds_tabsNav > li::before {
  position: absolute;
  content: "";
  border-width: 15px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #103573;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 400ms;
}
@media (max-width: 768px) {
  .eds_tabs.eds_Press_style2 .eds_tabsNav > li::before {
    top: calc(100% - 7px);
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.eds_tabs.eds_Press_style2 .eds_tabsNav > li:last-child {
  border-bottom: none;
}
.eds_tabs.eds_Press_style2 .eds_tabsNav > li .eds_tabIcon {
  font-size: 2rem;
  line-height: 1;
  color: #268fe0;
}
@media (max-width: 768px) {
  .eds_tabs.eds_Press_style2 .eds_tabsNav > li .eds_tabIcon {
    font-size: 1.5rem;
  }
}
.eds_tabs.eds_Press_style2 .eds_tabsNav > li:hover::before, .eds_tabs.eds_Press_style2 .eds_tabsNav > li.edsTabulator_active::before {
  opacity: 1;
}
.eds_tabs.eds_Press_style2 .eds_tabsNav > li.edsTabulator_active {
  background-color: #f7f7f7;
}
.eds_tabs.eds_Press_style2 .eds_tabsNav > li.edsTabulator_active .eds_tabIcon {
  color: #fff;
}
.eds_tabs.eds_Press_style2 .edsTabulator_tabsWrapper {
  overflow: hidden;
}
.eds_tabs.eds_Press_style2 .edsTabulator_tabsWrapper .edsTabulator_tab {
  padding: 0 0 0 3rem;
}
@media (max-width: 768px) {
  .eds_tabs.eds_Press_style2 .edsTabulator_tabsWrapper .edsTabulator_tab {
    padding: 1.5rem 0 0;
  }
}
