body {
  background-color: #F5F5F5 !important;
}

.navigationBar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  border-bottom: #E14734 7px solid;
  z-index: 10000000;
}

._topbar {
  background-color: #2B2D42;
  height: 40px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
._topbar ._topbarWrapper {
  display: flex;
  width: 100%;
}
._topbar ._topbarWrapper ._socials {
  display: flex;
  align-self: center;
  gap: 8px;
}
._topbar ._topbarWrapper ._socials a {
  color: white;
  display: block;
}
._topbar ._topbarWrapper ._topbarLinks {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-self: center;
}
._topbar ._topbarWrapper ._topbarLinks a {
  color: white;
  text-decoration: none;
}

._topbarScrolled {
  height: 0px !important;
}

._mainNavigationScrolled {
  height: 50px !important;
}

._brandAnimated {
  opacity: 0 !important;
  pointer-events: none;
}

._submenuAnimated {
  top: 70px !important;
}

.nav_li {
  transition: 0.5s;
}

#waypointUp, #waypointDown {
  position: absolute;
  height: 1px;
  width: 100%;
}

#waypointUp {
  top: 0;
}

#waypointDown {
  top: 150px;
}

.nav_li_noFocus {
  opacity: 0.5 !important;
}

._activeClicked {
  opacity: 1 !important;
}

._navigation {
  width: 100%;
  position: relative;
  overflow: hidden;
}
._navigation ._navigationFlex {
  width: 100%;
  position: relative;
  height: 150px;
  display: flex;
  gap: 20px;
  transition: 0.3s ease-in-out;
}
._navigation ._navigationFlex ._brandWrapper {
  width: 220px;
  margin-left: 50px;
  align-self: center;
  position: relative;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
._navigation ._navigationFlex ._brandWrapper img {
  width: 100%;
  height: auto;
}
._navigation ._brandAsset {
  height: 150px;
  position: absolute;
  align-self: center;
  width: 400px;
  left: -265px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
._navigation ._navigationMenu {
  list-style: none;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  align-self: center;
}
._navigation ._navigationMenu ._hasChild a, ._navigation ._navigationMenu ._noChild a {
  color: #E14734 !important;
}
._navigation ._navigationMenu ._navigation_item {
  font-weight: 800;
  font-size: 17px;
  cursor: pointer;
}
._navigation ._navigationMenu ._navigation_item a {
  color: #2B2D42;
  text-decoration: none;
}
._navigation ._navigationMenu ._navigation_item svg {
  margin-left: 5px;
  position: relative;
  top: 3px;
}

._submenu {
  position: fixed;
  width: 100%;
  top: 200px;
  transition: 0.5s ease-in-out;
  z-index: 10000000;
}
._submenu .submenuFlex {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
._submenu .submenuFlex ._submenu_item {
  width: 800px;
  display: flex;
  gap: 2px;
  background-color: white;
  border-bottom: #2B2D42 5px solid;
}
._submenu .submenuFlex ._submenu_item ._submenuCard {
  width: 42%;
  align-self: center;
  padding: 40px;
}
._submenu .submenuFlex ._submenu_item span {
  display: block;
}
._submenu .submenuFlex ._submenu_item ._submenuCard_title {
  font-weight: 800;
  font-size: 19px;
  color: #2B2D42;
}
._submenu .submenuFlex ._submenu_item ._submenuLinks {
  width: 22%;
  align-self: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
._submenu .submenuFlex ._submenu_item ._submenuLinks li {
  font-weight: 800;
}
._submenu .submenuFlex ._submenu_item ._submenuLinks li a {
  color: #E14734;
  text-decoration: underline;
}
._submenu .submenuFlex ._submenu_item ._submenuGraphic {
  height: 100%;
  flex-grow: 1;
  transform: rotate(180deg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

._frontPageHeader {
  margin-top: 190px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 50px;
}
._frontPageHeader ._frontPageOverlay {
  background-color: rgba(18, 102, 126, 0.6);
  padding: 50px 20px 50px 20px;
}
._frontPageHeader ._frontPageOverlay ._frontPageSelectors {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
._frontPageHeader ._frontPageOverlay ._frontPageSelectors ._frontpageSelectorTitle {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
._frontPageHeader ._frontPageOverlay ._frontPageSelectors ._frontpageSelectorTitle span {
  color: white;
  font-size: 30px;
  font-weight: 300;
}
._frontPageHeader ._frontPageOverlay ._frontPageSelectors ._frontSingleSelector {
  width: 50%;
  min-height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._frontPageHeader ._frontPageOverlay ._frontPageSelectors ._frontSingleSelector ._diamondButton {
  align-self: flex-start;
}
._frontPageHeader ._frontPageOverlay ._frontPageSelectors ._frontSingleSelector ._frontSingleSelectorTitle {
  font-size: 60px;
  line-height: 65px;
  margin: 0 0 10px 0;
  color: white;
  font-weight: 900;
}
._frontPageHeader ._frontPageOverlay ._frontPageSelectors ._frontSingleSelector ._frontSingleSelectorSubtitle {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 20px 0;
  color: white;
  font-weight: 300;
}
._frontPageHeader ._frontPageOverlay ._frontPageContent {
  text-align: center;
  margin: 40px 0 0 0;
}
._frontPageHeader ._frontPageOverlay ._frontPageContent h1, ._frontPageHeader ._frontPageOverlay ._frontPageContent h2 {
  color: white;
  font-family: "Lato", sans-serif;
}
._frontPageHeader ._frontPageOverlay ._frontPageContent h1 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
._frontPageHeader ._frontPageOverlay ._frontPageContent h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 40px 0;
}
._frontPageHeader ._frontPageOverlay ._frontPageContent ._frontEndWrapper {
  width: 100%;
  display: flex;
  flex-wrap: Wrap;
  justify-content: center;
}
._frontPageHeader ._frontPageOverlay ._frontPageContent ._frontEndWrapper ._frontSingleEnd {
  width: 350px;
  margin: 20px;
  text-align: center;
}
._frontPageHeader ._frontPageOverlay ._frontPageContent ._frontEndWrapper ._frontSingleEnd h3 {
  color: white;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  margin: 0;
}
._frontPageHeader ._frontPageOverlay ._frontPageContent ._frontEndWrapper ._frontSingleEnd p {
  margin: 10px 0 10px 0;
  color: White;
}
._frontPageHeader ._frontPageDividerBottom {
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  border-top: white 5px solid;
  background-color: #1483A3;
  z-index: 10;
}

._diamondButton {
  height: 40px;
  width: auto;
  border: none;
  outline: none;
  position: relative;
  padding: 0;
  cursor: pointer;
  display: flex;
}
._diamondButton a {
  display: block;
  height: 100%;
  background-color: inherit;
  color: white;
  text-decoration: none;
  position: relative;
  align-self: center;
  display: flex;
  z-index: 5;
  position: relative;
}
._diamondButton a span {
  font-size: 30px;
  align-self: center;
  position: relative;
  z-index: 10;
  margin-left: 10px;
  font-family: "Bebas Neue", cursive;
  position: relative;
  top: 2px;
}
._diamondButton a::before, ._diamondButton a::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  align-self: center;
  transform: rotate(45deg);
  background-color: inherit;
  top: 6px;
  display: flex;
}
._diamondButton a::before {
  left: -14px;
}
._diamondButton a::after {
  right: -14px;
}
._diamondButton svg {
  width: auto;
  height: 35px;
  align-self: center;
  position: relative;
  z-index: 10;
}

._simpleHeader {
  margin-top: 190px;
}
._simpleHeader ._simpleHeaderWrap {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
._simpleHeader ._simpleHeaderWrap ._simpleHeaderDiamond {
  background-color: #E14734;
  border: white solid 5px;
  width: 115px;
  height: 115px;
  position: absolute;
  transform: rotate(45deg);
  top: 25px;
  left: -67px;
}
._simpleHeader ._simpleHeaderWrap ._simpleHeaderOverlay {
  background-color: rgba(45, 45, 66, 0.8);
  padding: 100px 20px 20px 60px;
}
._simpleHeader ._simpleHeaderWrap ._simpleHeaderOverlay h1 {
  font-size: 40px;
  margin: 0;
  line-height: 45px;
  color: white;
}

._headerExtended {
  margin-top: 190px;
  margin-bottom: 20px;
}
._headerExtended ._headerExtendedWrapper {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
}
._headerExtended ._headerExtendedWrapper ._extendedHeaderDiamond {
  background-color: #E14734;
  border: white solid 5px;
  width: 200px;
  height: 200px;
  position: absolute;
  transform: rotate(45deg);
  align-self: center;
  left: -100px;
  z-index: 2;
}
._headerExtended ._headerExtendedWrapper ._headerExtendedOverlay {
  background-color: rgba(45, 45, 66, 0.8);
  padding: 50px;
  width: 100%;
  display: flex;
  position: relative;
}
._headerExtended ._headerExtendedWrapper ._headerExtendedOverlay ._headerExtendedContent {
  align-self: center;
  max-width: 900px;
  padding-left: 120px;
}
._headerExtended ._headerExtendedWrapper ._headerExtendedOverlay ._headerExtendedContent h1 {
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  color: white;
  margin: 0 0 20px 0;
}
._headerExtended ._headerExtendedWrapper ._headerExtendedOverlay ._headerExtendedContent h2 {
  font-size: 30px;
  max-width: 700px;
  line-height: 35px;
  margin: 0;
  color: white;
  margin: 0 0 20px 0;
}
._headerExtended ._headerExtendedWrapper ._headerExtendedOverlay ._headerExtendedContent p {
  color: white;
  margin: 0 0 20px 0;
}

._extendedLinks {
  width: 100%;
  background-color: #E14734;
  padding: 10px 20px 10px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
._extendedLinks span {
  font-weight: 800;
  color: white;
  font-size: 18px;
}
._extendedLinks span a {
  color: #2B2D42;
  text-decoration: underline;
}

._extendedContentBlocks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 30px;
  background-color: #1483A3;
}
._extendedContentBlocks ._extendedContentBlock {
  width: 100%;
  max-width: 250px;
}
._extendedContentBlocks ._extendedContentBlock h3 {
  color: white;
  font-weight: 800;
  font-size: 19px;
  margin: 0 0 10px 0;
}
._extendedContentBlocks ._extendedContentBlock p {
  color: white;
  font-weight: 300;
  font-size: 17px;
  margin: 0;
}

.youtube_video_wrapper {
  position: relative;
  width: 100%;
  padding: 20px;
}

.youtube_container {
  z-index: 100;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.youtube_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

._contentModule {
  text-align: center;
  max-width: 800px;
  display: flex;
  flex-direction: column;
}
._contentModule ._diamondButton {
  align-self: center;
}
._contentModule h3 {
  color: #2B2D42;
  font-size: 35px;
  font-weight: 800;
  line-height: 35px;
  margin: 0 0 10px 0;
}
._contentModule h4 {
  font-size: 25px;
  line-height: 30px;
  margin: 10px 0 10px 0;
}

._contentCarousel {
  position: relative;
  width: 100%;
  background-color: #2B2D42;
  display: flex;
  flex-direction: row-reverse;
}
._contentCarousel .testimonial-arrows {
  text-align: center;
  padding: 20px 0;
}
._contentCarousel .testimonial-arrows button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 24px;
  padding: 10px;
  color: white;
  transition: color 0.3s ease;
}
._contentCarousel .testimonial-arrows button:hover {
  color: #cccccc;
}
._contentCarousel ._moduleCarouselContent {
  width: 60%;
  position: relative;
  padding: 40px;
  align-self: center;
}
._contentCarousel ._moduleCarouselContent h3 {
  color: white;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 20px 0;
  font-weight: 800;
}
._contentCarousel ._moduleCarouselMotif {
  height: 100%;
  min-height: 400px;
  width: 40%;
  background-size: cover;
  background-position: center;
}
._contentCarousel ._moduleCarouselItems {
  position: relative;
  width: 100%;
}
._contentCarousel ._moduleCarouselItem {
  width: calc(50% - 20px);
  margin: 10px 0 0px 20px;
  box-sizing: border-box;
}
._contentCarousel ._moduleCarouselItem span {
  color: white;
  font-weight: 800;
  width: 200px;
}
._contentCarousel ._moduleCarouselItem p {
  color: white;
  margin: 0;
}

._expertTestimonialContainer {
  background-color: #E14734;
  position: relative;
}
._expertTestimonialContainer ._expertTestimonials {
  width: 100%;
  position: relative;
  padding: 50px 20px 10px 20px;
}
._expertTestimonialContainer ._expertTestimonials h3 {
  color: white;
  font-size: 40px;
  line-height: 44px;
  font-weight: 800;
}
._expertTestimonialContainer ._expertTestimonials ._moduleCarouselItemTestimonial {
  padding: 15px;
}
._expertTestimonialContainer ._expertTestimonials ._moduleCarouselItemTestimonial span {
  display: block;
  color: white;
}
._expertTestimonialContainer ._expertTestimonials ._moduleCarouselItemTestimonial ._expertTestimobialName {
  font-family: "Bebas Neue", cursive;
  font-size: 30px;
  line-height: 25px;
}
._expertTestimonialContainer ._expertTestimonials ._moduleCarouselItemTestimonial ._expertTestimonialsTitle {
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}
._expertTestimonialContainer ._expertTestimonials ._moduleCarouselItemTestimonial p {
  color: white;
  margin: 20px 0;
}
._expertTestimonialContainer .testimonial-arrows {
  text-align: center;
  padding: 20px 0;
}
._expertTestimonialContainer .testimonial-arrows button {
  border: none;
  opacity: 1;
  background-color: transparent;
  cursor: pointer;
  font-size: 24px;
  padding: 10px;
  color: white;
  transition: color 0.3s ease;
}
._expertTestimonialContainer .testimonial-arrows button:hover {
  color: #cccccc;
}
._module_ContentRowDisplay .flex_wrap {
  gap: 40px;
}
._module_ContentRowDisplay .flex_wrap ._moduleSingleContentDisplay {
  width: 400px;
  display: flex;
  position: relative;
}
._module_ContentRowDisplay .flex_wrap ._moduleSingleContentDisplay ._moduleSCDSVG {
  width: 50px;
  align-self: center;
  margin-right: 10px;
}
._module_ContentRowDisplay .flex_wrap ._moduleSingleContentDisplay ._moduleSCDSVG svg {
  width: 50px;
}
._module_ContentRowDisplay .flex_wrap ._moduleSingleContentDisplay ._moduleSCDContent {
  flex-grow: 1;
}
._module_ContentRowDisplay .flex_wrap ._moduleSingleContentDisplay ._moduleSCDContent ._numList {
  font-size: 40px;
  font-weight: 800;
  color: #E14734;
}
._module_ContentRowDisplay .flex_wrap ._moduleSingleContentDisplay ._moduleSCDContent h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0 10px 0;
  font-weight: 800;
}
._module_ContentRowDisplay .flex_wrap ._moduleSingleContentDisplay ._moduleSCDContent p {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

.headBuffer {
  height: 150px;
}

._moduleDisplayDarkMode {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2B2D42;
}
._moduleDisplayDarkMode h3 {
  color: white;
}
._moduleDisplayDarkMode p {
  color: white;
}

._moduleDisplayLightMode h3 {
  color: #2B2D42;
}
._moduleDisplayLightMode p {
  color: #2B2D42;
}

._moduleOnboardingWrap .onboardingTitle {
  width: 100%;
  max-width: 900px;
  padding: 20px 0 20px 0;
  margin-left: 150px;
}
._moduleOnboardingWrap .onboardingTitle h3 {
  color: #2B2D42;
  font-size: 35px;
  line-height: 40px;
  margin: 0;
}
._moduleOnboardingWrap .onboardingTitle p {
  color: #2B2D42;
  margin: 20px 0 20px 0;
}
._moduleOnboardingWrap .onboardingDivider {
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  background-color: #E14734;
  position: absolute;
  left: 20px;
  top: -50px;
}
._moduleOnboardingWrap .onboardingForm {
  padding-top: 30px;
  color: white !important;
}
._moduleOnboardingWrap .onboardingForm .hs-richtext {
  color: white !important;
}
._moduleOnboardingWrap .onboardingFormWrapper {
  width: 100%;
  padding: 50px;
  background-color: #E14734;
  position: relative;
}

.onboarding-box {
  width: 100%;
  padding: 40px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
.onboarding-box .submitButton_ {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #E14734;
  border: none;
  outline: none;
  color: white;
  font-weight: 800;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.onboarding-box .submitButton_:hover {
  background-color: #1483A3;
}
.onboarding-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
}
.onboarding-box .user-box {
  position: relative;
}
.onboarding-box .user-box input,
.onboarding-box .user-box select {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
  font-family: "Lato", sans-serif;
}
.onboarding-box .user-box input::-moz-placeholder {
  color: white;
}
.onboarding-box .user-box input::placeholder {
  color: white;
}
.onboarding-box .user-box option {
  background-color: #2B2D42;
}
.onboarding-box .user-box ._module_onboarding {
  width: 100%;
  max-width: 800px;
}
.onboarding-box .-chevkbo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.onboarding-box .-chevkbo label {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  top: -15px;
}
.onboarding-box .-chevkbo input[type=checkbox] {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

._brandedContent {
  position: relative;
  width: 100%;
  background-color: #1483A3;
  display: flex;
  flex-direction: row-reverse;
}
._brandedContent .__brandedContentContent {
  width: 60%;
  position: relative;
  padding: 40px;
  align-self: center;
}
._brandedContent .__brandedContentContent h2 {
  color: white;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 20px 0;
  font-weight: 800;
}
._brandedContent .__brandedContentContent h3 {
  color: white;
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 20px 0;
  font-weight: 800;
}
._brandedContent .__brandedContentContent p {
  color: white;
}
._brandedContent .__brandedContentMotif {
  height: 100%;
  min-height: 400px;
  width: 40%;
  background-size: cover;
  background-position: center;
}

._disoveryFilter {
  width: 100%;
  background-color: #1483A3;
  position: relative;
  padding: 25px;
}
._disoveryFilter ._discoverFilterTitle {
  display: block;
  width: 100%;
  font-weight: 800;
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
}
._disoveryFilter ._discoveryFilterToggle {
  color: white;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  opacity: 0.9;
}
._disoveryFilter ._discoveryFilterToggle:hover {
  opacity: 1;
}
._disoveryFilter ._discoveryFilterActiveToggle {
  opacity: 1 !important;
  color: #E14734;
  pointer-events: none;
}
._disoveryFilter ._discoveryFilterReset {
  float: right;
  color: white;
}

._discoveryFormActions {
  background-color: #2B2D42;
  padding: 50px 25px 50px 25px;
  position: relative;
  width: 100%;
}
._discoveryFormActions ._discoveryFormActionSingle {
  width: 100%;
}
._discoveryFormActions ._dsFir {
  display: flex;
}
._discoveryFormActions ._discoveryFormActionsInner {
  position: relative;
  width: 100%;
}
._discoveryFormActions ._discoveryToolTip {
  position: absolute;
  right: 20px;
  bottom: 0px;
  color: White;
  padding: 10px;
  opacity: 1;
}

._discoveryFormActionsInner input {
  background-color: transparent;
  color: white;
  font-family: "Lato", sans-serif;
  border: none;
  border-bottom: white solid 2px;
}
._discoveryFormActionsInner input::-moz-placeholder {
  color: white;
}
._discoveryFormActionsInner input::placeholder {
  color: white;
}
._discoveryFormActionsInner input:focus {
  outline: none;
  color: white;
}
._discoveryFormActionsInner input[type=text] {
  width: 100%;
  max-width: 500px;
}

._discoverySpeciality {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
._discoverySpeciality span {
  color: White;
  cursor: pointer;
  opacity: 0.9;
  transition: 0.3s ease-in-out;
  font-size: 18px;
  text-decoration: underline;
}
._discoverySpeciality span:hover {
  opacity: 1;
}
._discoverySpeciality ._active {
  opacity: 1 !important;
  color: #E14734 !important;
}

._discoveryPatient {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
._discoveryPatient ._discoveryPatientsDetails ._discoveryAppointmentSingle {
  margin: 10px 0 10px 0px;
}
._discoveryPatient ._discoveryPatientsDetails ._discoveryAppointmentSingle label {
  width: 100%;
  color: White;
  font-weight: 600;
  margin-right: 5px;
}
._discoveryPatient ._discoveryPatientsDetails ._discoveryAppointmentSingle span {
  opacity: 0.9;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  color: white;
  font-weight: 600;
}
._discoveryPatient ._discoveryPatientsDetails ._discoveryAppointmentSingle span:hover {
  opacity: 1;
}
._discoveryPatient ._discoveryPatientsDetails ._discoveryAppointmentSingle ._active {
  opacity: 1 !important;
  color: #E14734 !important;
}
._discoveryPatient ._discoveryPatientsDetails ._patientDiscoverysingle {
  margin: 20px 0 20px 0;
  display: flex;
}
._discoveryPatient ._discoveryPatientsDetails ._patientDiscoverysingle select {
  color: white;
  font-weight: 800;
  margin-right: 20px;
  background-color: transparent;
  color: white;
  font-family: "Lato", sans-serif;
  border: none;
  border-bottom: white solid 2px;
}
._discoveryPatient ._discoveryPatientsDetails ._patientDiscoverysingle select option {
  color: #2B2D42;
}
._discoveryPatient ._discoveryPatientsDetails ._patientDiscoverysingle label {
  color: white;
  font-weight: 800;
  margin-right: 20px;
}
._discoveryPatient ._discoveryPatientsDetails ._patientDiscoverysingle label input {
  background-color: transparent;
  color: white;
  font-family: "Lato", sans-serif;
  border: none;
  border-bottom: white solid 2px;
}
._discoveryPatient ._discoveryPatientsDetails ._patientDiscoverysingle label input::-moz-placeholder {
  color: white;
}
._discoveryPatient ._discoveryPatientsDetails ._patientDiscoverysingle label input::placeholder {
  color: white;
}
._discoveryPatient ._discoveryPatientsDetails ._patientDiscoverysingle label input:focus {
  outline: none;
  color: white;
}
._discoveryPatient ._discoveryPatientsDetails ._patientDiscoverysingle ._active {
  opacity: 1 !important;
  color: #E14734 !important;
}

.discoveryPatientLanguages {
  width: 100%;
  max-width: 700px;
  align-self: center;
}
.discoveryPatientLanguages ._patientDiscoverysingle {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.discoveryPatientLanguages ._patientDiscoverysingle label {
  display: block;
  width: 100%;
  color: White;
  font-weight: 800;
}
.discoveryPatientLanguages ._patientDiscoverysingle span {
  opacity: 0.9;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  color: white;
  font-weight: 800;
}
.discoveryPatientLanguages ._patientDiscoverysingle span:hover {
  opacity: 1;
}
.discoveryPatientLanguages ._patientDiscoverysingle ._active {
  opacity: 1 !important;
  color: #E14734 !important;
}

._discoveryAppointments {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
._discoveryAppointments ._discoveryAppointmentSingle label {
  width: 100%;
  color: White;
  font-weight: 600;
  margin-right: 5px;
}
._discoveryAppointments ._discoveryAppointmentSingle span {
  opacity: 0.9;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  color: white;
  font-weight: 600;
}
._discoveryAppointments ._discoveryAppointmentSingle span:hover {
  opacity: 1;
}
._discoveryAppointments ._discoveryAppointmentSingle ._active {
  opacity: 1 !important;
  color: #E14734 !important;
}

._discoveryFilterReset {
  background-color: #E14734;
  border: solid #E14734 2px;
  color: White;
  padding: 10px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.inactive_discoveryReset {
  opacity: 0.6;
  background-color: transparent;
  border: solid white 2px;
  color: White;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}

._expertDiscoveryMeta {
  margin: 50px;
}
._expertDiscoveryMeta span {
  display: block;
  margin: 10px 0 10px 0;
  font-weight: 800;
}
._expertDiscoveryMeta ._expertMetaFiltering {
  color: #2B2D42;
}
._expertDiscoveryMeta ._expertMetaQuery {
  color: #1483A3;
}

._expertDiscoveryResult .flex_wrap {
  gap: 20px;
}
._expertDiscoveryResult .flex_wrap ._singleExpert {
  width: 100%;
  background-color: #2B2D42;
  max-width: 600px;
  position: relative;
  display: flex;
}
._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertImage {
  background-size: cover;
  width: 200px;
  height: 200px;
  background-position: center;
}
._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertContentWrapper {
  width: 400px;
}
._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertActionButtons {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  position: absolute;
  bottom: 10px;
  right: 0;
  padding-right: 30px;
  width: 100%;
}
._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertActionButtons ._diamondButton {
  background-color: #E14734;
  width: auto !important;
  font-size: 20px;
}
._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertActionButtons ._diamondButton span {
  position: relative;
  margin: 0;
  font-size: 20px;
  z-index: 2;
  font-family: "Bebas Neue", cursive;
}
._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertContentWrapper {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
}
._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertContentWrapper ._singleExpertQuickInstruct {
  width: 100%;
  text-align: center;
  padding: 5px 20px 20px 20px;
}
._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertContentWrapper ._singleExpertQuickInstruct input {
  padding: 10px 0;
  width: 100%;
  font-size: 16px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
  font-family: "Lato", sans-serif;
}
._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertContentWrapper ._singleExpertQuickInstruct input::-moz-placeholder {
  color: white;
}
._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertContentWrapper ._singleExpertQuickInstruct input::placeholder {
  color: white;
}
._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertContentWrapper ._singleExpertQuickInstruct input:focus {
  outline: none;
  color: white;
}
._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertContentWrapper ._singleExpertContent {
  align-self: center;
  padding: 20px;
  top: -25px;
  position: relative;
}
._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertContentWrapper ._singleExpertContent h3 {
  color: white;
  margin: 0 0 10px 0;
  font-weight: 800;
}
._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertContentWrapper ._singleExpertContent span {
  color: white;
  display: block;
}

._expertTitle {
  width: 100%;
  display: flex;
  background-color: #1483A3;
  padding: 25px;
  gap: 30px;
  border-bottom: #E14734 5px solid;
}
._expertTitle ._expertName {
  align-self: center;
}
._expertTitle ._expertName h1 {
  color: white;
  font-weight: 800;
}
._expertTitle ._expertJobTitle {
  align-self: center;
  color: white;
}
._expertTitle ._expertJobTitle span {
  color: white;
  display: block;
}
._expertTitle ._expertJobTitle i {
  font-weight: 800;
}
._expertTitle ._expertBack {
  align-self: center;
  color: white;
  cursor: pointer;
  flex-grow: 1;
  text-align: right;
  transition: 0.3s ease-in-out;
}
._expertTitle ._expertBack a {
  color: white;
  text-decoration: underline;
}
._expertTitle ._expertBack:hover {
  opacity: 0.6;
}

._expertHeader {
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 50px;
}
._expertHeader ._expertHeaderImage {
  width: 400px;
  height: 400px;
  min-width: 400px;
  min-height: 400px;
  background-size: cover;
  background-position: center;
}
._expertHeader ._expertHeaderActions {
  position: relative;
  flex-grow: 1;
  height: 400px;
}
._expertHeader ._expertHeaderActions ._expertActions {
  height: 250px;
  background-color: #2B2D42;
  width: 100%;
  display: flex;
  gap: 25px;
  padding: 25px;
  flex-wrap: wrap;
}
._expertHeader ._expertHeaderActions ._expertPoints {
  height: 150px;
  width: 100%;
  display: flex;
  padding: 25px;
  flex-wrap: wrap;
}
._expertHeader ._expertHeaderActions ._expertPoints ._expertPointSingle {
  align-self: center;
  position: relative;
  margin: 5px 25px 5px 0;
  height: auto;
  display: block;
  align-self: center;
  color: #E14734;
  font-weight: 800;
}

._expertSingleAction {
  position: relative;
  width: auto;
  align-self: center;
}
._expertSingleAction ._expertActionTitle {
  display: block;
  color: white;
  font-weight: 800;
}
._expertSingleAction ._expertActionLink {
  margin: 0 10px 0 0;
}
._expertSingleAction ._expertActionLink a {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}
._expertSingleAction ._expertActionLink span {
  color: white;
}

._expertContentModule {
  width: 100%;
  max-width: 900px;
}
._expertContentModule h2 {
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 20px 0;
  font-weight: 800;
}
._expertContentModule p {
  margin: 15px 0 15px 0;
}

._expertMedicoLegalExperience h2 {
  color: #2B2D42;
}
._expertMedicoLegalExperience p {
  color: #2B2D42;
}

._expertClinicalExperience {
  background-color: #2B2D42;
  padding: 40px 0 35px 0;
}
._expertClinicalExperience h2 {
  color: white;
}
._expertClinicalExperience p {
  color: white;
}

._expertFAQ ._expertFAQs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
._expertFAQ ._expertFAQs ._expertFAQSingle {
  position: relative;
  width: 100%;
  max-width: 440px;
}

._expertPublications {
  background-color: #1483A3;
  padding: 50px 50px 55px 50px;
  max-width: 1000px;
}
._expertPublications h2 {
  color: White;
}
._expertPublications p {
  color: white;
}
._expertPublications li {
  color: white;
}

._expertsEndActions .flex_wrap {
  position: relative;
}
._expertsEndActions ._diamondButton {
  background-color: #1483A3;
  width: auto !important;
  font-size: 20px;
  align-self: center;
}
._expertsEndActions ._diamondButton span {
  position: relative;
  font-size: 20px;
  z-index: 2;
  font-family: "Bebas Neue", cursive;
}
._expertsEndActions ._expertRedactedReport {
  width: 500px;
  height: 100%;
  background-color: #2B2D42;
  position: relative;
  min-height: 650px;
  display: flex;
}
._expertsEndActions ._expertInstruct {
  width: 500px;
  min-height: 650px;
  background-color: #E14734;
  position: relative;
  display: flex;
}
._expertsEndActions ._expertEndActionInner {
  padding: 25px;
  width: 100%;
  position: relative;
  align-self: center;
}
._expertsEndActions ._expertEndActionInner h3 {
  color: White;
  font-weight: 800;
}
._expertsEndActions ._expertEndActionInner p {
  color: white;
}
._expertsEndActions ._expertEndActionInner form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
._expertsEndActions ._expertEndActionInner form input[type=checkbox] {
  height: 15px;
  width: 15px;
  text-align: center;
  align-self: center;
}
._expertsEndActions ._expertEndActionInner form label {
  display: inline;
  color: White;
  text-align: center;
}
._expertsEndActions ._expertEndActionInner form input[type=text],
._expertsEndActions ._expertEndActionInner form input[type=email],
._expertsEndActions ._expertEndActionInner form input[type=tel] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
}
._expertsEndActions ._expertEndActionInner ._expertRedactedNotification,
._expertsEndActions ._expertEndActionInner ._expertInstructNotification {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 0.9em;
  color: red;
  display: none;
}

._expertInstructNotification, ._expertRedactedNotification {
  display: block;
  background-color: white;
  font-weight: 800;
  text-align: center;
}

.spin-animation {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 874px) {
  ._mobileNavigation {
    display: none !important;
  }
}
@media (max-width: 874px) {
  .innerImage {
    min-width: auto !important;
    min-height: auto !important;
    max-width: auto !important;
    max-height: auto !important;
    overflow: hidden;
  }
  .innerImage img {
    width: 200px !important;
    height: 200px !important;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .teamMemberBioDisplay {
    flex-wrap: wrap;
    gap: 5px;
  }
  .teamInner {
    max-height: 70vh !important;
    overflow: auto !important;
    text-align: center;
    padding-top: 110px !important;
  }
  .closeTeamOverlay {
    left: 40% !important;
    top: 20px !important;
  }
  .endBlock {
    display: none;
  }
  .navigationBar {
    display: none;
  }
  ._frontPageHeader ._frontPageOverlay ._frontPageSelectors ._frontSingleSelector ._frontSingleSelectorTitle {
    font-size: 30px;
    line-height: 35px;
  }
  ._frontPageHeader ._frontPageOverlay ._frontPageSelectors ._frontSingleSelector {
    width: 100%;
  }
  ._moduleCarouselMotif {
    display: none;
  }
  ._contentCarousel ._moduleCarouselContent {
    width: 100%;
  }
  ._extendedHeaderDiamond, .__brandedContentMotif, .onboardingDivider {
    display: none;
  }
  ._headerExtended ._headerExtendedWrapper ._headerExtendedOverlay ._headerExtendedContent {
    padding-left: 0;
  }
  ._headerExtended ._headerExtendedWrapper ._headerExtendedOverlay ._headerExtendedContent h1 {
    font-size: 30px;
    line-height: 35px;
  }
  ._headerExtended ._headerExtendedWrapper ._headerExtendedOverlay ._headerExtendedContent h2 {
    font-size: 20px;
    line-height: 25px;
  }
  ._brandedContent .__brandedContentContent {
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  ._extendedLinks {
    flex-wrap: wrap;
  }
  ._moduleOnboardingWrap .onboardingTitle {
    margin-left: 0;
  }
  .onboarding-box {
    padding: 5px;
  }
  ._discoveryFormActions {
    padding-bottom: 70px;
  }
  ._expertDiscoveryResult .flex_wrap ._singleExpert {
    flex-wrap: wrap;
  }
  ._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertImage {
    width: 100%;
    height: 300px;
  }
  ._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertActionButtons {
    flex-wrap: wrap;
    width: 100%;
  }
  ._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertContentWrapper {
    background: transparent !important;
  }
  ._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertContentWrapper ._singleExpertContent {
    top: 0;
    align-self: flex-start;
    padding: 30px 10px 60px 10px;
  }
  ._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertActionButtons {
    display: flex;
    justify-content: center;
    gap: 50px;
    position: absolute;
    bottom: 10px;
    right: 0;
    padding-right: 30px;
    width: 100%;
  }
  ._expertDiscoveryResult .flex_wrap ._singleExpert ._singleExpertContentWrapper ._singleExpertQuickInstruct {
    padding: 5px 20px 70px 20px;
  }
  ._simpleHeader ._simpleHeaderWrap ._simpleHeaderOverlay h1 {
    font-size: 30px;
    line-height: 33px;
  }
  ._expertTitle {
    flex-wrap: wrap;
  }
  ._expertHeader {
    flex-wrap: wrap;
  }
  ._expertHeader ._expertHeaderImage {
    width: 100%;
    min-width: auto;
    height: 300px;
    min-height: auto;
  }
  ._expertHeader ._expertHeaderActions ._expertActions {
    height: auto;
  }
  ._expertContentModule {
    padding: 30px;
  }
  ._frontPageHeader {
    margin-top: 0;
  }
}
._mobileNavigation_burger span {
  background-color: #333;
  height: 4px;
  margin: 3px 0;
  transition: background-color 0.3s ease;
}

/* Hover effect */
._mobileNavigation_burger:hover span {
  background-color: #e14734; /* Change the color as per your need */
}

._mobileNavigation {
  padding: 10px;
  position: absolute;
  top: 0;
  display: flex;
  z-index: 99999999999;
  width: 100%;
  background-color: White;
  border-bottom: #E14734 solid 5px;
}
._mobileNavigation img {
  width: 200px;
}
._mobileNavigation ._mobileNavigation_burger {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
._mobileNavigation ._mobileNavigation_burger i {
  color: #E14734;
  font-size: 25px;
  align-self: center;
}

._mobileNavigatonPopout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(18, 102, 126, 0.9);
  z-index: 99999999999999;
  display: flex;
}
._mobileNavigatonPopout ._mobileNavigationInner {
  border-radius: 10px;
  background-color: #2B2D42;
  padding: 25px;
  align-self: Center;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
._mobileNavigatonPopout ._mobileNavigationInner .closeMobileNav {
  color: white;
  font-size: 25px;
  align-self: flex-end;
  cursor: pointer;
}
._mobileNavigatonPopout ._mobileNavigationInner ._mobileWelcome {
  width: 100%;
  text-align: center;
  color: White;
  font-weight: 800;
  font-size: 35px;
}
._mobileNavigatonPopout ._mobileNavigationInner ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
._mobileNavigatonPopout ._mobileNavigationInner ul li {
  align-self: center;
  color: White;
}
._mobileNavigatonPopout ._mobileNavigationInner ul li a {
  color: white;
}
._mobileNavigatonPopout ._mobileNavigationInner ul span {
  align-self: center;
  color: white;
  font-weight: 800;
  opacity: 0.8;
}
._mobileNavigatonPopout ._mobileNavigationInner ul .nav_li_mobile_Child {
  margin: 0 0 5px 0;
}
._mobileNavigatonPopout ._mobileNavigationInner ul .diviver_m {
  width: 200px;
  margin: 10px 0 10px 0;
  height: 5px;
  background-color: #E14734;
  align-self: center;
}

._mobileMetaMenu {
  width: 100%;
  align-self: center;
}
._mobileMetaMenu ._mobileMetaSocial, ._mobileMetaMenu ._mobileMeta {
  margin: 10px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
._mobileMetaMenu ._mobileMetaSocial a, ._mobileMetaMenu ._mobileMeta a {
  color: white;
  font-size: 18px;
}

@media print {
  .navigationBar,
  ._expertActions,
  ._expertSingleAction,
  ._expertBack,
  ._expertsEndActions,
  .footer_wrap,
  ._mobileNavigation,
  .grecaptcha-badge,
  ._simpleHeader,
  .venueWrap {
    display: none !important;
  }
  /* General adjustments for printing */
  body {
    color: black; /* Ensures text is black for better contrast */
  }
  /* Adjust the title section for printing */
  ._expertTitle {
    background-color: white; /* Removes background color */
    border-bottom: 1px solid black; /* Simplifies the border for printing */
  }
  ._expertTitle ._expertName h1,
  ._expertTitle ._expertJobTitle,
  ._expertTitle ._expertJobTitle span,
  ._expertTitle ._expertJobTitle i {
    color: black; /* Ensures text is black for better contrast */
    margin: 0 0 10px 0;
  }
  ._expertHeader {
    margin: 0;
    margin-bottom: 0;
  }
  /* Adjust the header image for printing */
  ._expertHeaderImage {
    display: none;
  }
  /* Adjust the content module for printing */
  ._expertContentModule {
    max-width: 100%; /* Ensures content uses full page width */
  }
  /* Experience sections */
  ._expertMedicoLegalExperience,
  ._expertClinicalExperience,
  ._expertPublications {
    background-color: white; /* Removes background color */
  }
  ._expertMedicoLegalExperience h2, ._expertMedicoLegalExperience p, ._expertMedicoLegalExperience li,
  ._expertClinicalExperience h2,
  ._expertClinicalExperience p,
  ._expertClinicalExperience li,
  ._expertPublications h2,
  ._expertPublications p,
  ._expertPublications li {
    color: black; /* Ensures text is black for better contrast */
  }
  ._expertMedicoLegalExperience h2,
  ._expertClinicalExperience h2,
  ._expertPublications h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 15px 0;
  }
  .contri_cc a {
    display: none;
  }
  .margin_wrap {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* Simplifies links for printing */
  a {
    text-decoration: underline; /* Keeps underlines to indicate links */
    color: black; /* Ensures text is black */
  }
  /* Adjusts publications section for printing */
  ._expertPublications {
    background-color: white; /* Removes background color */
    padding: 20px; /* Reduces padding for print */
  }
  ._expertHeaderActions {
    height: auto !important;
    flex-grow: 0;
  }
  ._expertPoints {
    height: auto;
    padding: 5px;
  }
  .flex_wrap {
    display: block;
  }
  .wrapper {
    display: block;
  }
}
._expertVenuePassword {
  width: 100%;
  text-align: center;
  margin: 50px 0 50px 0;
}
._expertVenuePassword h3 {
  font-size: 30px;
  line-height: 33px;
  margin: 0 0 10px 0;
}
._expertVenuePassword form {
  display: flex;
  flex-direction: column;
}
._expertVenuePassword form input {
  align-self: Center;
  margin: 10px 0 10px 0;
}
._expertVenuePassword form .inputText {
  width: 100%;
  max-width: 400px;
  background-color: #E14734 !important;
  color: White;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  padding: 15px;
  text-align: center;
}
._expertVenuePassword form .inputText::-moz-placeholder {
  color: White;
}
._expertVenuePassword form .inputText:focus, ._expertVenuePassword form .inputText::placeholder {
  color: White;
}
._expertVenuePassword form .submitVenue {
  background-color: transparent;
  border: none;
  outline: none;
  color: #E14734;
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
  font-family: "Lato", sans-serif;
}

._expertVenues {
  width: 100%;
  text-align: center;
}
._expertVenues h2 {
  font-size: 30px;
  line-height: 33px;
  margin: 0 0 30px 0;
}
._expertVenues ._expertVenuesWrapper {
  justify-content: center;
  display: flex;
  gap: 10px;
  max-height:600px;
  overflow:auto;
}
._expertVenues ._expertVenuesWrapper ._expertVenue {
  padding: 20px;
  border: #E14734 solid 2px;
  text-align: center;
}
._expertVenues ._expertVenuesWrapper ._expertVenue h3 {
  color: #E14734;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.testimonial-arrows-historical {
  text-align: center;
  padding: 20px 0;
}
.testimonial-arrows-historical button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 24px;
  padding: 10px;
  color: #E14734;
  transition: color 0.3s ease;
}
.testimonial-arrows-historical button:hover {
  color: #982517;
}

._ctaButtonsWrapper ._ctaButtons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-self: center;
  justify-content: center;
}
._ctaButtonsWrapper ._ctaButtons h2 {
  font-weight: 800;
}
._ctaButtonsWrapper ._ctaButtons button {
  align-self: center;
}

.teamDisplay {
  position: relative;
}
.teamDisplay .flex_wrap {
  justify-content: center;
  gap: 15px;
}
.teamDisplay .flex_wrap .singleMember {
  width: 100%;
  max-width: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.teamDisplay .flex_wrap .singleMember .memberImage {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.teamDisplay .flex_wrap .singleMember .memberImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teamDisplay .flex_wrap .singleMember .memberContent {
  padding: 10px 0 10px 0;
  text-align: center;
  width: 100%;
}
.teamDisplay .flex_wrap .singleMember .memberContent h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 10px 0;
  font-weight: 800;
}
.teamDisplay .flex_wrap .singleMember .memberContent span {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px 0;
  font-weight: 400;
  display: block;
}
.teamDisplay .flex_wrap .singleMember .memberContent a {
  color: #E14734;
  text-decoration: underline;
  font-weight: 700;
}
.teamDisplay .flex_wrap .singleMember .lilBlock {
  width: 15px;
  display: block;
  height: 15px;
  background-color: #1483A3;
  transform: rotate(45deg);
}

.teamOverlay {
  position: fixed;
  z-index: 10000000000000000;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(43, 45, 66, 0.5);
  opacity: 0;
}
.teamOverlay .teamInner {
  position: relative;
  background-color: #E14734;
  padding: 30px;
  align-self: center;
  width: 100%;
  min-height: 30vh;
  max-height: 90vh;
  max-width: 1100px;
  opacity: 0;
}
.teamOverlay .teamMemberBioDisplay {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  opacity: 0;
}
.teamOverlay .teamMemberBioDisplay .innerImage {
  min-width: 300px;
  min-height: 300px;
  max-width: 200px;
  max-height: 200px;
  align-self: center;
  overflow: hidden;
}
.teamOverlay .teamMemberBioDisplay .innerImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.teamOverlay .teamMemberBioDisplay .innerMeta {
  flex-grow: 1;
  align-self: center;
  width: 100%;
}
.teamOverlay .teamMemberBioDisplay .innerMeta .name {
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 10px 0;
  font-weight: 800;
  color: white;
  display: block;
}
.teamOverlay .teamMemberBioDisplay .innerMeta .title {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 10px 0;
  font-weight: 800;
  color: white;
  display: block;
}
.teamOverlay .teamMemberBioDisplay .innerMeta .honours {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px 0;
  font-weight: 400;
  color: white;
  display: block;
}
.teamOverlay .teamMemberBioDisplay .innerMeta .qualification {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: white;
}
.teamOverlay .teamMemberBioDisplay .innerContent {
  flex-grow: 1;
  color: white;
  align-self: center;
}
.teamOverlay .closeTeamOverlay {
  width: 60px;
  height: 60px;
  padding: 20px;
  transform: rotate(45deg);
  position: absolute;
  top: -30px;
  left: -30px;
  background-color: #E14734;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: white solid 3px;
  opacity: 0;
}
.teamOverlay .closeTeamOverlay svg {
  color: white;
  transform: rotate(-45deg);
  align-self: center;
  width: 40px;
  height: 40px;
  top: 3.5px;
  position: relative;
}
.teamOverlay .endBlock {
  height: 50px;
  width: 50px;
  border: white 3px solid;
  transform: rotate(45deg);
  position: absolute;
  bottom: -30px;
  left: 50%;
  justify-self: center;
  background-color: #E14734;
}

.galleryWrap {
  background-color: #E14734;
  margin-top: 50px;
}
.galleryWrap .collections {
  position: relative;
  width: 100%;
}
.galleryWrap .collections .galleryCollection {
  width: 100%;
  display: flex;
  position: relative;
  gap: 30px;
  max-height: 600px;
  overflow: hidden;
}
.galleryWrap .collections .galleryCollection .spotlight {
  width: 100%;
  position: relative;
  min-height: 300px;
  padding: 20px 0 20px 0;
}
.galleryWrap .collections .galleryCollection .spotlight .i {
  position: relative;
  height: 100%;
  width: 100%;
}
.galleryWrap .collections .galleryCollection .spotlight .i .image {
  position: relative;
  width: 100%;
  height: 94%;
  border: solid white 2px;
  overflow: hidden;
}
.galleryWrap .collections .galleryCollection .spotlight .i .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.galleryWrap .collections .galleryCollection .spotlight .i .imageMeta {
  padding: 20px 0 20px 0;
}
.galleryWrap .collections .galleryCollection .spotlight .i .imageMeta span {
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  color: white;
}
.galleryWrap .collections .galleryCollection .selectors {
  position: relative;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  align-self: center;
  max-height: 600px;
  width: 100%;
  max-width: 330px;
}
.galleryWrap .collections .galleryCollection .selectors .selector {
  width: 150px;
  height: 150px;
  position: relative;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.galleryWrap .collections .galleryCollection .selectors .selector.selectorActive {
  opacity: 1 !important;
  pointer-events: none;
}

.collectionSelector {
  width: 100%;
  padding: 20px 0 20px 0;
  background-color: #2B2D42;
}

.collectionsTargets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 5px;
}
.collectionsTargets span {
  color: white;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.collectionsTargets span:hover {
  opacity: 1;
}
.collectionsTargets span.active {
  opacity: 1 !important;
  pointer-events: none;
}

.background_search {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background_search .searchModule {
  background-color: rgba(18, 102, 126, 0.9);
  padding: 20px;
  height: 100%;
  width: 100%;
  margin: 20px 0 20px 0;
  text-align: center;
}
.background_search .searchModule .expertSearchInput {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
}
.background_search .searchModule .expertSearchInput input {
  width: 100%;
  padding: 10px;
  background-color: #E14734;
  display: block;
  height: 40px;
  margin: 20px 0 20px 0;
  color: white !important;
  font-size: 18px;
  text-align: center;
  border: 1px solid white;
  font-family: "Lato", sans-serif;
}
.background_search .searchModule .expertSearchInput input::-moz-placeholder {
  color: white;
}
.background_search .searchModule .expertSearchInput input::placeholder {
  color: white;
}
.background_search .searchModule .expertSearchInput input.partialInput {
  width: 50%;
}
.background_search .searchModule .expertSearchInput .searchExpertbutton2024 {
  background-color: #2B2D42;
  color: white;
  height: 40px;
  border: solid white 1px;
  padding: 10px;
  position: relative;
  display: block;
  font-size: 18px;
  align-self: center;
}
.background_search .searchModule h1 {
  color: white;
  font-weight: 800;
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 20px 0;
}
.background_search .searchModule .intoContent {
  color: white;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 20px 0;
  display: block;
}

.searchResult {
  width: 100%;
  display: flex;
  height: 0px;
  overflow: hidden;
  transition: 0.7s ease-in-out;
  position: relative;
  justify-content: Center;
}
.searchResult.searchAJAXActive {
  height: 100%;
  max-height: 500px;
}
.searchResult span {
  align-self: Center;
}

.searchHolding {
  color: White;
  text-align: center;
}
.searchHolding i {
  font-size: 30px;
  color: White;
  margin: 10px;
}
.searchHolding p {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 20px 0;
  color: white;
}

.searchAJAXActive {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: 0px;
  padding: 20px;
  overflow: auto;
  transition: 0.7s ease-in-out;
  position: relative;
  justify-content: Center;
  background-color: #2B2D42;
}
.searchAJAXActive ._singleExpert {
  width: 100%;
  background-color: #2B2D42;
  max-width: 400px;
  position: relative;
  display: flex;
  align-self: center;
}
.searchAJAXActive ._singleExpert ._singleExpertImage {
  background-size: cover;
  width: 150px;
  height: 150px;
  background-position: center;
}
.searchAJAXActive ._singleExpert ._singleExpertContentWrapper {
  width: 300px;
}
.searchAJAXActive ._singleExpert ._singleExpertActionButtons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  position: absolute;
  bottom: 10px;
  right: 0;
  padding-right: 30px;
  width: 100%;
}
.searchAJAXActive ._singleExpert ._singleExpertActionButtons ._diamondButton {
  background-color: #E14734;
  width: auto !important;
  font-size: 20px;
}
.searchAJAXActive ._singleExpert ._singleExpertActionButtons ._diamondButton span {
  position: relative;
  margin: 0;
  font-size: 20px;
  z-index: 2;
  font-family: "Bebas Neue", cursive;
}
.searchAJAXActive ._singleExpert ._singleExpertContentWrapper {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
}
.searchAJAXActive ._singleExpert ._singleExpertContentWrapper ._singleExpertContent {
  align-self: center;
  padding: 20px;
  top: -25px;
  position: relative;
}
.searchAJAXActive ._singleExpert ._singleExpertContentWrapper ._singleExpertContent h3 {
  color: white;
  margin: 0 0 10px 0;
  font-weight: 800;
}
.searchAJAXActive ._singleExpert ._singleExpertContentWrapper ._singleExpertContent span {
  color: white;
  display: block;
}

.expertSearchTextHeader {
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: 20px;
  margin: 0 0 20px 0;
}

.expertContentArea {
  padding: 10px 0 10px 0;
}
.expertContentArea h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 10px 0;
  font-weight: 800;
  color: White;
}
.expertContentArea span {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px 0;
  font-weight: 400;
  color: White;
  display: block;
}

._singleExpertImage, ._singleExpertContentWrapper {
  align-self: center;
}

.expertGridCard {
  max-height: 300px;
  text-align: left;
}
.expertGridCard ._diamondButtonWrapper {
  display: flex;
  gap: 40px;
}
.expertGridCard .__gridContent {
  margin: 0 0 0 20px;
  align-self: center;
}
.expertGridCard ._diamondButton {
  background-color: #E14734;
  width: auto !important;
  font-size: 20px;
}
.expertGridCard ._diamondButton span {
  position: relative;
  margin: 0;
  font-size: 20px;
  z-index: 2;
  font-family: "Bebas Neue", cursive;
}

.textInputSearch {
  color: White !important;
  font-weight: 800;
  font-size: 20px;
}
.textInputSearch::-moz-placeholder {
  color: White !important;
}
.textInputSearch::placeholder {
  color: White !important;
}
.textInputSearch:focus {
  color: White !important;
}

.expertSearchTextHeader {
  margin-bottom: 15px;
}

.geoResultsContainer {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}
.geoResultsContainer .geoResultsCards {
  width: 40%;
  overflow: auto;
  align-self: center;
  max-height: 450px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.geoResultsContainer .geoResultsMap {
  width: 60%;
  height: 100%;
  position: relative;
}

.active-expert {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
  opacity: 1;
}

.inactive-expert {
  transform: scale(1);
  transition: 0.3s ease-in-out;
  opacity: 0.5;
}

.background_search .wrapper {
  align-self: center;
}

.resultButtons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0px 0 20px 0;
}
.resultButtons ._diamondButton {
  background-color: #E14734;
  width: auto !important;
  font-size: 20px;
}
.resultButtons ._diamondButton span {
  position: relative;
  margin: 0;
  font-size: 20px;
  z-index: 2;
  font-family: "Bebas Neue", cursive;
}

@media (max-width: 974px) {
  .geoResultsContainer {
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column-reverse;
  }
  .geoResultsCards {
    width: 100% !important;
    justify-content: center;
  }
  .geoResultsMap {
    width: 100% !important;
  }
  .searchAJAXActive {
    max-height: 100% !important;
  }
  .textInputSearch {
    width: 100%;
  }
  ._diamondButtonWrapper {
    position: absolute;
    left: 40px;
  }
  .geoResultsContainer .geoResultsCards {
    gap: 60px;
  }
}
.conditionsArchive {
  width: 100%;
  background-color: #2B2D42;
  padding: 20px;
}
.conditionsArchive .controls {
  background-color: #E14734;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  padding: 20px;
}
.conditionsArchive .controls .controlTitle {
  color: white;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 20px 0;
}
.conditionsArchive .controls .options {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.conditionsArchive .controls .options span {
  color: white;
  padding: 5px;
  border: #ccc solid 1px;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.conditionsArchive .controls .options span:hover {
  opacity: 0.6;
}
.conditionsArchive .controls .options .active {
  opacity: 1 !important;
  pointer-events: none !important;
  font-weight: 800 !important;
}
.conditionsArchive .controls .options .inactive {
  opacity: 0.6 !important;
}
.conditionsArchive .conditionList {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 20px 0 0 0;
  flex-wrap: wrap;
  gap: 20px;
  color: white;
}
.conditionsArchive .conditionList .condition {
  width: 250px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  height: 250px;
  background-color: #1483A3;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3 ease-in-out;
}
.conditionsArchive .conditionList .condition:hover {
  background-color: #E14734;
}
.conditionsArchive .conditionList .condition h2 {
  color: white;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 10px 0;
}
.conditionsArchive .conditionList .condition p {
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px 0;
}
.conditionsArchive .conditionList .condition a {
  color: white;
  text-decoration: underline;
  font-weight: 800;
}

.conditionSingular {
  width: 100%;
  background-color: #2B2D42;
  padding: 20px;
}
.conditionSingular .contentBlock {
  width: 100%;
  text-align: center;
}
.conditionSingular .contentBlock h2 {
  color: white;
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 20px 0;
}
.conditionSingular .contentBlock p {
  color: white;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 20px 0;
}

.legal-consent-container, .hs-richtext {
  color: white !important;
}/*# sourceMappingURL=style.css.map */