@import url("../fonts/bootstrap-icons.css");
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title .btn-primary {
  padding: 0.375rem 0.875rem;
}

.pb-element {
  width: 100%;
}
.pb-element .square {
  border-radius: 0;
}
.pb-element .rounded {
  border-radius: 4rem !important;
}
.pb-element .droplet {
  border-radius: 4rem;
  border-bottom-right-radius: 0;
}
.pb-element .outline:active,
.pb-element .classic:active,
.pb-element .modern:active {
  border: solid 1px transparent;
}
.pb-element .size-xs {
  font-size: 0.75rem;
}
.pb-element .size-s {
  font-size: 0.875rem;
}
.pb-element .size-m {
  font-size: 1rem;
}
.pb-element .size-l {
  font-size: 1.125rem;
}
.pb-element .size-xl {
  font-size: 1.25rem;
}

.pb-element-post_slider-hero .card-template-highlight1 .card-image:after {
  padding-top: 62%;
}

.pb-element-post_slider_group-tab,
.pb-element-button_grid-tab {
  text-align: center;
  text-decoration: none;
  border-radius: 0.375rem;
  padding: 0.5rem 1.5rem;
  color: #0075FF;
}
.pb-element-post_slider_group-tab.active,
.pb-element-button_grid-tab.active {
  color: #ffffff;
  background-color: #0075FF;
}
.pb-element-post_slider_group-tab:hover:not(.active),
.pb-element-button_grid-tab:hover:not(.active) {
  color: #0075FF;
}
.pb-element-post_slider_group-content.active,
.pb-element-button_grid-content.active {
  display: block;
}

.pb-element-button_grid-content {
  gap: 1.125rem;
  -ms-grid-columns: 1fr 1.125rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.pb-element-button_grid-content.active {
  display: -ms-inline-grid;
  display: inline-grid;
}
.pb-element-button_grid-content-wrapper {
  text-align: center;
}
.pb-element-button_grid-content .btn {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem 0.25rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  height: 8rem;
  color: #000;
  margin: 0 auto;
}
.pb-element-button_grid-content .btn .image {
  height: 3rem;
}
.pb-element-button_grid-content .btn .image img {
  margin-bottom: 1rem;
  max-height: 100%;
}
.pb-element-button_grid-content .btn .text {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.pb-element-button_grid-content .btn:hover {
  background-color: #fef6f6;
}
.pb-element-button_grid-content .btn:hover .image {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.pb-element-button_grid-content .btn:hover .text {
  color: #0075FF;
}
.pb-element-button_grid-content .btn:hover.image-color .image {
  -webkit-filter: none;
          filter: none;
}

.pb-element-button_slider .btn {
  padding: 1.25rem 1rem;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.pb-element-button_slider .btn .icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0075FF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.pb-element-button_slider .btn .icon img {
  max-width: 100%;
}
.pb-element-button_slider .btn .icon span[aria-hidden=true] {
  color: #000000;
}
.pb-element-button_slider .btn .text {
  margin-top: 1rem;
  color: #000000;
  width: 100%;
  text-align: center;
}
.pb-element-button_slider .btn:hover {
  background-color: #0075FF;
}
.pb-element-button_slider .btn:hover .icon {
  background-color: #0075FF;
}
.pb-element-button_slider .btn:hover .icon img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.pb-element-button_slider .btn:hover .icon span[aria-hidden=true] {
  color: #ffffff;
}
.pb-element-button_slider .btn:hover .text {
  font-weight: 600;
  color: #ffffff;
}
.pb-element-button_slider .btn:hover.image-color .icon img {
  filter: none !important;
  -webkit-filter: none !important;
}
.pb-element-button_slider .btn:hover.image-color .icon span[aria-hidden=true] {
  color: inherit;
}

.pb-element-accordion .accordion-button,
.pb-element-accordion .accordion-body {
  padding: 16px 20px !important;
}
.pb-element-accordion .accordion-button img {
  width: 72px;
  height: 48px;
  border-radius: 0.5rem;
  margin-right: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.pb-element-accordion .accordion-button i {
  position: absolute;
  right: 32px;
  font-size: 1.25rem;
}
.pb-element-accordion .accordion-button:after {
  display: none;
}
.pb-element-accordion .accordion-button .bi-plus-circle-fill::before {
  content: "\f2e5";
}
.pb-element-accordion .accordion-button .bi-plus-square-fill::before {
  content: "\f2e8";
}
.pb-element-accordion .accordion-button .bi-chevron-down::before {
  content: "\f286";
}
.pb-element-accordion .accordion-button .bi-caret-down::before {
  content: "\f238";
}
.pb-element-accordion .accordion-button .bi-caret-down-fill::before {
  content: "\f235";
}
.pb-element-accordion .accordion-button .bi-plus-square::before {
  content: "\f2e9";
}
.pb-element-accordion .accordion-button .bi-plus-circle::before {
  content: "\f2e6";
}
.pb-element-accordion .accordion-button .bi-plus-lg::before {
  content: "\f63b";
}
.pb-element-accordion .accordion-button.collapsed .bi-plus-circle-fill::before {
  content: "\f4f9";
}
.pb-element-accordion .accordion-button.collapsed .bi-plus-square-fill::before {
  content: "\f4fc";
}
.pb-element-accordion .accordion-button.collapsed .bi-chevron-down::before {
  content: "\f282";
}
.pb-element-accordion .accordion-button.collapsed .bi-caret-down::before {
  content: "\f22c";
}
.pb-element-accordion .accordion-button.collapsed .bi-caret-down-fill::before {
  content: "\f229";
}
.pb-element-accordion .accordion-button.collapsed .bi-plus-square::before {
  content: "\f4fd";
}
.pb-element-accordion .accordion-button.collapsed .bi-plus-circle::before {
  content: "\f4fa";
}
.pb-element-accordion .accordion-button.collapsed .bi-plus-lg::before {
  content: "\f64d";
}

.pb-element-separator_with_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pb-element-separator_with_text span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.25em;
}

.pb-element-single_image.style1 img {
  border-radius: 0;
}
.pb-element-single_image.style2 img {
  border-radius: 0.75rem;
}
.pb-element-single_image.style3 img {
  border: 1px solid #ccc;
  padding: 4px;
}
.pb-element-single_image.style4 img, .pb-element-single_image.style5 img {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.pb-element-single_image.style6 img {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.pb-element-single_image.style7 img, .pb-element-single_image.style8 img {
  border-radius: 50%;
}
.pb-element-single_image.style9 img {
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 4px;
}
.pb-element-single_image.style10 img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.pb-element-single_image.style11 img {
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 2px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.pb-element-single_image.style12 img, .pb-element-single_image.style13 img, .pb-element-single_image.style14 img {
  border-radius: 50%;
  aspect-ratio: 1;
}
.pb-element-single_image.style15 img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  aspect-ratio: 1;
}
.pb-element-single_image.style16 img, .pb-element-single_image.style17 img {
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  aspect-ratio: 1;
}
.pb-element-single_image.style18 img {
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 50px 50px 50px 0px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.pb-element-single_image.style19 img {
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 50% 50% 0 50%;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  aspect-ratio: 1;
}

.pb-element-tab hr {
  border: 1px solid var(--blue-6);
  opacity: 1;
}
.pb-element-tab .item-vertical .pb-element-button-tab {
  width: auto;
}
.pb-element-tab-control {
  overflow-x: auto;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
.pb-element-tab .tab-content > .active {
  display: block;
}
.pb-element-tab .pb-element-button-tab {
  text-align: center;
  text-decoration: none;
  border-radius: 0.375rem;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  color: #0075FF;
  border: 1px solid #0075FF;
  white-space: nowrap;
}
.pb-element-tab .pb-element-button-tab .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pb-element-tab .pb-element-button-tab a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  color: inherit;
}
.pb-element-tab .pb-element-button-tab.is-parent:after {
  content: "\f004";
  font-family: "fontello";
  color: #000000;
  font-size: 1rem;
  margin-right: 1rem;
  display: block;
}
.pb-element-tab .pb-element-button-tab:hover, .pb-element-tab .pb-element-button-tab.active {
  color: #ffffff;
  background-color: #0075FF;
}
.pb-element-tab .pb-element-button-tab:hover:before, .pb-element-tab .pb-element-button-tab:hover:after, .pb-element-tab .pb-element-button-tab.active:before, .pb-element-tab .pb-element-button-tab.active:after {
  color: #ffffff;
}
.pb-element-tab .pb-element-button-tab:hover a, .pb-element-tab .pb-element-button-tab.active a {
  color: #ffffff;
}
.pb-element-tab .pb-element-text_block {
  background-color: #fff3f4;
  width: 100%;
  padding: 2rem 2rem 2rem 1rem;
}
.pb-element-tab .pb-element-text_block .text {
  color: #000000;
}
.pb-element-tab .pb-element-text_block a {
  color: #000000;
  text-decoration: none;
}
.pb-element-tab .pb-element-tab-content .image {
  width: 100%;
  position: relative;
}
.pb-element-tab .pb-element-tab-content .image:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.pb-element-tab .pb-element-tab-content .image img {
  width: 100%;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.pb-element-calendar-list {
  font-size: 0.75rem;
  background-color: #ffffff;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.pb-element-calendar-list .date {
  font-size: 0.5rem;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #0075FF;
  border-radius: 4rem;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.75rem;
}
.pb-element-calendar-list .detail {
  width: 100%;
}
.pb-element-calendar-list .detail .title-list {
  text-decoration: none;
  margin-bottom: 0;
  width: calc(100% - 2.875rem);
  color: #2b2b2b;
}
.pb-element-calendar-list .readmore-icon {
  background: #ffe7eb;
  color: #0075FF;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  font-size: 0.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.pb-element-calendar-list .readmore-icon i {
  margin-top: 0.125rem;
}
.pb-element-calendar-list:hover .detail .title-list {
  color: #1d2048;
}
.pb-element-calendar-list:hover .readmore-icon {
  -webkit-transform: translate(15%, -15%);
          transform: translate(15%, -15%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.pb-element-calendar .event--calendar {
  text-decoration: none;
}
.pb-element-calendar-picker .datepicker-inline {
  height: 100%;
  width: 100%;
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.pb-element-calendar-picker .datepicker .table-condensed {
  width: 100%;
}
.pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) {
  background-color: #fff;
  color: #292b3e;
}
.pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) .prev,
.pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) .next {
  font-family: "fontello";
  font-size: 0.75rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
.pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) .prev::after,
.pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) .next::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0075FF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}
.pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) .datepicker-switch {
  font-weight: 400;
  font-size: 1.125rem;
}
.pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) .prev::after {
  content: "\f007";
}
.pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) .next::after {
  content: "\f006";
  right: 10px;
  left: auto;
}
.pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) th {
  padding: 1rem 0;
}
.pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(3) {
  background-color: #ffffff;
}
.pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(3) th {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-weight: 400;
}
.pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(3) th:first-child {
  padding-left: 1.5rem;
}
.pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(3) th:last-child {
  padding-right: 1.5rem;
}
.pb-element-calendar-picker .datepicker .table-condensed tbody {
  background-color: #ffffff;
}
.pb-element-calendar-picker .datepicker .table-condensed tbody tr td:first-child {
  padding-left: 1.5rem;
}
.pb-element-calendar-picker .datepicker .table-condensed tbody tr td:last-child {
  padding-right: 1.5rem;
}
.pb-element-calendar-picker .datepicker .table-condensed tbody tr:last-child td {
  padding-bottom: 1.5rem;
}
.pb-element-calendar-picker .datepicker .table-condensed td,
.pb-element-calendar-picker .datepicker .table-condensed th {
  border-radius: 0;
  background-image: none;
  width: 2.5rem;
  height: 2.5rem;
}
.pb-element-calendar-picker .datepicker .table-condensed td div,
.pb-element-calendar-picker .datepicker .table-condensed th div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
}
.pb-element-calendar-picker .datepicker .table-condensed td div:hover,
.pb-element-calendar-picker .datepicker .table-condensed th div:hover {
  color: #02a552;
}
.pb-element-calendar-picker .datepicker .table-condensed td:hover,
.pb-element-calendar-picker .datepicker .table-condensed th:hover {
  background: transparent;
  background-color: transparent;
}
.pb-element-calendar-picker .datepicker .table-condensed td.today,
.pb-element-calendar-picker .datepicker .table-condensed th.today {
  background-color: transparent !important;
}
.pb-element-calendar-picker .datepicker .table-condensed td.today div,
.pb-element-calendar-picker .datepicker .table-condensed th.today div {
  color: #27a464 !important;
  background-color: rgb(147, 231, 188);
}
.pb-element-calendar-picker .datepicker .table-condensed td.active,
.pb-element-calendar-picker .datepicker .table-condensed th.active {
  background-color: transparent !important;
  text-shadow: none;
}
.pb-element-calendar-picker .datepicker .table-condensed td.active div,
.pb-element-calendar-picker .datepicker .table-condensed th.active div {
  text-shadow: none !important;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #e4e4e4;
  color: #000000 !important;
}
.pb-element-calendar-picker .datepicker .table-condensed td.highlight,
.pb-element-calendar-picker .datepicker .table-condensed th.highlight {
  background-color: transparent !important;
}
.pb-element-calendar-picker .datepicker .table-condensed td.highlight div,
.pb-element-calendar-picker .datepicker .table-condensed th.highlight div {
  color: #000000 !important;
}
.pb-element-calendar-picker .datepicker .table-condensed td.highlight div:after,
.pb-element-calendar-picker .datepicker .table-condensed th.highlight div:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #005eff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
.pb-element-calendar .event-calendar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pb-element-calendar .event-calendar-content .content {
  overflow-y: auto;
  position: relative;
  height: auto;
  width: 100%;
  padding: 0 0.375rem;
}
.pb-element-calendar .event-calendar-content .content .no-event {
  padding: 1.5rem 1rem;
  background-color: #ffffff;
  text-align: center;
  height: 100%;
}
.pb-element-calendar .event-calendar-content .content .no-event img {
  width: 25rem;
  max-width: 100%;
}

.pb-element-banner .splide__slide img,
.pb-element-banner .splide__slide video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 10rem;
  width: 100%;
  border-radius: 0.5rem;
}

.pb-element-text_block img {
  max-width: 100%;
  height: auto;
}
.pb-element-text_block iframe {
  max-width: 100%;
}

.pb-element-video video {
  max-width: 100%;
}
.pb-element-video .video-container {
  position: relative;
  padding-bottom: 57.5%; /* 4:2.3 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.pb-element-video .video-container iframe,
.pb-element-video .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pb-element-cf {
  margin-bottom: 1rem;
}
.pb-element-cf label {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
}
.pb-element-cf.required label::after {
  content: "*";
  color: red;
}
.pb-element-cf .input-upload {
  position: relative;
  padding: 0.375rem 1rem;
  border: 1px solid #0075FF;
  color: white;
  border-radius: 4rem;
  background: #0075FF;
  min-width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pb-element-cf .input-upload input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  text-align: right;
  opacity: 0;
  cursor: pointer;
}
.pb-element-cf .des-upload {
  font-style: italic;
  margin-bottom: 0.5rem;
}

.pb-element-likert_scale table {
  width: 100%;
}
.pb-element-likert_scale thead th {
  font-weight: 400;
  border-bottom: 1px solid #ECECEE;
}
.pb-element-likert_scale .scale {
  text-align: center;
  padding: 0.25rem 0.375rem;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: calc(50% - 0.5rem);
}

.grid-item {
  float: left;
  display: block;
  margin-bottom: 0.5rem;
}
.grid-item img {
  display: block;
  max-width: 100%;
}

.pb-element-checkbox-choice-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
.pb-element-checkbox-choice-wrapper.layout-2 .pb-element-checkbox-choice-label {
  width: 100%;
}
.pb-element-checkbox-choice-wrapper.layout-3 .pb-element-checkbox-choice-label {
  width: 100%;
}
.pb-element-checkbox-choice-label::after {
  display: none;
}

.pb-element-radio-choice-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
.pb-element-radio-choice-wrapper.layout-2 .pb-element-radio-choice-label {
  width: 100%;
}
.pb-element-radio-choice-wrapper.layout-3 .pb-element-radio-choice-label {
  width: 100%;
}
.pb-element-radio-choice-label::after {
  display: none;
}

.swal2-container .btn-confirm {
  color: #fff !important;
  background-color: #0075FF !important;
  padding: 0.375rem 0.875rem;
  border-radius: 4rem !important;
  border: 1px solid #0075FF !important;
  min-width: 86px;
}
.swal2-container .btn-confirm:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.swal2-container .btn-cancel {
  color: #fff !important;
  background-color: #6f7881 !important;
  padding: 0.375rem 0.875rem;
  border-radius: 4rem !important;
  border: 1px solid #6f7881 !important;
  min-width: 86px;
}
.swal2-container .btn-cancel:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*FORM STEP START*/
.form-step-nav {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.form-step-nav li {
  padding: 4px 8px;
}
.form-step-nav li.active {
  font-weight: bold;
}

.form-step-body {
  display: block;
  width: 100%;
  height: auto;
}

.form-step-content {
  display: none;
}
.form-step-content.active {
  display: block;
}

.form-step-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

/*FORM STEP END*/
.signature_pad-wrapper {
  position: relative;
}
.signature_pad-wrapper .signature-pad {
  border: solid 1px #ced4da;
}
.signature_pad-wrapper textarea {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  width: 100%;
  max-width: 400px;
}

.rss_feed_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.rss_feed_item img {
  width: 240px;
  height: 135px;
  border: solid 1px #e8e8e8;
  -o-object-fit: cover;
     object-fit: cover;
}
.rss_feed_item img + div {
  padding-left: 1rem;
  max-width: calc(100% - 240px);
}
.rss_feed_item h4 {
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
}
.rss_feed_item p {
  margin-bottom: 0.5rem;
}

.pb-poll-answer {
  list-style-type: none;
  padding: 0;
}

.pb-survey-table th, .pb-survey-table td {
  padding: 2px 4px;
}

.survey-tab {
  margin-bottom: 0.875rem;
}
.survey-tab a {
  color: #00f;
  text-decoration: none;
  margin-right: 0.5rem;
}
.survey-tab a:hover {
  color: #00f;
  text-decoration: underline;
}
.survey-tab a.active {
  font-weight: bold;
}

.survey-result-content {
  width: 100%;
  max-width: 680px;
}
.survey-result-content .text-right {
  text-align: right;
}

.survey-result-answer-wrapper {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}

.survey-result-answer {
  height: 25px;
  width: 100%;
  background-color: #F9FAFB;
  border: solid 1px #D7DADE;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
}

.survey-result-pct {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  border-radius: 4px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.survey-result-answer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 8px;
}
.survey-result-answer-text span {
  font-weight: bold;
}

@media (min-width: 768px) {
  .pb-element-post_slider-hero .card-template-highlight1 .card-image:after {
    padding-top: 55%;
  }
  .pb-element-button_grid-content {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .pb-element-button_slider .btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .pb-element-button_slider .btn .text {
    width: calc(100% - 3.5rem);
    padding-left: 1.25rem;
    text-align: left;
    margin-top: 0rem;
    height: auto;
  }
  .pb-container_5n .pb-column.col {
    width: 20%;
  }
  .pb-element-tab .pb-element-text_block {
    padding: 2rem 4rem 2rem 2rem;
  }
  .pb-element-calendar-list {
    font-size: 1.125rem;
  }
  .pb-element-calendar-list .date {
    font-size: 0.875rem;
  }
  .pb-element-calendar-list .readmore-icon {
    width: 2rem;
    height: 2rem;
    padding: 1rem;
    font-size: 0.75rem;
  }
  .pb-element-calendar-wrap {
    height: 100%;
    width: 20.375rem;
  }
  .pb-element-calendar-picker {
    height: 100%;
  }
  .pb-element-calendar-picker .datepicker {
    height: 100%;
  }
  .pb-element-calendar-picker .datepicker-days, .pb-element-calendar-picker .datepicker-month {
    height: 100%;
  }
  .pb-element-calendar-picker .datepicker .table-condensed {
    width: 100%;
    height: 100%;
  }
  .pb-element-calendar-picker .datepicker tbody tr:last-child td {
    padding-bottom: 1rem;
  }
  .pb-element-calendar .event-calendar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 20.375rem);
  }
  .pb-element-calendar .event-calendar-content .content {
    height: 23.625rem;
  }
  .pb-element-banner .splide__slide img,
  .pb-element-banner .splide__slide video {
    height: 30.75rem;
  }
  .grid-sizer,
  .grid-item {
    width: calc(33.333% - 0.5rem);
  }
  .pb-element-checkbox-choice-wrapper.layout-2 .pb-element-checkbox-choice-label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
  }
  .pb-element-checkbox-choice-wrapper.layout-3 .pb-element-checkbox-choice-label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
  }
  .pb-element-radio-choice-wrapper.layout-2 .pb-element-radio-choice-label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
  }
  .pb-element-radio-choice-wrapper.layout-3 .pb-element-radio-choice-label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
  }
}
@media (min-width: 992px) {
  .pb-element-button_grid-content .btn {
    width: 12rem;
    height: 9rem;
  }
  .pb-element-calendar-list .readmore-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .pb-element-calendar-wrap {
    height: 100%;
    width: 30.375rem;
  }
  .pb-element-calendar .event-calendar-content {
    width: calc(100% - 30.375rem);
  }
}
@media (min-width: 1200px) {
  .pb-element-button_grid-content .btn .text {
    font-size: 1rem;
  }
  .pb-element-tab .item-vertical .pb-element-tab-control {
    overflow-x: hidden;
  }
  .pb-element-tab .item-vertical .pb-element-button-tab {
    width: 100%;
    border: 0;
    border: 1px solid #0075FF;
    padding-left: 2rem;
    position: relative;
  }
  .pb-element-tab .item-vertical .pb-element-button-tab:hover:before, .pb-element-tab .item-vertical .pb-element-button-tab.active:before {
    color: #ffffff;
  }
  .pb-element-tab .pb-element-tab-content .pb-element-text_block {
    width: 65%;
    max-height: 550px;
    overflow-y: auto;
    padding: 2rem 12% 2rem 1.5rem;
  }
  .pb-element-tab .pb-element-tab-content .image {
    position: absolute;
    width: 45%;
    height: 85%;
    right: 0;
  }
  .pb-element-tab .pb-element-tab-content .image:after {
    display: none;
  }
  .pb-element-tab .pb-element-tab-content .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pb-element-tab .pb-element-button-tab {
    margin-bottom: 0;
  }
}