.os-block {
  z-index: 0;
}
.os-block.color-orange {
  background-color: #FEF6F0;
}
.os-block.color-inverse {
  background-color: #1D3832;
  color: #FFFFFF;
}
.os-block.color-neutral {
  background-color: #F2F2F2;
}

#header {
  box-shadow: 0px 0px 0px 0px rgba(13, 6, 43, 0);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  border-bottom: 1px solid var(--color-border-neutral, #CCC);
}
#header.bottom-shadow {
  box-shadow: 0px 4px 30px 0px rgba(13, 6, 43, 0.15);
}
#header #header-inner {
  height: 90px;
  background-color: #ffffff;
  /* Mobile Menu */
}
#header #header-inner #global-logo {
  max-width: 250px;
}
#header #header-inner #global-logo img {
  max-width: 228px;
}
#header #header-inner #search-icon svg path {
  transition: 0.2s ease all;
}
#header #header-inner #search-icon:hover svg path {
  fill: rgb(225, 91, 42);
}
#header #header-inner #utility-navigation #search-item {
  position: relative;
}
#header #header-inner #utility-navigation #search-icon {
  cursor: pointer;
}
#header #header-inner #site-navigation #main-menu {
  display: flex;
  height: 90px;
  /* Pasted from TD2024 */
  /* End of Pasted from TD2024 */
}
#header #header-inner #site-navigation #main-menu > .menu-item {
  padding-left: 15px;
  padding-right: 15px;
}
#header #header-inner #site-navigation #main-menu > .menu-item .main-menu-link {
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.2s ease all;
  font-weight: 500;
}
#header #header-inner #site-navigation #main-menu > .menu-item:hover .main-menu-link {
  padding-top: 4px;
  border-bottom: 4px solid #E15B2A;
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 {
  cursor: pointer;
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 > .sub-menu-outer {
  cursor: default;
  box-shadow: 0px 0px 13px 0px rgba(44, 43, 54, 0.15);
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 110px;
  transition: opacity 300ms;
  color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer .sub-menu.menu-depth-1 {
    display: flex;
    justify-content: space-around;
  }
  #header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer .sub-menu.menu-depth-1 .btn-secondary::after {
    transition-duration: 300ms;
  }
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show {
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
  transition: opacity 300ms;
  width: calc(100% - 40px);
  margin: 0 20px;
  max-height: 82vh;
  overflow-y: scroll;
  left: 50%;
  transform: translateX(-51.5%);
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .menu-item-object-megamenu_callout .callout.megamenu-callout {
  height: 72vh;
  max-height: 800px;
}
@media screen and (max-width: 991px) {
  #header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .menu-item-object-megamenu_callout {
    width: 100% !important;
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  #header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1279px) {
  #header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 {
  width: 33.33333%;
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1:first-of-type {
  padding-left: 0;
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1:last-of-type {
  padding-right: 0;
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1.submenu-header {
  float: left;
}
@media screen and (min-width: 992px) {
  #header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1.submenu-header .sub-menu-link:first-child:not(.sub-menu-item li a) {
    font-size: 11px !important;
    color: #BFBFBF;
    margin-bottom: 40px;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-menu-outer {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-menu-outer .sub-sub-menu {
  padding: 0;
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-menu-outer .sub-sub-menu .sub-menu-item .menu-link {
  color: #101010;
  text-transform: none !important;
  font-weight: 500;
  transition: 0.2s ease all;
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-menu-outer .sub-sub-menu .sub-menu-item .menu-link:hover {
  color: rgb(225, 91, 42);
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-menu-outer .sub-sub-menu .sub-menu-item .sub-menu-link:after {
  opacity: 0;
  content: "";
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-menu-outer .sub-sub-menu .sub-menu-item .menu-item-description {
  color: #101010;
  font-size: 14px;
  line-height: 150%;
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-2 .sub-sub-menu-item {
  margin-bottom: 32px;
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-2 .sub-sub-menu-item:last-child {
  margin-bottom: 0;
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-2 .sub-sub-menu-item.current-menu-item a {
  color: rgb(225, 91, 42) !important;
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer .sub-menu .sub-menu-item {
  display: table;
  width: 100%;
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer .sub-menu .sub-menu-item.megamenu-header > .sub-menu-link {
  display: block;
  margin-bottom: 25px;
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer .sub-menu .sub-menu-item .sub-menu-link {
  color: #636363;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 992px) {
  #header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer .sub-menu .sub-menu-item.submenu-header {
    margin-bottom: 30px;
  }
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer .sub-menu .sub-menu-item.submenu-header .sub-menu-link {
  text-transform: uppercase;
  font-size: 18px;
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer .content-callouts {
  width: 50%;
  order: 3;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  #header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer .content-callouts {
    display: none !important;
  }
}
@media screen and (max-width: 1535px) {
  #header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer .content-callouts .callout-title {
    font-size: 18px;
    line-height: 22px;
  }
}
#header #header-inner #site-navigation #main-menu .menu-item-depth-0 .sub-menu-outer .content-callouts .callout {
  max-width: 374px;
  float: left;
  padding: 0 15px;
}
#header #header-inner #menu-utility-menu-1 {
  display: flex;
  align-items: center;
  height: 90px;
}
#header #header-inner #menu-utility-menu-1 .menu-item {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  #header #header-inner #menu-utility-menu-1 .menu-item.btn.arrow:after {
    content: "" !important;
  }
}
#header #header-inner #menu-utility-menu-1 .menu-item .utility-menu-link {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  #header #header-inner .close-sub-menu {
    display: none;
  }
}
#header #header-inner #mobile-navigation {
  position: fixed;
  top: 90px;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 999;
}
#header #header-inner #mobile-navigation.active {
  right: 0;
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0 .menu-link.main-menu-link, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0 .menu-link.main-menu-link {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  padding-right: 40px;
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0 .menu-depth-1 .menu-item-object-custom.menu-item-has-children, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0 .menu-depth-1 .menu-item-object-custom.menu-item-has-children {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0 .menu-depth-1 .menu-item-object-custom.menu-item-has-children .menu-link.sub-menu-link, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0 .menu-depth-1 .menu-item-object-custom.menu-item-has-children .menu-link.sub-menu-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0 .menu-depth-1 .menu-item-object-custom.menu-item-has-children .sub-menu-outer.show, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0 .menu-depth-1 .menu-item-object-custom.menu-item-has-children .sub-menu-outer.show {
  position: relative;
  top: auto;
  height: auto;
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0 .menu-depth-1 .menu-item-object-custom.menu-item-has-children .sub-menu-outer.show .close-link, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0 .menu-depth-1 .menu-item-object-custom.menu-item-has-children .sub-menu-outer.show .close-link {
  display: none;
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0 .menu-depth-1 .menu-item-object-custom.menu-item-has-children:after, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0 .menu-depth-1 .menu-item-object-custom.menu-item-has-children:after {
  content: "keyboard_arrow_down";
  font-family: "Material Symbols Rounded";
  position: absolute;
  right: 0;
  top: 35px;
  transform: translateY(-50%);
  font-size: 24px;
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0 .menu-depth-1 .menu-item-object-custom.menu-item-has-children.rotate-arrow:after, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0 .menu-depth-1 .menu-item-object-custom.menu-item-has-children.rotate-arrow:after {
  content: "keyboard_arrow_up";
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0 .menu-depth-1 .menu-item-object-custom.menu-item-has-children .menu-item-depth-2, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0 .menu-depth-1 .menu-item-object-custom.menu-item-has-children .menu-item-depth-2 {
  border-bottom: none;
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0 .menu-item-object-megamenu_callout .megamenu-callout, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0 .menu-item-object-megamenu_callout .megamenu-callout {
  background-image: none !important;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0 .menu-item-object-megamenu_callout .megamenu-callout .callout-content, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0 .menu-item-object-megamenu_callout .megamenu-callout .callout-content {
  position: relative !important;
  bottom: 0;
  left: 0;
  border: 1px solid rgb(225, 91, 42);
  background-color: #FEF6F0;
  border-radius: 24px;
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0:after, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0:after {
  content: "arrow_forward";
  font-family: "Material Symbols Rounded";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}
@media screen and (max-width: 1279px) {
  #header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0:after, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0:after {
    font-size: 18px;
  }
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0 .sub-menu-outer:first-of-type, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0 .sub-menu-outer:first-of-type {
  display: none;
  position: fixed;
  top: 90px;
  right: -100%;
  width: 100%;
  height: -webkit-fill-available;
  background-color: #fff;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 998;
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-0 .sub-menu-outer.show, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-0 .sub-menu-outer.show {
  display: block;
  right: 0;
  border-radius: 0;
  max-width: none;
}
#header #header-inner #mobile-navigation .menu-main-menu-container #mobile-menu .menu-item-depth-2, #header #header-inner #mobile-navigation .menu-top-nav-container #mobile-menu .menu-item-depth-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
@media screen and (max-width: 635px) {
  #header #header-inner #mobile-navigation .menu-main-menu-container, #header #header-inner #mobile-navigation .menu-top-nav-container {
    padding: 0 !important;
  }
}
#header #header-inner #mobile-navigation #mobile-utility-navigation {
  position: absolute;
  bottom: 200px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 635px) {
  #header #header-inner #mobile-navigation #mobile-utility-navigation {
    padding-left: 0;
    padding-right: 0;
  }
}
#header #header-inner #mobile-navigation #mobile-utility-navigation #menu-utility-menu {
  display: block;
  height: auto;
}
#header #header-inner #mobile-navigation #mobile-utility-navigation #menu-utility-menu .menu-item {
  padding-left: 0;
  padding-right: 0;
}
#header #header-inner #mobile-navigation #mobile-utility-navigation #menu-utility-menu .menu-item.login-link {
  margin-bottom: 20px;
}
#header #header-inner #mobile-navigation #mobile-utility-navigation #menu-utility-menu .menu-item.login-link a {
  position: relative;
}
#header #header-inner #mobile-navigation #mobile-utility-navigation #menu-utility-menu .menu-item.login-link a:after {
  content: "arrow_forward";
  font-family: "Material Symbols Rounded";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
#header #header-inner #mobile-navigation #mobile-utility-navigation #menu-utility-menu .menu-item.mobile-arrow a {
  position: relative;
}
#header #header-inner #mobile-navigation #mobile-utility-navigation #menu-utility-menu .menu-item.mobile-arrow a:after {
  content: "arrow_forward";
  font-family: "Material Symbols Rounded";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

#search-container {
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-51.5%);
  z-index: 9999;
  width: calc(100% - 40px);
  margin: 0 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  box-shadow: 0px 0px 13px 0px rgba(44, 43, 54, 0.15);
}
#search-container #search-form input[type=text] {
  border-bottom: 1px solid #101010;
}
#search-container #search-form input[type=text]:focus-visible {
  outline: none;
}

.admin-bar #search-container {
  top: 142px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.2);
  z-index: 20;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#overlay.show-on-hover,
#overlay.show-on-click {
  display: block;
  opacity: 1;
}

body.no-scroll {
  overflow: hidden;
}

#footer-main #global-logo {
  max-width: 250px;
}
#footer-main #global-logo img {
  width: 100%;
  max-width: 228px;
}
#footer-main .footer-menu-col li {
  margin-bottom: 20px;
  font-size: 14px;
  color: #ffffff;
}
#footer-main .footer-menu-col li.footer-header {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
}
#footer-main .footer-menu-col li a {
  transition: 0.2s ease all;
}
#footer-main .footer-menu-col li:hover a {
  color: #FFBB93 !important;
}
#footer-main .footer-bottom li {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #footer-main .footer-bottom li {
    font-size: 12px;
  }
}
#footer-main .footer-bottom .footer-inner .social-icon {
  transition: 0.2s ease all;
}
#footer-main .footer-bottom .footer-inner .social-icon:hover {
  transform: scale(1.05);
}

.logo-banner__wrapper {
  --end-x: -100%;
  --gap: 0;
  max-width: fit-content;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.logo-banner__logos {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  margin: 0 auto;
}
.logo-banner__logos a {
  margin-right: 115px;
}
.logo-banner__logos a img {
  margin-right: 0 !important;
}
.logo-banner__logos a:last-child {
  margin-right: 0;
}
.logo-banner__logos img {
  max-height: 60px;
  margin-right: 115px;
  margin-top: 0;
}
.logo-banner__logos img:last-child {
  margin-right: 0;
}

.logo-banner--animating .logo-banner__logos {
  animation: scroll var(--duration) linear infinite;
}
.logo-banner--animating .logo-banner__logos img:last-child {
  margin-right: 115px;
}
.logo-banner--animating .logo-banner__logos a:last-child {
  margin-right: 115px;
}
@media screen and (max-width: 767px) {
  .logo-banner--animating .logo-banner__logos {
    animation: scroll var(--duration-mobile) linear infinite;
  }
}

.logo-banner--animating:hover .logo-banner__logos {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--end-x));
  }
}
@media screen and (max-width: 767px) {
  .logo-banner img {
    max-height: 60px;
    max-width: 135px;
  }
}
.tabbed-content {
  position: relative;
}
.tabbed-content .tabbed-left .tabbed-row {
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.tabbed-content .tabbed-left .tabbed-row.active {
  background-color: #FCE0CF;
  opacity: 1;
}
.tabbed-content .tabbed-left .tabbed-row.active .tabbed-title h5:after {
  content: "\e5c8"; /* Unicode for arrow_right_alt in Material Icons */
  font-family: "Material Symbols Rounded";
  position: absolute;
  right: 0;
}
.tabbed-content .tabbed-right {
  position: sticky;
  height: fit-content;
}
.tabbed-content .tabbed-right .tabbed-content-item {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tabbed-content .tabbed-right .tabbed-content-item.active {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .tabbed-wrapper-mobile .tabbed-row .tabbed-title {
    margin-bottom: 20px;
    border: 1px solid rgb(225, 91, 42);
  }
  .tabbed-wrapper-mobile .tabbed-row .tabbed-title h5:after {
    content: "\e313"; /* Unicode for arrow_right_alt in Material Icons */
    font-family: "Material Symbols Rounded";
    position: absolute;
    right: 0;
  }
  .tabbed-wrapper-mobile .tabbed-row .tabbed-content-item {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out, visibility 0.2s ease-out;
  }
  .tabbed-wrapper-mobile .tabbed-row.active {
    margin-bottom: 20px;
  }
  .tabbed-wrapper-mobile .tabbed-row.active .tabbed-title {
    background-color: #FCE0CF;
    margin-bottom: 20px;
    border: 1px solid #FEF6F0;
  }
  .tabbed-wrapper-mobile .tabbed-row.active .tabbed-title h5:after {
    transform: rotate(180deg);
  }
  .tabbed-wrapper-mobile .tabbed-row.active .tabbed-content-item {
    visibility: visible;
    max-height: none;
    transition: max-height 0.8s ease-in-out, visibility 0.8s ease-in-out;
  }
}
.container {
  padding: 0 20px;
}
.container.container-md {
  max-width: 1200px;
}
.container.container-xs {
  max-width: 800px;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1200px;
  }
}
.color-orange {
  background-color: #FEF6F0 !important;
}

::selection {
  background-color: rgb(225, 91, 42); /* Background color */
  color: #ffffff; /* Text color */
}

.entry-content p {
  margin-bottom: 2rem;
}
.entry-content ul {
  list-style: disc;
  padding-left: 30px;
}
.entry-content ul li {
  padding-left: 10px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 781px) {
  .entry-content .awards-row .wp-block-columns {
    display: block;
  }
  .entry-content .awards-row .wp-block-columns .wp-block-column {
    width: 33.333333%;
    float: left;
  }
  .entry-content .awards-row .wp-block-columns .wp-block-column .wp-block-image img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .entry-content .awards-row {
    padding: 0;
  }
  .entry-content .awards-row .wp-block-columns .wp-block-column {
    width: 50%;
    float: left;
  }
}

.search .search-form .search-field, .error404 .search-form .search-field {
  padding: 20px;
  font-size: 16px;
  min-height: 48px !important;
  color: #636363;
  font-weight: 400;
  border-radius: var(--border-radius-lg);
  border: 1px solid #8B8B8B;
  background-color: transparent;
  margin-right: 15px;
  width: 400px;
  max-width: 100%;
}

.notranslate {
  translate: no !important;
}

.justify-around {
  justify-content: space-around;
}

.announcement-banner {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 500px) {
  .text-heading-lg {
    font-size: 40px;
    line-height: 1.2;
  }
}
.hero-title-block.color-orange .hero-title-right svg path {
  fill: #FEF6F0;
}
.hero-title-block.color-inverse .hero-title-right svg path {
  fill: #1D3832;
}
.hero-title-block.color-neutral .hero-title-right svg path {
  fill: #F2F2F2;
}
.hero-title-block.color-white .hero-title-right svg path {
  fill: white;
}
@media screen and (max-width: 767px) {
  .hero-title-block .hero-title-left {
    display: block;
  }
  .hero-title-block .hero-title-left .left-inner {
    position: relative;
  }
  .hero-title-block .hero-title-right {
    height: 400px;
  }
  .hero-title-block .hero-title-right .curved-left {
    height: 401px;
  }
}

.hero-home-block .scroll-container {
  --end-x: -100%;
  --gap: 0;
  max-width: fit-content;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0;
  height: 565px;
}
.hero-home-block .scroll-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  animation: hero-scroll 12s linear infinite;
  align-items: end;
  padding-bottom: 30px;
}
.hero-home-block .scrolling-image {
  width: fit-content; /* Make the scrolling-image a quarter of the width of the scroll-content */
  height: 80%;
}
@keyframes hero-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--end-x));
  }
}
@media screen and (max-width: 500px) {
  .hero-home-block .scroll-container {
    height: 350px;
  }
  .hero-home-block .static-overlay {
    height: auto;
  }
}

.hero-video-block .curved-bottom {
  background-color: transparent;
}

.header-controls .header-controls__right .swiper-button-next, .header-controls .header-controls__right .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 40px;
  height: 40px;
  margin-top: 0;
  z-index: 0;
  color: inherit;
}
.header-controls .header-controls__right .swiper-button-next:after {
  content: "";
  background-image: url("../assets/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: 0.2s ease all;
}
.header-controls .header-controls__right .swiper-button-next:hover:after {
  background-image: url("../assets/arrows/arrow-right_hover.svg");
}
.header-controls .header-controls__right .swiper-button-prev:after {
  content: "";
  background-image: url("../assets/arrows/arrow-left.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: 0.2s ease all;
}
.header-controls .header-controls__right .swiper-button-prev:hover:after {
  background-image: url("../assets/arrows/arrow-left_hover.svg");
}

.pricing-block ul {
  list-style: none;
  padding-left: 0;
}
.pricing-block ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 32px;
}
.pricing-block ul li::before {
  content: "check";
  font-family: "Material Symbols Rounded";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: inherit;
}

.accordion-block .accordion-card {
  border-top: 1px solid var(--color-gray-600, #8B8B8B);
  margin-bottom: 10px;
  overflow: hidden;
}
.accordion-block .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion-block .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.accordion-block .accordion-content a {
  color: rgb(225, 91, 42);
}
.accordion-block .accordion-toggle {
  background: none;
  border: none;
  cursor: pointer;
}
.accordion-block .accordion-toggle svg {
  transition: transform 0.3s;
}
.accordion-block .accordion-card.active .accordion-toggle svg {
  transform: rotate(180deg);
}

.card-post .card-heading h4 {
  transition: 0.2s ease-in-out all;
}
.card-post .card-heading:hover h4 {
  color: rgb(225, 91, 42);
}

.publisher-library-block .publisher-card, .integration-partners-block .publisher-card {
  transition: 0.2s ease all;
}
.publisher-library-block .publisher-card:hover, .integration-partners-block .publisher-card:hover {
  box-shadow: 4px 16px 24px 0px rgba(63, 62, 77, 0.05), 8px 2px 8px 0px rgba(242, 129, 50, 0.02);
}
.publisher-library-block #search-publishers, .integration-partners-block #search-publishers {
  flex: 1;
  padding: var(--spacing-4, 16px) var(--spacing-6, 24px);
  padding-right: 40px; /* Adjust padding to make space for the icon */
  border: none;
  outline: none;
  background: transparent;
  color: #0B0A14;
}
.publisher-library-block .search-container, .integration-partners-block .search-container {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: var(--border-radius-full, 999px);
  border: var(--border-size-default, 1px) solid var(--color-border-neutral, #CCC);
  background: var(--color-background-fill-white, #FFF);
}
.publisher-library-block .search-icon, .integration-partners-block .search-icon {
  position: absolute;
  right: var(--spacing-6, 24px);
  color: #0B0A14;
  pointer-events: none;
}
.publisher-library-block .search-icon .material-symbols-rounded, .integration-partners-block .search-icon .material-symbols-rounded {
  font-size: 1.2em;
}

.single-case-study .cs-info-table ul, .single-post .cs-info-table ul {
  list-style: disc;
}
.single-case-study .cs-info-table ul li, .single-post .cs-info-table ul li {
  padding-left: 10px;
}
.single-case-study .post-content .grid-block .container, .single-post .post-content .grid-block .container {
  padding: 0;
}
.single-case-study .post-content h2, .single-post .post-content h2 {
  margin-bottom: 16px;
  font-family: var(--font-family-heading, Poppins);
  font-size: var(--heading-sm-size);
  line-height: var(--heading-sm-line-height);
  font-weight: var(--heading-sm-weight);
}
.single-case-study .post-content h3, .single-post .post-content h3 {
  margin-bottom: 10px;
  color: var(--color-gray-900, #101010);
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--body-lg-size, 18px);
  font-style: normal;
  font-weight: var(--font-weight-semibold, 600);
  line-height: var(--body-lg-line-height, 28px); /* 155.556% */
}
.single-case-study .post-content p, .single-post .post-content p {
  margin-bottom: 2.5rem;
}
.single-case-study .post-content ul, .single-post .post-content ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 2.5rem;
}
.single-case-study .post-content ul li, .single-post .post-content ul li {
  padding-left: 10px;
}
.single-case-study .post-content .wp-block-image, .single-post .post-content .wp-block-image {
  margin-bottom: 2.5rem;
}
.single-case-study .post-content blockquote, .single-post .post-content blockquote {
  margin-bottom: 2.5rem;
}
.single-case-study .post-content blockquote p, .single-post .post-content blockquote p {
  color: var(--color-foreground-brand, #E15B2A);
  font-family: var(--font-family-heading, Poppins);
  font-size: var(--heading-sm-size, 24px);
  font-style: normal;
  font-weight: var(--heading-sm-weight, 500);
  line-height: var(--heading-sm-line-height, 32px); /* 133.333% */
  margin-bottom: 10px;
}
.single-case-study .post-content blockquote cite, .single-post .post-content blockquote cite {
  font-style: normal;
}

section.job-openings-content {
  width: 100%;
  max-width: rem-calc(1440px);
  padding: 3rem rem-calc(20px);
  margin: 0 auto;
}
section.job-openings-content .jobs.cycle-slide {
  width: 100%;
}
section.job-openings-content .job {
  margin-top: 20px;
}
section.job-openings-content .all_jobs {
  color: #000000;
  z-index: 0;
}
section.job-openings-content .all_jobs a.job_goto {
  position: relative;
  display: block;
  margin-top: 20px;
  border-radius: var(--border-radius-lg);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1.25rem;
  border-width: 1px;
  border-color: var(--color-border-brand-muted);
  background-color: var(--color-background-fill-white);
  color: var(--color-foreground-brand-muted);
  text-align: center;
  transition: 0.2s ease all;
  width: fit-content;
}
section.job-openings-content .all_jobs a.job_goto:hover {
  background-color: var(--color-background-fill-brand-muted);
  border-color: var(--color-background-fill-brand-muted);
}
section.job-openings-content .all_jobs a.job_goto:hover:after {
  left: 11px;
}
section.job-openings-content .all_jobs a.job_goto:after {
  content: "\e5c8";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: 8px;
  transition: 0.2s ease all;
}
section.job-openings-content .all_jobs .job_title {
  font-family: "Poppins", sans-serif;
  color: #000000;
}
section.job-openings-content .all_jobs h1.job_title {
  font-size: var(--heading-md-size);
  line-height: var(--heading-md-line-height);
  font-weight: var(--heading-md-weight);
  margin-top: 30px;
}
section.job-openings-content .all_jobs h3.job_title {
  color: #4c4a4b;
  margin-bottom: 0;
  font-size: 24px;
}
section.job-openings-content .all_jobs h2.group_headline {
  font-size: 1.375rem;
  color: #ec934e;
  padding: 0.5rem 0;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
  section.job-openings-content .all_jobs h2.group_headline {
    font-size: 1.3rem;
  }
}
section.job-openings-content .all_jobs h2.job_title {
  font-size: 1.375rem;
  color: #969899;
  border-bottom: 1px solid #e5eaec;
  padding: 0.5rem 1rem;
  cursor: pointer;
  position: relative;
  font-family: open_sanssemibold;
  background-color: transparent;
  margin-bottom: 0;
  transition: background-color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 39.9375em) {
  section.job-openings-content .all_jobs h2.job_title {
    font-size: 1rem;
  }
}
section.job-openings-content .all_jobs h2.job_title:hover {
  background-color: #e5eaec;
}
section.job-openings-content .all_jobs h2.job_title:after {
  display: block;
  content: "\f105";
  font-family: Font Awesome\ 5 Pro;
  position: absolute;
  right: 10px;
  top: 0;
  height: 2.875rem;
  line-height: 2.875rem;
  font-size: 1.875rem;
  color: #969899;
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}
section.job-openings-content .all_jobs .display_description ul {
  margin-bottom: 1rem;
  padding-left: 30px;
}
section.job-openings-content .all_jobs .display_description ul li {
  margin-bottom: 0.5rem;
  list-style: disc;
}
@media screen and (max-width: 39.9375em) {
  section.job-openings-content .all_jobs h2.job_title:after {
    font-size: 1.5rem;
    top: -5px;
  }
}
section.job-openings-content .all_jobs h2.job_title.open {
  background-color: #e5eaec;
}
section.job-openings-content .all_jobs h2.job_title.open:after {
  transform: rotate(90deg);
  right: 15px;
}
section.job-openings-content .all_jobs a.job_apply {
  position: relative;
  display: inline-block;
  color: var(--color-foreground-brand, #E15B2A);
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--body-lg-size, 18px);
  font-style: normal;
  font-weight: var(--font-weight-semibold, 600);
  line-height: var(--body-lg-line-height, 28px);
  padding-right: 1.25rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
section.job-openings-content .all_jobs a.job_apply:after {
  content: "\e5c8";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: 8px;
  transition: 0.2s ease all;
}
section.job-openings-content .all_jobs a.job_apply:hover:after {
  left: 11px;
}
section.job-openings-content .all_jobs a.job_read_full {
  position: fixed;
  top: -200vh;
  opacity: 0;
}
section.job-openings-content .all_jobs a.job_apply.show {
  position: static;
  opacity: 1;
  padding: 1rem 2rem;
  font-size: 2.375rem;
  background-color: #e5eaec;
  color: #969899;
  display: block;
  font-family: open_sanssemibold;
  border-bottom: 2px solid #fff;
}
section.job-openings-content .all_jobs a.job_apply.show.open {
  border-bottom: 2px solid #e5eaec;
}
section.job-openings-content .all_jobs .job_description.open {
  background-color: #fafbfb;
  padding: 2rem;
}
section.job-openings-content .all_jobs .job > p {
  margin-bottom: 0;
  margin-top: 0;
}
section.job-openings-content .all_jobs .job_description p iframe {
  max-width: 100% !important;
}
section.job-openings-content .all_jobs .job_description h2 {
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: capitalize;
  color: #939393;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f8b47a;
}
section.job-openings-content .all_jobs .job_description p {
  color: #0a0a0a;
  margin-bottom: 1rem;
}
section.job-openings-content .all_jobs .apply_jobs.open {
  padding: 1rem 2rem;
  background-color: #e5eaec;
  border-bottom: 2px solid #fff;
}
section.job-openings-content .all_jobs .apply_jobs.open form#apply_form {
  border-top: 1px solid #b0b2b3;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.job-openings-content .all_jobs .apply_jobs.open form#apply_form > * {
  width: 48%;
}
@media screen and (max-width: 63.9375em) {
  section.job-openings-content .all_jobs .apply_jobs.open form#apply_form {
    display: block;
  }
  section.job-openings-content .all_jobs .apply_jobs.open form#apply_form > * {
    width: 100%;
  }
}
section.job-openings-content .all_jobs .apply_jobs.open form#apply_form .field_wrap.field_submit {
  min-width: 100%;
  border-top: 1px solid #b0b2b3;
  padding-top: 1.5rem;
}
section.job-openings-content .all_jobs .apply_jobs.open form#apply_form h2 {
  display: none;
}
section.job-openings-content .all_jobs .apply_jobs.open form#apply_form input[type=button] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 9.375rem;
  height: 2.625rem;
  font-family: open_sansbold;
  padding: 0 2rem;
  background-color: #e87722;
  color: #fff;
  border: 1px solid #fff;
  transition: background-color 0.2s linear;
  margin-bottom: 0;
}
section.job-openings-content .all_jobs .apply_jobs.open form#apply_form input[type=button]:hover {
  background-color: #e36f18;
}
section.job-openings-content .all_jobs h2.group_headline {
  font-size: 24px;
  color: rgb(225, 91, 42);
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding: 0.5rem 0;
  margin-top: 1rem;
  margin-bottom: 0;
  border-bottom: solid 1px #b0b2b3;
}
@media screen and (max-width: 767px) {
  section.job-openings-content .all_jobs h2.group_headline {
    font-size: 1.3rem;
  }
}
section.job-openings-content .all_jobs h2.job_title {
  font-size: 24px;
  color: #939393;
  border-bottom: solid 1px #b0b2b3;
  padding: 0.5rem 1rem;
  cursor: pointer;
  position: relative;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  margin-bottom: 0;
  transition: background-color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 767px) {
  section.job-openings-content .all_jobs h2.job_title {
    font-size: 1rem;
  }
}
section.job-openings-content .all_jobs h2.job_title:hover {
  background-color: #b0b2b3;
}
section.job-openings-content .all_jobs h2.job_title:after {
  display: block;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 10px;
  top: 0;
  height: rem-calc(46px);
  line-height: rem-calc(46px);
  font-size: rem-calc(30px);
  color: #939393;
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}
@media screen and (max-width: 767px) {
  section.job-openings-content .all_jobs h2.job_title:after {
    font-size: 1.5rem;
    top: -5px;
  }
}
section.job-openings-content .all_jobs h2.job_title.open {
  background-color: #b0b2b3;
}
section.job-openings-content .all_jobs h2.job_title.open:after {
  transform: rotate(90deg);
  right: 15px;
}
section.job-openings-content .all_jobs a.job_read_full,
section.job-openings-content .all_jobs a.job_apply {
  position: relative;
  opacity: 1;
}
section.job-openings-content .all_jobs a.job_apply.show {
  position: static;
  opacity: 1;
  padding: 1rem 2rem;
  font-size: 24px;
  background-color: #b0b2b3;
  color: #939393;
  display: block;
  font-family: "Poppins", sans-serif;
  border-bottom: solid 2px #ffffff;
}
section.job-openings-content .all_jobs a.job_apply.show.open {
  border-bottom: solid 2px #b0b2b3;
}
section.job-openings-content .all_jobs .job_description.open {
  background-color: rgb(194.195483871, 195.7348387097, 196.504516129);
  padding: 2rem;
}
section.job-openings-content .all_jobs .job > p {
  margin-bottom: 0;
  margin-top: 0;
}
section.job-openings-content .all_jobs .job_description p iframe {
  max-width: 100% !important;
}
section.job-openings-content .all_jobs .apply_jobs.open {
  padding: 1rem 2rem;
  background-color: #b0b2b3;
  border-bottom: solid 2px #ffffff;
}
section.job-openings-content .all_jobs .apply_jobs.open form#apply_form {
  border-top: solid 1px #939393;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.job-openings-content .all_jobs .apply_jobs.open form#apply_form > * {
  width: 48%;
}
@media screen and (max-width: 991px) {
  section.job-openings-content .all_jobs .apply_jobs.open form#apply_form {
    display: block;
  }
  section.job-openings-content .all_jobs .apply_jobs.open form#apply_form > * {
    width: 100%;
  }
}
section.job-openings-content .all_jobs .apply_jobs.open form#apply_form .field_wrap.field_submit {
  min-width: 100%;
  border-top: solid 1px #939393;
  padding-top: 1.5rem;
}
section.job-openings-content .all_jobs .apply_jobs.open form#apply_form h2 {
  display: none;
}

.tribe-events .tribe-events-l-container {
  min-height: auto !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-subscribe-dropdown {
  margin-bottom: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search {
  font-family: "Opens Sans", sans-serif !important;
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
  background-color: rgb(225, 91, 42) !important;
}
.tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:hover {
  background-color: var(--color-background-fill-brand-hover);
}

.tribe-common .tribe-common-c-btn-border {
  border-color: rgb(225, 91, 42) !important;
  color: rgb(225, 91, 42) !important;
}
.tribe-common .tribe-common-c-btn-border:hover {
  background-color: rgb(225, 91, 42) !important;
  color: #ffffff !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
  font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 768px) {
  .filter-sort-row {
    height: 56px;
    z-index: 1;
    position: relative;
  }
}
.filter-sort-row .filter-container {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: fit-content;
  transition: height 0.5s ease-in-out; /* Smooth transition for height */
}
.filter-sort-row .filter-container .custom-dropdown {
  width: 100%;
  -webkit-appearance: none; /* Remove default arrow in WebKit browsers */
  -moz-appearance: none; /* Remove default arrow in Firefox */
  appearance: none; /* Remove default arrow in other browsers */
  position: relative;
  background-color: #ffffff;
}
.filter-sort-row .filter-container .dropdown-arrow {
  position: absolute;
  right: -6px;
  top: 0px;
  pointer-events: none; /* Ensure the icon doesn't block clicks */
  font-family: "Material Symbols Rounded";
  font-size: 24px; /* Adjust the size of the icon if needed */
  line-height: 1; /* Ensure the icon is vertically centered */
  transition: transform 0.2s ease-in-out; /* Add transition for rotation */
}
.filter-sort-row .filter-container .dropdown-header {
  cursor: pointer;
  position: relative;
}
.filter-sort-row .filter-container .dropdown-content {
  display: none;
  position: relative; /* Change to relative to grow the container */
  background-color: white;
  z-index: 1;
  width: 100%;
  top: 0; /* Adjust positioning as needed */
  left: 0;
  height: auto; /* Ensure the content height is auto */
  overflow: hidden; /* Hide overflowing content */
}
.filter-sort-row .filter-container .dropdown-content.show {
  display: block; /* Show the dropdown when the 'show' class is added */
}
.filter-sort-row .filter-container .dropdown-content .checkbox-item {
  border-top: 0.5px solid var(--color-gray-600, #8B8B8B);
}

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