@charset "UTF-8";
@font-face {
  font-family: "gotham";
  src: url("../fonts/Gotham-Bold_Web.woff2") format("woff2"), url("../fonts/Gotham-Bold_Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/Gotham-BoldItalic_Web.woff2") format("woff2"), url("../fonts/Gotham-BoldItalic_Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/Gotham-Book_Web.woff2") format("woff2"), url("../fonts/Gotham-Book_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/Gotham-BookItalic_Web.woff2") format("woff2"), url("../fonts/Gotham-BookItalic_Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/Gotham-Light_Web.woff2") format("woff2"), url("../fonts/Gotham-Light_Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "gotham light";
  src: url("../fonts/Gotham-LightItalic_Web.woff2") format("woff2"), url("../fonts/Gotham-LightItalic_Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "gotham medium";
  src: url("../fonts/Gotham-Medium_Web.woff2") format("woff2"), url("../fonts/Gotham-Medium_Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "gotham medium";
  src: url("../fonts/Gotham-MediumItalic_Web.woff2") format("woff2"), url("../fonts/Gotham-MediumItalic_Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@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;
}
:root {
  --black-0-f-0-e-17-100: #0f0e17;
  --white-ffffff-100: #fff;
  --divider-line: rgba(95, 105, 124, 0.5);
  --black-0-f-0-e-17-60: rgba(15, 14, 23, 0.6);
  --white-ffffff-80: rgba(255, 255, 255, 0.8);
  --black-0-f-0-e-17-80: rgba(15, 14, 23, 0.8);
  --black-0-f-0-e-17-40: rgba(15, 14, 23, 0.4);
  --black-0-f-0-e-17-20: rgba(15, 14, 23, 0.2);
  --white-ffffff-40: rgba(255, 255, 255, 0.4);
  --white-ffffff-20: rgba(255, 255, 255, 0.2);
  --white-ffffff-60: rgba(255, 255, 255, 0.6);
  --neutral-25: #f9fafb;
  --neutral-50: #f3f5f8;
  --neutral-100: #f0f0f0;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  --neutral-400: #a3a3a3;
  --primary-00355-a-100: #00355a;
  --primary-335-d-7-b-80: #335d7b;
  --primary-66869-c-60: #66869c;
  --primary-99-aebd-40: #99aebd;
  --primary-ccd-7-de-20: #ccd7de;
  --secondary-37-a-6-d-3-80: #37a6d3;
  --secondary-69-bcde-60: #69bcde;
  --secondary-cde-9-f-4-20: #cde9f4;
  --tertiary-ffc-45-f-100: #ffc45f;
  --secondary-0590-c-8-100: #0590c8;
  --tertiary-ffd-07-f-80: #ffd07f;
  --tertiary-ffdc-9-f-60: #ffdc9f;
  --tertiary-ffe-7-bf-40: #ffe7bf;
  --tertiary-fff-3-df-20: #fff3df;
  --status-success: #65be66;
  --white: #fff;
  --text-body: #5f697c;
  --alpha-black-600: rgba(0, 0, 0, 0.6);
  --secondary-9-bd-3-e-9-40: #9bd3e9;
  --status-error: #e4260a;
  --white: #fff;
  --neutral-900: #171717;
  --amber-600: #d97706;
  --sky-100: #e0f2fe;
  --sky-600: #0284c7;
}

body {
  color: var(--black-0-f-0-e-17-100);
}

#menu-header-right-menu {
  flex-direction: row-reverse;
}

/*General Classes*/
.floating-row {
  z-index: 1;
  position: relative;
}

.anchor-section .fl-row-content-wrap {
  background-size: 100% 100% !important;
}

.section-img img {
  max-height: 576px;
}

.fix-bg {
  background-color: #ffffff !important;
}

.fix-bg .fl-row-content-wrap:after {
  z-index: -1;
}

.fix-bg .fl-row-content-wrap {
  background-size: 100% 100%;
}

.fl-builder-content .fl-node-nhjzacq85gv4 .fl-button i.fl-button-icon-before {
  width: 20px;
  height: 20px;
}

.img-grid .fl-col-content {
  display: flex;
  justify-content: space-between;
}

.img-grid img {
  height: 36px;
  object-fit: contain;
}

.negative-img {
  z-index: 1 !important;
  position: relative;
}

.gradient-heading span {
  background-image: linear-gradient(106deg, var(--primary-00355-a-100) -43%, var(--secondary-37-a-6-d-3-80) 46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.overflow-img img {
  top: -210px !important;
  height: 576px !important;
  transform: unset !important;
  object-fit: cover;
}

.overflow-img .fl-photo-content.fl-photo-img-png {
  height: 576px;
}

.foreground {
  position: relative;
  z-index: -1;
}

.time-dot {
  color: #0590c8 !important;
}

@media (min-width: 993px) {
  .col-img .fl-photo-content {
    position: static !important;
  }
  .col-img .fl-photo-content img {
    object-fit: cover;
    height: 100%;
    object-position: center;
    left: 0;
    top: 0;
    max-width: 50%;
    position: absolute;
  }
  .col-img.stretch-right .fl-photo-content img {
    right: 0 !important;
    left: unset;
    max-height: 576px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 48%;
  }
  .col-img .fl-photo {
    position: static;
  }
}
/* Buttons */
.bd-btn .fl-button,
.bd-btn .fl-button span {
  transition: 0.3s;
}

.bd-btn .fl-button {
  position: relative;
  transition: 0.3s;
  z-index: 1;
}

.bd-btn .fl-button:before,
.bd-btn .fl-button:after {
  position: absolute;
  transition: 0.3s;
}

.bd-btn-small .fl-button:after {
  transform: scale(0.78);
}

/* Buttons - Primary*/
.bd-btn-primary .fl-button:before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 1959.2px;
  background-color: rgba(5, 144, 200, 0.2);
  top: 0;
  left: 0;
  z-index: -1;
}

.bd-btn-primary.bd-btn-no-circle .fl-button:before {
  background-color: transparent;
}

.bd-btn-primary .fl-button:hover:before,
.bd-btn-primary.bd-btn-no-circle .fl-button:hover:before {
  width: 100% !important;
  background-color: var(--secondary-0590-c-8-100);
  transition: all 0.3s ease;
}

.bd-btn-primary .fl-button:hover {
  background: unset !important;
}

.bd-btn-primary .fl-button:after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  right: 4px;
  transition: 0.3s;
}

.bd-btn-primary.btn-icon-download .fl-button:after {
  content: url(/wp-content/uploads/2023/04/DownloadSimple.svg) !important;
  right: 0;
  filter: brightness(0);
}

.bd-btn-primary.btn-icon-download.btn-light-pdf .fl-button:hover:after {
  filter: brightness(100) !important;
}

.bd-btn-primary .fl-button:hover {
  padding-left: 24px !important;
  padding-right: 54px !important;
}

/*.bd-btn-primary .fl-button:hover:before{*/
/*    opacity: 0;*/
/*}*/
.bd-btn-primary .fl-button:hover:after {
  right: 24px;
  filter: brightness(100);
}

/* Buttons - Primary - Small*/
.bd-btn-primary.bd-btn-small .fl-button:before {
  width: 36px;
  height: 36px;
}

.bd-btn-primary.bd-btn-small .fl-button:hover {
  padding-left: 20px !important;
  padding-right: 46px !important;
}

/* Buttons - Primary - Dark*/
.bd-btn-primary.bd-btn-dark .fl-button:before {
  background-color: transparent;
  border: 1px solid #fff;
  z-index: 0;
}

.bd-btn-primary.bd-btn-dark .fl-button:hover:before {
  background-color: #fff;
  border: 0;
}

.bd-btn-primary.bd-btn-dark .fl-button:after {
  filter: invert(100%);
}

.bd-btn-primary.bd-btn-dark .fl-button:hover:after {
  filter: unset;
}

.bd-btn-dark:hover .fl-button-text {
  position: relative;
  z-index: 1;
}

/* Buttons - Secondary*/
.bd-btn-secondary .fl-button:after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Smblue.svg);
  right: 24px;
}

.bd-btn-secondary .fl-button:hover:after {
  filter: brightness(100);
}

/* Buttons - Secondary - Dark*/
.bd-btn-secondary.bd-btn-dark .fl-button:after {
  filter: brightness(100);
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
}

.bd-btn-secondary.bd-btn-dark .fl-button:hover:after {
  filter: brightness(0);
}

.bd-btn-secondary.bd-btn-dark .fl-button:hover {
  border-radius: 0 !important;
}

/* Buttons - Secondary - Small*/
.bd-btn-secondary.bd-btn-small .fl-button:after {
  right: 20px;
}

/* Buttons - Tertiary*/
.bd-btn-tertiary .fl-button:after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Smblue.svg);
  right: 0;
  filter: brightness(0);
}

.bd-btn-tertiary.btn-icon-download .fl-button:after {
  content: url(/wp-content/uploads/2023/04/DownloadSimple.svg) !important;
  right: 0;
  filter: brightness(0);
}

.bd-btn-tertiary .fl-button:hover:after {
  filter: unset;
}

.bd-btn-tertiary .fl-button:after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Smblue.svg);
  right: 0;
  filter: brightness(0);
}

.btn-no-arrow .fl-button:after {
  display: none;
}

.bd-btn-tertiary .fl-button:hover:after {
  right: -5px;
}

/* Buttons - Tertiary - Dark*/
.bd-btn-tertiary.bd-btn-dark .fl-button:after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Smblue.svg);
  right: 0;
  filter: brightness(100);
}

.bd-btn-tertiary.bd-btn-dark .fl-button:hover:after {
  filter: unset;
}

/*Wide btn*/
.wide-btn .fl-button-text:after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  display: inline-block;
  margin-left: 12px;
  filter: brightness(100);
}

.wide-btn .fl-button-text:hover:after {
  filter: invert(43%) sepia(26%) saturate(5385%) hue-rotate(170deg) brightness(91%) contrast(96%);
}

.wide-btn.blue-btn .fl-button-text:after {
  filter: invert(43%) sepia(26%) saturate(5385%) hue-rotate(170deg) brightness(91%) contrast(96%);
}

.wide-btn.blue-btn .fl-button-text:hover:after {
  filter: brightness(100);
}

/*Typography  */
p {
  margin: 0;
}

/*Footer*/
.footer-social .fl-col-content {
  display: flex;
}

.footer-social .fl-col-content .fl-module {
  margin-right: 19.7px;
}

.insta i:before {
  width: 18px;
  display: block;
  text-align: center;
}

.floating-logo-wrapper {
  position: relative;
}

.floating-logo {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

/*Post Content*/
.post-content p, .post-content li {
  color: #5f697c;
  font-size: 16px;
  line-height: 1.75;
}

.post-content p.custom-lh {
  line-height: 1.5;
}

.post-content p strong {
  color: #0f0e17;
}

.post-content p {
  margin-bottom: 32px !important;
}

.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 0;
  margin-bottom: 16px;
}

.post-content ul,
.post-content ol {
  margin-bottom: 32px;
}

.post-content ul,
.post-content ol {
  margin-bottom: 32px;
  margin-top: 0;
  padding-left: 28px;
}

.post-content figcaption {
  margin-top: 0 !important;
  font-size: 14px;
  line-height: 1.71;
  margin-bottom: 32px;
  color: var(--text-body);
}

.post-content blockquote.wp-block-quote {
  border-color: var(--secondary-0590-c-8-100) !important;
  border-left: 4px solid;
  margin: 0;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.post-content blockquote.wp-block-quote p {
  font-size: 24px;
  font-weight: bold;
  color: var(--black-0-f-0-e-17-100) !important;
  margin-bottom: 32px;
  line-height: 1.33;
}

.post-content-three-col {
  gap: 1em !important;
}

.post-content cite {
  font-size: 16px;
  line-height: 1.75;
  color: #5f697c;
  font-style: normal;
}

.post-content-three-col h3 {
  margin-top: 0;
  color: var(--secondary-0590-c-8-100);
  margin-bottom: 16px;
}

.post-content-three-col p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: var(--black-0-f-0-e-17-100);
  margin-bottom: 0 !important;
}

.post-content-three-col .wp-block-column:not(:first-child) {
  padding: 0 32px !important;
  border-left: 1px solid var(--black-0-f-0-e-17-20);
}

.post-content-two-col {
  padding: 32px;
  gap: 32px;
  align-items: center !important;
}

.post-content-two-col figure {
  margin-bottom: 0;
}

.post-content-two-col h6 {
  margin-bottom: 24px;
}

.post-content-two-col a {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.28px;
  color: var(--black-0-f-0-e-17-100);
}

.post-content-two-col a:after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  right: -8px;
  transition: 0.3s;
  position: relative;
}

.post-content a {
  color: var(--secondary-0590-c-8-100);
}

/*Inner Pages*/
.styled-category a {
  background: #f3e8ff;
  text-decoration: none;
  padding: 3.5px 8.61px;
  border-radius: 2000px;
}

.styled-tags:not(last-child) {
  margin-right: 8px;
}

.grid-icon-content {
  padding-top: 16px;
  gap: 36px !important;
}

.grid-icon-content p {
  font-size: 14px;
}

.grid-icon-content.wp-block-columns {
  margin-bottom: 0 !important;
}

.inner-banner .fl-col-group .minute-read {
  font-family: Gotham;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
}

.inner-banner .fl-col-group.fl-col-group-nested {
  display: flex !important;
  align-items: center !important;
  width: auto;
  align-self: start;
}

.inner-banner .fl-col-group .fl-col {
  width: auto !important;
  margin-right: 16px;
}

.inner-banner .fl-col-group:first-child .fl-col:last-child {
  margin-left: -9px;
}

.inner-banner .fl-col-group p span {
  color: rgba(15, 14, 23, 0.2) !important;
}

/*Webinar*/
.inner-banner .fl-col-group .minute-read.webinar-minute-read {
  color: #fff;
}

/*Floating Forms*/
.floating-form-wrapper {
  display: block !important;
  position: relative;
  z-index: 3;
}

.floating-form-wrapper > .fl-col-content {
  display: block !important;
  height: 100% !important;
}

.floating-form-wrapper .fl-col-group.fl-col-group-nested {
  height: 100%;
}

.floating-form {
  height: 100%;
  display: block !important;
}

.floating-form .fl-col-content {
  position: sticky;
  top: 135px;
}

/*Events*/
.inner-banner-wrapper .event-venue {
  max-width: 326px;
}

/*Blogs*/
.inner-post-user img {
  border-radius: 50%;
}

/*Anchor Section*/
.anchor-buttons a {
  text-align: left !important;
  transition: 0.3s;
}

.anchor-buttons a span {
  transition: 0.3s;
}

.anchor-buttons .fl-button-group-button.active a span {
  color: var(--secondary-0590-c-8-100) !important;
}

.anchor-buttons {
  position: sticky;
  top: 125px;
}

.anchor-mobile {
  height: 48px;
  padding: 12px 24px;
  border-radius: 2000px;
  border: solid 1px var(--primary-00355-a-100);
  background-color: var(--primary-00355-a-100);
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
}

.anchor-buttons-mobile a,
.anchor-mobile {
  font-family: Gotham;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: normal;
  color: var(--white-ffffff-100);
  text-decoration: none;
}

.anchor-buttons-mobile {
  padding: 12px 24px;
  margin: 6px 6px 0 6px;
  background: #00355a;
  display: none;
}

/*Post Grid*/
.post-grid img {
  height: 230px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.post-grid .fl-post-title a {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.33;
  color: var(--black-0-f-0-e-17-100);
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
}

.post-grid .fl-post-more-link a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.33;
  letter-spacing: normal;
  color: var(--black-0-f-0-e-17-100);
}

.post-grid .fl-post-more-link a:after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  display: inline-block;
  transition: 0.3s;
  margin-left: 8px;
}

.post-grid .fl-post-grid-post {
  border: 0;
}

.post-grid .fl-post-text {
  padding: 0 !important;
}

.post-grid .fl-post-text {
  padding-top: 24px !important;
}

.post-grid .fl-post-text {
  padding-bottom: 16px !important;
}

/*Video Slider*/
.VideoSlider-container.white-bg .fl-row-content-wrap:before {
  background-color: #fff;
}

/*50-50 full with img*/
.full-width-laptop .fl-col {
  align-self: center;
}

/*Video inner */
.video-banner .fl-col-group.fl-col-group-nested {
  display: inline-flex !important;
  width: 100%;
  max-width: 400px;
  margin: auto;
}

/*Discover Stretch*/
.discover-module-subtext {
  display: flex;
  margin-left: 72px;
  margin-top: 16px;
}

.discover-module-subtext strong {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
}

.discover-module-subtext span {
  font-size: 12px;
  line-height: 1.42;
  color: var(--text-body);
}

.discover-module-subtext div * {
  display: block;
  width: 130px;
}

/*Hubspot Form*/
.hubspot-style input, .hubspot-style select, .hubspot-style textarea {
  height: 33px;
  width: 100% !important;
  font-size: 16px;
  line-height: 1.88;
  text-align: left;
  color: var(--black-0-f-0-e-17-40);
  border: 0;
  border-bottom: 1px solid;
  border-color: var(--black-0-f-0-e-17-100);
  margin-bottom: 34px;
  background: transparent;
}

.hubspot-style.subscribe .form-columns-2 div {
  width: 100% !important;
  float: unset !important;
}

.hubspot-style .hs-button {
  border: solid 1px var(--secondary-0590-c-8-100);
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.28px;
  text-align: center;
  color: var(--secondary-0590-c-8-100);
  height: 36px;
}

.hubspot-style.subscribe-input {
  position: relative;
}

.hubspot-style.subscribe-input .fl-icon {
  position: absolute;
  top: 5px;
  right: 0;
  color: #fff;
}

.hubspot-style.subscribe-input input {
  color: var(--white-ffffff-80);
  border-bottom: 1px solid;
  border-color: var(--white-ffffff-80);
  max-width: 364px;
  margin-left: auto;
  display: block;
  outline: none;
}
@media (max-width: 768px) {
  .hubspot-style.subscribe-input input {
    margin-left: unset;
  }
}
.hubspot-style.subscribe-input input:-webkit-autofill {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--white-ffffff-80);
}
.hubspot-style.subscribe-input input:-webkit-autofill:focus, .hubspot-style.subscribe-input input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--white-ffffff-80);
}

.hubspot-style.subscribe-input input::placeholder {
  color: var(--white-ffffff-80);
}

.hubspot-style .inputs-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 !important;
}

.hubspot-style .inputs-list li label {
  display: flex;
  flex-direction: revert;
  justify-content: start;
}

.hubspot-style .inputs-list li label input {
  width: auto !important;
  margin-left: 10px;
}

.hubspot-style .inputs-list li label input {
  width: auto !important;
  margin-right: 10px;
  margin-bottom: 0px;
}

.hubspot-style textarea {
  margin-bottom: 24px;
  height: 134px;
}

.hs_contact_reason {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  color: var(--text-body);
}

.hubspot-style .submitted-message {
  text-align: right;
  color: white;
}
@media (max-width: 768px) {
  .hubspot-style .submitted-message {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .hubspot-style .submitted-message {
    text-align: center;
  }
}

/*Col Social*/
.col-social .fl-col-content {
  flex-direction: row;
}

.col-social .fl-col-content {
  margin-left: 64px;
}

/*Custom Modules*/
/*Double Video Slider*/
.double-video-slider-light .BDVideoSlider-title,
.double-video-slider-light .BDImageSlider-quote,
.double-video-slider-light .BDImageSlider-name {
  color: var(--black-0-f-0-e-17-100);
}

.double-video-slider-light .BDImageSlider-occupation {
  color: var(--text-body);
}

.double-video-slider-light .BDVideoSlider-excerpt {
  color: var(--text-body);
}

.double-video-slider-light .bd_hover:before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 1959.2px;
  background-color: rgba(5, 144, 200, 0.2) !important;
  top: 0;
  left: 0;
  z-index: -1;
  transform: unset;
}

.double-video-slider-light .bd_hover {
  color: var(--black-0-f-0-e-17-100);
}

.double-video-slider-light .bd_hover:after {
  filter: none;
}

.double-video-slider-light .bd_hover:hover:after {
  filter: invert(100%);
}

.double-video-slider-light .bd_hover:hover {
  background-color: var(--secondary-0590-c-8-100);
  color: #fff;
  padding-right: 29.9px !important;
}

@media (max-width: 1440px) {
  .inner-banner-wrapper .fl-row-content {
    max-width: 100% !important;
  }
  .full-width-laptop .fl-row-content {
    max-width: 100%;
  }
  /*Custom Module*/
  /*Double Video Slider*/
  .stretch-laptop .fl-row-content {
    max-width: 1348px !important;
    margin-left: auto !important;
    margin-right: unset !important;
  }
  .stretch-laptop .fl-row-content .fl-col-group:last-child {
    max-width: 1280px;
  }
}
@media (max-width: 992px) {
  /*General Classes  */
  .bold-mobile p, .bold-mobile a, .bold-mobile span {
    font-weight: 700 !important;
  }
  .img-grid .fl-col-content {
    flex-wrap: wrap;
  }
  .img-grid .fl-col-content .fl-module {
    max-width: 25%;
    width: 100%;
  }
  .img-grid .fl-col-content .fl-module .fl-photo {
    text-align: center;
    /*margin-bottom: 25px;*/
  }
  .row-reverse-tab .fl-col-group {
    display: flex;
    flex-direction: column-reverse;
  }
  .anchor-buttons {
    position: static;
  }
  /*Footer*/
  .footer-social .fl-col-content {
    justify-content: center;
  }
  .col-social .footer-social .fl-col-content {
    justify-content: unset;
  }
  /*50-50 fullwidth img*/
  .bg-unset-tab .fl-col-content {
    background: transparent;
  }
  /*Floating Form*/
  .form-row .fl-row-content > .fl-col-group {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1890px) {
  .video-slider-module .fl-col-content {
    margin-right: -23%;
  }
}
@media (max-width: 1890px) {
  .video-slider-module .fl-col-content {
    margin-right: -22%;
  }
}
@media (max-width: 1840px) {
  .video-slider-module .fl-col-content {
    margin-right: -20%;
  }
}
@media (max-width: 1790px) {
  .video-slider-module .fl-col-content {
    margin-right: -18%;
  }
}
@media (max-width: 1740px) {
  .video-slider-module .fl-col-content {
    margin-right: -16%;
  }
}
@media (max-width: 1680px) {
  .video-slider-module .fl-col-content {
    margin-right: -14%;
  }
}
@media (max-width: 1630px) {
  .video-slider-module .fl-col-content {
    margin-right: -12%;
  }
}
@media (max-width: 1580px) {
  .video-slider-module .fl-col-content {
    margin-right: -11%;
  }
}
@media (max-width: 1550px) {
  .video-slider-module .fl-col-content {
    margin-right: -9%;
  }
}
@media (max-width: 1500px) {
  .video-slider-module .fl-col-content {
    margin-right: -7%;
  }
}
@media (max-width: 1450px) {
  .video-slider-module .fl-col-content {
    margin-right: -5%;
  }
}
@media (max-width: 1400px) {
  .video-slider-module .fl-col-content {
    margin-right: -3%;
  }
}
@media (max-width: 1350px) {
  .video-slider-module .fl-col-content {
    margin-right: 0%;
  }
}
@media (max-width: 767px) {
  /*Typography  */
  /*.paragraph-medium-small p{*/
  /*  font-weight: 500 !important;*/
  /*}*/
  /*.font-weight-normal-mobile p{*/
  /*    font-weight: normal !important;*/
  /*}*/
  .post-grid .fl-post-title a {
    font-size: 32px;
  }
  /*General Classes  */
  .section-img img {
    max-height: 276px;
  }
  .img-grid {
    max-width: 270px;
  }
  .img-grid .fl-col-content {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
  .img-grid .fl-col-content .fl-module {
    max-width: initial;
    width: auto;
  }
  .row-reverse-mobile .fl-col-group {
    display: flex;
    flex-direction: column-reverse;
  }
  .bg-black-mobile .fl-row-content-wrap {
    background: #000 !important;
  }
  /*Footer*/
  .footer-1 li a {
    padding-bottom: 8px !important;
  }
  /*Post Inner*/
  /*.inner-banner .fl-col-group .minute-read {*/
  /*    font-size: 14px;*/
  /*}*/
  .post-content h6 {
    line-height: 1.5;
    /*font-size: 20px;*/
  }
  .inner-banner .fl-col-group .fl-col {
    margin-right: 10px;
  }
  .inner-banner .fl-col-group .fl-col:last-child {
    margin-left: -2px;
  }
  .grid-icon-content {
    gap: 0 !important;
  }
  .post-content-three-col .wp-block-column {
    text-align: center;
    padding-bottom: 32px !important;
  }
  .post-content-three-col .wp-block-column:not(:first-child) {
    border-left: 0;
  }
  .post-content-three-col .wp-block-column:not(:last-child) {
    border-bottom: 1px solid var(--black-0-f-0-e-17-20);
    padding-bottom: 32px !important;
  }
  .post-content-three-col h3 {
    font-size: 36px !important;
    line-height: 1.33 !important;
    letter-spacing: -0.72px !important;
  }
  .post-content-two-col h6 {
    line-height: 1.33 !important;
  }
  .inner-banner .fl-col-group.fl-col-group-nested:last-child {
    display: block !important;
  }
  .inner-banner .fl-col-group.fl-col-group-nested:last-child .fl-col {
    float: unset !important;
  }
  /*Post Grid*/
  .post-grid img {
    height: 214px;
    width: 100% !important;
  }
  .post-content.white-paper-content h6 {
    font-size: 20px;
  }
  /*Solution Grid*/
  .solution-grid img {
    min-height: 214px;
    object-fit: cover;
  }
  /*Hubscpot*/
  .hubspot-style.subscribe-input input {
    margin-right: auto;
    margin-left: unset;
    max-width: 100%;
  }
  /*.floating-form-wrapper{*/
  /*    display: none !important;*/
  /*}*/
}
.fa-search:before {
  content: "       " !important;
  background-image: url("/wp-content/uploads/2023/06/Search.svg");
  object-fit: contain;
  background-repeat: no-repeat;
}

.fl-node-nhjzacq85gv4 .fl-menu-search-item a.fl-button {
  font-size: 16px !important;
}

@media (max-width: 567px) {
  /*General Classes*/
  .post-featured-img img {
    height: 332px;
    object-fit: cover;
  }
  .overflow-img img {
    height: 266px !important;
  }
  .overflow-img .fl-photo-content.fl-photo-img-png {
    height: 266px !important;
  }
  /*Resource Card*/
  .resource-cards img {
    height: 352px;
    object-fit: cover;
    object-position: center;
  }
  .col-img-wrapper.u27 img {
    height: 373px;
    object-fit: cover;
  }
  .fl-node-vcj7q3htgfxr .fl-form-field input[type=search] {
    width: 60%;
    margin: 0 10px;
  }
  div.fl-button-wrap.fl-button-width-auto.fl-button-right.fl-button-has-icon > a {
    padding: 12px 0 !important;
  }
}
.styled-category-wrapper a.styled-category {
  margin: 4px;
  display: inline-block;
}

@media screen and (max-width: 1300px) {
  .inner-videos iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
  }
}
.inner-videos .fluid-width-video-wrapper {
  padding-top: 0 !important;
  min-height: 500px;
}

/* Revisions 6/29/23 */
.hidden-cta .BDTextImageLightbox-text-button {
  display: none;
}

.BDImageSlider-slider .BDImageSlider-for {
  margin-right: 60px;
}

.img-grid.inc-logo .fl-col-content {
  justify-content: center;
}

.styled-category-wrapper a.styled-category {
  margin: 4px;
  display: inline-block;
}

.post-content h1,
.post-content h2,
.post-content h3 {
  font-size: 36px;
  line-height: 1.33;
}

.BDTextImageLightbox-image img {
  max-width: 100% !important;
}

.BDTextImageLightbox-text {
  background: #fff;
  margin-left: 16px;
}

#BDTextImageLightbox-open {
  background: #fff !important;
}

.inner-bd-btn-primary .wp-block-button,
.inner-bd-btn-secondary .wp-block-button,
.inner-bd-btn-tertiary .wp-block-button {
  width: auto !important;
}

.inner-bd-btn-primary a,
.inner-bd-btn-secondary a,
.inner-bd-btn-tertiary a {
  line-height: 1.33;
  background: transparent !important;
  color: var(--black-0-f-0-e-17-100) !important;
  font-weight: bold;
  font-size: 18px !important;
  position: relative;
  z-index: 1;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-right: 45px;
  padding-left: 24px !important;
}

.inner-bd-btn-primary a:hover,
.inner-bd-btn-secondary a:hover {
  color: #fff !important;
}

.inner-bd-btn-primary a:after,
.inner-bd-btn-secondary a:after,
.inner-bd-btn-tertiary a:after {
  position: absolute;
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  right: 20px;
  transition: 0.3s;
  filter: brightness(0);
}

.inner-bd-btn-primary a:hover:after {
  filter: brightness(100);
}

.inner-bd-btn-primary a:before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 1959.2px;
  background-color: rgba(5, 144, 200, 0.2);
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}

.inner-bd-btn-primary a:hover:before {
  background-color: #0590c8 !important;
  transition: all 0.3s ease;
  width: 100%;
}

.inner-bd-btn-secondary a {
  border: 1px solid #0590c8;
  color: #0590c8 !important;
}

.inner-bd-btn-secondary a:after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Smblue.svg);
  filter: unset;
}

.inner-bd-btn-secondary a:hover:after {
  filter: brightness(100);
  right: 14px;
}

.inner-bd-btn-secondary a:hover {
  color: #fff !important;
  background-color: #0590c8 !important;
}

.inner-bd-btn-tertiary a {
  background: unset !important;
  color: #0f0e17 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  padding-left: 0 !important;
}

.inner-bd-btn-tertiary a:hover {
  color: #0590c8 !important;
}

.inner-bd-btn-tertiary a:hover:after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Smblue.svg);
  filter: brightness(0);
}

.inner-bd-btn-tertiary a:hover:after {
  filter: unset;
  right: 15px;
}

@media (max-width: 992px) {
  .BDTextImageLightbox-text {
    margin-left: 0;
  }
  .BDTextImageLightbox {
    background: #fff;
    padding-left: 16px;
    padding-right: 16px;
  }
  .bg-white-mobile .fl-row-content-wrap {
    background: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .stretch-right-col .fl-module-content {
    margin-right: calc(50% - 50vw) !important;
  }
  .video-slider-module-row {
    overflow: hidden;
  }
}
/* End Revisions 6/29/23 */
/*Revisions 7/24/23*/
body .bd-btn-secondary.bd-btn-dark .fl-button:hover {
  border-radius: 25px !important;
}

.video-banner .fl-col-group.fl-col-group-nested {
  width: auto !important;
}

@media (max-width: 768px) {
  .PostAjaxFilter-card-title {
    font-size: 20px;
  }
  .BDFeaturedCaseStudy-content_excerpt {
    font-size: 20px;
  }
  h2.FeaturedResources-title {
    font-size: 34px;
    max-width: 100%;
  }
}
@media (max-width: 567px) {
  .inner-videos iframe {
    min-height: 201px;
  }
}
/* End Revisions 7/24/23 */
.video-slider-module.dark-text .BDVideoSlider-pagination svg * {
  stroke: #0f0e17;
}

.video-slider-module.dark-text .BDVideoSlider-pagination {
  color: #0f0e17;
}

.hbspt-form .hs_email_opt_in legend {
  font-size: 11px;
  line-height: normal;
}

.sticky-column {
  position: sticky;
  top: 10%;
  height: 100%;
}

.FeaturedResources a {
  text-decoration: unset;
}
.FeaturedResources-title_wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 64px;
}
.FeaturedResources-title {
  font-size: 48px;
  margin: 0;
  margin-right: auto;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.48px;
  text-align: left;
  color: var(--neutral-900);
}
.FeaturedResources-view_more_link {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--black-0-f-0-e-17-100);
  text-decoration: unset;
}
.FeaturedResources .bd_hover {
  position: relative;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.FeaturedResources .bd_hover:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(5, 144, 200, 0.2);
  width: 48px;
  height: 48px;
  transition: all 0.3s ease;
}
.FeaturedResources .bd_hover span {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--black-0-f-0-e-17-100);
}
.FeaturedResources .bd_hover img {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: black;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.FeaturedResources .bd_hover:hover:before {
  width: 100%;
  background: #0590c8;
}
.FeaturedResources .bd_hover:hover span {
  color: white;
}
.FeaturedResources .bd_hover:hover img {
  transform: translateX(0);
  filter: invert(100%);
}
.FeaturedResources .bd_hover:active {
  transform: scale(0.96);
}
.FeaturedResources-card {
  position: relative;
}
.FeaturedResources-card_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.FeaturedResources-card-image {
  height: 230px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.FeaturedResources-card-categories {
  position: absolute;
  top: 10px;
  left: 10px;
}
.FeaturedResources-card-category {
  padding: 7px;
  border-radius: 20px;
  margin: 0 4px 8px 4px;
  display: inline-block;
  line-height: 1;
  font-family: "inter medium";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.07px;
}
.FeaturedResources-card-details {
  display: flex;
  font-family: "Gotham";
  align-items: center;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin: 24px 0 12px;
}
.FeaturedResources-card-details * {
  font-weight: bold;
  line-height: 1;
}
.FeaturedResources-card-type {
  color: var(--secondary-0590-c-8-100);
}
.FeaturedResources-card-minute_read {
  color: black;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.FeaturedResources-card-minute_read span {
  color: var(--black-0-f-0-e-17-20);
  font-size: 14px;
  margin: 0 5px;
}
.FeaturedResources-card-title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
}
.FeaturedResources-card-title a {
  transition: color 0.3s;
  color: var(--black-0-f-0-e-17-100);
}
.FeaturedResources-card-title a:hover {
  color: #0590C8;
}
.FeaturedResources-resources .FeaturedResources-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 32px;
}
.FeaturedResources-resources .FeaturedResources-card_wrapper {
  display: grid;
  grid-template-columns: 51% 1fr;
  gap: 41px;
}
.FeaturedResources-resources .FeaturedResources-card_wrapper > article {
  display: block;
  max-width: 630px;
}
.FeaturedResources-resources .FeaturedResources-card_wrapper > article .FeaturedResources-card-image {
  height: 386.2px;
}
.FeaturedResources-resources .FeaturedResources-card_wrapper > article .FeaturedResources-card-details * {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
}
.FeaturedResources-resources .FeaturedResources-card_wrapper > article .FeaturedResources-card-title {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--black-0-f-0-e-17-100);
}
.FeaturedResources-resources .FeaturedResources-card_wrapper > article .FeaturedResources-card-category {
  font-size: 14px;
}
.FeaturedResources-resources .FeaturedResources-card-slider {
  display: grid;
  align-items: start;
  gap: 50px;
}
.FeaturedResources-resources .FeaturedResources-card-slider article:not(:last-child):after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -25px;
  opacity: 0.5;
  background-color: var(--text-body);
}
.FeaturedResources-resources .FeaturedResources-card-image {
  height: 150px;
}
.FeaturedResources-resources .FeaturedResources-card-category {
  font-size: 12px;
}
.FeaturedResources-resources .FeaturedResources-card-details {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
}
.FeaturedResources-resources .FeaturedResources-card-title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--black-0-f-0-e-17-100);
  padding-right: 20px;
}

@media (max-width: 992px) {
  .FeaturedResources-resources .FeaturedResources-card_wrapper {
    display: block;
  }
  .FeaturedResources-resources .FeaturedResources-card_wrapper > article {
    max-width: 100%;
    margin: 0 auto 40px;
  }
  .FeaturedResources-resources .FeaturedResources-card-image {
    height: 230px;
  }
}
@media (max-width: 768px) {
  .FeaturedResources-card_wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .FeaturedResources-title_wrapper {
    display: block;
  }
  .FeaturedResources-title {
    max-width: 50%;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.48px;
    text-align: left;
    color: var(--neutral-900);
    margin-bottom: 36px;
  }
}
@media (max-width: 480px) {
  .FeaturedResources-card_wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .FeaturedResources-card-title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--black-0-f-0-e-17-100);
  }
  .FeaturedResources-resources .FeaturedResources-card {
    display: block;
  }
  .FeaturedResources-resources .FeaturedResources-card_wrapper {
    display: block;
  }
  .FeaturedResources-resources .FeaturedResources-card_wrapper > article {
    max-width: 100%;
    margin: 0 auto 40px;
  }
  .FeaturedResources-resources .FeaturedResources-card-image {
    height: 230px;
  }
  .FeaturedResources-resources .FeaturedResources-card-slider {
    display: block;
    padding-bottom: 32px;
  }
  .FeaturedResources-resources .FeaturedResources-card-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 30px;
    border: unset;
    background: unset;
  }
  .FeaturedResources-resources .FeaturedResources-card-slider--prev {
    transform: rotate(180deg);
    left: 0 !important;
    bottom: -1px !important;
  }
  .FeaturedResources-resources .slick-list {
    padding: 0 7% 0 0 !important;
  }
  .FeaturedResources-resources .slick-slide {
    margin-right: 35px;
  }
  .FeaturedResources .slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
    padding: 0;
    overflow: hidden;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    transition: 0.25s;
  }
  .FeaturedResources .slider .slick-arrow:hover, .FeaturedResources .slider .slick-arrow:focus {
    border-color: #F08A5D;
  }
  .FeaturedResources .slider .slick-arrow:active {
    transform: translateY(-50%) scale(0.9);
  }
  .FeaturedResources .slider__item {
    position: relative;
    height: 100vh;
  }
  .FeaturedResources .slider__item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .FeaturedResources .slider__counter {
    position: absolute;
    bottom: 0;
    right: 16px;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    mix-blend-mode: difference;
    pointer-events: none;
  }
}
.BDMegaMenu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 78px;
}
@media (min-width: 1200px) {
  .BDMegaMenu {
    position: relative;
  }
}
.BDMegaMenu .BDLogo {
  margin-right: 40px;
}
@media (max-width: 1200px) {
  .BDMegaMenu {
    height: 96px;
  }
}
@media (min-width: 1200px) {
  .BDMegaMenu ul li.show-on-mobile {
    display: none;
  }
}
.BDMegaMenu-secondary {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  margin-left: auto;
}
.BDMegaMenu-secondary img {
  width: 20px;
  height: 20px;
}
.BDMegaMenu-secondary img:hover {
  cursor: pointer;
}
.BDMegaMenu-secondary ul {
  display: flex;
  list-style: none;
  text-decoration: none;
  gap: 25px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .BDMegaMenu-secondary ul {
    display: none;
  }
}
.BDMegaMenu-secondary ul li {
  list-style: none;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #0f0e17;
}
.BDMegaMenu-secondary ul li a {
  text-decoration: none;
  color: #0f0e17;
}
.BDMegaMenu-secondary ul li a:visited {
  color: #0f0e17;
}
.BDMegaMenu-secondary ul li a:hover {
  color: #0590c8;
  border-bottom: 2px solid #0590c8;
}
.BDMegaMenu-secondary-cta {
  padding: 8px 20px;
  border-radius: 20px;
  border: solid 1px #0590c8;
  background-color: #0590c8;
  color: white;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  min-width: 130px;
  text-decoration: none;
  transition: linear 0.3s;
}
@media (max-width: 1200px) {
  .BDMegaMenu-secondary-cta {
    display: none;
  }
}
.BDMegaMenu-secondary-cta:hover {
  opacity: 0.85;
  transition: linear 0.3s;
}
.BDMegaMenu-secondary-wrapper {
  position: relative;
  height: 25px;
}
.BDMegaMenu-secondary-input {
  display: none;
  border: none;
  width: 0;
  outline: none;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #0f0e17;
  animation: inputAnimationOut 1s;
}
.BDMegaMenu-secondary input[type=search]::-webkit-search-decoration,
.BDMegaMenu-secondary input[type=search]::-webkit-search-cancel-button,
.BDMegaMenu-secondary input[type=search]::-webkit-search-results-button,
.BDMegaMenu-secondary input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.BDMegaMenu-secondary-input.active {
  display: inline-block;
  width: 150px;
  border-bottom: 1px solid #000;
  animation: inputAnimation 1s;
}
@keyframes inputAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 150px;
  }
}
.BDMegaMenu-secondary-close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .BDMegaMenu .BDLogo {
    flex: 3;
  }
}
.BDMegaMenu img.BDMegaMenu-logo {
  width: 200px;
  height: 46px;
  object-fit: cover;
}
.BDMegaMenu .bdMegaMenu {
  display: flex;
  list-style: none;
  padding: 0;
}
.BDMegaMenu .menu-item-text {
  list-style: none;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #0f0e17;
  text-decoration: none;
}
.BDMegaMenu .toggle-image {
  display: none;
}
.BDMegaMenu .menuItemWrapper {
  list-style: none;
}
.BDMegaMenu .menuItemWrapper a {
  color: #0f0e17;
  text-decoration: none;
}
.BDMegaMenu .menuItemWrapper > .bdread-more {
  display: none;
}
.BDMegaMenu .bdMegaMenuHelperWrapper {
  display: flex;
  flex-direction: column-reverse;
}
.BDMegaMenu .bdMegaMenuHelperWrapper ul {
  list-style: none;
}
.BDMegaMenu .companytab .bdMegaMenuHolder {
  height: 540px;
}
.BDMegaMenu .companytab .bdMegaMenuHolder .bdread-more {
  display: inline-block;
  position: relative;
}
.BDMegaMenu .companytab .bdMegaMenuHolder .BDMegaMenu-featured_post_item_content {
  display: none;
}
.BDMegaMenu .companytab .bdMegaMenuHolder .BDMegaMenu-featured_post_item_image img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
.BDMegaMenu .robottab .bdMegaMenuHolder {
  height: 415px;
}
.BDMegaMenu .robottab .bdMegaMenuHolder .BDMegaMenu-image_content h3.BDMegaMenu-post_title {
  min-height: 30px;
}
.BDMegaMenu .robottab .bdMegaMenuHolder .bdread-more {
  display: inline-block;
  position: relative;
}
.BDMegaMenu .robottab .bdMegaMenuHolder .BDMegaMenu-featured_post_item_content {
  display: none;
}
.BDMegaMenu .robottab .bdMegaMenuHolder .BDMegaMenu-featured_post_item_image img {
  height: 415px;
  width: 100%;
  object-fit: cover;
}
.BDMegaMenu .companytab .bdmg-dropdown-button {
  display: none;
}
.BDMegaMenu .robottab .bdmg-dropdown-button {
  display: none;
}
.BDMegaMenu .first-level-class:hover {
  cursor: pointer;
}
.BDMegaMenu .first-level-class:hover a > .menu-item-text {
  color: #0590c8;
  border-bottom: 2px solid #0590c8;
  padding-bottom: 27px;
}
.BDMegaMenu .first-level-class:hover .second-level-class a .menu-item-text {
  padding-bottom: 0px !important;
}
.BDMegaMenu .first-level-class {
  margin: 0 12px;
}
.BDMegaMenu .first-level-class a:active > .menu-item-text,
.BDMegaMenu .first-level-class a:focus > .menu-item-text {
  color: #0590c8;
  border-bottom: 2px solid #0590c8;
  padding-bottom: 10px;
}
.BDMegaMenu .second-level-class a > .menu-item-text {
  color: #0f0e17 !important;
  border-bottom: none !important;
}
.BDMegaMenu .third-level-class:hover a > .menu-item-text {
  color: #0590c8 !important;
}
.BDMegaMenu .bdMegaMenuHolder {
  top: 79px;
  position: absolute;
  padding: 0;
  left: 15%;
  right: 15%;
  z-index: 999;
  background: #fff;
  display: none;
  height: 560px;
}
.BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper {
  position: relative;
}
@media (min-width: 1200px) {
  .BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper > ul.sub-menu {
    width: 100%;
    max-width: 425px;
    display: inline-flex;
    flex-direction: column;
    padding-top: 40px;
  }
}
.BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper > ul.sub-menu > li > .menuItemWrapper .menu-item-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
}
.BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper > ul.sub-menu > li > .menuItemWrapper {
  padding: 12px 16px;
  border-radius: 4px;
  z-index: 3;
  position: relative;
}
.BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper > ul.sub-menu > li > .menuItemWrapper a .menu-item-text:after {
  content: "";
  display: block;
  width: 20px;
  background-size: 20px;
  transform: translateY(-2%);
  transition: right 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-image: url(./assets/img/chevron-right.svg);
}
@media (min-width: 1200px) {
  .BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper > ul.sub-menu > li:hover > .menuItemWrapper {
    background-color: #cde9f4;
  }
}
.BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper > ul.sub-menu > li ul.sub-menu-depth-2 {
  visibility: collapse;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 440px;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  background-color: #f9fafb;
  height: 460px;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper > ul.sub-menu > li ul.sub-menu-depth-2 > li {
  width: 48%;
  height: fit-content;
  margin-bottom: 24px;
}
.BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper > ul.sub-menu > li ul.sub-menu-depth-2 > li:first-child {
  width: 100%;
  height: fit-content;
  margin-bottom: 48px;
}
.BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper > ul.sub-menu > li ul.sub-menu-depth-2 > li:first-child .menu-item-text {
  font-size: 24px;
  font-weight: 700;
}
.BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper > ul.sub-menu > li ul.sub-menu-depth-2 > li > .menuItemWrapper a {
  display: flex;
  flex-direction: column;
}
.BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper > ul.sub-menu > li ul.sub-menu-depth-2 > li > .menuItemWrapper .menu-item-text:hover {
  color: #0590c8;
}
@media (max-width: 1200px) {
  .BDMegaMenu .bdMegaMenuHolder.show {
    display: block !important;
    z-index: 9;
    position: relative;
    top: 0;
  }
  .BDMegaMenu .active-bdMenuHolder .bdMegaMenuHolder {
    display: block !important;
    z-index: 9;
    position: unset !important;
    top: 0;
  }
}
.BDMegaMenu .second-level-class .sub-menu {
  display: none;
}
.BDMegaMenu .second-level-class.active .sub-menu {
  display: grid;
  visibility: visible;
}
.BDMegaMenu .second-level-class.active.two-column .sub-menu {
  display: grid;
  visibility: visible;
  grid-template-columns: 1fr 1fr !important;
}
@media (max-width: 1200px) {
  .BDMegaMenu .second-level-class.active.two-column .sub-menu {
    display: none;
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.BDMegaMenu .second-level-class.active .BDMegaMenu-image_content {
  display: block !important;
}
.BDMegaMenu .bdMegaMenuHolder.show {
  display: block !important;
  z-index: 999;
}
.BDMegaMenu .menu-item-description {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #5f697c;
  padding: 4px 0 10px 0;
  display: inline-block;
}
.BDMegaMenu .bdread-more {
  color: #0590c8 !important;
  font-weight: 600;
  line-height: 1.43;
  font-size: 14px;
  flex-direction: row !important;
  text-decoration: none;
  font-family: "Gotham", sans-serif;
  position: relative;
}
.BDMegaMenu .bdread-more:after {
  content: "";
  display: flex;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 85px;
  top: 7px;
  transition: transform 0.3s ease;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: url(./assets/img/arrow-blue-right.svg);
}
.BDMegaMenu .bdmg-dropdown-button {
  text-decoration: none;
  width: 215px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #0590c8;
  border: solid 1px #0590c8;
  padding: 8px 20px;
  background-color: transparent;
  border-radius: 200px;
  margin-left: 55px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.BDMegaMenu .bdmg-dropdown-button:hover {
  background-color: #0590c8;
  color: #ffffff;
}
.BDMegaMenu .bdmg-dropdown-button:hover:after {
  content: "";
  width: 14px;
  margin-top: 7.5px;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: url(./assets/img/arrow-white.svg) !important;
}
.BDMegaMenu .bdmg-dropdown-button:after {
  content: "";
  display: block;
  width: 14px;
  margin-top: 7px;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: url(./assets/img/arrow-blue-right.svg);
}
.BDMegaMenu .bdMegaMenuBtn {
  display: none;
}
@media (max-width: 1200px) {
  .BDMegaMenu .bdMegaMenuBtn {
    display: block;
    padding: 0;
    background-color: transparent;
    width: 24px;
    border: none;
    position: relative;
    height: 32px;
  }
  .BDMegaMenu .bdMegaMenuBtn svg {
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .BDMegaMenu .bdMegaMenuBtn svg + svg {
    visibility: hidden;
  }
  .BDMegaMenu .bdMegaMenuBtn.active svg {
    visibility: hidden;
  }
  .BDMegaMenu .bdMegaMenuBtn.active svg + svg {
    visibility: visible;
  }
}
.BDMegaMenu .BDMegaMenu-featured_post_item_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 800px;
}
.BDMegaMenu .BDMegaMenu-featured_post_item_wrapper > .BDMegaMenu-featured_resource {
  width: 350px;
  padding-bottom: 12px;
  padding-right: 20px;
}
.BDMegaMenu .BDMegaMenu-featured_post_item_wrapper > .BDMegaMenu-featured_resource > .BDMegaMenu-first_title {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #0f0e17;
  text-decoration: none;
}
.BDMegaMenu .BDMegaMenu-featured_post_item_wrapper > .BDMegaMenu-featured_resource > .BDMegaMenu-first_title:hover {
  color: #0590c8;
  cursor: pointer;
}
.BDMegaMenu .BDMegaMenu-featured_post_item_wrapper > .BDMegaMenu-featured_resource > .BDMegaMenu-featured_desc {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #5f697c;
}
.BDMegaMenu .BDMegaMenu-featured_post_item_wrapper > .BDMegaMenu-image_content {
  width: 450px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.BDMegaMenu .BDMegaMenu-featured_post_item_wrapper > .BDMegaMenu-image_content > .BDMegaMenu-featured_post_item_content {
  background-color: #00355a;
  padding: 40px;
  margin-top: -8px;
  height: 100%;
}
.BDMegaMenu .BDMegaMenu-featured_post_item_wrapper > .BDMegaMenu-image_content > .BDMegaMenu-featured_post_item_content > .BDMegaMenu-post_title {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-transform: uppercase;
}
.BDMegaMenu .BDMegaMenu-featured_post_item_wrapper > .BDMegaMenu-image_content > .BDMegaMenu-featured_post_item_content > .BDMegaMenu-post_excerpt {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  color: #f0f0f0;
  padding: 16px 0;
}
.BDMegaMenu .BDMegaMenu-featured_post_item_wrapper > .BDMegaMenu-image_content > .BDMegaMenu-featured_post_item_image img {
  width: 100%;
}
.BDMegaMenu .BDMegaMenu-featured_post_item_wrapper > .BDMegaMenu-image_content.show {
  display: block;
}
.BDMegaMenu .bdlearn-more {
  color: #ffffff !important;
  font-weight: 600;
  line-height: 1.43;
  font-size: 14px;
  flex-direction: row !important;
  display: flex;
  text-decoration: none;
}
.BDMegaMenu .bdlearn-more:after {
  content: "";
  display: flex;
  width: 10px;
  height: 9px;
  margin-top: 5px;
  background-size: 10px 10px;
  margin-left: 10px;
  background-image: url(./assets/img/arrow-right-icon-white.svg);
}
.BDMegaMenu .singleItem > .menuItemWrapper a > .menu-item-description {
  display: none !important;
}
.BDMegaMenu .singleItem > .menuItemWrapper a .menu-item-text:after {
  content: "";
  display: block;
  width: 30px !important;
  margin-top: 5px;
  background-size: 25px !important;
  transition: right 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-image: url(./assets/img/arrow-right-icon-black.svg) !important;
}
@media (max-width: 1200px) {
  .BDMegaMenu .first-level-class .menuItemWrapper {
    padding: 24px 16px;
  }
  .BDMegaMenu .companytab .bdMegaMenuHolder {
    height: auto;
  }
  .BDMegaMenu .robottab .bdMegaMenuHolder {
    height: auto;
  }
  .BDMegaMenu .second-level-class .sub-menu {
    display: none;
  }
  .BDMegaMenu .second-level-class.active .sub-menu {
    display: none;
    visibility: collapse;
  }
  .BDMegaMenu .second-level-class.active .sub-menu.active {
    display: block !important;
    padding: 0 20px !important;
    visibility: visible !important;
    background-color: #ffffff;
    z-index: 99;
    height: 100vh !important;
  }
  .BDMegaMenu .second-level-class.active .BDMegaMenu-image_content {
    display: none !important;
  }
  .BDMegaMenu .toggle-image {
    display: flex;
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #0f0e17;
    height: 20px;
    width: 20px;
  }
  .BDMegaMenu .second-level-class .toggle-image {
    rotate: 90deg;
    margin-left: 15px;
    z-index: 999;
  }
  .BDMegaMenu .first-level-class:hover a > .menu-item-text {
    color: #0f0e17;
    border-bottom: none;
  }
  .BDMegaMenu .third-level-class .menuItemWrapper .bdread-more {
    display: none !important;
  }
  .BDMegaMenu .third-level-class .menu-item-text {
    font-family: "Gotham", sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    color: #0f0e17;
    font-style: normal;
    line-height: 1.5;
  }
  .BDMegaMenu .bdMenuHolder {
    display: none;
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    z-index: 5;
    background-color: #ffffff;
    height: 100vh;
    padding: 0px;
    overflow: scroll;
  }
  .BDMegaMenu .bd-advanced-menu {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .BDMegaMenu .bd-advanced-menu {
    order: 3;
  }
  .BDMegaMenu .bd-advanced-menu .bdMegaMenuHolder.show {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    display: block;
  }
  .BDMegaMenu .bd-advanced-menu .bdMegaMenuHolder.show .bdMegaMenuHelperWrapper {
    display: flex !important;
  }
}
@media (max-width: 1200px) {
  .BDMegaMenu .bd-advanced-menu ul.bdMegaMenu {
    display: inline-flex;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .BDMegaMenu .menu-item-text {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1200px) {
  .BDMegaMenu .menuItemWrapper {
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .BDMegaMenu .bd-advanced-menu ul.bdMegaMenu {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .BDMegaMenu .bd-advanced-menu ul.bdMegaMenu > li {
    padding: 0;
    margin: 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
  }
  .BDMegaMenu .bd-advanced-menu ul.bdMegaMenu > li > .menuItemWrapper a .menu-item-text {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .BDMegaMenu .bd-advanced-menu ul.bdMegaMenu > li > .menuItemWrapper a .menu-item-text.active:after {
    transform: translateY(-2%) rotate(180deg);
    top: 45%;
    right: 10px;
  }
  .BDMegaMenu .bd-advanced-menu ul.bdMegaMenu > li.mobile-button {
    border-bottom: 0;
  }
  .BDMegaMenu .bd-advanced-menu ul.bdMegaMenu > li.mobile-button a {
    width: 100%;
    padding: 8px 20px;
    border-radius: 20px;
    border: solid 1px #0590c8;
    background-color: #0590c8;
    font-size: 14px;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    min-width: 130px;
    text-decoration: none;
    transition: linear 0.3s;
  }
  .BDMegaMenu .bd-advanced-menu ul.bdMegaMenu > li.mobile-button a span {
    color: white;
    text-align: center;
    justify-content: center !important;
  }
}
@media (max-width: 1200px) {
  .BDMegaMenu .menu-item-has-children > .menuItemWrapper a > .menu-item-description {
    display: block;
  }
}
@media (max-width: 1200px) {
  .BDMegaMenu .bdMegaMenuHolder {
    padding: 0;
    width: 100%;
  }
  .BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper {
    background-color: #f9fafb;
    display: none;
  }
  .BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper.active {
    display: flex;
  }
  .BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper > ul.sub-menu {
    padding: 10px 16px;
  }
  .BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper > ul.sub-menu > li > .menuItemWrapper {
    display: flex;
  }
  .BDMegaMenu .bdMegaMenuHolder > .bdMegaMenuHelperWrapper > ul.sub-menu > li > .menuItemWrapper a .menu-item-text:after {
    content: "";
    background-image: none;
  }
}
@media (max-width: 1200px) {
  .BDMegaMenu .bdmg-dropdown-button {
    text-decoration: none;
    width: calc(100% - 40px);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #0590c8;
    border: solid 1px #0590c8;
    padding: 8px 20px;
    background-color: transparent;
    border-radius: 200px;
    margin: 20px;
    display: flex;
    justify-content: space-between;
  }
  .BDMegaMenu .bdmg-dropdown-button:after {
    content: "";
    display: block;
    width: 13px;
    height: 11px;
    margin-top: 4px;
    background-size: 13px 13px;
    background-image: url(./assets/img/arrow-right-icon-blue.svg);
  }
}
@media (max-width: 1200px) {
  .BDMegaMenu .singleItem > .menuItemWrapper a > .menu-item-description {
    display: flex !important;
  }
  .BDMegaMenu .singleItem > .menuItemWrapper a .menu-item-text:after {
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    margin-top: 5px;
    background-size: 16px 16px;
    transform: translateY(-2%);
    transition: right 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-image: none !important;
  }
}
@media (max-width: 1200px) {
  .BDMegaMenu .first-link-overview {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .BDMegaMenu .active-submenu .third-level-class {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 1200px) {
  .BDMegaMenu .bdMegaMenuHelperWrapper > ul.sub-menu > li ul.sub-menu-depth-2 > li {
    width: 100% !important;
  }
}

@media (max-width: 1200px) {
  body .second-level-wrapper .sub-menu-depth-1 {
    grid-template-columns: 1fr;
    position: relative !important;
    row-gap: 0;
    column-gap: 0px;
    grid-gap: 0;
  }
  body .second-level-wrapper .sub-menu-depth-1 .bdread-more {
    display: none !important;
  }
}
body .second-level-wrapper .sub-menu-depth-1 li:first-child {
  grid-column: 1/-1;
  margin-bottom: 20px;
}
body .second-level-wrapper .sub-menu-depth-1 li:first-child .menu-item-text {
  font-size: 24px !important;
  font-weight: 700 !important;
}

body .second-level-wrapper .bdmg-dropdown-button {
  display: none;
}

body .bdMegaMenu .first-level-class .second-level-wrapper .second-level-class .sub-menu-depth-2 .bdread-more {
  display: flex;
}

.second-level-wrapper .second-level-class .menuItemWrapper a {
  display: flex;
  flex-direction: column;
}

.BDMegaMenu .second-level-wrapper .sub-menu .second-level-class .menuItemWrapper a .menu-item-text:after {
  display: none !important;
}

.BDMegaMenu .second-level-wrapper .bdMegaMenuHolder .second-level-class:hover > .menuItemWrapper {
  background-color: #fff !important;
}

.BDMegaMenu .second-level-wrapper .second-level-class:hover a > .menu-item-text {
  color: #0590c8 !important;
}

.BDMegaMenu .second-level-wrapper .second-level-class:hover .bdread-more:after {
  transform: translateX(5px);
}

.BDMegaMenu .third-level-class:hover .bdread-more:after {
  transform: translateX(5px);
}

.companytab .bdMegaMenuHolder .second-level-class:hover .BDMegaMenu-featured_resource .BDMegaMenu-featured_desc a:after {
  transform: translateX(5px);
}

.robottab .bdMegaMenuHolder .second-level-class:hover .BDMegaMenu-featured_resource .BDMegaMenu-featured_desc a:after {
  transform: translateX(5px);
}

.first-link-overview:hover .first-link-child .menuItemWrapper a:after {
  transform: translateX(5px);
}

.first-link-overview .first-link-child:hover .menuItemWrapper a:after {
  transform: translateX(5px);
}

.active-bdMenuHolder {
  position: relative;
}
.active-bdMenuHolder .first-level-class {
  position: unset;
}
.active-bdMenuHolder .bdMegaMenuHolder.show {
  position: unset !important;
}
.active-bdMenuHolder .bdMegaMenuHelperWrapper {
  position: unset !important;
  display: flex !important;
  flex-direction: column-reverse !important;
}
.active-bdMenuHolder .sub-menu-depth-1 {
  position: unset;
}
.active-bdMenuHolder .second-level-class.active {
  position: unset !important;
}
.active-bdMenuHolder .third-level-class {
  position: relative;
}
.active-bdMenuHolder .third-level-class .menuItemWrapper {
  padding: 8px 30px 8px 0 !important;
}

body .active-bdMenuHolder .sub-menu-depth-2.active-submenu {
  display: flex !important;
  flex-direction: column !important;
  position: absolute !important;
  top: 99px !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 999 !important;
  visibility: visible !important;
  margin-left: 0 !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
  background: #f9fafb;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  padding: 0 16px 16px 16px !important;
}
body .active-bdMenuHolder .sub-menu-depth-2.active-submenu li:first-child {
  width: 100%;
  height: fit-content;
  margin-bottom: 0 !important;
}

body .active-bdMenuHolder .bdMegaMenu .first-level-class .bdMegaMenuHolder .second-level-class .back-button-wrapper-active {
  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;
  background: transparent;
  height: 80px !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  flex-wrap: nowrap;
}
body .active-bdMenuHolder .bdMegaMenu .first-level-class .bdMegaMenuHolder .second-level-class .back-button-wrapper-active li:first-child {
  width: 100%;
  height: fit-content;
  margin-bottom: 0 !important;
}

.back-button-wrapper-active .back-button a {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.28px;
  text-align: left;
  color: #0f0e17;
  text-decoration: none;
  position: relative;
  padding-left: 35px;
}

.back-button-wrapper-active .back-button {
  background: #fff;
  padding-left: 16px;
  width: 100%;
  padding-bottom: 24px;
}

.title-menu a {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.1;
  letter-spacing: 1.2px;
  text-align: left;
  color: #0590c8;
  width: 95%;
  border-bottom: 1px solid #5f697c;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 5px;
  padding-bottom: 5px;
}

.title-menu {
  padding: 16px 0 16px 16px;
  background: #f9fafb;
  width: 100%;
}

@media only screen and (min-width: 1201px) {
  body .bdMegaMenuHolder.show .second-level-class.active .sub-menu-depth-2 {
    display: grid;
    visibility: visible !important;
  }
  .solutions-desktop .second-level-class .menuItemWrapper {
    margin: 2px !important;
  }
  .BDMegaMenu .second-level-wrapper.resources-wrapper .second-level-class.active .BDMegaMenu-featured_post_item_wrapper > .BDMegaMenu-image_content {
    width: 450px;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    position: absolute;
    top: -4px;
    right: -450px;
    left: unset;
    height: 485px;
  }
  .second-level-wrapper .bdMegaMenuHolder.show .sub-menu-depth-1 {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: unset !important;
    max-width: 100% !important;
  }
  body .second-level-wrapper .sub-menu-depth-1 li:first-child {
    margin-bottom: 20px;
    width: 100% !important;
  }
  body .second-level-wrapper .sub-menu-depth-1 li {
    margin-bottom: 24px;
    width: 30% !important;
    margin-right: 20px;
  }
  body .second-level-wrapper .BDMegaMenu-featured_post_item_wrapper {
    display: flex !important;
    width: 100%;
  }
  body .second-level-wrapper .bdMegaMenuHolder.show {
    height: 460px;
    max-width: 920px;
  }
  .first-link-child {
    display: flex !important;
  }
  body .sub-menu-depth-1 .first-link-overview .sub-menu-depth-2 .first-link-child .menu-item-text {
    font-size: 14px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.28px;
    text-align: left;
    color: #0f0e17;
  }
  .first-link-overview .menuItemWrapper {
    margin: 0 !important;
    padding: 0 !important;
  }
  .first-link-overview .sub-menu-depth-2 {
    position: relative !important;
    visibility: visible !important;
    top: 0px;
    left: 0px;
    margin-left: 0px !important;
    justify-content: flex-start !important;
    display: flex !important;
    column-gap: 0px !important;
    row-gap: 0px !important;
    padding: 0 !important;
    background-color: transparent !important;
    height: fit-content !important;
  }
  .first-link-overview .back-button-wrapper {
    display: none !important;
  }
  .first-link-overview .bdread-more {
    display: none !important;
  }
}
.first-link-child a {
  position: relative;
}

.second-level-wrapper.resources-wrapper .bdMegaMenuHolder.show .sub-menu-depth-1 .second-level-class .menuItemWrapper {
  padding: 0 !important;
  margin: 0 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .BDMegaMenu .menu-item-text {
    font-size: 13px !important;
  }
  .BDMegaMenu-secondary ul li {
    font-size: 13px !important;
  }
  .BDMegaMenu .BDLogo {
    margin-right: 30px !important;
  }
  .BDMegaMenu .first-level-class {
    margin: 0 10px !important;
  }
  .BDMegaMenu-secondary-cta {
    font-size: 13px !important;
  }
  .BDMegaMenu-secondary-cta {
    padding: 8px 15px !important;
    font-size: 13px !important;
  }
  .BDMegaMenu img.BDMegaMenu-logo {
    width: 176px !important;
  }
}
.active-bdMenuHolder .bdMegaMenuHelperWrapper {
  display: flex !important;
}

.BDSolutionsGrid {
  width: 100%;
}
.BDSolutionsGrid-main_wrapper {
  display: flex;
  column-gap: 30px;
  row-gap: 70px;
  flex-wrap: wrap;
}
.BDSolutionsGrid-content_title {
  color: #0f0e17;
  margin: 0;
  padding: 20px 0;
}
.BDSolutionsGrid-button_text {
  color: #0f0e17;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
}
.BDSolutionsGrid-button_text:after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  margin-top: 7px;
  margin-left: 10px;
  background-size: 16px 16px;
  transform: translateY(-2%);
  transition: right 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
}
.BDSolutionsGrid-button_text:hover {
  color: #0590c8;
}
.BDSolutionsGrid-button_text:hover:after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  margin-top: 7px;
  margin-left: 10px;
  background-size: 16px 16px;
  transform: translateY(-2%);
  transition: right 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Smblue.svg);
}
.BDSolutionsGrid-last_wrapper {
  position: relative;
  padding: 20px;
  width: 406px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.BDSolutionsGrid-last_card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.BDSolutionsGrid-last_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.BDSolutionsGrid-last_title {
  color: #ffffff;
  position: relative;
  z-index: 3;
  margin: 20px 0;
}
.BDSolutionsGrid-last_content {
  color: #ffffff;
  position: relative;
  z-index: 3;
  word-wrap: break-word;
  margin-bottom: 30px;
  font-size: 16px;
}
.BDSolutionsGrid-last_cta {
  color: #ffffff;
  position: relative;
  z-index: 3;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  width: 220px;
}
.BDSolutionsGrid-last_cta::after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  margin-left: 10px;
  transition: 0.3s;
  filter: invert(100%);
}
.BDSolutionsGrid-last_cta:hover::after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  margin-left: 10px;
  transition: 0.3s;
  filter: none;
}
.BDSolutionsGrid .bd_hover {
  position: relative;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 12px 29.9px 12px 18.1px;
  z-index: 1;
}
.BDSolutionsGrid .bd_hover:before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5098039216);
  top: 50%;
  left: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.BDSolutionsGrid .bd_hover:hover {
  border: 1px solid #ffffff;
  background-clip: border-box;
  background-color: #ffffff;
  color: #0f0e17;
  padding-right: 54px;
  padding-left: 25px;
}
.BDSolutionsGrid .bd_hover:hover:before {
  z-index: -1;
}
@media (max-width: 1024px) {
  .BDSolutionsGrid-card_wrapper {
    width: 100%;
  }
  .BDSolutionsGrid-image_background {
    width: 100% !important;
  }
  .BDSolutionsGrid-main_wrapper {
    row-gap: 30px;
  }
  .BDSolutionsGrid-last_wrapper {
    width: 100%;
    margin-bottom: 50px;
  }
}

.solution-grid__image img {
  height: 230px;
  object-fit: cover;
}

.BDFeaturedCaseStudy {
  display: flex;
  column-gap: 50px;
}
.BDFeaturedCaseStudy-featured_image {
  width: 620px;
  position: relative;
}
.BDFeaturedCaseStudy-image_background {
  height: 468px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.BDFeaturedCaseStudy-categories {
  position: absolute;
  top: 10px;
  left: 10px;
}
.BDFeaturedCaseStudy-category {
  padding: 2px 8px;
  border-radius: 20px;
  margin: 0 4px;
  display: inline-block;
  line-height: 1.43;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.08px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
.BDFeaturedCaseStudy-content_details, .BDFeaturedCaseStudy-content_minute_read {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  gap: 10px;
  align-items: center;
}
.BDFeaturedCaseStudy-content_details a, .BDFeaturedCaseStudy-content_minute_read a {
  text-decoration: none;
  color: #0590c8;
}
.BDFeaturedCaseStudy-content_title {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.48px;
  margin: 20px 0;
}
.BDFeaturedCaseStudy-button_link {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e17;
  text-decoration: unset;
}
.BDFeaturedCaseStudy .bd_hover {
  position: relative;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.BDFeaturedCaseStudy .bd_hover:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(5, 144, 200, 0.2);
  width: 48px;
  height: 48px;
  transition: all 0.3s ease;
}
.BDFeaturedCaseStudy .bd_hover span {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--black-0-f-0-e-17-100);
}
.BDFeaturedCaseStudy .bd_hover img {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: black;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.BDFeaturedCaseStudy .bd_hover:hover:before {
  width: 100%;
  background: #0590c8;
}
.BDFeaturedCaseStudy .bd_hover:hover span {
  color: white;
}
.BDFeaturedCaseStudy .bd_hover:hover img {
  transform: translateX(0);
  filter: invert(100%);
}
.BDFeaturedCaseStudy .bd_hover:active {
  transform: scale(0.96);
}
.BDFeaturedCaseStudy-content_wrapper {
  width: 588px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.BDFeaturedCaseStudy-content_excerpt {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: -0.2px;
}
@media (max-width: 1024px) {
  .BDFeaturedCaseStudy {
    flex-direction: column;
    width: 100%;
    row-gap: 40px;
  }
  .BDFeaturedCaseStudy-content_wrapper {
    width: 100%;
  }
  .BDFeaturedCaseStudy-featured_image {
    width: 100%;
  }
  .BDFeaturedCaseStudy-content_title {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .BDFeaturedCaseStudy-image_background {
    height: 268px;
  }
  .BDFeaturedCaseStudy-content_details, .BDFeaturedCaseStudy-content_minute_read {
    font-size: 14px;
  }
}

.BDTabbedPayload {
  width: 100%;
}
.BDTabbedPayload-payloads_wrapper {
  display: flex;
  column-gap: 30px;
  row-gap: 70px;
  flex-wrap: wrap;
}
.BDTabbedPayload-bundle_wrapper {
  display: none;
}
.BDTabbedPayload-posts_wrapper {
  display: flex;
  column-gap: 30px;
  row-gap: 70px;
  flex-wrap: wrap;
}
.BDTabbedPayload-content_title {
  color: #0f0e17;
  margin: 0;
  padding: 20px 0;
}
.BDTabbedPayload-button_text {
  color: #0f0e17;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
}
.BDTabbedPayload-button_text:after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  margin-top: 7px;
  margin-left: 10px;
  background-size: 16px 16px;
  transform: translateY(-2%);
  transition: right 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
}
.BDTabbedPayload-button_text:hover {
  color: #0590c8;
}
.BDTabbedPayload-button_text:hover:after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  margin-top: 7px;
  margin-left: 10px;
  background-size: 16px 16px;
  transform: translateY(-2%);
  transition: right 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Smblue.svg);
}
.BDTabbedPayload-last_wrapper {
  position: relative;
  padding: 20px;
  width: 406px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.BDTabbedPayload-last_card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 386px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.BDTabbedPayload-last_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.BDTabbedPayload-double_wrapper {
  position: relative;
  padding: 20px;
  width: 843px;
  height: 386px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.BDTabbedPayload-tripple_wrapper {
  position: relative;
  padding: 20px;
  width: 100%;
  height: 386px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.BDTabbedPayload-last_title {
  color: #ffffff;
  position: relative;
  z-index: 3;
  margin: 20px 0;
}
.BDTabbedPayload-last_content {
  color: #ffffff;
  position: relative;
  z-index: 3;
  word-wrap: break-word;
  margin-bottom: 30px;
  font-size: 16px;
}
.BDTabbedPayload-last_cta {
  color: #ffffff;
  position: relative;
  z-index: 3;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  width: 220px;
}
.BDTabbedPayload-last_cta::after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  margin-left: 10px;
  transition: 0.3s;
  filter: invert(100%);
}
.BDTabbedPayload-last_cta:hover::after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  margin-left: 10px;
  transition: 0.3s;
  filter: none;
}
.BDTabbedPayload .bd_hover {
  position: relative;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 12px 29.9px 12px 18.1px;
  z-index: 1;
}
.BDTabbedPayload .bd_hover:before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5098039216);
  top: 50%;
  left: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.BDTabbedPayload .bd_hover:hover {
  border: 1px solid #ffffff;
  background-clip: border-box;
  background-color: #ffffff;
  color: #0f0e17;
  padding-right: 54px;
  padding-left: 25px;
}
.BDTabbedPayload .bd_hover:hover:before {
  z-index: -1;
}
.BDTabbedPayload-filters_wrapper {
  display: flex;
  column-gap: 40px;
}
.BDTabbedPayload-filter_payloads {
  border-bottom: 2px solid #0f0e17;
  padding-bottom: 10px;
  margin: 0 0 30px 0;
  cursor: pointer;
  font-size: 20px;
}
.BDTabbedPayload-filter_bundles {
  border-bottom: 2px solid #0f0e17;
  padding-bottom: 10px;
  margin: 0 0 30px 0;
  cursor: pointer;
  font-size: 20px;
}
.BDTabbedPayload-filter_payloads.active {
  font-size: 20px;
  font-weight: normal;
  border-bottom: none;
}
.BDTabbedPayload-filter_bundles.active {
  font-size: 20px;
  font-weight: normal;
  border-bottom: none;
}
.BDTabbedPayload-card_wrapper {
  width: 406px;
}
.BDTabbedPayload-bundle_title {
  margin: 20px 0;
}
.BDTabbedPayload-bundle_description {
  width: 833px;
  margin-bottom: 40px;
  color: #5f697c;
}
.BDTabbedPayload-bundle_cta {
  color: #0f0e17;
  position: relative;
  z-index: 3;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  width: 220px;
}
.BDTabbedPayload-bundle_cta::after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  margin-left: 10px;
  transition: 0.3s;
}
.BDTabbedPayload-bundle_cta:hover::after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  margin-left: 10px;
  transition: 0.3s;
  filter: invert(100%);
}
.BDTabbedPayload .bundle_hover {
  position: relative;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 12px 29.9px 12px 18.1px;
  z-index: 1;
}
.BDTabbedPayload .bundle_hover:before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(5, 144, 200, 0.2);
  top: 50%;
  left: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.BDTabbedPayload .bundle_hover:hover {
  border: 1px solid #0084bc;
  background-clip: border-box;
  background-color: #0084bc;
  color: #ffffff;
  padding-right: 54px;
  padding-left: 25px;
}
.BDTabbedPayload .bundle_hover:hover:before {
  z-index: -1;
}
@media (max-width: 1024px) {
  .BDTabbedPayload-payloads_wrapper {
    row-gap: 30px;
  }
  .BDTabbedPayload-posts_wrapper {
    row-gap: 30px;
    margin-top: 40px;
  }
  .BDTabbedPayload-card_wrapper {
    width: 100%;
  }
  .BDTabbedPayload-image_background {
    width: 100% !important;
    height: 214px !important;
  }
  .BDTabbedPayload-main_wrapper {
    row-gap: 30px;
  }
  .BDTabbedPayload-last_wrapper {
    width: 100%;
    height: 365px;
  }
  .BDTabbedPayload-filter_payloads {
    line-height: 1.5;
  }
  .BDTabbedPayload-filter_bundles {
    line-height: 1.5;
  }
  .BDTabbedPayload-filter_payloads.active {
    line-height: 1.5;
  }
  .BDTabbedPayload-filter_bundles.active {
    line-height: 1.5;
  }
  .BDTabbedPayload-last_card {
    height: 365px;
  }
  .BDTabbedPayload-double_wrapper {
    height: 365px;
  }
  .BDTabbedPayload-tripple_wrapper {
    height: 365px;
  }
  .BDTabbedPayload-bundle_description {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0px;
  }
  .BDTabbedPayload-bundle_title {
    margin: 0 0 20px 0;
  }
  .BDTabbedPayload-bundle_cta {
    display: none;
  }
}

.LegacyTimeline .title h2 {
  font-family: "Gotham";
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #0f0e17;
  padding-bottom: 23.5px;
  border-bottom: 2px solid #0590c8;
}
.LegacyTimeline .title span {
  font-family: "Gotham";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #5f697c;
  text-transform: uppercase;
}
.LegacyTimeline .title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 120px;
}

.timeline__line {
  position: relative;
  max-width: 1136px;
  margin: auto;
  display: flex;
}

.timeline__node {
  display: flex;
}

.timeline__left {
  position: relative;
  z-index: 2;
  width: 50%;
}

.timeline__center {
  width: 2px;
  position: relative;
}

.timeline__node.active {
  height: 406px;
  position: relative;
  overflow: visible;
}

.timeline__node {
  height: 406px;
  position: relative;
  overflow: visible;
}

.timeline__node.active .timeline__left {
  opacity: 1;
}

.timeline__left {
  width: 50%;
  display: flex;
  height: 100px;
  align-items: flex-start;
  flex-direction: column;
}
.timeline__left p {
  font-family: "Gotham";
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #5f697c;
}
.timeline__left .type-body ul {
  margin-bottom: 0;
}
.timeline__left li {
  font-family: "Gotham";
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #5f697c;
}
.timeline__left h4 {
  font-family: "Gotham";
  font-size: 36px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #171717;
  margin-bottom: 9px;
  margin-top: 9px;
}

.timeline__left {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  position: relative;
}

.type-large-numbers {
  font-family: "Gotham";
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #171717;
  font-weight: 700;
}

.timeline__node.active .timeline__date:after {
  border: 2px solid #0590c8;
  background: #0590c8;
}

.timeline__node .timeline__left-inner {
  padding-right: 33px;
  display: flex;
  grid-gap: 40px;
}
.timeline__node .timeline__left-inner .timeline__date {
  width: 100%;
  min-width: 160px;
  max-width: 160px;
}

.active .timeline__right {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.timeline__right {
  opacity: 1;
  transition: opacity 0.3s ease;
  width: 400px;
  padding-left: 53px;
}
.timeline__right .slick-slider {
  max-width: 400px !important;
}
.timeline__right .slick-slider img {
  height: 314px;
  object-fit: cover;
}

.timeline__nodes {
  position: relative;
}

.timeline__sticky-line .timeline__sticky-line-inner {
  width: 2px;
  display: block;
  position: sticky;
  border-right: 2px solid #0590c8;
  height: 395px;
  z-index: 1;
  top: 60px;
}

.timeline__sticky-line {
  position: absolute;
  left: 49.8%;
  right: 0;
  margin: 0 auto;
  top: 60px;
  bottom: 0;
  height: 96%;
  pointer-events: none;
}

.timeline__progress {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  z-index: 12;
}

.timeline__line.is-swapped .timeline__sticky-line-inner {
  bottom: 0;
}

.timeline__nodes:after {
  content: "";
  display: block;
  width: 2px;
  z-index: 0;
  height: 96%;
  border: 1.4px solid #d4d4d4;
  position: absolute;
  right: 50%;
  top: 60px;
}

.timeline__node .timeline__date:after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 12px;
  z-index: 22;
  height: 12px;
  border: 2px solid #d4d4d4;
  position: absolute;
  right: -5.5px !important;
  bottom: 70%;
  transition: border-color 0.9s ease, transform 0.9s ease;
}

.LegacyTimeline-navigation_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.timeline__navigation {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
}

.custom-slider {
  position: relative;
  height: 3px;
  background: #ddd;
  width: 235px;
}

.custom-handle {
  position: absolute;
  left: 0;
  top: -1px;
  cursor: pointer;
  width: 70px;
  height: 5px;
  flex-grow: 0;
  background-color: #0590c8;
}

.timeline__navbar {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 170px;
  margin-right: 20px;
  align-items: flex-start;
  position: sticky;
  top: 49%;
  height: 200px;
}
.timeline__navbar a {
  font-family: "Gotham";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #0f0e17;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  justify-content: left;
  align-items: center;
}

.timeline__navbar a.active {
  font-weight: 700;
}

.timeline__navbar a.active .rectangle {
  display: block !important;
  width: 30px;
  height: 3px;
  background: #000;
  margin-right: 5px;
}

.rectangle {
  display: none;
}

.title-line {
  display: none;
}

@media screen and (max-width: 900px) {
  .LegacyTimeline .LegacyTimeline-navigation_wrapper {
    justify-content: flex-start;
  }
  .LegacyTimeline .title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 36px;
  }
  .LegacyTimeline .title h2 {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
  .LegacyTimeline .type-large-numbers {
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: left;
  }
  .LegacyTimeline .timeline__left h4 {
    font-family: "Gotham";
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #171717;
    margin-bottom: 24px;
    margin-top: 9px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.33;
  }
  .LegacyTimeline .timeline__left p {
    font-size: 16px;
  }
  .LegacyTimeline .timeline__right .slick-slider img {
    height: 216px;
    object-fit: cover;
    width: 100%;
    object-position: center;
  }
  .LegacyTimeline .timeline__node .timeline__left-inner {
    padding-right: 0px;
    display: flex;
    grid-gap: 0px;
    flex-direction: column;
  }
  .title-line {
    height: 2px;
    background: #0590c8;
    width: 100%;
    display: block;
    position: relative;
    right: 16px;
  }
  .timeline__node.active {
    height: 100% !important;
    position: relative;
    overflow: visible;
  }
  .timeline__navbar {
    display: none;
  }
  .timeline__node {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 30px;
    margin-bottom: 72px;
  }
  .timeline__line {
    flex-direction: column;
  }
  .timeline__sticky-line .timeline__sticky-line-inner {
    width: 4px;
    position: sticky;
    border-right: 2px solid #0590c8;
    height: 430px !important;
    z-index: 1;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .timeline__sticky-line .timeline__sticky-line-inner span {
    background: #0590c8;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    left: -3px;
  }
  .timeline__node.active .timeline__date:after {
    display: none;
  }
  .timeline__node .timeline__date:after {
    display: none;
  }
  .timeline__right {
    width: 100%;
    padding-left: 0px !important;
    margin-top: 48px;
  }
  .timeline__left {
    width: 100%;
    height: 100%;
  }
  .timeline__node .timeline__date:after {
    left: -31px !important;
  }
  .timeline__nodes:after {
    left: 4px !important;
    content: "";
    display: block;
    width: 2px;
    z-index: 0;
    height: 96%;
    border: 1.4px solid #d4d4d4;
    position: absolute;
    top: 47px;
  }
  .timeline__sticky-line {
    position: absolute;
    left: 1.8px !important;
    right: 0;
    margin: 0 auto;
    top: 47px;
    bottom: 0;
    height: 96%;
    pointer-events: none;
    z-index: 1;
  }
  .timeline__node.active .timeline__right {
    opacity: 1;
    position: relative;
    top: unset;
    height: 100%;
  }
}
.wistia-video-link {
  display: inline-block;
  margin-top: 1em;
  color: #0f0e17;
  cursor: pointer;
  font-family: "Gotham";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.28px;
  text-align: left;
  text-decoration: none;
  position: relative;
}
.wistia-video-link:hover {
  color: #0f0e17;
  text-decoration: underline;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9000;
  justify-content: center;
  align-items: center;
  /* start with modal hidden */
  display: none;
}

.video-modal.show-modal {
  /* show modal when .show-modal class is present */
  display: flex !important;
}

.video-container {
  width: 80%;
  height: 80%;
}

.BDSearchResult {
  width: 100%;
}
.BDSearchResult-input {
  margin-bottom: 65px;
}
.BDSearchResult-input input[type=search]::-webkit-search-decoration,
.BDSearchResult-input input[type=search]::-webkit-search-cancel-button,
.BDSearchResult-input input[type=search]::-webkit-search-results-button,
.BDSearchResult-input input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.BDSearchResult-input form button {
  position: absolute;
  right: 0;
  background-color: transparent;
  border: 0;
}
.BDSearchResult-input form button :hover {
  cursor: pointer;
}
.BDSearchResult-input input {
  border: 0;
  border-bottom: 1px solid #0f0e17;
  width: 100%;
  transition: ease-in-out, width 0.35s ease-in-out;
  font-size: 16px;
  line-height: 1.88;
  color: --black-0-f-0-e-17-40;
  margin-bottom: 25px;
  padding: 0 5px;
}
.BDSearchResult-input input:focus {
  outline: none;
}
.BDSearchResult-input span {
  font-size: 16px;
  color: #5f697c;
}
.BDSearchResult-result {
  display: flex;
  flex-direction: column;
  padding: 25px 0;
  border-bottom: 0.5px solid #5f697c;
}
.BDSearchResult-result #BDSearchResult-result-hyperlink {
  padding: 15px 0;
}
.BDSearchResult-result h6 {
  color: --black-0-f-0-e-17-100;
  line-height: 1.64;
  letter-spacing: -0.22px;
  margin: 0;
  font-size: 22px;
}
.BDSearchResult-result a {
  font-size: 16px;
  color: #0590c8;
  margin: 15px 0;
}
@media (max-width: 600px) {
  .BDSearchResult-result a {
    margin: 0;
  }
}
.BDSearchResult-result p {
  color: #5f697c;
  font-size: 16px;
}
.BDSearchResult-pagination {
  margin-top: 65px;
  display: flex;
  justify-content: center;
  gap: 2px;
  border-top: 0.5px solid rgba(95, 105, 124, 0.4705882353);
  padding-top: 15px;
}
@media (max-width: 600px) {
  .BDSearchResult-pagination {
    margin-top: 48px;
  }
}
.BDSearchResult-pagination .next.page-numbers {
  position: absolute;
  right: 0;
  font-weight: 500;
  color: #0f0e17;
}
.BDSearchResult-pagination .prev.page-numbers {
  position: absolute;
  left: 0;
  font-weight: 500;
  color: #0f0e17;
}
.BDSearchResult-pagination .page-numbers {
  min-width: 32px;
  height: 32px;
  font-size: 14px;
  color: #5f697c;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
}
.BDSearchResult-pagination .page-numbers.current {
  background-color: #0590c8;
  color: white;
}
@media (max-width: 600px) {
  .BDSearchResult-pagination {
    display: none;
  }
}
.BDSearchResult-pagination-mobile {
  display: none;
}
@media (max-width: 600px) {
  .BDSearchResult-pagination-mobile {
    display: flex;
    justify-content: center;
    gap: 2px;
    border-top: 0.5px solid rgba(95, 105, 124, 0.4705882353);
    padding-top: 15px;
    margin-top: 48px;
  }
  .BDSearchResult-pagination-mobile .next.page-numbers {
    position: absolute;
    right: 0;
    font-weight: 500;
    color: #0f0e17;
  }
  .BDSearchResult-pagination-mobile .prev.page-numbers {
    position: absolute;
    left: 0;
    font-weight: 500;
    color: #0f0e17;
  }
  .BDSearchResult-pagination-mobile .page-numbers {
    min-width: 32px;
    height: 32px;
    font-size: 14px;
    color: #5f697c;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
  }
  .BDSearchResult-pagination-mobile .current-page {
    color: #5f697c;
    font-size: 14px;
    line-height: 1.43;
  }
}

.BDSpotSpecs-main-title {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.19;
  color: #0f0e17;
  margin: 0;
  margin-bottom: 24px;
}
.BDSpotSpecs-main-description {
  font-size: 20px;
  line-height: 1.5;
  max-width: 769px;
  margin-bottom: 68px;
  color: #5f697c;
}
.BDSpotSpecs-tabs-titles {
  display: flex;
  gap: 32px;
}
.BDSpotSpecs-tabs-titles-single-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #0f0e17;
  cursor: pointer;
}
@media (max-width: 768px) {
  .BDSpotSpecs-tabs-titles-single-title {
    font-size: 20px;
    font-weight: bold;
  }
}
.BDSpotSpecs-tabs-titles-single-title.active {
  border-bottom: solid 2px #0f0e17;
  font-weight: bold;
  padding-bottom: 8px;
}
.BDSpotSpecs-tabs-inner-single {
  display: none;
  gap: 48px;
}
.BDSpotSpecs-tabs-inner-single.active {
  display: flex;
}
@media (max-width: 768px) {
  .BDSpotSpecs-tabs-inner-single.active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .BDSpotSpecs-tabs-inner-single.col_two.active {
    grid-template-columns: repeat(1, 1fr);
  }
}
.BDSpotSpecs-tabs-inner-single.col_two .BDSpotSpecs-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 400px;
  column-gap: 50px;
  width: 390px;
}
.BDSpotSpecs-tabs-inner-single-column-main-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #0f0e17;
  padding-bottom: 12px;
  border-bottom: 0.5px solid #5f697c;
}
@media (max-width: 768px) {
  .BDSpotSpecs-tabs-inner-single-column-main-title {
    font-size: 14px;
  }
}
.BDSpotSpecs-tabs-inner-single-column-title {
  font-size: 14px;
  line-height: 1.71;
  font-weight: bold;
  color: #0f0e17;
  margin: 0;
}
.BDSpotSpecs-tabs-inner-single-column-description {
  color: #5f697c;
  font-size: 14px;
  line-height: 1.71;
  margin-bottom: 16px;
  inline-size: 170px;
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  .fl-accordion-small .fl-accordion-content {
    padding: 0;
  }
}
.BDVideoGallerySlider {
  overflow: hidden;
}
.BDVideoGallerySlider-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .BDVideoGallerySlider-slider {
    margin: 0 auto;
  }
}
.BDVideoGallerySlider-nav {
  width: 40%;
  display: flex;
  align-items: center;
}
.BDVideoGallerySlider-video {
  position: relative;
  width: 720px !important;
  height: 420px;
  margin-right: 32px;
}
@media only screen and (max-width: 1024px) {
  .BDVideoGallerySlider-video {
    width: 295px !important;
    height: 196.7px;
  }
}
@media only screen and (max-width: 500px) {
  .BDVideoGallerySlider-video {
    margin-right: 24px;
  }
}
.BDVideoGallerySlider-video video {
  width: 100%;
  height: 576px;
}
@media only screen and (max-width: 1024px) {
  .BDVideoGallerySlider-video video {
    height: auto;
  }
}
.BDVideoGallerySlider-video iframe {
  height: 420px;
}
@media only screen and (max-width: 768px) {
  .BDVideoGallerySlider-video iframe {
    width: 295px !important;
    height: 196.7px;
  }
}
.BDVideoGallerySlider-image {
  position: relative;
}
.BDVideoGallerySlider-image img {
  width: 100%;
  height: 576px;
  max-height: 576px;
  object-fit: contain;
  object-position: left;
}
@media only screen and (max-width: 1024px) {
  .BDVideoGallerySlider-image img {
    height: auto;
  }
}
.BDVideoGallerySlider-overplay {
  position: absolute;
  width: 128px;
  height: 80px;
  background: rgba(5, 144, 200, 0.8);
  display: block;
  z-index: 123;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .BDVideoGallerySlider-overplay {
    width: 90px;
    height: 61px;
  }
}
.BDVideoGallerySlider-overplay.playing {
  display: none;
}
.BDVideoGallerySlider-overplay span {
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 75% 50%);
  background: white;
  width: 50px;
  height: 50px;
  top: 50%;
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .BDVideoGallerySlider-overplay span {
    width: 30px;
    height: 30px;
    left: calc(50% + 5px);
  }
}
.BDVideoGallerySlider-fallback {
  width: 100%;
}
.BDVideoGallerySlider-fields {
  color: #ffffff;
  font-family: "Gotham";
  outline: none;
}
.BDVideoGallerySlider-fields__wrapper {
  padding: 0 100px 0 0;
  margin: 20px 0;
}
.BDVideoGallerySlider-title {
  color: #ffffff;
  margin: 0;
}
.BDVideoGallerySlider-subtitle {
  color: #0590c8;
  margin: 20px 0;
}
.BDVideoGallerySlider-excerpt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  margin-top: 8px;
  margin-bottom: 40px;
}
.BDVideoGallerySlider .slick-slide {
  display: inline-block !important;
  vertical-align: middle;
  float: none;
}
.BDVideoGallerySlider .slick-list {
  transition-delay: 10ms;
}
@media screen and (max-width: 767px) {
  .BDVideoGallerySlider .slick-list {
    padding: 0 30% 0 0 !important;
  }
}
.BDVideoGallerySlider .slick-track {
  transition-delay: 10ms;
}
.BDVideoGallerySlider-last_cta {
  color: #ffffff;
  position: relative;
  z-index: 3;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  width: 220px;
}
.BDVideoGallerySlider-last_cta::after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  margin-left: 10px;
  transition: 0.3s;
  filter: invert(100%);
}
.BDVideoGallerySlider-last_cta:hover::after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  margin-left: 10px;
  transition: 0.3s;
  filter: none;
}
.BDVideoGallerySlider .bd_hover {
  position: relative;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 12px 29.9px 12px 18.1px;
  z-index: 1;
}
.BDVideoGallerySlider .bd_hover:before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5098039216);
  top: 50%;
  left: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.BDVideoGallerySlider .bd_hover:hover {
  border: 1px solid #ffffff;
  background-clip: border-box;
  background-color: #ffffff;
  color: #0f0e17;
  padding-right: 54px;
  padding-left: 25px;
}
.BDVideoGallerySlider .bd_hover:hover:before {
  z-index: -1;
}
.BDVideoGallerySlider-page_bar {
  width: 50%;
  display: flex;
  margin-top: 24px;
  align-items: center;
}
.BDVideoGallerySlider-progress {
  flex: 1;
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: linear-gradient(to right, #0590c8, #0590c8);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s ease-in-out;
}
.BDVideoGallerySlider-pagination {
  padding: 0 25px;
  margin-left: 30px;
  color: #0f0e17;
  font-family: Gotham;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.BDVideoGallerySlider-paginationCurrent {
  display: flex;
}
.BDVideoGallerySlider .slick-arrow {
  border: none;
  background: none;
  display: none;
}
.BDVideoGallerySlider .bdprev-arrow {
  cursor: pointer;
}
.BDVideoGallerySlider .bdnext-arrow {
  cursor: pointer;
}
@media only screen and (max-width: 980px) {
  .BDVideoGallerySlider-for {
    width: 100%;
    margin-top: 30px;
  }
  .BDVideoGallerySlider-nav {
    width: 100%;
  }
  .BDVideoGallerySlider-page_bar {
    width: 100%;
    margin-left: 0;
  }
  .BDVideoGallerySlider-fields__wrapper {
    padding: 0;
  }
  .BDVideoGallerySlider-last_cta {
    margin-bottom: 30px;
  }
  .BDVideoGallerySlider-pagination {
    font-size: 14px;
    margin-left: 0px;
  }
}

.BDVideoSlider-slider {
  display: flex;
}
.BDVideoSlider-for {
  width: 60%;
}
@media only screen and (max-width: 500px) {
  .BDVideoSlider-for {
    margin: 0 auto;
  }
}
.BDVideoSlider-for ul.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.BDVideoSlider-for ul.slick-dots li {
  margin: 0 3px;
}
.BDVideoSlider-for ul.slick-dots li.slick-active button {
  opacity: 1;
}
.BDVideoSlider-for ul.slick-dots button {
  font-size: 0px;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 15px;
  padding: 0;
  opacity: 0.3;
}
.BDVideoSlider-nav {
  width: 40%;
  display: flex;
  align-items: center;
}
.BDVideoSlider-video {
  position: relative;
}
.BDVideoSlider-video video {
  width: 100%;
  height: 576px;
}
@media only screen and (max-width: 1024px) {
  .BDVideoSlider-video video {
    height: auto;
  }
}
.BDVideoSlider-image {
  position: relative;
}
.BDVideoSlider-image img {
  width: 100%;
  height: 576px;
  max-height: 576px;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .BDVideoSlider-image img {
    height: auto;
  }
}
.BDVideoSlider-overplay {
  position: absolute;
  width: 128px;
  height: 80px;
  background: rgba(5, 144, 200, 0.8);
  display: block;
  z-index: 123;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .BDVideoSlider-overplay {
    width: 90px;
    height: 61px;
  }
}
.BDVideoSlider-overplay.playing {
  display: none;
}
.BDVideoSlider-overplay span {
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 75% 50%);
  background: white;
  width: 50px;
  height: 50px;
  top: 50%;
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .BDVideoSlider-overplay span {
    width: 30px;
    height: 30px;
    left: calc(50% + 5px);
  }
}
.BDVideoSlider-fallback {
  width: 100%;
}
.BDVideoSlider-fields {
  color: #ffffff;
  font-family: "Gotham";
  outline: none;
}
.BDVideoSlider-fields__wrapper {
  padding: 0 100px 0 0;
  margin: 20px 0;
}
.BDVideoSlider-title {
  color: #ffffff;
  margin: 0;
}
.BDVideoSlider-subtitle {
  color: #0590c8;
  margin: 20px 0;
}
.BDVideoSlider-excerpt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  margin-top: 8px;
  margin-bottom: 40px;
}
.BDVideoSlider-last_cta {
  color: #ffffff;
  position: relative;
  z-index: 3;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  width: 220px;
}
.BDVideoSlider-last_cta::after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  margin-left: 10px;
  transition: 0.3s;
  filter: invert(100%);
}
.BDVideoSlider-last_cta:hover::after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  margin-left: 10px;
  transition: 0.3s;
  filter: none;
}
.BDVideoSlider .bd_hover {
  position: relative;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 12px 29.9px 12px 18.1px;
  z-index: 1;
}
.BDVideoSlider .bd_hover:before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5098039216);
  top: 50%;
  left: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.BDVideoSlider .bd_hover:hover {
  border: 1px solid #ffffff;
  background-clip: border-box;
  background-color: #ffffff;
  color: #0f0e17;
  padding-right: 54px;
  padding-left: 25px;
}
.BDVideoSlider .bd_hover:hover:before {
  z-index: -1;
}
.BDVideoSlider-page_bar {
  width: 60%;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.BDVideoSlider-progress {
  flex: 1;
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: linear-gradient(to right, #0590c8, #0590c8);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s ease-in-out;
}
.BDVideoSlider-pagination {
  padding: 0 25px;
  margin-left: 30px;
  color: white;
  font-family: Gotham;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.BDVideoSlider-paginationCurrent {
  display: flex;
}
.BDVideoSlider .slick-arrow {
  border: none;
  background: none;
  display: none;
}
.BDVideoSlider .bdprev-arrow {
  cursor: pointer;
}
.BDVideoSlider .bdnext-arrow {
  cursor: pointer;
}
@media only screen and (max-width: 980px) {
  .BDVideoSlider-slider {
    display: block;
  }
  .BDVideoSlider-for {
    width: 100%;
    margin-top: 30px;
  }
  .BDVideoSlider-nav {
    width: 100%;
  }
  .BDVideoSlider-page_bar {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .BDVideoSlider-fields__wrapper {
    padding: 0;
  }
  .BDVideoSlider-last_cta {
    margin-bottom: 30px;
  }
  .BDVideoSlider-pagination {
    font-size: 14px;
    margin-left: 0px;
  }
}

.BDTextImageLightbox {
  display: flex;
  flex-direction: row;
  gap: 5%;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .BDTextImageLightbox {
    flex-direction: column;
    align-items: unset;
    gap: 50px;
  }
}
.BDTextImageLightbox-text {
  width: 40%;
  padding: 48px 40px;
}
@media (max-width: 991px) {
  .BDTextImageLightbox-text {
    width: 100%;
    padding: 0;
  }
}
.BDTextImageLightbox-text h2 {
  margin: 24px 0;
  line-height: 1.19;
  letter-spacing: -1.28px;
}
@media (max-width: 991px) {
  .BDTextImageLightbox-text h2 {
    line-height: 1.33;
    letter-spacing: -0.72px;
  }
}
.BDTextImageLightbox-text p {
  color: #5f697c;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
@media (max-width: 991px) {
  .BDTextImageLightbox-text p {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: normal;
  }
}
.BDTextImageLightbox-text-button a.fl-button {
  margin-top: 30px;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  color: #0f0e17;
  background: transparent;
}
.BDTextImageLightbox-text-button a:hover.fl-button {
  color: white;
}
.BDTextImageLightbox-image {
  width: 53.5%;
}
@media (max-width: 991px) {
  .BDTextImageLightbox-image {
    width: 100%;
  }
}
.BDTextImageLightbox-image img {
  width: 100%;
  aspect-ratio: 1.19;
  object-fit: cover;
  max-width: 687px;
}
.BDTextImageLightbox-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  overflow: hidden;
}
.BDTextImageLightbox-container-content {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.BDTextImageLightbox-container-content video {
  width: 100%;
}
.BDTextImageLightbox-container.show {
  display: block;
}
.BDTextImageLightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.BDImageSlider-slider {
  display: flex;
}
.BDImageSlider-for {
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .BDImageSlider-for {
    margin: 0 auto;
  }
}
.BDImageSlider-for ul.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.BDImageSlider-for ul.slick-dots li {
  margin: 0 3px;
}
.BDImageSlider-for ul.slick-dots li.slick-active button {
  opacity: 1;
}
.BDImageSlider-for ul.slick-dots button {
  font-size: 0px;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 15px;
  padding: 0;
  opacity: 0.3;
}
.BDImageSlider-overplay {
  position: absolute;
  width: 128px;
  height: 80px;
  background: rgba(5, 144, 200, 0.8);
  display: block;
  z-index: 123;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .BDImageSlider-overplay {
    width: 90px;
    height: 61px;
  }
}
.BDImageSlider-overplay.playing {
  display: none;
}
.BDImageSlider-overplay span {
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 75% 50%);
  background: white;
  width: 50px;
  height: 50px;
  top: 50%;
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .BDImageSlider-overplay span {
    width: 30px;
    height: 30px;
    left: calc(50% + 5px);
  }
}
.BDImageSlider-video {
  position: relative;
}
.BDImageSlider-video video {
  width: 100%;
  height: 576px;
}
@media only screen and (max-width: 1024px) {
  .BDImageSlider-video video {
    height: auto;
  }
}
.BDImageSlider-image {
  position: relative;
}
.BDImageSlider-image img {
  width: 100%;
  height: 700px;
  max-height: 750px;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .BDImageSlider-image img {
    height: auto;
  }
}
.BDImageSlider-nav {
  width: 50%;
  display: flex;
  align-items: flex-start;
}
.BDImageSlider-fields {
  color: #ffffff;
  font-family: "Gotham";
  outline: none;
}
.BDImageSlider-fields__wrapper {
  padding: 0;
  margin-bottom: 20px;
}
.BDImageSlider-name {
  color: #ffffff;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.BDImageSlider-occupation {
  color: #f0f0f0;
  font-size: 14px;
  line-height: 1.71;
  margin-bottom: 40px;
}
.BDImageSlider-quote {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-right: 80px;
}
@media only screen and (max-width: 980px) {
  .BDImageSlider-quote {
    margin-right: 0px;
  }
}
.BDImageSlider-last_cta {
  color: #ffffff;
  position: relative;
  z-index: 3;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  width: 220px;
}
.BDImageSlider-last_cta::after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  margin-left: 10px;
  transition: 0.3s;
  filter: invert(100%);
}
.BDImageSlider-last_cta:hover::after {
  content: url(/wp-content/themes/boston-dynamics/button-icons/ArrowRight%20-%20Sm.svg);
  margin-left: 10px;
  transition: 0.3s;
  filter: none;
}
.BDImageSlider .bd_hover {
  position: relative;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 12px 29.9px 12px 18.1px;
  z-index: 1;
}
.BDImageSlider .bd_hover:before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5098039216);
  top: 50%;
  left: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.BDImageSlider .bd_hover:hover {
  border: 1px solid #ffffff;
  background-clip: border-box;
  background-color: #ffffff;
  color: #0f0e17;
  padding-right: 54px;
  padding-left: 25px;
}
.BDImageSlider .bd_hover:hover:before {
  z-index: -1;
}
.BDImageSlider-page_bar {
  width: 47%;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-top: 10px;
}
.BDImageSlider-progress {
  flex: 1;
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  background-color: rgba(15, 14, 23, 0.2);
  background-image: linear-gradient(to right, #0590c8, #0590c8);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s ease-in-out;
}
.BDImageSlider-pagination {
  padding: 0 25px;
  margin-left: 30px;
  color: #0f0e17;
  font-family: Gotham;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.BDImageSlider-paginationCurrent {
  display: flex;
}
.BDImageSlider .slick-arrow {
  border: none;
  background: none;
  display: none;
}
.BDImageSlider .bdprev-arrow {
  cursor: pointer;
}
.BDImageSlider .bdnext-arrow {
  cursor: pointer;
}
@media only screen and (max-width: 980px) {
  .BDImageSlider-slider {
    display: flex;
    flex-direction: column-reverse;
  }
  .BDImageSlider-for {
    width: 100%;
    margin-top: 30px;
  }
  .BDImageSlider-nav {
    width: 100%;
  }
  .BDImageSlider-page_bar {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .BDImageSlider-fields__wrapper {
    padding: 0;
  }
  .BDImageSlider-last_cta {
    margin-bottom: 30px;
  }
  .BDImageSlider-pagination {
    font-size: 14px;
    margin-left: 0px;
  }
  .BDImageSlider-slider_image {
    height: 373.5px;
    width: 100%;
    object-fit: cover;
  }
}

.BDSocialSharing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: solid 0.5px #5f697c;
}
@media (max-width: 778px) {
  .BDSocialSharing {
    flex-direction: column;
    gap: 24px;
    align-items: unset;
  }
}
.BDSocialSharing span {
  color: #0f0e17;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
}
@media (max-width: 778px) {
  .BDSocialSharing span {
    font-size: 20px;
    line-height: 1.5;
  }
}
.BDSocialSharing-icons a {
  text-decoration: unset;
  margin-left: 24px;
}
.BDSocialSharing-icons a :hover {
  opacity: 0.8;
  transition: 0.5s;
}
@media (max-width: 778px) {
  .BDSocialSharing-icons a {
    margin-left: 0;
    margin-right: 24px;
  }
}

.FormBoston {
  padding: 48px;
  box-shadow: 0 4px 16px 0 rgba(84, 84, 84, 0.2);
  background-color: var(--white-ffffff-100);
}
@media (max-width: 768px) {
  .FormBoston {
    padding: 40px 16px;
  }
}
.FormBoston h4 {
  font-family: Gotham;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .FormBoston h4 {
    font-size: 32px;
    line-height: 1.31;
  }
}
.FormBoston input {
  background: transparent;
  border-bottom: 1px solid #0f0e17;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-right: 0px !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  margin-right: 0px;
}
.FormBoston input:focus-visible {
  outline: none;
}
.FormBoston input:hover {
  cursor: pointer;
}
.FormBoston input[type=submit] {
  padding: 8px 0px;
  border-radius: 100px;
  border: solid 1px #0590c8;
  background-color: transparent;
  font-family: Gotham;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.28px;
  color: #0590c8;
}
.FormBoston select {
  background: transparent;
  border-bottom: 1px solid #0f0e17;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100% !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  margin-right: 0px;
  color: transparent;
}
.FormBoston select:focus-visible {
  outline: none;
}
.FormBoston select:hover {
  cursor: pointer;
}
.FormBoston .hs_recaptcha {
  margin-top: 24px;
}
.FormBoston textarea {
  background: transparent;
  border-bottom: 1px solid #0f0e17;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 135px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  margin-right: 0px;
  max-height: 250px;
}
.FormBoston textarea:focus-visible {
  outline: none;
}
.FormBoston textarea:hover {
  cursor: pointer;
}
.FormBoston textarea::placeholder {
  font-size: 0;
}
.FormBoston .field {
  position: relative;
}
.FormBoston .field .input {
  z-index: 1;
  background: transparent;
}
@media (max-width: 768px) {
  .FormBoston .field .input {
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .FormBoston .hs_submit {
    margin-top: 16px;
  }
}
.FormBoston label {
  background-color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  font-family: Gotham;
  font-weight: 500;
  color: rgba(15, 14, 23, 0.4);
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: normal;
  line-height: 1.88;
  transition: all 0.2s ease-in-out;
}
.FormBoston label:hover {
  cursor: pointer;
}
.FormBoston input,
.FormBoston textarea {
  width: 100% !important;
}
.FormBoston .field {
  max-width: unset !important;
  display: flex;
  flex-direction: column;
}
.FormBoston .field:not(.hs_speak_to_sales) {
  margin-bottom: 24px !important;
}
.FormBoston .form-columns-2 {
  display: flex;
  gap: 16px;
  flex-direction: row;
}
.FormBoston .hs-richtext p {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #5f697c;
}
.FormBoston .hs-error-msgs.inputs-list {
  padding: 0 !important;
  transform: unset;
}
.FormBoston .hs-error-msgs {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  transform: unset;
}
.FormBoston .hs-error-msgs li {
  font-size: 12px;
  color: red;
  padding: 0;
  margin: 0;
  transform: unset;
}
.FormBoston .hs-error-msgs li label {
  font-size: 12px !important;
  color: red;
  transform: unset;
  padding-bottom: 0 !important;
}
.FormBoston .hs-error-msgs li label.hs-error-msg.active.filled {
  transform: unset;
}
.FormBoston .hs-state label, .FormBoston .hs-email label, .FormBoston .hs-fieldtype-checkbox label {
  top: 0;
  order: 0;
}
.FormBoston .hs-state legend, .FormBoston .hs-email legend, .FormBoston .hs-fieldtype-checkbox legend {
  font-size: 12px;
  line-height: 1;
  order: 2;
  margin-top: 5px;
  margin-bottom: 10px;
}
.FormBoston .hs-fieldtype-radio label {
  position: relative;
}
.FormBoston .inputs-list {
  list-style-type: none;
  padding-left: 0;
}
.FormBoston .inputs-list label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  padding-left: 0px;
  padding-bottom: 10px;
}
.FormBoston .inputs-list label input[type=checkbox] {
  width: auto !important;
  border-radius: 4.5px;
  border: solid 1.1px #d4d4d4;
}
.FormBoston .inputs-list label input[type=radio] {
  border: solid 1.1px #d4d4d4;
  width: auto !important;
}
.FormBoston .inputs-list label span {
  font-family: Gotham;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #5f697c;
}
.FormBoston label.active {
  padding-left: 0;
  transform: translateY(-20px);
  color: #000;
  font-size: 12px;
  line-height: 1;
}
.FormBoston label.active:hover {
  cursor: default;
}
.FormBoston .filled {
  padding-left: 0;
  transform: translateY(-20px);
  color: #000;
  font-size: 12px;
}
.FormBoston .filled:hover {
  cursor: default;
}
.FormBoston .hs-form-checkbox:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .FormBoston .form-columns-2 {
    display: block;
  }
  .FormBoston .form-columns-2 div:first-child {
    margin-bottom: 24px;
  }
  .FormBoston .form-columns-2 div {
    width: 100%;
  }
}

.fix-state_line .hs_state input {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .fix-state_line .hs_state input {
    margin-top: 21px;
  }
}

.subscribe-form .hs-submit:before {
  content: "\f061"; /* Unicode for the right arrow icon in Font Awesome 5 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* Add this to set the correct font weight for the icon */
  display: inline-block;
  font-size: 16px; /* Adjust the size as needed */
  color: #fff; /* Change the color as needed */
  margin-right: 5px; /* Adjust spacing as needed */
  bottom: 14px !important;
  right: 0 !important;
}

.subscribe-form form {
  position: relative;
}

body .FormBoston fieldset {
  max-width: unset !important;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px !important;
}

.PostAjaxFilter-title {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.48px;
  text-align: left;
  color: var(--neutral-900);
}
.PostAjaxFilter-title_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.PostAjaxFilter-content {
  display: grid;
  grid-template-columns: 283px 1fr;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .PostAjaxFilter-content {
    grid-template-columns: 1fr;
  }
}
.PostAjaxFilter-content.single_resource .PostAjaxFilter-resource_type_main, .PostAjaxFilter-content.single_resource .PostAjaxFilter-filter_heading_wrapper {
  display: none;
}
@media screen and (max-width: 768px) {
  .PostAjaxFilter-content.single_resource .PostAjaxFilter-single_wrapper {
    display: block;
    width: 100%;
  }
}
.PostAjaxFilter-search .search_bar {
  padding-right: 20px;
}
.PostAjaxFilter-search form {
  position: relative;
  border-bottom: solid 1px var(--black-0-f-0-e-17-100);
  min-width: 320px;
}
.PostAjaxFilter-search input {
  border: unset;
  background-color: unset;
  padding-bottom: 7.5px;
  outline: unset;
  text-indent: 4px;
  min-width: 270px;
}
.PostAjaxFilter-search input::placeholder, .PostAjaxFilter-search input { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: var(--black-0-f-0-e-17-40);
}
.PostAjaxFilter-search img {
  position: absolute;
  right: 23px;
  top: 5px;
}
.PostAjaxFilter-filter_title {
  text-transform: capitalize;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: var(--neutral-900);
  margin: 0;
}
.PostAjaxFilter-filter_title_link {
  font-family: Gotham;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--black-0-f-0-e-17-100);
  text-decoration: none;
  transition: 0.3s;
}
.PostAjaxFilter-filter_title_link img {
  transition: 0.3s;
}
.PostAjaxFilter-filter_title_link:hover {
  color: #0590C8;
}
.PostAjaxFilter-filter_title_link:hover img {
  filter: invert(42%) sepia(72%) saturate(3863%) hue-rotate(172deg) brightness(95%) contrast(96%);
}
.PostAjaxFilter-filter_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.PostAjaxFilter-filter_heading h3 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: var(--black-0-f-0-e-17-100);
}
.PostAjaxFilter-filter_heading_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 24px;
}
.PostAjaxFilter-filter_heading_wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 0.5px;
  background-color: var(--text-body);
}
.PostAjaxFilter-filter_heading_wrapper_search {
  margin-bottom: 24px;
}
.PostAjaxFilter-filter_reset {
  display: none;
  font-family: Gotham;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: var(--alpha-black-600);
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
  background-color: unset;
  border: unset;
}
.PostAjaxFilter-filter select, .PostAjaxFilter-filter input {
  font-size: 16px;
  font-weight: bold;
  outline: unset;
  width: 21px;
  height: 21px;
  padding: 0 0 1px;
  border-radius: 5.3px;
  border: solid 1.3px #d4d4d4;
}
.PostAjaxFilter-filter select {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20style%3D%22color%3A%20rgb(65%2C%20156%2C%2072)%3B%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-chevron-down%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z%22%20fill%3D%22%23419c48%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
}
.PostAjaxFilter-resource_type {
  font-family: Gotham;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: left;
  color: var(--black-0-f-0-e-17-100);
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
}
.PostAjaxFilter-resource_type img {
  position: absolute;
  right: 0;
  top: 3px;
  width: 25px;
  transform: rotate(180deg);
}
.PostAjaxFilter-resource_type.open img {
  transform: rotate(0deg);
}
.PostAjaxFilter-resource_type.open + div {
  padding-bottom: 40px;
}
.PostAjaxFilter-resource_type-wrapper {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--text-body);
  padding-bottom: 23.5px;
}
.PostAjaxFilter-resource_type-wrapper:not(:first-child) > div {
  display: none;
}
.PostAjaxFilter-resource_type-wrapper > div {
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}
.PostAjaxFilter-resource_type-wrapper p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Gotham;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: var(--text-body);
  margin-bottom: 10px;
  text-transform: capitalize;
}
.PostAjaxFilter-show_more {
  position: absolute;
  top: 150px;
  left: 0;
  background-color: var(--neutral-25);
  width: 100%;
  height: 50px;
  font-family: Gotham;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: var(--black-0-f-0-e-17-100);
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.PostAjaxFilter-show_more.open {
  top: unset;
  bottom: -10px;
}
.PostAjaxFilter-show_more.open img {
  transform: rotate(0);
}
.PostAjaxFilter-show_more img {
  transform: rotate(180deg);
  max-width: 16px;
}
.PostAjaxFilter-results {
  position: relative;
}
.PostAjaxFilter-single {
  margin: 25px 0;
}
.PostAjaxFilter-single_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 24px;
  align-items: start;
  min-height: 250px;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .PostAjaxFilter-single_wrapper {
    grid-gap: 0 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .PostAjaxFilter-single_wrapper {
    grid-gap: 0 40px;
    grid-template-columns: 1fr;
  }
}
.PostAjaxFilter-single_wrapper.PostAjaxFilter-show_grid {
  margin-bottom: 0;
}
.PostAjaxFilter-card {
  position: relative;
  margin-bottom: 56px;
}
.PostAjaxFilter-card * {
  text-decoration: none;
}
.PostAjaxFilter-card_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.PostAjaxFilter-card-image {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: white;
}
.PostAjaxFilter-card-categories {
  position: absolute;
  top: 10px;
  left: 10px;
}
.PostAjaxFilter-card-category {
  padding: 7px;
  border-radius: 20px;
  margin: 0 4px 8px 4px;
  display: inline-block;
  line-height: 1;
  font-family: "inter medium";
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.07px;
}
.PostAjaxFilter-card-details {
  display: flex;
  font-family: "Gotham";
  align-items: center;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin: 24px 0 0;
}
.PostAjaxFilter-card-details * {
  font-weight: bold;
  line-height: 1;
}
.PostAjaxFilter-card-type {
  color: var(--secondary-0590-c-8-100);
}
.PostAjaxFilter-card-minute_read {
  color: black;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.PostAjaxFilter-card-minute_read span {
  color: var(--black-0-f-0-e-17-20);
  font-size: 14px;
  margin: 0 5px;
}
.PostAjaxFilter-card-title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  margin-top: 12px;
}
.PostAjaxFilter-card-title a {
  color: var(--black-0-f-0-e-17-100);
  transition: color 0.3s;
}
.PostAjaxFilter-card-title a:hover {
  color: #0590C8;
}
.PostAjaxFilter-expired {
  display: none;
}
.PostAjaxFilter-loading {
  position: absolute;
  background: rgba(0, 132, 188, 0.65);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  transition: 0.3s ease-in-out;
  z-index: 9;
  border-radius: 20px;
}
.PostAjaxFilter-loading img {
  animation: breathe 1s linear infinite;
  max-width: 50px;
  margin-top: 250px;
}
.PostAjaxFilter-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
  border-top: 0.5px solid var(--text-body);
  padding-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .PostAjaxFilter-pagination {
    padding: 20px;
  }
  .PostAjaxFilter-pagination img {
    display: none;
  }
  .PostAjaxFilter-pagination .page-numbers {
    margin-left: 0 !important;
  }
}
.PostAjaxFilter-pagination--more {
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background: #0063fc !important;
  background: -moz-linear-gradient(45deg, #0063fc 0%, #1a4086 100%) !important;
  background: -webkit-linear-gradient(45deg, #0063fc 0%, #1a4086 100%) !important;
  background: linear-gradient(45deg, #0063fc 0%, #1a4086 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0063fc", endColorstr="#1a4086", GradientType=1) !important;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  background-size: 100% !important;
  border-radius: 30px;
  padding: 12px 40px;
  border: 1px solid #0e347a;
}
.PostAjaxFilter-pagination .page-numbers {
  margin-left: 15px;
  background-color: transparent;
  cursor: pointer;
  font-family: Gotham;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.08px;
  text-align: center;
  color: var(--text-body);
  transition: color 500ms;
  min-width: 15px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  transition: 0.3s;
  min-width: 35px;
  min-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.PostAjaxFilter-pagination .page-numbers.current {
  background-color: var(--secondary-0590-c-8-100);
  color: white;
}
.PostAjaxFilter-pagination .page-numbers:hover {
  background-color: var(--secondary-69-bcde-60);
}
.PostAjaxFilter-pagination .page-numbers.dots {
  opacity: 0.3;
}
.PostAjaxFilter-pagination .page-numbers.dots:hover {
  border-color: transparent;
  cursor: default;
}
.PostAjaxFilter-pagination .prev, .PostAjaxFilter-pagination .next {
  padding: 0;
  margin: 0;
  position: absolute;
}
.PostAjaxFilter-pagination .prev button, .PostAjaxFilter-pagination .next button {
  font-family: "gotham medium";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.28px;
  text-align: left;
  color: var(--black-0-f-0-e-17-100);
  background-color: unset;
  border: unset;
  outline: unset;
  cursor: pointer;
}
.PostAjaxFilter-pagination .prev {
  left: 0;
}
.PostAjaxFilter-pagination .prev img {
  transform: rotate(180deg);
}
.PostAjaxFilter-pagination .next {
  right: 0;
}
.PostAjaxFilter-no_results {
  margin-bottom: 50px;
}
.PostAjaxFilter-become_partner {
  background-color: var(--secondary-cde-9-f-4-20);
  padding: 24px;
  margin-top: 24px;
}
.PostAjaxFilter-become_partner--title {
  margin: 0;
  font-family: Gotham;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--black-0-f-0-e-17-100);
}
.PostAjaxFilter-become_partner--body {
  font-family: Gotham;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: var(--text-body);
  margin: 8px 0 16px;
}
.PostAjaxFilter-become_partner--link {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--black-0-f-0-e-17-100);
  text-decoration: unset;
}
.PostAjaxFilter-become_partner--link span {
  font-family: Gotham;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.28px;
  text-align: left;
  color: black;
}
.PostAjaxFilter-become_partner .bd_hover {
  position: relative;
  padding: 19px;
  transition: all 0.2s ease;
}
.PostAjaxFilter-become_partner .bd_hover:before {
  content: "";
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  border-radius: 28px;
  background-color: rgba(5, 144, 200, 0.2);
  width: 36px;
  height: 36px;
  transition: all 0.3s ease;
}
.PostAjaxFilter-become_partner .bd_hover span {
  font-family: "gotham medium";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.28px;
  text-align: left;
  color: black;
  position: relative;
}
.PostAjaxFilter-become_partner .bd_hover img {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: black;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.PostAjaxFilter-become_partner .bd_hover:hover:before {
  width: 100%;
  background-color: #0590c8;
}
.PostAjaxFilter-become_partner .bd_hover:hover span {
  color: white;
}
.PostAjaxFilter-become_partner .bd_hover:hover img {
  transform: translateX(0);
  filter: invert(100%);
}
.PostAjaxFilter-become_partner .bd_hover:active {
  transform: scale(0.96);
}

@media screen and (min-width: 769px) {
  .bd_mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .PostAjaxFilter-resource_type img {
    right: 18px;
  }
  .PostAjaxFilter-card {
    min-width: 80vw;
  }
  .PostAjaxFilter-card-image {
    height: 214px;
  }
  .PostAjaxFilter-single_scroll {
    overflow-x: scroll;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .PostAjaxFilter-single_scroll::-webkit-scrollbar {
    display: none;
  }
  .PostAjaxFilter-single_wrapper {
    display: flex;
    width: 85vw;
  }
  .PostAjaxFilter-title {
    font-size: 32px;
  }
  .PostAjaxFilter-title_wrapper {
    display: block;
  }
  .PostAjaxFilter-search img {
    right: 0;
  }
  .PostAjaxFilter-filter {
    position: absolute;
    top: 150vw;
    width: 100%;
    background-color: var(--neutral-25);
    z-index: 9;
    transition: 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
  }
  .PostAjaxFilter-filter.open {
    top: 80px;
    opacity: 1;
    pointer-events: auto;
  }
  .PostAjaxFilter-filter_heading {
    border-bottom: 1px solid var(--text-body);
    padding-bottom: 23.5px;
  }
  .PostAjaxFilter-filter_wrapper {
    margin-top: 26px;
    padding-right: 20px;
    position: relative;
  }
  .PostAjaxFilter-filter_wrapper.open {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--neutral-25);
    margin: 0;
    padding-top: 20px;
    height: 100vh;
    width: 100vw;
    z-index: 9999999999;
    overflow-y: scroll;
  }
  .PostAjaxFilter-filter_wrapper.open > * {
    padding-left: 20px;
  }
  .PostAjaxFilter-filter_heading_wrapper {
    padding-right: 20px;
  }
  .PostAjaxFilter-filter_reset {
    margin-top: 20px;
  }
  .PostAjaxFilter-filter_mobile {
    position: sticky;
    bottom: 0;
    background: var(--neutral-25);
    width: 100%;
    padding: 20px 20px 20px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .PostAjaxFilter-filter_apply {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--secondary-0590-c-8-100);
    border-radius: 2000px;
    border: solid 1px var(--secondary-0590-c-8-100);
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: transparent;
  }
  .PostAjaxFilter-filter_apply img {
    filter: invert(42%) sepia(72%) saturate(3863%) hue-rotate(172deg) brightness(95%) contrast(96%);
  }
  .PostAjaxFilter .bd_desktop {
    display: none !important;
  }
}
.partners_page .PostAjaxFilter-card-image {
  background-position: center;
  background-size: 80% auto;
  background-repeat: no-repeat;
}
.partners_page .PostAjaxFilter-card-details {
  display: none;
}
.partners_page .PostAjaxFilter-card-title {
  margin-top: 24px;
}
.partners_page .PostAjaxFilter-blurb {
  margin-top: 12px;
  font-family: "inter regular";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.21px;
  text-align: left;
  color: #737373;
  max-height: 70px;
  overflow: hidden;
}

input[type=checkbox], input[type=radio] {
  accent-color: var(--secondary-0590-c-8-100);
}

@keyframes breathe {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.7);
  }
}
.openBDFilter {
  overflow: hidden;
}

.BDInsightsForm input {
  border-bottom: 1px solid #0f0e17;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-right: 0px !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  margin-right: 0px;
  background: transparent;
}
.BDInsightsForm input:focus-visible {
  outline: none;
}
.BDInsightsForm input:hover {
  cursor: pointer;
}
.BDInsightsForm input[type=submit] {
  padding: 8px 0px;
  border-radius: 100px;
  border: solid 1px #0590c8;
  background-color: transparent;
  font-family: Gotham;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.28px;
  color: #0590c8;
  width: 100%;
}
.BDInsightsForm select {
  border-bottom: 1px solid #0f0e17;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100% !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  margin-right: 0px;
  background: transparent;
}
.BDInsightsForm select:focus {
  border-width: 0px !important;
  outline: 0 !important;
}
.BDInsightsForm select:focus-visible {
  outline: none;
}
.BDInsightsForm select:hover {
  cursor: pointer;
}
.BDInsightsForm select::placeholder {
  color: transparent;
}
.BDInsightsForm textarea {
  border-bottom: 1px solid #0f0e17;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 135px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  margin-right: 0px;
}
.BDInsightsForm textarea:focus-visible {
  outline: none;
}
.BDInsightsForm textarea:hover {
  cursor: pointer;
}
.BDInsightsForm .field {
  position: relative;
}
@media (max-width: 768px) {
  .BDInsightsForm .field .input {
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .BDInsightsForm .hs_submit {
    margin-top: 16px;
  }
}
.BDInsightsForm label {
  background-color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  font-family: Gotham;
  font-weight: 500;
  color: rgba(15, 14, 23, 0.4);
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: normal;
  line-height: 1.88;
  transition: all 0.2s ease-in-out;
  padding-left: 4px;
}
.BDInsightsForm label:hover {
  cursor: pointer;
}
.BDInsightsForm input,
.BDInsightsForm textarea {
  width: 100% !important;
}
.BDInsightsForm fieldset {
  max-width: unset !important;
  margin-bottom: 24px !important;
}
.BDInsightsForm .form-columns-2 {
  display: flex;
  gap: 16px;
}
.BDInsightsForm .hs-richtext p {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #5f697c;
}
.BDInsightsForm .hs-field-desc {
  font-size: 12px;
  line-height: 1.5;
}
.BDInsightsForm .hs-error-msgs {
  color: #E23067 !important;
}
.BDInsightsForm .inputs-list {
  list-style-type: none;
  padding-left: 0;
}
.BDInsightsForm .inputs-list label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  padding-left: 0px;
}
.BDInsightsForm .inputs-list label input[type=checkbox] {
  width: auto !important;
  border-radius: 4.5px;
  border: solid 1.1px #d4d4d4;
}
.BDInsightsForm .inputs-list label span {
  font-family: Gotham;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #5f697c;
}
.BDInsightsForm label.active {
  padding-left: 0;
  transform: translateY(-20px);
  color: #000;
  font-size: 12px;
}
.BDInsightsForm label.active:hover {
  cursor: default;
}
.BDInsightsForm .filled {
  padding-left: 0;
  transform: translateY(-20px);
  color: #000;
  font-size: 12px;
}
.BDInsightsForm .filled:hover {
  cursor: default;
}
@media (max-width: 768px) {
  .BDInsightsForm .form-columns-2 {
    display: block;
  }
  .BDInsightsForm .form-columns-2 div:first-child {
    margin-bottom: 24px;
  }
  .BDInsightsForm .form-columns-2 div {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .BDInsightsForm-heading {
    margin: 40px 0;
  }
}

html {
  scroll-behavior: smooth;
}

.FaqModule {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .FaqModule {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
}
.FaqModule-faqs_block h2 {
  position: relative;
  font-family: "Gotham", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e17;
  margin: 0 0 48px;
}
@media (max-width: 768px) {
  .FaqModule-faqs_block h2 {
    line-height: 1.27;
    font-size: 30px;
    margin: 0 0 32px !important;
  }
}
.FaqModule-faqs_block h2 span {
  position: absolute;
  top: -90px;
  left: 0;
}
@media (max-width: 768px) {
  .FaqModule-faqs_block h2 span {
    top: -20px;
  }
}
.FaqModule-faqs_block_single--wrapper {
  border-bottom: 1px solid #5f697c;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.FaqModule-faqs_block_single .faq-title {
  cursor: pointer;
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: -0.22px;
  text-align: left;
  color: #0f0e17;
  margin: 0px 0px 16px;
  position: relative;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .FaqModule-faqs_block_single .faq-title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.2px;
  }
}
.FaqModule-faqs_block_single .faq-title .arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.5s ease;
}
.FaqModule-faqs_block_single .faq-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.FaqModule-faqs_block_single .faq-text * {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #5f697c;
}
.FaqModule-faqs_block_single .faq-text *:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .FaqModule-faqs_block_single .faq-text * {
    font-size: 14px;
    line-height: 1.71;
  }
}
.FaqModule-faqs_block_single .active .faq-text {
  max-height: fit-content;
}
.FaqModule-faqs_block_single .active .arrow {
  transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
}

.sticky-faq-anchor-menu {
  position: sticky;
  top: 150px;
}
@media (max-width: 768px) {
  .sticky-faq-anchor-menu {
    position: relative;
    top: unset;
  }
}

.FaqAncMenu-visibility {
  visibility: visible !important;
}

.FaqAncMenu {
  visibility: hidden;
  border-radius: 8px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .FaqAncMenu {
    padding: 16px;
    max-width: unset;
  }
}
.FaqAncMenu .FaqAncMenu-title p {
  font-family: "Gotham", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e17;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .FaqAncMenu .FaqAncMenu-title p {
    line-height: 1.27;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .FaqAncMenu .FaqAncMenu-title {
    position: relative;
  }
}
.FaqAncMenu #FaqAncMenu-toc {
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .FaqAncMenu #FaqAncMenu-toc {
    max-height: 0;
    transition: max-height 0.5s ease;
    overflow: hidden;
    padding: 0px 0px;
  }
}
.FaqAncMenu #FaqAncMenu-toc .FaqAncMenu-navLink {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e17;
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .FaqAncMenu #FaqAncMenu-toc .FaqAncMenu-navLink {
    font-size: 14px;
    line-height: 1.71;
  }
}
.FaqAncMenu #FaqAncMenu-toc .FaqAncMenu-navLink:hover {
  font-weight: bold;
  text-decoration: none;
}
.FaqAncMenu #FaqAncMenu-toc .visited {
  font-weight: bold;
}
.FaqAncMenu-open {
  display: none;
}
@media (max-width: 768px) {
  .FaqAncMenu-open {
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 19px;
    height: 19px;
    justify-content: center;
    align-items: center;
  }
}
.FaqAncMenu-open-bar {
  width: 19px;
  height: 2px;
  background-color: #0f0e17;
  position: absolute;
}
.FaqAncMenu-open .second_bar {
  transform: rotate(90deg);
  transition: transform 0.5s ease;
}

@media (max-width: 768px) {
  .faq-open {
    box-shadow: 0 2px 8px 0 rgba(84, 84, 84, 0.15);
  }
}
@media (max-width: 768px) {
  .faq-open #FaqAncMenu-toc {
    max-height: 200px !important;
    padding: 10px 0px !important;
  }
}
.faq-open .second_bar {
  transform: rotate(0deg);
}

.CustomPostsSlider {
  display: flex;
}
@media (max-width: 920px) {
  .CustomPostsSlider {
    flex-direction: column;
  }
}
.CustomPostsSlider-info {
  width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 920px) {
  .CustomPostsSlider-info {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .CustomPostsSlider-info {
    padding-right: 16px;
  }
}
.CustomPostsSlider-info--title {
  margin: 0;
}
.CustomPostsSlider-info--text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: var(--text-body);
  margin-top: 25px;
}
.CustomPostsSlider-page_bar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-top: 24px;
}
.CustomPostsSlider-page_bar--progress {
  flex: 1;
  display: block;
  width: 80%;
  height: 5px;
  overflow: hidden;
  background-color: rgba(15, 14, 23, 0.2);
  background-size: 0 100%;
  transition: all 0.2s ease-in;
  position: relative;
}
.CustomPostsSlider-page_bar--progress_bar {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #0590c8;
  top: 0;
}
.CustomPostsSlider-pagination {
  margin-left: 35px;
  color: #0f0e17;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  min-width: 80px;
}
.CustomPostsSlider-pagination--paginationCurrent {
  display: flex;
}
.CustomPostsSlider-pagination--paginationCurrent .slick-arrow {
  display: none;
}
.CustomPostsSlider-pagination--paginationCurrent .bdprev-arrow,
.CustomPostsSlider-pagination--paginationCurrent .bdnext-arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.CustomPostsSlider-slider {
  display: flex;
  width: calc(100% - 420px);
  padding-left: 96px;
}
@media (max-width: 1366px) {
  .CustomPostsSlider-slider {
    padding-left: 50px;
  }
}
@media (max-width: 920px) {
  .CustomPostsSlider-slider {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.CustomPostsSlider-slider .slick-list {
  padding-left: 0 !important;
  padding-right: 22% !important;
}
@media (max-width: 620px) {
  .CustomPostsSlider-slider .slick-list {
    padding-right: 10% !important;
  }
}
.CustomPostsSlider-slider .slick-list .slick-slide {
  margin-right: 32px;
}
.CustomPostsSlider-slide--image {
  height: 180px;
  width: 100%;
  position: relative;
  background-size: cover;
}
.CustomPostsSlider-slide--topic {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.07px;
  line-height: 1.67;
  font-size: 14px;
  font-weight: 500;
  padding: 0 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  text-decoration: none;
  border-radius: 100px;
}
.CustomPostsSlider-slide_inner {
  padding-top: 16px;
}
.CustomPostsSlider-slide_inner--category, .CustomPostsSlider-slide_inner--read {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  text-decoration: none;
}
.CustomPostsSlider-slide_inner--category {
  color: var(--secondary-0590-c-8-100);
}
.CustomPostsSlider-slide_inner--read {
  color: var(--black-0-f-0-e-17-100);
  position: relative;
}
.CustomPostsSlider-slide_inner--read:before {
  content: "• ";
  color: #0f0e17;
}
.CustomPostsSlider-slide_inner--link {
  text-decoration: none;
}
.CustomPostsSlider-slide_inner--title {
  overflow: hidden;
  color: var(--black-0-f-0-e-17-100);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
  margin: 9px 0 0;
}
@media (max-width: 920px) {
  .CustomPostsSlider-slide_inner--title {
    font-size: 24px;
    line-height: 1.33;
  }
}

.BDProductSpecs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10%;
}
@media (max-width: 789px) {
  .BDProductSpecs {
    flex-direction: column;
  }
}
.BDProductSpecs .slick-arrow {
  position: absolute;
  bottom: -45px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
  border: 0;
  background-color: unset;
  color: transparent;
}
.BDProductSpecs .slider__counter {
  font-family: "Gotham";
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 7%;
  transform: translate(0px, -15px);
}
.BDProductSpecs .slick-prev {
  right: 15%;
  background-image: url(./assets/img/chevron-right.svg);
  transform: rotate(180deg);
}
.BDProductSpecs .slick-next {
  right: 0%;
  background-image: url(./assets/img/chevron-right.svg);
}
.BDProductSpecs .slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.BDProductSpecs .slick-dots {
  display: none !important;
}
.BDProductSpecs .progress {
  display: block;
  width: 70%;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(15, 14, 23, 0.2);
  background-image: linear-gradient(to right, #0590c8, #0590c8);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  transition: background-size 0.4s ease-in-out;
  margin-top: 30px;
}
.BDProductSpecs .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.BDProductSpecs .BDProductSpecs-images-container {
  width: 40%;
  max-width: 512px;
  position: sticky;
  top: 100px; /* Adjust this value based on your design */
  height: fit-content; /* So it takes the height of the content */
  padding-bottom: 20px;
}
.BDProductSpecs .BDProductSpecs-images-container .BDProductSpecs-images img {
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 789px) {
  .BDProductSpecs .BDProductSpecs-images-container {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
  }
}
.BDProductSpecs-text {
  width: 45%;
  max-width: 512px;
}
.BDProductSpecs-text h2 {
  margin: 24px 0;
}
@media (max-width: 789px) {
  .BDProductSpecs-text {
    width: 100%;
    max-width: 100%;
  }
}
.BDProductSpecs-text p#ProductSpecs-bold-desc {
  font-family: "Gotham";
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #5f697c;
  font-weight: bold;
  color: #0f0e17;
  padding-bottom: 20px;
}
@media (max-width: 789px) {
  .BDProductSpecs-text p#ProductSpecs-bold-desc {
    font-size: 16px;
  }
}
.BDProductSpecs-text p {
  font-family: "Gotham";
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #5f697c;
}
@media (max-width: 789px) {
  .BDProductSpecs-text p {
    font-size: 16px;
  }
}
.BDProductSpecs-text-expend:not(.open) .BDProductSpecs-text-expand-flex {
  display: none;
}
.BDProductSpecs-text-expand {
  margin-top: 48px;
}
@media (max-width: 500px) {
  .BDProductSpecs-text-expand {
    margin-top: 32px;
  }
}
.BDProductSpecs-text-expand.open h6::after {
  transform: rotate(270deg);
  transition: rotate 1s linear;
}
.BDProductSpecs-text-expand h6 {
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: 1px solid black;
  position: relative;
}
@media (max-width: 789px) {
  .BDProductSpecs-text-expand h6 {
    font-size: 20px;
  }
}
.BDProductSpecs-text-expand h6::after {
  content: url(./assets/img/chevron-right.svg);
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  transition: rotate 1s linear;
}
.BDProductSpecs-text-expand h6:hover {
  cursor: pointer;
}
.BDProductSpecs-text-expand h6 {
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: 1px solid #0f0e17;
  position: relative;
}
.BDProductSpecs-text-expand h6::after {
  content: url(./assets/img/chevron-right.svg);
  transform: rotate(90deg);
  position: absolute;
  right: 0;
}
.BDProductSpecs-text-expand-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.BDProductSpecs-text-expand-flex-items {
  width: 45%;
}
.BDProductSpecs-text-expand-flex-items p {
  font-family: "Gotham";
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  color: #0f0e17;
}
.BDProductSpecs-text-expand-flex-items a {
  font-family: "Gotham";
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  color: #0f0e17;
}
.BDProductSpecs-text-expand-flex-items p#ProductSpecs-subtitle {
  font-size: 16px;
  border-bottom: 0.5px solid #5f697c;
  padding-bottom: 16px;
}
.BDProductSpecs-text-expand-flex-items span {
  font-family: "Gotham";
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42;
  color: #5f697c;
  display: block;
}
.BDProductSpecs-text-expand-flex-items-inner {
  padding: 8px 0;
}
.BDProductSpecs-text-expand-flex-items__bullets span {
  display: flex;
}
.BDProductSpecs-text-expand-flex-items__bullets span::before {
  content: "-";
  margin-right: 5px;
  display: block;
}
.BDProductSpecs-slider {
  position: relative;
}
.BDProductSpecs-slider h3 {
  text-align: center;
}
.BDProductSpecs-slider .slick-arrow {
  position: absolute;
  width: 25px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 25px 30px;
  cursor: pointer;
  border: 0;
  background-color: unset;
  color: transparent;
  z-index: 1;
}
.BDProductSpecs-slider .slick-prev {
  left: -50px;
  top: 40%;
  background-image: url(./assets/img/chevron-right.svg);
  transform: rotate(180deg);
}
@media (max-width: 1025px) {
  .BDProductSpecs-slider .slick-prev {
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
}
.BDProductSpecs-slider .slick-next {
  right: -50px;
  top: 40%;
  background-image: url(./assets/img/chevron-right.svg);
}
@media (max-width: 1025px) {
  .BDProductSpecs-slider .slick-next {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.BDProductSpecs-slider .slick-list {
  margin: 0 -15px;
}
.BDProductSpecs-slider .slick-slide > div {
  padding: 0 15px;
}
.BDProductSpecs-slider .BDProductSpecs-slider-bottom {
  width: calc(100% + 32px);
  margin-left: -16px;
}
.BDProductSpecs-slider .BDProductSpecs-slider-bottom img {
  width: 33%;
  aspect-ratio: 1.55;
  object-fit: cover;
  display: block;
}
@media (max-width: 769px) {
  .BDProductSpecs-slider .BDProductSpecs-slider-bottom img {
    width: 100%;
    padding-bottom: 16px;
  }
}

.Careers-loading:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: lds-dual-ring 1s linear infinite;
  border-color: #f5f2ff #0590c8 #f5f2ff #0590c8;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  display: block;
  height: 40px;
  transition: 0.3s;
  width: 40px;
  z-index: 99;
}
.Careers-loading > div {
  opacity: 0.2;
  pointer-events: none;
}
.Careers-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 134px;
}
@media only screen and (max-width: 768px) {
  .Careers-wrapper {
    grid-gap: 65px;
  }
}
@media only screen and (max-width: 500px) {
  .Careers-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 48px;
  }
}
.Careers-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Careers-listing li {
  border-bottom: solid 0.5px #5f697c;
}
.Careers-listing li:not(:last-child) {
  margin-bottom: 24px;
}
.Careers-title {
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.64;
  letter-spacing: -0.22px;
  color: #0f0e17;
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
  .Careers-title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.2px;
  }
}
.Careers-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 500px) {
  .Careers-grid {
    gap: 16px;
    margin-bottom: 16px;
  }
}
.Careers-grid p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #5f697c;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 500px) {
  .Careers-grid p {
    font-size: 14px;
    line-height: 1.71;
  }
}
.Careers-icon {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 500px) {
  .Careers-icon {
    width: 22px;
    height: 22px;
  }
}
.Careers-filter_select select {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 1.88;
  color: #5f697c;
  width: 100%;
  padding: 7px 4px;
  outline: none;
  border: none;
  border-bottom: 1px solid #0f0e17;
}
.Careers-filter_select select:not(:last-child) {
  margin-bottom: 24px;
}
.Careers-filter_type {
  margin-top: 40px;
}
@media only screen and (max-width: 500px) {
  .Careers-filter_type {
    display: none;
  }
}
.Careers-filter_type__mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .Careers-filter_type__mobile {
    display: block;
  }
}
.Careers-filter_type-title {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #0f0e17;
  margin-bottom: 24px;
}
.Careers-filter_type ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.Careers-filter_type ul li a {
  text-decoration: none;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #0f0e17;
  cursor: pointer;
}
.Careers-filter_type ul li.active a {
  font-weight: bold;
}
.Careers-filter_type ul option {
  display: none;
}
.Careers-pagination {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .Careers-pagination {
    margin-top: 48px;
    padding-top: 10px;
    border-top: 1px solid #5f697c;
  }
}
.Careers-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .Careers-pagination ul {
    display: none;
  }
}
.Careers-pagination ul li a, .Careers-pagination ul li span {
  font-size: 14px;
  font-weight: bold;
  font-family: "Gotham", sans-serif;
  line-height: 1.43;
  letter-spacing: -0.08px;
  color: #5f697c;
  display: block;
  padding: 6px 12px;
}
.Careers-pagination ul li span.current_page {
  background: #0590c8;
  color: #fff;
}
.Careers-pagination a {
  text-decoration: none;
  cursor: pointer;
}
.Careers-pagination__mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .Careers-pagination__mobile {
    display: block;
  }
}
.Careers-pagination__mobile p {
  color: #5f697c;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
  letter-spacing: -0.08px;
}
.Careers-arrows a, .Careers-arrows span {
  font-size: 14px;
  font-weight: bold;
  font-family: "Gotham", sans-serif;
  line-height: 1.43;
  letter-spacing: -0.28px;
  color: #0f0e17;
}
@media only screen and (max-width: 768px) {
  .Careers-arrows a, .Careers-arrows span {
    font-size: 0;
  }
}
.Careers-prev img {
  margin-right: 8px;
  transform: rotate(180deg);
}
.Careers-next img {
  margin-left: 8px;
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=main.css.map */