@import url(https://use.typekit.net/qos6iun.css);
/* globals.css */

:root {
  /* Colors */
  --white: #FAFAFA;
  --black: #101B30;
  --primary: #0348A2;
  --secondary: #0072F7;
  --yellow: #FAA916;
  --vibrant-blue: #184FDB;
  --off-white-blue: #F0F3F8;
  --light-blue: #E0FBFC;
  --aqua: #9BF8F4;
  --text: #2C23DE;
  --light-gray: #F5F5F5;
  --light-gray-secondary: #E6EDF6;
  --dark-gray: #37435A;

  /* Gradients */
  --heading-gradient: linear-gradient(94deg, #184FDB 0.58%, #37435A 97.87%);
  --customer-story-hero: linear-gradient(94deg, #E0FBFC 0.58%, #96AFEE 97.87%);
  --button-primary-blue: linear-gradient(95deg, #4C77E2 0%, #184FDB 100%);
  --button-primary-blue-hover: linear-gradient(0deg, rgba(55, 67, 90, 0.20) 0%, rgba(55, 67, 90, 0.20) 100%), linear-gradient(95deg, #184FDB 0%, #184FDB 100%);
  --button-primary-orange: linear-gradient(87deg, rgba(250, 169, 22, 0.90) 5.16%, #FAA916 28.05%, #F4845F 70.55%, rgba(242, 112, 89, 0.90) 94.84%);
  --button-primary-orange-hover: linear-gradient(87deg, #FAA916 5.16%, #FAA916 28.05%, #FAA916 70.55%, #FAA916 94.84%);
  --button-primary-white: linear-gradient(94deg, #F0F3F8 0.58%, #E6EDF6 97.87%);
  
  /* Sizing */
  --spacing-small: 8px;
  --spacing-medium: 16px;
  --spacing-large: 24px;
  --spacing-xlarge: 48px;
  --spacing-xxl: 64px;

  /* Shadows */
  --shadow: 0px 10px 40px rgba(16, 27, 48, 0.2);
  --blue-shadow: 0px 10px 30px -30px rgba(24, 79, 219, 0.15), 0px 15px 35px -10px rgba(24, 79, 219, 0.25);
  --orange-shadow: 0px 10px 30px -30px rgba(238, 187, 64, 0.15), 0px 15px 35px -10px rgba(239, 89, 20, 0.35);
  --white-shadow: 0px 15px 40px 0px rgba(16, 27, 48, 0.30);
}

.block-container {
  max-width: 1024px;
  margin: 4rem auto;
}

.eyebrow {
  display: block;
  font: bold calc(12rem / 16)/calc(23 / 12);
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.pricing-developer-cta {
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 64px;
}

.pricing-developer-cta h2.wp-block-heading {
  background: linear-gradient(102.47deg, #9BF8F4 12.69%, #96AFEE 94.55%);
  background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  margin: 0 0 16px !important;
  font-size: 24px !important;
  font-weight: 500;
}

.pricing-developer-cta p {
  color: white;
  margin: 0 !important;
  font-size: 18px;
  max-width: 75%;
}

.pricing-developer-cta .wp-block-buttons {
  justify-content: end;
  margin: 32px 0 0;
}

.pricing-developer-cta .wp-block-button {
  position: relative;
}

.pricing-developer-cta .wp-block-button a {
  position: absolute;
  width: max-content;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-developer-cta .wp-block-button a::after {
  content: '';
  background: url(dd509ca16da691fff096.svg) no-repeat center;
  display: block;
  height: 20px;
  width: 12px;
}

@media only screen and (max-width: 480px) {
  .pricing-developer-cta {
    padding: 24px;
  }

  .pricing-developer-cta p {
    max-width: 100%;
  }
}
  
.wp-block-buttons{margin-bottom:2rem}.wp-block-buttons .wp-block-button{height:40px;display:block}.wp-block-buttons .wp-block-button a{padding:10px 20px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:.28px}.wp-block-buttons .wp-block-button a:hover{cursor:pointer;color:var(--white)}.wp-block-buttons .is-style-fireblocks-primary .has-blue-background-color{border-radius:15px;background:var(--button-primary-blue)}.wp-block-buttons .is-style-fireblocks-primary .has-blue-background-color:hover{border-radius:15px;background:var(--button-primary-blue-hover);box-shadow:var(--blue-shadow)}.wp-block-buttons .is-style-fireblocks-primary .has-orange-background-color{border-radius:15px;background:var(--button-primary-orange);color:var(--black)}.wp-block-buttons .is-style-fireblocks-primary .has-orange-background-color:hover{color:var(--black);border-radius:15px;background:var(--button-primary-orange-hover);box-shadow:var(--orange-shadow)}.wp-block-buttons .is-style-fireblocks-primary .has-white-background-color{border-radius:15px;background:var(--button-primary-white);color:var(--vibrant-blue)}.wp-block-buttons .is-style-fireblocks-primary .has-white-background-color:hover{color:var(--vibrant-blue);border-radius:15px;background:#fff;box-shadow:var(--white-shadow)}.wp-block-buttons .is-style-fireblocks-secondary .has-blue-background-color{border-radius:15px;border:1px solid var(--vibrant-blue);color:var(--vibrant-blue);background-color:rgba(0,0,0,0) !important}.wp-block-buttons .is-style-fireblocks-secondary .has-blue-background-color:hover{border-radius:15px;background:var(--button-primary-blue-hover);box-shadow:var(--button-blue-shadow)}.wp-block-buttons .is-style-fireblocks-secondary .has-orange-background-color{border-radius:15px;border:1px solid var(--yellow);color:var(--white);background-color:rgba(0,0,0,0) !important}.wp-block-buttons .is-style-fireblocks-secondary .has-orange-background-color:hover{color:var(--black);border-radius:15px;background:var(--button-primary-orange-hover);box-shadow:var(--button-orange-shadow)}.wp-block-buttons .is-style-fireblocks-secondary .has-white-background-color{border-radius:15px;border:1px solid var(--light-gray);background-color:rgba(0,0,0,0) !important;color:var(--light-gray)}.wp-block-buttons .is-style-fireblocks-secondary .has-white-background-color:hover{color:var(--vibrant-blue);border-radius:15px;border:1px solid #fff;background-color:#fff !important;box-shadow:var(--button-white-shadow)}
h1.wp-block-heading,h2.wp-block-heading,h3.wp-block-heading,h4.wp-block-heading,h5.wp-block-heading,h6.wp-block-heading{font-weight:600;margin:2.25rem auto 1.5rem}h1.wp-block-heading span,h2.wp-block-heading span,h3.wp-block-heading span,h4.wp-block-heading span,h5.wp-block-heading span,h6.wp-block-heading span{font-weight:600 !important}h1.wp-block-heading.has-text-align-center,h2.wp-block-heading.has-text-align-center,h3.wp-block-heading.has-text-align-center,h4.wp-block-heading.has-text-align-center,h5.wp-block-heading.has-text-align-center,h6.wp-block-heading.has-text-align-center{text-align:center}h1,h2{background:var(--heading-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}h3,h4,h5,h6{color:#37435a}h1{font-size:3.5rem}h2{font-size:2.25rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1rem;text-transform:uppercase}h6{font-size:.85rem}
.wp-block-image{margin-top:2rem;margin-bottom:2rem}.wp-block-image.portrait img{max-height:75vh;width:auto}.wp-block-image img{border-radius:15px;margin-bottom:.5rem;box-shadow:0px 10px 40px 0px rgba(16,27,48,.2)}.wp-block-image .wp-element-caption{font-size:13px;font-style:italic;margin-top:8px;color:#37435a}
.single-blog-content ol,.single-customers .customer-story-content ol{counter-reset:ol-counter;list-style:none;padding:0}.single-blog-content ol li,.single-customers .customer-story-content ol li{counter-increment:ol-counter;padding:0 0 0 26px;position:relative}.single-blog-content ol li:before,.single-customers .customer-story-content ol li:before{content:counter(ol-counter) ".";left:0;position:absolute;top:0;font-weight:700;color:var(--vibrant-blue)}.single-blog-content ol li+li,.single-customers .customer-story-content ol li+li{margin:12px 0 0}.single-blog-content ul,.single-customers .customer-story-content ul{list-style:none;padding:0}.single-blog-content ul li,.single-customers .customer-story-content ul li{position:relative;padding:0 0 0 26px}.single-blog-content ul li:before,.single-customers .customer-story-content ul li:before{content:url(f1fc330d37e7b3d6b384.svg);color:var(--vibrant-blue);left:0;position:absolute;top:0}.single-blog-content ul li+li,.single-customers .customer-story-content ul li+li{margin:12px 0 0}
body .wp-block-columns{flex-wrap:nowrap}@media only screen and (max-width: 800px){body .wp-block-columns{flex-wrap:wrap !important}}@media only screen and (max-width: 580px){body .wp-block-columns{display:grid}}
.wp-block-table{border-radius:15px;overflow:hidden;margin-bottom:var(--spacing-xlarge);box-shadow:var(--shadow);width:fit-content}.wp-block-table table{width:100%;background:var(--white);border-collapse:collapse;display:block;overflow-x:auto;overflow-y:auto}.wp-block-table table thead th{padding:var(--spacing-medium);text-align:left}.wp-block-table table thead th:before{display:none}.wp-block-table table thead th.has-text-align-center{text-align:center}.wp-block-table table thead th.has-text-align-right{text-align:right}.wp-block-table table tbody{background:var(--white)}.wp-block-table table tbody tr:nth-of-type(odd){background-color:var(--off-white-blue)}.wp-block-table table tbody tr td{padding:var(--spacing-medium)}@media only screen and (max-width: 800px){.wp-block-table table tbody tr td{min-width:125px}}.wp-block-table table tfoot{background:var(--off-white-blue)}.wp-block-table table tfoot td{padding:var(--spacing-small)}@media only screen and (max-width: 800px){.wp-block-table table{max-height:450px}}
.award-block{display:flex;column-gap:50px}.award-block.award-right{flex-direction:row-reverse}.award-block .award-content{flex:0 0 50%}.award-block .award-image img{width:100%}.award-block.award-above{flex-direction:column-reverse}.award-block.award-above .award-content{flex:0 0 100%}.award-block.award-below{flex-direction:column}.award-block.award-below .award-content{flex:0 0 100%}.award-block.overflow-image img{width:calc(50vw - 50px)}.award-block h2{color:var(--primary);font-size:1.5rem;letter-spacing:.6px;line-height:1.3333333333;margin:0 0 var(--spacing-small)}.award-block h3{color:var(--primary);font-size:2.75rem;line-height:1.2727272727;margin:0 0 var(--spacing-large)}.award-block .eyebrow{color:var(--secondary)}.award-block .award-desc{margin:0 0 var(--spacing-large)}.award-block .why-desc{margin-top:0}
.fireblocks-quote-block{margin:4rem auto}.fireblocks-quote-block .quote-icon{display:block;margin:0 auto 24px;background-image:url(061a187f77f917cb51ee.svg);background-size:100%;background-repeat:no-repeat;height:38px;width:38px}.fireblocks-quote-block blockquote{display:block}.fireblocks-quote-block blockquote .quote-meta{display:grid;margin-top:36px;text-align:center}.fireblocks-quote-block blockquote .quote-meta cite .quote-author-wrap{display:flex;flex-wrap:nowrap;justify-content:center;column-gap:12px}.fireblocks-quote-block blockquote .quote-meta cite p{margin-bottom:0;font-size:14px;font-weight:600;line-height:160%;letter-spacing:.16px;font-style:normal}.fireblocks-quote-block blockquote .quote-meta cite p.quote-author{color:#37435a}.fireblocks-quote-block blockquote .quote-meta cite p.quote-position{color:#878e9b;margin-bottom:12px}.fireblocks-quote-block blockquote .quote-meta cite p.quote-company{color:#878e9b;text-transform:uppercase;letter-spacing:1.12px}.fireblocks-quote-block blockquote .quote-meta cite .quote-logo{margin-top:12px;height:35px;object-fit:contain}.fireblocks-quote-block blockquote .quote-content{font-size:32px;line-height:1.25;font-weight:800;margin-bottom:0;text-align:center;color:#37435a;letter-spacing:0}.fireblocks-quote-block blockquote .quote-content strong{color:#184fdb;font-weight:800}@media only screen and (max-width: 800px){.fireblocks-quote-block blockquote{margin:0}.fireblocks-quote-block blockquote .quote-content{font-size:24px}}
.fireblocks-callout-text-block{background:#e0fbfc;padding:26px 30px;border-radius:15px;margin-bottom:20px}.fireblocks-callout-text-block p{margin-bottom:0}
.fireblocks-featured-single-blog{box-shadow:var(--shadow);display:flex;background:#fff;border-radius:15px;overflow:hidden;column-gap:2rem;align-items:center;position:relative;padding:1.5rem;margin-bottom:3.5rem;flex-wrap:wrap}.fireblocks-featured-single-blog a.blog-link-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.fireblocks-featured-single-blog img{object-fit:cover;border-radius:15px;display:block;position:relative;z-index:1}.fireblocks-featured-single-blog .featured-content{margin-top:1rem}.fireblocks-featured-single-blog .featured-content h4{margin:10px 0 0;background:var(--heading-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);padding-right:2.5rem}.fireblocks-featured-single-blog .featured-content .featured-categories a{color:#878e9b;letter-spacing:1.04px;margin-right:5px;font-size:12px;font-weight:700;text-transform:uppercase;position:relative;z-index:2}.fireblocks-featured-single-blog .featured-content .featured-categories a:last-of-type+span{display:none}.fireblocks-featured-single-blog .featured-content .featured-categories a:hover{color:#184fdb}.fireblocks-featured-single-blog .featured-content .featured-categories span{margin-right:5px;color:#878e9b;font-weight:700;font-size:12px}.fireblocks-featured-single-blog .arrow-btn{display:block;height:32px;width:32px;font-size:0;background-color:#e6edf6;background-image:url(86c2702c2e5e23004bde.svg);background-size:16px;background-repeat:no-repeat;background-position:center;border-radius:5px;transition:.2s ease-in-out;position:absolute;bottom:1.5rem;right:1.5rem}.fireblocks-featured-single-blog .arrow-btn:hover{background-color:#4c77e2;transition:.2s ease-in-out;background-image:url(b30367dccf244ef30b8a.svg)}.fireblocks-featured-single-blog:hover{box-shadow:var(--blue-shadow)}.fireblocks-featured-single-blog:hover h4{color:var(--vibrant-blue);text-decoration:underline;-webkit-text-fill-color:var(--vibrant-blue)}.fireblocks-featured-single-blog:hover .arrow-btn{background-color:#4c77e2;transition:.2s ease-in-out;background-image:url(b30367dccf244ef30b8a.svg)}@media only screen and (min-width: 800px){.fireblocks-featured-single-blog{height:140px;flex-wrap:nowrap}.fireblocks-featured-single-blog::before{content:url(72ce797228bb3b9b9c65.svg);height:100%;position:absolute;left:0;z-index:0}.fireblocks-featured-single-blog img{height:100px}.fireblocks-featured-single-blog .featured-content{margin-top:0;max-width:66%}.fireblocks-featured-single-blog .featured-content h4{padding-right:0}}
.gradient-link{display:flex;align-items:center;width:fit-content;margin-bottom:3rem;cursor:pointer;position:relative;z-index:10}.gradient-link.align-center{margin:0 auto 3rem}.gradient-link.align-center a{text-decoration:none}.gradient-link.align-right{margin:0 0 3rem auto}.gradient-link a{background:var(--heading-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-decoration:underline;cursor:pointer}.gradient-link:not(.arrow-down)::after{content:"";display:block;height:32px;width:32px;font-size:0;margin-left:10px;background-color:#e6edf6;background-image:url(86c2702c2e5e23004bde.svg);background-size:16px;background-repeat:no-repeat;background-position:center;border-radius:5px;transition:.2s ease-in-out}.gradient-link.arrow-down a{display:flex}.gradient-link.arrow-down a::after{content:"";display:block;height:32px;width:32px;font-size:0;margin-left:10px;background-color:#e6edf6;background-image:url(86c2702c2e5e23004bde.svg);background-size:16px;background-repeat:no-repeat;background-position:center;border-radius:5px;transition:.2s ease-in-out;transform:rotate(90deg);background-color:rgba(0,0,0,0);height:20px;width:20px}.gradient-link.arrow-down a:hover::after{background-image:url(86c2702c2e5e23004bde.svg);background-color:rgba(0,0,0,0)}.gradient-link:hover a{background:linear-gradient(94deg, #184FDB 0.58%, #184FDB 97.87%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:var(--vibrant-blue)}.gradient-link:hover::after{background-color:#4c77e2;transition:.2s ease-in-out;background-image:url(b30367dccf244ef30b8a.svg)}
.fireblocks-customer-story-hero{display:flex;flex-wrap:wrap;column-gap:24px;position:relative;background:var(--customer-story-hero);z-index:1;overflow:hidden;padding:2rem 2rem 200px;border-radius:15px;align-items:center}.fireblocks-customer-story-hero .customer-story-hero-content{flex:0 0 100%}.fireblocks-customer-story-hero .customer-story-hero-content h1{font-size:1.9rem;font-weight:600;margin-top:0}.fireblocks-customer-story-hero .customer-story-hero-content h1 strong{font-weight:900}.fireblocks-customer-story-hero .customer-story-hero-content .time-to-read{font-size:12px;color:#4c77e2;padding:4px 8px;border:1px solid #4c77e2;margin-bottom:30px;border-radius:5px;width:fit-content}.fireblocks-customer-story-hero .customer-story-hero-content .customer-story-intro{margin:24px 0 36px}.fireblocks-customer-story-hero .customer-story-hero-content .customer-story-cta{height:auto;border-radius:15px;background:linear-gradient(95deg, #4C77E2 0%, #184FDB 100%);padding:10px 20px;color:#fafafa;cursor:pointer;font-weight:500}.fireblocks-customer-story-hero .customer-story-hero-content .customer-story-cta:hover{background:linear-gradient(0deg, rgba(55, 67, 90, 0.2) 0%, rgba(55, 67, 90, 0.2) 100%),linear-gradient(95deg, #184FDB 0%, #184FDB 100%);box-shadow:0px 15px 35px -10px rgba(24,79,219,.25),0px 10px 30px -30px rgba(24,79,219,.15)}.fireblocks-customer-story-hero .customer-story-hero-content .customer-story-cta.mobile-component{display:none}.fireblocks-customer-story-hero .customer-story-hero-media{position:relative;height:250px;flex:0 0 100%}.fireblocks-customer-story-hero .customer-story-hero-media img{width:100%;height:100%;object-fit:cover;border-radius:15px}.fireblocks-customer-story-hero.fireblocks-customer-hero-video .customer-story-hero-content{flex:0 0 100%}.fireblocks-customer-story-hero.fireblocks-customer-hero-video .customer-story-featured-image{visibility:hidden;position:absolute}.fireblocks-customer-story-hero.fireblocks-customer-hero-video .customer-story-hero-media{flex:0 0 100%;position:relative}.fireblocks-customer-story-hero.fireblocks-customer-hero-video .customer-story-hero-media .fireblocks_wistia_embed{right:0rem}.fireblocks-customer-story-hero.fireblocks-customer-hero-video .customer-story-hero-media .fireblocks_wistia_embed .w-big-play-button div{background:#e6edf6 !important}.fireblocks-customer-story-hero.fireblocks-customer-hero-video .customer-story-hero-media .fireblocks_wistia_embed .w-big-play-button svg{filter:brightness(0) saturate(100%) invert(13%) sepia(83%) saturate(6091%) hue-rotate(228deg) brightness(96%) contrast(81%)}.fireblocks-customer-story-hero.fireblocks-customer-hero-video .customer-story-hero-media .fireblocks_wistia_embed img.w-css-reset{border-width:0 !important;object-fit:cover;height:375px !important;border-radius:15px !important}.fireblocks-customer-story-hero.fireblocks-customer-hero-video .customer-story-hero-media .fireblocks_wistia_embed img.w-css-reset.fireblocks-cs-video-cover{width:100% !important;border-radius:15px !important}.fireblocks-customer-story-hero.fireblocks-customer-hero-video .customer-story-hero-media .fireblocks_wistia_embed .w-video-wrapper{border-radius:15px}.fireblocks-customer-story-hero.fireblocks-customer-hero-video .customer-story-hero-media .fireblocks_wistia_embed .w-video-wrapper video{object-fit:cover !important}.fireblocks-customer-story-hero.fireblocks-customer-hero-video .customer-story-hero-media .fireblocks_wistia_embed .w-bottom-bar{visibility:hidden}.customer-story-benefits-details{position:relative;z-index:10;margin:-150px auto 48px;background:var(--white);width:calc(100% - 4rem);max-width:1280px;padding:2rem;border-radius:15px;box-shadow:var(--shadow)}.customer-story-benefits-details h6{color:#878e9b;font-size:13px;text-transform:uppercase;letter-spacing:1.04px;margin-bottom:36px}.customer-story-benefits-details.facts{display:block;column-gap:20px;row-gap:20px}.customer-story-benefits-details.facts h6{grid-column:1/3;margin-bottom:0px}.customer-story-benefits-details.facts .benefit-detail{margin-bottom:20px}.customer-story-benefits-details.facts .benefit-detail p{margin-bottom:0}.customer-story-benefits-details.facts .benefit-detail .benefit-headline{color:var(--dark-gray);font-weight:700;font-size:15px}.customer-story-benefits-details.facts .benefit-detail .benefit-content{color:#14223d;font-size:15px;line-height:160%}.customer-story-benefits-details.stats{display:block;column-gap:20px;row-gap:20px}.customer-story-benefits-details.stats h6{grid-column:1/3;margin-bottom:20px}.customer-story-benefits-details.stats .benefit-detail{margin-bottom:20px}.customer-story-benefits-details.stats .benefit-detail p{margin-bottom:0}.customer-story-benefits-details.stats .benefit-detail .benefit-headline{color:var(--vibrant-blue);font-weight:700;font-size:24px}.customer-story-benefits-details.stats .benefit-detail .benefit-content{color:#37435a;font-size:11px;line-height:160%;font-weight:700;text-transform:uppercase}@media only screen and (min-width: 800px){.fireblocks-customer-story-hero{flex-wrap:nowrap;padding:4rem 4rem 200px}.fireblocks-customer-story-hero .customer-story-hero-content{flex:0 0 calc(60% - 48px)}.fireblocks-customer-story-hero .customer-story-hero-content h1{font-size:48px}.fireblocks-customer-story-hero.fireblocks-customer-hero-video .customer-story-hero-content{flex:0 0 50%}.fireblocks-customer-story-hero.fireblocks-customer-hero-video .customer-story-hero-media{flex:0 0 50%}.fireblocks-customer-story-hero.fireblocks-customer-hero-video .customer-story-hero-media .fireblocks_wistia_embed{left:calc(100% - 575px)}.fireblocks-customer-story-hero .customer-story-hero-media{flex:0 0 calc(40% + 48px);height:375px}.fireblocks-customer-story-hero .customer-story-hero-media img{position:absolute;right:-6rem;width:100%;height:100%;object-fit:cover;border-radius:15px}.customer-story-benefits-details{width:calc(100% - 8rem);padding:40px}.customer-story-benefits-details.facts{display:grid;grid-template-columns:repeat(2, calc(50% - 40px));column-gap:20px;row-gap:20px}.customer-story-benefits-details.stats{display:grid;grid-template-columns:repeat(4, calc(25% - 40px));column-gap:20px}.customer-story-benefits-details.stats h6{grid-column:1/5}.customer-story-benefits-details.stats .benefit-detail{margin-bottom:0px}.customer-story-benefits-details.stats .benefit-detail .benefit-headline{font-size:36px;line-height:1;margin-bottom:10px}.customer-story-benefits-details.stats .benefit-detail .benefit-content{font-size:13px}}@media only screen and (min-width: 1980px){.fireblocks-customer-story-hero{padding-left:6rem}}@media only screen and (max-width: 580px){.customer-story-cta{display:none}.customer-story-cta.mobile-component{display:block !important;margin-top:24px}.fireblocks-customer-hero-video{padding:1rem 1rem 75px}.fireblocks-customer-hero-video .customer-story-hero-media{flex:0 0 100%}.fireblocks-customer-hero-video .customer-story-hero-media .fireblocks_wistia_embed{right:0;width:100% !important;height:150px !important}}
.fireblocks-customer-story-callout-text-block{display:flex;justify-content:center;margin-bottom:4rem;flex-wrap:wrap;gap:40px}.fireblocks-customer-story-callout-text-block .callout-item{padding:26px 30px;flex:1 0 calc(33% - 40px);border-radius:15px}.fireblocks-customer-story-callout-text-block .callout-item img{display:block;height:48px;width:48px;object-fit:contain;margin:0 auto}.fireblocks-customer-story-callout-text-block .callout-item h4{font-size:2.25rem;font-weight:700;text-align:center;text-transform:uppercase}.fireblocks-customer-story-callout-text-block .callout-item p{margin-bottom:0;text-transform:uppercase;font-size:13px;font-weight:700;text-align:center}.fireblocks-customer-story-callout-text-block.light-callouts .callout-item{background:var(--light-blue)}.fireblocks-customer-story-callout-text-block.light-callouts .callout-item h4{color:var(--vibrant-blue);-webkit-text-fill-color:var(--vibrant-blue)}.fireblocks-customer-story-callout-text-block.light-callouts .callout-item p{color:var(--dark-gray)}.fireblocks-customer-story-callout-text-block.dark-callouts .callout-item{background:var(--vibrant-blue)}.fireblocks-customer-story-callout-text-block.dark-callouts .callout-item h4{color:var(--aqua);-webkit-text-fill-color:var(--aqua)}.fireblocks-customer-story-callout-text-block.dark-callouts .callout-item p{color:var(--light-gray-secondary)}
.fireblocks-price-use-case-tabs{margin-bottom:40px;position:relative}.fireblocks-price-use-case-tabs .mobile-component{display:none}.fireblocks-price-use-case-tabs .pricing-tabs{background:#fff;border:1px solid #e5e7eb;display:flex;flex-wrap:nowrap;border-radius:16px;width:90%;margin:40px auto 0}.fireblocks-price-use-case-tabs .pricing-tabs .tab{padding:12px 16px;flex:0 0 20%;background:rgba(0,0,0,0);border-radius:16px;border:2px solid #fff;font-weight:600;display:flex;justify-content:center;column-gap:4px;color:#374151}.fireblocks-price-use-case-tabs .pricing-tabs .tab:hover{background:#f5faff;color:#184fdb}.fireblocks-price-use-case-tabs .pricing-tabs .tab:hover svg path{fill:#184fdb}.fireblocks-price-use-case-tabs .pricing-tabs .tab.active{background:#ebf4ff;color:#184fdb}.fireblocks-price-use-case-tabs .pricing-tabs .tab.active svg path{fill:#184fdb}.fireblocks-price-use-case-tabs .entitlement-slider-wrapper{margin:40px auto 0;flex-wrap:nowrap;justify-content:space-between;align-items:center;border-radius:16px;background:#fff;padding:12px 24px;min-height:125px;position:absolute;visibility:hidden;display:flex;width:100%}.fireblocks-price-use-case-tabs .entitlement-slider-wrapper .entitlement-text-wrap{flex:0 0 40%}.fireblocks-price-use-case-tabs .entitlement-slider-wrapper .entitlement-text-wrap p{font-size:16px;margin-bottom:0;line-height:22px}.fireblocks-price-use-case-tabs .entitlement-slider-wrapper .entitlement-text-wrap p:first-of-type{font-weight:600;margin-bottom:8px}.fireblocks-price-use-case-tabs .entitlement-slider-wrapper .entitlement-text-wrap p:last-of-type{font-size:14px;color:#6b7280}.fireblocks-price-use-case-tabs .entitlement-slider-wrapper .entitlement-slider{flex:0 0 55%;position:relative;height:10px;border-color:#e5e7eb;background:#e5e7eb;margin-top:1.25rem}.fireblocks-price-use-case-tabs .entitlement-slider-wrapper .entitlement-slider .ui-slider-range{background:#184fdb}.fireblocks-price-use-case-tabs .entitlement-slider-wrapper .entitlement-slider .slider-tooltip{position:absolute;width:max-content}.fireblocks-price-use-case-tabs .entitlement-slider-wrapper .entitlement-slider .overage-tooltip{position:absolute;background:#192a4d;color:#fff;font-size:11px;font-weight:700;padding:6px 8px;border-radius:12px;width:max-content;top:-42px;transform:translateX(-40%)}.fireblocks-price-use-case-tabs .entitlement-slider-wrapper .entitlement-slider .overage-tooltip::after{content:url(8958579e7c3444e37510.svg);display:block;margin:3px auto 0;height:14px;width:14px;position:absolute;left:calc(50% - 7px);top:75%}.fireblocks-price-use-case-tabs .entitlement-slider-wrapper .entitlement-slider .below-tooltip{top:30px;transform:translateX(-15%);color:#184fdb;font-weight:700;font-size:14px}.fireblocks-price-use-case-tabs .entitlement-slider-wrapper .entitlement-slider .below-tooltip span{display:none}.fireblocks-price-use-case-tabs .entitlement-slider-wrapper .entitlement-slider .ui-slider-handle{border:1px solid #ededed !important;height:28px !important;width:28px !important;border-radius:50% !important;background-color:#184fdb !important;background-image:url(c4d5c617a84536eb630f.svg) !important;background-size:calc(100% - 6px) !important;background-position:center !important;background-repeat:no-repeat !important;margin-top:-5px;margin-left:calc(-0.6em - 7px)}.fireblocks-price-use-case-tabs .entitlement-slider-wrapper label{visibility:hidden;position:absolute}.fireblocks-price-use-case-tabs #frequency-selector{margin:24px 0 0 auto;width:fit-content;display:grid;gap:8px;cursor:pointer;position:relative}.fireblocks-price-use-case-tabs #frequency-selector .frequency-option{border-radius:12px;border:1px solid #e5e7eb;background:#fff;padding:8px 16px;font-size:14px;color:#374151;font-weight:600;width:100%;display:flex;min-width:175px;opacity:0;position:absolute;bottom:-48px;min-height:43px;align-items:center;justify-content:space-between}.fireblocks-price-use-case-tabs #frequency-selector .frequency-option:hover{border:1px solid #c7ccd4}.fireblocks-price-use-case-tabs #frequency-selector .frequency-option.selected-frequency{opacity:1;position:relative;bottom:0}.fireblocks-price-use-case-tabs #frequency-selector .frequency-option.selected-frequency::after{content:url(fabb3c59b0ee9c79d662.svg);margin-left:8px}.fireblocks-price-use-case-tabs #frequency-selector .frequency-option .discount{border-radius:8px;background:rgba(138,46,255,.15);margin-left:8px;padding:4px 8px;color:#8a2eff}.fireblocks-price-use-case-tabs #frequency-selector.open-frequency-toggle .frequency-option{opacity:1;transition:opacity .2s ease-in-out}.fireblocks-price-use-case-tabs #frequency-selector.open-frequency-toggle .frequency-option.selected-frequency{grid-row:1;position:relative;bottom:0}.fireblocks-price-use-case-tabs #frequency-selector.open-frequency-toggle .frequency-option.selected-frequency::after{content:url(c4c76bc4ab4954bb3309.svg)}.fireblocks-price-use-case-tabs .price-details{min-height:260px}.fireblocks-price-use-case-tabs .price-cards{display:flex;column-gap:24px;margin:56px auto 0;min-height:800px}.fireblocks-price-use-case-tabs .price-cards .inner-card{display:none;position:relative;height:100%}.fireblocks-price-use-case-tabs .price-cards .price-info ul{margin-bottom:0}.fireblocks-price-use-case-tabs .price-cards .price-info li{position:relative;width:fit-content;margin-bottom:24px}.fireblocks-price-use-case-tabs .price-cards .price-info li:last-of-type{margin-bottom:0}.fireblocks-price-use-case-tabs .price-cards .price-info li::before{content:url(66c5e0ab743e2fca46cd.svg);border:none;height:24px;width:24px;margin-top:-6px}.fireblocks-price-use-case-tabs .price-cards .price-info li .tooltip-icon{background:url(665984a6d611f4733110.svg);height:20px;width:20px;display:inline-block;margin-bottom:-4px;margin-left:4px;cursor:pointer}.fireblocks-price-use-case-tabs .price-cards .price-info li .tooltip{display:none;position:absolute}.fireblocks-price-use-case-tabs .price-cards .price-info li .close-tooltip{background:url(e843b1d4ed5584084a4f.svg);height:20px;width:20px;float:right;cursor:pointer}.fireblocks-price-use-case-tabs .price-cards .price-info li .tooltip.open-icon-tooltip{display:block;top:-5rem;background:#fff;border:1px solid #e5e7eb;color:#374151;border-radius:8px;padding:16px;left:calc(100% + 8px);width:280px;z-index:10;line-height:22px}.fireblocks-price-use-case-tabs .price-cards .price-info li .tooltip.open-icon-tooltip strong{margin-bottom:4px}.fireblocks-price-use-case-tabs .price-cards .primary-entitlement,.fireblocks-price-use-case-tabs .price-cards .secondary-entitlement{display:flex;flex-wrap:wrap}.fireblocks-price-use-case-tabs .price-cards .custom-inner-card,.fireblocks-price-use-case-tabs .price-cards .fallback-inner-card{position:relative;height:100%}.fireblocks-price-use-case-tabs .price-cards .fallback-inner-card{display:none}.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card{display:block}.fireblocks-price-use-case-tabs .price-cards .price-card,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card,.fireblocks-price-use-case-tabs .price-cards .grid-card{flex:1 0 calc(33.33% - 24px);box-shadow:0px 4px 40px 0px rgba(79,79,79,.08);border-radius:16px;border:1px solid #e4e4e7;background:#fff;padding:24px 32px;position:relative}.fireblocks-price-use-case-tabs .price-cards .price-card.pro-card,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card.pro-card,.fireblocks-price-use-case-tabs .price-cards .grid-card.pro-card{border-color:#4c77e2;border-radius:0 0 16px 16px}.fireblocks-price-use-case-tabs .price-cards .price-card.pro-card .recommended-tag,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card.pro-card .recommended-tag,.fireblocks-price-use-case-tabs .price-cards .grid-card.pro-card .recommended-tag{position:absolute;background:linear-gradient(95deg, #4C77E2 0%, #184FDB 100%);top:-40px;padding:10px;min-height:32px;width:calc(100% + 2px);left:-1px;border-radius:16px 16px 0 0;text-align:center;color:#fff;font-weight:600}.fireblocks-price-use-case-tabs .price-cards .price-card.pro-card.grayscale,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card.pro-card.grayscale,.fireblocks-price-use-case-tabs .price-cards .grid-card.pro-card.grayscale{border:1px solid #e4e4e7}.fireblocks-price-use-case-tabs .price-cards .price-card.pro-card.grayscale .recommended-tag,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card.pro-card.grayscale .recommended-tag,.fireblocks-price-use-case-tabs .price-cards .grid-card.pro-card.grayscale .recommended-tag{background:#eef0f3;color:#9ca3af}.fireblocks-price-use-case-tabs .price-cards .price-card button,.fireblocks-price-use-case-tabs .price-cards .price-card a.request-demo,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card button,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card a.request-demo,.fireblocks-price-use-case-tabs .price-cards .grid-card button,.fireblocks-price-use-case-tabs .price-cards .grid-card a.request-demo{margin-bottom:40px;border-radius:15px;padding:10px 20px;width:100%;text-align:center;font-weight:600;font-size:14px;line-height:20px;letter-spacing:.014px;display:flex;justify-content:center;gap:8px;color:#184fdb;border:2px solid #4c77e2;background:#fff;align-items:center;height:42px}.fireblocks-price-use-case-tabs .price-cards .price-card button:hover,.fireblocks-price-use-case-tabs .price-cards .price-card a.request-demo:hover,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card button:hover,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card a.request-demo:hover,.fireblocks-price-use-case-tabs .price-cards .grid-card button:hover,.fireblocks-price-use-case-tabs .price-cards .grid-card a.request-demo:hover{border-radius:15px;border:2px solid #184fdb;background:linear-gradient(95deg, rgba(24, 79, 219, 0.05) 0%, rgba(24, 79, 219, 0.05) 100%)}.fireblocks-price-use-case-tabs .price-cards .price-card button::after,.fireblocks-price-use-case-tabs .price-cards .price-card a.request-demo::after,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card button::after,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card a.request-demo::after,.fireblocks-price-use-case-tabs .price-cards .grid-card button::after,.fireblocks-price-use-case-tabs .price-cards .grid-card a.request-demo::after{content:url(cd5b1806b0c0f0716a77.svg);display:block;height:18px;width:18px}.fireblocks-price-use-case-tabs .price-cards .price-card button.recommended-product,.fireblocks-price-use-case-tabs .price-cards .price-card a.request-demo.recommended-product,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card button.recommended-product,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card a.request-demo.recommended-product,.fireblocks-price-use-case-tabs .price-cards .grid-card button.recommended-product,.fireblocks-price-use-case-tabs .price-cards .grid-card a.request-demo.recommended-product{background:linear-gradient(95deg, #4C77E2 0%, #184FDB 100%);height:42px;border:none;color:#fff}.fireblocks-price-use-case-tabs .price-cards .price-card button.recommended-product:hover,.fireblocks-price-use-case-tabs .price-cards .price-card a.request-demo.recommended-product:hover,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card button.recommended-product:hover,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card a.request-demo.recommended-product:hover,.fireblocks-price-use-case-tabs .price-cards .grid-card button.recommended-product:hover,.fireblocks-price-use-case-tabs .price-cards .grid-card a.request-demo.recommended-product:hover{border-radius:15px;background:linear-gradient(0deg, rgba(55, 67, 90, 0.2) 0%, rgba(55, 67, 90, 0.2) 100%),linear-gradient(95deg, #184FDB 0%, #184FDB 100%)}.fireblocks-price-use-case-tabs .price-cards .price-card button.recommended-product::after,.fireblocks-price-use-case-tabs .price-cards .price-card a.request-demo.recommended-product::after,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card button.recommended-product::after,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card a.request-demo.recommended-product::after,.fireblocks-price-use-case-tabs .price-cards .grid-card button.recommended-product::after,.fireblocks-price-use-case-tabs .price-cards .grid-card a.request-demo.recommended-product::after{content:url(a943cc992f8412140324.svg);display:block;height:18px;width:18px}.fireblocks-price-use-case-tabs .price-cards .price-card button.request-demo::after,.fireblocks-price-use-case-tabs .price-cards .price-card a.request-demo.request-demo::after,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card button.request-demo::after,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card a.request-demo.request-demo::after,.fireblocks-price-use-case-tabs .price-cards .grid-card button.request-demo::after,.fireblocks-price-use-case-tabs .price-cards .grid-card a.request-demo.request-demo::after{display:none}.fireblocks-price-use-case-tabs .price-cards .price-card .edition,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .edition,.fireblocks-price-use-case-tabs .price-cards .grid-card .edition{color:#374151;font-size:24px;font-weight:500;line-height:32px;margin-bottom:0}.fireblocks-price-use-case-tabs .price-cards .price-card .edition-subline,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .edition-subline,.fireblocks-price-use-case-tabs .price-cards .grid-card .edition-subline{font-size:16px;color:#6b7280;font-weight:400;line-height:24px;margin-bottom:32px}.fireblocks-price-use-case-tabs .price-cards .price-card .pricing,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .pricing,.fireblocks-price-use-case-tabs .price-cards .grid-card .pricing{color:#374151;display:grid;align-content:end;margin-bottom:40px;min-height:90px}.fireblocks-price-use-case-tabs .price-cards .price-card .pricing.annual-pricing,.fireblocks-price-use-case-tabs .price-cards .price-card .pricing.custom-annual-pricing,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .pricing.annual-pricing,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .pricing.custom-annual-pricing,.fireblocks-price-use-case-tabs .price-cards .grid-card .pricing.annual-pricing,.fireblocks-price-use-case-tabs .price-cards .grid-card .pricing.custom-annual-pricing{height:90px}.fireblocks-price-use-case-tabs .price-cards .price-card .pricing p,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .pricing p,.fireblocks-price-use-case-tabs .price-cards .grid-card .pricing p{font-size:20px;font-weight:600;margin-bottom:8px}.fireblocks-price-use-case-tabs .price-cards .price-card .pricing p.higher-price,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .pricing p.higher-price,.fireblocks-price-use-case-tabs .price-cards .grid-card .pricing p.higher-price{text-decoration:line-through}.fireblocks-price-use-case-tabs .price-cards .price-card .pricing p.starts-at,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .pricing p.starts-at,.fireblocks-price-use-case-tabs .price-cards .grid-card .pricing p.starts-at{color:#6b7280;font-size:20px;font-weight:500;line-height:28px}.fireblocks-price-use-case-tabs .price-cards .price-card .pricing h3,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .pricing h3,.fireblocks-price-use-case-tabs .price-cards .grid-card .pricing h3{margin-top:0;font-size:48px;letter-spacing:-1px;line-height:1;display:flex;margin-bottom:0}.fireblocks-price-use-case-tabs .price-cards .price-card .pricing h3 .dollar-sign,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .pricing h3 .dollar-sign,.fireblocks-price-use-case-tabs .price-cards .grid-card .pricing h3 .dollar-sign{font-size:28px;margin-right:.5rem}.fireblocks-price-use-case-tabs .price-cards .price-card .pricing h3 .frequency,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .pricing h3 .frequency,.fireblocks-price-use-case-tabs .price-cards .grid-card .pricing h3 .frequency{font-size:18px;font-weight:400;letter-spacing:1px;margin-left:.5rem;margin-bottom:.5rem;align-content:end}.fireblocks-price-use-case-tabs .price-cards .price-card .entitlement,.fireblocks-price-use-case-tabs .price-cards .price-card .overage,.fireblocks-price-use-case-tabs .price-cards .price-card .auc,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .entitlement,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .overage,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .auc,.fireblocks-price-use-case-tabs .price-cards .grid-card .entitlement,.fireblocks-price-use-case-tabs .price-cards .grid-card .overage,.fireblocks-price-use-case-tabs .price-cards .grid-card .auc{font-size:18px;font-weight:600}.fireblocks-price-use-case-tabs .price-cards .price-card .entitlement span,.fireblocks-price-use-case-tabs .price-cards .price-card .overage span,.fireblocks-price-use-case-tabs .price-cards .price-card .auc span,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .entitlement span,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .overage span,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .auc span,.fireblocks-price-use-case-tabs .price-cards .grid-card .entitlement span,.fireblocks-price-use-case-tabs .price-cards .grid-card .overage span,.fireblocks-price-use-case-tabs .price-cards .grid-card .auc span{font-weight:400}.fireblocks-price-use-case-tabs .price-cards .price-card .entitlement,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .entitlement,.fireblocks-price-use-case-tabs .price-cards .grid-card .entitlement{margin-bottom:12px}.fireblocks-price-use-case-tabs .price-cards .price-card .overage,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .overage,.fireblocks-price-use-case-tabs .price-cards .grid-card .overage{margin-bottom:24px}.fireblocks-price-use-case-tabs .price-cards .price-card .info-and-cta-wrap,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card .info-and-cta-wrap,.fireblocks-price-use-case-tabs .price-cards .grid-card .info-and-cta-wrap{height:-moz-available;margin:40px auto 24px;width:100%}.fireblocks-price-use-case-tabs .price-cards .price-card.primary-card button,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card.primary-card button,.fireblocks-price-use-case-tabs .price-cards .grid-card.primary-card button{background:linear-gradient(95deg, #4C77E2 0%, #184FDB 100%);color:#fff;outline:none;height:40px}.fireblocks-price-use-case-tabs .price-cards .price-card.primary-card button:hover,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card.primary-card button:hover,.fireblocks-price-use-case-tabs .price-cards .grid-card.primary-card button:hover{border-radius:15px;background:linear-gradient(0deg, rgba(55, 67, 90, 0.2) 0%, rgba(55, 67, 90, 0.2) 100%),linear-gradient(95deg, #184FDB 0%, #184FDB 100%)}.fireblocks-price-use-case-tabs .price-cards .price-card.primary-card button::after,.fireblocks-price-use-case-tabs .price-cards .enterprise-price-card.primary-card button::after,.fireblocks-price-use-case-tabs .price-cards .grid-card.primary-card button::after{content:url(a943cc992f8412140324.svg);display:block;height:18px;width:18px}.fireblocks-price-use-case-tabs .price-cards .grid-card{grid-template-columns:40% calc(60% - 1rem);gap:2rem;height:max-content;border-radius:16px;background:rgba(255,255,255,.7);box-shadow:0px 4px 40px 0px rgba(79,79,79,.08);padding:0}.fireblocks-price-use-case-tabs .price-cards .grid-card .info-wrap{padding:40px;border:2px solid #fff;border-radius:16px 0px 0px 16px;background:rgba(246,246,246,.87)}.fireblocks-price-use-case-tabs .price-cards .grid-card .info-wrap a.request-demo{background:rgba(0,0,0,0);margin-bottom:0}.fireblocks-price-use-case-tabs .price-cards .grid-card .info-wrap a.request-demo:hover{background:#fff}.fireblocks-price-use-case-tabs .price-cards .grid-card .info-wrap .pricing{min-height:unset;margin-bottom:24px}.fireblocks-price-use-case-tabs .price-cards .grid-card .details-wrap{display:grid;align-content:center;padding:40px 0}.fireblocks-price-use-case-tabs .price-cards .custom-inner-card .overage{font-size:18px;font-weight:400}.fireblocks-price-use-case-tabs .price-cards .custom-inner-card .overage span{font-weight:600}.fireblocks-price-use-case-tabs .price-cards .custom-inner-card .entitlement{font-size:18px;margin-bottom:16px;font-weight:400}.fireblocks-price-use-case-tabs .price-cards .custom-inner-card .entitlement span{font-weight:600}.fireblocks-price-use-case-tabs .price-cards .custom-inner-card .auc{font-size:18px;margin-bottom:16px;font-weight:400}.fireblocks-price-use-case-tabs .price-cards .custom-inner-card .auc span{font-weight:600}.fireblocks-price-use-case-tabs .pricing-form{display:none;background:linear-gradient(0deg, rgba(55, 67, 90, 0.2) 0%, rgba(55, 67, 90, 0.2) 100%),linear-gradient(95deg, rgba(24, 79, 219, 0.8) 0%, rgba(24, 79, 219, 0.8) 100%);width:100vw;position:fixed;left:0;top:0;z-index:1000;padding:40px;height:100vh}.fireblocks-price-use-case-tabs .pricing-form.open-lightbox{display:block}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap{border-radius:16px;border:1px solid #184fdb;background:#fff;box-shadow:0px 40px 50px -8px rgba(20,34,61,.15),0px 20px 35px -20px rgba(20,34,61,.15);width:75%;max-width:75vw;margin:0 auto;height:100%;overflow:scroll;padding:40px;position:relative}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .close-lightbox{background:url(e843b1d4ed5584084a4f.svg);height:20px;width:20px;top:20px;right:20px;position:absolute;cursor:pointer}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap h4{margin-bottom:40px;font-size:28px;background:var(--heading-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:600}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .pricing-form-stepper{margin-bottom:40px}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:8px;position:relative;margin-bottom:16px}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .progress-fill{width:33%;height:100%;background:#005ec2;border-radius:8px 0 0 8px}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .range-labels{display:flex;justify-content:space-between;width:100%}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .range-labels p{margin-bottom:12px;font-weight:700}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .range-labels p,.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .range-labels span{font-size:14px;line-height:1}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .range-labels .start{text-align:left;color:#184fdb;font-weight:700}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .range-labels .middle{text-align:center;color:#878e9b}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .range-labels .end{text-align:right;color:#878e9b}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap form{display:grid}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap form .hs-dependent-field{margin-bottom:0}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap form h4{-webkit-text-fill-color:#333;font-size:20px;margin-bottom:24px}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap form .hs-form-field{display:grid}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap form .hs-form-field label span{color:#878e9b !important}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap form .hs-form-field input{color:#000}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap form .hs-form-field.hs-fieldtype-select .input select{height:42px;color:#000}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap form .hs-form-field.hs-fieldtype-select .input select.is-placeholder{color:#cccfd4}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap form .hs-form-field.hs-fieldtype-select .input::after{content:url(ca673b902aea35e98d97.svg);background:none;right:6px;top:6px;width:unset;height:unset}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap form .hs-form-field legend{grid-row:3;margin-left:-12px;color:#37435a}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .product-details{display:grid;grid-template-columns:calc(36% - 16px) calc(16.5% - 16px) calc(36% - 16px) calc(10.5% - 16px);border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:28px;pointer-events:none}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .product-details>div{width:100%;margin-bottom:0}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .product-details>div label{margin-bottom:0;height:14px;font-size:14px;color:#374151;font-weight:600}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .product-details>div .hs-form-required{display:none}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .product-details>div input{margin-bottom:0;border:none;background:rgba(0,0,0,0);padding:0;height:auto;color:#878e9b;font-size:14px;font-weight:400}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .hs_self_checkout_terms_accepted{width:100%}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .hs_self_checkout_terms_accepted ul{list-style-type:none;margin-bottom:0}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .hs_self_checkout_terms_accepted ul label{display:flex;align-items:center;margin-bottom:0}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .hs_self_checkout_terms_accepted ul li{padding-left:0;margin-bottom:0}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .hs_self_checkout_terms_accepted ul li::before{display:none}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .hs_self_checkout_terms_accepted ul li span{font-size:16px;color:#192a4d !important;font-weight:400;line-height:24px}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .hs_self_checkout_terms_accepted ul input{margin-right:8px;height:20px;width:20px;border-color:#cccfd4}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .hs_self_checkout_terms_accepted ul a{color:#1950da !important;text-decoration:underline}.fireblocks-price-use-case-tabs .pricing-form .pricing-form-wrap .hs_self_checkout_terms_accepted ul.no-list{margin-top:8px}.fireblocks-price-use-case-tabs .pricing-form .hs-rich-text p{font-size:16px;color:#192a4d}.fireblocks-price-use-case-tabs .pricing-form .hbspt-form{position:relative}.fireblocks-price-use-case-tabs .pricing-form .hs_submit{position:fixed;height:80px;background:#f0f3f8;display:grid;align-items:center;justify-content:right;padding:0 20px;width:calc(75% - 62px);max-width:75vw;left:calc(12.5% + 31px);bottom:20px;border-radius:0 0 16px 16px}.fireblocks-price-use-case-tabs .pricing-form .hs_submit .actions{display:flex;align-items:center;gap:36px}.fireblocks-price-use-case-tabs .pricing-form .hs_submit .hubspot-cancel{color:#878e9b;margin-bottom:0;text-decoration:underline;font-weight:600;font-size:14px;letter-spacing:.28px;cursor:pointer}.fireblocks-price-use-case-tabs .pricing-form .hs_submit .hs-button-wrapper{border-radius:15px;background:linear-gradient(95deg, #4C77E2 0%, #184FDB 100%);padding:10px 20px;display:flex;align-items:center;position:relative}.fireblocks-price-use-case-tabs .pricing-form .hs_submit .hs-button-wrapper .hs-button{height:min-content;padding:0;background:none;color:#fff;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.fireblocks-price-use-case-tabs .pricing-form .hs_submit .hs-button-wrapper::after{content:"";background:url(1b02583cd18a832408d1.svg) no-repeat center;display:block;width:12px;height:20px;margin-left:10px}.fireblocks-price-use-case-tabs+.gradient-link{margin:40px auto}.fireblocks-price-use-case-tabs+.gradient-link a{font-weight:500}@media only screen and (max-width: 1680px){.fireblocks-price-use-case-tabs .overage-tooltip{margin-top:-7% !important}}@media only screen and (max-width: 1280px){.fireblocks-price-use-case-tabs .pricing-tabs .tab{align-items:center;padding:6px}.fireblocks-price-use-case-tabs .price-cards{flex-wrap:wrap;row-gap:24px}.fireblocks-price-use-case-tabs .price-cards .recommended-tag{display:none}.fireblocks-price-use-case-tabs .price-cards .pro-card{border-radius:16px !important}.fireblocks-price-use-case-tabs .price-cards .price-card,.fireblocks-price-use-case-tabs .price-cards .custom-inner-card{flex:0 0 100%}.fireblocks-price-use-case-tabs .price-cards .price-card .info-and-cta-wrap,.fireblocks-price-use-case-tabs .price-cards .custom-inner-card .info-and-cta-wrap{position:unset;min-height:unset}}@media only screen and (max-width: 480px){.fireblocks-price-use-case-tabs .mobile-component{display:block}.fireblocks-price-use-case-tabs .price-details{min-height:unset}.fireblocks-price-use-case-tabs .pricing-tabs,.fireblocks-price-use-case-tabs .entitlement-slider-wrapper,.fireblocks-price-use-case-tabs .entitlement-select.mobile-component,.fireblocks-price-use-case-tabs #frequency-selector,.fireblocks-price-use-case-tabs .primary-entitlement .overage span:first-of-type,.fireblocks-price-use-case-tabs .secondary-entitlement .overage span:first-of-type{display:none}.fireblocks-price-use-case-tabs .primary-entitlement,.fireblocks-price-use-case-tabs .secondary-entitlement{margin-bottom:16px}.fireblocks-price-use-case-tabs .primary-entitlement .entitlement,.fireblocks-price-use-case-tabs .secondary-entitlement .entitlement{margin-bottom:0 !important}.fireblocks-price-use-case-tabs .entitlement-select.mobile-component.active-selector,.fireblocks-price-use-case-tabs .inner-card.active-card{display:block}.fireblocks-price-use-case-tabs .entitlement-select.mobile-component label{display:block;color:#374151;font-size:14px;margin-bottom:8px;font-weight:400}.fireblocks-price-use-case-tabs .inner-card.active-card~.fallback-inner-card{display:none !important}.fireblocks-price-use-case-tabs .grid-card .info-wrap{border-radius:16px 16px 0px 0px !important}.fireblocks-price-use-case-tabs .grid-card .price-info,.fireblocks-price-use-case-tabs .info-wrap{padding:24px !important}.fireblocks-price-use-case-tabs select.pricing-select,.fireblocks-price-use-case-tabs .entitlement-slider-wrapper{margin:0 0 32px}.fireblocks-price-use-case-tabs .entitlement-mobile-select,.fireblocks-price-use-case-tabs select.pricing-select{width:100%;padding:8px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;height:45px;color:#374151;font-weight:700}.fireblocks-price-use-case-tabs .entitlement-mobile-select .overage-text{color:#6b7280;font-weight:400}.fireblocks-price-use-case-tabs label.pricing-select-label{display:block;color:#374151;font-size:14px;margin-bottom:8px;font-weight:400}.fireblocks-price-use-case-tabs .tooltip.open-icon-tooltip{top:calc(100% + 6px) !important;left:0 !important}.fireblocks-price-use-case-tabs #frequency-toggle{width:260px;margin:2rem auto;padding:4px;display:flex;gap:8;justify-content:space-between;border-radius:16px;border:1px solid #e5e7eb;background:#fff;box-shadow:0px 4px 40px 0px rgba(79,79,79,.08)}.fireblocks-price-use-case-tabs #frequency-toggle .frequency-option{padding:4px 12px;font-size:14px;border-radius:12px;min-height:30px;display:flex;align-items:center;cursor:pointer}.fireblocks-price-use-case-tabs #frequency-toggle .frequency-option.selected-frequency{background:#ebf4ff;color:#184fdb;font-weight:600}.fireblocks-price-use-case-tabs #frequency-toggle .frequency-option .discount{padding:3px 8px;margin-left:8px;background:#fff;color:#6b7280;border-radius:8px}.fireblocks-price-use-case-tabs .open-lightbox.opened{padding:1rem 1rem 2rem}.fireblocks-price-use-case-tabs .open-lightbox.opened .pricing-form-wrap{max-width:90vw;width:unset;padding:24px}.fireblocks-price-use-case-tabs .open-lightbox.opened .pricing-form-wrap h4{margin-bottom:24px}.fireblocks-price-use-case-tabs .open-lightbox.opened .pricing-form-stepper{display:none}.fireblocks-price-use-case-tabs .open-lightbox.opened .hs-dependent-field{width:100%}.fireblocks-price-use-case-tabs .open-lightbox.opened .product-details{display:block}.fireblocks-price-use-case-tabs .open-lightbox.opened .product-details>div{margin-bottom:24px}.fireblocks-price-use-case-tabs .open-lightbox.opened .product-details>div:last-of-type{margin-bottom:0}.fireblocks-price-use-case-tabs .open-lightbox.opened .hs_self_checkout_terms_accepted span,.fireblocks-price-use-case-tabs .open-lightbox.opened .hs-richtext p{font-size:14px !important}.fireblocks-price-use-case-tabs .open-lightbox.opened .hs_submit{max-width:90vw;width:calc(100% - 40px);left:20px}}
.price-comparison-table{border:1px solid #e6e9f5;border-radius:15px;background:#fff;margin-bottom:64px}.price-comparison-table table{width:100%;text-align:left;color:#252430;font-weight:500}.price-comparison-table table thead th{vertical-align:top;position:relative;height:280px}.price-comparison-table table thead th .price-cta{position:absolute;width:calc(100% - 64px);bottom:28px}.price-comparison-table table thead th:first-of-type .edition-name{font-weight:700;font-size:24px}.price-comparison-table table thead th:first-of-type .edition-description{color:#858ba0;font-size:16px}.price-comparison-table table th,.price-comparison-table table td{width:25%;border-bottom:1px solid #e6e9f5;border-right:1px solid #e6e9f5;padding:28px 32px}.price-comparison-table table td{padding:20px 32px}.price-comparison-table table .edition-name{color:#374151;font-size:24px;font-weight:500;margin-bottom:0}.price-comparison-table table .edition-description{color:#6b7280;font-size:20px;font-weight:400;line-height:28px}.price-comparison-table table tr:last-of-type td{border-bottom:none}.price-comparison-table table tr th{font-weight:500 !important}.price-comparison-table table th{text-align:left;position:relative}.price-comparison-table table th h3{margin-top:0;font-size:36px;letter-spacing:-1px;line-height:1;display:flex;margin-bottom:0}.price-comparison-table table th h3.starts-at{color:#374151;font-size:14px;font-weight:500;line-height:28px}.price-comparison-table table th h3 .dollar-sign{font-size:28px;margin-right:0}.price-comparison-table table th h3 .frequency{font-size:18px;font-weight:400;letter-spacing:1;margin-left:.5rem;margin-bottom:.5rem;align-content:end;color:#6b7280}.price-comparison-table table td{text-align:center;vertical-align:middle;color:#858ba0;line-height:20px}.price-comparison-table table td span{display:block;color:#858ba0;font-size:16px;font-weight:500;line-height:20px}.price-comparison-table table td span::first-letter{text-transform:uppercase}.price-comparison-table table td:first-line{color:#252430;line-height:24px}.price-comparison-table table td br{display:block;width:100%;margin-bottom:4px}.price-comparison-table table td:last-of-type{border-right:none}.price-comparison-table table .divider{background:#f3f4f6}.price-comparison-table table .divider td{text-align:left;font-weight:700;color:#252430}.price-comparison-table .tooltip-wrap{display:inline;position:relative}.price-comparison-table .tooltip-wrap .tooltip-icon{background:url(665984a6d611f4733110.svg);height:20px;width:20px;display:inline-block;margin-bottom:-4px;margin-left:4px;cursor:pointer}.price-comparison-table .tooltip-wrap .tooltip{display:none;position:absolute}.price-comparison-table .tooltip-wrap .close-tooltip{background:url(e843b1d4ed5584084a4f.svg);height:20px;width:20px;float:right;margin-top:4px;cursor:pointer}.price-comparison-table .tooltip-wrap .tooltip.open-icon-tooltip{display:block;top:-100%;background:#fff;border:1px solid #e5e7eb;color:#374151;border-radius:8px;padding:8px;width:fit-content;min-width:280px;z-index:10;left:calc(100% + 8px)}.price-comparison-table .price-cta{border-radius:15px;background:linear-gradient(95deg, #4C77E2 0%, #184FDB 100%);padding:10px 20px;color:#fff;display:flex;gap:8px;font-size:14px;font-weight:600;margin:28px auto 0}.price-comparison-table .price-cta:hover{border-radius:15px;background:linear-gradient(0deg, rgba(55, 67, 90, 0.2) 0%, rgba(55, 67, 90, 0.2) 100%),linear-gradient(95deg, #184FDB 0%, #184FDB 100%)}.price-comparison-table .price-cta::after{content:url(a943cc992f8412140324.svg);display:block;height:18px;width:18px}.price-comparison-table .price-cta.request-demo{border-radius:15px;padding:10px 20px;text-align:center;font-weight:600;font-size:14px;line-height:20px;letter-spacing:.014px;display:flex;justify-content:center;gap:8px;color:#184fdb;outline:2px solid #4c77e2;background:#fff;align-items:center;justify-content:center;height:40px !important}.price-comparison-table .price-cta.request-demo::after{display:none}.price-comparison-table .price-cta.request-demo:hover{border-radius:15px;outline:2px solid #184fdb;background:linear-gradient(95deg, rgba(24, 79, 219, 0.05) 0%, rgba(24, 79, 219, 0.05) 100%)}@media only screen and (max-width: 1024px){.price-comparison-table table th,.price-comparison-table table td{padding:24px}.price-comparison-table table thead th:first-of-type .edition-name{font-size:18px}.price-comparison-table table thead th:first-of-type .edition-description{font-size:14px}.price-comparison-table table .edition-name{font-size:18px}.price-comparison-table table .edition-description{font-size:14px}}.mobile-table-container .mobile-table-header{padding:28px 32px;border-bottom:1px solid #e6e9f5}.mobile-table-container .mobile-table-header .edition-name{color:#252430;font-size:24px;font-weight:700;line-height:32px;margin-bottom:8px}.mobile-table-container .mobile-table-header .edition-description{color:#858ba0;font-size:14px;font-weight:500;line-height:22px;margin-bottom:0}.mobile-table-container .table-row{padding:20px 32px;border-bottom:1px solid #e6e9f5;font-size:16px}.mobile-table-container .table-row.divider{text-align:left;font-weight:700;color:#252430;background:#f3f4f6;display:block !important}.mobile-table-container .table-row.divider p{margin-bottom:0}.mobile-table-container .table-row>p{font-weight:700;line-height:26px;color:#252430;margin-bottom:10px}.mobile-table-container .table-row .value{color:#374151;font-weight:500;display:grid;grid-template-columns:33% 66%;column-gap:24px;margin-bottom:16px;height:20px}.mobile-table-container .table-row .value span{color:#6b7280;font-weight:400}
.fireblocks-faq-block{border-radius:16px;border:1px solid #e5e7eb;background:rgba(255,255,255,.7);padding:40px;margin-bottom:40px}.fireblocks-faq-block h2.faq-title{font-size:24px;margin-top:0;margin-bottom:24px;color:#184fdb}.fireblocks-faq-block ul{margin-bottom:0}.fireblocks-faq-block .faq-item{padding:24px 0;margin:0;border-bottom:1px solid #e5e7eb;font-size:16px;line-height:1;color:#333}.fireblocks-faq-block .faq-item .rich-text [data-rich-text-placeholder]{width:100%}.fireblocks-faq-block .faq-item:last-of-type{border-bottom:none;padding-bottom:0}.fireblocks-faq-block .faq-item::before{display:none}.fireblocks-faq-block .faq-item .faq-question{margin-bottom:0;cursor:pointer;width:100%;position:relative;display:flex;align-items:center;justify-content:space-between}.fireblocks-faq-block .faq-item .faq-question::after{content:url(ab50fa8301f4a5f74ca7.svg);display:inherit}.fireblocks-faq-block .faq-item .faq-answer{display:none;margin-top:24px;line-height:24px}.fireblocks-faq-block .faq-item .faq-answer.block-editor-rich-text__editable{display:block}.fireblocks-faq-block .faq-item.open .faq-question{font-weight:700}.fireblocks-faq-block .faq-item.open .faq-question::after{content:url(d5a845ae60ea858f217e.svg)}.fireblocks-faq-block .faq-item.open .faq-answer{display:block}@media only screen and (max-width: 480px){.fireblocks-faq-block .faq-question::after{margin-left:.5rem}}
.icon-value-props{border-radius:var(--radius-md, 16px);border:1px solid var(--border-divider, #E5E7EB);background:rgba(255,255,255,.7);padding:40px;grid-template-columns:repeat(3, calc(33.33% - 40px));column-gap:80px;row-gap:40px;margin-bottom:64px;display:none}.icon-value-props.active-value-props{display:grid}.icon-value-props h2{grid-column:1/4;font-size:24px !important;color:#184fdb;margin:0 0 -6px !important;font-weight:700}.icon-value-props .value-prop-icon{height:24px;width:24px;object-fit:scale-down;margin-right:8px;margin-top:-2px}.icon-value-props .value-prop-subline{margin-left:32px;font-size:16px;line-height:24px;color:#6b7280;margin-top:8px}.icon-value-props h3.value-prop-headline{display:inline-block;margin:0;font-size:16px;line-height:24px;max-width:calc(100% - 32px)}.block-editor-block-list__block .icon-value-props{display:grid}@media only screen and (max-width: 768px){.icon-value-props{grid-template-columns:repeat(2, calc(50% - 10px));column-gap:20px}.icon-value-props h2{grid-column:1/3}}@media only screen and (max-width: 480px){.icon-value-props{grid-template-columns:repeat(1, 100%);column-gap:20px;padding:32px 24px}.icon-value-props h2{grid-column:1/2}}
