:root {
  --pt-color-primary: #004142;
  --pt-color-accent: #d5da2a;
  --pt-color-secondary: #122844;
  --pt-content-width-desktop: 1200px;
  --pt-content-width-tablet: 88vw;
  --pt-content-width-mobile: 85vw;
}

a:focus {
  outline: none !important;
}

/* Theme typography overrides live here. */
.elementor-button {
  border-radius: 2rem !important;
}

#outer-wrap {
  overflow: hidden !important;
}

#scroll-top {
  z-index: 90 !important;
  background-image: url("/wp-content/uploads/2025/10/back2_top.svg") !important;
  background-color: #d5da2a !important;
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100% !important;
}
#scroll-top i {
  display: none;
}

@media screen and (min-width: 1025px) {
  .pt_st {
    padding-top: 20rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_st {
    padding-top: 15rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_st {
    padding-top: 8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt_st_s {
    padding-top: calc(20rem / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_st_s {
    padding-top: calc(15rem / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_st_s {
    padding-top: calc(8rem / 2) !important;
  }
}

@media screen and (min-width: 1025px) {
  .pt_sb {
    padding-bottom: 20rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_sb {
    padding-bottom: 15rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_sb {
    padding-bottom: 8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt_sb_s {
    padding-bottom: calc(20rem / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_sb_s {
    padding-bottom: calc(15rem / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_sb_s {
    padding-bottom: calc(8rem / 2) !important;
  }
}

@media screen and (min-width: 1025px) {
  .pt_sy {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_sy {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_sy {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt_sy_s {
    padding-top: calc(20rem / 2) !important;
    padding-bottom: calc(20rem / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_sy_s {
    padding-top: calc(15rem / 2) !important;
    padding-bottom: calc(15rem / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_sy_s {
    padding-top: calc(8rem / 2) !important;
    padding-bottom: calc(8rem / 2) !important;
  }
}

.pt_br {
  overflow: hidden !important;
  border-radius: 20px !important;
}

.pt_br_only {
  border-radius: 20px !important;
}

.pt_relative {
  position: relative !important;
}

.pt_uppercase,
.pt_uppercase * {
  text-transform: uppercase !important;
}

.pt_no_margin,
.pt_no_margin * {
  margin: 0 !important;
}

.pt_inner_relative .e-con-inner {
  position: relative !important;
}

.pt_no_pointer {
  pointer-events: none !important;
}

.pt_oh {
  overflow: hidden !important;
}

@media screen and (min-width: 1025px) {
  .pt_block.pt_desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_block.pt_tablet {
    display: block;
  }
}

.pt_underline {
  text-decoration: underline !important;
}

.pt_extra_bold * {
  font-weight: 800 !important;
}

@media screen and (max-width: 767px) {
  .pt_static.pt_mobile {
    display: block !important;
    position: static !important;
  }
}

.pt_gap {
  gap: 3rem !important;
}

.pt_img {
  position: relative;
}
.pt_img .elementor-element,
.pt_img .elementor-widget-container,
.pt_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pt_abs {
  position: absolute !important;
}

.pt_expand_left::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  width: 100vw;
  left: unset;
  right: 100% !important;
  bottom: 0;
  top: 0;
}
.pt_expand_left.pt_white::before {
  background: white;
}

.pt_expand_right::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  width: 100vw;
  left: 100% !important;
  bottom: 0;
  top: 0;
}
.pt_expand_right.pt_accent::before {
  background: #d5da2a;
}
.pt_expand_right.pt_secondary::before {
  background: #122844;
}

@media screen and (min-width: 1025px) {
  .pt_h1 * {
    font-size: 9rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_h1 * {
    font-size: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_h1 * {
    font-size: 4.5rem !important;
  }
}

.logged-in.admin-bar .pt_header {
  top: 32px !important;
}

#site-header {
  border: none !important;
}
#site-header .pt_header.pt_active {
  background: #004142 !important;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2) !important;
}
#site-header .pt_header .elementor-menu-toggle {
  margin: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
  padding: 0 !important;
}
@media screen and (min-width: 1025px) {
  #site-header .pt_header .elementor-menu-toggle {
    display: none !important;
  }
}
#site-header .pt_header .elementor-nav-menu--dropdown {
  position: fixed !important;
  padding: 2rem 5vw !important;
  margin: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  background: #004142 !important;
}
@media screen and (max-width: 767px) {
  #site-header .pt_header .elementor-nav-menu--dropdown {
    top: 5rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #site-header .pt_header .elementor-nav-menu--dropdown {
    top: 6.5rem !important;
  }
}
#site-header .pt_header .elementor-nav-menu--dropdown li a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #d5da2a !important;
}
#site-header .pt_menu_toggle_container .pt_menu_toggle {
  cursor: pointer !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 5rem;
  height: 2rem;
}
#site-header .pt_menu_toggle_container .pt_menu_toggle .pt_line {
  transition: all 0.5s ease-in-out !important;
  height: 2px;
  width: 100%;
  background: white;
}
#site-header .pt_menu_toggle_container .pt_menu_toggle .pt_line.pt_top, #site-header .pt_menu_toggle_container .pt_menu_toggle .pt_line.pt_bottom {
  transform-origin: center left;
}
#site-header .pt_menu_toggle_container .pt_menu_toggle.pt_active .pt_middle {
  opacity: 0;
}
#site-header .pt_menu_toggle_container .pt_menu_toggle.pt_active .pt_line.pt_top {
  transform: rotate(21deg);
}
#site-header .pt_menu_toggle_container .pt_menu_toggle.pt_active .pt_line.pt_bottom {
  transform: rotate(-21deg);
}

.pt_menu {
  transition: all 0.5s ease-in-out !important;
  left: 100% !important;
}
.pt_menu.pt_active {
  left: 0 !important;
}
.pt_menu .elementor-nav-menu {
  display: grid;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .pt_menu .elementor-nav-menu {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10rem;
    row-gap: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .pt_menu .elementor-nav-menu {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_menu .elementor-nav-menu {
    row-gap: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .pt_menu .elementor-nav-menu {
    row-gap: 7rem;
  }
}
.pt_menu .elementor-nav-menu .menu-item {
  position: relative !important;
}
.pt_menu .elementor-nav-menu .menu-item .elementor-item {
  position: relative;
  padding-left: 0 !important;
  padding-top: 0.5rem !important;
  line-height: 1 !important;
  flex-grow: unset !important;
  width: max-content !important;
}
.pt_menu .elementor-nav-menu .menu-item .elementor-item.has-submenu {
  padding-right: 6rem !important;
}
.pt_menu .elementor-nav-menu .menu-item .elementor-item .sub-arrow {
  position: absolute;
  right: 1rem;
}
.pt_menu .elementor-nav-menu .menu-item .elementor-item .sub-arrow i {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pt_menu .elementor-nav-menu .menu-item .elementor-item {
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_menu .elementor-nav-menu .menu-item .elementor-item {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .pt_menu .elementor-nav-menu .menu-item .elementor-item {
    font-size: 3rem;
  }
}
.pt_menu .elementor-nav-menu .menu-item .sub-menu {
  transition: all 0.5s ease-in-out !important;
  right: 0;
  top: 0 !important;
  display: flex !important;
  flex-direction: column;
  gap: 0;
  width: max-content !important;
  overflow: hidden;
}
.pt_menu .elementor-nav-menu .menu-item .sub-menu .elementor-sub-item {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .pt_menu .elementor-nav-menu .menu-item .sub-menu .elementor-sub-item {
    font-size: 1.6rem !important;
  }
}

/* Footer-specific styles can be added here. */
.pt_fill .elementor-button {
  background: #004142;
}
.pt_fill.pt_accent .elementor-button {
  background: #d5da2a;
  color: #004142;
}
.pt_fill.pt_secondary .elementor-button {
  background: #d5da2a;
}

.pt_border .elementor-button {
  background: transparent;
  border: 2px solid;
  color: #004142;
}
.pt_border.pt_accent .elementor-button {
  border-color: #d5da2a;
  color: #d5da2a;
}
.pt_border.pt_secondary .elementor-button {
  border-color: #d5da2a;
  color: #d5da2a;
}

.gform_wrapper .gform_fields {
  row-gap: 2rem !important;
}
.gform_wrapper .gform_button {
  width: 100% !important;
  padding: 1.5rem !important;
  border: 2px solid #004142 !important;
  border-radius: 2rem !important;
  background: transparent !important;
  color: #004142 !important;
  font-size: 1.8rem !important;
}
.gform_wrapper .gform_button:hover {
  background: #004142 !important;
  color: #d5da2a !important;
}
.gform_wrapper input:not(.gform_button),
.gform_wrapper textarea {
  border-radius: 0 !important;
}

.gform_validation_errors .gform_submission_error {
  font-size: 1.8rem !important;
}
.gform_validation_errors .gform_confirmation_message {
  color: #004142 !important;
}

.pt_accordion .e-n-accordion-item[open] {
  border-bottom: 1px solid white !important;
}
.pt_accordion .e-n-accordion-item > .elementor-element {
  padding-top: 2rem !important;
}

.pt_blurb,
.pt_blurb .elementor-cta {
  height: 100% !important;
}
.pt_blurb .elementor-cta__content {
  flex-direction: column;
  justify-content: flex-start !important;
}
.pt_blurb.pt_align_btn .elementor-cta__content .elementor-cta__description {
  flex: 1 !important;
}

.pt_testimonials.pt_client .elementor-testimonial__content *, .pt_testimonials.pt_employee .elementor-testimonial__content * {
  font-style: normal !important;
}
@media screen and (min-width: 1025px) {
  .pt_testimonials.pt_client .elementor-testimonial__content, .pt_testimonials.pt_employee .elementor-testimonial__content {
    padding: 7rem 5rem 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_testimonials.pt_client .elementor-testimonial__content, .pt_testimonials.pt_employee .elementor-testimonial__content {
    padding: 7rem 5rem 4rem;
  }
}
.pt_testimonials.pt_client .elementor-testimonial__content .elementor-testimonial__text, .pt_testimonials.pt_employee .elementor-testimonial__content .elementor-testimonial__text {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .pt_testimonials.pt_client .elementor-testimonial__content .elementor-testimonial__text, .pt_testimonials.pt_employee .elementor-testimonial__content .elementor-testimonial__text {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_testimonials.pt_client .elementor-testimonial__content .elementor-testimonial__text, .pt_testimonials.pt_employee .elementor-testimonial__content .elementor-testimonial__text {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .pt_testimonials.pt_client .elementor-testimonial__content .elementor-testimonial__text, .pt_testimonials.pt_employee .elementor-testimonial__content .elementor-testimonial__text {
    padding-top: 3rem;
  }
}
.pt_testimonials.pt_client .elementor-testimonial__content .elementor-testimonial__text::before, .pt_testimonials.pt_employee .elementor-testimonial__content .elementor-testimonial__text::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  background-image: url("/wp-content/uploads/2025/05/zitat.svg");
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .pt_testimonials.pt_client .elementor-testimonial__content .elementor-testimonial__text::before, .pt_testimonials.pt_employee .elementor-testimonial__content .elementor-testimonial__text::before {
    top: -4rem;
    left: -2rem;
    height: 6rem;
    width: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_testimonials.pt_client .elementor-testimonial__content .elementor-testimonial__text::before, .pt_testimonials.pt_employee .elementor-testimonial__content .elementor-testimonial__text::before {
    top: -3rem;
    left: -1rem;
    height: 5rem;
    width: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .pt_testimonials.pt_client .elementor-testimonial__content .elementor-testimonial__text::before, .pt_testimonials.pt_employee .elementor-testimonial__content .elementor-testimonial__text::before {
    top: -3rem;
    left: -1rem;
    height: 4rem;
    width: 4rem;
  }
}
.pt_testimonials.pt_client .swiper-wrapper, .pt_testimonials.pt_employee .swiper-wrapper {
  align-items: flex-start !important;
}
.pt_testimonials.pt_client .swiper-slide, .pt_testimonials.pt_employee .swiper-slide {
  border: 1px solid #d5da2a !important;
}
.pt_testimonials.pt_employee .elementor-testimonial__image {
  position: absolute;
  right: 0;
}
.pt_testimonials.pt_employee .swiper-slide {
  position: relative;
  padding: 0 !important;
  border: none !important;
}
.pt_testimonials.pt_employee .swiper-slide .elementor-testimonial {
  flex-direction: column !important;
  border: 2px solid #d5da2a;
  min-height: 60rem;
}
@media screen and (min-width: 1025px) {
  .pt_testimonials.pt_employee .swiper-slide .elementor-testimonial {
    width: 60%;
    padding-right: 10rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_testimonials.pt_employee .swiper-slide .elementor-testimonial {
    width: 70%;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .pt_testimonials.pt_employee .swiper-slide .elementor-testimonial {
    padding: 35rem 4rem 4rem;
  }
}
.pt_testimonials.pt_employee .swiper-slide .elementor-testimonial .elementor-testimonial__footer {
  position: absolute;
  margin: 0 !important;
  top: 5rem;
  width: 40%;
}
@media screen and (min-width: 1025px) {
  .pt_testimonials.pt_employee .swiper-slide .elementor-testimonial .elementor-testimonial__footer {
    right: 10rem;
    bottom: 10rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_testimonials.pt_employee .swiper-slide .elementor-testimonial .elementor-testimonial__footer {
    right: 0;
    min-height: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .pt_testimonials.pt_employee .swiper-slide .elementor-testimonial .elementor-testimonial__footer {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 30rem;
    border-bottom: 2px solid #d5da2a !important;
  }
}
.pt_testimonials.pt_employee .swiper-slide .elementor-testimonial .elementor-testimonial__footer * {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

@media screen and (min-width: 2500px) and (max-width: 10000px) {
  .pt_erfahrung .pt_offset {
    width: calc(calc((2500px - 1200px) / 2) + 8rem);
  }
}
@media screen and (min-width: 1025px) {
  .pt_erfahrung .pt_offset {
    width: calc(calc((100vw - 1200px) / 2) + 5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_erfahrung .pt_offset {
    width: calc(calc((100vw - 88vw) / 2) + 30vw);
  }
}
@media screen and (min-width: 2500px) and (max-width: 10000px) {
  .pt_erfahrung .pt_cta_img {
    padding-right: 10rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt_erfahrung .pt_cta_img {
    padding-right: 7rem !important;
  }
}

.x {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.pt_member_grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  .pt_member_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .pt_member_grid {
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_member_grid {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pt_member_grid {
    grid-template-columns: 1fr;
  }
}
.pt_member_grid .pt_member_card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.pt_member_grid .pt_member_card * {
  color: white;
}
.pt_member_grid .pt_member_card.pt_active .pt_text {
  max-height: 100rem;
}
.pt_member_grid .pt_member_card.pt_active .pt_head .pt_toggle .pt_vertical {
  opacity: 0;
}
.pt_member_grid .pt_member_card .pt_image img {
  object-fit: cover !important;
}
@media screen and (min-width: 1025px) {
  .pt_member_grid .pt_member_card .pt_image img {
    height: 70rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_member_grid .pt_member_card .pt_image img {
    height: 50rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_member_grid .pt_member_card .pt_image img {
    height: 40rem !important;
  }
}
.pt_member_grid .pt_member_card .pt_head {
  border-bottom: 2px solid white;
  padding: 1rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pt_member_grid .pt_member_card .pt_head .pt_toggle {
  position: relative;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt_member_grid .pt_member_card .pt_head .pt_toggle .pt_line {
  transition: all 0.5s ease-in-out !important;
  position: absolute;
  background: #d5da2a;
}
.pt_member_grid .pt_member_card .pt_head .pt_toggle .pt_line.pt_horizontal {
  height: 2px;
  width: 100%;
  margin: 0 auto;
}
.pt_member_grid .pt_member_card .pt_head .pt_toggle .pt_line.pt_vertical {
  width: 2px;
  height: 100%;
}
.pt_member_grid .pt_member_card .pt_text {
  transition: all 0.5s ease-in-out !important;
  max-height: 0;
  overflow: hidden;
}
.pt_member_grid .pt_member_card .pt_text .pt_description {
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.pt_member_grid .pt_member_card .pt_name {
  font-weight: bold;
  font-size: 2rem;
}
.pt_member_grid .pt_member_card .pt_email {
  color: #d5da2a;
}

.pt_filter_buttons {
  margin-bottom: 4rem;
}
.pt_filter_buttons .pt_filter_btn {
  border: 2px solid #d5da2a !important;
  color: #d5da2a !important;
  background: transparent;
  transition: all 0.5s ease-in-out !important;
}
.pt_filter_buttons .pt_filter_btn.pt_active {
  background: #d5da2a !important;
  color: #004142 !important;
}

.pt_team_grid {
  position: relative !important;
  opacity: 0;
  pointer-events: none;
  height: 0;
}
.pt_team_grid.is-ready {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 300ms ease;
  height: max-content;
}
.pt_team_grid.is-fallback {
  position: static !important;
  height: auto;
  display: grid;
}
@media screen and (min-width: 1025px) {
  .pt_team_grid.is-fallback {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_team_grid.is-fallback {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .pt_team_grid.is-fallback {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.pt_team_grid.is-fallback .pt_team_card {
  position: static;
  width: auto !important;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .pt_team_grid {
    transform: translateX(-2rem);
  }
}
.pt_team_grid .pt_team_card {
  position: absolute;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .pt_team_grid .pt_team_card {
    margin: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .pt_team_grid .pt_team_card {
    width: calc((1200px - 12rem) / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_team_grid .pt_team_card {
    width: calc((88vw - 8rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .pt_team_grid .pt_team_card {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.pt_team_grid .pt_team_card * {
  color: white;
}
.pt_team_grid .pt_team_card .pt_image {
  overflow: hidden !important;
}
@media screen and (min-width: 1025px) {
  .pt_team_grid .pt_team_card .pt_image,
  .pt_team_grid .pt_team_card .pt_image img {
    height: 50rem !important;
  }
}
.pt_team_grid .pt_team_card .pt_image img {
  width: 100% !important;
  object-fit: cover;
  object-position: top center !important;
}
@media screen and (max-width: 767px) {
  .pt_team_grid .pt_team_card .pt_image img {
    height: 40rem !important;
  }
}
.pt_team_grid .pt_team_card .pt_text {
  margin-top: 3rem;
  flex-grow: 1 !important;
}
.pt_team_grid .pt_team_card .pt_text .pt_name {
  font-weight: bold;
  font-size: 2rem;
}
.pt_team_grid .pt_team_card .pt_text .pt_email {
  color: #d5da2a;
}

.pt_team_loader {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.pt_spinner {
  width: 4rem;
  height: 4rem;
  border: 0.5rem solid rgba(213, 218, 42, 0.25);
  border-top-color: #d5da2a;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=main.css.map */
