@font-face {
  font-family: "inter regular";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "inter medium";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "inter bold";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
#why-us-accordion a.fl-accordion-button-icon {
  text-decoration: none;
  background: #00b3aa;
  min-width: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 0;
  border-radius: 5px;
}

#why-us-accordion .fl-accordion-button-icon i {
  padding-left: 0;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

#why-us-accordion .fl-accordion-item:last-child {
  border: 0 !important;
}

.anchor-tabs {
  position: -webkit-sticky;
  position: sticky;
  top: 113px;
  z-index: 99;
  height: 0;
}
@media screen and (max-width: 992px) {
  .anchor-tabs {
    top: 20px;
  }
}

.anchor-tabs.relative {
  top: 0;
  position: relative;
}

.anchor-tabs > div {
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}

h1 a {
  text-decoration: none;
}

.pdf-grid .SSCMGrid-grid_item {
  overflow: hidden !important;
}

.SSCMGrid-grid_item_cta:after {
  content: "\f344";
  font-family: "dashicons";
  color: white; /* Set the color to white */
  background-color: #5856fd; /* Add a blue background color */
  border-radius: 5px; /* Add a border radius of 6px */
  padding: 5px; /* Optional: Add padding for some spacing around the content */
  font-size: 14px; /* Adjust font size to change the icon size */
  margin-left: 5px;
}

.SSCMGrid-grid_item_subheadline {
  color: #b2cb3b;
  display: inline;
  background-image: linear-gradient(100deg, #00b3aa -1%, #b2cb3b 100%) !important;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.capability-col .dashicons-arrow-right-alt:before {
  content: "\f344";
  font-size: 12px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

header.fl-theme-builder-header-sticky {
  background-color: #111616;
}

body .Light-navigation .level-1-item .title-level-1 {
  color: #111616;
}

body .fl-theme-builder-header-sticky .level-1-item .title-level-1 {
  color: rgba(255, 255, 255, 0.75);
}

.DRMainMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  max-width: 1520px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
}
.DRMainMenu-Btn {
  display: none;
}
@media (max-width: 998px) {
  .DRMainMenu-Btn {
    display: inline-block;
    background: transparent;
    border: 0;
  }
}
.DRMainMenu-navigation {
  display: flex;
}
.DRMainMenu-navigation-wrapper ul.menu {
  display: flex;
  list-style-type: none;
}
.DRMainMenu .menu-item.level-1-item .title-level-1 .title:before {
  transition: transform 0.3s ease; /* Set up a 0.3 second transition on the transform property */
  transform: rotate(0deg);
}
.DRMainMenu .hovered .title:before {
  transform: rotate(180deg) !important;
  color: #fff;
}
.DRMainMenu .hovered .title {
  color: #fff;
}
.DRMainMenu .level-1-item {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}
.DRMainMenu .level-1-item::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.03);
  width: 0%;
  bottom: 0;
  left: 50%;
  transition: all 0.3s;
}
.DRMainMenu .level-1-item .title-level-1 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  height: 85px;
  display: flex;
  align-items: center;
}
.DRMainMenu .level-1-item .title-level-1 .title {
  position: relative;
  font-size: 16px;
}
@media (min-width: 998px) {
  .DRMainMenu .level-1-sub-menu-wrapper {
    z-index: -100;
    position: absolute;
    top: -10000px;
    left: 0;
    background: #111616;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.4s ease; /* Add transitions for opacity and visibility */
  }
}
.DRMainMenu .level-1-sub-menu-wrapper.open {
  display: flex;
  z-index: 19;
  top: 100%;
  opacity: 1;
  visibility: visible;
  list-style-type: none;
  width: 100vw;
  padding: 35px 20px 15px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  transition: opacity 0.3s ease, visibility 0.4s ease, padding 0.5s ease; /* Add transitions for opacity, visibility, and padding */
}
@media screen and (max-width: 998px) {
  .DRMainMenu .level-1-sub-menu-wrapper.open {
    padding: 15px 20px 15px 20px;
  }
}
.DRMainMenu .level-1-sub-menu-wrapper.open .level-1-sub-menu {
  display: flex;
  opacity: 1;
  visibility: visible;
  list-style-type: none;
  width: 100%;
  max-width: 1346px;
  margin: auto;
}
.DRMainMenu .level-1-sub-menu-wrapper.open .level-1-sub-menu li a {
  text-decoration: none;
}
.DRMainMenu .level-1-sub-menu-wrapper.open .level-1-sub-menu li a:hover {
  color: #5856fd;
}
.DRMainMenu .level-1-sub-menu-wrapper.open .level-1-sub-menu li a.active {
  color: #fff;
}
.DRMainMenu .first-level-unique-item-1 .level-1-sub-menu, .DRMainMenu .first-level-unique-item-3 .level-1-sub-menu, .DRMainMenu .first-level-unique-item-4 .level-1-sub-menu {
  flex-wrap: wrap;
}
.DRMainMenu .first-level-unique-item-1 .level-1-sub-menu .level-2-item, .DRMainMenu .first-level-unique-item-3 .level-1-sub-menu .level-2-item, .DRMainMenu .first-level-unique-item-4 .level-1-sub-menu .level-2-item {
  flex: 1 0 22%;
  background: rgba(255, 255, 255, 0.03);
  margin: 5px;
  padding: 25px;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.DRMainMenu .first-level-unique-item-1 .level-1-sub-menu .level-2-item:hover, .DRMainMenu .first-level-unique-item-3 .level-1-sub-menu .level-2-item:hover, .DRMainMenu .first-level-unique-item-4 .level-1-sub-menu .level-2-item:hover {
  background-image: linear-gradient(#191d1d, #191d1d), linear-gradient(137deg, #00b3aa 2%, #b2cb3b 98%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.DRMainMenu .first-level-unique-item-1 .level-1-sub-menu .level-2-item:nth-child(5), .DRMainMenu .first-level-unique-item-3 .level-1-sub-menu .level-2-item:nth-child(5), .DRMainMenu .first-level-unique-item-4 .level-1-sub-menu .level-2-item:nth-child(5) {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
}
.DRMainMenu .first-level-unique-item-1 .level-1-sub-menu .level-2-item .level-3-item, .DRMainMenu .first-level-unique-item-3 .level-1-sub-menu .level-2-item .level-3-item, .DRMainMenu .first-level-unique-item-4 .level-1-sub-menu .level-2-item .level-3-item {
  border: 2px solid transparent;
  border-radius: 8px;
}
.DRMainMenu .first-level-unique-item-1 .level-1-sub-menu .level-2-item .level-3-item:hover, .DRMainMenu .first-level-unique-item-3 .level-1-sub-menu .level-2-item .level-3-item:hover, .DRMainMenu .first-level-unique-item-4 .level-1-sub-menu .level-2-item .level-3-item:hover {
  background-image: linear-gradient(#191d1d, #191d1d), linear-gradient(137deg, #00b3aa 2%, #b2cb3b 98%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.DRMainMenu .first-level-unique-item-1 .level-1-sub-menu .level-2-item .title-level-2, .DRMainMenu .first-level-unique-item-3 .level-1-sub-menu .level-2-item .title-level-2, .DRMainMenu .first-level-unique-item-4 .level-1-sub-menu .level-2-item .title-level-2 {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
}
.DRMainMenu .first-level-unique-item-1 .level-1-sub-menu .level-2-item .title, .DRMainMenu .first-level-unique-item-3 .level-1-sub-menu .level-2-item .title, .DRMainMenu .first-level-unique-item-4 .level-1-sub-menu .level-2-item .title {
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
}
.DRMainMenu .first-level-unique-item-1 .level-1-sub-menu .level-2-item .menu-item-description, .DRMainMenu .first-level-unique-item-3 .level-1-sub-menu .level-2-item .menu-item-description, .DRMainMenu .first-level-unique-item-4 .level-1-sub-menu .level-2-item .menu-item-description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 8px;
}
.DRMainMenu .first-level-unique-item-1 .level-1-sub-menu .level-2-item img, .DRMainMenu .first-level-unique-item-3 .level-1-sub-menu .level-2-item img, .DRMainMenu .first-level-unique-item-4 .level-1-sub-menu .level-2-item img {
  max-width: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 22px;
}
.DRMainMenu .first-level-unique-item-1 .level-1-sub-menu .level-3-item .title, .DRMainMenu .first-level-unique-item-3 .level-1-sub-menu .level-3-item .title, .DRMainMenu .first-level-unique-item-4 .level-1-sub-menu .level-3-item .title {
  margin-bottom: 0 !important;
}
.DRMainMenu .first-level-unique-item-1 .level-1-sub-menu .level-3-item .menu-item-description, .DRMainMenu .first-level-unique-item-3 .level-1-sub-menu .level-3-item .menu-item-description, .DRMainMenu .first-level-unique-item-4 .level-1-sub-menu .level-3-item .menu-item-description {
  margin-top: 8px !important;
}
.DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-2-item {
  flex: 1 0 22%;
  margin: 15px;
  border-radius: 8px;
}
.DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-2-item .title-level-2:first-child {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-2-item .title-level-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-2-item .title {
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
}
.DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-2-item .title-level-2 .title :after {
  display: none;
}
.DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-2-item .menu-item-description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 998px) {
  .DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-2-item .menu-item-description {
    transition: all 0.2s ease-in;
    opacity: 0;
  }
}
.DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-2-item img {
  max-width: 25px;
  width: 100%;
  margin-right: 10px;
}
.DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-2-sub-menu {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 20px 0;
}
.DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-2-sub-menu .title {
  width: 100%;
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  margin-top: 3px;
  border-bottom: 0px !important;
  padding-right: 20px;
}
.DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-2-sub-menu .menu-item-description {
  margin-top: 3px;
}
.DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-3-item {
  background: rgba(255, 255, 255, 0.03);
  padding: 10px 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  margin-top: 6px;
  display: flex;
}
@media screen and (min-width: 998px) {
  .DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-3-item {
    border: solid 2px transparent;
    transition: all 0.4s ease-in-out;
    overflow: hidden; /* Hide any content that overflows the max height */
  }
  .DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-3-item .title-level-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-3-item .menu-item-description {
    max-height: 0; /* Initially hide the description */
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }
  .DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-3-item:hover {
    max-height: 200px; /* Expand the max height on hover to reveal the description */
    background-image: linear-gradient(#191d1d, #191d1d), linear-gradient(137deg, #00b3aa 2%, #b2cb3b 98%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
  }
  .DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-3-item:hover .menu-item-description {
    max-height: 100px;
    opacity: 1;
  }
}
.DRMainMenu .parent-link-lv-2 {
  padding: 0 !important;
}
.DRMainMenu .parent-link-lv-2 a .title {
  padding: 10px 25px 10px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.DRMainMenu .parent-link-lv-2 a .title:after {
  display: none;
}
.DRMainMenu .parent-link-lv-2 .level-2-sub-menu {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 20px 0;
}
.DRMainMenu .parent-link-lv-2 .level-2-sub-menu .title {
  width: 100%;
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  border-bottom: 0px !important;
}
.DRMainMenu .parent-link-lv-2 .level-2-sub-menu .menu-item-description {
  margin-top: 8px;
}
.DRMainMenu-secondary .DRMainMenu-secondary_nav {
  list-style-type: none;
  display: flex;
  padding: 0;
}
.DRMainMenu-secondary .DRMainMenu-secondary_nav li:first-child {
  margin-right: 16px;
  width: 100px;
}
.DRMainMenu-secondary .DRMainMenu-secondary_nav li:first-child a {
  width: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 5px;
  border: solid 0.5px #fff;
  color: #fff;
  text-decoration: none;
  transition: border-width 0.3s ease; /* Add a transition for border-width */
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: -0.28px;
}
.DRMainMenu-secondary .DRMainMenu-secondary_nav li:first-child a:hover {
  color: #fff;
  border-width: 2px; /* Increase border-width on hover */
  transition: border-width 0.3s ease; /* Add the same transition for consistency */
}
.DRMainMenu-secondary .DRMainMenu-secondary_nav li:first-child a.active {
  color: #fff;
}
.DRMainMenu-secondary .DRMainMenu-secondary_nav li:last-child {
  background: #5856fd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0;
}
.DRMainMenu-secondary .DRMainMenu-secondary_nav li:last-child a {
  display: flex;
  text-decoration: none;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: -0.28px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 8px 16px;
}
.DRMainMenu-secondary .DRMainMenu-secondary_nav li:last-child a.active {
  color: #fff;
}
.DRMainMenu-secondary .DRMainMenu-secondary_nav li:last-child:hover {
  color: #fff;
  border: 1px solid #3231a6;
  border-style: none;
  border-width: 0;
  background-clip: border-box;
  background-color: #3e3db2;
}

#menu-main-menu {
  display: flex;
}

/* Hide menu by default for mobile and tablet view */
.DRMainMenu-navigation .collapse {
  display: none;
}

/* Show menu when it has '.show' class */
.show {
  display: block !important;
}

/* On larger screens, always show the menu */
@media (min-width: 998px) {
  .DRMainMenu-navigation .collapse {
    display: block;
  }
}
.relative-container {
  position: relative;
}
.relative-container .fl-node-content {
  position: relative;
  z-index: 1;
}

.DRMainMenu-wrapper .DRMainMenu-secondary {
  display: none;
}

@media (max-width: 998px) {
  .DRMainMenu-secondary {
    display: none;
  }
  .DRMainMenu-wrapper .DRMainMenu-secondary {
    display: flex;
  }
  .DRMainMenu-wrapper .DRMainMenu-secondary ul {
    display: flex;
    width: 100%;
  }
  .DRMainMenu-wrapper .DRMainMenu-secondary ul li {
    width: 100% !important;
  }
  .DRMainMenu-wrapper .DRMainMenu-secondary ul li a {
    text-align: center;
    width: 100% !important;
  }
  .hamburger-icon {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .bar {
    background: #ffffff; /* Change to any color you want for the hamburger lines */
    height: 2px;
    width: 100%;
    border-radius: 2px;
    transition: 0.4s;
    margin: 1.5px;
  }
  .DRMainMenu-Btn.active .hamburger-icon .bar:nth-child(1) {
    transform: translateY(8.5px) rotate(45deg);
  }
  .DRMainMenu-Btn.active .hamburger-icon .bar:nth-child(2) {
    opacity: 0;
  }
  .DRMainMenu-Btn.active .hamburger-icon .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  /* Initial style for the menu when hidden (collapsed) */
  .DRMainMenu-wrapper {
    position: fixed; /* Fullscreen overlay */
    top: -33px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111616;
    color: #fff; /* White text */
    overflow-y: auto; /* Scroll if content exceeds screen height */
    transform: translateY(-100%); /* Hide off the top of the viewport */
    transition: transform 0.5s ease; /* Smooth slide down transition */
    z-index: 1000; /* On top of other content */
    padding: 20px; /* Spacing around content */
    font-size: 1.2rem; /* Larger text for mobile readability */
  }
  /* When menu is visible */
  .DRMainMenu-wrapper.visible {
    transform: translateY(113px); /* Slide into view */
    z-index: 99;
  }
  .level-1-sub-menu {
    flex-wrap: inherit !important;
    flex-direction: column !important;
  }
  /* Styling the main menu inside the visible wrapper */
  .DRMainMenu-wrapper.visible #menu-main-menu.menu {
    position: relative;
    height: 80%;
    width: 100%; /* Full width of the parent */
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .first-level-unique-item-1.hovered,
  .first-level-unique-item-2.hovered,
  .first-level-unique-item-3.hovered,
  .first-level-unique-item-4.hovered {
    flex-direction: column !important;
  }
  .first-level-unique-item-1.hovered .level-1-sub-menu-wrapper,
  .first-level-unique-item-2.hovered .level-1-sub-menu-wrapper,
  .first-level-unique-item-3.hovered .level-1-sub-menu-wrapper,
  .first-level-unique-item-4.hovered .level-1-sub-menu-wrapper {
    display: block !important;
    max-height: 1000px;
    height: 100% !important;
    flex-wrap: nowrap;
  }
  .first-level-unique-item-1,
  .first-level-unique-item-2,
  .first-level-unique-item-3,
  .first-level-unique-item-4 {
    flex-direction: column !important;
  }
  .level-1-sub-menu-wrapper {
    background: #111616;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: none;
    transition: max-height 0.5s ease;
    overflow: hidden; /* prevent content from showing during animation */
    max-height: 0; /* start from a collapsed state */
  }
  .level-1-sub-menu-wrapper.open {
    display: block !important;
    max-height: 1000px;
    height: 100% !important;
    flex-wrap: nowrap;
  }
  .level-1-item .title-level-1 .title {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
  }
  .DRMainMenu .level-1-item .title-level-1 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    height: auto;
    display: flex;
    width: 100%;
    display: inline-block;
    align-items: center;
  }
  .DRMainMenu .level-1-item {
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    margin-bottom: 10px;
  }
  .menu-item.level-1-item .title-level-1 .title:before {
    right: 0;
    top: 23px;
    width: 22px;
    height: 10px;
    z-index: 9;
  }
  .DRMainMenu .level-1-sub-menu .level-2-item {
    flex: auto;
    background: rgba(255, 255, 255, 0.03);
    margin: 5px 20px;
    padding: 10px;
    border-radius: 8px;
  }
  .DRMainMenu .level-1-sub-menu .level-2-item .title-level-2 {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: inherit !important;
  }
  .DRMainMenu .level-1-sub-menu .level-2-item .title {
    margin-top: 5px;
    width: 82%;
  }
  .level-1-sub-menu .level-2-item img {
    max-width: 30px !important;
    height: fit-content !important;
    width: 100%;
    flex: 30%;
    margin-right: 20px;
    max-height: 30px;
    margin-bottom: 0 !important;
  }
  .DRMainMenu .level-1-sub-menu {
    padding: 0;
  }
  .parent-link-lv-2 .title {
    height: 100%;
    margin-top: 5px;
    width: 100% !important;
  }
  body .DRMainMenu {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 9;
  }
  body .DRMainMenu.Dark-navigation {
    background-color: #111616;
  }
  .DRMainMenu .first-level-unique-item-4 .level-1-sub-menu .level-2-item {
    flex: 1 1 30%;
    margin: 15px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    padding: 16px;
    text-align: center;
    max-width: 100%;
  }
  .DRMainMenu .first-level-unique-item-4 .level-1-sub-menu .level-2-item .title-level-2 {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: inherit !important;
  }
  .DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-2-item .title-level-2 {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: inherit !important;
  }
  .DRMainMenu .first-level-unique-item-2 .level-1-sub-menu .level-2-item .title-level-2 .title {
    width: 100%;
  }
  .DRMainMenu .first-level-unique-item-3 .level-1-sub-menu .level-2-item {
    flex: 1 1 30%;
    margin: 15px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    padding: 16px;
    text-align: center;
    max-width: 100%;
  }
  .DRMainMenu .first-level-unique-item-3 .level-1-sub-menu .level-2-item .title-level-2 {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: inherit !important;
  }
  .resources-hub-link {
    display: flex;
    flex-direction: column !important;
  }
  .capabilities-link .level-1-sub-menu-wrapper .level-1-sub-menu .level-2-item {
    background: transparent;
    padding: 0;
    margin: 10px 0 10px 0;
  }
  body .DRMainMenu .DRMainMenu-wrapper #menu-main-menu .capabilities-link .level-1-sub-menu .level-2-item .title-level-2:first-child {
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 0;
    border-bottom: 0px solid rgba(255, 255, 255, 0.1019607843);
  }
  .capabilities-link .level-2-item .level-2-sub-menu {
    opacity: 0;
    position: absolute;
    top: 0;
    right: -200%; /* Move it off-screen to the right */
    z-index: -1;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    visibility: hidden;
  }
  .capabilities-link .level-2-item.open-submenu .level-2-sub-menu {
    right: 0; /* Slide in from the right */
    opacity: 1;
    background-color: #111616;
    z-index: 999;
    top: 90px;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .capabilities-link .level-2-item.open-submenu .level-2-sub-menu a {
    text-decoration: none;
  }
  .capabilities-link .level-2-item.open-submenu .level-2-sub-menu .title-level-3 {
    display: flex !important;
    flex-direction: column;
  }
  .open-capabilities .capabilities-link {
    position: unset;
  }
  .back-button-wrapper {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    visibility: hidden;
  }
  .back-button-wrapper li a {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    text-decoration: none;
    letter-spacing: normal;
  }
  .open-capabilities .back-button-wrapper {
    display: flex !important;
    flex-direction: column !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    visibility: visible !important;
    margin-left: 0 !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    padding: 0 !important;
    flex-wrap: nowrap;
    background: #111616;
    align-items: baseline;
    justify-content: flex-start;
    opacity: 1;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .back-button {
    display: flex;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .back-button .arrow {
    margin-right: 10px;
  }
  .back-button .arrow svg {
    transform: rotate(180deg);
  }
  .title-menu {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  body .DRMainMenu .level-1-sub-menu-wrapper.open-parent {
    z-index: 19;
    display: block !important;
    max-height: 1000px;
    height: 100% !important;
    opacity: 1;
    visibility: visible;
    list-style-type: none;
    transition: opacity 0.3s ease, visibility 0.4s ease, padding 0.5s ease;
  }
}
.DRMainMenu-logo {
  width: 206px;
  height: auto;
}

.DRMainMenu-logo-light {
  width: 206px !important;
  height: auto !important;
  display: none;
}

.Light-background.black {
  background-color: #111616;
  transition: background-color 0.3s ease, color 0.3s ease; /* Add any other properties you want to transition */
}

.Light-background {
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease; /* Add any other properties you want to transition */
}

body .fl-theme-builder-header-sticky .Light-background {
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease; /* Add any other properties you want to transition */
}

.Light-background .DRMainMenu-logo {
  display: none;
}

.Light-background .DRMainMenu-logo-light {
  display: inline-block;
}

body .fl-theme-builder-header-sticky .Light-background .DRMainMenu-logo-light {
  display: none;
}

body .fl-theme-builder-header-sticky .Light-background .DRMainMenu-logo {
  display: inline-block;
}

/* Button styles */
body .Light-navigation .DRMainMenu-secondary .DRMainMenu-secondary_nav li:first-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 5px;
  border: solid 0.5px #006987;
  color: #006987;
  text-decoration: none;
  transition: border-width 0.3s ease; /* Add a transition for border-width */
}

/* Hover effect */
body .Light-navigation .DRMainMenu-secondary .DRMainMenu-secondary_nav li:first-child a:hover {
  border-width: 2px; /* Increase border-width on hover */
  transition: border-width 0.3s ease; /* Add the same transition for consistency */
}

body .fl-theme-builder-header-sticky .DRMainMenu-secondary .DRMainMenu-secondary_nav li:first-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 5px;
  border: solid 0.5px #fff;
  color: #fff;
  text-decoration: none;
}

.Light-logo .DRMainMenu-logo-light {
  display: none !important;
}

.Light-logo .DRMainMenu-logo {
  display: inline-block !important;
}

body .Light-background .DRMainMenu.Light-navigation .bar {
  background: #111616;
}

body .Light-background .DRMainMenu.Dark-navigation .DRMainMenu-logo {
  display: inline-block;
}
body .Light-background .DRMainMenu.Dark-navigation .DRMainMenu-logo-light {
  display: none;
}

.dark-header.black {
  background-color: #111616;
  transition: background-color 0.3s ease, color 0.3s ease; /* Add any other properties you want to transition */
}

.dark-header {
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease; /* Add any other properties you want to transition */
}

@media (min-width: 998px) {
  .menu-item.level-1-item .title-level-1 .title:before {
    right: -23px !important;
    top: 8px !important;
  }
  .back-button-wrapper {
    display: none !important;
  }
  .first-level-unique-item-2 .level-2-item .title:after {
    display: none;
  }
}
.resource-body-content .wp-block-button .wp-block-button__link {
  border: 1px solid #006987;
  background-clip: border-box;
  color: #006987 !important;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: -0.28px;
  border-radius: 5px !important;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.resource-body-content .wp-block-button .wp-block-button__link:hover {
  border: 1px solid #005d7b;
  background-clip: border-box;
  background-color: #006987;
  color: #fff !important;
}

.DRBoardGrid * {
  margin: 0;
  padding: 0;
}
.DRBoardGrid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 980px) and (min-width: 767px) {
  .DRBoardGrid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .DRBoardGrid-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.DRBoardGrid-wrapper-single {
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  min-height: 308px;
  overflow: hidden;
  padding: 2px;
}
.DRBoardGrid-wrapper-single:hover .DRBoardGrid-wrapper-single-info-box-button svg {
  fill: #00b3aa;
}
.DRBoardGrid-wrapper-single::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.45s ease-in-out;
  opacity: 0;
  background-image: linear-gradient(transparent, transparent), linear-gradient(137deg, #00b3aa 2%, #b2cb3b 98%);
  border: solid 2px transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.DRBoardGrid-wrapper-single:hover::before {
  opacity: 1;
}
.DRBoardGrid-wrapper-single:hover .DRBoardGrid-wrapper-single-profile-image {
  filter: grayscale(0);
}
.DRBoardGrid-wrapper-single-profile-image {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  border-radius: 5px;
  filter: grayscale(1);
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.DRBoardGrid-wrapper-single-info-box {
  color: white;
  fill: white;
  filter: grayscale(0);
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  justify-content: space-between;
  display: flex;
  z-index: 2;
  padding: 24px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.2);
}
.DRBoardGrid-wrapper-single-info-box::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(137deg, #00b3aa 2%, #b2cb3b 98%);
  -webkit-mask: linear-gradient(black, black) padding-box, border-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background-clip: content-box, border-box;
  border-style: solid;
  border-image-source: linear-gradient(105deg, #00b3aa 0%, #b2cb3b 100%);
  border-image-slice: 1;
}
.DRBoardGrid-wrapper-single-info-box-content {
  width: 80%;
  display: flex;
  flex-direction: column;
}
.DRBoardGrid-wrapper-single-info-box-content * {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
}
.DRBoardGrid-wrapper-single-info-box-content-description {
  display: none;
}
.DRBoardGrid-wrapper-single-info-box-content-linkedin {
  display: none;
}
.DRBoardGrid-wrapper-single-info-box-button {
  display: flex;
  align-items: center;
  place-content: center;
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  margin: auto;
}
.DRBoardGrid-wrapper-single-info-box-button svg {
  transition: all 0.3s ease-in-out;
}
.DRBoardGrid .modal {
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
}
@media screen and (max-width: 980px) {
  .DRBoardGrid .modal {
    width: 100%;
    height: 100%;
  }
}
.DRBoardGrid .modal-content {
  position: relative;
  height: 60%;
  width: 83%;
  max-height: 563px;
  display: flex;
}
.DRBoardGrid .modal-content-image-wrapper {
  width: 45%;
  display: flex;
}
.DRBoardGrid .modal-content-image-wrapper::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(137deg, #00b3aa 2%, #b2cb3b 98%);
  -webkit-mask: linear-gradient(black, black) padding-box, border-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background-clip: content-box, border-box;
  border-style: solid;
  border-image-source: linear-gradient(105deg, #00b3aa 0%, #b2cb3b 100%);
  border-image-slice: 1;
}
.DRBoardGrid .modal-content-image-wrapper-image {
  object-fit: cover;
  width: 100%;
}
.DRBoardGrid .modal-content-close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5856fd;
  border-radius: 5px;
  fill: white;
  z-index: 10;
}
.DRBoardGrid .modal-content-close svg {
  width: 12px;
  height: 12px;
}
.DRBoardGrid .modal-content-wrapper {
  width: 55%;
  padding: 30px;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 5px 5px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.DRBoardGrid .modal-content-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 0 10px 10px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(137deg, #00b3aa 2%, #b2cb3b 98%);
  -webkit-mask: linear-gradient(black, black) padding-box, border-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background-clip: content-box, border-box;
  border-style: solid;
  border-image-source: linear-gradient(105deg, #00b3aa 0%, #b2cb3b 100%);
  border-image-slice: 1;
}
.DRBoardGrid .modal-content-wrapper-position {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
}
.DRBoardGrid .modal-content-wrapper-name {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}
.DRBoardGrid .modal-content-wrapper-description {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  overflow-y: scroll;
  padding-right: 10px;
}
.DRBoardGrid .modal-content-wrapper-description::-webkit-scrollbar-thumb {
  background: gray;
}
.DRBoardGrid .modal-content-wrapper-description::-webkit-scrollbar {
  width: 2px;
}
.DRBoardGrid .modal-content-wrapper-linkedIn {
  width: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5856fd;
  border-radius: 5px;
  fill: white;
}
.DRBoardGrid .modal-content-wrapper-linkedIn svg {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 980px) {
  .DRBoardGrid .modal-content {
    position: relative;
    height: 100%;
    max-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .DRBoardGrid .modal-content-image-wrapper {
    width: 100%;
    display: flex;
    height: 35%;
  }
  .DRBoardGrid .modal-content-image-wrapper-image {
    object-fit: cover;
    width: 100%;
  }
  .DRBoardGrid .modal-content-wrapper {
    width: 100%;
    height: 65%;
  }
  .DRBoardGrid .modal-content-wrapper-position {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
  }
  .DRBoardGrid .modal-content-wrapper-name {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
  }
  .DRBoardGrid .modal-content-wrapper-description {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    overflow-y: scroll;
    line-height: 1.71;
  }
}

.DRLogo3D {
  min-height: 800px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 998px) {
  .DRLogo3D {
    flex-direction: column;
  }
}
.DRLogo3D canvas {
  width: 150% !important;
  height: 150% !important;
  left: 0;
  top: -25%;
  padding: 100px;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 998px) {
  .DRLogo3D canvas {
    display: none !important;
  }
}
.DRLogo3D-wrapper {
  min-height: 800px;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  pointer-events: none;
  flex-direction: row;
  gap: 52px;
}
@media screen and (max-width: 998px) {
  .DRLogo3D-wrapper {
    flex-direction: column;
  }
}
.DRLogo3D-wrapper-content {
  z-index: 1;
  width: 50%;
  color: white;
  display: flex;
  padding: 20px 0;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 998px) {
  .DRLogo3D-wrapper-content {
    gap: 32px;
    width: 100%;
  }
}
.DRLogo3D-wrapper-content-title {
  font-size: 78px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  margin: 0;
}
@media screen and (max-width: 998px) {
  .DRLogo3D-wrapper-content-title {
    font-size: 40px;
  }
}
.DRLogo3D-wrapper-content-description {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
.DRLogo3D-wrapper-content-button {
  width: fit-content;
  background-color: #5856fd;
  color: white;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  display: flex;
  align-items: center;
  pointer-events: auto;
}
@media screen and (max-width: 998px) {
  .DRLogo3D-wrapper-content-button {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .DRLogo3D-wrapper-content-button {
    justify-content: center;
    width: 100%;
  }
}
.DRLogo3D-wrapper-content-button svg {
  padding-left: 16px;
}
.DRLogo3D-wrapper-cards {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 998px) {
  .DRLogo3D-wrapper-cards {
    width: 100%;
    min-height: 470px;
  }
}
.DRLogo3D-wrapper-cards-image {
  display: none;
}
@media screen and (max-width: 998px) {
  .DRLogo3D-wrapper-cards-image {
    display: inline-block;
    width: 90%;
    margin-left: 5%;
    margin-top: 13%;
  }
  .DRLogo3D-wrapper-cards-image img {
    width: 100%;
  }
}
.DRLogo3D-wrapper-cards-single {
  color: white;
  z-index: 10;
  padding: 24px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  position: absolute;
  opacity: 0;
  animation: fadeIn 0.7s;
  -webkit-animation: fadeIn 0.7s;
  -moz-animation: fadeIn 73s;
  -o-animation: fadeIn 0.7s;
  -ms-animation: fadeIn 0.7s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  background: rgba(0, 0, 0, 0.6);
}
.DRLogo3D-wrapper-cards-single::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 10px;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(137deg, #00b3aa 2%, #b2cb3b 98%);
  -webkit-mask: linear-gradient(rgba(17, 22, 22, 0.7), rgba(17, 22, 22, 0.7)) padding-box, border-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background-clip: content-box, border-box;
  border-style: solid;
  border-image-source: linear-gradient(105deg, #00b3aa 0%, #b2cb3b 100%);
  border-image-slice: 1;
  z-index: -1;
}
.DRLogo3D-wrapper-cards-single-title {
  display: inline;
  background-image: linear-gradient(100deg, #00b3aa -1%, #b2cb3b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
}
.DRLogo3D-wrapper-cards-single-subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
}
.DRLogo3D-wrapper-cards-single.card-0 {
  top: 150px;
  right: 50px;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  padding-right: 58px;
}
.DRLogo3D-wrapper-cards-single.card-1 {
  bottom: 200px;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  right: 0px;
}
.DRLogo3D-wrapper-cards-single.card-2 {
  bottom: 150px;
  left: 0px;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  padding-right: 58px;
}
@media screen and (max-width: 998px) and (min-width: 767px) {
  .DRLogo3D-wrapper-cards-single.card-0 {
    top: 15%;
    left: 50%;
    right: auto;
  }
  .DRLogo3D-wrapper-cards-single.card-1 {
    bottom: 25%;
    right: 10%;
  }
  .DRLogo3D-wrapper-cards-single.card-2 {
    bottom: 24px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .DRLogo3D-wrapper-cards-single.card-0 {
    top: -24px;
    left: 20px;
    right: auto;
  }
  .DRLogo3D-wrapper-cards-single.card-1 {
    display: none;
  }
  .DRLogo3D-wrapper-cards-single.card-2 {
    bottom: 24px;
    right: 20px;
    left: auto;
  }
}

.hero-banner > .fl-row-content-wrap {
  background-size: auto !important;
}
@media screen and (max-width: 998px) {
  .hero-banner > .fl-row-content-wrap {
    background-position-x: 141px;
  }
}

@keyframes fadeIn {
  from {
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.DRCardsLayout * {
  margin: 0;
  padding: 0;
}
.DRCardsLayout-wrapper {
  color: #fff;
  display: flex;
}
.DRCardsLayout-wrapper.layout-1 {
  flex-direction: column;
}
@media only screen and (max-width: 980px) {
  .DRCardsLayout-wrapper.layout-1 {
    flex-direction: column;
  }
}
.DRCardsLayout-wrapper.layout-1 .DRCardsLayout-wrapper-content {
  width: 100%;
  padding-bottom: 48px;
  text-align: center;
  max-width: 586px;
  margin: auto;
}
@media only screen and (max-width: 980px) {
  .DRCardsLayout-wrapper.layout-1 .DRCardsLayout-wrapper-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .DRCardsLayout-wrapper.layout-2 {
    flex-direction: row;
  }
}
.DRCardsLayout-wrapper.layout-2 .DRCardsLayout-wrapper-content {
  padding-right: 10%;
  width: 30%;
}
.DRCardsLayout-wrapper-content {
  flex-direction: column;
  display: flex;
}
.DRCardsLayout-wrapper-content-subheading {
  background-image: linear-gradient(100deg, #00b3aa -1%, #b2cb3b 40%);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.6px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.DRCardsLayout-wrapper-content-heading {
  line-height: 1.2;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  margin: 24px 0;
}
@media only screen and (max-width: 980px) {
  .DRCardsLayout-wrapper-content-heading {
    font-size: 32px;
  }
}
.DRCardsLayout-wrapper-content-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.53;
}
@media only screen and (max-width: 980px) {
  .DRCardsLayout-wrapper-content-description {
    font-size: 14px;
  }
}
.DRCardsLayout-wrapper-cards {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 16px;
}
@media only screen and (max-width: 980px) {
  .DRCardsLayout-wrapper-cards {
    flex-direction: column;
  }
}
.DRCardsLayout-wrapper-cards-single {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  background-image: linear-gradient(#0b0d0d, #0b0d0d), linear-gradient(137deg, #00b3aa 2%, #b2cb3b 98%);
  border: solid 0.5px transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.DRCardsLayout-wrapper-cards-single-icon {
  width: 50px;
  height: 50px;
  margin-left: 32px;
  margin-top: 50px;
}
.DRCardsLayout-wrapper-cards-single-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 32px;
  margin-top: 50px;
  color: #fff;
}
.DRCardsLayout-wrapper-cards-single-description {
  font-size: 16px;
  color: #fff;
  margin: 20px 32px 50px;
  line-height: 1.53;
}

.DRPerformanceAnchors * {
  margin: 0;
  padding: 0;
}
.DRPerformanceAnchors-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  border-radius: 30px;
  width: fit-content;
  margin: auto;
  background: white;
  overflow: hidden;
}
.DRPerformanceAnchors-wrapper-single {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 10px 16px;
  background-color: white;
  text-decoration: none;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.DRPerformanceAnchors-wrapper-single:hover {
  border-radius: 30px;
  border: solid 2px #111616;
}
.DRPerformanceAnchors-wrapper-single-title {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.21px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 8px;
}
.DRPerformanceAnchors-wrapper-single-icon {
  width: 25px;
  height: 25px;
}
.DRPerformanceAnchors-wrapper-single-icon.dark {
  display: none;
}
.DRPerformanceAnchors-wrapper-single.active {
  border-radius: 30px;
  background-color: #111616;
}
.DRPerformanceAnchors-wrapper-single.active .DRPerformanceAnchors-wrapper-single-icon.light {
  display: none;
}
.DRPerformanceAnchors-wrapper-single.active .DRPerformanceAnchors-wrapper-single-icon.dark {
  display: block;
}
.DRPerformanceAnchors-wrapper-single.active .DRPerformanceAnchors-wrapper-single-title {
  color: #ffffff;
}

.DRTextImageLayout * {
  margin: 0;
  padding: 0;
}
.DRTextImageLayout-wrapper {
  color: white;
  flex-direction: row;
  gap: 32px;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .DRTextImageLayout-wrapper {
    flex-direction: column;
  }
}
.DRTextImageLayout-wrapper-content {
  flex-direction: column;
  display: flex;
  gap: 24px;
  width: 45%;
  justify-content: center;
}
@media only screen and (max-width: 980px) {
  .DRTextImageLayout-wrapper-content {
    width: 100%;
  }
}
.DRTextImageLayout-wrapper-content-subheading {
  background-image: linear-gradient(100deg, #00b3aa -1%, #b2cb3b 40%);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.6px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.DRTextImageLayout-wrapper-content-heading {
  line-height: 1.2;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 980px) {
  .DRTextImageLayout-wrapper-content-heading {
    font-size: 32px;
  }
}
.DRTextImageLayout-wrapper-content-heading span {
  background-image: linear-gradient(100deg, #00b3aa -1%, #b2cb3b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 980px) {
  .DRTextImageLayout-wrapper-content-heading {
    font-size: 32px;
  }
}
.DRTextImageLayout-wrapper-content-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.53;
}
@media only screen and (max-width: 980px) {
  .DRTextImageLayout-wrapper-content-description {
    font-size: 14px;
  }
}
.DRTextImageLayout-wrapper-content-cta {
  padding: 8px 24px;
  border-radius: 5px;
  border: solid 1px white;
  font-size: 16px;
  color: white;
  text-align: center;
  width: fit-content;
  display: flex;
  align-items: center;
  line-height: 1.88;
  text-decoration: none;
}
.DRTextImageLayout-wrapper-content-cta svg {
  margin-left: 8px;
}
.DRTextImageLayout-wrapper-image {
  display: flex;
  width: 55%;
}
@media only screen and (max-width: 980px) {
  .DRTextImageLayout-wrapper-image {
    width: 100%;
  }
}
.DRTextImageLayout-wrapper-image img {
  width: 100%;
}

.DRPerformanceLayout * {
  margin: 0;
  padding: 0;
}
.DRPerformanceLayout-wrapper {
  flex-direction: row;
  gap: 32px;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .DRPerformanceLayout-wrapper {
    flex-direction: column !important;
  }
}
.DRPerformanceLayout-wrapper.content-right {
  flex-direction: row-reverse;
}
.DRPerformanceLayout-wrapper-content {
  flex-direction: column;
  display: flex;
  gap: 24px;
  width: 45%;
  justify-content: center;
}
@media only screen and (max-width: 980px) {
  .DRPerformanceLayout-wrapper-content {
    width: 100%;
  }
}
.DRPerformanceLayout-wrapper-content-icon {
  width: 50px;
  height: 50px;
}
.DRPerformanceLayout-wrapper-content-heading {
  line-height: 1.2;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #006987;
}
@media only screen and (max-width: 980px) {
  .DRPerformanceLayout-wrapper-content-heading {
    font-size: 32px;
  }
}
.DRPerformanceLayout-wrapper-content-heading span {
  background-image: linear-gradient(100deg, #5fb39d -1%, #65b691 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.DRPerformanceLayout-wrapper-content-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.53;
  color: rgba(17, 22, 22, 0.5);
}
@media only screen and (max-width: 980px) {
  .DRPerformanceLayout-wrapper-content-description {
    font-size: 14px;
  }
}
.DRPerformanceLayout-wrapper-content-cta {
  padding: 8px 24px;
  border-radius: 5px;
  border: solid 1px #006987;
  font-size: 16px;
  color: #006987;
  text-align: center;
  width: fit-content;
  display: flex;
  align-items: center;
  line-height: 1.88;
  text-decoration: none;
}
.DRPerformanceLayout-wrapper-content-cta svg {
  margin-left: 8px;
  fill: #006987;
}
.DRPerformanceLayout-wrapper-image {
  display: flex;
  width: 55%;
}
@media only screen and (max-width: 980px) {
  .DRPerformanceLayout-wrapper-image {
    width: 100%;
  }
}
.DRPerformanceLayout-wrapper-image img {
  width: 100%;
}

.SSCMBasePostFeed ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.SSCMBasePostFeed ul li img {
  width: 100%;
}
.SSCMBasePostFeed a {
  cursor: pointer;
  color: inherit;
}
.SSCMBasePostFeed-post {
  overflow: hidden;
}
.SSCMBasePostFeed-post_author_date_container {
  display: flex;
}
.SSCMBasePostFeed-post_author {
  display: inline-block;
}
.SSCMBasePostFeed-post_date {
  display: inline-block;
}
.SSCMBasePostFeed-no_post_found {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.SSCMBasePostFeed-taxonomy_selectors {
  display: flex;
  flex-wrap: wrap;
}
.SSCMBasePostFeed-content_prev, .SSCMBasePostFeed-content_next {
  position: absolute;
  top: 50%;
  z-index: 1;
  background: transparent;
  border: 0px solid transparent;
  appearance: none;
  font-size: 0;
  cursor: pointer;
  width: auto;
  height: auto;
}
.SSCMBasePostFeed-content_prev:before, .SSCMBasePostFeed-content_prev:after, .SSCMBasePostFeed-content_next:before, .SSCMBasePostFeed-content_next:after {
  font-size: 20px;
  display: inline;
}
.SSCMBasePostFeed-content_prev {
  left: 0;
}
.SSCMBasePostFeed-content_next {
  right: 0;
}
.SSCMBasePostFeed-slick_dots {
  list-style: none inside none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.SSCMBasePostFeed-slick_dots li {
  display: inline-block;
}
.SSCMBasePostFeed-slick_dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 0px solid transparent;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  background-color: transparent;
  cursor: pointer;
}
.SSCMBasePostFeed .SSCMBasePostFeed-dot_icon {
  width: auto;
  height: auto;
  border-radius: 0;
}
.SSCMBasePostFeed .SSCMBasePostFeed-dot_icon:before, .SSCMBasePostFeed .SSCMBasePostFeed-dot_icon:after {
  font-size: 10px;
}

.SSCMBasePostFeed-pagination_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SSCMBasePostFeed-pagination_container ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.SSCMBasePostFeed-post_stretched_link {
  text-decoration: none;
}

.results .SSCMBasePostFeed-pagination_next_icon {
  max-width: 40px;
}
.results .SSCMBasePostFeed-pagination_prev_icon {
  max-width: 40px;
}

.SSCMBasePostFeed-posts_container.slick-slider {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: row !important;
  align-items: center;
}

.SSCMBasePostFeed-posts_container.slick-slider .SSCMBasePostFeed-post_stretched_link {
  height: 100%;
}

@media screen and (max-width: 480px) {
  .SSCMBasePostFeed-taxonomy_selectors {
    display: flex;
    flex-direction: column;
  }
}
.filter-tag {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  background: #eee;
  border-radius: 3px;
}

.remove-tag {
  margin-left: 5px;
  cursor: pointer;
}

/* Hide the default checkbox */
.SSCMBasePostFeed-checkbox_taxonomies input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Style the custom checkbox */
.SSCMBasePostFeed-checkbox_taxonomies label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  padding-right: 15px;
}

/* Style the checkbox icon */
.SSCMBasePostFeed-checkbox_taxonomies label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* Style the checkbox icon when checked */
.SSCMBasePostFeed-checkbox_taxonomies input[type=checkbox]:checked + label:before {
  background-color: #007bff;
}

/* Style the checkmark inside the checkbox */
.SSCMBasePostFeed-checkbox_taxonomies label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  display: none;
}

/* Show the checkmark inside the checkbox when checked */
.SSCMBasePostFeed-checkbox_taxonomies input[type=checkbox]:checked + label:after {
  display: block;
}

.SSCMBasePostFeed-search_container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 10px;
}

.SSCMBasePostFeed-search_field {
  flex-grow: 1;
  border: none;
  outline: none;
}

.SSCMBasePostFeed-search_btn {
  cursor: pointer;
  margin-left: 10px;
}

.SSCMBasePostFeed-checkbox_taxonomies {
  display: flex;
  align-items: center;
}

.SSCMBasePostFeed-post_term_container {
  display: flex;
  align-items: center;
}

.SSCMBasePostFeed-posts_container .SSCMBasePostFeed-post_stretched_link .SSCMBasePostFeed-post_term_container img {
  width: 15px;
  margin-right: 10px;
  height: 100%;
}

span.SSCMBasePostFeed-post_term:not(:nth-child(2)) {
  display: none;
}

.SSCMBasePostFeed-post {
  position: relative;
}

.SSCMBasePostFeed-post:before {
  content: "";
  position: absolute;
  top: -1.5px; /* Adjust the top position to create the border effect */
  right: -1.5px; /* Adjust the right position to create the border effect */
  bottom: -1.5px; /* Adjust the bottom position to create the border effect */
  left: -1.5px; /* Adjust the left position to create the border effect */
  border: 1.5px solid transparent; /* Set an initial transparent border */
  border-radius: inherit; /* Inherit the border radius from the parent container */
  z-index: 0; /* Place the pseudo-element behind the post content */
  inset: 0;
  background: linear-gradient(45deg, #00b3aa, #b2cb3b);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: border-width 0.2s; /* Add a transition for border width */
}

.SSCMBasePostFeed-post:hover:before {
  border-width: 3px; /* Increase border width on hover to 4px */
}

.SSCMBasePostFeed-post:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .SSCMBasePostFeed-posts_container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 998px) {
  .SSCMBasePostFeed-posts_container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.DRVideoTestimonialModal * {
  margin: 0;
  padding: 0;
}
.DRVideoTestimonialModal-wrapper {
  width: 100%;
  position: relative;
  width: 100%;
}
.DRVideoTestimonialModal-wrapper-video-placeholder {
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
}
.DRVideoTestimonialModal-wrapper-testimonial-card {
  color: white;
  width: 80%;
  height: fit-content;
  position: absolute;
  bottom: -25%;
  right: -5%;
  display: flex;
  flex-direction: column;
  z-index: 10;
  padding: 24px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
}
@media screen and (max-width: 998px) {
  .DRVideoTestimonialModal-wrapper-testimonial-card {
    width: 95%;
    margin-left: 2.5%;
    bottom: -15%;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 570px) {
  .DRVideoTestimonialModal-wrapper-testimonial-card {
    bottom: -175px;
  }
}
@media screen and (max-width: 460px) {
  .DRVideoTestimonialModal-wrapper-testimonial-card {
    bottom: -220px;
  }
}
@media screen and (max-width: 400px) {
  .DRVideoTestimonialModal-wrapper-testimonial-card {
    bottom: -240px;
  }
}
.DRVideoTestimonialModal-wrapper-testimonial-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 10px;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(137deg, #00b3aa 2%, #b2cb3b 98%);
  -webkit-mask: linear-gradient(rgba(17, 22, 22, 0.5), rgba(17, 22, 22, 0.5)) padding-box, border-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background-clip: content-box, border-box;
  border-style: solid;
  border-image-source: linear-gradient(105deg, #00b3aa 0%, #b2cb3b 100%);
  border-image-slice: 1;
  z-index: -1;
}
.DRVideoTestimonialModal-wrapper-testimonial-card-description {
  margin: 0;
  margin-bottom: 28px;
}
.DRVideoTestimonialModal-wrapper-testimonial-card-description, .DRVideoTestimonialModal-wrapper-testimonial-card-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
}
.DRVideoTestimonialModal-wrapper-testimonial-card-name {
  margin: 0;
}
.DRVideoTestimonialModal-wrapper-testimonial-card-position {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.53;
}
.DRVideoTestimonialModal .modal {
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .DRVideoTestimonialModal .modal {
    width: 100%;
    height: 100%;
  }
}
.DRVideoTestimonialModal .modal-content {
  position: relative;
  height: 475px;
  width: 800px;
  display: flex;
}
.DRVideoTestimonialModal .modal-content-close {
  position: absolute;
  right: -32px;
  top: -32px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5856fd;
  border-radius: 5px;
  fill: white;
  z-index: 10;
}
.DRVideoTestimonialModal .modal-content video[poster] {
  height: 475px;
  width: 800px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 600px) {
  .DRVideoTestimonialModal .modal-content video[poster] {
    height: 200px;
    width: 335px;
  }
}
@media screen and (max-width: 600px) {
  .DRVideoTestimonialModal .modal-content {
    height: 200px;
    width: 335px;
  }
}

.DRConfirmationModule-wrapper {
  display: flex;
  flex-direction: row;
  gap: 48px;
}
@media screen and (max-width: 998px) {
  .DRConfirmationModule-wrapper {
    flex-direction: column;
  }
}
.DRConfirmationModule-wrapper-content {
  z-index: 1;
  width: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 998px) {
  .DRConfirmationModule-wrapper-content {
    width: 100%;
  }
}
.DRConfirmationModule-wrapper-content-title {
  font-size: 78px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -3.12px;
  margin: 0;
}
.DRConfirmationModule-wrapper-content-description {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
}
.DRConfirmationModule-wrapper-content-button {
  width: fit-content;
  background-color: #5856fd;
  color: white;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  pointer-events: auto;
}
@media screen and (max-width: 998px) {
  .DRConfirmationModule-wrapper-content-button {
    justify-content: center;
    width: 100%;
  }
}
.DRConfirmationModule-wrapper-content-button svg {
  padding-left: 16px;
}
.DRConfirmationModule-wrapper-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 50%;
}
@media screen and (max-width: 998px) {
  .DRConfirmationModule-wrapper-posts {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.DRConfirmationModule-wrapper-posts-single {
  position: relative;
  text-decoration: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.DRConfirmationModule-wrapper-posts-single::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(137deg, #00b3aa 2%, #b2cb3b 98%);
  -webkit-mask: linear-gradient(black, black) padding-box, border-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background-clip: content-box, border-box;
  border-style: solid;
  border-image-source: linear-gradient(105deg, #00b3aa 0%, #b2cb3b 100%);
  border-image-slice: 1;
}
.DRConfirmationModule-wrapper-posts-single-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  width: fit-content;
  background-color: #5856fd;
  color: white;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.DRConfirmationModule-wrapper-posts-single-image {
  width: 100%;
}
.DRConfirmationModule-wrapper-posts-single-image img {
  height: 182px;
  object-fit: cover;
  object-position: center;
}
.DRConfirmationModule-wrapper-posts-single-content {
  position: relative;
  z-index: 2;
  padding: 34px 16px;
}
.DRConfirmationModule-wrapper-posts-single-content-category {
  color: #b2cb3b;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.DRConfirmationModule-wrapper-posts-single-content-category svg {
  margin-right: 8px;
}
.DRConfirmationModule-wrapper-posts-single-content-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}

.DRJobsFeed {
  background-color: #111616;
}
.DRJobsFeed-wrapper {
  display: flex;
  color: white;
  gap: 64px;
}
@media screen and (max-width: 998px) {
  .DRJobsFeed-wrapper {
    flex-direction: column;
  }
}
.DRJobsFeed-wrapper-filters {
  width: 40%;
}
@media screen and (max-width: 998px) and (min-width: 767px) {
  .DRJobsFeed-wrapper-filters {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .DRJobsFeed-wrapper-filters {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.DRJobsFeed-wrapper-filters-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 998px) {
  .DRJobsFeed-wrapper-filters-title {
    text-align: center;
    font-size: 32px;
  }
}
.DRJobsFeed-wrapper-filters-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 998px) and (min-width: 767px) {
  .DRJobsFeed-wrapper-filters-wrapper {
    flex-direction: row;
    width: 100%;
  }
}
.DRJobsFeed-wrapper-filters-wrapper-single {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 998px) and (min-width: 767px) {
  .DRJobsFeed-wrapper-filters-wrapper-single {
    width: 100%;
  }
}
.DRJobsFeed-wrapper-filters-wrapper-single-subtitle {
  font-size: 16px;
  margin-top: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  margin-bottom: 8px;
}
.DRJobsFeed-wrapper-filters-wrapper-single div {
  width: 75%;
  height: 40px;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  background-image: linear-gradient(#282d2d, #282d2d), linear-gradient(137deg, #00b3aa 2%, #b2cb3b 98%);
  border: solid 0.5px transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .DRJobsFeed-wrapper-filters-wrapper-single div {
    width: 100%;
  }
}
.DRJobsFeed-wrapper-filters-wrapper-single div select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Im00IDYgNCA0IDQtNCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-position-x: calc(100% - 16px);
  background-position-y: 50%;
  -moz-appearance: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: transparent;
  border: 0;
  height: 38px;
  padding: 0 16px;
  border-radius: 5px;
  width: 100% !important;
  color: white;
  -webkit-appearance: none;
  background-repeat: no-repeat;
}
.DRJobsFeed-wrapper-filters-wrapper-single div select option {
  background-color: #282d2d;
}
.DRJobsFeed-wrapper-jobs {
  width: 60%;
}
@media screen and (max-width: 998px) and (min-width: 767px) {
  .DRJobsFeed-wrapper-jobs {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .DRJobsFeed-wrapper-jobs {
    width: 100%;
  }
}
.DRJobsFeed-wrapper-jobs-categories {
  display: flex;
  flex-direction: column;
}
.DRJobsFeed-wrapper-jobs-categories:not(:first-child) {
  margin-top: 56px;
}
.DRJobsFeed-wrapper-jobs-categories-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 9px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.DRJobsFeed-wrapper-jobs-categories-single {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.DRJobsFeed-wrapper-jobs-categories-single-location {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
}
.DRJobsFeed-wrapper-jobs-categories-single-location span {
  display: flex;
}
.DRJobsFeed-wrapper-jobs-categories-single-location-title {
  margin: 0;
  width: 60%;
}
.DRJobsFeed-wrapper-jobs-categories-single-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.DRJobsFeed-wrapper-jobs-categories-single-wrapper-title {
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  margin: 0;
  padding-right: 10px;
}
.DRJobsFeed-wrapper-jobs-categories-single-wrapper-button {
  text-decoration: none;
  width: 70px;
  height: 38px;
  flex-grow: 0;
  padding: 8px 16px;
  border-radius: 5px;
  border: solid 0.5px #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: -0.28px;
  color: white;
  margin-top: -20px;
  display: flex;
  place-content: center;
  align-items: center;
}
.DRJobsFeed-wrapper-jobs-categories-single-wrapper-button:hover {
  border-width: 2px;
}

.DRPostsSlider {
  display: flex;
  gap: 48px;
}
@media only screen and (max-width: 998px) {
  .DRPostsSlider {
    flex-direction: column;
  }
}
.DRPostsSlider-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 998px) {
  .DRPostsSlider-content {
    width: 100%;
  }
}
.DRPostsSlider-for {
  width: 60%;
  margin-right: -50%;
}
@media only screen and (max-width: 998px) {
  .DRPostsSlider-for {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .DRPostsSlider-for {
    margin: 0 auto;
  }
}
.DRPostsSlider-for .slick-slider {
  margin: 0 -24px;
}
.DRPostsSlider-for .slick-slide {
  text-align: center;
  margin-right: 24px;
  margin-left: 24px;
}
.DRPostsSlider-image {
  position: relative;
}
.DRPostsSlider-image img {
  width: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .DRPostsSlider-image img {
    height: auto;
  }
}
.DRPostsSlider-wrapper-content-title {
  margin: 0;
  color: #006987;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.15;
}
.DRPostsSlider-wrapper-content-description {
  font-size: 16px;
  color: rgba(17, 22, 22, 0.5);
  font-weight: 500;
  line-height: 1.53;
}
.DRPostsSlider-wrapper-content-icon {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 980px) {
  .DRPostsSlider-slider {
    display: block;
  }
  .DRPostsSlider-for {
    width: 100%;
    margin-top: 30px;
  }
  .DRPostsSlider-nav {
    width: 100%;
  }
}

.DRPostsSlider {
  /* Hide the default checkbox */
  /* Style the custom checkbox */
  /* Style the checkbox icon */
  /* Style the checkbox icon when checked */
  /* Style the checkmark inside the checkbox */
  /* Show the checkmark inside the checkbox when checked */
}
.DRPostsSlider ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%; /* Set the desired width of your slider container */
  position: relative;
  max-height: 520px;
  height: 100%;
}
.DRPostsSlider ul li img {
  width: 100%;
}
.DRPostsSlider a {
  cursor: pointer;
  color: inherit;
}
.DRPostsSlider-post {
  overflow: hidden;
}
.DRPostsSlider-post_author_date_container {
  display: flex;
}
.DRPostsSlider-post_author {
  display: inline-block;
}
.DRPostsSlider-post_date {
  display: inline-block;
}
.DRPostsSlider-no_post_found {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.DRPostsSlider-taxonomy_selectors {
  display: flex;
  flex-wrap: wrap;
}
.DRPostsSlider-content_prev, .DRPostsSlider-content_next {
  position: absolute;
  top: 50%;
  z-index: 1;
  background: transparent;
  border: 0px solid transparent;
  appearance: none;
  font-size: 0;
  cursor: pointer;
  width: auto;
  height: auto;
}
.DRPostsSlider-content_prev:before, .DRPostsSlider-content_prev:after, .DRPostsSlider-content_next:before, .DRPostsSlider-content_next:after {
  font-size: 20px;
  display: inline;
}
.DRPostsSlider-content_prev {
  left: 0;
}
.DRPostsSlider-content_next {
  right: 0;
}
.DRPostsSlider-slick_dots {
  list-style: none inside none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.DRPostsSlider-slick_dots li {
  display: inline-block;
}
.DRPostsSlider-slick_dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 0px solid transparent;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  background-color: transparent;
  cursor: pointer;
}
.DRPostsSlider .DRPostsSlider-dot_icon {
  width: auto;
  height: auto;
  border-radius: 0;
}
.DRPostsSlider .DRPostsSlider-dot_icon:before, .DRPostsSlider .DRPostsSlider-dot_icon:after {
  font-size: 10px;
}
.DRPostsSlider .DRPostsSlider-pagination_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.DRPostsSlider .DRPostsSlider-pagination_container ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.DRPostsSlider .DRPostsSlider-post_stretched_link {
  text-decoration: none;
}
.DRPostsSlider .results .DRPostsSlider-pagination_next_icon {
  max-width: 40px;
}
.DRPostsSlider .results .DRPostsSlider-pagination_prev_icon {
  max-width: 40px;
}
.DRPostsSlider .DRPostsSlider-posts_container.slick-slider {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: row !important;
  align-items: center;
}
.DRPostsSlider .DRPostsSlider-posts_container.slick-slider .DRPostsSlider-post_stretched_link {
  height: 100%;
}
@media screen and (max-width: 480px) {
  .DRPostsSlider .DRPostsSlider-taxonomy_selectors {
    display: flex;
    flex-direction: column;
  }
}
.DRPostsSlider .filter-tag {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  background: #eee;
  border-radius: 3px;
}
.DRPostsSlider .remove-tag {
  margin-left: 5px;
  cursor: pointer;
}
.DRPostsSlider .DRPostsSlider-checkbox_taxonomies input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.DRPostsSlider .DRPostsSlider-checkbox_taxonomies label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  padding-right: 15px;
}
.DRPostsSlider .DRPostsSlider-checkbox_taxonomies label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.DRPostsSlider .DRPostsSlider-checkbox_taxonomies input[type=checkbox]:checked + label:before {
  background-color: #007bff;
}
.DRPostsSlider .DRPostsSlider-checkbox_taxonomies label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  display: none;
}
.DRPostsSlider .DRPostsSlider-checkbox_taxonomies input[type=checkbox]:checked + label:after {
  display: block;
}
.DRPostsSlider .DRPostsSlider-search_container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 10px;
}
.DRPostsSlider .DRPostsSlider-search_field {
  flex-grow: 1;
  border: none;
  outline: none;
}
.DRPostsSlider .DRPostsSlider-search_btn {
  cursor: pointer;
  margin-left: 10px;
}
.DRPostsSlider .DRPostsSlider-checkbox_taxonomies {
  display: flex;
  align-items: center;
}
.DRPostsSlider .DRPostsSlider-post_term_container {
  display: flex;
  align-items: center;
  padding: 32px 32px 0;
}
.DRPostsSlider .DRPostsSlider-post_excerpt_container {
  padding: 16px 32px 0;
}
.DRPostsSlider .DRPostsSlider-content-badge {
  width: fit-content;
  flex-direction: row;
  height: 38px;
  justify-content: start;
  background: black;
  color: white;
  border-radius: 50px;
  flex: 0 0 auto;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.DRPostsSlider .DRPostsSlider-post_excerpt {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  color: rgba(17, 22, 22, 0.5);
  font-weight: 500;
}
.DRPostsSlider .swiper-slide-next .DRPostsSlider-post_excerpt {
  -webkit-line-clamp: 5 !important;
}
.DRPostsSlider .DRPostsSlider-posts_container .DRPostsSlider-post_stretched_link .DRPostsSlider-post_term_container img {
  width: 20px;
  margin-right: 10px;
  height: 100%;
}
.DRPostsSlider span.DRPostsSlider-post_term:not(:first-of-type) {
  display: none;
}
.DRPostsSlider .swiper-slide-active .DRPostsSlider-featured_image_container img {
  height: 330px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.DRPostsSlider .DRPostsSlider-featured_image_container img {
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.DRPostsSlider .DRPostsSlider-post {
  position: relative;
  transition: all 0.3s ease-in-out;
  min-height: 520px;
  border-radius: 10px;
}
.DRPostsSlider .DRPostsSlider-post_term {
  font-size: 14px;
  font-weight: 500;
  color: #5856fd;
}
.DRPostsSlider .swiper-slide-active {
  flex-basis: 62% !important;
  opacity: 1 !important;
}
.DRPostsSlider .swiper-slide-next {
  flex-basis: 35% !important;
}
.DRPostsSlider .swiper-slide {
  opacity: 0.5;
}
.DRPostsSlider .DRPostsSlider-post_category {
  color: #ffffff;
  background: #5856fd;
  padding: 8px 16px;
  border-radius: 10px;
}
.DRPostsSlider .DRPostsSlider-nav {
  display: flex;
  gap: 10px;
}
.DRPostsSlider .DRPostsSlider-post:before {
  content: "";
  position: absolute;
  top: -1.5px; /* Adjust the top position to create the border effect */
  right: -1.5px; /* Adjust the right position to create the border effect */
  bottom: -1.5px; /* Adjust the bottom position to create the border effect */
  left: -1.5px; /* Adjust the left position to create the border effect */
  border: 1.5px solid transparent; /* Set an initial transparent border */
  border-radius: inherit; /* Inherit the border radius from the parent container */
  z-index: 0; /* Place the pseudo-element behind the post content */
  inset: 0;
  background: linear-gradient(45deg, #00b3aa, #b2cb3b);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: border-width 0.2s; /* Add a transition for border width */
}
.DRPostsSlider .DRPostsSlider-post:hover:before {
  border-width: 3px; /* Increase border width on hover to 4px */
}
.DRPostsSlider .DRPostsSlider-post:hover {
  cursor: pointer;
}
.DRPostsSlider button.slick-arrow.slick-prev {
  opacity: 0.5;
}
.DRPostsSlider button.slick-arrow:hover {
  opacity: 1;
  border-width: 2px;
}
.DRPostsSlider button.slick-arrow {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background: white;
  width: 32px;
  border: 1px solid #5856fd;
  height: 32px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .DRPostsSlider .DRPostsSlider-posts_container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .DRPostsSlider .swiper-slide-active {
    flex-basis: 100% !important;
    opacity: 1;
  }
  .DRPostsSlider .swiper-slide-next {
    flex-basis: 100% !important;
    opacity: 0.5;
  }
}
@media screen and (min-width: 767px) and (max-width: 998px) {
  .DRPostsSlider .DRPostsSlider-posts_container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@property --num {
  syntax: "<integer>";
  initial-value: 100;
  inherits: false;
}
.DRIntroAnimation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: #0f0e17;
  opacity: 1;
  transition: all 1s ease-in-out;
  overflow: hidden;
  -moz-box-shadow: inset 0 0 150px 0px #00b3aa;
  -webkit-box-shadow: inset 0 0 150px 0px #00b3aa;
  box-shadow: inset 0 0 150px 0px #00b3aa;
  animation: pulseShadow 1.7s linear infinite;
}
.DRIntroAnimation-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.DRIntroAnimation-wrapper-preloader {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.DRIntroAnimation-wrapper-preloader .preloader-icon-circle {
  animation: fillCircle 1.5s linear;
}
.DRIntroAnimation-wrapper-preloader .preloader-icon-circles-inner {
  animation: spinningCircle 2s linear infinite;
  transform-origin: center center;
}
.DRIntroAnimation-wrapper-counter {
  font-size: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 55%;
  color: white;
  animation: fadeout 4.5s ease-in-out;
  opacity: 0;
}
.DRIntroAnimation-wrapper-counter-number {
  animation: counter 4s ease-in-out;
  counter-reset: num var(--num);
}
.DRIntroAnimation-wrapper-counter-number::after {
  content: counter(num);
}
.DRIntroAnimation-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  opacity: 1;
  scale: 1;
  z-index: 999999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: MoveUpDown 2s linear 3 !important;
}

@keyframes MoveUpDown {
  0%, 100% {
    width: 60px;
    height: 60px;
  }
  50% {
    width: 50px;
    height: 50px;
  }
}
@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 100;
  }
}
@keyframes fadeout {
  0%, 95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spinningCircle {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes fillCircle {
  0% {
    stroke-dashoffset: 360px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes pulseShadow {
  0%, 100% {
    box-shadow: inset 0 0 600px -110px #00b3aa;
  }
  50% {
    box-shadow: inset 0 0 600px -75px #00b3aa;
  }
}
body {
  background-color: #111616;
}

.DRInteractiveSlides-cards {
  display: flex;
  min-height: 600px;
  height: fit-content;
  overflow: hidden;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .DRInteractiveSlides-cards {
    min-height: unset;
    height: 100%;
    margin-bottom: 46px;
  }
}
.DRInteractiveSlides-cards-single {
  text-decoration: none;
  position: relative;
  opacity: 0.3;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease-in;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: end;
}
.DRInteractiveSlides-cards-single.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .DRInteractiveSlides-cards-single.active .DRInteractiveSlides-cards-single-image {
    flex-grow: 8;
  }
}
@media screen and (max-width: 767px) {
  .DRInteractiveSlides-cards-single.active .DRInteractiveSlides-cards-single-image img {
    min-height: unset;
  }
}
.DRInteractiveSlides-cards-single.active p.DRInteractiveSlides-cards-single-content-cta {
  display: flex;
  gap: 8px;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.DRInteractiveSlides-cards-single.active p.DRInteractiveSlides-cards-single-content-cta:hover {
  gap: 12px;
}
.DRInteractiveSlides-cards-single.active p.DRInteractiveSlides-cards-single-content-cta span {
  background-color: #5856fd;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding-top: 1px;
}
.DRInteractiveSlides-cards-single.active p.DRInteractiveSlides-cards-single-content-description {
  display: block;
}
.DRInteractiveSlides-cards-single-image {
  flex-grow: 2;
  height: 100%;
  width: 100%;
}
.DRInteractiveSlides-cards-single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .DRInteractiveSlides-cards-single-image img {
    min-height: 308px;
  }
}
.DRInteractiveSlides-cards-single-content {
  color: white;
  background: rgba(255, 255, 255, 0.03);
  padding: 25px;
  transition: all 0.2s ease-in-out;
  gap: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}
.DRInteractiveSlides-cards-single-content-icon {
  width: 24px;
  height: 24px;
}
.DRInteractiveSlides-cards-single-content-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .DRInteractiveSlides-cards-single-content-title {
    font-size: 20px;
  }
}
.DRInteractiveSlides-cards-single-content-description {
  display: none;
  margin: 0;
  font-size: 16px;
}
.DRInteractiveSlides-cards-single-content-cta {
  display: none;
  margin: 0;
  font-size: 16px;
}
.DRInteractiveSlides-cards-single::before {
  content: "";
  position: absolute;
  border: 1.5px solid transparent;
  border-radius: inherit;
  z-index: 0;
  inset: 0;
  background: linear-gradient(45deg, #00b3aa, #b2cb3b);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: border-width 0.2s;
}
.DRInteractiveSlides-cards .slick-slide {
  margin: 0 8px;
}
.DRInteractiveSlides-navigation {
  display: none;
}
@media screen and (max-width: 767px) {
  .DRInteractiveSlides-navigation {
    display: flex;
  }
}
.DRInteractiveSlides-navigation-dots {
  width: 70%;
  display: flex;
  align-items: center;
}
.DRInteractiveSlides-navigation-dots ul {
  list-style: none;
  width: 100%;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  padding-right: 25px;
}
.DRInteractiveSlides-navigation-dots ul li {
  font-size: 0;
  width: 100%;
}
.DRInteractiveSlides-navigation-dots ul li:not(.slick-active) {
  opacity: 0.5;
}
.DRInteractiveSlides-navigation-dots ul li button {
  background: #b2cb3b;
  height: 4px;
  border: 0;
  width: 100%;
}
.DRInteractiveSlides-navigation-next {
  background-color: transparent;
  border: 0;
  width: 15%;
}
.DRInteractiveSlides-navigation-prev {
  background-color: transparent;
  width: 15%;
  border: 0;
  opacity: 0.5;
}
.DRInteractiveSlides .slick-list {
  margin: 0 -8px;
  padding: 0 2px;
}

@media screen and (min-width: 1440px) {
  .DRTestimonialSlider-cards {
    margin-right: -15% !important;
  }
}
@media screen and (min-width: 1600px) {
  .DRTestimonialSlider-cards {
    margin-right: -30% !important;
  }
}
.DRTestimonialSlider-cards-slider-single {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  display: flex !important;
  transition: all 0.2s ease-in-out !important;
  flex-direction: column;
  justify-content: end;
  opacity: 0.5;
  padding: 16px;
  background-color: white;
  height: auto !important;
  justify-content: space-between;
}
.DRTestimonialSlider-cards-slider-single.swiper-slide-active, .DRTestimonialSlider-cards-slider-single.swiper-slide-next {
  opacity: 1;
}
.DRTestimonialSlider-cards-slider-single::before {
  content: "";
  position: absolute;
  border: 1.5px solid transparent;
  border-radius: inherit;
  z-index: 0;
  inset: 0;
  background: linear-gradient(45deg, #004d64, #00b3aa);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: border-width 0.2s;
}
.DRTestimonialSlider-cards-slider-single-description {
  font-size: 18px;
  font-weight: 500;
  padding: 64px 0;
  margin: 0;
  color: rgba(17, 22, 22, 0.5);
}
.DRTestimonialSlider-cards-slider-single-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #111616;
}
.DRTestimonialSlider-cards-slider-single-position {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(17, 22, 22, 0.5);
  padding-bottom: 16px;
}
.DRTestimonialSlider-cards-slider-single-image {
  width: 48px;
}
.DRTestimonialSlider-cards-slider-single-image img {
  width: 100%;
}
.DRTestimonialSlider-navigation {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 16px;
  gap: 8px;
}
.DRTestimonialSlider-navigation-next {
  background-color: transparent;
  border: 0;
  width: 32px;
}
.DRTestimonialSlider-navigation-prev {
  background-color: transparent;
  width: 32px;
  border: 0;
  opacity: 0.5;
}

.SSCMBasePostFeed {
  /*background-image: url("/wp-content/themes/word2mouth/assets/img/_SSCMBasePostFeed375.jpg");
  background-position: center 0px;
  background-repeat: no-repeat;*/
  position: relative;
}

/*body .SSCMBasePostFeed * {
    color: #FF0000 !important;
}
.SSCMBasePostFeed-post img {
    opacity: 0.3;
}*/
.SSCMBasePostFeed-search_container {
  position: absolute;
  top: 0px;
  right: 0px;
  border-width: 0px;
  padding: 0px;
}
.SSCMBasePostFeed-search_container i {
  margin-left: -25px;
  color: #FFFFFF;
  background-color: #5856fd;
  padding: 5px 5px 2px 5px;
  margin-top: 8px;
  border-radius: 5px;
  position: absolute;
  right: 15px;
}
.SSCMBasePostFeed-search_container i:before {
  content: url('data:image/svg+xml; utf8, <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.297 12.219a4.922 4.922 0 1 0 0-9.844 4.922 4.922 0 0 0 0 9.844zM10.777 10.777l2.848 2.848" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media screen and (max-width: 767px) {
  .SSCMBasePostFeed-search_container {
    top: 49px;
    width: 100%;
    right: auto;
  }
}

input.SSCMBasePostFeed-search_field {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24.5px;
  padding: 0 16px;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 4px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  width: 320px;
  height: 40px;
  margin-top: 8px;
  color: #FFFFFF;
}
input.SSCMBasePostFeed-search_field::placeholder {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24.5px;
  color: #FFFFFF !important;
}

.SSCMBasePostFeed-post_tag::before {
  content: url('data:image/svg+xml; utf8, <svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.563 14.75h11.874c.656 0 1.188-.532 1.188-1.188V5.25c0-.656-.532-1.188-1.188-1.188H3.563c-.656 0-1.188.532-1.188 1.188v8.313c0 .655.532 1.187 1.188 1.187zM11.875 17.125h-4.75" stroke="%23B2CB3B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  margin-right: 8px;
  top: 4px;
  position: relative;
  margin-left: 2px;
}

.SSCMBasePostFeed-reading_time::before {
  content: url('data:image/svg+xml; utf8, <svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 17.125a7.125 7.125 0 1 0 0-14.25 7.125 7.125 0 0 0 0 14.25z" stroke="%23fff" stroke-opacity=".5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.5 5.844V10h4.156" stroke="%23fff" stroke-opacity=".5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  margin-right: 5px;
  top: 4px;
  position: relative;
}

.SSCMBasePostFeed-pagination_container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.SSCMBasePostFeed-no_post_found {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24.5px;
  color: #FFFFFF;
}

#post_tag-select, #news-tag-select, #video-tag-select {
  display: none;
}

/*
select#category-select {
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    border-width: 0px !important;
    outline: none !important;
    padding: 0px 10px 0px 12px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    @media screen and (max-width: ($Viewport-sm - 1px)) {
        background-color: rgba(255, 255, 255, 0.1) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
}
select#category-select>option {
    display: inline-block;
    float: left;
    font-weight: 500 !important;
    line-height: 22px !important;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 5px 16px 5px 16px;
    margin: 0px 10px 10px 0px;
    cursor: pointer;

    &:checked {
        background-color: #5856fd;
        color: #FFFFFF;
    }
    @media screen and (max-width: ($Viewport-sm - 1px)) {
        display: block;
        float: none;
        background-color: #282d2d !important;
        border-bottom: 1px solid #FF0000 !important;
        &:checked, &:hover {
            background-color: #5856fd;
            color: #FFFFFF;
        }
    }
}
*/
#category-select {
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border-width: 0px !important;
  outline: none !important;
  padding: 0px 0px 0px 0px;
  /*display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: -12.5px;
  width: calc(100% + 12.5px);*/
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px);
  grid-gap: 0px;
  justify-content: space-between;
  /*&:after {
      content: "";
      flex: auto;
  }*/
  /*-webkit-transition: max-height 0.8s; 
  -moz-transition: max-height 0.8s; 
  -ms-transition: max-height 0.8s; 
  -o-transition: max-height 0.8s; 
  transition: max-height 0.8s;*/
}
@media screen and (max-width: 991px) {
  #category-select {
    display: block;
    max-height: 71px;
    background-color: #282d2d !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin-left: -50px;
    margin-right: -50px;
    width: calc(100% + 100px);
  }
}
@media screen and (max-width: 767px) {
  #category-select {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

.SSCMBasePostFeed-select-customOpener {
  display: none;
  width: 100%;
  cursor: pointer;
  text-align: left;
  padding: 23px 0px 23px 4px;
  position: relative;
}
.SSCMBasePostFeed-select-customOpener::after {
  content: url('data:image/svg+xml; utf8, <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m4 6.777 4 4 4-4" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  right: 56px;
  top: 26px;
}
@media screen and (max-width: 767px) {
  .SSCMBasePostFeed-select-customOpener::after {
    right: 36px;
  }
}
@media screen and (max-width: 991px) {
  .SSCMBasePostFeed-select-customOpener {
    display: block;
    padding-left: 56px;
  }
}
@media screen and (max-width: 767px) {
  .SSCMBasePostFeed-select-customOpener {
    padding-left: 36px;
  }
}

.SSCMBasePostFeed-select_taxonomies > span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 10px 12.5px 10px 12.5px;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
  width: 200px;
  text-align: center;
}
.SSCMBasePostFeed-select_taxonomies > span:hover {
  background-color: #5856fd;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .SSCMBasePostFeed-select_taxonomies > span {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    background-color: #282d2d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0px;
    padding: 9px 16px 9px 46px;
    margin: 0px 0px 0px 0px;
  }
  .SSCMBasePostFeed-select_taxonomies > span:checked, .SSCMBasePostFeed-select_taxonomies > span:hover {
    background-color: #5856fd;
    color: #FFFFFF;
  }
}

span.SSCMBasePostFeed-selectedSpan {
  background-color: #5856fd !important;
  color: #FFFFFF;
}

.SSCMBasePostFeed-height100 {
  max-height: 100% !important;
}
/*# sourceMappingURL=main.css.map */
