@font-face {
  font-family: Inter Variablefont;
  src: url('../fonts/Inter-VariableFont.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Chesnagrotesk;
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Chesnagrotesk;
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Chesnagrotesk;
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Chesnagrotesk;
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Chesnagrotesk;
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Chesnagrotesk;
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Chesnagrotesk Book;
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Chesnagrotesk;
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Chesnagrotesk;
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-extrabold.otf') format("opentype"), url('../fonts/Fontspring-DEMO-chesnagrotesk-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --adapto--mr-primary-100: #084ed6;
  --adapto--mr-primary-40: #6294f9;
  --adapto--mr-primary-80: #135ff6;
  --site-font: "Inter Variablefont", sans-serif;
  --adapto--mr-white: white;
  --adapto--mr-white-text: #ffffffd9;
  --adapto--mr-primary-20: #89affb;
  --adapto--mr-site-bg-1: #131a27;
  --adapto--mr-site-bg-2: #0f1f3c;
  --button-h: 50px;
  --adapto--mr-white-lines: #ffffff26;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.mr-gradient-circle {
  aspect-ratio: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--adapto--mr-primary-100), #084ed600 70%);
  width: 100%;
  height: auto;
}

.uplit-gradient-wrapper {
  pointer-events: none;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.mr-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  transition: box-shadow .2s, filter .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.mr-button:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.mr-button.mr-button-secondary {
  background-color: #ffffff1a;
  background-image: none;
  border-color: #ffffff4d;
  transition: background-color .2s, box-shadow .2s;
}

.mr-button.mr-button-secondary:hover {
  filter: brightness(120%);
  background-color: #fff3;
  box-shadow: 0 0 8px #ffffff69;
}

.mr-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.large-text {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-container---l {
  width: 100%;
  max-width: 680px;
}

.mr-heading-1 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 500;
  line-height: 1em;
}

.mr-heading-1.mr-uplit-text-gradient {
  font-size: 54px;
  font-weight: 700;
}

.mr-uplit-text-gradient {
  background-image: linear-gradient(180deg, var(--adapto--mr-white) 58%, var(--adapto--mr-primary-20));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.mr-container---xl {
  width: 100%;
  max-width: 856px;
}

.mr-hero-content {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gradient-section-contents {
  z-index: 1;
  position: relative;
}

.gradient-section---uplit {
  padding-bottom: 72px;
  position: relative;
  box-shadow: 0 40px 30px -40px #0003;
}

.container---main {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mr-section {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), var(--adapto--mr-site-bg-2));
  align-self: stretch;
  padding-top: 96px;
  padding-bottom: 0;
}

.mr-image-trio-item {
  border-radius: 9px;
  width: auto;
  max-height: 192px;
  box-shadow: 0 4px 48px #00000040;
}

.mr-circle-image {
  border-radius: 50%;
}

.mr-image-trio {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-hero-cta-with-intro-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-video-play-icon {
  position: relative;
  left: 4px;
}

.mr-video-play-button {
  background-color: var(--adapto--mr-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  transition: transform .2s;
  display: flex;
  position: absolute;
  box-shadow: 0 4px 48px #00000040;
}

.mr-video-play-button:hover {
  transform: scale(1.1);
}

.mr-rounded-image {
  border-radius: 9px;
  box-shadow: 0 4px 48px #00000040;
}

.mr-video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mr-container---m {
  width: 100%;
  max-width: 504px;
}

.mr-link-text {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 500;
  text-decoration: none;
}

.mr-small-text {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-form-feedback {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  background-color: #ffffff08;
  border: 1px solid #ffffff1f;
  border-radius: 9px;
}

.mr-form-input {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  background-color: #ffffff08;
  border: 1px solid #fff3;
  border-radius: 5px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  transition: border-color .2s;
  box-shadow: 0 4px 12px #00000040;
}

.mr-form-input:focus {
  border-color: #ffffff80;
}

.mr-form-input::placeholder {
  font-family: var(--site-font);
  color: #ffffffa3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-hero-form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-form-block {
  align-self: stretch;
  margin-bottom: 0;
}

.mr-hero-form-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.hero-grid-contents {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.hero-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.mr-logo-proof-item {
  opacity: .6;
  flex: none;
  width: auto;
  max-height: 40px;
  display: block;
}

.mr-logo-proof-images {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

.body-text {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 20px;
  line-height: 1.3em;
}

.body-text.light {
  font-weight: 300;
}

.logo-proof-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mr-bold-text {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 600;
}

.mr-stars-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.glass-panel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  background-image: linear-gradient(#ffffff0f, #ffffff08);
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.glass-panel.w--open {
  background-color: #0000;
}

.glass-panel.rating-panel {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

.body {
  background-color: var(--adapto--mr-site-bg-2);
}

.cta-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  transition: box-shadow .2s, filter .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.cta-button:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.cta-button.navbar {
  height: var(--button-h);
  font-weight: 500;
}

.cta-button.navbar:hover {
  box-shadow: 0 0 8px 0 var(--adapto--mr-primary-100);
}

.cta-button.mr-show-on-mobile {
  display: none;
}

.mr-bold-text-2 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 600;
}

.mr-small-text-2 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-avatar-group-item {
  border-radius: 50%;
  width: auto;
  max-height: 72px;
  margin-right: -12px;
  box-shadow: 0 4px 48px #00000040;
}

.mr-avatar-group-item.mr-avatar-small {
  max-height: 42px;
}

.mr-avatar-group {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
  display: flex;
}

.mr-rating-with-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mr-cta-bar {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.mr-glass-panel-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  background-image: linear-gradient(#ffffff0f, #ffffff08);
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.mr-glass-panel-2.w--open {
  background-color: #0000;
}

.mr-glass-panel-2.mr-dropdown-list {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  min-width: 200px;
  padding: 10px;
  position: relative;
  top: 9px;
}

.mr-glass-panel-2.mr-dropdown-list.w--open {
  -webkit-backdrop-filter: brightness(70%) blur(12px);
  backdrop-filter: brightness(70%) blur(12px);
  min-width: 200px;
  display: flex;
}

.mr-container---main-2 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mr-section-2 {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), var(--adapto--mr-site-bg-2));
  align-self: stretch;
  padding-top: 96px;
  padding-bottom: 96px;
}

.mr-close-navbar-menu {
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 36px;
  right: 24px;
}

.mr-navbar-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mr-navbar-right.mr-show-on-mobile {
  display: none;
}

.mr-navbar-right.mr-navbar-right-grow {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.mr-nav-link {
  opacity: .8;
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  transition: opacity .2s;
}

.mr-nav-link:hover {
  opacity: 1;
}

.mr-dropdown-link {
  opacity: .8;
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  transition: opacity .2s;
}

.mr-dropdown-link:hover {
  background-color: var(--adapto--mr-white-lines);
  opacity: 1;
  border-radius: 10px;
  box-shadow: inset 0 2px 5px #0003;
}

.mr-dropdown-links {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.mr-dropdown-wrapper.w--open {
  background-color: #0000;
}

.mr-navbar-dropdown-toggle {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  opacity: .8;
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  transition: opacity .2s;
  display: flex;
}

.mr-navbar-dropdown-toggle:hover {
  opacity: 1;
}

.mr-navbar-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.mr-navbar-brand.mr-outside-justified-navbar {
  padding-left: 0;
  display: none;
}

.mr-navbar-brand.mr-show-on-mobile {
  display: none;
}

.mr-nav-menu-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mr-nav-menu {
  flex: 1;
}

.mr-navbar-justified-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.navbar-wrapper {
  z-index: 2147483647;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--adapto--mr-primary-20);
  filter: drop-shadow(0 2px 5px #000000b3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-wrapper.mr-navigation-wrapper-stack {
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mr-nav-menu-align-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.mr-nav-menu-align-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mr-navbar-centered-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-horizontal-line {
  background-color: var(--adapto--mr-white-lines);
  width: 100%;
  height: 1px;
}

.mr-navigation-stack {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.mr-close-navbar-menu-2 {
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 36px;
  right: 24px;
}

.mr-navbar-right-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mr-navbar-right-2.mr-show-on-mobile {
  display: none;
}

.mr-button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  transition: box-shadow .2s, filter .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.mr-button-3:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.mr-nav-link-2 {
  opacity: .8;
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  transition: opacity .2s;
}

.mr-nav-link-2:hover {
  opacity: 1;
}

.mr-dropdown-link-2 {
  opacity: .8;
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  transition: opacity .2s;
}

.mr-dropdown-link-2:hover {
  opacity: 1;
}

.mr-dropdown-links-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.mr-glass-panel-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  background-image: linear-gradient(#ffffff0f, #ffffff08);
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.mr-glass-panel-3.w--open {
  background-color: #0000;
}

.mr-glass-panel-3.mr-dropdown-list-2 {
  min-width: 200px;
  position: relative;
  top: 9px;
}

.mr-glass-panel-3.mr-dropdown-list-2.w--open {
  -webkit-backdrop-filter: brightness(70%) blur(12px);
  backdrop-filter: brightness(70%) blur(12px);
  min-width: 200px;
  display: flex;
}

.mr-dropdown-wrapper-2.w--open {
  background-color: #0000;
}

.mr-navbar-dropdown-toggle-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  opacity: .8;
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  transition: opacity .2s;
  display: flex;
}

.mr-navbar-dropdown-toggle-2:hover {
  opacity: 1;
}

.mr-navbar-dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.mr-navbar-brand-2.mr-outside-justified-navbar {
  padding-left: 0;
  display: none;
}

.mr-nav-menu-space-between-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mr-nav-menu-2 {
  flex: 1;
}

.mr-navbar-justified-row-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mr-navbar-2 {
  background-color: #0000;
}

.mr-container---main-3 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.mr-navbar-wrapper-2 {
  background-image: linear-gradient(270deg, var(--adapto--mr-site-bg-2), var(--adapto--mr-site-bg-1));
  justify-content: center;
  align-items: center;
  height: 66px;
  display: flex;
}

.mr-button-small {
  height: var(--button-h);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: filter .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.mr-button-small:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.mr-body-text-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-logos-section-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-scrim {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), #131a2700 10%, #0f1f3c00 90%, var(--adapto--mr-site-bg-2));
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.logo-group-image {
  opacity: .85;
}

.logo-group {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-right: 54px;
  display: flex;
}

.mr-logos-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
}

.mr-heading-5 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3em;
}

.mr-logos-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.mr-section-3 {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), var(--adapto--mr-site-bg-2));
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 40px;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  max-width: 700px;
}

.mr-uplit-gradient-wrapper-copy {
  pointer-events: none;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.mr-button-4 {
  height: var(--button-h);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  transition: box-shadow .2s, filter .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.mr-button-4:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.mr-button-4.mr-form-button {
  align-self: flex-end;
}

.mr-bold-text-3 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 600;
}

.mr-small-text-3 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}

.mr-avatar-group-item-2 {
  border-radius: 50%;
  width: auto;
  max-height: 72px;
  margin-right: -12px;
  box-shadow: 0 4px 48px #00000040;
}

.mr-avatar-group-item-2.mr-avatar-small {
  max-height: 42px;
}

.mr-avatar-group-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
  display: flex;
}

.mr-rating-with-images-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mr-cta-bar-2 {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.mr-glass-panel-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  background-image: linear-gradient(#ffffff0f, #ffffff08);
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.mr-glass-panel-4.w--open {
  background-color: #0000;
}

.mr-glass-panel-4.mr-metric-large {
  background-image: linear-gradient(#ffffff0f, #ffffff08);
  justify-content: space-between;
  min-height: 264px;
}

.mr-glass-panel-4.mr-quote-panel {
  flex: 1;
  justify-content: space-between;
}

.mr-container---main-4 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mr-section-4 {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), var(--adapto--mr-site-bg-2));
  align-self: stretch;
  padding-top: 30px;
  padding-bottom: 96px;
}

.mr-gradient-circle-2 {
  aspect-ratio: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--adapto--mr-primary-100), #084ed600 70%);
  width: 100%;
  height: auto;
}

.mr-downlit-gradient-wrapper {
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.mr-form-feedback-2 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  background-color: #ffffff08;
  border: 1px solid #ffffff1f;
  border-radius: 9px;
}

.mr-link-text-2 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 500;
  text-decoration: none;
}

.mr-selectable-label {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-checkbox {
  background-color: #ffffff08;
  border-style: solid;
  border-color: #ffffff4d;
  border-radius: 5px;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.mr-checkbox.w--redirected-checked {
  background-color: #ffffff08;
  background-size: 12px 12px;
  border-color: #ffffff4d;
}

.mr-selectable-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: -12px;
  padding-left: 0;
  display: flex;
}

.mr-form-input-2 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  background-color: #ffffff08;
  border: 1px solid #fff3;
  border-radius: 5px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  transition: border-color .2s;
  box-shadow: 0 4px 12px #00000040;
}

.mr-form-input-2:focus {
  border-color: #ffffff80;
}

.mr-form-input-2::placeholder {
  font-family: var(--site-font);
  color: #ffffffa3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-form-input-2.mr-text-area {
  min-height: 216px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mr-form-input-group {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mr-form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.mr-form-block-2 {
  align-self: stretch;
  margin-bottom: 0;
}

.mr-container---l-2 {
  width: 100%;
  max-width: 680px;
}

.mr-heading-3 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
}

.mr-heading-3.mr-downlit-text-gradient {
  background-image: linear-gradient(180deg, var(--adapto--mr-primary-20), var(--adapto--mr-white) 61%);
}

.mr-downlit-text-gradient {
  background-image: linear-gradient(180deg, var(--adapto--mr-primary-20), var(--adapto--mr-white) 42%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.mr-section-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-titled-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-titled-section.mr-reduced-gaps {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.mr-gradient-section-contents-2 {
  z-index: 1;
  position: relative;
}

.mr-gradient-section---downlit {
  padding-top: 72px;
  position: relative;
  box-shadow: 0 -40px 30px -40px #0003;
}

.mr-section-footer {
  border-top: 1px solid var(--adapto--mr-white-lines);
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.mr-body-text-3 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-body-text-3.mr-bold-text {
  color: var(--adapto--mr-white);
}

.mr-heading-6 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 500;
  line-height: 1em;
}

.mr-video-play-icon-2 {
  position: relative;
  left: 4px;
}

.mr-video-play-button-2 {
  background-color: var(--adapto--mr-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  transition: transform .2s;
  display: flex;
  position: absolute;
  box-shadow: 0 4px 48px #00000040;
}

.mr-video-play-button-2:hover {
  transform: scale(1.1);
}

.mr-rounded-image-2 {
  border-radius: 9px;
  box-shadow: 0 4px 48px #00000040;
}

.mr-video-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mr-metric-cluster-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.mr-quote-panel-logo {
  opacity: .85;
  max-height: 21px;
}

.mr-large-quote-author-avatar {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  display: flex;
}

.mr-heading-4 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.15em;
}

.mr-star {
  flex: none;
}

.mr-stars {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.mr-metric-panel-cluster {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mr-heading-7 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
}

.mr-social-link-image {
  width: auto;
  max-height: 18px;
}

.mr-social-link {
  opacity: .5;
  transition: opacity .2s;
}

.mr-social-link:hover {
  opacity: 1;
}

.mr-social-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

.mr-link-text-3 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 500;
  text-decoration: none;
}

.mr-small-text-4 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-footer-copyright-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-footer-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-footer-bottom.mr-bordered-style {
  border-top: 1px solid var(--adapto--mr-white-lines);
  padding-top: 24px;
}

.mr-footer-link {
  opacity: .85;
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: opacity .2s;
}

.mr-footer-link:hover {
  opacity: 1;
}

.mr-body-text-4 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-body-text-4.mr-bold-text-4 {
  color: var(--adapto--mr-white);
}

.mr-body-text-4.mr-footer-tagline {
  flex: 1;
}

.mr-bold-text-4 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 600;
}

.mr-footer-menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mr-footer-menus {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: 1;
  display: flex;
}

.mr-container---l-3 {
  width: 100%;
  max-width: 680px;
}

.mr-logo-cricle {
  border: 1px solid var(--adapto--mr-primary-40);
  background-color: var(--adapto--mr-primary-100);
  box-shadow: 0 0 24px 0 var(--adapto--mr-primary-80);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.mr-footer-logo-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.mr-footer-top-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.mr-footer-top-row.mr-cta-style {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px solid var(--adapto--mr-white-lines);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}

.mr-footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.mr-footer-wrapper.mr-increased-gap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.mr-container---main-5 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mr-section-5 {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), var(--adapto--mr-site-bg-2));
  align-self: stretch;
  padding-top: 96px;
  padding-bottom: 96px;
}

.mr-button-5 {
  height: var(--button-h);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  transition: box-shadow .2s, filter .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.mr-button-5:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.mr-button-5.mr-button-secondary {
  height: var(--button-h);
  background-color: #ffffff1a;
  background-image: none;
  border-color: #ffffff4d;
  transition: background-color .2s, box-shadow .2s;
}

.mr-button-5.mr-button-secondary:hover {
  filter: brightness(120%);
  background-color: #fff3;
  box-shadow: 0 0 8px #ffffff69;
}

.mr-footer-top-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.mr-gradient-circle-3 {
  aspect-ratio: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--adapto--mr-primary-100), #084ed600 70%);
  width: 100%;
  height: auto;
}

.mr-uplit-gradient-wrapper-2 {
  pointer-events: none;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.mr-buttons-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.mr-heading-8 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 500;
  line-height: 1em;
}

.mr-uplit-text-gradient-2 {
  background-image: linear-gradient(180deg, var(--adapto--mr-white) 58%, var(--adapto--mr-primary-20));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.mr-hero-content-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-gradient-section-contents-3 {
  z-index: 1;
  position: relative;
}

.mr-gradient-section---uplit-2 {
  padding-bottom: 72px;
  position: relative;
  box-shadow: 0 40px 30px -40px #0003;
}

.mr-heading-9 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
}

.mr-heading-9.mr-footer-large-link {
  opacity: .8;
  text-decoration: none;
  transition: opacity .2s;
}

.mr-heading-9.mr-footer-large-link:hover {
  opacity: 1;
}

.mr-footer-large-menu {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mr-footer-large-menu-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mr-container---s {
  flex: none;
  width: 100%;
  max-width: 416px;
}

.mr-section-6 {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), var(--adapto--mr-site-bg-2));
  align-self: stretch;
  padding-top: 96px;
  padding-bottom: 96px;
}

.mr-container---main-6 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mr-heading-2 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 51px;
  font-weight: 500;
  line-height: 1.1em;
}

.mr-heading-2.donwlit-text-section {
  line-height: 60px;
}

.mr-body-text-5 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-button-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: filter .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.mr-button-small-2:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.mr-titled-section-2 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-titled-section-2.mr-reduced-gaps {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.mr-container---l-4 {
  width: 100%;
  max-width: 680px;
}

.mr-section-title-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-gradient-circle-4 {
  aspect-ratio: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--adapto--mr-primary-100), #084ed600 70%);
  width: 100%;
  height: auto;
}

.mr-gradient-section-contents-4 {
  z-index: 1;
  position: relative;
}

.mr-gradient-section---downlit-2 {
  box-shadow: none;
  padding-top: 30px;
  display: block;
  position: relative;
}

.mr-downlit-gradient-wrapper-2 {
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.mr-downlit-text-gradient-2 {
  background-image: linear-gradient(180deg, var(--adapto--mr-primary-20), var(--adapto--mr-white) 42%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.mr-logos-wrapper-2 {
  display: flex;
  position: relative;
  overflow: hidden;
}

.mr-logo-group-2 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-right: 54px;
  display: flex;
}

.mr-logo-group-image-2 {
  opacity: .85;
}

.mr-logo-group-image-2.mr-muted {
  opacity: .6;
}

.mr-scrim-2 {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), #131a2700 10%, #0f1f3c00 90%, var(--adapto--mr-site-bg-2));
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mr-logos-section-cta-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn__content {
  position: relative;
  bottom: 0;
}

.grow__count-col {
  max-width: 192px;
}

.btn__txt {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.btn__txt.mod--2 {
  position: absolute;
  bottom: -40px;
}

.grow__columns {
  justify-content: space-between;
  display: flex;
}

.grow__desc {
  margin-top: 32px;
  margin-bottom: 42px;
}

.btn__border {
  z-index: -1;
  border: 2px solid #fff;
  position: absolute;
  inset: 0%;
}

.btn__border.mod--big {
  background-color: #0000;
  border-color: #583bac;
}

.grow__count-columns {
  justify-content: space-between;
  max-width: 700px;
  margin-top: 32px;
  display: flex;
}

.grow__col.mod--2 {
  max-width: 370px;
  margin-top: -5px;
}

.grow__col.mod--1 {
  flex: 1;
  padding-right: 84px;
}

.grow__graph-line-bg {
  z-index: 0;
  opacity: 0;
  background-image: linear-gradient(#efebe700, #efebe74d);
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.btn {
  z-index: 1;
  border: 1px solid #f8f6f133;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.mod--big {
  border-width: 2px;
  border-color: #222b40;
  min-width: 170px;
  min-height: 56px;
}

.btn.mod--big:hover {
  color: #583bac;
  background-color: #0000;
  border-color: #0000;
}

.grow__graph-line-val {
  z-index: 1;
  opacity: 0;
  color: #583bac;
  text-align: center;
  letter-spacing: .02em;
  white-space: nowrap;
  background-image: url('../images/graph_grow-val.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  min-width: 64px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: relative;
  top: -10px;
}

.grow__count-numb {
  margin-bottom: 10px;
}

.grow__graph-wrap {
  background-color: #583bac;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 320px;
  padding: 80px 80px 45px 103px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grow__graph-bg {
  z-index: 0;
  background-color: #583bac;
  background-image: url('../images/graph_grow-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  position: absolute;
  inset: 0% auto 0 0;
}

.anim-wrap {
  overflow: hidden;
}

.grow__btn-wrap {
  align-items: center;
  display: flex;
}

.section {
  padding: 56px 80px;
  position: relative;
}

.section.mod--grow {
  padding-bottom: 112px;
}

.section.mod--articles {
  color: #fefdf7;
  padding-top: 112px;
  padding-bottom: 112px;
}

.grow__graph-line {
  z-index: 1;
  background-image: linear-gradient(#efebe700, #efebe74d);
  border-left: 4px solid #fefdf7;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48px;
  height: 100%;
  display: flex;
  position: relative;
}

.grow__graph-line.mod--6 {
  max-height: 147px;
}

.grow__graph-line.mod--5, .grow__graph-line.mod--3, .grow__graph-line.mod--1 {
  max-height: 99px;
}

.grow__graph-line.mod--7 {
  background-image: linear-gradient(#efebe700, #efebe74d);
}

.grow__graph-line.mod--4 {
  max-height: 51px;
}

.heading2-2 {
  margin-bottom: 0;
}

.articles__bottom-txt {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: -3px;
  font-weight: 600;
}

.articles__overtitle-dash {
  background-color: #fefdf7;
  width: 20px;
  height: 1px;
  margin-right: 16px;
  display: inline-block;
}

.articles__overtitle-dash.mod--invert {
  filter: invert();
}

.articles__block {
  z-index: 1;
  border: 2px solid #222b40;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 72px 32px 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.articles__block.mod--2 {
  color: #222b40;
  background-color: #f8f6f1;
}

.articles__block.mod--2:hover {
  border-color: #927cff;
}

.articles__block.mod--1 {
  background-color: #583bac;
}

.articles__block.mod--1:hover {
  border-color: #fefdf7;
}

.articles__block.mod--4 {
  background-color: #414a9c;
  background-image: url('../images/graph_portfolio-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.articles__block.mod--4:hover {
  border-color: #fefdf7;
}

.articles__block.mod--3 {
  color: #222b40;
  background-color: #fcdfd8;
  padding-top: 48px;
  overflow: hidden;
}

.articles__block.mod--3:hover {
  border-color: #927cff;
}

.articles__btn-content {
  transition: all .3s;
  position: relative;
  left: 0;
}

.articles__overtitle {
  letter-spacing: .02em;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.articles__block-hover {
  width: 100%;
  height: 100%;
  position: relative;
}

.articles__ava {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.articles__chart-part {
  position: absolute;
  top: 182px;
  left: -58px;
}

.articles__graph-line-wrap {
  z-index: -1;
  padding-bottom: 140px;
  padding-left: 38px;
  padding-right: 38px;
  position: absolute;
  inset: 0%;
}

.articles__btn {
  background-color: #f8b940;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 16px;
  display: flex;
}

.articles__btn.mod--violet {
  background-color: #583bac;
}

.articles__btn.mod--dark {
  background-color: #222b40;
}

.bg-dark {
  z-index: 0;
  background-color: #222b40;
  margin-left: 40px;
  margin-right: 40px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.articles__graph-line {
  background-image: url('../images/graph_portfolio-line.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.articles__block-wrap {
  padding-top: 52px;
  padding-right: 52px;
  position: relative;
  overflow: hidden;
}

.articles__stats {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: -16px;
  right: 40px;
}

.articles__bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.articles__title {
  flex: 1;
  margin-bottom: 32px;
}

.articles__title.mod--pink {
  color: #fcdfd8;
}

.articles__title.mod--3 {
  align-items: stretch;
  max-width: 430px;
  display: flex;
}

.articles__chart-wrap {
  position: absolute;
  top: -100px;
  right: -70px;
}

.articles__btn-arrow {
  filter: invert(90%);
}

.articles__btn-arrow.mod--invert {
  filter: none;
}

.articles__btn-arrow.mod--2 {
  object-fit: scale-down;
  height: 100%;
  position: absolute;
  left: -20px;
}

.articles__grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  margin-right: -52px;
  display: grid;
}

.articles__bottom-p {
  max-width: 480px;
}

.articles__chart {
  z-index: 1;
  position: relative;
}

.articles__title-dollar {
  background-image: url('../images/read_dollar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 50px;
  margin-top: -10px;
  margin-right: 24px;
  display: block;
}

.articles__circle {
  position: absolute;
  top: -20px;
  right: -40px;
}

.articles__ava-img {
  border-radius: 100px;
  position: relative;
  top: -20px;
  right: -15px;
}

.heading2-3 {
  margin-bottom: 0;
}

.mr-section-7 {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), var(--adapto--mr-site-bg-2));
  align-self: stretch;
  padding-top: 96px;
  padding-bottom: 96px;
}

.mr-container---main-7 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mr-heading-10 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
}

.mr-large-text {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-body-text {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-body-text.mr-bold-text-5 {
  color: var(--adapto--mr-white);
}

.mr-bold-text-5 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 600;
}

.mr-small-text-5 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-button-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  transition: box-shadow .2s, filter .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.mr-button-6:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.mr-titled-section-3 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-container---l-5 {
  width: 100%;
  max-width: 680px;
}

.mr-section-title-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-glass-panel-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  background-image: linear-gradient(#ffffff0f, #ffffff08);
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.mr-glass-panel-5.w--open {
  background-color: #0000;
}

.mr-glass-panel-5.mr-large {
  justify-content: space-between;
  align-items: flex-start;
  min-height: 400px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.mr-section-footer-2 {
  border-top: 1px solid var(--adapto--mr-white-lines);
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.mr-rating-with-images-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mr-stars-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.mr-star-2 {
  flex: none;
}

.mr-quote-panels-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mr-quote-panels-grid.mr-quote-panels-grid-halves {
  grid-template-columns: 1fr 1fr;
}

.mr-quote-box-name-avatar {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mr-quote-panel-avatar {
  max-height: 48px;
}

.mr-quote-panel-logo-large {
  opacity: .85;
  max-height: none;
}

.cta-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.ctasbutton-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  transition: box-shadow .2s, filter .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.ctasbutton-copy:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.ctasbutton-copy.navbar {
  height: var(--button-h);
  font-weight: 500;
}

.ctasbutton-copy.navbar:hover {
  box-shadow: 0 0 8px 0 var(--adapto--mr-primary-100);
}

.ctasbutton-copy.mr-show-on-mobile {
  display: none;
}

.mr-section-8 {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), var(--adapto--mr-site-bg-2));
  align-self: stretch;
  padding-top: 96px;
  padding-bottom: 96px;
}

.mr-container---main-8 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mr-heading-11 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 500;
  line-height: 1em;
}

.mr-small-text-6 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-button-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  transition: box-shadow .2s, filter .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.mr-button-7:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.mr-button-7.mr-button-secondary {
  background-color: #ffffff1a;
  background-image: none;
  border-color: #ffffff4d;
  transition: background-color .2s, box-shadow .2s;
}

.mr-button-7.mr-button-secondary:hover {
  filter: brightness(120%);
  background-color: #fff3;
  box-shadow: 0 0 8px #ffffff69;
}

.mr-container---l-6 {
  width: 100%;
  max-width: 680px;
}

.mr-gradient-section---uplit-3 {
  padding-bottom: 72px;
  position: relative;
  box-shadow: 0 40px 30px -40px #0003;
}

.mr-uplit-gradient-wrapper-3 {
  pointer-events: none;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.mr-gradient-circle-5 {
  aspect-ratio: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--adapto--mr-primary-100), #084ed600 70%);
  width: 100%;
  height: auto;
}

.mr-gradient-section-contents-5 {
  z-index: 1;
  position: relative;
}

.mr-hero-content-3 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-buttons-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.mr-uplit-text-gradient-3 {
  background-image: linear-gradient(180deg, var(--adapto--mr-white) 58%, var(--adapto--mr-primary-20));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.mr-link-text-4 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 500;
  text-decoration: none;
}

.mr-social-links-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

.mr-social-link-2 {
  opacity: .5;
  transition: opacity .2s;
}

.mr-social-link-2:hover {
  opacity: 1;
}

.mr-social-link-image-2 {
  width: auto;
  max-height: 18px;
}

.mr-footer-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.mr-footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mr-footer-copyright-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  height: var(--button-h);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: box-shadow .2s, filter .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.button:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.button.secondary {
  height: var(--button-h);
  background-color: #ffffff1a;
  background-image: none;
  border-color: #ffffff4d;
  transition: background-color .2s, box-shadow .2s;
}

.button.secondary:hover {
  filter: brightness(120%);
  background-color: #fff3;
  box-shadow: 0 0 8px #ffffff69;
}

.button.navbar {
  font-weight: 400;
}

._600-bold {
  font-weight: 600;
}

.mr-section-9 {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), var(--adapto--mr-site-bg-2));
  font-family: var(--site-font);
  align-self: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mr-container---main {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mr-heading-12 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 51px;
  font-weight: 500;
  line-height: 1.1em;
}

.mr-large-text-2 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-body-text-6 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-body-text-6.mr-bold-text-6 {
  color: var(--adapto--mr-white);
}

.mr-bold-text-6 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 600;
}

.mr-small-text-7 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-titled-section-4 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.mr-container---l-7 {
  width: 100%;
  max-width: 680px;
}

.mr-section-title-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-glass-panel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  background-image: linear-gradient(#ffffff0f, #ffffff08);
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.mr-glass-panel.w--open {
  background-color: #0000;
}

.mr-glass-panel.mr-title-rating-panel {
  text-align: left;
  flex-flow: row;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mr-gradient-circle-6 {
  aspect-ratio: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--adapto--mr-primary-100), #084ed600 70%);
  width: 100%;
  height: auto;
}

.mr-gradient-section-contents {
  z-index: 1;
  position: relative;
}

.mr-gradient-section---downlit-3 {
  padding-top: 72px;
  position: relative;
  box-shadow: 0 -40px 30px -40px #0003;
}

.mr-downlit-gradient-wrapper-3 {
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.mr-downlit-text-gradient-3 {
  background-image: linear-gradient(180deg, var(--adapto--mr-primary-20), var(--adapto--mr-white) 42%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.mr-stars-wrapper-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-quote-panels-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mr-quote-box-name-avatar-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mr-quote-panel-avatar-2 {
  max-height: 48px;
}

.grid_2col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 50px;
  display: grid;
}

.work-card {
  z-index: 1;
  color: #fcfcfd;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 50rem;
  max-height: 50rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-card.a_appear-200 {
  border: 1px solid var(--adapto--mr-white-lines);
  min-height: 40rem;
  max-height: 40rem;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.work-card.a_appear {
  border: 1px solid var(--adapto--mr-white-lines);
  min-height: 40rem;
  max-height: 40rem;
  text-decoration: none;
  box-shadow: 0 2px 5px 2px #0003;
}

.work-card_tag {
  font-family: var(--site-font);
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 8rem;
  padding: .5rem 1rem;
  font-size: .75rem;
  line-height: 1;
  text-decoration: none;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.work-card_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  text-decoration: none;
  display: flex;
}

.work-card_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-style-h2 {
  font-family: var(--site-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.work-card_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-card-hover-text {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: .9;
}

.work-card-hover-cursor {
  z-index: 99;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  padding-top: 1rem;
  display: flex;
  position: absolute;
}

.mr-section-10 {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), var(--adapto--mr-site-bg-2));
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 96px;
}

.mr-container---main-9 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.mr-heading-13 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
}

.mr-heading-13.mr-downlit-text-gradient-4 {
  background-image: linear-gradient(180deg, var(--adapto--mr-primary-20), var(--adapto--mr-white) 61%);
  font-size: 50px;
}

.mr-body-text-7 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-body-text-7.mr-bold-text-7 {
  color: var(--adapto--mr-white);
}

.mr-bold-text-7 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 600;
}

.mr-button-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: filter .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.mr-button-small-3:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.mr-titled-section-5 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-titled-section-5.mr-reduced-gaps {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.mr-container---l-8 {
  width: 100%;
  max-width: 680px;
}

.mr-section-title-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-glass-panel-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  background-image: linear-gradient(#ffffff0f, #ffffff08);
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.mr-glass-panel-6.w--open {
  background-color: #0000;
}

.mr-glass-panel-6.mr-accordion-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.mr-accordion-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.mr-accordion-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  transition: opacity .2s;
  display: flex;
}

.mr-accordion-title:hover {
  opacity: .7;
}

.mr-accordion-contents {
  padding: 0 18px 24px;
}

.mr-accordion-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.mr-heading-14 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3em;
}

.mr-gradient-circle-7 {
  aspect-ratio: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--adapto--mr-primary-100), #084ed600 70%);
  width: 100%;
  height: auto;
}

.mr-gradient-section-contents-6 {
  z-index: 1;
  position: relative;
}

.mr-gradient-section---downlit-4 {
  padding-top: 72px;
  position: relative;
  box-shadow: 0 -40px 30px -40px #0003;
}

.mr-downlit-gradient-wrapper-4 {
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.mr-downlit-text-gradient-4 {
  background-image: linear-gradient(180deg, var(--adapto--mr-primary-20), var(--adapto--mr-white) 42%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.mr-text-feature-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.mr-text-feature-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.mr-section-11 {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), var(--adapto--mr-site-bg-2));
  font-family: var(--site-font);
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 96px;
}

.mr-heading-15 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
}

.mr-large-text-3 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-circle-image-2 {
  border-radius: 50%;
}

.mr-rounded-image-3 {
  border-radius: 9px;
  box-shadow: 0 4px 48px #00000040;
}

.mr-rounded-image-3.mr-circle-image-2 {
  border-radius: 50%;
}

.mr-grid-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.mr-grid-section-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mr-grid-section-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mr-grid-section-contents.mr-increased-gap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.mr-text-grid-vertical {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.mr-image-pair {
  flex-flow: column;
  display: flex;
}

.mr-image-pair-item {
  width: 100%;
  max-width: 264px;
}

.mr-image-pair-item.mr-left-item {
  align-self: flex-start;
  margin-bottom: -96px;
}

.mr-image-pair-item.mr-right-item {
  align-self: flex-end;
}

.rich-text-block {
  font-family: var(--site-font);
  color: #fff;
}

.link, .link-2 {
  color: var(--adapto--mr-white-text);
  text-decoration: none;
}

.spacer-normal {
  padding-bottom: 4rem;
}

.mr-calendly {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), var(--adapto--mr-site-bg-2));
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.mr-container---main-10 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mr-button-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  transition: box-shadow .2s, filter .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.mr-button-8:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.mr-button-8.mr-show-on-mobile {
  display: none;
}

.mr-glass-panel-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  background-image: linear-gradient(#ffffff0f, #ffffff08);
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.mr-glass-panel-7.w--open {
  background-color: #0000;
}

.mr-glass-panel-7.mr-dropdown-list-3 {
  min-width: 200px;
  position: relative;
  top: 9px;
}

.mr-glass-panel-7.mr-dropdown-list-3.w--open {
  -webkit-backdrop-filter: brightness(70%) blur(12px);
  backdrop-filter: brightness(70%) blur(12px);
  min-width: 200px;
  display: flex;
}

.mr-glass-panel-7.mr-rating-panel {
  text-align: left;
  flex-flow: row;
  align-self: flex-start;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mr-glass-panel-7.mr-accordion-item-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.mr-navbar-wrapper {
  background-image: linear-gradient(270deg, var(--adapto--mr-site-bg-2), var(--adapto--mr-site-bg-1));
  justify-content: center;
  align-items: center;
  height: 66px;
  display: flex;
}

.mr-navbar {
  background-color: #0000;
}

.mr-navbar-brand-3.mr-show-on-mobile {
  display: none;
}

.mr-nav-link-3 {
  opacity: .8;
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  transition: opacity .2s;
}

.mr-nav-link-3:hover {
  opacity: 1;
}

.mr-nav-menu-3 {
  flex: 1;
}

.mr-navbar-right-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mr-navbar-justified-row-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mr-navbar-dropdown-3 {
  margin-left: 0;
  margin-right: 0;
}

.mr-navbar-dropdown-toggle-3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  opacity: .8;
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  transition: opacity .2s;
  display: flex;
}

.mr-navbar-dropdown-toggle-3:hover {
  opacity: 1;
}

.mr-dropdown-link-3 {
  opacity: .8;
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  transition: opacity .2s;
}

.mr-dropdown-link-3:hover {
  opacity: 1;
}

.mr-dropdown-links-3 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.mr-dropdown-wrapper-3.w--open {
  background-color: #0000;
}

.mr-close-navbar-menu-3 {
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 36px;
  right: 24px;
}

.mr-nav-menu-align-left-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.mr-section-12 {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), var(--adapto--mr-site-bg-2));
  align-self: stretch;
  padding-top: 96px;
  padding-bottom: 96px;
}

.mr-heading-16 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 500;
  line-height: 1em;
}

.mr-large-text-4 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-body-text-8 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-body-text-8.mr-bold-text {
  color: var(--adapto--mr-white);
}

.mr-bold-text-8 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 600;
}

.mr-small-text-8 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-gradient-section---uplit {
  padding-bottom: 72px;
  position: relative;
  box-shadow: 0 40px 30px -40px #0003;
}

.mr-uplit-gradient-wrapper {
  pointer-events: none;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.mr-gradient-circle-8 {
  aspect-ratio: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--adapto--mr-primary-100), #084ed600 70%);
  width: 100%;
  height: auto;
}

.mr-gradient-section-contents-7 {
  z-index: 1;
  position: relative;
}

.mr-uplit-text-gradient-4 {
  background-image: linear-gradient(180deg, var(--adapto--mr-white) 58%, var(--adapto--mr-primary-20));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.mr-rounded-image-4 {
  border-radius: 9px;
  box-shadow: 0 4px 48px #00000040;
}

.mr-hero-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.mr-hero-grid-contents {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.mr-stars-wrapper-3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-logo-proof-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mr-logo-proof-images-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

.mr-logo-proof-item-2 {
  opacity: .6;
  flex: none;
  width: auto;
  max-height: 22px;
}

.mr-heading-17 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
}

.mr-heading-17.mr-downlit-text-gradient-5 {
  background-image: linear-gradient(180deg, var(--adapto--mr-primary-20), var(--adapto--mr-white) 61%);
}

.mr-button-small-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: filter .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.mr-button-small-4:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.mr-titled-section-6 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-titled-section-6.mr-reduced-gaps {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.mr-container---l-9 {
  width: 100%;
  max-width: 680px;
}

.mr-section-title-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-panel-features-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.mr-small-icon-feature {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mr-section-footer-3 {
  border-top: 1px solid var(--adapto--mr-white-lines);
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.mr-heading-18 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3em;
}

.mr-gradient-section---downlit-5 {
  padding-top: 72px;
  position: relative;
  box-shadow: 0 -40px 30px -40px #0003;
}

.mr-downlit-gradient-wrapper-5 {
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.mr-downlit-text-gradient-5 {
  background-image: linear-gradient(180deg, var(--adapto--mr-primary-20), var(--adapto--mr-white) 42%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.mr-text-feature-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.mr-text-feature-grid-2 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.mr-heading-19 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
}

.mr-grid-section-2 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.mr-container---s-2 {
  flex: none;
  width: 100%;
  max-width: 416px;
}

.mr-grid-section-title-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mr-grid-section-contents-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mr-grid-section-contents-2.mr-reduced-gap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.mr-link-text-5 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 500;
  text-decoration: none;
}

.mr-social-links-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

.mr-social-link-3 {
  opacity: .5;
  transition: opacity .2s;
}

.mr-social-link-3:hover {
  opacity: 1;
}

.mr-social-link-image-3 {
  width: auto;
  max-height: 18px;
}

.mr-footer-wrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.mr-footer-wrapper-3.mr-increased-gap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.mr-footer-bottom-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mr-footer-bottom-3.mr-bordered-style {
  border-top: 1px solid var(--adapto--mr-white-lines);
  padding-top: 24px;
}

.mr-footer-copyright-wrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-footer-top-row-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.mr-footer-logo-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.mr-logo-cricle-2 {
  border: 1px solid var(--adapto--mr-primary-40);
  background-color: var(--adapto--mr-primary-100);
  box-shadow: 0 0 24px 0 var(--adapto--mr-primary-80);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.mr-footer-menus-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: 1;
  display: flex;
}

.mr-footer-menu-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mr-footer-link-2 {
  opacity: .85;
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: opacity .2s;
}

.mr-footer-link-2:hover {
  opacity: 1;
}

.mr-heading-20 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
}

.mr-accordion-wrapper-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.mr-accordion-title-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  transition: opacity .2s;
  display: flex;
}

.mr-accordion-title-2:hover {
  opacity: .7;
}

.mr-accordion-contents-2 {
  padding: 0 18px 24px;
}

.mr-accordion-footer-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.mr-heading-21 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
}

.mr-grid-section-footer {
  border-top: 1px solid var(--adapto--mr-white-lines);
  align-self: stretch;
  padding-top: 36px;
}

.mr-icon-item-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.mr-icon-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mr-icon-list-item-image {
  flex: none;
}

.mr-section-13 {
  background-image: linear-gradient(90deg, var(--adapto--mr-site-bg-1), var(--adapto--mr-site-bg-2));
  align-self: stretch;
  padding-top: 96px;
  padding-bottom: 96px;
}

.mr-container---main-11 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mr-heading-22 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
}

.mr-body-text-9 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-body-text-9.mr-bold-text-9 {
  color: var(--adapto--mr-white);
}

.mr-bold-text-9 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 600;
}

.mr-button-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--adapto--mr-primary-40);
  background-image: linear-gradient(90deg, var(--adapto--mr-primary-80), var(--adapto--mr-primary-100));
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  transition: box-shadow .2s, filter .2s;
  display: flex;
  box-shadow: 0 4px 12px #00000040;
}

.mr-button-9:hover {
  box-shadow: 0 0 11px 0 var(--adapto--mr-primary-100);
  filter: brightness(120%);
}

.mr-button-9.mr-form-button {
  align-self: flex-end;
}

.mr-form-block-3 {
  align-self: stretch;
  margin-bottom: 0;
}

.mr-form-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.mr-form-input-3 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  background-color: #ffffff08;
  border: 1px solid #fff3;
  border-radius: 5px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  transition: border-color .2s;
  box-shadow: 0 4px 12px #00000040;
}

.mr-form-input-3:focus {
  border-color: #ffffff80;
}

.mr-form-input-3::placeholder {
  font-family: var(--site-font);
  color: #ffffffa3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-form-input-3.mr-text-area {
  min-height: 216px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mr-checkbox-2 {
  background-color: #ffffff08;
  border-style: solid;
  border-color: #ffffff4d;
  border-radius: 5px;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.mr-checkbox-2.w--redirected-checked {
  background-color: #ffffff08;
  background-size: 12px 12px;
  border-color: #ffffff4d;
}

.mr-selectable-label-2 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white-text);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-selectable-field-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: -12px;
  padding-left: 0;
  display: flex;
}

.mr-section-title-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-section-title-7.mr-align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.mr-glass-panel-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  background-image: linear-gradient(#ffffff0f, #ffffff08);
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.mr-glass-panel-8.w--open {
  background-color: #0000;
}

.mr-glass-panel-8.mr-contact-panel {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.mr-small-icon-feature-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mr-link-text-6 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  font-weight: 500;
  text-decoration: none;
}

.mr-form-feedback-3 {
  font-family: var(--site-font);
  color: var(--adapto--mr-white);
  background-color: #ffffff08;
  border: 1px solid #ffffff1f;
  border-radius: 9px;
}

.mr-contact-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .66fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mr-contact-sidebar {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.mr-horizontal-line-2 {
  background-color: var(--adapto--mr-white-lines);
  width: 100%;
  height: 1px;
}

.mr-form-input-group-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mr-icon-list-vertical {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .uplit-gradient-wrapper {
    height: 300px;
  }

  .mr-container---l {
    max-width: 504px;
  }

  .mr-heading-1 {
    font-size: 51px;
    line-height: 1.1em;
  }

  .mr-heading-1.mr-uplit-text-gradient {
    line-height: 1em;
  }

  .container---main {
    max-width: 680px;
  }

  .mr-image-trio-item {
    max-height: 140px;
  }

  .hero-grid {
    text-align: center;
    flex-flow: column;
    max-width: 504px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .logo-proof-hero {
    justify-content: flex-start;
    align-items: center;
  }

  .glass-panel.rating-panel {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-button.navbar {
    display: none;
  }

  .cta-button.mr-show-on-mobile {
    display: block;
  }

  .mr-glass-panel-2.mr-dropdown-list {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: none;
    border-style: none;
    padding: 0;
    top: 0;
  }

  .mr-container---main-2 {
    max-width: 680px;
  }

  .mr-close-navbar-menu {
    pointer-events: auto;
  }

  .mr-menu-button {
    color: #fff;
    padding: 10px;
  }

  .mr-menu-button.w--open {
    background-color: #0000;
  }

  .mr-navbar-right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .mr-navbar-right.mr-show-on-mobile {
    display: flex;
  }

  .mr-navbar-right.mr-navbar-right-grow, .mr-nav-link.mr-nav-link-inside-functions {
    display: none;
  }

  .mr-dropdown-wrapper.w--open {
    margin-top: 18px;
    position: relative;
  }

  .mr-navbar-dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
  }

  .mr-navbar-brand.mr-outside-justified-navbar, .mr-navbar-brand.mr-show-on-mobile {
    display: block;
  }

  .mr-nav-menu-space-between {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mr-nav-menu {
    z-index: 10;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #131a27cc;
    height: 100%;
    padding: 36px 24px;
    position: fixed;
    top: 0;
    left: 0;
  }

  .navbar-wrapper.mr-navigation-wrapper-stack {
    height: 66px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mr-nav-menu-align-left, .mr-nav-menu-align-right {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mr-horizontal-line.mr-navigation-stack-line {
    display: none;
  }

  .mr-close-navbar-menu-2 {
    pointer-events: auto;
  }

  .mr-menu-button-2 {
    color: #fff;
    padding: 10px;
  }

  .mr-menu-button-2.w--open {
    background-color: #0000;
  }

  .mr-navbar-right-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .mr-navbar-right-2.mr-show-on-mobile {
    display: flex;
  }

  .mr-glass-panel-3.mr-dropdown-list-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: none;
    border-style: none;
    padding: 0;
    top: 0;
  }

  .mr-dropdown-wrapper-2.w--open {
    margin-top: 18px;
    position: relative;
  }

  .mr-navbar-dropdown-toggle-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .mr-navbar-brand-2.mr-outside-justified-navbar {
    display: block;
  }

  .mr-nav-menu-space-between-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mr-nav-menu-2 {
    z-index: 10;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #131a27cc;
    height: 100%;
    padding: 36px 24px;
    position: fixed;
    top: 0;
    left: 0;
  }

  .mr-container---main-3 {
    max-width: 680px;
  }

  .mr-uplit-gradient-wrapper-copy {
    height: 300px;
  }

  .mr-glass-panel-4.mr-quote-panel {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .mr-container---main-4 {
    max-width: 680px;
  }

  .mr-downlit-gradient-wrapper {
    height: 300px;
  }

  .mr-container---l-2 {
    max-width: 504px;
  }

  .mr-heading-3 {
    font-size: 29px;
    line-height: 1.15em;
  }

  .mr-titled-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .mr-heading-6 {
    font-size: 51px;
    line-height: 1.1em;
  }

  .mr-metric-panel-cluster {
    flex-flow: column;
    display: flex;
  }

  .mr-heading-7 {
    font-size: 29px;
    line-height: 1.15em;
  }

  .mr-container---l-3 {
    max-width: 504px;
  }

  .mr-container---l-3.mr-contains-footer-menu {
    align-self: stretch;
    max-width: 100%;
  }

  .mr-footer-logo-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .mr-footer-top-row {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
  }

  .mr-footer-top-row.mr-cta-style {
    flex-flow: row;
  }

  .mr-footer-wrapper.mr-increased-gap {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .mr-container---main-5 {
    max-width: 680px;
  }

  .mr-uplit-gradient-wrapper-2 {
    height: 300px;
  }

  .mr-heading-8 {
    font-size: 51px;
    line-height: 1.1em;
  }

  .mr-heading-9 {
    font-size: 29px;
    line-height: 1.15em;
  }

  .mr-footer-large-menu-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .mr-container---s.mr-contains-large-menu {
    max-width: 100%;
  }

  .mr-container---main-6 {
    max-width: 680px;
  }

  .mr-heading-2 {
    font-size: 38px;
  }

  .mr-titled-section-2 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .mr-container---l-4 {
    max-width: 504px;
  }

  .mr-downlit-gradient-wrapper-2 {
    height: 300px;
  }

  .section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mr-container---main-7 {
    max-width: 680px;
  }

  .mr-heading-10 {
    font-size: 29px;
    line-height: 1.15em;
  }

  .mr-titled-section-3 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .mr-container---l-5 {
    max-width: 504px;
  }

  .mr-glass-panel-5.mr-large {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    min-height: auto;
  }

  .mr-quote-panels-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mr-quote-panels-grid.mr-quote-panels-grid-halves {
    flex-flow: column;
    display: flex;
  }

  .cta-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
  }

  .ctasbutton-copy.navbar {
    display: none;
  }

  .ctasbutton-copy.mr-show-on-mobile {
    display: block;
  }

  .mr-container---main-8 {
    max-width: 680px;
  }

  .mr-heading-11 {
    font-size: 51px;
    line-height: 1.1em;
  }

  .mr-container---l-6 {
    max-width: 504px;
  }

  .mr-uplit-gradient-wrapper-3 {
    height: 300px;
  }

  .mr-container---main {
    max-width: 680px;
  }

  .mr-heading-12 {
    font-size: 38px;
  }

  .mr-titled-section-4 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .mr-container---l-7 {
    max-width: 504px;
  }

  .mr-glass-panel.mr-title-rating-panel {
    margin-left: auto;
    margin-right: auto;
  }

  .mr-downlit-gradient-wrapper-3 {
    height: 300px;
  }

  .mr-quote-panels-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .work-card {
    min-height: 35rem;
  }

  .heading-style-h2 {
    font-size: 3.5rem;
  }

  .work-card-hover-text {
    font-size: 7rem;
  }

  .mr-container---main-9 {
    max-width: 680px;
  }

  .mr-heading-13 {
    font-size: 29px;
    line-height: 1.15em;
  }

  .mr-titled-section-5 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .mr-container---l-8 {
    max-width: 504px;
  }

  .mr-downlit-gradient-wrapper-4 {
    height: 300px;
  }

  .mr-text-feature-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 504px;
    display: flex;
  }

  .mr-heading-15 {
    font-size: 29px;
    line-height: 1.15em;
  }

  .mr-grid-section {
    flex-flow: column;
    max-width: 504px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mr-image-pair {
    align-self: stretch;
  }

  .mr-container---main-10 {
    max-width: 680px;
  }

  .mr-button-8.mr-show-on-mobile {
    display: block;
  }

  .mr-button-8.mr-inside-nav-functions {
    display: none;
  }

  .mr-glass-panel-7.mr-dropdown-list-3 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: none;
    border-style: none;
    padding: 0;
    top: 0;
  }

  .mr-glass-panel-7.mr-rating-panel {
    margin-left: auto;
    margin-right: auto;
  }

  .mr-navbar-brand-3.mr-show-on-mobile {
    display: block;
  }

  .mr-nav-menu-3 {
    z-index: 10;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #131a27cc;
    height: 100%;
    padding: 36px 24px;
    position: fixed;
    top: 0;
    left: 0;
  }

  .mr-navbar-right-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .mr-navbar-dropdown-toggle-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .mr-dropdown-wrapper-3.w--open {
    margin-top: 18px;
    position: relative;
  }

  .mr-menu-button-3 {
    color: #fff;
    padding: 10px;
  }

  .mr-menu-button-3.w--open {
    background-color: #0000;
  }

  .mr-close-navbar-menu-3 {
    pointer-events: auto;
  }

  .mr-nav-menu-align-left-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mr-heading-16 {
    font-size: 51px;
    line-height: 1.1em;
  }

  .mr-uplit-gradient-wrapper {
    height: 300px;
  }

  .mr-hero-grid {
    text-align: center;
    flex-flow: column;
    max-width: 504px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mr-logo-proof-footer {
    justify-content: flex-start;
    align-items: center;
  }

  .mr-heading-17 {
    font-size: 29px;
    line-height: 1.15em;
  }

  .mr-titled-section-6 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .mr-container---l-9 {
    max-width: 504px;
  }

  .mr-container---l-9.mr-contains-footer-menu {
    align-self: stretch;
    max-width: 100%;
  }

  .mr-panel-features-row {
    flex-flow: column;
    align-self: center;
    width: 100%;
    max-width: 504px;
    display: flex;
  }

  .mr-downlit-gradient-wrapper-5 {
    height: 300px;
  }

  .mr-text-feature-grid-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 504px;
    display: flex;
  }

  .mr-heading-19 {
    font-size: 29px;
    line-height: 1.15em;
  }

  .mr-grid-section-2 {
    flex-flow: column;
    max-width: 504px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mr-footer-wrapper-3.mr-increased-gap {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .mr-footer-top-row-2 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
  }

  .mr-footer-logo-wrapper-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .mr-heading-20, .mr-heading-21 {
    font-size: 29px;
    line-height: 1.15em;
  }

  .mr-container---main-11 {
    max-width: 680px;
  }

  .mr-heading-22 {
    font-size: 29px;
    line-height: 1.15em;
  }

  .mr-section-title-7.mr-align-left {
    text-align: left;
  }

  .mr-contact-section {
    flex-flow: column;
    display: flex;
  }

  .mr-contact-sidebar {
    text-align: center;
    max-width: 504px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .uplit-gradient-wrapper {
    height: 40vw;
  }

  .large-text {
    font-size: 18px;
  }

  .mr-hero-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .mr-image-trio-item {
    border-radius: 5px;
    max-height: 110px;
  }

  .mr-image-trio-item.mr-circle-image {
    border-radius: 50%;
  }

  .mr-image-trio {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .hero-grid {
    max-width: 416px;
  }

  .mr-logo-proof-item {
    max-height: 20px;
  }

  .mr-cta-bar {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
  }

  .navbar-wrapper, .mr-navbar-wrapper-2 {
    height: 54px;
  }

  .logo-group-image {
    max-height: 21px;
  }

  .logo-group {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-right: 48px;
  }

  .mr-uplit-gradient-wrapper-copy {
    height: 40vw;
  }

  .mr-cta-bar-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
  }

  .mr-glass-panel-4.mr-metric-large {
    min-height: 200px;
  }

  .mr-downlit-gradient-wrapper {
    height: 40vw;
  }

  .mr-section-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
  }

  .mr-heading-4 {
    font-size: 24px;
    line-height: 1.2em;
  }

  .mr-metric-panel-cluster {
    flex-flow: column;
    align-self: center;
    max-width: 504px;
    display: flex;
  }

  .mr-footer-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .mr-footer-top-row.mr-cta-style {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .mr-uplit-gradient-wrapper-2 {
    height: 40vw;
  }

  .mr-hero-content-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .mr-downlit-gradient-wrapper-2 {
    height: 40vw;
  }

  .mr-logo-group-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-right: 48px;
  }

  .mr-logo-group-image-2 {
    max-height: 21px;
  }

  .mr-large-text {
    font-size: 18px;
  }

  .mr-glass-panel-5.mr-large {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .mr-section-footer-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
  }

  .mr-quote-panels-grid {
    flex-flow: column;
    align-self: center;
    max-width: 504px;
    display: flex;
  }

  .mr-uplit-gradient-wrapper-3 {
    height: 40vw;
  }

  .mr-hero-content-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .mr-footer-bottom-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .button.navbar {
    display: none;
  }

  .mr-large-text-2 {
    font-size: 18px;
  }

  .mr-downlit-gradient-wrapper-3 {
    height: 40vw;
  }

  .mr-quote-panels-grid-2 {
    flex-flow: column;
    align-self: center;
    max-width: 504px;
    display: flex;
  }

  .grid_2col {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .work-card {
    padding: 2rem;
  }

  .work-card.a_appear-200 {
    border-radius: 1rem;
  }

  .work-card_tag {
    font-size: .75rem;
  }

  .heading-style-h2 {
    font-size: 2.375rem;
  }

  .mr-downlit-gradient-wrapper-4 {
    height: 40vw;
  }

  .mr-section-11 {
    padding-bottom: 0;
  }

  .mr-large-text-3 {
    font-size: 18px;
  }

  .mr-grid-section {
    max-width: 416px;
  }

  .mr-image-pair-item {
    max-width: 230px;
  }

  .mr-navbar-wrapper {
    height: 54px;
  }

  .mr-large-text-4 {
    font-size: 18px;
  }

  .mr-uplit-gradient-wrapper {
    height: 40vw;
  }

  .mr-hero-grid {
    max-width: 416px;
  }

  .mr-logo-proof-item-2 {
    max-height: 20px;
  }

  .mr-panel-features-row {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    max-width: 416px;
  }

  .mr-section-footer-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
  }

  .mr-downlit-gradient-wrapper-5 {
    height: 40vw;
  }

  .mr-grid-section-2 {
    max-width: 416px;
  }

  .mr-footer-bottom-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .mr-section-title-7.mr-align-left {
    text-align: center;
  }

  .mr-contact-sidebar {
    max-width: 416px;
  }
}

@media screen and (max-width: 479px) {
  .uplit-gradient-wrapper {
    height: 35vw;
  }

  .mr-button {
    font-size: 15px;
  }

  .mr-heading-1 {
    font-size: 38px;
  }

  .mr-heading-1.mr-uplit-text-gradient {
    font-size: 40px;
  }

  .gradient-section---uplit {
    padding-bottom: 54px;
  }

  .mr-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .mr-image-trio-item {
    max-height: 150px;
  }

  .mr-image-trio-second, .mr-image-trio-first {
    display: none;
  }

  .mr-image-trio {
    flex-flow: row;
  }

  .mr-hero-cta-with-intro-content {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .mr-video-play-button {
    width: 72px;
    height: 72px;
  }

  .mr-rounded-image {
    border-radius: 5px;
  }

  .mr-small-text {
    font-size: 13px;
  }

  .mr-form-input {
    height: 42px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .mr-form-input::placeholder {
    font-size: 14px;
  }

  .mr-hero-form {
    flex-flow: column;
    align-items: stretch;
  }

  .hero-grid {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-logo-proof-images {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .body-text {
    font-size: 1rem;
  }

  .glass-panel {
    border-radius: 5px;
    padding: 18px;
  }

  .glass-panel.rating-panel {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: row;
    padding: 10px 40px;
  }

  .cta-button {
    font-size: 15px;
  }

  .mr-small-text-2 {
    font-size: 13px;
  }

  .mr-avatar-group-item {
    max-height: 60px;
  }

  .mr-rating-with-images {
    flex-flow: column;
  }

  .mr-glass-panel-2 {
    border-radius: 5px;
    padding: 18px;
  }

  .mr-section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mr-close-navbar-menu {
    top: 24px;
  }

  .mr-navbar-right.mr-navbar-right-grow, .mr-nav-link.mr-nav-link-inside-functions {
    display: none;
  }

  .mr-dropdown-links {
    padding: 10px;
  }

  .mr-navbar-brand {
    padding-left: 0;
  }

  .mr-nav-menu-space-between {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .mr-nav-menu {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navbar-wrapper {
    height: auto;
    position: static;
  }

  .mr-nav-menu-align-left, .mr-nav-menu-align-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .mr-close-navbar-menu-2 {
    top: 24px;
  }

  .mr-button-3 {
    font-size: 15px;
  }

  .mr-glass-panel-3 {
    border-radius: 5px;
    padding: 18px;
  }

  .mr-navbar-brand-2 {
    padding-left: 0;
  }

  .mr-nav-menu-space-between-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .mr-nav-menu-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mr-button-small {
    font-size: 13px;
  }

  .mr-body-text-2 {
    font-size: 14px;
  }

  .logo-group-image {
    max-height: 60px;
  }

  .logo-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    overflow: hidden;
  }

  .mr-heading-5 {
    font-size: 15px;
  }

  .mr-logos-section {
    overflow: hidden;
  }

  .mr-section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mr-uplit-gradient-wrapper-copy {
    height: 35vw;
    top: 0;
    bottom: auto;
  }

  .mr-button-4 {
    font-size: 15px;
  }

  .mr-button-4.mr-form-button {
    align-self: stretch;
  }

  .mr-small-text-3 {
    font-size: 13px;
  }

  .mr-avatar-group-item-2 {
    max-height: 60px;
  }

  .mr-rating-with-images-2 {
    flex-flow: column;
  }

  .mr-glass-panel-4 {
    border-radius: 5px;
    padding: 18px;
  }

  .mr-glass-panel-4.mr-metric-large {
    min-height: 160px;
  }

  .mr-glass-panel-4.mr-quote-panel {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .mr-section-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mr-downlit-gradient-wrapper {
    height: 35vw;
  }

  .mr-form-input-2 {
    height: 42px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .mr-form-input-2::placeholder {
    font-size: 14px;
  }

  .mr-form-input-group {
    flex-flow: column;
    display: flex;
  }

  .mr-heading-3 {
    font-size: 21px;
    line-height: 1.3em;
  }

  .mr-titled-section, .mr-titled-section.mr-reduced-gaps {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-gradient-section---downlit {
    padding-top: 54px;
  }

  .mr-body-text-3 {
    font-size: 14px;
  }

  .mr-heading-6 {
    font-size: 38px;
  }

  .mr-video-play-button-2 {
    width: 72px;
    height: 72px;
  }

  .mr-rounded-image-2 {
    border-radius: 5px;
  }

  .mr-quote-panel-logo {
    max-height: 18px;
  }

  .mr-large-quote-author-avatar {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .mr-heading-4 {
    font-size: 18px;
  }

  .mr-metric-panel-cluster {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .mr-heading-7 {
    font-size: 21px;
    line-height: 1.3em;
  }

  .mr-small-text-4 {
    font-size: 13px;
  }

  .mr-footer-copyright-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .mr-body-text-4 {
    font-size: 14px;
  }

  .mr-footer-menu {
    justify-content: flex-start;
    align-items: center;
  }

  .mr-footer-menus {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .mr-footer-top-row.mr-cta-style {
    flex-flow: column;
  }

  .mr-section-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mr-button-5 {
    font-size: 15px;
  }

  .mr-uplit-gradient-wrapper-2 {
    height: 35vw;
  }

  .mr-heading-8 {
    font-size: 38px;
  }

  .mr-gradient-section---uplit-2 {
    padding-bottom: 54px;
  }

  .mr-heading-9 {
    font-size: 21px;
    line-height: 1.3em;
  }

  .mr-footer-large-menu {
    justify-content: flex-start;
    align-items: center;
  }

  .mr-footer-large-menu-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .mr-section-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mr-heading-2 {
    font-size: 29px;
    line-height: 1.15em;
  }

  .mr-heading-2.donwlit-text-section {
    line-height: 35px;
  }

  .mr-body-text-5 {
    font-size: 14px;
  }

  .mr-button-small-2 {
    font-size: 13px;
  }

  .mr-titled-section-2 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-titled-section-2.mr-reduced-gaps {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    overflow: hidden;
  }

  .mr-gradient-section---downlit-2 {
    padding-top: 54px;
  }

  .mr-downlit-gradient-wrapper-2 {
    height: 35vw;
  }

  .mr-section-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mr-heading-10 {
    font-size: 21px;
    line-height: 1.3em;
  }

  .mr-large-text {
    font-size: 17px;
  }

  .mr-body-text {
    font-size: 14px;
  }

  .mr-small-text-5 {
    font-size: 13px;
  }

  .mr-button-6 {
    font-size: 15px;
  }

  .mr-titled-section-3 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-glass-panel-5 {
    border-radius: 5px;
    padding: 18px;
  }

  .mr-glass-panel-5.mr-large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mr-rating-with-images-3 {
    flex-flow: column;
  }

  .mr-quote-panels-grid {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .cta-block {
    flex-flow: column;
  }

  .ctasbutton-copy {
    font-size: 15px;
  }

  .mr-section-8 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mr-heading-11 {
    font-size: 38px;
  }

  .mr-small-text-6 {
    font-size: 13px;
  }

  .mr-button-7 {
    font-size: 15px;
  }

  .mr-gradient-section---uplit-3 {
    padding-bottom: 54px;
  }

  .mr-uplit-gradient-wrapper-3 {
    height: 35vw;
  }

  .mr-footer-copyright-wrapper-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .button {
    font-size: 15px;
  }

  .mr-section-9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mr-heading-12 {
    font-size: 29px;
    line-height: 1.15em;
  }

  .mr-large-text-2 {
    font-size: 17px;
  }

  .mr-body-text-6 {
    font-size: 14px;
  }

  .mr-small-text-7 {
    font-size: 13px;
  }

  .mr-titled-section-4 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-glass-panel {
    border-radius: 5px;
    padding: 18px;
  }

  .mr-glass-panel.mr-title-rating-panel {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mr-gradient-section---downlit-3 {
    padding-top: 54px;
  }

  .mr-downlit-gradient-wrapper-3 {
    height: 35vw;
  }

  .mr-quote-panels-grid-2 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .grid_2col {
    grid-template-columns: 1fr;
  }

  .work-card {
    min-height: 20rem;
  }

  .work-card_tag {
    white-space: nowrap;
    border-width: 1px;
    padding: .375rem .75rem;
    font-size: .625rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .work-card-hover-text {
    font-size: 5rem;
    line-height: .9;
  }

  .mr-section-10 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mr-section-10.no-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mr-heading-13 {
    font-size: 21px;
    line-height: 1.3em;
  }

  .mr-body-text-7 {
    font-size: 14px;
  }

  .mr-button-small-3 {
    font-size: 13px;
  }

  .mr-titled-section-5, .mr-titled-section-5.mr-reduced-gaps {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-glass-panel-6 {
    border-radius: 5px;
    padding: 18px;
  }

  .mr-heading-14 {
    font-size: 15px;
  }

  .mr-gradient-section---downlit-4 {
    padding-top: 54px;
  }

  .mr-downlit-gradient-wrapper-4 {
    height: 35vw;
  }

  .mr-section-11 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mr-heading-15 {
    font-size: 21px;
    line-height: 1.3em;
  }

  .mr-large-text-3 {
    font-size: 17px;
  }

  .mr-rounded-image-3 {
    border-radius: 5px;
  }

  .mr-grid-section {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-grid-section-title {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .mr-grid-section-contents, .mr-text-grid-vertical {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .mr-image-pair-item {
    max-width: 60%;
  }

  .mr-image-pair-item.mr-left-item {
    margin-bottom: -48px;
  }

  .mr-calendly {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mr-button-8 {
    font-size: 15px;
  }

  .mr-glass-panel-7 {
    border-radius: 5px;
    padding: 18px;
  }

  .mr-glass-panel-7.mr-rating-panel {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mr-navbar-brand-3 {
    padding-left: 0;
  }

  .mr-nav-menu-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mr-close-navbar-menu-3 {
    top: 24px;
  }

  .mr-nav-menu-align-left-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .mr-section-12 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mr-heading-16 {
    font-size: 38px;
  }

  .mr-large-text-4 {
    font-size: 17px;
  }

  .mr-body-text-8 {
    font-size: 14px;
  }

  .mr-small-text-8 {
    font-size: 13px;
  }

  .mr-gradient-section---uplit {
    padding-bottom: 54px;
  }

  .mr-uplit-gradient-wrapper {
    height: 35vw;
  }

  .mr-rounded-image-4 {
    border-radius: 5px;
  }

  .mr-hero-grid {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-logo-proof-images-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .mr-heading-17 {
    font-size: 21px;
    line-height: 1.3em;
  }

  .mr-button-small-4 {
    font-size: 13px;
  }

  .mr-titled-section-6, .mr-titled-section-6.mr-reduced-gaps {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-heading-18 {
    font-size: 15px;
  }

  .mr-gradient-section---downlit-5 {
    padding-top: 54px;
  }

  .mr-downlit-gradient-wrapper-5 {
    height: 35vw;
  }

  .mr-heading-19 {
    font-size: 21px;
    line-height: 1.3em;
  }

  .mr-grid-section-2 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-grid-section-title-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .mr-grid-section-contents-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .mr-grid-section-contents-2.mr-reduced-gap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .mr-footer-copyright-wrapper-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .mr-footer-menus-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .mr-footer-menu-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .mr-heading-20, .mr-heading-21 {
    font-size: 21px;
    line-height: 1.3em;
  }

  .mr-section-13 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mr-heading-22 {
    font-size: 21px;
    line-height: 1.3em;
  }

  .mr-body-text-9 {
    font-size: 14px;
  }

  .mr-button-9 {
    font-size: 15px;
  }

  .mr-button-9.mr-form-button {
    align-self: stretch;
  }

  .mr-form-input-3 {
    height: 42px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .mr-form-input-3::placeholder {
    font-size: 14px;
  }

  .mr-glass-panel-8 {
    border-radius: 5px;
    padding: 18px;
  }

  .mr-contact-section {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-form-input-group-2 {
    flex-flow: column;
    display: flex;
  }
}

#w-node-ce4fc6d7-2da1-47a4-eee5-97f246a6613d-1858b947 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8914f5bd-91a0-34f3-b353-800142323482-1858b947 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Inter Variablefont';
  src: url('../fonts/Inter-VariableFont.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Chesnagrotesk';
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Chesnagrotesk';
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Chesnagrotesk';
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Chesnagrotesk';
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Chesnagrotesk';
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Chesnagrotesk';
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Chesnagrotesk Book';
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Chesnagrotesk';
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Chesnagrotesk';
  src: url('../fonts/Fontspring-DEMO-chesnagrotesk-extrabold.otf') format('opentype'), url('../fonts/Fontspring-DEMO-chesnagrotesk-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}