:root {
  /* added by fgp */
  --has-fgp: initial;
  --element-has-fgp: initial;
  --parent-has-fgp: initial;
}

.tabbed-content {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: 100%;
}

@media (min-width: 769px) {
  .tabbed-content {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.tabbed-content .tabbed-content-container {
  width: 100%;
}

@media (min-width: 577px) {
  .tabbed-content .tabbed-content-container {
    max-width: 577px;
  }
}

@media (min-width: 769px) {
  .tabbed-content .tabbed-content-container {
    max-width: 769px;
  }
}

@media (min-width: 993px) {
  .tabbed-content .tabbed-content-container {
    max-width: 993px;
  }
}

@media (min-width: 1201px) {
  .tabbed-content .tabbed-content-container {
    max-width: 1201px;
  }
}

@media (min-width: 1401px) {
  .tabbed-content .tabbed-content-container {
    max-width: 1401px;
  }
}

@media (min-width: 1640px) {
  .tabbed-content .tabbed-content-container {
    max-width: 1640px;
  }
}

@media (min-width: 1921px) {
  .tabbed-content .tabbed-content-container {
    max-width: 1921px;
  }
}

.tabbed-content .tabbed-content-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1640px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.75rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 245 249 / var(--tw-border-opacity));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(10, 71, 133, 0.03);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(10 71 133 / 0));
  --tw-gradient-to: rgba(10, 71, 133, 0.05);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 993px) {
  .tabbed-content .tabbed-content-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 992px) {
  .tabbed-content .tabbed-content-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.tabbed-content .tabbed-content-container .tab-header-wrapper-outer {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.75rem;
  overflow: hidden;
}

@media (min-width: 993px) {
  .tabbed-content .tabbed-content-container .tab-header-wrapper-outer {
    max-width: 48rem;
  }
}

@media (min-width: 1401px) {
  .tabbed-content .tabbed-content-container .tab-header-wrapper-outer {
    max-width: 64rem;
  }
}

.tabbed-content .tabbed-content-container .tab-header-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tabbed-content .tabbed-content-container .tab-header-wrapper::-webkit-scrollbar {
  display: none;
}

.tabbed-content .tabbed-content-container .tab-header-wrapper .tab-header {
  position: relative;
  cursor: pointer;
  border-bottom-width: 0.4rem;
  border-color: rgba(9, 70, 133, 0.15);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.tabbed-content .tabbed-content-container .tab-header-wrapper .tab-header span {
  white-space: nowrap;
}

.tabbed-content .tabbed-content-container .tab-header-wrapper .tab-header.active {
  --tw-border-opacity: 1;
  border-color: rgb(9 70 133 / var(--tw-border-opacity));
  font-weight: 700;
}

.tabbed-content .tabbed-content-container .tab-header-wrapper .tab-header:first-child {
  padding-left: 0px;
}

.tabbed-content .tabbed-content-container .tab-header-wrapper .tab-header:last-child {
  padding-right: 0px;
}

.tabbed-content .tabbed-content-container .tab-header-wrapper::-webkit-scrollbar {
  height: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(9 70 133 / var(--tw-bg-opacity));
}

.tabbed-content .tabbed-content-container .tab-header-wrapper::-webkit-scrollbar-thumb {
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tabbed-content .tabbed-content-container .tab {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 993px) {
  .tabbed-content .tabbed-content-container .tab {
    overflow-x: hidden;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.tabbed-content .tabbed-content-container .tab .tab-content {
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
}

.tabbed-content .tabbed-content-container .tab .tab-content .tab-content-body h2 {
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.tabbed-content .tabbed-content-container .tab .tab-content .tab-content-body p {
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 769px) {
  .tabbed-content .tabbed-content-container .tab .tab-content .tab-content-body p {
    text-align: left;
  }
}

.tabbed-content .tabbed-content-container .tab .tab-content .tab-content-footer {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 993px) {
  .tabbed-content .tabbed-content-container .tab .tab-content .tab-content-footer {
    justify-content: flex-end;
  }
}

.tabbed-content .tabbed-content-container .tab .tab-content .tab-content-body .icon-text-block .icon-left {
  margin-bottom: 1rem;
  height: 2.5rem;
  width: 2.5rem;
  min-width: 2.5rem;
  align-self: center;
}

@media (min-width: 769px) {
  .tabbed-content .tabbed-content-container .tab .tab-content .tab-content-body .icon-text-block .icon-left {
    margin-bottom: 0px;
    margin-right: 2.5rem;
  }
}

.tabbed-content .tabbed-content-container .tab .tab-content .tab-content-body .icon-text-block .icon-right {
  margin-bottom: 1rem;
  min-width: 2.5rem;
}

@media (min-width: 769px) {
  .tabbed-content .tabbed-content-container .tab .tab-content .tab-content-body .icon-text-block .icon-right {
    margin-bottom: 0px;
    margin-left: 2.5rem;
  }
}

.tabbed-content .tabbed-content-container .tab .tab-content .tab-content-body .icon-text-block img {
  height: 2.5rem;
  width: 2.5rem;
}

.tabbed-content .tabbed-content-container .tab .tab-content .tab-content-body .icon-text-block p {
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.tabbed-content .tabbed-content-container .tab .tab-preview {
  overflow: hidden;
}

@media (max-width: 459px) {
  .tabbed-content .tabbed-content-container .tab .tab-preview {
    min-height: 100%;
  }
}

.tabbed-content .tabbed-content-container .tab .tab-preview {
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
}

.tabbed-content .tabbed-content-container .tab .tab-preview img {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-height: 100%;
  width: 80%;
}

@media (min-width: 577px) {
  .tabbed-content .tabbed-content-container .tab .tab-preview img {
    width: 50%;
  }
}

@media (min-width: 993px) {
  .tabbed-content .tabbed-content-container .tab .tab-preview img {
    width: 100%;
  }
}

.tabbed-content .tabbed-content-container .tab-preview-wrapper {
  order: -1;
  justify-content: center;
}

@media (min-width: 769px) {
  .tabbed-content .tabbed-content-container .tab-preview-wrapper {
    flex: 1 1 0%;
  }
}

@media (min-width: 993px) {
  .tabbed-content .tabbed-content-container .tab-preview-wrapper {
    order: 0;
  }
}

@media (max-width: 992px) {
  .tabbed-content .tabbed-content-container .tab-preview-wrapper {
    margin-bottom: 1.25rem;
  }
}

.tabbed-content .tabbed-content-container .tab-content-wrapper {
  justify-content: center;
}

@media (min-width: 769px) {
  .tabbed-content .tabbed-content-container .tab-content-wrapper {
    flex: 1 1 0%;
  }
}

.tabbed-content .image-first .tab-preview-wrapper {
  order: -1;
}

.tab-header-wrapper-outer {
  position: relative;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 992px) {
  .tab-header-wrapper-outer {
    width: 80%;
  }
}

.tab-header-wrapper-outer:before, .tab-header-wrapper-outer:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 9;
  height: 100%;
  width: 1rem;
  --tw-content: '';
  content: var(--tw-content);
}

.tab-header-wrapper-outer.scrolled-right:after, .tab-header-wrapper-outer.scrolled-left:before {
  display: none;
}

.tab-header-wrapper-outer:before {
  left: 0;
  background-image: linear-gradient(90deg, rgba(247, 249, 251,1) 0%, rgba(247, 249, 251,0) 100%)
}

.tab-header-wrapper-outer:after {
  right: 0px;
  background-image: linear-gradient(90deg, rgba(247, 249, 251,0) 0%, rgba(247, 249, 251,1) 100%)
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to   {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to   {
    opacity: 1;
  }
}