.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .faq-accordion-header {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .faq-accordion-header {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
  }
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element {
  padding: 32px;
  background-color: #EDF0F5;
  border-radius: 8px;
  border: 3px solid transparent;
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element:not(:last-of-type) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element:hover {
  border-color: #225189;
  cursor: pointer;
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element .tab-element-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element .tab-element-header .tab-element-header-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.01em;
  padding: 8px 0;
}
@media only screen and (max-width: 1199px) {
  .so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element .tab-element-header .tab-element-header-text {
    font-size: 20px;
    line-height: 26px;
  }
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element .tab-element-header .tab-element-header-icon {
  display: flex;
  margin-left: 24px;
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element .tab-element-header .tab-element-header-icon > .plus-toggle {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element .tab-element-header .tab-element-header-icon > .plus-toggle:before,
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element .tab-element-header .tab-element-header-icon > .plus-toggle:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background: #003262;
  height: 28px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s ease;
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element .tab-element-header .tab-element-header-icon > .plus-toggle:after {
  width: 28px;
  height: 2px;
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element .tab-element-header .tab-element-header-icon > .plus-toggle.change-to-minus:before {
  transform: rotate(-90deg);
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element .tab-element-header .tab-element-header-icon > .plus-toggle.change-to-minus:after {
  transform: rotate(-180deg);
  opacity: 0;
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element .accordion-content {
  transition: height 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element .accordion-content .tab-element-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  margin-top: 20px;
  color: #000000;
  width: 100%;
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element.is-expanded .tab-element-header .tab-element-header-text {
  transition: color 0.3s ease-in-out;
  color: #39b54a;
}
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element.is-expanded .tab-element-header .tab-element-header-icon .change-to-minus:before,
.so-widget-pa-faq-accordion-pa-faq-accordion-style-v3-d75171398898-119495 .faq-custom-accordion-section .tabs-container .tab-element.is-expanded .tab-element-header .tab-element-header-icon .change-to-minus:after {
  background-color: #39b54a;
}